			@charset "UTF-8";



/*フェードイン*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}












			.view-pc {
				display: block;
			}
			 @media screen and (max-width: 768px) {
			.view-pc {
				display: none;
			}
			}
			.view-sp {
				display: none;
			}
			 @media screen and (max-width: 768px) {
			.view-sp {
				display: block;
			}
			}
			/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
			/* Document
			========================================================================== */
			/**
			* 1. Correct the line height in all browsers.
			* 2. Prevent adjustments of font size after orientation changes in
			*    IE on Windows Phone and in iOS.
			*/
			.w100{width:100%;}
			/* Sections
			========================================================================== */
			/**
			* Add the correct display in IE 9-.
			*/

			audio, video {
				display: inline-block;
			}
			/**
			* Add the correct display in iOS 4-7.
			*/
			audio:not([controls]) {
				display: none;
				height: 0;
			}

			svg:not(:root) {
				overflow: hidden;
			}


			}
			.inner_block {
				max-width: 920px;
				margin: 0 auto;
			}
			 @media screen and (max-width: 1200px) {
			.inner_block {
				width: 94%;
			}
			}
			
			.inner_block p {
				width: 97%;
				font-size:17px;
				margin:0 auto 20px auto;
				display: block;
				line-height: 200%;
				font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

			
			/*#newconcept h2 {
				padding-bottom: 12px;
				background-size: 150px auto;
				font-size: 2rem;
				font-weight: normal;
				text-align: center;
				margin-bottom: 90px;
			}
			 @media screen and (max-width: 768px) {
			#newconcept h2 {
				padding-bottom: 0;
				font-size: 1.5rem;
				margin-bottom: 40px;
				padding:3%;
			}
			}*/
			#newconcept h3 {
				font-size: 2.2rem;
				font-weight: normal;
				margin: 50px auto;
				text-align: center;
			}
			 @media screen and (max-width: 768px) {
			#newconcept h3 {
				font-size: 1.4rem;
				text-align: center;
				margin-bottom: 20px;
				margin-top: 40px;
				background:none;
    			border-left: none;
   				color: #666666;
			}
			}
			#newconcept a {
				text-decoration: none;
				color: #5d87c7;
			}
			#newconcept .t-center {
				text-align: center;
			}
			#newconcept .t-left {
				text-align: left;
			}
			#newconcept .t-right {
				text-align: right;
			}
			#newconcept .mb0 {
				margin-bottom: 0;
			}
			#newconcept .concept_link{
				text-align:center;
				margin:10px 0;
				color:#9e9e9e;
			}
			body {
				overflow-x: hidden;
			}
			/*.mv-wrap {
				position: relative;
				margin-bottom: 184px;
			}
			 @media screen and (max-width: 768px) {
			.mv-wrap {
				margin-bottom: 90px;
			}
			}*/
			.mv-wrap{position: relative;
				}
			.mv-scroll {
				width: 11px;
				height: 132px;
				position: relative;
				display: block;
						color: #fff;
						margin:120px auto 0; 
			}
			 @media screen and (max-width: 768px) {
			.mv-scroll {
				bottom: -20px;
				right: 15px;
			}
			}
			.mv-scroll span {
				/*position: absolute;
				-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				transform: rotate(90deg);
				right: 0;
				color: #fff;*/
			}
			 @media screen and (max-width: 768px) {
			.mv-scroll span {
				color: #fff;
			}
			}
			 .mv-scroll span:after {
				content: '';
				width: 44px;
				height: 1px;
				background: #fff;
				display: block;
				position: absolute;
				top: 18px;
				left: 50px;
			}
			 @media screen and (max-width: 768px) {
			 .mv-scroll span:after {
				background: #fff;
			}
			}
			
			.scroll-txt{margin-top:15%}
				 @media screen and (max-width: 768px) {
			.scroll-txt{text-align:center;}
			}
			
			.scroll-line {
			display: block;
			text-decoration: none;
			position: relative;
		}
		.scroll-line:before, .scroll-line:after {
			content: "";
			display: block;
			width: 1px;
			height: 200px;
			margin: auto;
			position: absolute;
			left: 0;
			right: 0;
			bottom: 45px;
			top:100px;
		}

		.scroll-line:before {
			/*background-color: rgba(255, 255, 255, 0.25);*/
		}
		.scroll-line:after {
			background-color: white;
			opacity: 0;
			filter: alpha(opacity=0);
			-webkit-transform: scaleY(0);
			-moz-transform: scaleY(0);
			-ms-transform: scaleY(0);
			-o-transform: scaleY(0);
			transform: scaleY(0);
			-webkit-transform-origin: top;
			-moz-transform-origin: top;
			-ms-transform-origin: top;
			-o-transform-origin: top;
			transform-origin: top;
			-webkit-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
			-moz-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
			-ms-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
			-o-animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
			animation: lineInOut 1750ms cubic-bezier(0.77, 0, 0.175, 1) infinite;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			backface-visibility: hidden;
			-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;
			-o-transform-style: preserve-3d;
			transform-style: preserve-3d;
		}
		 @-webkit-keyframes lineInOut {
		 0% {
		 opacity: 0;
		 filter: alpha(opacity=0);
		 -webkit-transform: scaleY(0);
		 -moz-transform: scaleY(0);
		 -ms-transform: scaleY(0);
		 -o-transform: scaleY(0);
		 transform: scaleY(0);
		 -webkit-transform-origin: top;
		 -moz-transform-origin: top;
		 -ms-transform-origin: top;
		 -o-transform-origin: top;
		 transform-origin: top;
		}
		 45% {
		 opacity: 1;
		 filter: alpha(opacity=100);
		 -webkit-transform: scaleY(1);
		 -moz-transform: scaleY(1);
		 -ms-transform: scaleY(1);
		 -o-transform: scaleY(1);
		 transform: scaleY(1);
		 -webkit-transform-origin: top;
		 -moz-transform-origin: top;
		 -ms-transform-origin: top;
		 -o-transform-origin: top;
		 transform-origin: top;
		}
		 55% {
		 opacity: 1;
		 filter: alpha(opacity=100);
		 -webkit-transform: scaleY(1);
		 -moz-transform: scaleY(1);
		 -ms-transform: scaleY(1);
		 -o-transform: scaleY(1);
		 transform: scaleY(1);
		 -webkit-transform-origin: bottom;
		 -moz-transform-origin: bottom;
		 -ms-transform-origin: bottom;
		 -o-transform-origin: bottom;
		 transform-origin: bottom;
		}
		 100% {
		 opacity: 1;
		 filter: alpha(opacity=100);
		 -webkit-transform: scaleY(0);
		 -moz-transform: scaleY(0);
		 -ms-transform: scaleY(0);
		 -o-transform: scaleY(0);
		 transform: scaleY(0);
		 -webkit-transform-origin: bottom;
		 -moz-transform-origin: bottom;
		 -ms-transform-origin: bottom;
		 -o-transform-origin: bottom;
		 transform-origin: bottom;
		}
		}
		 @keyframes lineInOut {
		 0% {
		 opacity: 0;
		 filter: alpha(opacity=0);
		 -webkit-transform: scaleY(0);
		 -moz-transform: scaleY(0);
		 -ms-transform: scaleY(0);
		 -o-transform: scaleY(0);
		 transform: scaleY(0);
		 -webkit-transform-origin: top;
		 -moz-transform-origin: top;
		 -ms-transform-origin: top;
		 -o-transform-origin: top;
		 transform-origin: top;
		}
		 45% {
		 opacity: 1;
		 filter: alpha(opacity=100);
		 -webkit-transform: scaleY(1);
		 -moz-transform: scaleY(1);
		 -ms-transform: scaleY(1);
		 -o-transform: scaleY(1);
		 transform: scaleY(1);
		 -webkit-transform-origin: top;
		 -moz-transform-origin: top;
		 -ms-transform-origin: top;
		 -o-transform-origin: top;
		 transform-origin: top;
		}
		 55% {
		 opacity: 1;
		 filter: alpha(opacity=100);
		 -webkit-transform: scaleY(1);
		 -moz-transform: scaleY(1);
		 -ms-transform: scaleY(1);
		 -o-transform: scaleY(1);
		 transform: scaleY(1);
		 -webkit-transform-origin: bottom;
		 -moz-transform-origin: bottom;
		 -ms-transform-origin: bottom;
		 -o-transform-origin: bottom;
		 transform-origin: bottom;
		}
		 100% {
		 opacity: 1;
		 filter: alpha(opacity=100);
		 -webkit-transform: scaleY(0);
		 -moz-transform: scaleY(0);
		 -ms-transform: scaleY(0);
		 -o-transform: scaleY(0);
		 transform: scaleY(0);
		 -webkit-transform-origin: bottom;
		 -moz-transform-origin: bottom;
		 -ms-transform-origin: bottom;
		 -o-transform-origin: bottom;
		 transform-origin: bottom;
		}
		}
			#mv {
				position: fixed;
				width: 100%;
				margin: 0 auto;
				height: 100vh;
				-o-object-fit: cover;
				object-fit: cover;
				overflow: hidden;
				z-index:-2;
			}
			 @media screen and (max-width: 768px) {
			#mv {
				height: 100vh;
			}
			}



			#mv .mv-img {
				z-index: 100;
				width: 215px;
				height: 300px;
				margin: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
			}
			#mv .mv-img img {
				width: 100%;
				height: auto;
			}
			#mv .mv-poster {
				z-index: 100;
				width: 215px;
				height: 300px;
				margin: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
			}
			#mv .mv-poster img {
				width: 100%;
				height: auto;
			}
			#mv .inner_block {
				min-height: 100%;
				min-height: 100vh;
				min-width: 100%;
				min-width: 100vw;
				-o-object-fit: cover;
				object-fit: cover;
				text-align:center;
			}
			 @media screen and (max-width: 768px) {
			#mv .inner_block {
				background-size: 120px auto;
						text-align:center;
			}
			}
			
			#mv_cover{
				position: fixed;
				width: 100%;
				margin: 0 auto;
				height: 100vh;
				-o-object-fit: cover;
				object-fit: cover;
				overflow: hidden;
				z-index:-1;
				/*background:#607D8B;*/
			}
			 @media screen and (max-width: 768px) {
			#mv_cover {
				height: 100vh;
			}
			}

			#mv .inner_block video {
		min-width: 100.5%;
		  min-height: 100vh;
		  position: absolute;
  -webkit-transform: translate(-50%,-50%); 
  transform: translate(-50%,-50%); 
		  top: 50%;
		  left:50%;
				text-align: center;
				margin: auto;
				z-index: -100;
			}

			 @media screen and (max-width: 768px) {
			#mv .inner_block video {
				height: 100vh;
				width: auto;
				margin: 0 auto;
				z-index: -100;
			}
			}

			#mv .inner_block h2 {
				font-size: 4.57143rem;
				font-weight: normal;
				line-height: 130%;
				margin-bottom: 35px;
			}
			 @media screen and (max-width: 768px) {
			#mv .inner_block h2 {
				font-size: 2.28571rem;
				margin-bottom: 70px;
			}
			}
			#mv .inner_block p {
				line-height: 180%;
			}
			 @media screen and (max-width: 768px) {
			#mv .inner_block p {
				font-size: 1rem;
			}
			}

		#mv .inner_block:after   {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background: #000000;
			position: absolute;
			opacity: 0;
		}

		#mv.drkn.inner_block  {
		 	opacity: 1;
		}


			#concept-main{
				padding-top: 0px;
				min-height: 100%;
				min-height: 100vh;
				min-width: 100%;
				min-width: 100vw;
				position:relative;
				color:#fff;
				text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 1);
			}

			#concept-main .inner_block {
				margin: 0 auto;
				width: 920px;

			}
			 @media screen and (max-width: 768px) {
			#concept-main .inner_block {
				margin: 0;
				width: 100%;
			}
			}
			#concept-main .inner_block .main-content{
				position:relative;
				min-height: 100%;
				min-height: 120vh;
				text-align:center;
			}

			

			#concept-main .inner_block .main-logo_block{
		    left: 50%;
		    position: absolute;
		    top: 30%;
		       transform: translateY(-50%) translateX(-50%);
    			-webkit- transform: translateY(-50%) translateX(-50%);
			}
			#concept-main .inner_block .main-logo_block .top-logo{opacity:1;}
			#concept-main .inner_block .main-logo_block .top-logo{
		    width:350px;
		   /* transform: translate(-50%,-50%);*/
			}
			
				 @media screen and (max-width: 768px) {
			#concept-main .inner_block .main-logo_block .top-logo{
		    width:100%;
		 /*   transform: translate(-50%,-50%);*/
			}
			}

		}

			#concept-main .inner_block .main-content .main-txt {
				color:#fff;
				width:800px;
				margin:0 auto;
				 padding-top: 200px;
		  		 margin-top: -200px;
			}

			#concept-main .inner_block .main-content .main-txt h3{
				font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif
}

		@media screen and (max-width: 768px) {
			#concept-main .inner_block .main-content .main-txt{
				 padding-top: 0px;
		  		 margin-top: 0px;
			}
		}
			#concept-main .inner_block .main-content .main-txt h3{
				font-size:3rem;
			}



		@media screen and (max-width: 1000px) {
			#concept-main .inner_block .main-txt {
				width:96%;
				margin:0 auto;
			}
			}
			
			
		@media screen and (max-width: 768px) {
			#concept-main .inner_block .main-txt {
				width:97%;
				margin:0 auto;
				text-align:left;
				display: block;
			}
		   #concept-main .inner_block .main-content .main-txt h3{
				font-size:2.0rem;
				color:#fff;
		        line-height: 120%;
			}
			}


			
		.top-down_icon{ 
		 position: absolute;
		left: 50%;
		 bottom: 30%;
		opacity:0.95;
		}
				
		.t-down_arrow_icon {
			display: -webkit-box;
			display: -webkit-flex;
			display: -moz-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			-webkit-align-items: center;
			-moz-align-items: center;
			align-items: center;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			-webkit-justify-content: center;
			-moz-justify-content: center;
			justify-content: center;
			-webkit-box-direction: normal;
			-webkit-box-orient: vertical;
			-webkit-flex-direction: column;
			-moz-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			width: 35px;
			height: 35px;
			background-color: #ffffff;
			border-radius: 50%;
		}
		 @media screen and (max-width: 768px) {
		.t-down_arrow_icon {
			width: 30px;
			height: 30px;
		}
		}
		.t-down_arrow_icon:before {
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 50%;
			background-color: #ffffff;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0.25;
			-webkit-animation-name: circleFade;
			-moz-animation-name: circleFade;
			-ms-animation-name: circleFade;
			-o-animation-name: circleFade;
			animation-name: circleFade;
			-webkit-animation-duration: 1750ms;
			-moz-animation-duration: 1750ms;
			-ms-animation-duration: 1750ms;
			-o-animation-duration: 1750ms;
			animation-duration: 1750ms;
			-webkit-animation-delay: 0s;
			-moz-animation-delay: 0s;
			-ms-animation-delay: 0s;
			-o-animation-delay: 0s;
			animation-delay: 0s;
			-webkit-animation-timing-function: ease-out;
			-moz-animation-timing-function: ease-out;
			-ms-animation-timing-function: ease-out;
			-o-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
			-webkit-animation-iteration-count: infinite;
			-moz-animation-iteration-count: infinite;
			-ms-animation-iteration-count: infinite;
			-o-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
		}
		.t-down_arrow_icon:after {
			content: "";
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-top-width: 5px;
			border-top-width: 0.5rem;
			border-right-width: 4.5px;
			border-right-width: 0.45rem;
			border-bottom-width: 0px;
			border-bottom-width: 0rem;
			border-left-width: 4.5px;
			border-left-width: 0.45rem;
			border-color: #062756 transparent transparent transparent;
			margin-top: 2px;
			margin-top: 0.2rem;
		}
		 @-webkit-keyframes circleFade {
		 0% {
		 -webkit-transform: scale(1);
		 -moz-transform: scale(1);
		 -ms-transform: scale(1);
		 -o-transform: scale(1);
		 transform: scale(1);
		 opacity: 0.6;
		 filter: alpha(opacity=60);
		}
		 100% {
		 -webkit-transform: scale(1.5);
		 -moz-transform: scale(1.5);
		 -ms-transform: scale(1.5);
		 -o-transform: scale(1.5);
		 transform: scale(1.5);
		 opacity: 0;
		 filter: alpha(opacity=0);
		}
		}
		 @keyframes circleFade {
		 0% {
		 -webkit-transform: scale(1);
		 -moz-transform: scale(1);
		 -ms-transform: scale(1);
		 -o-transform: scale(1);
		 transform: scale(1);
		 opacity: 0.6;
		 filter: alpha(opacity=60);
		}
		 100% {
		 -webkit-transform: scale(1.5);
		 -moz-transform: scale(1.5);
		 -ms-transform: scale(1.5);
		 -o-transform: scale(1.5);
		 transform: scale(1.5);
		 opacity: 0;
		 filter: alpha(opacity=0);
		}
		}


			#concept-main .inner_block .main-content .t-down_arrow_icon{
		    transform: translate(-50%,-50%);
			}
			

		.link-slide {
		position: relative;
		top: -200px;
		display: block;
		}
		 @media screen and (max-width: 768px) {
		.link-slide {
		top: -20px;
		}
		 }

		#background-wrap{
		position: relative;
		width:100%;
		background:#fff;
		padding:80px 0 0;
		overflow: hidden;
		}
			 @media screen and (max-width: 768px) {
		#background-wrap{background:#fff;
		padding:80px 0 0;
		}
			}


			#concept-concept {
				padding-top: 0px;
				width: 100%;
			}
			 @media screen and (max-width: 1200px) {
			#concept-concept .inner_block {
				margin: 0;
				width: 100%;
			}
			}

			#concept-concept .inner_block .content_img {
				width:100%;
				margin:0 auto;
				padding: 0 0 30px 0;
				    text-align: center;
			}
			#concept-concept .inner_block .content_img img {
				width: 100%;
				height: auto;
				vertical-align: top;
			}
			#concept-concept .inner_block .content_img .course {
				max-width: 1000px;
				height: auto;
				vertical-align: top;
				margin:0 auto;
			}
			 @media screen and (max-width: 1000px) {
			#concept-concept .inner_block .content_img .course {
				width: 98%;
			}
			}

			 @media screen and (max-width: 768px) {
			#concept-concept .inner_block .content_img {
				padding: 2% 0 3% 0;
			}
			#concept-concept .inner_block .content_img img {
				width: 100%;
				height: auto;
			}
			}

			#concept-concept .inner_block p {
				width: 920px;
				margin: 0 auto 3% auto;
				font-weight:500;
			}
			 @media screen and (max-width: 1000px) {
			#concept-concept .inner_block p {
				width: 98%;
				margin: 0 auto 5% auto;
			}
			}

			
			#shop-image {
				max-width: 1200px;
				margin: 0 auto;
				text-align: right;
				padding: 10px 0 0 0;
			}
			 @media screen and (max-width: 768px) {
			#shop-image {
				overflow-x: hidden;
			}
			}
			#shop-image img {
				max-width: 100%;
				height: auto;
				vertical-align: top;
			}
			 @media screen and (max-width: 768px) {
			#shop-image img {
				margin-left: 4%;
			}
			}

			    
			      

			#contact-image {
			  max-width: 1200px;
			  margin: 0 auto;
			  text-align: right;
			  padding: 140px 0 0 0; 
			  }
			  @media screen and (max-width: 768px) {
			    #contact-image {
						  text-align: center;
						  padding: 5% 0 0 0; 
			      overflow-x: hidden; } 
				  }
			  #contact-image img {
			    max-width: 100%;
			    height: auto;
			    vertical-align: top;
			     }
			    @media screen and (max-width: 768px) {
			      #contact-image img {} }



			#contact {
			  padding: 80px 0 100px; 
			}
			@media screen and (max-width: 768px) {

			#contact {
			  padding: 10% 0 20%; 
			}
			}

			  #contact .content {
			    max-width: 600px;
			    margin: 50px auto 0; }
			    @media screen and (max-width: 768px) {
			      #contact .content {
			        max-width: 80%; } }
			    #contact .content p {
			      text-align: center;
			      padding: 0px 0 50px; }


	.drkn{
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -ms-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	  opacity: 0.95;
	}

	.lighter{
	  -webkit-transition: all 1s;
	  -moz-transition: all 1s;
	  -ms-transition: all 1s;
	  -o-transition: all 1s;
	  transition: all 1s;
	  opacity: 0;
	}


