@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri+Quran&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif, 'Noto Serif JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #191919;
	text-decoration: none;
}
a:visited {
	color: #191919;
}
a:hover {
	opacity: 0.7;
}
a:active {
	color: #191919;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-sp {
	display: none;
}
.sp-off {
	display: block;
}
@media screen and (max-width:768px) {
	.br-sp {
		display: block;
	}
	.sp-off {
		display: none;
	}
}
.t-sec_btn {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
.view_btn {
	background-color: #D87171;
	padding: 20px 40px;
	border-radius: 50vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	width: 220px;
}
.view_btn::after {
	content: "";
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translate(0 ,-50%) rotate(135deg);
	width: 10px;
	height: 10px;
}
.t-sec_ttl {
	text-align: center;
}
.t-sec_ttl h2 {
	margin: 20px 0;
}
.t-sec_ttl p {
	font-size: 18px;
}
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#m-header {
	width: 100%;
	padding: 20px;
	position: absolute;
	top: 0;
	z-index: 1;
}
#m-header .m-header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#m-header .m-header_nav {
	position: absolute;
	right: 50%;
	transform: translate(50%);
}
#m-header .m-header_nav ul {
	display: flex;
}
#m-header .m-header_nav ul li a {
	padding: 15px;
}
#m-header .m-header_contact {
	display: flex;
	align-items: center;
}
#m-header .m-header_funclub a {
	background-color: #B7B7B7;
	padding: 12px 16px;
	border-radius: 50vh;
	display: flex;
	align-items: center;
}
#m-header .m-header_sns ul {
	display: flex;
}
#m-header .m-header_sns ul li a {
	padding: 0 5px;
}
.m-header_sns ul li a img{
	width: 32px;
	height: auto;
}
.zdo_drawer_menu {
	display: none;
}
#m-header .zdo_drawer_menu .m-header_contact-sp {
	margin-top: 20px;
}
#m-header .zdo_drawer_menu .m-header_funclub {
	text-align: center;
	width: 150px;
	margin: 0 auto 20px auto;
}
#m-header .zdo_drawer_menu .m-header_sns ul {
	justify-content: center;
}
#m-header .zdo_drawer_menu .m-header_sns ul li {
	border-bottom: none;
}
@media screen and (max-width:1460px) {
	#m-header .m-header_nav {
		transform: translate(30%);
	}
}
@media screen and (max-width:1200px) {
	#m-header .m-header_nav {
		display: none;
	}
	.zdo_drawer_menu {
		display: block;
	}
	#m-header .m-header_contact {
		position: absolute;
		right: 10%;
	}
	#m-header .m-header_logo {
		margin-left: 15px;
	}
}

@media screen and (max-width:768px) {
	#m-header .m-header_contact {
		display: none;
	}
	#m-header .m-header_logo {
		margin-left: 0;
	}
}

/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1200;
	background: #D9F3F5;
	text-align:center;
}

#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_logo img {
	width:260px;
}

.fadeIn{
animation-name: fadeIn;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/
#t-mainvisual {
	background-color: #D9F3F5;
	position: relative;
	height: 92vh;
}
#t-mainvisual .t-mainvisual_img {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#t-mainvisual .t-mainvisual_img-sp {
	display: none;
}
#t-mainvisual .t-mainvisal_copy {
	position: absolute;
	bottom: 200px;
	font-size: 13px;
	left: 2%;
	transform: rotate(90deg);
	transform-origin: left;
}
#t-mainvisual .t-mainvisual_ttl {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 80%;
	text-align: center;
}
#t-mainvisual .t-mainvisual_ttl img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1.5s;
	animation-delay: 1.9s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
		from {
			opacity: 0;
		transform: translate(-50%, -35%);
		}
	
		to {
			opacity: 1;
		transform: translate(-50%, -50%);
		}
	}

.fadeUp_01{
	animation-name:fadeUpAnime_01;
	animation-duration:1.5s;
	animation-delay: 2.2s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime_01{
		from {
			opacity: 0;
		bottom: -10%;
		}
	
		to {
			opacity: 1;
		bottom: 0;
		}
	}

@media screen and (max-width:768px) {
	#t-mainvisual .t-mainvisual_img-pc {
		display: none;
	}
	#t-mainvisual .t-mainvisual_img-sp {
		display: block;
		margin: 0 auto;
	}
	#t-mainvisual .t-mainvisal_copy {
		font-size: 9px;
		bottom: 210px;
	}
	#t-mainvisual .t-mainvisual_ttl {
		width: 95%;
	}
}
@media screen and (max-width:425px) {
	#t-mainvisual {
		height: 83vh;
	}
}

