@charset "utf-8";

/*
Theme Name: 猫たちと7000マイルの旅 theme
Description: 専用テーマ
Auther: 
Version: 1.0
*/




/*==========================================
 General
===========================================*/

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	height: 100%
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
/*	min-width: 1024px; */
	font-size: 1.6rem;
	background: #ed6161;
	letter-spacing: 0.15em;
}


@media only screen and (max-width: 768px) {
	body {
	min-width:auto;
	}
}

@media only screen and (max-width: 480px) {
	body {
	letter-spacing: 0.1em;
	}
}

a {
	color: #346e61;
	text-decoration: none;
}
a:link {
	color: #cf0746;
}
a:visited {
	color: #cf0746;
}
a:hover {
	color: #cf0746;
	text-decoration: underline;
}
a:active {
	color: #cf0746;
}

a.btn{
	padding: 10px 30px;
	font-size: 1.8rem;
	font-weight: normal;
	background-color: #ffd907;
	color: #2f8703;
	text-align:center;
	cursor: pointer;
	width:100%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	transition: all 0.2s linear;
	box-sizing:border-box;
}
a.btn:hover{
	text-decoration:none;
	opacity:0.8;
}
a.outer-link{
	background: url(images/listmark.png)  no-repeat;
	background-size:16px 16px;
	padding-left:20px;
	padding-top:1px;
	line-height:140%;	
}
p {
	font-size: 1.6rem;
	text-align: left;
	color: #ffffff;
	line-height: 180%;
	margin-bottom:30px;
}
p.small{
	font-size: 1.5rem;
	text-align: left;
	color: #444;
	line-height: 2;
	margin-bottom:30px;
}
p.large{
	font-size: 1.8rem!important;
}
.x-small{
	font-size: 1.3rem;
	line-height:1.3;
}
p.last-sentence {
	margin-bottom: 70px!important;
}
p.center {
	text-align: center;
}
p.underline {
	text-decoration:underline;
}
.align-left{
	text-align:left!important;
}
.align-right{
	text-align:right!important;
}
.mgn00 {
	margin-bottom: 0px!important;
}
.mgn10 {
	margin-bottom: 10px!important;
}
.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn40 {
	margin-bottom: 40px!important;
}
.mgn50 {
	margin-bottom: 50px!important;
}
.mgn60 {
	margin-bottom: 60px!important;
}
.mgn70 {
	margin-bottom: 70px!important;
}
.mgn80 {
	margin-bottom: 80px!important;
}
.mgn90 {
	margin-bottom: 90px!important;
}
.mgn100 {
	margin-bottom: 100px!important;
}
.mgn120{
	margin-bottom: 120px!important;
}

.pdg00 {
	padding-bottom: 0!important;
}

.mgn-t-intro {
	margin-top: -5%!important;
}
@media only screen and (max-width: 768px) {
	.mgn-t-intro{
		margin-top: -10%!important;
	}
}


@media only screen and (max-width: 480px) {
	.mgn-t-intro{
		margin-top: -15%!important;
	}
}

.mgn-t-str {
	margin-top: -2%;
}














.center{
	text-align:center;
}

/*==========================================
te
===========================================*/

h1 {
	width:100%;
	padding-top:100px;
	display: inline-block;
	text-align: center;
	letter-spacing:0.2em;
	font-size: 4.6rem;
	color:rgb(230,0,25);
	margin-bottom: 60px;
	font-weight: 600;
/*	text-shadow:0 0 10px rgba(0,0,0,0.2);*/
}

h2, .h2_underline {
	display: flex;
	align-items: baseline;
	gap: 10px;
	justify-content: space-between;
	padding: 0 15px;
	/*
	font-family: 'Noto Serif JP', serif;
	font-size: 3rem;
	font-weight: 400;
	color:#ffffff;
	text-align:center!important;
	margin-bottom: 30px;
	padding:10px 0;
	line-height: 150%;
	width: 100%;
	*/
}

#contentsArea section .h2_underline img,
#contentsArea section h2#introduction img,
#contentsArea section h2#story img,
#contentsArea section h2#director img {
	width: auto;
    height: 15em;
	max-width: 100%;
}
#contentsArea section h2#cats img,
#contentsArea section h2#rescuers img {
	width: auto;
    height: 3.5em;
	max-width: 100%;
}
#contentsArea section .h2_underline img.cat,
#contentsArea section h2 img.cat {
	height: 6.5em !important;
}

@media only screen and (max-width: 768px) {
	#contentsArea section .h2_underline img,
	#contentsArea section h2#introduction img,
	#contentsArea section h2#story img,
	#contentsArea section h2#director img {
		height: 12em;
	}
	#contentsArea section h2#cats img,
	#contentsArea section h2#rescuers img {
		height: 2.8em;
	}
	#contentsArea section .h2_underline img.cat,
	#contentsArea section h2 img.cat {
		height: 4.5em !important;
	}
}

@media only screen and (max-width: 480px) {
	#contentsArea section .h2_underline img,
	#contentsArea section h2#introduction img,
	#contentsArea section h2#story img,
	#contentsArea section h2#director img {
		height: 10em;
	}
	#contentsArea section h2#cats img,
	#contentsArea section h2#rescuers img {
		height: 2.2em;
	}
	#contentsArea section .h2_underline img.cat,
	#contentsArea section h2 img.cat {
		height: 4em !important;
	}
}