#concept-companion-wrap{
display:-webkit-flex;
display:flex;
  flex-direction: row;
  flex-wrap: wrap;
   justify-content: center;
   margin-top:30px;
}
.box-companion{
      width: 20%;
      text-align: center;
      padding:0;
      border:0;
    }  

.trim-wrap{
  position:relative;
  width:100%;
  height:0;
  padding-bottom:100%;/* 幅に対する縦のサイズ */
  overflow:hidden;
}
.trim-wrap>img{
  position:absolute;
  top:0;
  left:0;
  width:auto;
  height:auto;
  width:100%;
  max-height:initial;
}










/*▼料金表▼*/
#concept-concept .inner_block .pricing-wrapper {
	width:100%;
	max-width:800px;
	display:block;
	margin:0 auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

/* テーブルレイアウト */
.pricing-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(84px, auto);
    border: 1px solid #c9c9c9;
}

.pricing-table .card {
    display: grid;
    grid-template-rows: 44px 1fr;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background: #fff;
}

.pricing-table .card:nth-child(3n) {
    border-right: none;
}

.pricing-table .card .title {
    background: #c59a19; /* 画像の金色に近い */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: .5px;
}

.pricing-table .card .price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	padding: 3% 0;
}

/* 下段（90/120min）を1行にまとめて横並び */
.pricing-table .row-two {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #c9c9c9;
}

.pricing-table .row-two .unit {
    display: grid;
    grid-template-rows: 44px 1fr;
    border-right: 1px solid #c9c9c9;
}

.pricing-table .row-two .unit:last-child {
    border-right: none;
}

.pricing-table .row-two .title {
    background: #c59a19;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.pricing-table .row-two .price {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
	padding: 3% 0;
    border-top: 1px solid #c9c9c9;
}

/* レスポンシブ（狭い幅は縦並び） 
@media (max-width: 560px) {
	.pricing-table {
}
	
    .pricing-table {
        grid-template-columns: 1fr;
    }
    .pricing-table .card,
    .pricing-table .row-two,
    .pricing-table .row-two .unit {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
    .pricing-table .row-two .unit { border-right: none; }
}
*/



@media screen and (max-width: 500px) {
.inner_block p {
	font-size:4.4vw;
}
}