/*------------------------------------------------------------
	アバウト
------------------------------------------------------------*/
#t-about {
	padding: 100px 0 230px;
	background-color: #F9D1D1;
}
#t-about .t-about_content {
	text-align: center;
}
#t-about .t-about_content h2 {
	font-size: 30px;
	margin-bottom: 25px;
}
#t-about .t-about_content p {
	font-size: 16px;
	line-height: 2.0;
}
@media screen and (max-width:768px) {
	#t-about {
		padding-top: 50px;
	}
	#t-about .t-about_content h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}


/*------------------------------------------------------------
	ニュース
------------------------------------------------------------*/
#t-news {
	padding: 20px 0 230px;
	background-color: #F9F7D1;
	position: relative;
	z-index: 0;
}
#t-news::before {
	content: "";
	background: url(/site/wp-content/themes/clamp%20child/img/bg_yellow.png) no-repeat center;
	position: absolute;
	top: -87.5px;
	z-index: -1;
	width: 100%;
	height: 175px;
}
#t-news .t-news_content {
	text-align: center;
}
#t-news .t-news_list {
	margin: 30px 0 0;
}
#t-news .t-news_list ul {
	display: flex;
	justify-content: space-between;
}
#t-news .t-news_list ul li {
	width: 32.5%;
}
#t-news .t-news_list .t-news_list-img {
	background-color: #fff;
	position: relative;
}
#t-news .t-news_list .t-news_list-img::before {
	content: "";
	display: block;
	padding-top: 75%;
}
#t-news .t-news_list .t-news_list-img img {
	height: 100%;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#t-news .t-news_list .t-news_list-inner {
	text-align: left;
	letter-spacing: 2px;
	line-height: 1.5;
}
#t-news .t-news_list .t-news_list-inner p {
	font-size: 14px;
	margin: 10px 0 5px;
}
#t-news .t-news_list .t-news_list-inner h3 {
	font-size: 16px;
}
@media screen and (max-width:768px) {
	#t-news::before {
		background-size: 60%;
	}
	#t-news .t-news_list ul {
		flex-wrap: wrap;
	}
	#t-news .t-news_list ul li {
		margin-bottom: 35px;
		width: 100%;
	}	
	#t-news .t-news_list ul li:nth-last-child(1) {
		margin-bottom: 0;
	}	
}
@media screen and (max-width:425px) {
	#t-news::before {
		background-size: 60%;
	}
	#t-news .t-news_list ul li {
		margin-bottom: 35px;
	}	
	#t-news .t-news_list ul li:nth-last-child(1) {
		margin-bottom: 0;
	}	
}


/*------------------------------------------------------------
	ポッドキャスト
------------------------------------------------------------*/
#t-podcasts {
	padding: 20px 0 230px;
	position: relative;
	z-index: 0;
}
#t-podcasts::before {
	content: "";
	background: url(/site/wp-content/themes/clamp%20child/img/bg_white.png) no-repeat center;
	position: absolute;
	top: -87.5px;
	z-index: -1;
	width: 100%;
	height: 175px;
}
#t-podcasts .t-podcasts_content {
	text-align: center;
}
#t-podcasts .t-podcasts_list {
	margin: 30px 0;
}
#t-podcasts .t-podcasts_list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1%;
}
#t-podcasts .t-podcasts_list ul li {
	width: 49%;
	margin-bottom: 15px;
}
#t-podcasts .t-podcasts_list ul li:nth-child(odd) {
	text-align: right;
}
#t-podcasts .t-podcasts_list ul li:nth-child(even) {
text-align: left;
}
@media screen and (max-width:768px) {
	#t-podcasts::before {
		background-size: 60%;
	}
	#t-podcasts .t-podcasts_list ul {
		flex-direction: column;
		gap: 0;
	}
	#t-podcasts .t-podcasts_list ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#t-podcasts .t-podcasts_list ul li:nth-child(odd), #t-podcasts .t-podcasts_list ul li:nth-child(even) {
		text-align: center;
	}
}
@media screen and (max-width:425px) {
	#t-podcasts::before {
		background-size: 60%;
	}
}