#contentsArea section .h2_underline img.line,
#contentsArea section h2#introduction img.line,
#contentsArea section h2#story img.line,
#contentsArea section h2#director img.line {
	flex: 1;
	min-width: 0;
	height: auto;
	height: 3px;
	max-height: 5px;
}








h2.align-right {
    flex-direction: row-reverse;
}


h3 {
	font-size: 2.8rem;
	color:#ffffff;
	text-align:left;
	line-height: 150%;
	font-weight: 700;
	display:block;
	margin-bottom: 1%;
}

@media only screen and (max-width: 768px) {
	h3 {
		font-size: 2.2rem;
	}
}
@media only screen and (max-width: 480px) {
	h3 {
		font-size: 1.8rem;
	}
}












h4 {
	font-size: 3.8rem;
	font-weight: 400;
	color:#ffffff;
	text-align:left;
	margin: 0 auto;
	line-height: 130%;
	letter-spacing: 0;
	display:block;
}

h5 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color:#a73840;
	text-align:left;
	margin: 10px auto 15px;
	display:block;
}

@media only screen and (max-width: 768px) {
	/*
	h1 {
		padding-top:60px;
		font-size: 3.5rem;
		letter-spacing: 0.15em;
	}
	h2 {
		width: auto;
		font-size: 2.5rem;
	}
	*/
	#introduction h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 3.0rem !important;
	}
}

@media only screen and (max-width: 480px) {
	/*
	h1 {
		padding-top:40px;
		font-size: 2.9rem;
		margin-bottom: 40px;
	}
	h2 {
		width: auto;
		font-size: 2.1rem;
	}
	*/
	#introduction h3 {
		font-size: 1.8rem;
	}
	h4, .name_en {
		font-size: 2.5rem !important;
	}
}


/*==========================================
 header
===========================================*/
header {
	width: 100%;
	height: 4.5rem;
	left:0;
	z-index:700;
	position: absolute;
	background: rgba(237, 97, 97, 0.5);
	background: linear-gradient(to bottom, rgba(237, 97, 97, 0.7), rgba(237, 97, 97, 0));
}
#head-inner{
	margin:0 auto;
	padding: 20px 3%;
/*	max-width: 1280px;*/
}

#head-inner #socialArea{
	float:right;
}

#head-inner ul#socialArea li{
	float:left;
	margin-left: 15px;
}

ul#socialArea li a img {
/*	width: 35px;*/
	width: 30px;
	height: 100%;
	transition: .2s ease-in-out;
}

ul#socialArea li a:hover img {
	opacity: 0.5;
}

header.fixed {
	top: 0;
	position:fixed !important;
	float:none;
	background: rgba(237, 97, 97, 0.3);
    background: linear-gradient(to bottom, rgba(237, 97, 97, 0.5) 0, rgba(237, 97, 97, 0.5) 60%, rgba(237, 97, 97, 0) 100%);
}

@media only screen and (max-width: 768px) {
	#header {
		padding-top:0;
		padding-bottom:0px;
		position:absolute;
		top: 0;
	}
	ul#socialArea li img {
		width: 30px;
	}
	#head-inner{
		padding: 20px 2%;
		min-width:auto;
	}
}

/*==========================================
ナビゲーション
===========================================*/
#nav {
	z-index:700;
	float:left;
	padding: 0;
	text-align:center;
	overflow:visible;
/*	width: 95%;*/
	width: 100%;
}
nav#nav ul {
	margin:0 auto;
	margin-top: -10px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
	nav#nav ul {
		margin-top: 0;
	}
}

nav#nav ul li {
	/*font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
	padding:0 ;
	padding-right:3rem;
	display:block;
	font-weight: 600;
/*	font-size: 1.8rem;*/
	font-size: 2.2rem;
	float:left;
	line-height:150%;
	letter-spacing: 0.1rem;
	cursor: pointer;
}
nav#nav ul li:last-child {
	padding-right:0;
}



@media only screen and (max-width: 1255px) {
	nav#nav ul li {
		font-size: 2rem;
		padding-right:2.8rem;
	}
}
@media only screen and (max-width: 1170px) {
	nav#nav ul li {
		font-size: 1.8rem;
		padding-right:2.6rem;
	}
}
@media only screen and (max-width: 1040px) {
	nav#nav ul li {
		font-size: 1.6rem;
		padding-right:2.4rem;
	}
}
@media only screen and (max-width: 958px) {
	nav#nav ul li {
		font-size: 1.5rem;
		padding-right:2.2rem;
	}
}
@media only screen and (max-width: 936px) {
	nav#nav ul li {
		padding-right:2.0rem;
	}
}








