	ul, li {
		list-style:none;
		padding:0;
		margin:0;
	}
	img {
		width:100%;
		height:auto;
	}
	html {
		font-size:18px;
		line-height:1.6em;
		scroll-behavior: smooth;
		scroll-padding-top: 80px; /* 固定ヘッダーの高さに合わせて調整 */
		font-family: "M PLUS Rounded 1c", sans-serif;
	}
	html p, li {
		font-weight:400;
		letter-spacing:0.5px;
	}
	html title {
		font-weight:700;
	}
	.header {
		position: absolute;
		left: 0;
		top: 0;
		padding:0;
		width: 100%;
		z-index:12;
		box-shadow: 0px 9px 6px -11px #454545;
		animation:a-header 2s;
	}
	.js-header.fixed {
		position: fixed;
		animation:fadedown 1s both 0s;
	}
	.js-header .sp-menu-m {
		display:none;
	}
	.js-header.fixed .sp-menu-top {
		display:none;
	}
	.js-header.fixed .sp-menu-m {
		display:block;
	}
	.js-header.none {
		animation:fadeup 2s both 1s;
		display:none;
	}
	 @keyframes fadedown {
	from {
	 opacity: 0;
	 transform:translate(0, -5em);
	}
	to {
		opacity: 1;
		transform:translate(0, 0);
	}
	}
	 @keyframes a-header {
	from {
	 opacity: 0;
	 top:-200px;
	}
	to {
		opacity: 1;
		top:0px;
	}
	}
	.header_inner {
		position: relative;
		padding: 5px;
	}
	a {
		transition: color 0.5s;
		color:#36F;
	}
	a:hover {
		transition: color 0.5s;
		color:#36F;
	}
	a.link {
		text-decoration:none;
		color:#036;
		font-size: 0.95em;
		position: relative;
		padding-bottom: 2px;
		transition: color 0.3s;
	}
	a.link::after {
	 content: "";
	 position: absolute;
	 left: 0;
	bottom: 0;
	 width: 100%;
	 height: 1.5px;
	 background: #4fc3f7;
	 transform: scaleX(0);
	 transition: transform 0.3s;
	}
	a.link:hover::after {
	 transform: scaleX(1);
	}
	.wrapper {
		width:100%;
	}
	 .wrapper img.lazyloaded {
	   animation:fade 3s forwards;
	}
	  @keyframes fade {
	from {
	 opacity: 0;
	
	}
	to {
		opacity: 1;
	}
	}
	 .swiper {
		animation:fadein 3s both;
		animation-delay:1s;
	}
	 @keyframes fadein {
	from {
	 opacity: 0;
	}
	to {
		opacity: 1;
	}
	}
	.swiper-slide {
		text-align: center;
		box-sizing: border-box;
		width: 2000px;
		height: auto;
		z-index:1;
	}
	.main-top .swiper-slide {
		height: 100vh;
	}
	.swiper-slide > img {
		object-fit: cover; /* IE: not support */
		width: 100%;
		height: 100%;
	}
	
	.main-top {
		width:100%;
		position:relative;
		background:url(../images/history.png);
		background-position:bottom right;
		background-size:40% auto;
		background-repeat:no-repeat;
	}
	.logo-box {
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		margin:auto;
		z-index:5;
		text-align:center;
		width:280px;
		height:280px;
		background-color: rgba(255, 255, 255, 0.6);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		padding: 15px 15px 10px;
		border-radius: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		
	}
	.logo-box p.logo {
		display:block;
		width:100%;
	}
	.logo-box p.text {
		display:block;
		width:100%;
		font-size:23px;
		letter-spacing:1px;
		font-weight:700;
		margin-top:5px;
	}
	.main-title {
		display:inline-block;
		backdrop-filter: blur(4px);
		-webkit-backdrop-filter: blur(4px);
		width:760px;
		margin:0 auto 5px;
		padding:20px 20px;
		position:absolute;
		top:auto;
		bottom:5px;
		left:0;
		right:0;
		z-index:5;
		text-align:center;
		border-radius:20px;
		transform-origin:center top;
		animation:fadeup 3s both;
		animation-delay:2s;
	}
	.main-title .title {
		color:#fff;
		font-size:24px;
		line-height:1.4em;
		margin-bottom:5px;
	}
	 @keyframes fadeup {
	from {
	 opacity: 0;
	 transform:translate(0, 2em);
	}
	to {
		opacity: 1;
		transform:translate(0, 0);
	}
	}
	.main-title .text, .main-title li {
		color:#fff;
		font-size:15px;
		line-height:1.6em;
		padding-left:1em;
		text-indent:-1em;
	}
	.main-title .text-l {
		margin: 0 auto;
		display:block;
	}
	.main-title .text-l ul {
		display: inline-block;
		text-align: left;
	}
	.message-container {
		max-width:1000px;
		width:100%;
		margin:100px auto 70px;
	}
	.message-container .message-box {
		display:flex;
		justify-content: space-between;
		align-items: center;
		margin:0 0 60px;
	}
	.message-container .message-box:nth-child(2) {
	 flex-direction:row-reverse;
	}
	.message-container .message-box:nth-child(3) {
	 margin:0 0 50px;
	}
	.message-container .message-box .message-image {
		width:40%;
	}
	.message-container .message-box .message-image img {
		vertical-align:bottom;
		display: inline-block;
		padding:2px 0 0 2px;
		text-decoration :none;
		box-shadow: 2px 2px 5px inset;
	}
	.message-container .message-box .message-text {
		width:56%;
		padding-right:4%;
	}
	.message-container .message-box .message-text h3 {
		font-size:30px;
		line-height:1.4em;
		letter-spacing:1px;
		margin-bottom:20px;
	}
	.message-container .message-box .message-text li, .message-container .message-box .message-text p {
		font-size:18px;
		line-height:1.8em;
		letter-spacing:1px;
	}
	.message-container .message-box .message-text li {
		padding-left:1em;
		text-indent:-1em;
	}
	.message-container .message-box:nth-child(2) .message-text {
	 margin: 0 30px 0 auto;
	 padding-left:4%;
	 width: auto;
	}
	.message-container .info-bjj {
		width:100%;
		max-width:800px;
		margin:0 auto;
		text-align:center;
	}
	.message-container .info-bjj .bjj-title {
		font-size:24px;
		line-height:1.4em;
		letter-spacing:1px;
		margin-bottom:0px;
		color:#335899;
	}
	.message-container .info-image {
		max-width:600px;
		width:98%;
		margin:20px auto 0;
		
	}
	.message-container .info-image img {
		width:100%;
	}
	.sec-container.experience-contents {
		width:100%;
		background:#E9EAEA;
		padding:10px 0;
	}
	.sec-container .container-inner {
		max-width:1000px;
		width:90%;
		margin:50px auto;
	}
	.sec-container .container-inner .sec-title {
		font-size:36px;
		line-height:1.6em;
		letter-spacing:1px;
		text-align:center;
		margin-bottom:20px;
		font-weight: 700;
		position: relative;
	}
	
	.sec-container.experience-contents .experience-wrapper {
		width:100%;
		display:flex;
		justify-content: space-between;
	}
	#modal-history.modal .modal-content {
		padding-bottom:120px;
		background:#fff;
		background-image: url(../images/history.png);
		
		background-position: bottom right;
		background-size: 55% auto;
		background-repeat: no-repeat;
	}
	
	.sec-container.experience-contents .experience-wrapper .experience-box {
		margin-bottom:30px;
	
	}
	.sec-container.experience-contents .experience-wrapper .experience-left {
		width:46%;
	}
	
	.sec-container.experience-contents .experience-wrapper .experience-right {
		width:46%;
	}
	
	.sec-container.experience-contents .experience-wrapper .schedule-box {
		margin-top:10px;
		background:#888;
		border-radius:10px;
		background:#888;
		padding:15px;
	}
	.sec-container .title {
		font-size:22px;
		line-height:1.4em;
		font-weight:500;
		letter-spacing:1px;
		margin-bottom:10px;
		padding: 2px 0;
			background: #333;
		color: #fff;
		position: relative;
	}
	.sec-container .title:before {
		content: '';
		width: 5px;
		height: 100%;
		background-color: #DD2626;
		position: absolute;
		top: 0;
		left: 5px;
	}
	
	.sec-container.experience-contents .title {
		display:flex;
		justify-content: flex-start;
		letter-spacing:1px;
		color: #fff;
		position: relative;
		padding-left: 20px;
		line-height: 1.4;
		width: 100%;
		background: #333;
	}
	
	.sec-container.experience-contents .title span.sns-list {
		display:block;
		width:30px;
		margin-left:15px;
	}
	.sec-container.experience-contents .title span.sns-list a {
		display:block;
	}
	.sec-container.experience-contents .title span.sns-list a img {
		vertical-align:middle;
		border:2px solid #fff;
		border-radius:50%;
	}
	.sec-container.access-contents .container-inner {
		width:90%;
		max-width:100%;
		margin-bottom:0;
		padding-bottom:0;
	}
	.access-box {
		margin-bottom:30px;
		text-align:center;
	}
	.sec-container .access-box .title {
		max-width:760px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.access-box a {
		color:#036EB8;
	}
	.access-box a:hover {
		opacity:0.7;
	}
	.access-contents iframe {
		width:100%;
		vertical-align: bottom;
	}
	.sec-container.flow-contents {
		width:100%;
		background:#686767;
		padding:10px 0;
		color:#fff;
	}
	.sec-container.flow-contents .flow-box {
		width:100%;
		margin-bottom:50px;
		text-align:center;
	}
	.sec-container.flow-contents .flow-box .title {
		max-width:760px;
		margin-left:auto;
		margin-right:auto;
	}
	.sec-container.flow-contents .flow-list {
		display:flex;
		justify-content: space-between;
	}
	.sec-container.flow-contents .flow-list .flow-item {
		width:31%;
		background:#fff;
		border-radius:10px;
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
		color:#333;
		text-align:center;
		padding:15px 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.sec-container.flow-contents .flow-list .flow-item .title {
			background:none;
			color:#333;
			width: 100%;
	}
	.sec-container.flow-contents .flow-list .flow-item .title:before {
		   display:none;
	}
	.sec-container.flow-contents .flow-list .flow-item p {
		margin-bottom:10px;
	}
	.sec-container.flow-contents .flow-list .flow-item p.text {
		padding:0 5%;
	}
	.sec-container.flow-contents .flow-list .flow-item p.image {
		margin-bottom:0px;
	}
	.sec-container.flow-contents .flow-list .flow-item button {
		color:#036EB8;
		font-weight:600;
		position:relative;
	}
	.sec-container.flow-contents .flow-list .flow-item button:hover {
		color:#333;
	}
	.sec-container.flow-contents .flow-list .flow-item button::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 right: -18px;
	 width: 10px;
	 height: 10px;
	 margin: auto;
	 border-top: 2px solid #036EB8;
	 border-right: 2px solid #036EB8;
	 transform: rotate(45deg);
	 box-sizing: border-box;
	 transition: 0.5s;
	}
	.sec-container.flow-contents .flow-list .flow-item button:hover::after {
	 right: -25px;
	 border-top: 2px solid #333;
	 border-right: 2px solid #333;
	}
	.sec-container.faq-contents {
		width: 100%;
		background: #E9EAEA;
		padding: 10px 0 40px;
	}
	.sec-container.faq-contents .faq-box dl {
		font-size:20px;
		margin:40px 0 60px;
	}
	.sec-container.faq-contents .faq-box dl dt {
		margin-bottom:10px;
		border-bottom:1px solid #333;
		padding-bottom:10px;
		display:inline-block;
		letter-spacing:1px;
		padding-left:3em;
		text-indent:-3em;
	}
	.sec-container.faq-contents .faq-box dl dd {
		margin-left:25px;
		letter-spacing:1px;
		padding-left:3em;
		text-indent:-3em;
	}
	.sec-container.faq-contents .faq-box dl .icon-q, .sec-container.faq-contents .faq-box dl .icon-a {
		margin-right:10px;
		background:#333;
		color:#fff;
		font-weight:700;
		padding:2px 10px;
	}
	.sec-container.faq-contents .faq-box dl .icon-a {
		margin-right:10px;
		background: #999;
	}
	.sec-container .note-contents {
		width: 94%;
		max-width:900px;
		margin:20px auto;
		padding:10px 20px;
		border:2px solid #333;
	}
	.sec-container .note-contents .title {
		text-align:center;
		display:block;
		background:none;
		color:#333;
	
	}
	.sec-container .note-contents .title:before {
		display:none;
	
	}
	.sec-container .note-contents li {
		font-size:16px;
		line-height:1.3em;
		text-indent:-1em;
		margin-bottom:5px;
		padding-left:1em;
	}
	.sec-container.representative-contents {
		width: 100%;
		background: #fff;
		padding: 10px 0;
	}
	.representative-box {
		width:100%;
		display:flex;
		justify-content: space-between;
	}
	.representative-box .representative-text {
		width:56%;
	}
	.sec-container.representative-contents .title {
		font-size:22px;
		text-align:center;
		display:block;
		background: #333;
			color: #fff;
	}
	.sec-container.representative-contents .title:before {
		background:#fff;
	}
	.sec-container.representative-contents .title span {
		font-size:18px;
		padding-left:1em;
	}
	.representative-box .representative-image {
		width:38%;
		text-align:center;
		display:flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.sec-container.other-contents {
		background:#444880;
		padding:1px 0;
		color:#fff;
	}
	.sec-container.other-contents .container-inner {
			width:90%;
	}
	.sec-container.other-contents .slider-t {
		width:100%;
		    margin-bottom: 40px;
	}
	.sec-container.other-contents .title {
		text-align: center;
		margin-bottom:15px;
	}
	.sec-container.other-contents .t-text {
		font-size:14px;
		line-height:1.3em;
		text-align:center;
	}
	.sec-container.other-contents .t-text-small {
		font-size:12px;
		line-height:1.3em;
		text-indent:-1em;
		padding-left:1em;
		text-align:left;
	}
	.sec-container.other-contents .slider-t .t-swiper {
		width:100%;
		overflow: hidden;
		position:relative;
		padding: 10px 25px 25px;
	}
	.sec-container.other-contents .slider-t .t-swiper .swiper-slide:hover {
		opacity:0.7;
	}
	.t-swiper .swiper-button-next:after, .t-swiper .swiper-button-prev:after {
		color: #999;
		font-size: 30px;
	}
	.t-swiper .swiper-button-next:hover:after, .t-swiper .swiper-button-prev:hover:after {
		opacity:0.7;
	}
	.t-swiper .swiper-pagination-bullet {
		background:#fff;
	}
	.sec-container.other-contents .music-block {
		width:100%;
		text-align:center;
		margin-top:25px;
	}
	.music-block button {
		width:100%;
		overflow:hidden;
		border-radius: 10px;
	}
	.music-block button img {
		vertical-align:bottom;
	}
	.music-block button:hover {
		opacity:0.7;
	}
	.sec-container.other-contents .music-block {
		width:100%;
		text-align:center;
		margin-top:35px;
	}
	.sec-container.other-contents .modal-content {
		color:#333;
		text-align:center;
	}
	.sec-container.other-contents .modal-content .text {
		font-size:15px;
		line-height:1.3em;
		margin:0;
	text-align: left;
	}
	.sec-container.other-contents .modal-content .music-box {
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.sec-container.other-contents .modal-content .music-icon {
		width:60px;
		margin-right:10px;
	}
	.sec-container.other-contents .modal-content .swiper {
		width:80%;
		max-width:300px;
	}
	.custom-video {
	  max-width: 100%;
	  height: auto; 
	  
	}
	.video-pv {
	animation:fade 2s both 1s;
	}
	
	.link-t{
		margin-top:40px;
		margin-bottom:25px;
	}
	.link-box{
		width:100%;
		margin:20px auto 10px;
		border-radius:10px;
		background:#fff;
		padding:20px;
		color:#333;
	}

	.link-box dt{
		font-weight:bold;
		font-size:1.2em;
		margin-bottom:10px;
	}
	.link-box dd a{
		display: inline-block;
		padding-top:5px;
		transition: 0.5s;
		font-weight:500;
		word-break: break-all;
	}
	.link-box dd a:hover{
		opacity:0.7;
	}
	.footer {
		width:100%;
		
		/*background:#E9EAEA;*/
		
		/*background-image: url(../images/flow_01.jpg);
			background-position: bottom right;
			background-size: cover;
			background-repeat: no-repeat;*/
	}
	.footer .bg-footer{
		padding:15px 0 0;
		background-color: rgba(255, 255, 255, 0.7);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	.footer .footer-inner {
		max-width:1000px;
		margin:0 auto;
	}
	.footer .footer-container {
		display:flex;
		justify-content: space-between;
		margin: 20px auto 30px;
		width: 98%;
	}
	.footer .footer-inner .footer-left {
		width:30%;
		max-width:240px;
	}
	.footer .footer-inner .footer-right {
		width:50%;
	}
	.footer .footer-inner a:hover {
		opacity:0.7;
	}
	.foot-bottom {
		background:#000;
		margin-top:10px;
		padding:9px 0 10px;
		text-align:center;
	}
	ul.sns-list {
		display:flex;
		justify-content:center;
		margin:15px auto 0;
	}
	ul.sns-list li {
		width:25px;
		margin:0 30px 0 0;
	}
	ul.sns-list li:last-child {
		margin-right:0;
	}
	.foot-bottom small {
		font-size:11px;
		line-height:1.4em;
		color:#fff;
		letter-spacing:1px;
	}
	.button-box {
		display: block;
		text-align:center;
		margin-top:15px;
	}
	.button-box a.button {
		min-width:300px;
		font-size:16px;
		font-weight:600;
		line-height:1.4em;
		margin:10px auto;
		padding:12px 18px;
		background:#333;
		color:#fff;
		text-align:center;
		border-radius:5px;
		letter-spacing:1px;
		border:1px solid #333;
		text-decoration:none;
		position:relative;
		transition: 0.5s;
		
		align-items: center;
		appearance: none;
		background-color: #fff;
		border-radius: 24px;
		border-style: none;
		box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
		box-sizing: border-box;
		color: #3c4043;
		cursor: pointer;
		display: inline-flex;
		fill: currentcolor;
		height: 48px;
		justify-content: center;
		letter-spacing: .25px;
		line-height: normal;
		max-width: 100%;
		overflow: visible;
		padding: 2px 24px;
		position: relative;
		text-align: center;
		text-transform: none;
		transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		width: auto;
		will-change: transform, opacity;
		z-index: 0;
	}
	.button-box a.button::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 right: 27px;
	 width: 9px;
	 height: 9px;
	 margin: auto;
	 border-top: 2px solid #333;
	 border-right: 2px solid #333;
	 transform: rotate(45deg);
	 box-sizing: border-box;
	 transition: 0.5s;
	}
	.button-box a.button:hover {
		background:#333;
		color:#fff;
		transition: 0.5s;
	}
	.button-box a.button:hover::after {
	 border-top: 2px solid #111;
	 border-right: 2px solid #111;
	}
	/* モーダルを開くボタン */
	.modal-open {
		display:block;
		margin:30px auto;
		 padding: 2px 48px 2px 36px;
		font-size: 16px;
		font-weight: bold;
		min-width:300px;
		width: auto;
		height: 48px;
		color: #fff;
		background: #666;
		border:1px solid #666;
		cursor: pointer;
		position:relative;
		box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
			transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
			border-radius: 5px;
			border-radius: 24px;
	}
	
	
	
	.modal-open::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 right: 27px;
	 width: 9px;
	 height: 9px;
	 margin: auto;
	 border-top: 2px solid #fff;
	 border-right: 2px solid #fff;
	 transform: rotate(45deg);
	 box-sizing: border-box;
	 transition: 0.5s;
	}
	.modal-open:hover {
		color: #666;
		background: #fff;
		transition: 0.5s;
	}
	.modal-open:hover::after {
	 border-top: 2px solid #111;
	 border-right: 2px solid #111;
	}
	/* モーダルと背景の指定 */
	.modal {
		display:none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 40px 2%;
		overflow: auto;
		display:none;
	 transition: .3s;
		box-sizing: border-box;
		z-index: 100;
	}
	/* モーダルの擬似要素の指定 */
	.modal__overlay {
	  background: rgba(0, 0, 0, 60%);
	  height: 100vh;
	  position:fixed;
	  top:0;
	  left:0;
	  right:0;
	  bottom:0;
	  width: 100%;
	  z-index: 50;
	  overscroll-behavior;
	}
	
	.modal:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		margin-left: -0.2em;
	}
	/* クラスが追加された時の指定 */
	.modal.is-active {
		opacity: 1;
		visibility: visible;
		z-index: 100;
	}
	/* モーダル内側の指定 */
	.modal-container {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		max-width: 600px;
		width: 94%;
		z-index: 100;
	}
	/* モーダルを閉じるボタンの指定 */
	.modal-close {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: -15px;
		right: -10px;
		width: 40px;
		height: 40px;
		color: #fff;
		background: #000;
		border-radius: 50%;
		cursor: pointer;
		z-index: 100;
	}
	.modal-close:hover {
		background:#666;
	}
	/* モーダルのコンテンツ部分の指定 */
	.modal-content {
		max-height: 82vh;
		background: #fff;
		text-align: left;
		line-height: 1.8;
		padding: 20px 4%;
		border-radius: 10px;
		overflow:auto;
	}
	.modal-content.modal-width {
		padding: 20px 0;
	}
	
	/* モーダルのコンテンツ部分のテキストの指定 */
	.modal-content p {
		margin: 1em 0;
	}
	.sec-container.flow-contents .flow-list .flow-modal .title {
		text-align: center;
	}
	.sec-container.flow-contents .flow-list .flow-modal ol {
		list-style-type: decimal;
		margin-left: 1.5em;
	}
	.sec-container.flow-contents .flow-list .flow-modal ul {
		list-style-type: disc;
		margin-left: 1.5em;
	}
	.sec-container.flow-contents .flow-list .flow-modal ol li {
		list-style:auto;
		line-height:1.3em;
		margin-bottom:5px;
	}
	.sec-container.flow-contents .flow-list .flow-modal ul li {
		list-style:disc;
		line-height:1.3em;
		margin-bottom:5px;
	}
	.sec-container.flow-contents .flow-list .flow-modal p {
		line-height:1.3em;
		margin-top:15px;
		margin-bottom:5px;
	}
	.sec-container.flow-contents .flow-list .flow-modal .arrow-i {
		display: inline-block;
		vertical-align: middle;
	  width: 22px;
	  height:18px;
	  margin-right:5px;
	  background: #a55f30;
	  clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
	}
	
	.pc {
		display:block;
	}
	.sp {
		display:none;
	}
	@media only screen and (max-width: 768px) {
	 .pc {
	 display:none;
	}
	.sp {
	 display:block;
	}
	 html {
	 font-size:15px;
	 line-height:1.5em;
	 scroll-padding-top: 15px;
	}
	 .nav {
	 position: fixed;
	 right: -320px; /* 右から出てくる */
	 top: 0;
	 width: 300px; /* スマホに収まるサイズ */
	 height: 100vh;
	 padding-top: 60px;
	 background-color: #fff;
	 transition: all .6s;
	 z-index: 200;
	 overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	 .hamburger {
	 position: absolute;
	 right: 10px;
	 top: 8px;
	 width:55px; /* クリックしやすい幅 */
	 height: 55px; /* クリックしやすい高さ */
	 cursor: pointer;
	 z-index: 300;
	 transition: transform 1s;
	 transform: rotate(360deg);
	}
	 .nav_list {
	 height:85%;
	 max-height:400px;
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display:flex;
	 flex-direction: column;
	 justify-content: space-between;
	}
	 .nav_item {
	 text-align: center;
	 padding: 0 14px;
	}
	 .nav_item.sp {
	 display:none;
	}
	.header.js-header.fixed .nav_item.sp {
	 display:block;
	}
	
	 .nav_item a {
	 display: inline-block;
	 padding: 8px 0;
	 min-width: 70%;
	 text-decoration: none;
	 color: #333;
	 font-size:16px;
	 font-weight:500;
	 position:relative;
	}
	.nav_item a::after {
	 content: '';
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 right: 27px;
	 width: 9px;
	 height: 9px;
	 margin: auto;
	 border-top: 2px solid #333;
	 border-right: 2px solid #333;
	 transform: rotate(45deg);
	 box-sizing: border-box;
	 transition: 0.5s;
	}
	 .nav_item a:hover {
	 background-color: #eee;
	}
	 .hamburger_border {
	 display:none;
	 position: absolute;
	 left: 16px;
	 width: 28px;
	 height: 2px;
	 background-color: #333;
	 transition: all .6s;
	}
	 .hamburger_border_top {
	 top: 16px;
	}
	 .hamburger_border_center {
	 top: 26px;
	}
	 .hamburger_border_bottom {
	 top: 36px;
	}
	 .black_bg {
	 position: fixed;
	 left: 0;
	 top: 0;
	 width: 100vw;
	 height: 100vh;
	 z-index: 100;
	 background-color: #333;
	 opacity: 0;
	 visibility: hidden;
	 transition: all .6s;
	 cursor: pointer;
	}
	
	  /* 表示された時用のCSS */
	  .nav-open .nav {
	 right: 0;
	}
	 .nav-open .black_bg {
	 opacity: .8;
	 visibility: visible;
	}
	 .nav-open .hamburger_border {
	 display:block;
	}
	 .nav-open .hamburger_border_top {
	 transform: rotate(45deg);
	 top: 25px;
	}
	 .nav-open .hamburger_border_center {
	 width: 0;
	 left: 50%;
	}
	 .nav-open .hamburger_border_bottom {
	 transform: rotate(-45deg);
	 top: 25px;
	}
	 .sp-menu {
	 display:block;
	}
	 .sp-menu img {
	 animation:rotate1 0.3s both 0s;
	}
	 .nav-open .sp-menu img {
	 animation:nav-op 0.3s both 0s;
	}
	 @keyframes nav-op {
	from {
	 transform: rotate(0deg);
	}
	to {
	 transform: rotate(180deg);
	 display:none;
	 opacity:0;
	}
	}
	 @keyframes nav-cl {
	from {
	 transform: rotate(180deg);
	 opacity:0;
	 transform: rotate(0deg);
	}
	to {
	 opacity
	}
	}
	 .sec-container .container-inner .sec-title {
	 font-size: 1.6rem;
	 margin-bottom: 10px;
	}
	 .sec-container .title {
	 font-size: 1.2rem;
	 margin-bottom: 5px;
	}
	 .button-box {
	 text-align:center
	}
	.button-box a.button {
	 font-size: 14px;
			padding: 10px 10px;
			width: auto;
			min-width: 200px;
	}
	.nav_item.button-box a.button {
			background: #333;
			color: #fff;
	}
	.button-box a.button::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.main-top {
	 height: 100vh;
	 background:url(../images/history.png);
		background-size:65% auto;
		background-repeat:no-repeat;
		background-position:right bottom;
	}

	 .logo-box {
		/*width: 200px;
		height: 200px;*/
		background-color: rgba(255, 255, 255, 0.5);
	 padding: 15px 10px 10px;
	 top: 0;
	 bottom: 10%;
		/*border-radius: 100%;*/
		display: flex;
	 flex-direction: column;
	 align-content: center;
	 justify-content: center;
	 margin: auto;
	 width: 80%;
	 max-width:300px;
	 height: 130px;
	 padding: 15px 60px 15px;
	 border-radius: 5px;
	}
	 .logo-box .logo {
	 display: block;
	 width: 100%;
	}
	 .logo-box p.text {
	 font-size: 1.2rem;
	}
	 .main-title {
	 display:block;
	 width: 100%;
	 margin: 0 auto 0px;
	 padding: 15px 10px 45px;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 border-radius: 0px;
	}
	 .main-title .title {
	 font-size: 1.2rem;
	 line-height: 1.4em;
	 margin-bottom:5px;
	}
	.main-title .text, .main-title li {
	 font-size: 0.95rem;
	 line-height: 1.4em;
	 margin-bottom:3px;
	}
	.sec-container .container-inner {
	 margin: 25px auto;
	}
	 .message-container {
	 margin: 50px auto;
	}
	 .message-container .message-box {
	 align-items: stretch;
	 margin: 0 0 40px;
	}
	 .message-container .message-box .message-image {
	 width: 34%;
	}
	 .message-container .message-box .message-image img {
	 object-fit: cover; /* IE: not support */
	 width: 100%;
	 height: 100%;
	}
	 .message-container .message-box .message-text {
	 width: 66%;
	 padding:0 4%;
	}
	.message-container .message-box:nth-child(2) .message-text {
	 margin: 0 0px 0 auto;
	 width: 66%;
	}
	.message-container .message-box .message-text h3 {
	 font-size: 1.2rem;
	 margin-bottom: 10px;
	 letter-spacing:0.3px;
	}
	.message-container .message-box .message-text li, .message-container .message-box .message-text p {
	 font-size:0.95rem;
	 line-height:1.3em;
	 margin-bottom:3px;
	 letter-spacing:0.3px;
	}
	 .sec-container.experience-contents .experience-wrapper {
	 flex-direction:column;
	 width: 100%;
	 margin:0 auto;
	}
	 .sec-container.experience-contents .experience-wrapper .experience-left {
	 width:100%;
	}
	.sec-container.experience-contents .experience-wrapper .experience-right {
	 width:100%;
	}
	.sec-container.experience-contents .experience-box {
	 margin-bottom: 30px;
	}
	.access-contents iframe {
	 height:300px;
	}
	.sec-container.flow-contents .flow-box {
	 margin-bottom: 30px;
	}
	.sec-container.flow-contents .flow-list {
	 flex-direction:column;
	 width:100%;
	 margin:0 auto;
	}
	.sec-container.flow-contents .flow-list li {
	 width:100%;
	 margin-bottom:20px;
	}
	.sec-container.flow-contents .flow-list .flow-item {
	 width:100%;
	 margin-bottom:20px;
	 border-radius: 10px;
	 padding-bottom: 5px;
	}
	.sec-container.flow-contents .flow-list .flow-item p.image img {
	 object-fit: cover;
	 height: 220px;
	}
	.sec-container.flow-contents .flow-list .flow-modal p {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.sec-container.flow-contents .flow-list .flow-modal .arrow-i {
	   
		width: 19px;
		height: 16px;
		margin-right: 3px;
	}
	.message-container .info-bjj .bjj-title {
	 font-size:18px;
	}
	 .faq-box {
	 width:100%;
	 margin:0 auto;
	}
	.sec-container.faq-contents .faq-box dl {
	 font-size: 1.0rem;
	 margin: 20px 0 40px;
	}
	.sec-container.faq-contents .faq-box dl dt {
	 display: block;
	}
	.sec-container.faq-contents .faq-box dl .icon-q, .sec-container.faq-contents .faq-box dl .icon-a {
	 margin-right: 5px;
	 padding: 1px 5px;
	 font-size: 1rem;
	}
	.sec-container.faq-contents .faq-box dl dd {
	 margin-left:0px;
	}
	.sec-container .note-contents {
	 width: 90%;
	 padding:10px 10px;
	}
	.sec-container .note-contents li {
	 font-size: 0.9rem;
	 margin-bottom: 3px;
	}
	.sec-container.representative-contents {
	 width:100%;
	}
	 .sec-container.representative-contents .title {
	
	 text-align: center;
	 display: block;
	 margin-bottom:15px;
	 
	}
	
	.sec-container.representative-contents .title span {
	 ;
	 display: block;
	}
	 .representative-box {
	 width: 100%;
	 flex-direction: column-reverse;
	}
	 .representative-box .representative-text {
	 width: 90%;
	 margin:10px auto 25px;
	}
	.representative-box .representative-text .text {
	 font-size:1rem;
	 line-height:1.5em;
	}
	 .representative-box .representative-image {
	 width: 100%;
	}
	#modal-history.modal .modal-content {
		padding-bottom:100px;
		background:#fff;
		background-image: url(../images/history.png);
		
		background-position: bottom right;
		background-size: 85% auto;
		background-repeat: no-repeat;
	}
	 .footer .footer-container {
	 flex-direction:column;
	 margin: 20px 0 30px;
	}
	 .footer .footer-inner .footer-left {
	 width: 30%;
	 margin:0 auto 10px;
	}
	.footer .footer-inner .footer-right {
	 width: 90%;
	 margin:0 auto;
	 text-align: center;
	}
	}/* sp */
	 @media only screen and (min-width: 769px) {
		/*.wrapper{
			width:100%;
			overflow:hidden;
		}*/
		
		.header {
	 width:100%;
	 background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(8px);
	 -webkit-backdrop-filter: blur(8px);
	}
	 .header_inner {
	 max-width: 1200px;
	 width: 100%;
	 padding: 0px 0px;
	 margin-left: auto;
	 margin-right: auto;
	}
	.nav {
	 width:100%;
	}
	 .nav_list {
	 width:96%;
	 max-width: 1000px;
	 margin:0 auto;
	 box-sizing: border-box;
	 display:flex;
	 justify-content:space-between;
	 align-items: center;
	}
	 .nav_list li {
	 display: inline-block;
	 text-align:center;
	 min-width:10%;
	}
	 .nav_list li.sp {
		 display:none;
	}
	 .nav_list li.button-box {
	 margin:0;
	}
	 .nav_list li.button-box a.button {
	 font-size:14px;
	 min-width:auto;
	 background-color: rgba(255, 255, 255, 0.9);
	 color:#333;
	 margin: 5px auto 5px;
	 padding: 8px 15px;
	}
	 .nav_list li.button-box a.button:hover {
	 background:none;
	 color:#fff;
	 transition: 0.5s;
	}
	.nav_list li.button-box a.button::before, .nav_list li.button-box a.button:after {
	 display:none;
	}
	 .nav_list li.logo {
	 display:none;
	 width:10%;
	 max-width:65px;
	 min-width:auto;
	}
	 .js-header.fixed .nav_list li.logo {
	 display:block;
	}
	 .nav_list li.logo a {
	 display:block;
	 padding:0;
	 position:relative;
	}
	 .nav_list li.logo a img {
	 vertical-align:bottom;
	}
	 .nav_list li.logo a img.ho-top {
	 display:none;
	 width:40px;
	 position:absolute;
	 left:0;
	 right:0;
	 bottom:0;
	 margin:auto;
	animation: fadedown 1s both 0s;
	}
	 .nav_list li.logo a:hover img {
	 transition: transform 2s;
	 transform: rotate(-360deg);
	}
	.nav_list li.logo a:hover img.ho-top {
	 display:block;
	}
	 .nav_list li a {
	 color: #fff;
	 font-size:16px;
	 font-weight: 600;
	 text-decoration: none;
	 position: relative;
	 display: block;
	 padding: 3px 5px;
	}
	 .nav_list li a::before {
	 background: #fff;
	 content: '';
	 width: 100%;
	 height: 2px;
	 position: absolute;
	 left: 0;
	 bottom: 0;
	 transform-origin: center top;
	 transform: scale(0, 1);
	 transition: transform .3s;
	}
	 .nav_list li.logo a::before {
	 display:none;
	}
	 .nav_list li a:hover::before {
	 transform-origin: left top;
	 transform: scale(1, 1);
	}
	 .sp-menu {
	 display:none;
	}
	ul.sns-list.sp {
	 display:none;
	}
	 .sec-container.faq-contents .faq-box dl dt {
	 min-width: 600px;
	}
	 .sec-container.faq-contents .faq-box dl:nth-child(2) {
	 margin-left:50px;
	}
	.sec-container.faq-contents .faq-box dl:nth-child(3) {
	 margin-left:100px;
	}
	.sec-container.faq-contents .faq-box dl:nth-child(4) {
	 margin-left:150px;
	}
	 .sec-container.other-contents .container-inner .other-block {
	 display:flex;
	 justify-content: space-between;
	 align-items: baseline;
	}
	 .sec-container.other-contents .slider-t {
	 width:40%;
	}
	 .sec-container.other-contents .music-block {
	 width:40%;
	 margin-top: 0;
	}
	}/* pc */
		@media (orientation: landscape) and (max-width: 768px){
.logo-box {
	 bottom: 100px;
	}
	.main-title {
        padding: 15px 10px 15px;
    }
	    .nav {
        padding-top: 10px;
    }
}
  
   