/*------------------------------------------------------------
	ワークス
------------------------------------------------------------*/
#t-works {
	padding: 20px 0 230px;
	background-color: #D9F3F5;
	position: relative;
	z-index: 0;
}
#t-works::before {
	content: "";
	background: url(/site/wp-content/themes/clamp%20child/img/bg_blue.png) no-repeat center;
	position: absolute;
	top: -87.5px;
	z-index: -1;
	width: 100%;
	height: 175px;
}
#t-works .t-works_content {
	margin-top: 30px;
	text-align: center;
}
#t-works .t-works_content .swiper-slide {
	object-fit: cover;
	height: auto;
}
#t-works .t-works_content .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width:768px) {
	#t-works::before {
		background-size: 60%;
	}
}
@media screen and (max-width:425px) {
	#t-works::before {
		background-size: 60%;
	}
}

/*------------------------------------------------------------
	スケジュール
------------------------------------------------------------*/
#t-schedule {
	padding: 20px 0 130px;
	background-color: #F9D1D1;
	position: relative;
	z-index: 0;
}
#t-schedule::before {
	content: "";
	background: url(/site/wp-content/themes/clamp%20child/img/bg_pink.png) no-repeat center;
	position: absolute;
	top: -87.5px;
	z-index: -1;
	width: 100%;
	height: 175px;
}
#t-schedule .t-schedule_content {
	text-align: center;
}
#t-schedule .t-schedule_calender iframe {
	height: 600px;
}
@media screen and (max-width:768px) {
	#t-schedule::before {
		background-size: 60%;
	}
	#t-schedule .t-schedule_calender iframe {
		height: 400px;
	}
}
@media screen and (max-width:425px) {
	#t-schedule::before {
		background-size: 60%;
	}
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#m-footer {
	padding: 50px 0 100px;
}
#m-footer .m-footer_content {
	text-align: center;
}#m-footer .m-footer_logo {
	margin-bottom: 30px;
}
#m-footer .m-footer_sns {
	margin-bottom: 30px;
}
#m-footer .m-footer_sns ul {
	display: flex;
	justify-content: center;
}
#m-footer .m-footer_sns ul li a {
	padding: 0 5px;
}
#m-footer .m-footer_funclub {
	width: 150px;
	margin: 0 auto 50px;
}
#m-footer .m-footer_funclub a {
	background-color: #D87171;
	padding: 15px 25px;
	border-radius: 50vh;
	width: 150px;
	display: flex;
	align-items: center;
}
#m-footer .m-footer_nav {
	margin-bottom: 30px
}
#m-footer .m-footer_nav ul {
	display: flex;
	justify-content: center;
}
#m-footer .m-footer_nav ul li a {
	padding: 0 15px;
}
#m-footer .m-footer_copy p {
	font-size: 14px;
	font-weight: normal;
}

@media screen and (max-width:768px) {
	#m-footer .m-footer_nav {
		display: none;
	}
}


/*------------------------------------------------------------
	下層ーヘッダー
------------------------------------------------------------*/
.schedule #s-header {
	background-color: #F9D1D1;
}
#s-header {
	width: 100%;
	padding: 20px 20px 100px;
}
#s-header .m-header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#s-header .m-header_nav {
	position: absolute;
	right: 50%;
	transform: translate(50%);
}
#s-header .m-header_nav ul {
	display: flex;
}
#s-header .m-header_nav ul li a {
	padding: 15px;
}
#s-header .m-header_contact {
	display: flex;
	align-items: center;
}
#s-header .m-header_funclub a {
	background-color: #B7B7B7;
	padding: 15px 25px;
	border-radius: 50vh;
	display: flex;
	align-items: center;
}
#s-header .m-header_sns ul {
	display: flex;
}
#s-header .m-header_sns ul li a {
	padding: 0 5px;
}
.zdo_drawer_menu {
	display: none;
}
#s-header .zdo_drawer_menu .m-header_contact-sp {
	margin-top: 20px;
}
#s-header .zdo_drawer_menu .m-header_funclub {
	text-align: center;
	width: 150px;
	margin: 0 auto 20px auto;
}
#s-header .zdo_drawer_menu .m-header_sns ul {
	justify-content: center;
}
#s-header .zdo_drawer_menu .m-header_sns ul li {
	border-bottom: none;
}
@media screen and (max-width:1460px) {
	#s-header .m-header_nav {
		transform: translate(30%);
	}
}
@media screen and (max-width:1200px) {
	#s-header .m-header_nav {
		display: none;
	}
	.zdo_drawer_menu {
		display: block;
	}
	#s-header .m-header_contact {
		position: absolute;
		right: 10%;
	}
	#s-header .m-header_logo {
		margin-left: 15px;
	}
}