nav#nav ul li.social{
	padding-right:0;
}
nav#nav ul li.social img {
	vertical-align:bottom;
	
}
nav#nav ul li a {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	backface-visibility: hidden;
	text-decoration: none;
	color: #ffda3f;
	color: #fff;
}
nav#nav ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	.menu {
		position: absolute;
		left: 20px;
		top: 20px;
		width: 30px;
		height: 24px;
		cursor: pointer;
		z-index:800;
		box-sizing:border-box;
	}
	.menu .bar {
		display: inline-block;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		transition: .15s ease-in-out;
	}
	.menu .black {
		background-color: #ffffff;
		position: absolute;
	}
	#bar01 {
		top: 0;
	}
	#bar02 {
		top: 11px;
	}
	#bar03 {
		bottom: 0;
	}
	.menuOpen #bar01 {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(11px) rotate(-45deg);
	}
	.menuOpen #bar02 {
		opacity: 0;
	}
	.menuOpen #bar03 {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-11px) rotate(45deg);
	}
	nav#nav {
		position: fixed;
		top: 0;
		left: 0;
		display:none;
		float:none;
		width: 100%;
		height:100vh;
		padding-bottom: 70px;
		text-align: center;
		padding-top: 80px;
		background: rgba(237, 97, 97, 0.7);
		overflow: auto;
	}
	nav#nav ul {
		border-left: 0px;
		margin-left:0;
		padding-left:0;
		-webkit-overflow-scrolling: touch;
		flex-direction: column;
			}
	nav#nav ul li {
		padding-left:0!important;
		padding-right:0!important;
		display: block!important;
		float: none!important;
		border-left: 0px!important;
		border-right: 0px;
		margin-bottom: 6%;
		font-size:1.8rem !important;
		line-height:100% !important;
		letter-spacing: 0.2rem !important;
	}
	nav#nav ul li a {
		text-decoration: none;
		transition: .15s ease-in-out;
	}
	nav#nav ul li.current-menu-item a{
		color:#009d95;
		background: none;
		padding-bottom:10px;
	}
}

@media only screen and (max-width: 480px) {
	nav#nav ul li {
		font-size:1.7rem !important;
	}
	nav#nav ul li ul.sub-menu#sub-menu-profile {
		display:none;
	}
}







#contentsArea .bg-image {
	background: url(images/img-bg.jpg) no-repeat;
    background-size: auto;
    padding-bottom: 17% !important;
	background-attachment: fixed;
}
#contentsArea .bg-image02 {
	background: url(images/img-bg02.webp) no-repeat;
    background-size: auto;
	margin-top: -15%;
	padding-top: 0%;
    padding-bottom: 18% !important;

}
#contentsArea .bg-image04 {
    background: url(images/img-bg04.png) no-repeat;
    background-size: auto;
	margin-top: -15%;
	padding-top: 5%;
    padding-bottom: 15% !important;
}
#contentsArea .bg-image03 {
	background: url(images/img-bg03.webp) no-repeat; 
    background-size: auto;
	margin-top: -15%;
	padding-top: 5%;
    padding-bottom: 18% !important;
}



#contentsArea .footer-image {
	margin-top: -20%;
}









@media only screen and (max-width: 768px) {
	#contentsArea .bg-image {
		padding-bottom: 20% !important;
	}
	#contentsArea .bg-image02 {
		margin-top: -20%;
		padding-top: 7%;
		padding-bottom: 20% !important;

	}
	#contentsArea .bg-image03 {
		margin-top: -20%;
		padding-top: 15%;
		padding-bottom: 22% !important;
	}
	#contentsArea .footer-image {
		margin-top: -17%;
	}
	#contentsArea .bg-image04 {
		margin-top: -20%;
		padding-top: 12%;
		padding-bottom: 17% !important;
	}
}
@media only screen and (max-width: 480px) {

	#contentsArea .bg-image {
		padding-bottom: 25% !important;
	}
	#contentsArea .bg-image02 {
		margin-top: -25%;
		padding-top: 12%;
		padding-bottom: 25% !important;

	}
	#contentsArea .bg-image03 {
		margin-top: -25%;
		padding-top: 25%;
		padding-bottom: 35% !important;

	}
	#contentsArea .footer-image {
		margin-top: -30%;
	}

	#contentsArea .bg-image04 {
		margin-top: -25%;
		padding-top: 20%;
		padding-bottom: 22% !important;
	}
}










#contentsArea .wfull {
	width:100%;
}
#contentsArea .w1280 {
	max-width:1280px;
	padding:0;
	margin:0 auto;
}
#contentsArea .w1080{
	max-width:1080px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:30px;
}
#contentsArea .w980{
	max-width:980px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:30px;
	
}
#contentsArea .w900{
	max-width:900px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:30px;
	
}

#contentsArea .w800{
	max-width:800px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:30px;
}



#contentsArea .introduction-bg {
    background: url(images/img-introduction-bg.png) no-repeat;
    background-size: contain;
	background-position: left bottom;
}

#contentsArea .story-bg {
	display: flex;
	align-items: center;
	gap: 20px;
}
#contentsArea .story-bg > p {
	flex: 1;
}
#contentsArea .story-bg > img {
	display: block;
	flex: 1;
	max-width: 420px;
}

@media screen and (max-width: 768px) {
	#contentsArea .story-bg {
		flex-direction: column;
	}
	#contentsArea .story-bg > p {
		flex: 1;
	}
	#contentsArea .story-bg > img {
		flex: 1;
	}
}


