@charset "utf-8";
/*
Theme Name: 
Theme URI: 
*/

/***********************************************

    　共通設定

************************************************/
.wp12 {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
	position: relative;
}
.w9 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.pd8 {
	padding: 80px 0;
}
.bg-green {
	background-color: #eeeeee;
}
.bg-green h2 {
	color: #ba47d1;
	border: 2px solid #ba47d1;
}
.ttl-wrap {
	text-align: center;
	margin-bottom: 100px;
}
h2 {
	position: relative;
	text-align: center;
	font-size: 60px;
	color: #48d1cc;
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	border: 2px solid #48d1cc;
	display: inline-block;
	padding: 5px 50px;
	background-color: #fff;
	-webkit-animation: roll 1s ease-in-out infinite;
	animation: roll 6s ease-in-out infinite;
}
h2:after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background-color: #48d1cc;
	border-radius: 50%;
	z-index: 10;
}
.bg-green h2:after {
	background-color: #ba47d1;
}

@media screen and (max-width: 480px) {
	.pd8 {
		padding: 60px 0;
	}
	.ttl-wrap {
		text-align: center;
		margin-bottom: 60px;
	}
	h2 {
		font-size: 50px;
	}
}

/*------------------------------------*
    ローディング画面
*------------------------------------*/
#loading {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	text-align: center;
}
.load-wp {
	position: absolute;
	width: 500px;
	max-width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: load 1.5s ease 0s infinite normal;
	animation: load 1.5s ease 0s infinite normal;
}
@-webkit-keyframes load {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes load {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

/*------------------------------------*
    メインスライダー
*------------------------------------*/
#main-slider li a:hover {
	opacity: 1;
}
#main-slider .dots-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#main-slider .dots-wrap li {
	width: 40px;
	height: 8px;
	margin: 0 5px;
	background: #a9a9a9;
	cursor: pointer;
}
#main-slider .dots-wrap li:hover,
#main-slider .dots-wrap li.slick-active {
	background: #ee82ee;
}
#main-slider .dots-wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

/*------------------------------------*
    プロフィール
*------------------------------------*/
.pro-wrap .image {
	width: 30%;
}
.pro-wrap .table {
	width: 60%;
}
.pro-wrap .table tr {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	line-height: 2;
}
.pro-wrap .table th {
	width: 25%;
	min-width: 120px;
	padding: 20px 0 20px 20px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	color: #BA47D1;
}
.pro-wrap .table td {
	width: 70%;
	padding: 20px 20px 20px 10px;
	word-break: break-all;
}
.pro-wrap .table td.name h1 {
	font-size: 30px;
	font-weight: normal;
}
.pro-wrap .table td a {
	font-weight: bold;
	color: #48D1CC;
	display: inline-block;
}
.pro-wrap .table td a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(./image/icon_open.svg) no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 3px;
}


@media screen and (max-width: 768px) {
	.pro-wrap .image {
		width: 60%;
		margin: 0 auto 30px auto;
	}
	.pro-wrap .table {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.pro-wrap .table th {
		width: 100%;
		display: block;
		padding: 20px 20px 0 20px;
	}
	.pro-wrap .table td {
		width: 100%;
		display: block;
		padding: 0 20px 20px 20px;
	}
}

/*------------------------------------*
    ギャラリー
*------------------------------------*/
.gallery-slider .slick-list {
	float: right;
	width: 70%;
}
.gallery-slider .slick-img {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 15%;
}
.gallery-slider .slick-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}
.gallery-slider .slick-dots {
	float: left;
	width: 28%;
	position: relative;
	bottom: 0;
	margin-top: 20px;
	display: flex !important;
	flex-wrap: wrap;
}
.gallery-slider .slick-dots li {
	width: 49%;
	padding-top: 60%;
	margin: 0 1% 2% 0;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.gallery-slider .slick-dots li:nth-child(2n) {
	margin-right: 0;
}
.gallery-slider .slick-dots li:hover {
	opacity: 0.7;
}
.gallery-slider .slick-dots li.slick-active {
	opacity: 0.7;
}
.gallery-slider .slick-dots li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
}
.more-btn {
	width: 300px;
	margin: 30px auto 0 auto;
	text-align: center;
	line-height: 65px;
	color: #ba47d1;
	font-size: 30px;
	background-color: #fff;
	position: relative;
	border: 1px solid #ba47d1;
	border-radius: 50px;
	transition: color 0.3s ease-out;
	overflow: hidden;
}
.more-btn:hover {
	color: #fff;
	opacity: 1;
}
.more-btn:hover::before {
	transform: scaleY(1);
}
.more-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ba47d1;
	transform: scaleX(0);
	transition: all 0.3s ease-out;
	transition-property: transform;
}
.more-btn .text {
	position: relative;
}

@media screen and (max-width: 768px) {
	.gallery-slider .slick-list {
		float: none;
		width: 100%;
		margin: 0 2% 30px auto;
	}
	.gallery-slider .slick-dots {
		width: 100%;
	}
	.gallery-slider .slick-dots li {
		width: 24.25%;
		padding-top: 20%;
	}
	.gallery-slider .slick-dots li:nth-child(2n) {
		margin-right: 1%;
	}
	.gallery-slider .slick-dots li:nth-child(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 480px) {
	.more-btn {
		width: 280px;
		line-height: 60px;
		font-size: 28px;
	}
}

/*------------------------------------*
    ストリーミング
*------------------------------------*/
.st-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.st-list li:nth-child(3n) {
	margin-right: 0;
}
.movie {
	position: relative;
	width: 100%;
	padding-top: 18%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 768px) {
	.st-list li {
		width: 49%;
	}
	.st-list li:nth-child(3n) {
		margin-right: 2%;
	}
	.st-list li:nth-child(2n) {
		margin-right: 0;
	}
	.movie {
		padding-top: 27%;
	}
}

/*------------------------------------*
    著作権
*------------------------------------*/
#copyright {
	padding: 80px 0 100px 0;
}
.co-wrap{
	text-align: center;
}
.co-wrap p {
	line-height: 2.6;
	text-align: left;
	display: inline-block;
}

@media screen and (max-width: 480px) {
	#copyright {
		padding: 60px 0 80px 0;
	}
	.co-wrap p {
		font-size: 16px;
		line-height: 2;
	}
}

/*------------------------------------*
    フッター
*------------------------------------*/
#footer {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial,
		helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	background-color: #ee82ee;
	letter-spacing: 0;
	color: #fff;
}