@media screen and (max-width:768px) {
	#s-header .m-header_contact {
		display: none;
	}
	#s-header .m-header_logo {
		margin-left: 0;
	}
}




/*------------------------------------------------------------
	下層ー共通
------------------------------------------------------------*/

#p-sec_top {
	text-align: center;
}
.p-sec_top-ttl {
	margin: -45px auto 0;
}
.p-sec_top-pankuzu {
	text-align: left;
	margin: -25px 10px 10px 10px;
}
.p-sec_top-pankuzu ul {
	display: flex;
}
.p-sec_top-pankuzu ul li {
	padding: 0 5px;
	font-size: 12px;
}
.p-sec_top-copy {
	position: absolute;
	top: 30%;
	left: 1.5%;
	font-size: 14px;
	transform: rotate(90deg);
	transform-origin: left;
}
@media screen and (max-width:768px) {
	.p-sec_top-copy {
		display: none;
	}
	.p-sec_top-pankuzu {
		margin-top: 25px;
	}
}
@media screen and (max-width:425px) {
	.p-sec_top-ttl {
		width: 65%;
		margin-top: -30px;
	}
}

/*------------------------------------------------------------
	下層ーアバウト
------------------------------------------------------------*/

#p-about .p-sec_mid {
	text-align: center;
	padding: 100px 0;
}
#p-about .p-sec_mid-content h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
#p-about .p-sec_mid-txt {
	text-align: left;
	display: inline-block;
}
#p-about .p-sec_mid-txt p {
	margin-bottom: 30px;
	line-height: 2.0;
}
#p-about .p-sec_mid-list {
	margin: 40px 0;
}
#p-about .p-sec_mid-list ul {
	display: flex;
}
#p-about .p-sec_mid-list ul li {
	line-height: 1.8;
	width: 25%;
	margin-bottom: 20px;
}
#p-about .p-sec_mid-list ul li h3 {
	font-size: 18px;
	margin-top: 7px;
}
#p-about .p-sec_mid-list ul li p {
	font-size: 16px;
}
#p-about .p-sec_mid-list ul li img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#p-about .p-sec_mid {
		padding: 50px 0;
	}
	#p-about .p-sec_mid-content h2 {
		font-size: 18px;
		display: inline-block;
	}
	#p-about .p-sec_mid-list ul {
		flex-wrap: wrap;
	}
	#p-about .p-sec_mid-list ul li {
		width: 50%;
	}
}
@media screen and (max-width:425px) {
	#p-about .p-sec_mid-content h2 {
		text-align: left;
		display: block;
	}
	#p-about .p-sec_mid-list ul li {
		width: 100%;
	}
}

/*------------------------------------------------------------
	下層ーワークス
------------------------------------------------------------*/

#p-works .p-sec_top-nav ul {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#p-works .p-sec_top-nav ul li {
	margin: 0 10px 10px;
}
#p-works .p-sec_top-nav ul li a {
	background-color: #5ABABA;
	color: #fff;
	padding: 10px 40px;
	border-radius: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
#p-works .p-sec_top-nav ul li a span {
	display: inline-block;
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	margin-right: 10px;
}
#p-works .p-sec_mid {
	text-align: left;
	padding: 100px 0;
}
#p-works .p-sec_mid-list h2 {
	display: flex;
	align-items: center;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.0;
}
#p-works .p-sec_mid-list img {
	margin: 0 1%;
}
#p-works .p-sec_mid-list ul {
	display: flex;
	flex-wrap: wrap;
}
#p-works .p-sec_mid-list ul li {
	width: 19%;
	margin: 0 0.5% 40px;
}
#p-works .p-sec_mid-list ul li img {
	height: 80%;
	width: 100%;
	object-fit: cover;
}
#p-works .p-sec_mid-list ul li h3 {
	font-size: 16px;
	margin-top: 7px;
}
#p-works .p-sec_mid-list ul li p {
	font-size: 14px;
	color: #1D1D1D;
}
#serialized, #etc {
	margin-top: 50px;
}