/*footer
================================================== */

footer{
	width:100%;
	box-sizing:border-box;
	text-align:center;
	background:#ed6161;
	margin-top: -1px;
}

#footbg {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0;
	line-height: 0;
}

#footbg img {
	width: 100%;
}

#footlogo {
	position:absolute;
	width: 100%;
	top: 10%;
}
#footlogo img {
	width: 30%;
}
#footbilling {
	position:absolute;
	width: 100%;
	top: 50%;
}
#footbilling img {
	width: 50%;
}

#copyright{
	width: 100%;
	color:#ffffff;
	font-size:1.2rem !important;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	padding: 4rem 0;
}

@media only screen and (max-width: 550px) {
	#footlogo {
		top: 3%;
	}
	#footlogo img {
		width: 25%;
	}
	#footbilling {
		top: 28%;
	}
	#footbilling img {
		width: 75%;
	}
	#TopInner img {
		width: 100%;
	}
	#copyright{
		font-size: 1rem !important;
		line-height: 110%;
	}
}

/*  top main image
================================================== */
#topVisualWrapper {
	width: 100%;
	position:relative;
	height:auto;
	text-align:center;
	margin:0 auto;
	overflow: hidden;
	z-index: 1;
	background-color: #ed6161;
}
#topVisualWrapper img.bg {
	width: 100%;
	height:auto;
	vertical-align:bottom;
}
#topVisualWrapper.fixed {
    padding-top: 60px;
}
#topVisualWrapper #topLink {
	position:absolute;
	width:50%;
	margin:0 auto;
	bottom:50px;
	right:0;
	display:table;
	text-align:center;
}
#topVisualWrapper #topLink img{
	width:65%;
	margin:0 auto;
}

#topVisualWrapper #topLink a{
	opacity:1;
	transition: .15s ease-in-out;
}

#topVisualWrapper #topLink a:hover{
	opacity:0.6;
	
}

#topVisualWrapper #x_icon {
	position:absolute;
	bottom:27%;
	right:3%;
}
#topVisualWrapper #x_icon img{
	display: block;
	width: 2.8vw;
	height: auto;
}

#topVisualWrapper #x_icon a{
	opacity:1;
	transition: .15s ease-in-out;
}

#topVisualWrapper #x_icon a:hover{
	opacity:0.6;
}


#TopInner {
	padding: 0;
	line-height: 0;
}

#TopInner p {
	text-align: center;
	padding-top: 0;
	margin-bottom: 0;
	line-height: 0;
	width: 100%;
}

#TopInner img {
	width: 65%;
}

@media only screen and (max-width: 768px) {
	#topVisualWrapper {
	margin:0 auto;
	top:0;
}
#topVisualWrapper #topLink {
	position:relative;
	width:100%;
	display:table;
	text-align:center;
	bottom:auto;
}
#topVisualWrapper #topLink img{
	width:80%;
	margin:20px auto;
}
#TopInner img {
		width: 90%;
}

#topVisualWrapper #x_icon img {
	display: none;
}
}


/*==========================================
 Contents
===========================================*/


/*Layout
================================================== */
#contentsArea{
	width:100%;
	background:#ed6161;
	line-break: strict;
}

#contentsArea section.grey{
	background:#f5f5f5;
	padding-bottom:60px;
}
#contentsArea .wfull{
	width:100%;
}


#contentsArea .image-box {
	position: relative;
}
#contentsArea .image-box .img-01-text {
	position: absolute;
	top: 13.5%;
    left: 8.5%;
    width: 11.5%;
}
#contentsArea .image-box .img-footer-text {
	position: absolute;
	top: 50%;
    left: 8.5%;
    width: 30%;
}
@media only screen and (max-width: 768px) {
	#contentsArea .image-box .img-01-text {
		top: 13.5%;
        left: 2.5%;
        width: 18%;
	}
	#contentsArea .image-box .img-footer-text {
        top: 55%;
        left: 2.5%;
        width: 42%;
	}
}


#contentsArea .footer-image {
	background-color: rgba(255,255,255,0);
}













#contentsArea .w1080{
	max-width:1080px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
}
#contentsArea .w980{
	max-width:980px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
	
}
#contentsArea .w900{
	max-width:900px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
	
}

#contentsArea .w800{
	max-width:800px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
}

#contentsArea section p{
	width:100%;
	line-height:180%;
	text-align:left;
	color:#ffffff;
	font-size:1.8rem;
	font-weight:600;
}
#contentsArea section p.w800{
	padding:0;
}

#contentsArea section img{
	width:100%;
	height:auto;
}

/*#introduction {
	margin-top: 8% !important;
}*/

.fixed-bg > div {
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.4) 3%,rgba(255,255,255,0.4) 97%,rgba(255,255,255,1) 100%);
	width:100%;
	height:100%;
}

.fixed-bgc > div {
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 50%,rgba(255,255,255,1) 100%)!important;
	width:100%;
	height:100%;
}

