@charset "utf-8";
/* CSS Document */
body {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
}
*{
}
a{
	transition: all 0.3s ease;
}
.br-sp{
	display:none;
}
.fc-black{
	color: #000;
}
.fc-orange{
	color: #f15a24;
}
:where(.c-entry__content>:not(.alignleft):not(.alignright):not(.alignfull)){
	max-width: none;
}
.c-container{
	padding-right: .75rem;
	padding-left: .75rem;
}
.home .c-container{
	padding: 0;
}
.home .c-container .c-container{
	padding: 0 1rem;
}
.l-contents__inner{
	margin-top:0;
}
.l-contents__inner:first-child{
	padding-top: 0;
}
@media (max-width: 767px) {
	.br-pc,
	.sp-none{
		display:none;
	}
	.br-sp{
		display:block;
	}
}
/* =======================================
    fadein
======================================= */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* 遅延ありバリエーション */
.fadein00 {
  opacity: 0;
}

.fadein00.delay-0 {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 0s;
}
.fadein00.delay-1 {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1s;
}
.fadein00.delay-2 {
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 2s;
}
.fadein{
	opacity: 0;
	transition: all 1.5s;
	transform: translate(0,80px);
}
.fadein.scrollin{
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}
/* =======================================
	header
======================================= */
.l-header{
	position: fixed;
	width: 100%;
	height: 180px;
	background-color: transparent;
	box-shadow: none;
	padding: 0 1rem;
}
.c-site-branding__title .custom-logo {
	display: block;
	width: 160px;
	padding-top: 1rem;
}
.c-navbar{
	background-color: #fff;
	border-radius: 10rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	padding: 0 1rem;
}
.p-global-nav .c-navbar__item[aria-haspopup=true]:before{
	border-bottom-color: #000;
}
.p-global-nav .c-navbar__submenu{
	background-color: #000;
}
.p-global-nav .c-navbar__subitem{
	border-bottom: solid 1px #333;
}
.p-global-nav .c-navbar__subitem:last-child{
	border-bottom: none;
}
.btn-header{
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background-color: #0071bc;
	border-radius: 10rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	padding: 1rem 2.5rem;
}
.btn-header:hover{
	background-color: #0483d6;
}
.c-hamburger-btn{
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: solid 4px #000;
	border-radius: 50%;
}
.c-hamburger-btn__bars{
	width: 24px;
	height: 24px;
}
.c-hamburger-btn__bar{
	height: 4px;
	border-radius: 10rem;
}
.c-hamburger-btn__bar:nth-of-type(2){
	top: 50%;
	margin-top: -2px;
}
.c-hamburger-btn__bar:nth-of-type(3){
	top: inherit;
	bottom: 0;
}
.c-hamburger-btn__label{
	display: none;
}
.c-drawer .c-hamburger-btn__bar{
	background-color: #000;
}
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:first-of-type,
.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(3){
	top: 12px;
}
.c-drawer a{
	font-size: 1rem;
	font-weight: 700;
	color: #000;
}
#menu-item-342 a{
	text-align: center;
	background-color: #fff;
	border: solid 2px #000;
	border-radius: 10rem;
	padding: .5rem;
}
#menu-item-344,
#menu-item-345,
#menu-item-496{
	display: inline-block;
	margin-right: 1rem;
}
#menu-item-496{
	margin-right: 0;
}
#menu-item-344 a,
#menu-item-345 a,
#menu-item-496 a{
	display: block;
	width: 3rem;
	height: 3rem;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#menu-item-344 a{
	background-image: url(img/icon-instagram-black.svg);
}
#menu-item-345 a{
	background-image: url(img/icon-youtube.svg);
}
#menu-item-496 a{
	background-image: url(img/icon_tiktok_black.svg);
}
@media (max-width: 1200px) {
	.c-site-branding__title .custom-logo{
		width: 120px;
	}
	.p-global-nav .c-navbar__item>a{
		padding: 1.25rem .5rem;
	}
	.btn-header{
		font-size: 1rem;
	}
}
@media (max-width: 768px) {
	.c-site-branding__title .custom-logo{
		width: 80px;
	}
}
/* =======================================
	index
======================================= */
.p-section-front-page-content{
	padding-top: 0;
}
.mainview{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5rem;
	width: calc(100% - 30px);
	font-weight: 700;
	background-color: #ff7800;
	border-radius: 20px;
	margin: 15px auto 0;
	padding: 12rem 1rem 10rem;
}
.main-video{
	position: relative;
	width: 50%;
	max-width: 580px;
}
.main-video::before{
	content: "";
	position: absolute;
	top: -1%;
	left: -1%;
	width: 102%;
	height: 102%;
	background: url(img/wrap-video02.png) center center / cover no-repeat;
}
.main-video video{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.main-text{
	font-weight: 700;
	text-align: right;
	color: #fff;
}
.main01{
	display: inline-block;
	font-size: 1rem;
	background-color: #000;
	border-radius: 4px;
	margin-bottom: .75rem;
	padding: 4px 20px;
}
.main02{
	display: block;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.main03{
	font-size: 3rem;
}
.main04{
	font-size: 2.5rem;
}
.main05{
	font-size: 4.25rem;
}
.main-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: .5rem;
	flex-wrap: wrap;
	max-width: 25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-list li{
	width: 8rem;
	text-align: center;
	background-color: #0071bc;
	border-radius: 4px;
	padding: .25rem;
}
/*スライダー*/
.main-slider{
	position: relative;
	margin-top: -8rem;
	margin-right: -4rem !important;
	margin-left: -4rem !important;
	margin-bottom: -13rem;
	z-index: 10;
}
.main-slider .spider__canvas{
	padding: 1rem 0;
}
.main-slider .spider__slide{
	background-color: #000;
	border-radius: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.main-slider .c-entry-summary__figure:before{
	padding-top: 56.25%;
}
.main-slider .c-entry-summary__figure .c-entry-summary__term{
	display: none;
}
.main-slider .c-entry-summary__title{
	color: #fff;
	padding: 0 1rem;
}
@media (min-width: 960px) {
	.main-slider .c-entries-carousel .spider__slide{
		max-width: calc(25% - var(--entries--carousel--gap) / 1.5);
	}
}
@media (max-width: 1200px) {
	.mainview{
		gap: 2rem;
		padding-top: 9rem;
	}
	.mainview img{
		width: 50%;
	}
}
@media (max-width: 960px) {
	.main03{
		font-size: 2.5rem;
	}
	.main04{
		font-size: 2rem;
	}
	.main05{
		font-size: 3.5rem;
	}
}
@media (max-width: 768px) {
	.mainview{
		align-items: flex-end;
		flex-direction: column;
		gap: 0;
		padding: 5rem 1rem 8rem;
	}
	.main-video{
		width: 100%;
		margin: 0 auto;
		z-index: 1;
	}
	.main-text{
		position: relative;
		width: 100%;
		max-width: 400px;
		margin-top: -2rem;
		z-index: 10;
	}
	.main-slider .c-entries-carousel .spider__dots{
		margin-top: 0;
	}
}
@media (max-width: 640px) {
  .main-slider {
    overflow: hidden;
  }

  .main-slider .spider__reference,
  .main-slider .spider {
    overflow: visible;
  }

  .main-slider .spider__canvas {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  /* スライダー全体を少しだけ左右にはみ出させる */
  .main-slider .c-entries-carousel {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }

  .main-slider .c-entries-carousel .spider__slide {
    flex: 0 0 calc((100% - 1rem) / 3) !important;
    max-width: calc((100% - 1rem) / 3) !important;
    min-width: calc((100% - 1rem) / 3) !important;
  }

  .main-slider .c-entries-carousel .spider__slide + .spider__slide {
    margin-left: 0.5rem !important;
  }

  .main-slider .c-entry-summary__title {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0 0.5rem;
  }
}
@media (max-width: 480px) {
	.main01{
		font-size: .875rem;
		padding: 4px 12px;
	}
	.main02{
		margin-bottom: 1rem;
	}
	.main03{
		font-size: 2rem;
	}
	.main04{
		font-size: 1.75rem;
	}
	.main05{
		font-size: 3rem;
	}
	.main-list li{
		width: 5.75rem;
		font-size: .75rem;
		padding: .25rem 0;
	}
}
/*楽しく自分らしく、ダンスを楽しむ*/
.wrap-rasiku{
	position: relative;
	background-color: #f4f1ef;
	padding: 11rem 1rem 3rem;
	z-index: 1;
}
.wrap-rasiku::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	width: 500px;
	height: 500px;
	background: url(img/bg-rasiku.png) center center / contain no-repeat;
	margin-top: -200px;
	margin-right: 18rem;
	z-index: 10;
}
.rasiku{
	position: relative;
	max-width: 960px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 4rem;
	z-index: 100;
}
.rasiku-text{
	width: 48%;
}
.rasiku01{
	display: block;
	width: 15rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	background-color: #ff7800;
	margin-bottom: 1rem;
	padding: .25rem;
}
.rasiku h2{
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
.rasiku-sp{
	display: none;
}
.rasiku-img{
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
@media (max-width: 1024px) {
	.wrap-rasiku::before{
		top: inherit;
		bottom: 4rem;
		margin-right: -250px;
	}
	.rasiku-text{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 1rem;
	}
	.rasiku01{
		margin: 0 auto 1rem;
	}
	.rasiku h2{
		text-align: center;
		margin-bottom: 1rem;
	}
	.rasiku-sp{
		display: block;
		width: 100%;
		margin-bottom: 1rem;
	}
	.rasiku-img{
		display: none;
	}
}
@media (max-width: 640px) {
	.wrap-rasiku::before{
		bottom: 8rem;
		width: 260px;
		height: 260px;
		margin-right: -130px;
	}
	.rasiku{
		margin-bottom: 0;
	}
}
.bg-movie{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
	margin-top: 0;
	overflow: hidden;
}
@media (max-width: 960px) {
	.bg-movie{
		height: 400px;
	}
}
@media (max-width: 768px) {
	.bg-movie{
		height: 300px;
	}
}
@media (max-width: 560px) {
	.bg-movie{
		height: auto;
	}
}
/*ダンスだけじゃない、人としても成長できる場所。*/
.wrap-growth{
	position: relative;
	max-width: 960px;
	margin: 0 auto;
	padding: 3rem 12rem 3rem 1rem;
}
.wrap-growth h2{
	position: absolute;
	top: 3rem;
	right: 0;
	font-size: 3rem;
	writing-mode: vertical-rl;
}
.growth{
	display: flex;
	align-items: center;
	gap: 2rem;
	border-bottom: solid 2px #b3b3b3;
	padding: 2rem 0;
}
.growth .sp{
	display: none;
}
.growth-text{
	flex: 1;
}
.growth h3{
	position: relative;
	font-size: 2.25rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	padding-left: 2rem;
}
.growth h3::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 8px;
	height: 5rem;
	background-color: #f15a24;
	margin-top: -2.5rem;
}
.growth img{
	width: 40%;
	border-radius: 20px;
}
@media (max-width: 960px) {
	.growth h3{
		font-size: 2rem;
	}
}
@media (max-width: 768px) {
	.wrap-growth{
		text-align: center;
		padding-right: 1rem;
	}
	.wrap-growth h2{
		position: inherit;
		top: inherit;
		right: inherit;
		display: inline-block;
		writing-mode: horizontal-tb;
		font-size: 2rem;
		text-align: left;
	}
	.growth{
		flex-direction: column;
		gap: 1rem;
	}
	.growth .sp{
		display: block;
		border-radius: 10px;
		margin: 0 auto;
	}
	.growth .pc{
		display: none;
	}
	.growth img{
		width: 90%;
	}
	.growth-text{
		width: 100%;
		text-align: left;
	}
}
@media (max-width: 480px) {
	.wrap-growth h2{
		font-size: 1.5rem;
	}
	.growth{
		padding: 1.5rem 0;
	}
	.growth h3{
		font-size: 1.75rem;
	}
	.growth h3::before{
		height: 4rem;
		margin-top: -2rem;
	}
}
/*index INSTTRUCTOR*/
.outer-index-ins h2{
	text-align: center;
}
.outer-index-ins h2{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2rem;
}
.outer-index-ins h2 span{
	display: block;
	font-size: 1.5rem;
}
.index-ins-more{
	display: block;
	width: 90%;
	max-width: 14rem;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	border-radius: 10rem;
	margin: 0 auto 2rem;
	padding: .5rem;
}
.index-ins-more:hover{
	background-color: #333;
}
.wrap-index-ins{
	display: flex;
	flex-wrap: wrap;
	font-weight: 700;
}
.index-ins{
	position: relative;
	width: 33%;
	text-decoration: none;
	color: #fff;
}
.index-ins:nth-of-type(2n-1){
	color: #000;
	text-align: right;
	background-color: #f15a24;
}
.index-ins:nth-of-type(2n){
	background-color: #0071bc;
}
.index-ins img{
	display: block;
	width: 100%;
}
.index-ins-text{
	position: absolute;
	top: 2rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
}
.index-ins-name{
	font-size: 4rem;
	line-height: 1;
	margin-bottom: .5rem;
}
.index-ins-detail{
	font-size: .875rem;
	line-height: 1.4;
}
.index-ins svg{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	width: 5rem;
}
.index-ins:nth-of-type(2n) svg{
	right: inherit;
	left: 1rem;
}
.index-ins svg path{
	fill:#0071BC;
}
.index-ins:nth-of-type(2n) svg path{
	fill: #c1272d;
}
@media (max-width: 960px) {
	.index-ins-name{
		font-size: 3rem;
	}
	.index-ins svg{
		bottom: 0;
		right: 0;
	}
	.index-ins:nth-of-type(2n) svg{
		left: 0;
	}
}
@media (max-width: 768px) {
	.outer-index-ins h2{
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.outer-index-ins h2 span{
		font-size: 1.25rem;
	}
	.index-ins{
		width: 50%;
	}
	.index-ins:nth-of-type(3){
		color: #fff;
		background-color: #0071bc;
	}
	.index-ins:nth-of-type(4){
		color: #000;
		background-color: #f15a24;
	}
	.index-ins:nth-of-type(3) svg path{
		fill:#c1272d;
	}
	.index-ins:nth-of-type(4) svg path{
		fill:#0071BC;
	}
}
@media (max-width: 640px) {
	.index-ins-text{
		top: 1rem;
	}
	.index-ins-name{
		font-size: 2rem;
	}
}
@media (max-width: 480px) {
	.index-ins-name{
		font-size: 1.5rem;
	}
	.index-ins svg{
		width: 4rem;
	}
}
/*movie-box*/
.movie-box{
	background: url(img/bg-movie01.jpg) center center / cover no-repeat;
	margin-top: 0;
	padding: 6rem 1rem;
}
.movie-box video{
	display: block;
	width: 100%;
	max-width: 800px;
	border-radius: 30px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.movie-box{
		padding: 4rem 1rem;
	}
}
/*バナー*/
.wrap-bnr{
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
	padding: 3rem 1rem;
}
.wrap-bnr a{
	position: relative;
	width: calc(50% - 1rem);
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
}
.wrap-bnr a.bnr-news{
	font-size: 3rem;
}
.wrap-bnr a span{
	width: 13rem;
	font-size: 1rem;
	text-align: center;
	color: #000;
	background-color: #f15a24;
	padding: .375rem 1rem;
}
.wrap-bnr a::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(20, 10, 3, .55);
	z-index: 1;
}
.wrap-bnr a:hover::before{
	background: rgba(20, 10, 3, .7);
}
.bnr-text{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-direction: column;
	width: 100%;
	height: 100%;
	z-index: 10;
}
@media (max-width: 960px) {
	.wrap-bnr{
		gap: 1.5rem;
	}
	.wrap-bnr a{
		width: calc(50% - .75rem);
	}
	.wrap-bnr a.bnr-news{
		font-size: 2.5rem;
	}
}
@media (max-width: 768px) {
	.wrap-bnr a,
	.wrap-bnr img{
		width: 100%;
	}

}
@media (max-width: 480px) {
	.wrap-bnr a{
		font-size: 3rem;
	}
	.wrap-bnr a.bnr-news{
		font-size: 2rem;
	}
}
/*よくあるご質問*/
.qa{
	padding-bottom: 18rem;
}
.qa .smb-accordion__item__title{
	position: relative;
	border-radius: 4px;
	padding: .875rem .875rem .875rem 2.5rem;
}
.qa .smb-accordion__item__title::before{
	content: "Q";
	position: absolute;
	top: .875rem;
	left: 1rem;
	color: #000;
}
.qa .svg-inline--fa path{
	filter: #000;
}
/* =======================================
	footer
======================================= */
.l-footer{
	border-top: none;
	position: relative;
	background-color: #f4f1ef;
	border-radius: 8rem 8rem 0 0;
	margin-top: -13rem;
}
.l-footer .c-container{
	max-width: none;
}
.l-footer--default .l-footer-widget-area{
	padding-bottom: 0;
}
.fot-cta{
	padding: 0 1rem;
}
.fot-man{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}
.fot-man p{
	font-size: 2rem;
	font-weight: 700;
	color: #000;
}
.btn-cta01{
	display: block;
	max-width: 45rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #f15a24;
	border-radius: 30px;
	margin: 0 auto 2rem;
	padding: .5rem 1rem;
}
.btn-cta01 span{
	display: inline-block;
	vertical-align: middle;
}
.cta-nedan{
	font-size: 4rem;
	margin-left: 1rem;
}
.cta-yen{
	font-size: 1.75rem;
	margin-left: .5rem;
	padding-top: 1.5rem;
}
.wrap-btn{
	display: flex;
	justify-content: space-between;
	max-width: 45rem;
	margin: 0 auto;
}
.wrap-btn a{
	width: 48%;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 20px;
	padding: 1rem;
}
.btn-line{
	font-size: 1.5rem;
	background-color: #39b54a;
}
.btn-line:hover{
	background-color: #45cf57;
}
.btn-form{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	background-color: #0071bc;
}
.btn-form:hover{
	background-color: #0085dd;
}
.l-footer-widget-area__item:nth-of-type(2){
	margin-bottom: 0;
	padding: 0;
}
.fot-info{
	background-color: #0071bc;
	padding: 5rem 1rem;
}
.fot-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 800px;
	color: #fff;
	margin: 0 auto;
}
.fot-logo{
	display: block;
	width: 120px;
	margin-left: 2rem;
}
.footer-sns{
	margin-top:1rem;
}
.footer-sns a{
	width: 30px;
    display: inline-block;
    margin-right: 1rem;
}
.footer-sns a:nth-of-type(2){
	width:40px;
}
.footer-sns a:last-child{
	margin-right: 0;
}
.fot-phone{
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	pointer-events: none;
}
.fot-area p{
	font-size: 1.25rem;
}
.fot-area address{
	font-style: normal;
	margin-bottom: 1rem;
}
.fot-link{
	text-decoration: none;
	color: #fff;
}
.fot-area-right{
	width: 40%;
	max-width: 17rem;
}
.c-copyright--inverse{
	background-color: #0071bc;
}
@media (max-width: 768px) {
	.l-footer{
		border-radius: 7rem 7rem 0 0;
	}
	.fot-man img{
		width: 140px;
	}
	.fot-info{
		padding: 2rem 1rem;
	}
	.fot-area{
		flex-direction: column;
		gap:1rem;
	}
	.fot-area-left{
		text-align: center;
	}
	.fot-logo{
		margin: 0 auto .5rem;
	}
	.footer-sns{
		margin-bottom:1rem;
	}
	.fot-phone{
		display: block;
		font-size: 1.5rem;
		color: #000;
		background-color: #fff;
		border-radius: 15px;
		margin-bottom: 1rem;
		padding: .25rem;
		pointer-events: auto;
	}
}
@media (max-width: 640px) {
	.l-footer{
		border-radius: 5rem 5rem 0 0;
	}
	.fot-man img{
		width: 110px;
	}
	.fot-man p{
		font-size: 1.25rem;
	}
	.btn-cta01{
		margin-bottom: 1.5rem;
	}
	.wrap-btn{
		flex-direction: column;
		gap: 1.5rem;
	}
	.wrap-btn a{
		width: 100%;
	}
}
@media (max-width: 480px) {
	.fot-man{
		position: relative;
		gap: .5rem;
		margin-bottom: -.5rem;
		z-index: 1;
	}
	.fot-man img{
		width: 80px;
	}
	.fot-man p{
		font-size: 1.125rem;
	}
	.btn-cta01{
		position: relative;
		font-size: 1.25rem;
		line-height: 1;
		border-radius: 15px;
		padding: .75rem;
		z-index: 10;
	}
	.btn-cta01 span:first-child{
		display: block;
	}
	.cta-nedan{
		font-size: 3rem;
		margin-left: 0;
	}
	.wrap-btn a{
		border-radius: 15px;
	}
}
/* =======================================
	page 共通
======================================= */
.c-entry__header{
	width: calc(100% - 30px);
	max-width: none;
	height: 30rem;
	color: #000;
	background-color: #ff7800;
	background-image: url(img/bg-header.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 400px;
	border-radius: 20px;
	margin: 15px auto 4rem;
	padding: 18rem 1rem 1rem 4rem;
}
.c-entry__title{
	font-size: 3rem;
}
.c-entry__title::after{
	display: block;
	font-size: 1.5rem;
	color: #939393;
	padding-left: 1rem;
}
.page-id-17 .c-entry__title::after{
	content: "JAMMINのおもい";
}
.page-id-20 .c-entry__title::after{
	content: "CLASS&PRICE";
}
.page-id-22 .c-entry__title::after{
	content: "INSTRUCTOR";
}
.page-id-348 .c-entry__title::after{
	content: "STUDIO";
}
.blog .c-entry__title::after{
	content: "NEWS&REPORT";
}
.category-4 .c-entry__title::after{
	content: "INFORMATION";
}
.category-5 .c-entry__title::after{
	content: "EVENT";
}
.category-7 .c-entry__title::after{
	content: "EVENT REPORT";
}
.c-entry__body{
	padding-bottom: 13rem;
}
.home .c-entry__body{
	padding-bottom: 0;
}
@media (max-width: 1024px) {
	.c-entry__header{
		height: 26rem;
		background-size: 350px;
		padding-top: 14rem;
	}
}
@media (max-width: 768px) {
	.c-entry__header{
		height: 16rem;
		background-size: 200px;
		margin-bottom: 2rem;
		padding: 10rem 1rem 1rem;
	}
	.c-entry__title{
		font-size: 2rem;
	}
}
@media (max-width: 480px) {
	.c-entry__header{
		height: 15rem;
	}
	.c-entry__title{
		font-size: 1.75rem;
	}
}
/* =======================================
	インストラクター紹介
======================================= */
.wrap-ins{
	position: relative;
	max-width: 1024px;
	margin: 0 auto 8rem;
	padding: 0 1rem;
}
.wrap-ins:nth-of-type(2n)::before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	background-color: #f4f1ef;
	transform: skewY(-15deg);
	margin: 0 calc(50% - 50vw);
	z-index: -1;
}
.wrap-ins:nth-of-type(4n)::before{
	transform: skewY(15deg);
}
.ins-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
	margin-bottom: 2rem;
}
.ins-img{
	flex: 1;
}
.ins-img img{
	width: 100%;
}
.ins-text{
	width: 35rem;
}
.ins-name{
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	flex-wrap: wrap;
}
.ins-box h2{
	font-size: 4rem;
	line-height: 1.4;
}
.ins-box h2 span{
	display: block;
	font-size: .875rem;
}
.ins-sns{
	display: flex;
	align-items: center;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0 0 1rem;
}
.ins-sns li{
	width: 2rem;
}
.ins-sns a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ins-sns img,
.ins-sns svg{
	width: 100%;
	height: auto;
}
.ins-text p{
	font-size: 1.25rem;
	font-weight: 700;
}
.schedule{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	background-color: #f2f2f2;
	border-radius: 15px;
	padding: 1rem;
}
.wrap-ins:nth-of-type(2n) .schedule{
	background-color: #fff;
}
.schedule dl{
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: .75rem;
}
.schedule dl:last-child{
	margin-bottom: 0;
}
.schedule dt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	color: #fff;
	background-color: #f15a24;
	border-radius: 50%;
}
.profile{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}
.pro-box{
	width: calc(50% - 1rem);
}
.profile section{
	width: 100%;
}
.profile h3{
	border-bottom: solid 4px #f15a24;
	margin-bottom: 1rem;
}
.profile .profile01 h3{
	border-color: #0071bc;
}
.profile h3 span{
	display: inline-block;
	width: 14rem;
	color: #fff;
	background-color: #f15a24;
	border-radius: 0 20px 0 0;
	padding: .25rem .5rem .25rem 1rem;
}
.profile .profile01 h3 span{
	background-color: #0071bc;
}
.profile details{
	position: relative;
}
.profile summary{
	display: block;
}
.profile summary::after{
	content: "MORE";
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	font-size: .875rem;
	font-weight: 700;
	background-color: #eee;
	border-radius: 10px;
	padding: .25rem .5rem;
}
.profile details[open] summary::after{
	content: "CLOSE";
}
@media (max-width: 960px) {
	.ins-text{
		width: 21rem;
	}
	.schedule{
		flex-direction: column;
	}
}
@media (max-width: 768px) {
	.wrap-ins:last-child{
		padding-bottom: 9rem;
	}
	.ins-box h2{
		font-size: 3rem;
	}
	.ins-text p{
		font-size: 1rem;
	}
	.profile{
		flex-direction: column;
	}
	.pro-box{
		width: 100%;
	}
}
@media (max-width: 640px) {
	.ins-box{
		flex-direction: column;
		align-items: center;
		gap: 1rem;
	}
	.ins-img img{
		width: 80%;
	}
	.ins-text{
		width: 100%;
	}
}
/* =======================================
	クラス＆料金案内
======================================= */
.class01{
	display: flex;
	align-items: center;
	gap: 3rem;
}
.class01-text{
	position: relative;
	flex: 1;
}
.class01-text::before{
	content: "";
	position: absolute;
	right: 88%;
	top: 0;
	display: block;
	width: 100%;
	height: 20rem;
	background-color: #f4f1ef;
	margin-left: calc(50% - 50vw);
	z-index: -1;
}
.class-title{
	font-size: 4rem;
	color: #f15a24;
}
.class01 .sp{
	display: none;
}
.class-p{
	margin-bottom: 2rem;
}
.class-list{
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}
.class-list li{
	display: inline-block;
	font-size: .875rem;
	font-weight: 700;
	color: #fff;
	background-color: #0071bc;
	border-radius: 10rem;
	margin-right: .5rem;
	margin-bottom: .5rem;
	padding: .25rem 1rem;
}
.class-list li:last-child{
	margin-right: 0;
}
.class-dl dt{
	display: inline-block;
	font-size: .875rem;
	color: #fff;
	background-color: #f15a24;
	border-radius: 10px;
	margin-bottom: .25rem;
	padding: .25rem 1rem;
}
.class-dl dd{
	font-size: 1.25rem;
	font-weight: 700;
}
.class01 img{
	width: 50%;
}
.wrap-class-movie{
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 4rem;
}
.class-movie{
	width: calc(50% - 1rem);
}
.class-movie span{
	display: inline-block;
	font-weight: 700;
	color: #fff;
	background-color: #000;
	margin-bottom: 4px;
	padding: 2px 20px;
}
.wrap-class02{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 4rem;
}
.class02{
	position: relative;
	width: calc(50% - 2rem);
}
.class02::before{
	content: "";
	position: absolute;
	top: 0;
	left: -1rem;
	display: block;
	width: 12rem;
	height: 11rem;
	background-color: #f4f1ef;
	z-index: -1;
}
.class02 .class-title{
	text-align: center;
}
.class02 img{
	margin-bottom: 1rem;
}
.lesson-schedule{
	background-color: #000;
	padding: 5rem 1rem;
}
.lesson-schedule h2{
	font-size: 2.5rem;
	text-align: center;
	color: #fff;
	margin-bottom: 3rem;
}
.lesson-schedule h2 span{
	display: block;
	font-size: 1rem;
}
.lesson{
	max-width: 960px;
	margin: 0 auto;
}
.lesson-img{
	display: block;
	width: 100%;
	margin-bottom: 2rem;
}
.lesson-img.sp{
	display: none;
}
.pop-list{
	display: flex;
	gap: .5%;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pop-list li{
	width: 33%;
	margin-bottom: 20px;
}
/*ポップアップ*/
.open{
	height: 100%;
	font-weight: 700;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 10px;
	padding: 1rem;
	cursor: pointer;
}
.open:hover{
	background-color: rgba(255, 255, 255, .1);
}
.pop-date{
	position: relative;
	font-size: .875rem;
	border-bottom: solid 1px #fff;
	margin-bottom: .5rem;
	padding-bottom: .25rem;
}
.pop-date::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	border: solid 1px #fff;
	border-radius: 50%;
}
.pop-youbi{
	display: inline-block;
	background-color: #7c101d;
	border-radius: 10rem;
	margin-right: 5px;
	padding: 0 10px;
}
.arrow {
  position: absolute;
	top: 8px;
	right: 6px;
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: 3.6px 0;
  border-radius: 9999px;
  background-color: #ef5a24;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ef5a24;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.pop-class{
	font-size: 1.5rem;
	line-height: 1;
	color: #ef5a24;
}
.pop-name{
	margin-bottom: .25rem;
}
.pop-dl{
	display: flex;
	align-items: flex-start;
	gap: .25rem;
	font-size: .875rem;
}
.pop-dl dt{
	width: 3.5rem;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 10rem;
	padding: 0 10px;
}
.pop-dl dd{
	flex: 1;
}
.popup{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  display: none;
	color: #000;
  align-items: center;
  justify-content: center;
	z-index: 1000;
}
.popup.view{
  display: flex;
}
.popup__inner{
  display: inline-block;
  background: #fff;
  padding: 1rem 2rem;
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  position: relative;
}
.popup__inner iframe{
	display:block;
	margin:0 auto 1rem;
}
.popup__inner video{
	max-width: 600px;
    margin: 0 auto 1rem;
    display: block;
}
.popup__title{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.popup img{
	display: block;
	width: 100%;
	max-width:600px;
	margin: 0 auto 1rem;
}
.popup p:last-child{
	margin-bottom: 0;
}
.close{
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #ff7800;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close:hover{
  opacity: .6;
}
.price{
	max-width: 960px;
	margin: 0 auto;
	padding: 5rem 1rem;
}
.price h2{
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2rem;
}
.price h2 span{
	display: block;
	font-size: 1.5rem;
	color: #f15a24;
}
.price01{
	background-color: #f4f1ef;
	border-radius: 30px;
	margin-bottom: 2rem;
	padding: 1rem;
}
.price01 dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 21rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 auto;
}
.price01 dd{
	font-size: 2.5rem;
}
.price01 .yen{
	font-size: 1.25rem;
}
.price01 table{
	width: 100%;
	max-width: 44rem;
	border-collapse: collapse;
	margin: 1rem auto;
}
.price01 thead th:last-child{
	text-align: right;
	padding-right: 3.5rem;
}
.price01 tbody th,
.price01 tbody td{
	border-bottom: solid 1px #b3b3b3;
	padding: .5rem;
}
.price01 tbody th{
	font-size: 2rem;
}
.price01 th span{
	display: inline-block;
}
.price01 tbody td{
	min-width: 5.5rem;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: right;
}
.price01 tbody td span{
	font-size: 1.25rem;
}
.price h3{
	font-size: 3rem;
	text-align: center;
	margin-bottom: .5rem;
}
.price-red{
	font-size: 1.25rem;
	text-align: center;
	color: #ed1c24;
	margin-bottom: 2rem;
}
@media (max-width: 960px) {
	.class01{
		gap: 2rem;
	}
	.class-title{
		font-size: 3rem;
	}
	.pop-list{
		gap: 2%;
		max-width: 800px;
		margin: 0 auto;
	}
	.pop-list li{
		width: 49%;
	}
}
@media (max-width: 768px) {
	.class01 .sp{
		display: block;
		width: 100%;
		border-radius: 20px 20px 0 20px;
		margin-bottom: 1rem;
	}
	.class01 .pc{
		display: none;
	}
	.wrap-class-movie{
		flex-direction: column;
	}
	.class-movie{
		width: 100%;
	}
	.wrap-class02{
		flex-direction: column;
		gap: 2rem;
	}
	.class02{
		width: 100%;
	}
	.lesson-schedule{
		padding: 3rem 1rem;
	}
	.lesson-schedule h2{
		font-size: 2rem;
	}
	.lesson-img.pc{
		display: none;
	}
	.lesson-img.sp{
		display: block;
	}
	.popup__inner{
		padding: 1rem;
	}
	.popup p{
		font-size: .875rem;
	}
	.price{
		padding-top: 3rem;
	}
	.price h2,
	.price h3{
		font-size: 2rem;
	}
	.price01 dl,
	.price01 tbody th{
		font-size: 1.5rem;
	}
	.price01 dd,
	.price01 tbody td{
		font-size: 2rem;
	}
	.price01 .yen,
	.price01 tbody td span,
	.price-red{
		font-size: 1rem;
	}
}
@media (max-width: 640px) {
	.pop-list{
		max-width: 480px;
	}
	.pop-list li{
		width: 100%;
	}
}
@media (max-width: 560px) {
	.price01 thead th:last-child{
		text-align :center;
		padding-right: 0;
	}
	.price01 dl,
	.price01 tbody th,
	.price01 dd,
	.price01 tbody td{
		font-size: 1rem;
	}
	.price01 .yen,
	.price01 tbody td span{
		font-size: .75rem;
	}
}

/* =======================================
	記事一覧
======================================= */
.c-fluid-container{
	padding: 0;
}
.blog .c-entry__body,
.archive .c-entry__body{
	padding: 0 1rem 13rem;
}
.p-breadcrumbs-wrapper{
	max-width: 960px;
}
.c-subcategory-menu__list,
.class-menu{
	display: flex;
	justify-content: center;
	gap: 2rem;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.c-subcategory-menu__item a,
.class-menu a{
	display: block;
	text-decoration: none;
	color: #000;
	border: solid 1px #ccc;
	border-radius: 10px;
	padding: .5rem 2rem;
}
.c-subcategory-menu__item a:hover,
.class-menu a:hover{
	background-color: #ffd7b4;
}
.p-archive{
	max-width: 960px;
}
.c-entries--panel .c-entries__item>a{
	border-radius: 20px;
	overflow: hidden;
}
.class-menu li{
	width: 11rem;
}
.class-menu a{
	text-align: center;
	padding: .5rem;
}
@media (max-width: 768px) {
	.c-subcategory-menu__list,
	.class-menu{
		gap: 1rem;
	}
}
@media (max-width: 640px) {
	.class-menu li{
		width: 8rem;
	}
}
@media (max-width: 480px) {
	.class-menu{
		justify-content: space-between;
		gap: 0;
	}
	.class-menu li{
		width: 32%;
	}
	.class-menu a{
		font-size: .75rem;
	}
}
/* =======================================
	記事詳細
======================================= */
.c-entry__header .c-entry__meta{
	display: none;
}
.single .c-entry__body{
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
}
.single-meta{
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}
.single-cats a{
	font-size: .875rem;
	text-decoration: none;
	color: #000;
	background-color: #eee;
	border-radius: 5px;
	padding: 4px 6px;
}
.single-cats a:hover{
	background-color: #ccc;
}
/* =======================================
	初めての方へ
======================================= */
.first{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 2rem;
	max-width: 960px;
	margin: -10rem auto 4rem;
	padding: 0 1rem;
}
.first h2{
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.first img{
	width: 40%;
	border-radius: 20px;
}
.first-obi img{
	display: block;
	margin: 0 0 4rem auto;
}
/* POINT 1-3*/
.wrap-point{
	margin-bottom: 4rem;
}
.point{
	display: flex;
	align-items: center;
	gap: 2rem;
	margin-bottom: 2rem;
}
.point:nth-of-type(2n){
	flex-direction: row-reverse;
}
.point h2{
	position: relative;
	font-size: 1.75rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}
.point h2 span{
	display: block;
	font-size: 1rem;
	color: #f15a24;
}
.point h2::before{
	content: "";
	position: absolute;
	top: -5rem;
	left: -6rem;
	display: block;
	width: 260px;
	height: 238px;
	background: url(img/bg-point.png) center center / contain no-repeat;
	z-index: -1;
}
.point img{
	width: 40%;
	border-radius: 20px;
}
/*地域で育む「感謝の心」*/
.wrap-kansya .smb-section__lede{
	font-size: 1.5rem;
	font-weight: 700;
}
.kansya{
	display: flex;
	align-items: center;
	gap: 2rem;
}
.kansya img{
	width: 40%;
	border-radius: 20px;
}
@media (max-width: 960px) {
	.first{
		margin-top: -8rem;
	}
}
@media (max-width: 800px) {
	.first{
		margin-top: -6rem;
	}
}
@media (max-width: 768px) {
	.first{
		flex-direction: column-reverse;
		align-items: center;
		gap: 1rem;
		margin-top: 0rem;
	}
	.first img{
		width: 80%;
	}
	.point,
	.point:nth-of-type(2n){
		flex-direction: column;
		gap: 1rem;
	}
	.point img{
		width: 100%;
	}
	.kansya{
		flex-direction: column-reverse;
		gap: 1rem;
	}
	.wrap-kansya .smb-section__body{
		margin-top: 1rem;
	}
	.kansya img{
		width: 100%;
	}
}
@media (max-width: 480px) {
	.first h2{
		font-size: 1.25rem;
	}
	.point h2{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.point h2 span{
		font-size: .875rem;
	}
	.wrap-kansya .smb-section__lede{
		font-size: 1.125rem;
	}
}
/* =======================================
	スタジオ紹介
======================================= */
.studio{
	display: flex;
	align-items: center;
	gap: 2rem;
}
.studio-text{
	flex: 1;
}
.studio h2{
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
}
.studio dl{
	margin-bottom: .875rem;
}
.studio dt{
	display: inline-block;
	width: 7rem;
	text-align: center;
	background-color: #e0e0e0;
	border-radius: 10rem;
	margin-bottom: .5rem;
	padding: .25rem;
}
.studio img{
	width: 50%;
}
.studio-img{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.studio-img img{
	width: 32%;
}
.map{
	padding: 3rem 1rem;
}
.map h2{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}
@media (max-width: 768px) {
	.studio{
		align-items: flex-start;
		flex-direction: column-reverse;
		gap: 1rem;
	}
	.studio img{
		width: 100%;
	}
	.studio h2{
		font-size: 1.5rem;
	}
	.studio-img{
		flex-direction: column;
		gap: 1rem;
	}
	.studio-img img{
		width: 100%;
	}
	.map h2{
		margin-bottom: 1rem;
	}
}
/* =======================================
	お問合せ
======================================= */
.snow-monkey-form[data-screen="confirm"] .smf-item{
	border-bottom: solid 1px #ccc;
}
.smf-item__col--label{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: .5rem;
}
.snow-monkey-form input[type="text"],
.snow-monkey-form input[type="email"],
.snow-monkey-form input[type="tel"]{
	width: 100%;
}
.snow-monkey-form[data-screen="confirm"] .smf-item__label{
	font-weight: 700;
}
.smf-action .smf-button-control__control{
	width: 10rem;
	font-weight: 700;
	color: #fff;
	background: #ff7800;
	border: none;
	border-radius: 10rem;
}
.smf-action .smf-button-control__control:hover{
	background-color: #ff902e
}
.smf-action .smf-button-control__control[data-action="back"]{
	background-color: #ccc;
}
.smf-action .smf-button-control__control[data-action="back"]:hover{
	background-color: #aaa;
}
@media (max-width: 640px) {
	.smf-item{
		border-bottom: solid 1px #ccc;
	}
	.smf-form--simple-table .smf-item__col--label{
		padding-bottom: 0;
	}
	.smf-item__label{
		font-weight: 700;
	}
}
@media (max-width: 480px) {
	.smf-action{
		display: flex;
		flex-direction: column-reverse;
		gap: 1rem;
	}
	.smf-action .smf-button-control+.smf-button-control{
		margin-left: 0;
	}
}
/* =======================================
	privacy_policy
======================================= */
.post-3 .c-entry__body{
	max-width:1000px;
	padding:0 0.5rem;
}