#p-works .modal-content_inner {
	display: flex;
	margin-bottom: 20px;
}
#p-works .modal-content_inner img {
	height: 100%;
	width: 35%;
}
#p-works .modal-content_txt {
	margin-left: 25px;
}
#p-works .modal-content_txt h3 {
	font-size: 20px;
}
#p-works .modal-content p {
	line-height: 1.7;
}
#p-works .modal-content_txt h3, #p-works .modal-content_txt p {
	margin-bottom: 20px;
}
#p-works .modal-content_inner p span {
	background: #EBEBEB;
	padding: 5px 8px;
	margin: 0 15px 15px 0;
}
#p-works .amazon-link {
	margin-top: 20px;
	text-align: center;
}

.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}
.md-contents{
  display: none;
	background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70%;
	height: 70%;
	transform: translate(-50%, -50%);
	overflow-y: auto !important;
  overscroll-behavior-y: none;
  z-index: 10000;
}
.md-inner{
  padding: 24px 40px;
}
.md-xmark{
	display: none;
	position: fixed;
	top: 15%;
	right: 15%;
	width: 60px;
	height: 55px;
	z-index: 10001;
	cursor: pointer;
}
.md-xmark span {
  height: auto;
	position: absolute;
	top: 27.5px;
	right: 10px;
	width: 60%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
.md-xmark::after {
	content: "";
	background-color: #000;
	position: fixed;
	top: 15%;
	right: 15%;
	width: 60px;
	height: 55px;
	z-index: -1;
}
.md-xmark span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  transform: rotate(45deg);
}

@media screen and (max-width:768px) {
	#p-works .p-sec_mid {
		padding: 50px 0 100px;
	}
	#p-works .p-sec_mid-list ul li {
		width: 32%;
	}
	#p-works .modal-content_inner img {
		width: auto;
	}

}
@media screen and (max-width:700px) {
	.md-contents{
		height: 95%;
		width: 95%;
	}
	#p-works .modal-content {
		margin-top: 30px;
	}
	#p-works .modal-content_inner {
		flex-direction: column;
		margin-bottom: 0;
	}
	#p-works .modal-content_txt {
		margin-left: 0;
		margin-top: 20px;
	}
	#p-works .p-sec_top-nav ul {
		justify-content: space-between;
	}
	#p-works .p-sec_top-nav ul li {
		margin: 0 0 10px;
		width: 31%;
	}
	#p-works .p-sec_top-nav ul li a {
		padding: 10px 0px;
		width: 100%;
		font-size: 13px;
	}
	#p-works .p-sec_top-nav ul li a span {
		left: 15px;
		width: 8px;
		height: 8px;
	}
	.md-xmark{
		top: 2.5%;
		right: 2.5%;
	}
	.md-xmark::after {
		top: 2.5%;
		right: 2.5%;
	}

}
@media screen and (max-width:425px) {
	#p-works .p-sec_top-nav ul li a span {
		margin-right: 5px;
	}
	#p-works .p-sec_mid-list ul li {
		width: 49%;
	}
	#p-works .p-sec_mid-list ul li h3 {
		font-size: 14px;
	}
	.md-inner {
		padding: 24px 22px;
	}
}



/*------------------------------------------------------------
	下層ーポッドキャスト
------------------------------------------------------------*/