.fixed-bg,.fixed-bgc {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 47%;
}
.fixed-bg-1{
	background-image: url("images/bg1.jpg");
}
.fixed-bg-2{
	background-image: url("images/bg2.jpg");
	background-position: right;
}
.fixed-bga{
	background-image: url("images/bga.svg");
    background-size: 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    
}

.fixed-bga > div {
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,1) 100%);	width:100%;
	height:100%;
}

#contentsArea ul {
	margin-left:20px;
}

#contentsArea ul li{
line-height:180%;
	text-align:left;
	color:#555;
	font-size:1.5rem;
	font-weight:normal;
	list-style-type:disc;

}

.border-box{
	width:100%;
	padding:4%;
	box-sizing:border-box;
	box-shadow: 0 0 5px 5px rgb(207 232 241 / 70%), 0 0 5px 2px rgb(207 232 241 / 70%) inset;
	margin-bottom: 5%;
}

@media screen and (min-width: 1360px) {
	.fixed-bg {
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	#contentsArea section p{
		font-size:1.5rem;
	}
	.fixed-bg,.fixed-bga {
		background-attachment: scroll;
	}
	.fixed-bg-2{
		background-position: 89%;
	}
	.android .fixed-bg,.android .fixed-bga {
		background-attachment: fixed;
	}
	.fixed-bga{
		background-size: 70%;
	}
}

main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}
#contentsArea .w1080{
	width:auto;
}
#contentsArea .w980{
	width:auto;
}
#contentsArea .w900{
	width:auto;
}
#contentsArea .w800{
	width:auto;
}
.fl-box .fl-box-left{
	float:none;
	width:100%;
	margin-right:0;
}
.fl-box .fl-box-right{
	width:100%;
	text-align:center;

}
.fl-box-half{
	width:100%;
}
.fl-box-half-left{
	width:100%;
	float:none;
}

@media screen and (max-width: 480px) {
	.fullImg{
		margin-bottom:80px;
	}
.fullImg div{
	width:100%;
	float:none;
	margin-bottom:30px;
	text-align:center;
}
.fullImg div img{
	width:96%;
	margin:0 auto;
}
#contentsArea .w1080{
	padding:0 15px;
}
#contentsArea .w980{
	padding:30px 15px;
}
#contentsArea .w800{
	padding:15px 15px 15px 15px;
}
#contentsArea section.grey{
	padding-bottom: 20px;
}
	#contentsArea section p{
		font-size:1.4rem;
	}
}

/*==========================================
 Cast
===========================================*/

#cast p {
	font-size: 1.6rem !important;
	color: #ffffff !important;
	line-height: 160% !important;
	font-weight: 300;
}

#cast p.name_kana {
	font-size: 1.4rem !important;
	margin-bottom: 15px;
}

#cast p.sub {
	font-size: 1.2rem !important;
}

.contents_box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}


#contentsArea section .director .contents_box:nth-child(odd),
#contentsArea section .cast .contents_box:nth-child(odd) {
    flex-direction: row-reverse;
}

#contentsArea section .director > img {
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}


#contentsArea section .director .contents_box .left_contents {
/*	flex: 1;*/
}
#contentsArea section .director .contents_box .left_contents .castimg img {
	max-width: 280px;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.3));
}


#contentsArea section .director .contents_box .right_contents {
/*	flex: 2;*/
	flex: 1;
/*	padding: 0 3%;*/
}
#contentsArea section .director .contents_box .right_contents p {
	color: #6a3906;
}



#contentsArea section .cast {
    display: flex;
    flex-direction: column;
    gap: 40px;
	align-items: center;
}

#contentsArea section .cast .contents_box .left_contents {
/*	flex: 1;*/
}
#contentsArea section .cast .contents_box .right_contents {
	flex: 1;
/*	padding: 0 3%;*/
}
#contentsArea section .cast .contents_box .left_contents .castimg img {
	max-width: 420px;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.3));
}



#contentsArea section .cats .contents_box .left_contents .castimg {
	text-align: center;
}

#contentsArea section .cats .contents_box .left_contents .castimg img {
	max-width: 280px;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.3));
}






#contentsArea section .director .contents_box .right_contents .name img,
#contentsArea section .cast .contents_box .right_contents .name img,
#contentsArea section .cats .contents_box .right_contents .name img {
	height: 1em;
	width: auto;
	max-width: 100%;
}





#contentsArea section .cats .contents_box .right_contents p {
	color: #a01035;
}
#contentsArea section .cats .contents_box .right_contents h3 {
	text-align: center;
}











#contentsArea section .cats {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	row-gap: 40px;
	justify-content: space-between;
	padding: 0 15px;
}
#contentsArea section .cats .contents_box {
	width: 30%;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	#contentsArea section .cats {
		gap: 20px;
		row-gap: 20px;
	}
	#contentsArea section .cats .contents_box {
		width: 45%;
	}
}
@media only screen and (max-width: 480px) {
	#contentsArea section .cats {
		gap: 0;
		row-gap: 20px;
	}
	#contentsArea section .cats .contents_box {
		width: 100%;
	}
}



.castimg img {
	margin-bottom: -1px;
}