#p-podcasts .p-sec_mid {
	text-align: left;
	padding: 100px 0;
}
#p-podcasts .p-sec_content-inner {
	display: flex;
	justify-content: space-between;
}
#p-podcasts .p-sec_content-inner img {
	width: 38%;
	height: 100%;
	border: 1px solid #dfdfdf;
}
#p-podcasts .p-sec_content-txt {
	width: 60%;
}
#p-podcasts .p-sec_content-txt h2 {
	font-size: 29px;
	margin-bottom: 30px;
}
#p-podcasts .p-sec_mid-txt p {
	margin-bottom: 30px;
	line-height: 1.9;
}
#p-podcasts .p-sec_mid-list {
	margin: 40px 0;
	text-align: center;
	padding: 20px 0;
}
#p-podcasts .p-sec_mid-list h2 {
	margin-bottom: 20px;
	font-size: 20px;
	position: relative;
	display: inline-block;
}
#p-podcasts .p-sec_mid-list h2::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -30px;
	border-left: 1px solid #000;
	height: 40px;
	transform: rotate(-45deg);
}
#p-podcasts .p-sec_mid-list h2::after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -30px;
	border-left: 1px solid #000;
	height: 40px;
	transform: rotate(45deg);
}
#p-podcasts .p-sec_mid-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1%;
}
#p-podcasts .p-sec_mid-list ul li {
	line-height: 1.8;
	width: 49%;
	margin-bottom: 15px;
}
#p-podcasts .p-sec_mid-list ul li:nth-child(odd) {
	text-align: right;
}
#p-podcasts .p-sec_mid-list ul li:nth-child(even) {
	text-align: left;
}
#p-podcasts .p-sec_instagram {
	margin-top: 35px;
}
#p-podcasts .p-sec_instagram a {
	border: 1px solid #707070;
	font-size: 26px;
	padding: 50px 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#p-podcasts .p-sec_instagram a img {
	margin-right: 3vw;
}
#p-podcasts .p-sec_instagram a::after {
	content: "";
	border-top: 6px solid #000;
	border-right: 6px solid #000;
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	right: 3vw;
	transform: translate(0, -50%) rotate(45deg);
}
#p-podcasts .p-sec_mid-letter {
	text-align: center;
	background-color: #F7F7F7;
	padding: 50px;
	margin-bottom: 100px;
}
#p-podcasts .p-sec_mid-letter h2 {
	font-size: 30px;
	padding-bottom: 40px;
	display: inline-block;
	position: relative;
}
#p-podcasts .p-sec_mid-letter h2::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -70px;
	background: url(/site/wp-content/themes/clamp%20child/img/letter_img.png) no-repeat center;
	background-size: 100%;
	height: 60px;
	width: 40px;
}
#p-podcasts .p-sec_mid-letter-txt {
	border-top: 1px dashed #000;
	text-align: left;
	padding: 20px 0;
}
#p-podcasts .p-sec_mid-letter-txt h3 {
	font-size: 18px;
}
#p-podcasts .p-sec_mid-letter-txt p {
	font-size: 16px;
}
@media screen and (max-width:1000px) {
	#p-podcasts .p-sec_top-pankuzu {
		margin-top: 25px;
	}
}
@media screen and (max-width:768px) {
	#p-podcasts .p-sec_mid {
		padding: 50px 0;
	}
	#p-podcasts .p-sec_top-ttl {
		width: 65%;
		margin-top: -37px;
	}
	#p-podcasts .p-sec_content-txt h2 {
		font-size: 18px;
		margin-top: 30px;
	}
	#p-podcasts .p-sec_content-inner {
		flex-direction: column;
	}
	#p-podcasts .p-sec_content-inner img {
		width: 100%;
	}
	#p-podcasts .p-sec_content-txt {
		width: 100%;
	}
	#p-podcasts .p-sec_mid-list ul {
		flex-direction: column;
		gap: 0;
	}
	#p-podcasts .p-sec_mid-list ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#p-podcasts .p-sec_mid-list ul li:nth-child(odd), #p-podcasts .p-sec_mid-list ul li:nth-child(even) {
		text-align: center;
	}
	#p-podcasts .p-sec_mid-letter h2 {
		font-size: 20px;
	}
	#p-podcasts .p-sec_mid-letter {
		padding: 35px;
	}
	#p-podcasts .p-sec_mid-letter h2::before {
    top: -10px;
    left: -45px;
    background-size: 100%;
    height: 60px;
    width: 40px;
	}
}
@media screen and (max-width:425px) {
	#p-podcasts .p-sec_top-ttl {
		margin-top: -20px;
	}
	#p-podcasts .p-sec_mid-list ul li {
		width: 100%;
	}
	#p-podcasts .p-sec_mid-letter h2::before {
    top: -10px;
    left: -45px;
	}
	#p-podcasts .p-sec_instagram a {
		font-size: 16px;
		justify-content: center;
	}
	#p-podcasts .p-sec_instagram a::after {
		content: none;
	}
	#p-podcasts .p-sec_instagram a span {
		width: 25px;
		height: 25px;
		display: inline-block;
		position: relative;
	}
	#p-podcasts .p-sec_instagram a span::after {
		content: "";
		border-top: 6px solid #000;
		border-right: 6px solid #000;
		border-left: 6px solid transparent;
		border-bottom: 6px solid transparent;
		width: 25px;
		height: 25px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%) rotate(45deg);
	}
}

/*------------------------------------------------------------
	下層ースケジュール
------------------------------------------------------------*/
#p-schedule .p-sec_mid {
	text-align: left;
	padding: 100px 0;
}
#p-schedule .p-sec_mid-calender iframe {
	height: 700px;
}
#p-schedule .p-sec_mid-txt {
	padding-bottom: 40px;
}
#p-schedule .p-sec_mid-txt p {
	font-size: 16px;
}
#p-schedule .p-sec_mid-btn {
	position: absolute;
	top: 0;
	right: 0;
}
#p-schedule .p-sec_mid-btn a {
	background-color: #5ABABA;
	color: #fff;
	padding: 10px 25px;
	border-radius: 50vh;
}
#p-schedule .p-sec_mid-btn a span {
	position: relative;
	margin-left: 20px;
}
#p-schedule .p-sec_mid-btn a span::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 7px;
}
#p-schedule .date-color, #p-schedule .entry-meta {
	display: none;
}
#p-schedule .tribe-events .tribe-events-calendar-month__day-cell--selected, #p-schedule .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, #p-schedule .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background-color: transparent;
	border-bottom: 3px solid #D87171;
}
#p-schedule .tribe-events .tribe-events-calendar-month__day {
	border-radius: 0;
	border: 1px solid #e4e4e4;
}
#p-schedule .tribe-events .tribe-events-calendar-month__day-cell--mobile {
	align-items: center;
}
#p-schedule .tribe-common .tribe-common-h6 {
	font-size: 25px;
}
#p-schedule .tribe-common .tribe-common-h--alt {
	font-weight: bold;
}
#p-schedule .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
	background-color: #D87171;
}
#p-schedule .tribe-common .tribe-common-h8 {
	font-size: 18px;
}
#p-schedule .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
	display: none;
}
#p-schedule .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
	display: block!important;
	flex: none;
	visibility: visible;
}
#p-schedule .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
	display: block!important;
	flex: none;
	margin-right: 15px;
	visibility: visible;
}



#p-schedule .tribe-events .tribe-events-l-container {
	padding: 0;
}
#p-schedule .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	background-color: #5ABABA;
	color: #fff;
	border-radius: 50vh;
	border: 0;
	font-size: 16px;
}
#p-schedule .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
	transform: rotate(-90deg);
}


@media screen and (max-width:1000px) {
	#p-schedule .p-sec_top-pankuzu {
		margin-top: 25px;
	}
}
@media screen and (max-width:768px) {
	#p-schedule .p-sec_mid {
		padding: 50px 0 100px;
	}
	#p-schedule .p-sec_top-ttl {
		width: 65%;
		margin-top: -37px;
	}
	#p-schedule .p-sec_mid-calender iframe {
		height: 600px;
	}
	#p-schedule .p-sec_mid-btn {
		position: static;
		text-align: center;
		padding-top: 40px;
	}
}
@media screen and (max-width:425px) {
	#p-schedule .p-sec_top-ttl {
		margin-top: -20px;
	}
	#p-schedule .p-sec_mid-calender iframe {
		height: 400px;
	}
	#p-schedule .tribe-common .tribe-common-h6 {
		font-size: 15px;
	}
	#p-schedule .tribe-events .tribe-events-calendar-month__day-cell--mobile {
		align-items: center;
	}
}


/*------------------------------------------------------------
	下層フッター
------------------------------------------------------------*/
#s-footer {
	padding: 50px 0 50px;
	position: relative;
	background-color: #D9F3F5;
}
#s-footer::before {
	content: "";
	background: url(/site/wp-content/themes/clamp%20child/img/bg_blue.png) no-repeat center;
	position: absolute;
	top: -87.5px;
	z-index: -4;
	width: 100%;
	height: 175px;
}
#s-footer .m-footer_content {
	text-align: center;
}#s-footer .m-footer_logo {
	margin-bottom: 30px;
}
#s-footer .m-footer_sns {
	margin-bottom: 30px;
}
#s-footer .m-footer_sns ul {
	display: flex;
	justify-content: center;
}
#s-footer .m-footer_sns ul li a {
	padding: 0 5px;
}
#s-footer .m-footer_funclub {
	width: 150px;
	margin: 0 auto 50px;
}
#s-footer .m-footer_funclub a {
	background-color: #D87171;
	padding: 15px 25px;
	border-radius: 50vh;
	width: 150px;
	display: flex;
	align-items: center;
}
#s-footer .m-footer_nav {
	margin-bottom: 30px
}
#s-footer .m-footer_nav ul {
	display: flex;
	justify-content: center;
}
#s-footer .m-footer_nav ul li a {
	padding: 0 15px;
}
#s-footer .m-footer_copy p {
	font-size: 14px;
	font-weight: normal;
}