@media only screen and (max-width: 768px) {
	.contents_box{
		display:flex;           /* Flexコンテナ―に設定 */
		flex-direction: column !important;
		-webkit-flex-wrap: initial;
		flex-wrap: initial;
	}
	#cast p {
		font-size: 1.4rem !important;
		line-height: 150% !important;
	}
	#cast p.name_kana {
		font-size: 1.2rem !important;
	}
	#cast p.sub {
		font-size: 1.0rem !important;
	}
	.left_contents_1-0,.left_contents_1-1,.left_contents_1-2,.left_contents_1-3,.left_contents_1-4 {
		width: 100%;
	}	
	.right_contents_1{
		-webkit-flex: 1;
		flex: 1;
	}
	.contents_box:nth-child(even) {
		flex-direction: column;
	}
}

@media only screen and (max-width: 480px) {
	#cast p {
		font-size: 1.2rem !important;
		line-height: 130% !important;
	}
}
/*
.name{
	padding-bottom: 10px;
}
*/
/*
.name_en {
    display: block;
    color: #a73840;
    margin-bottom: 3%;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-align: right;
}
*/


/*==========================================
 劇場情報
===========================================*/
table {
  border-collapse: collapse;
  width: 100%;
  max-width:980px;
  margin:0 auto 60px;
}
table th,
table td {
  border-bottom: 1px dashed #ddd;
  padding: 10px;
  font-size:1.6rem;
  color:#ddd;
  text-align:left;
  line-height:150%;
}
table th {
  color:#bbb;
  font-size:1.3rem;
  font-weight:bold;
  border-bottom: 2px solid #bbb;
  vertical-align: bottom;
 }

table td  a{
color: #ffffff!important;
}

@media screen and (max-width: 768px) {
table {
  width:96%;
}
table th,
table td {
  font-size:1.3rem;
}
}

@media screen and (max-width: 480px) {
table th,
table td {
  padding: 10px 0;
  font-size:1.1rem;
}
}








/*コメント
===========================================*/
.commentBox{
	margin-bottom:60px;
}
.commentBox .body{
	
	font-size:1.8rem;
	margin-bottom:20px!important;
}
.commentBox .name{
	font-size:1.8rem;
	text-align:right;
	padding-bottom:10px;
	line-height:1;
	
	display:inline-block;
	float:right;
	background: url(images/img_line_paint.png) repeat-x 0 25px;
}

@media screen and (max-width: 768px) {
	.commentBox .name{
		background:none;
		border-bottom:1px solid #346e61;
	}
}

/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

/*==========================================
	タイトルとYouTubeモーダル
===========================================*/
#container {
}
.noScroll {
	overflow: hidden;
}

#loader {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #ed6161;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 701;
}
#loader::after {
	content: "";
/*	background: rgba(2,0,0,.8);*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80px;
	display: none;
	z-index: 900;
}

@media screen and (max-width: 768px) {
	#loader img {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 60px;
		width: 90px;
		min-width: initial;
	}
}

.modalWrapper {
	width: 100%;
	height: 100%;
	background-color: #ed6161;
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}
.youtube {
	position: fixed;
	width: 80%;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	padding-top: 40px;
	overflow: hidden;
}
.youtube .iframeWrapper {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
.youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 100%;
}
.youtube .closeBtn {
	position: absolute;
	top: 0;
	right: 12px;
	cursor: pointer;
}
.youtube .closeBtn:before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 35px;
	background-color: #ffe33f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
}
.youtube .closeBtn:after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 35px;
	background-color: #ffe33f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	right: 0;
}

/* ------------------------------------------------------------
	コンテンツのフェードインアニメーション
------------------------------------------------------------ */
.fadeInAfterUp {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
	filter: blur(0) !important;
}
.fadeInAfterBl {
	opacity: 1 !important;
	filter: blur(0) !important;
}
/*#cinema table {
	opacity: 1 !important;
	filter: blur(0) !important;
}*/
.fadeInAfterScl {
	opacity: 1 !important;
	filter: blur(0) !important;
	transform: scale(1) !important;
}
.fadeInAfterLr {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}

/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 40px;
	height: 40px;
	background-color: rgb(237, 97, 97,0.5);
	position: fixed;
	bottom: 15px;
	right: 15px;
	padding: 5px;
	display: none;
	z-index: 100;
	border-radius: 30px;
}
#backToTop a {
	width: 15px;
	height: 15px;
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	margin: 35% auto 0 auto;
}

/* ------------------------------------------------------------
	自動再生スライダー
------------------------------------------------------------ */
#slider .slickAuto {
	margin-left: 0;
}
#slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px;
	line-height: 0;
}
/*
#slider::before{
	position:absolute;
	background: linear-gradient(rgba(255,255,255,1) 0%,rgba(255,255,255,0) 5%,rgba(255,255,255,0) 95%,rgba(255,255,255,1) 100%)!important;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}
*/




/* スライド同士の隙間設定 */
#slider .slickAuto li {
    padding: 0 15px; /* 左右に15pxずつの余白（画像同士の間隔は合計30pxになります） */
    box-sizing: border-box;
}









/* ------------------------------------------------------------
	キャストのスライダー
------------------------------------------------------------ */
#profile .slickCast {
	margin-left: auto;
	margin-right: auto;
}
#profile .slickCast li {
	margin-left: 80px;	/* 次のスライドのはみ出し対応用 */
}
#profile .slickCast .castImage {
	float: left;
	width: 25%;
}
#profile .slickCast .castName, #profile .slickCast .castIntro {
	float: left;
	width: 60%;
}
#profile .slickCast .castImage {
	margin-right: 2em;
}
#profile .slickCast .arrow.prev, #profile .slickCast .arrow.next {
	width: 40px;
	height: 40px;
	border-radius: 25px;
	background-color: rgb(0 0 0 / 16%);
	padding: 5px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 200px;
	z-index: 10;
	cursor: pointer;
}
#profile .slickCast .arrow.prev {
	left: 0;
}
#profile .slickCast .arrow.next {
	right: 0;
}
#profile .slickCast .arrow.prev span {
	width: 20px;
	height: 20px;
	border-top: solid 5px #ffffff;
	border-left: solid 5px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	left: 19px;
}
#profile .slickCast .arrow.prev span.hovering {
	left: 5px;
}
#profile .slickCast .arrow.next span {
	width: 20px;
	height: 20px;
	border-top: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	right: 19px;
}
#profile .slickCast .arrow.next span.hovering {
	right: 5px;
}
#profile .thumbnail {
	margin: 40px auto 0 auto;
}
#profile .thumbnail li {
	margin-right: 5px;
	cursor: pointer;
	background-color: #ffffff;
}
#profile .thumbnail li img {
	opacity: 0.5;
}
#profile .thumbnail li.slick-current img {
	opacity: 1;
}
@media screen and (max-width: 520px) {
	#contentsArea #profile.w980 {
		padding-bottom: 60px;
	}
	#profile .slickCast li {
		padding-bottom: 25px;
	}
	#profile .slickCast .castIntro {
		width: 100%;
		margin-top: 15px;
	}
}


/*新規追加*/


#introduction .intro-center {
	text-align: center;
}

#introduction .introbox {
	margin-bottom: 40px;
	padding: 3rem 4rem;
	background-color: #ffffff;
	box-shadow: 0 0 8px 5px rgba(207,7,70,0.5), 0 0 8px 5px rgba(207,7,70,0.5) inset;
/*	border: solid 5px rgba(207,7,70,0.5);*/
	font-style: oblique;
}

#story .story-center {
	text-align: center;
}

#story .story-center h2{
	font-size: 2.0rem;
	padding-top: 10px;
	color: #555!important;
	border-top: 1px solid #a73840;
	border-bottom: 1px solid #a73840;
}


#contentsArea ul.share_btn {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#contentsArea ul.share_btn li {
	list-style-type: none;
	margin: 0 10px;
}
#contentsArea ul.share_btn li div,
#contentsArea ul.share_btn li a {
	display: flex;
	align-items: center;
}
#contentsArea ul.share_btn li a img {
	width: auto;
}
@media only screen and (max-width: 768px) {
#introduction .introbox {
	padding: 2rem 3rem;
	box-shadow: 0 0 6px 3px rgba(207,7,70,0.5), 0 0 6px 3px rgba(207,7,70,0.5) inset;
}
	#contentsArea ul.share_btn li {
		margin: 2px;
	}
}

@media only screen and (max-width: 480px) {
#introduction .introbox {
    padding: 1.5rem 1.5rem;
}
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
	padding: 2rem 3rem;
	margin: 3em 0;
	background: rgb(207 232 241 / 40%);
	border-radius: 5px;
	box-shadow: rgb(207 232 241 / 40%) 0px 0px 10px 10px;
	text-align: right;
}

#contentsArea #comments:first-child .border-area {
	margin-top: 0;
}

#contentsArea #opinions .border-area {
	margin-top: 0;
}

#contentsArea #comments .border-area p, #contentsArea #opinions .border-area p {
	margin: 0; 
	padding: 0;
}

#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	text-align: right;
	font-size: 1.6rem;
	margin-bottom: 0;
	background: linear-gradient(transparent 50%, rgba(213,187,94,0.7) 100%);
	display: inline;
	padding: 0 0.5rem;
}

@media screen and (max-width: 768px) {
#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.5rem;
}
#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
	font-size: 1.4rem;
}
}

@media screen and (max-width: 480px) {
#contentsArea #comments p.commentsL, #contentsArea #opinions p.commentsL {
	font-size: 1.4rem;
}

#contentsArea #comments .border-area, #contentsArea #opinions .border-area {
padding: 2rem 0.8rem;
}

#contentsArea #comments p.commentsR, #contentsArea #opinions p.commentsR {
font-size: 1.2rem;
}
}

#theater .information p{
	text-align: center;
	font-size: 2.5rem;
}

.ticket_img{
	width: 30%;
	margin: 0 auto;
}

#theater .information h3{
	text-align: center;
	font-size: 2rem;
}

.area{
display:none;
}


#contentsArea #theater-info ul li.area_hover{
font-weight: bold;
}

#contentsArea #theater-info ul li{
margin-right: 30px;
margin-bottom: 20px;
font-size: 2.2rem;
list-style-type: none;
cursor: pointer;
}



#contentsArea #theater-info ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 30px;
}