@media screen and (max-width:768px) {
	#s-footer .m-footer_nav {
		display: none;
	}
	#s-footer::before {
		background-size: 60%;
	}
}
@media screen and (max-width:425px) {
	#s-footer::before {
		background-size: 60%;
	}
}

/*------------------------------------------------------------
	下層-お知らせ
------------------------------------------------------------*/

#p-news_content {
  padding: 30px 0 150px;
}
#p-news_content .page-contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#p-news_content .page-contents .left {
  width: 20%;
	margin-right: 60px;
}

#p-news_content .page-contents .right {
  width: 80%;
	margin-bottom: 30px;
}

#p-news_content .page-contents .right ul {
	margin-bottom: 30px;
}

#p-news_content .entry-contents-area {
  position: relative;
}

#p-news_content .entry-contents-area h1 {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
	margin: 20px 20px 20px 30px;
}
#p-news_content .entry-contents-area h1 a {
	color: #000;
}

#p-news_content .entry-contents-area h1 .date,
#p-news_content .entry-contents-area h1 .tag {
  font-size: 15px;
  font-weight: normal;
}

#p-news_content .entry-contents-area h1 .tag {
  margin-left: 15px;
}

#p-news_content .entry-contents-area h1::before {
  content: "";
  width: 20px;
  height: 100%;
  display: inline-block;
  background-color: #5ABABA;
  position: absolute;
  left: -30px;
  top: 3px;
  border-radius: 5px;
}

#block-3,
#block-4,
#block-6 {
  display: none;
}

#p-news_content .next-page {
  border-bottom: 1px dashed #D5D5D5;
}

#p-news_content .previous-page {
  border-bottom: 1px solid #D5D5D5;
}

#p-news_content .next-page,
#p-news_content .previous-page {
  padding: 20px 0;
}

#p-news_content .next-page p,
#p-news_content .previous-page p {
  margin-bottom: 10px;
}

#p-news_content .next-page a,
#p-news_content .previous-page a {
  font-weight: bold;
  margin-top: 10px;
}

#p-news_content .left-content li {
  padding: 10px 0;
  border-bottom: 1px dashed #000;
  display: flex;
  align-items: center;
}

#p-news_content .left-content li img {
  margin-right: 20px;
}

#p-news article a {
	color: #1a0dab;
}
#p-news article img {
	margin: 20px 0;
}
#p-news article p {
	margin-bottom: 25px;
  word-wrap: break-word;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #000;
	color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding: 3px 8px !important;
}

.archive-dropdown {
	height: 40px;
	width: 100%;
	padding: 10px;
	border: 1px solid #000;
	background-color: #fff;
}

.left-search {
	margin-bottom: 30px;
}

.left-search h2 {
	margin-bottom: 10px;
}
.left-archive {
	margin-bottom: 30px;
}
.left-archive h2 {
	margin-bottom: 10px;
}
.left-category h2 {
	margin-bottom: 10px;
}
.left-category ul li {
	border-bottom: 1px dashed #707070;
	padding: 10px 0;
}
.left-category ul li a {
	display: flex;
	align-items: center;
}
.left-category ul li a span {
	background-image: url(../img/news_arrow.svg);
	width: 20px;
	height: 20px;
	background-size: 100%;
	display: inline-block;
	margin-right: 15px;
}


@media screen and (max-width:768px) {
  #p-news_content .page-contents {
    flex-direction: column;
  }

  #p-news_content .page-contents .left {
    width: 100%;
  }

  #p-news_content .page-contents .right {
    width: 100%;
  }

  #p-news_content .entry-contents-area h1 {
    font-size: 17px;
  }
}
@media screen and (max-width:425px) {
	#p-news .p-sec_top-ttl {
		width: 50%;
	}
}

/*------------------------------------------------------------
	下層-お知らせ
------------------------------------------------------------*/



/*　追加分　*/
li::marker{
	list-style: none !important;
}

.goodsbn{
	margin: 20px 0;
}
.goodsbn-smt{
	display: none;
}

@media screen and (max-width:768px) {
	.goodsbn{
		margin: 20px 0;
		display: none;
	}
	.goodsbn-smt{
		display: block;
		margin: 20px 0;
	}
	}