#theater-info ul li{
	line-height: 100%;
	display: inline-block;
	position: relative;
	color: #b8b9b9;
 	text-decoration: none;
}

#theater-info ul li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 100%;
	height: 1px;
	background: #b8b9b9;
	transform: scale(0, 1);
	transition: 0.4s;
}
#theater-info ul li:hover:before {
	transform: scale(1);
}

.ticket_img_banner{
	width: 30%;
	display: inline-flex;
	justify-content: center;
}


#footInner #contact {
	margin-top: 20px;
}


#theater .theater-underLine {
border-bottom: 1px solid #555;
margin: 70px auto;
width: 85%;
max-width: 800px;
}

#profile .right .mojiS{
font-size: 2.4rem!important;
}

@media screen and (max-width: 768px) {
	.sp_view{
		display:none;
	}
	#contentsArea #theater h1 {
		margin-bottom: 40px;
	}
	#contentsArea #theater-info ul li{
		margin-right: 25px;
		font-size: 2.0rem;
	}
}


@media screen and (max-width: 480px) {
#contentsArea #theater-info ul{
margin-left: 5px;
}

#contentsArea #theater-info ul li{
margin-right: 25px;
font-size: 1.7rem;
}

.ticket_img_banner {
	width: 70%;
}

#profile .right .mojiS{
font-size: 1.5rem!important;
}
}

@media only screen and (min-width: 480px) {
	.sp_view2{
		display:none;
	}
}

#changeBgImg {
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

#changeBgImg img {
	top: 0;
	left: 0;
	position: absolute;
}

#topImgbg {
	position: relative;
}

#contact {
	margin: 2rem 0;
	color: #fff;
	font-size: 1.3rem;
}
#contact a {
	color: #fff;
}

@media only screen and (max-width: 480px) {
#contact a {
	line-height: 2;
}
}

.sp-br, .tab-br {
	display: none;
}
@media only screen and (max-width: 768px) {
	.sp-br {
		display: none;
	}
	.tab-br {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	.sp-br {
		display: block;
	}
	.tab-br {
		display: block;
	}
}
.ticket_img {
	width: 45%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ticket_img img {
	background-color: #ffffff;
	border-radius: 1em;
}
.ticket-banner {
		width: 30% !important;
}
@media only screen and (max-width: 768px) {
	.ticket_img {
		width: 90%;
	}
	.ticket-banner {
		width: 70% !important;
	}
}
.ticket-banner {
		width: 100%;
}

/* ------------------------------------------------------------
	トップビジュアルのアニメーション
------------------------------------------------------------ */

.topimg {
	opacity: 0;
	filter: blur(20px);
	width: 100%;
	-webkit-animation: title 1.5s linear 0.5s 1 forwards;
	animation: title 1.5s linear 0.5s 1 forwards;
}

.x_icon {
	opacity: 0;
	filter: blur(20px);
	-webkit-animation: title 1.5s linear 0.5s 1 forwards;
	animation: title 1.5s linear 0.5s 1 forwards;
}

@-webkit-keyframes title {
	100% {
		filter: blur(0);
		opacity: 1;
	}
}
@keyframes title {
	100% {
		filter: blur(0);
		opacity: 1;
	}
}

#comments_bnr {
	position:absolute;
}

.bnr_comments {
	opacity: 0;
	right: 2.5%;
	bottom: 45%;
	width: 10%;
	overflow: hidden;
	-webkit-animation: onheader 1s  2.5s 1 forwards;
	animation: onheader 1s linear 2.5s 1 forwards;
}

#comments_bnr img {
	transition: 0.3s;
}

#comments_bnr img:hover {
    opacity: 0.8;
}

.onheader {
	opacity: 0;
	-webkit-animation: onheader 1.0s  2.0s 1 forwards;
	animation: onheader 1.0s linear 2.0s 1 forwards;
}

.theater_item {
	opacity: 0;
	-webkit-animation: onheader 1.5s 2.5s 1 forwards;
	animation: onheader 1.5s linear 2.5s 1 forwards;
}

@-webkit-keyframes onheader {
	100% {
		opacity: 1;
	}
}
@keyframes onheader {
	100% {
		opacity: 1;
	}
}

@media only screen and (max-width: 768px) {
	.bnr_comments {
	right: initial;
	left: 5%;
	bottom: 30%;
	width: 25%;
	}
}

/* ------------------------------------------------------------
	ムビチケ
------------------------------------------------------------ */

#mvtk-widgets-container {
	opacity: 0;
/*	margin: 4% auto 0 !important;*/
	margin: 2% auto !important;


	-webkit-animation: onheader 1.5s  3.5s 1 forwards;
	animation: onheader 1.5s linear 3.5s 1 forwards;
}

@media only screen and (max-width: 768px) {
	#mvtk-widgets-container {
/*		margin: 10% auto 3% !important;*/
		margin: 5% auto !important;
	}
}


.inline {
	width: 1.8em !important;
    height: 1.8em !important;
    vertical-align: middle;
	transition: .2s ease-in-out;
}
.inline:hover {
	opacity: 0.8;
}

.line-cat {
	display: flex;
    align-items: baseline;
}
