@charset "utf-8";

@import url("https://use.typekit.net/kjq3nfu.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Noto+Serif+JP:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;900&display=swap');


@media screen and (min-width:800px){
	.noPC ,
	.xElements > *:nth-child(2) {
		display:none!important;
	}
	.event-none {
/*
		pointer-events:none;
*/
	}
	a[href^="tel:"] {
		pointer-events:none;
	}
}
@media screen and (max-width:799px){
	.noSP ,
	.xElements > *:nth-child(1) {
		display:none!important;
	}
}

.noDisp {
	display:none!important;
}

.animated.off {
	opacity:0;
}



@keyframes animateBlink {
	  0% { opacity:1; }
	 50% { opacity:0.4; }
	100% { opacity:1; }
}
@-webkit-keyframes animateBlink {
	  0% { opacity:1; }
	 50% { opacity:0.4; }
	100% { opacity:1; }
}

@media screen and (min-width:800px){
	.imgHover ,
	.imgHoverB {
		filter:contrast(0.9);
	}
	.imgHover:hover {
		filter:contrast(1);
	}
	.imgHoverB:hover {
		filter:contrast(1);
	}
}

.campaign-button {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:5em 0 3em;
}
.campaign-button .title {
	padding-bottom:3em;
}
.campaign-button .flex {
	padding:0 1em;
}
.campaign-button .anchorLink {
	position:relative;
}
.campaign-button .anchorLink > .hover {
	position:absolute;
	top:0;
	left:0;
	-webkit-animation:animateBlink 2s linear infinite alternate;
	animation:animateBlink 2s linear infinite alternate;
}
@media screen and (max-width:799px){
	.campaign-button {
		padding:3em 0 1em;
	}
	.campaign-button .title {
		padding-bottom:1em;
	}

}


#privacyBox {
	width:90%;
	height:10em;
	margin:0 auto;
	padding:0.5em;
	font-size:65%;
	line-height:1.4;
	color:#444;
	background:rgba(255,255,255,0.9);
	border:2px solid #999;
	border-radius:0.5em 0 0 0.5em;
	overflow:auto;
	text-align:left;
}
#privacyBox > h2{
	font-weight:bold;
}
#privacyBox > div{
	padding-left:1em;
	padding-bottom:0.5em;
}
#privacyBox + .field-group.flex {
	padding-top:0.5em;
	justify-content:center;
}

.status2 #privacyBox {
	display:none;
}


.company-link {
	padding:0 0.3em;
	border-bottom:1px solid #fff;
}
.company-link .icon {
	height:0.9em;
	padding-left:0.3em;
}

.company-link:hover {
	border-bottom-color:transparent;
}



/* ======================================================================================================
	CSS reset
====================================================================================================== */
* ,*:before ,*:after {
	box-sizing:border-box;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}
html ,body ,div ,p ,span ,iframe ,a ,img ,
h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,
dl ,dt ,dd ,ol ,ul ,li ,
form ,label ,
table ,thead ,tbody ,tfoot ,tr ,th ,td ,
blockquote ,q ,pre ,em ,i ,strong ,small ,a
header ,footer ,nav ,article ,section ,aside {
	margin:0;
	padding:0;
	border:0 none;
	color:inherit;
	vertical-align:baseline;
	font-size:inherit;
	font-weight:inherit;
	font-style:inherit;
	text-decoration:inherit;
}
button ,input ,textarea ,select {
	font-size:100%;
	padding:5px;
	letter-spacing:1px;
	font-family:'Poppins' ,'Noto Sans JP' ,sans-serif;
}
input[type="submit"] ,button {
	font-size:100%;
	padding:10px 30px;
	font-family:inherit;
}

html ,body {
	min-height:100%;
	height:100%;
	font-family:'Poppins' ,'Noto Sans JP' ,sans-serif;
}
a {
	display:inline-block;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
@media screen and (min-width:800px){
	a:hover {
		text-decoration:none;
	}
}

img ,video {
	vertical-align:top;
	max-width:100%;
	max-height:100%;
	filter: drop-shadow(3px 3px 3px #ccc);
}
@media screen and (max-width:799px){
	img ,video {
		filter: drop-shadow(2px 2px 2px #ccc);
	}
}

ol ,ul ,li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}



/* ======================================================================================================
	common
====================================================================================================== */
body{
	position:relative;
	font-size:16px;
	line-height:1.6;
	color:#111;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
}

#bgLayer{
	min-height:100vh;
	position:relative;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.innerFrame {
	width:100%;
	margin:0 auto;
}

main {
	width:100%;
	overflow:hidden;
}

body:not(#page-index) main {
	padding-bottom:6em;
}

.nopage {
	padding:10em 0;
	text-align:center;
}

@media screen and (min-width:800px){
	#bgLayer {
		min-width:1280px;
		max-width:1920px;
	}
	.innerFrame {
		margin:0 auto;
	}
}
@media screen and (max-width:799px){
	body{
	}
	#bgLayer {
		width:480px;
		margin:0 auto;
	}
	.innerFrame {
		padding:0 0.5em;
	}
}


main > section {
	background:50% 50% no-repeat;
	background-size:cover;
}

main > section.content-body {
	padding:4em 0;
}
main > section.content-body2 {
	padding:4em 0 0;
}

@media screen and (max-width:799px){
	main > section.content-body {
		padding:2em 0;
	}
	main > section.content-body2 {
		padding:2em 0 0;
	}
}

.section-title {
	text-align:center;
	padding-bottom:3em;
}
.section-title .main {
	display:inline-block;
	padding:0 3em;
	font-size:250%;
	font-weight:bold;
	border-bottom:2px solid #039;
}
.section-title .sub {
	display:block;
	font-size:150%;
	color:#039;
}
@media screen and (max-width:799px){
	.section-title {
		width:100%;
		padding-bottom:2em;
	}
	.section-title .main {
		width:100%;
		padding:0;
		font-size:180%;
	}
	.section-title .sub {
		font-size:130%;
	}
	.section-image {
		height:140px;
	}
}



.center {
	text-align:center;
}

.nowrap {
	white-space;nowrap
}

.strong {
	font-size:240%;
	font-weight:bold;
}
@media screen and (max-width:799px){
	.strong {
		font-size:130%;
	}
}

.anchorLink {
	cursor:pointer;
}
@media screen and (min-width:800px){
	.anchorLink:hover {
		opacity:0.8;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
}

.altText {
	display:none;
}

.textShadow {
	text-shadow:
			2px 2px 0 #fff ,-2px 2px 0 #fff ,2px -2px 0 #fff ,-2px -2px 0 #fff
		,	0px 2px 0 #fff ,-2px 0px 0 #fff ,2px  0px 0 #fff , 0px -2px 0 #fff
		,	3px 3px 5px #000;
}


.borderImage {
    border:1px solid #fff;
    box-shadow:1px 1px 5px #666;
}


.noData {
	padding:5em 1em;
	text-align:center;
}


/* ====================================================================
	flex
==================================================================== */
.flex {
	display:flex;
	justify-content:center;
	align-items:center;
}
.flex.left {
	justify-content:flex-start;
}
.flex.right {
	justify-content:flex-end;
}
.flex.between {
	justify-content:space-between;
}
.flex.around {
	justify-content:space-around;
}
.flex.evenly {
	justify-content:space-evenly;
}

.flex.top {
	align-items:flex-start;
}
.flex.bottom {
	align-items:flex-end;
}
.flex.stretch {
	align-items:stretch;
}

.flex.column {
	flex-direction:column;
}
.flex.rev {
	flex-direction:row-reverse;
}
.flex.column.rev {
	flex-direction:column-reverse;
}

.flex.wrap {
	flex-wrap:wrap;
}

.flex.col2 > * {
	width:calc(100% / 2);
}
.flex.col3 > * {
	width:calc(100% / 3);
}
.flex.col4 > * {
	width:calc(100% / 4);
}
.flex.col5 > * {
	width:calc(100% / 5);
}

.flex > .half {
	width:50%;
}
.flex > .full {
	width:100%;
}

.height-inherit > * {
	height:100%;
}
.height-inherit-all * {
	height:100%;
}



/* ==============================================
	popup image (spotlight)
=============================================== */
body #spotlight {
}

body #spotlight .header {
	height:60px;
}
body #spotlight .header div {
	width:80px;
	height:60px;
	padding-top:20px;
	opacity:0.8;
}
body #spotlight .header div.page {
	opacity:1;
}
body #spotlight .icon {
	background-size:40px;
}
body #spotlight .arrow {
	opacity:0.8;
}


body #spotlight .footer {
	width:100%;
	text-align:center;
}




/* ==============================================
	pager
=============================================== */
.pager {
}
.pager.flex {
}
.pager ul li {
	padding:0.3em;
}
.pager ul li a.flex {
	width:2.5em;
	height:2.5em;
	color:#666;
	background:#222;
	border:1px solid #999;
	border-radius:0.3em;
}
.pager ul li.active a.flex span {
	padding-bottom:0.1em;
	font-size:150%;
	font-weight:bold;
	color:#09f;
}
@media screen and (min-width:800px){
	.pager ul li:not(.active) a.flex:hover span {
		color:#f00;
		text-decoration:underline;
	}
}



/* ====================================================================
	fixed footer
==================================================================== */
#fixedFooter img {
	filter:none;
}

#fixedFooter {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:6em;
	padding:0.3em 1em;
	background: rgba(51,51,51,0.9);
	box-shadow:0 -1px 3px #ccc;
	z-index:100000;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#fixedFooter.off {
	bottom:-300px;
}
.fixedBanner.flex {
	position:relative;
	width:1200px;
	margin:0 auto;
	padding:0 100px;
}
.fixedBanner.flex a {
	border-radius:0.6em;
}
.fixedBanner.flex .shopBanner {
	position:relative;
	z-index:2;
}
.fixedBanner.flex .shopBanner img {
	height:5.4em;
}

.fixedTrainer {
	position:absolute;
	bottom:-5em;
	width:6em;
    z-index: 1;
    width:150px;
	pointer-events:none;
}
.fixedTrainer.L {
	left:100px;
}
.fixedTrainer.R {
	right:100px;
}

@media screen and (max-width:799px){
	#fixedFooter {
		height:4.4em;
		padding:0.2em 0.1em;
	}
	.fixedBanner.flex {
		width:480px;
		padding:0 0.5em;
		justify-content: flex-start;
	}
	.fixedBanner.flex .shopBanner .flex {
		justify-content: flex-start;
	}
	.fixedBanner.flex .shopBanner img {
		height:4em;
		width:calc(100% - 4.3em);
		object-fit:cover;
	}

	.fixedTrainer {
		width:7em;
		bottom:0;
	}
	.fixedTrainer.L {
		left:-1em;
	}
	.fixedTrainer.R {
		right:-1em;
	}
}


/* ====================================================================
	pagetop button
==================================================================== */
#pagetopButton {
	position:fixed;
	right:1em;
	bottom:1em;
	width:4em;
	height:4em;
	z-index:110;

	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#pagetopButton.off {
	bottom:-300px;
}
#pagetopButton .anchorLink {
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background:rgba(255,255,255,0.9);
}
#pagetopButton .anchorLink img {
}

@media screen and (max-width:799px){
	#pagetopButton {
		right:0.5em;
		bottom:0.2em;
	}
	.open #pagetopButton {
		display:none !important;
	}
}







/* ====================================================================
	link banner
==================================================================== */
.official_banner {
	width:600px;
	max-width:80%;
	margin:0 auto;
	padding-bottom:2em;
	text-align:center;
}
.official_banner a {
	white-space:nowrap;;
}
@media screen and (min-width:800px){
	.official_banner a:hover {
		filter:brightness(1.2);
	}
}
@media screen and (max-width:799px){
	.official_banner {
		padding:2em 0 4em;
	}
}


/* ==============================================
	sp bottom button
=============================================== */
#spBottomButton {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom:0;
    width: 100%;
	padding:0.3em 4.4em 0.3em 0.3em;
	background:rgba(204,204,204,0.5);
    z-index: 99;
	text-align:center;
}
#spBottomButton .flex img,
#spBottomButton .bottom_banner img{
	max-width:100%;
	height:5.4em;
	opacity:0.95;
	z-index:2;
}

.bottom_banner {
	width:1100px;
	max-width:100%;
	margin:0 auto;
}


@media screen and (max-width: 799px){

	#spBottomButton .flex img,
	#spBottomButton .bottom_banner img{
		height:3.4em;
	}
}


/* ====================================================================
	side button ( PC only)
==================================================================== */
.sideButton {
	position:fixed;
	right:0;
	top:160px;
	width:70px;
	z-index:100;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.sideButton > * {
	display:block;
	width:100%;
}
@media screen and (min-width:800px){
	.sideButton a:hover {
		filter:brightness(1.2);
	}
	.sideButton .anchorLink:hover {
		opacity:1;
	}
}




/* ======================================================================================================
	header
====================================================================================================== */
#header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	height:80px;
	background:rgba(255,255,255,0.95);
	z-index:300;
	box-shadow: 0 2px 5px #8fc8bc;
}
#header img {
	filter:none;
}


#header > .innerFrame.flex.between {
	height:100%;
	min-width:1200px;
}

#header-left .logo img {
	height:auto;
	max-height:100%;
}

#header-right {
	height:auto;
	width:1400px;
	margin:0 auto;
	min-width:calc(1200px - 250px);
}

@media screen and (min-width:1400px){
	#header {
		height:100px;
	}
}


@media screen and (max-width:799px){
	#header {
		height:63px;
	}
	#header > .innerFrame.flex.between {
		width:480px;
		min-width:auto;
		height:60px;
		padding:0;
	}

	#header #SPmenu .icon {
		padding:2px;
		text-align:center;
		line-height:1;
	}
	#header #SPmenu .icon > * {
		display:block;
		width:56px;
		height:56px;
		color:#fff;
		cursor:pointer;
	}
	#header #SPmenu .icon.tel > * {
		width:calc(56px * 4);
	}

	#header #SPmenu .icon img {
		width:100%;
		height:100%;
		object-fit:contain;
		object-position:50% 50%;
	}

	body:not(.open) #header #SPmenu .openIcon {
	}
	body:not(.open) #header #SPmenu .closeIcon {
		display:none;
	}

	body.open #header #SPmenu .openIcon {
		display:none;
	}
	body.open #header #SPmenu .closeIcon {
	}

}


/* ======================================================================================================
	header - navi
====================================================================================================== */
.navMenu {
	color:#01a291;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}

@media screen and (min-width:800px){
	.pcNav .navMenu {
		display:flex;
		justify-content:center;
		text-align:center;
	}
	.pcNav .navCell {
		padding:0.1em 0.2em;
		flex-grow:1;
	}

	.pcNav .navCell .aLink {
		position:relative;
		padding:0.2em 0.3em;
		line-height:1.2;
		display:flex;
		justify-content:center;
		align-items:center;
		flex-direction:column;
	}
	.pcNav .navCell .aLink > span:nth-child(1) {
		font-size:100%;
		font-weight:600;
	}
	.pcNav .navCell .aLink > span:nth-child(2) {
		font-size:75%;
		white-space:nowrap;
	}
	.pcNav .navCell .aLink:after {
		content:"";
		position:absolute;
		bottom:-6px;
		left:0;
		right:0;
		display:block;
		width:100%;
		height:3px;
		background:#f00;
		transform:scaleX(0.8);
		transform-origin:50% 50%;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	.pcNav .navCell .aLink:hover {
		opacity:1;
	}
	.pcNav .navCell:not(.active) .aLink:after {
		transform:scaleX(0);
	}
	.pcNav .navCell:not(.active) .aLink:hover:after {
		transform:scaleX(0.8);
	}
}
@media screen and (min-width:1400px){
	.pcNav .navCell .aLink > span:nth-child(1) {
		font-size:110%;
	}
	.pcNav .navCell .aLink > span:nth-child(2) {
		font-size:80%;
	}
}


@media screen and (max-width:799px){
	.spNav {
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		background:rgba(255,255,255,0.9);
		z-index:200;
		margin-top:-150vh;
		transition:all 0.3s ease;
		-webkit-transition:all 0.3s ease;
	}
	.open .spNav {
		margin-top:-0vh;
	}

	.spNav .innerFrame {
		width:480px;
		padding:80px 1em 0;
	}

	.spNav .navMenu {
		padding-bottom:2em;
	}
	.spNav .navCell {
		padding:0.1em 0;
		font-size:120%;
	}
	.spNav .navMenu > .navCell {
	}

	.spNav .navCell .aLink {
		position:relative;
		display:block;
		padding:0.5em 1em;
		color:#066;
		background:rgba(204,238,221,0.6);
	}
	.spNav .navMenu .aLink:active {
		background:rgba(204,238,221,0.8);
	}
	.spNav .navMenu > .navCell > .aLink:before {
		content:"\025b6\020";
		color:#06f;
	}
	.spNav .navCell .aLink > span:nth-child(2) {
		padding-left:1.5em;
		font-size:60%;
	}

}




/* ======================================================================================================
	contents
====================================================================================================== */
#page-index .content-header ,
#page-recruit .content-header {
	padding-top:80px;
}

@media screen and (min-width:1400px){
	#page-index .content-header ,
	#page-recruit .content-header {
		padding-top:100px;
	}
}

@media screen and (max-width:799px){
	#page-index .content-header ,
	#page-recruit .content-header ,
	.content-header {
		padding-top:60px;
	}
}



/* ====================================================================
	content header
==================================================================== */
.content-header {
	position:relative;
	padding-bottom:4em;
}
.content-header.concept {
	padding-bottom:0;
}

.content-header .bg {
	position:relative;
}

.content-header .content-header-title.flex {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-bottom:5%;
	text-align:center;
	color:#fff;
	text-shadow:0 0 0.2em #000,0 0 0.2em #000,0 0 0.2em #000,0 0 0.2em #000;
}
.content-header.rev .content-header-title.flex {
	color:#444;
	text-shadow:0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.2em #fff;
}

.content-header .content-header-title.flex span.en {
	display:block;
	color:#000;
	-webkit-text-stroke:2px #fff;

	line-height:1.2;
	font-size:480%;
	font-weight:600;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}
.content-header .content-header-title.flex span.ja {
	display:block;
	font-size:160%;
	font-weight:bold;
	color:#fff;
}


@media screen and (max-width:799px){
	.content-header .bg {
		height:28vh;
	}
	.content-header .bg > img {
		width:100%;
		height:100%;
		object-fit:cover;
	}

	.content-header .content-header-title.flex {
		padding-bottom:20%;
	}

	.content-header .content-header-title.flex span.en {
		font-size:240%;
	}
	.content-header .content-header-title.flex span.ja {
		font-size:130%;
	}
}

.content-header.simple {
	padding: 5% 0 0;
}
.content-header.simple .content-header-title.flex {
	padding-bottom:0;
}

/* ====================================================================
	content block
==================================================================== */
.content-body {
}
.bg-1 {
	background:#fff;
}
.bg-2 {
	background:#daedf3;
}
.bg-3 {
	background:#e7f5f8;
}


/* ====================================================================
	title
==================================================================== */
.title {
	display:flex;
	color:#01a291;
	justify-content:center;
	align-items:baseline;
	padding-bottom:2em;
	text-align:center;
}
.title .en {
	font-size:240%;
	font-weight:600;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}
.title .ja {
	font-size:200%;
	font-weight:bold;
}

@media screen and (max-width:799px){
	.title {
		flex-direction:column;
		align-items:center;
	}
	.title .en {
		font-size:160%;
	}
	.title .ja {
		font-size:140%;
		padding:0;
	}
}



/* ====================================================================
	button
==================================================================== */
.button {
	width:800px;
	max-width:100%;
	margin:0 auto;
	padding-top:4em;
	text-align:center;
}
@media screen and (min-width:800px){
	.button a:hover {
		filter:brightness(1.1);
	}
}

@media screen and (max-width:799px){
	.button {
		padding-top:2em;
		padding-left:2em;
		padding-right:2em;
	}
}



/* ====================================================================
	comments
==================================================================== */
.notes {
	padding-top:1em;
	color:#ff0;
	text-align:center;
}
.attention {
	padding-bottom:0.5em;
	color:#03f;
	font-size:150%;
	font-weight:bold;
	text-align:center;
}

.attention.blue {
	color:#0cf;
}
.attention.pink {
	color:#f39;
}

.attention.large {
	font-size:240%;
}

.message {
	padding-top:1em;
	text-align:center;
	font-size:130%;
	font-weight:bold;
}


@media screen and (max-width:799px){
	.attention {
		font-size:130%;
	}
	.attention.large {
		font-size:160%;
	}

	.message {
		font-size:110%;
	}
}



/* ====================================================================
	map
==================================================================== */
.map iframe {
	width:100%;
}




/* ======================================================================================================
	top (index)
====================================================================================================== */

@media screen and (max-width:799px){
	.top-ad.flex.col2 {
		flex-direction:column;
	}
	.top-ad.flex.col2 > * {
		width:100%;
	}
}


/* ====================================================================
	slider
==================================================================== */
.bx-pager.header-slider {
	margin:0 auto;
	padding:1em 1em 2em;
}
.bx-pager.header-slider a img {
	width:12em;
	height:6em;
}

.header-banner.flex {
	position:relative;
	margin-top:-6%;
	padding:0 2em;
	z-index:100;
}
.header-banner.flex > div {
	position:relative;
	padding:1em;
}
.header-banner.flex > div:nth-child(1) {
	z-index:2;
}
.header-banner.flex > div:nth-child(2) {
	z-index:1;
}

.banner.flex {
	padding-top:4em;
}
.banner.flex > * {
	padding:1em;
}


@media screen and (max-width:799px){
	.bx-pager.header-slider {
		padding-bottom:0.5em;
	}
	.bx-pager.header-slider a img {
		width:auto;
		height:auto;
	}


	.header-banner.flex {
		margin-top:-20%;
	}

	#bx-pager.header-slider {
		max-width:none;
		padding:1em 0;
	}

	.banner.flex {
		padding-top:0;
	}
	.banner.flex > * {
		width:45%;
		padding:0.5em;
	}

}


/* ====================================================================
	concept
==================================================================== */
.concept-frame {
	max-width:1800px;
	margin:0 auto;
	padding:0 1em;
}


.concept-image {
	padding:0 3em;
	text-align:center;
}


.concept-text {
	position:relative;
	width:80%;
	min-width:1000px;
	max-width:1300px;
	margin-top:-3%;
	margin-left:auto;
	margin-right:2em;
	padding:3em 3em 2em;
	background:rgba(255,255,255,0.6);
}
.concept-text .head {
	font-size:155%;
	text-align:center;
	font-weight:bold;
	font-family:'Noto Sans JP' ,sans-serif;
}
.concept-text .text {
	padding:2em 1em;
}
.concept-text .text p {
	font-size:120%;
	letter-spacing:0.05em;
	line-height:2;
}
.concept-text .text p em {
	color:#06f;
}


.concept-text:after {
	content:"CONCEPT";
	position:absolute;
	top:-1em;
	left:-1.5em;
	display:inline-block;
	padding:0.5em 1.5em 0.3em;
	line-height:1;
	font-size:200%;
	font-weight:600;
	color:#fff;
	background:rgba(255,102,102,0.9);
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}


@media screen and (max-width:799px){
	.concept-image {
		padding:0;
	}

	.concept-text {
		min-width:auto;
		width:100%;
		padding:2em 0.5em 0.5em;
	}
	.concept-text:after {
		left:-0.3em;
		font-size:130%;
	}

	.concept-text .head {
		font-size:130%;
	}
	.concept-text .text {
		padding:1em 0.5em 0.5em;
	}
	.concept-text .text p {
		font-size:95%;
		letter-spacing:0em;
		line-height:1.8;
	}


}


/* ====================================================================
	flow
==================================================================== */
.flow-table {
	max-width:1400px;
	margin:0 auto;
	padding:0 1em;
}

.flow-table > li {
	position:relative;
	padding:1em 0;
	display:flex;
	justify-content:center;
	align-items:stretch;
	flex-direction:row-reverse;
	flex-wrap:wrap;
}
.flow-table > li > .text {
	width:65%;
}
.flow-table > li > .image {
	width:35%;
	text-align:center;
}

.flow-table .text h4 {
	padding-bottom:0.5em;
	font-size:150%;
	font-weight:bold;
	line-height:1;
}
.flow-table .text h4 .sub {
	padding-right:1em;
	color:#06f;
	font-weight:600;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}

.flow-table .text p {
	padding-left:1em;
}

.flow-table li + li {
	padding-top:4em;
}
.flow-table li + li:before {
	content:"";
	position:absolute;
	top:0.75em;
	left:calc(35% / 2);
	margin-left:-3em;
	display:block;
	width:3em;
	height:0;
	border-style:solid;
	border-width:1.5em 3em;
	border-color:#06f transparent transparent transparent;
}


@media screen and (max-width:799px){
	.flow-table > li {
		flex-direction:column;
	}

	.flow-table > li > .text {
		width:100%;
	}
	.flow-table .text h4 {
		font-size:130%;
		text-align:center;
	}

	.flow-table > li > .image {
		width:60%;
		margin:0 auto;
		padding-top:1em;
	}
	.flow-table li + li:before {
		left:50%;
	}
}


/* ====================================================================
	voice
==================================================================== */
.voice-table {
	max-width:1200px;
	margin:0 auto;
	padding:0 1em;
}

.voice-table > li {
	position:relative;
	padding:3em 1em;
	border-bottom:2px solid #0cf;
	display:flex;
	justify-content:center;
	align-items:stretch;
}
.voice-table > li > .name {
	width:25%;
	color:#0cf;
	font-size:120%;
	font-weight:bold;
}
.voice-table > li > .text {
	width:75%;
}


@media screen and (max-width:799px){
	.voice-table > li {
		flex-wrap:wrap;
	}

	.voice-table > li > .name ,
	.voice-table > li > .text {
		width:100%;
	}
}



/* ======================================================================================================
	access
====================================================================================================== */


/* ====================================================================
	photo
==================================================================== */
.gym-image {
	max-width:1400px;
	margin:0 auto;
	text-align:center;
}



/* ====================================================================
	gym information
==================================================================== */
.gym-info {
	padding:1em 0;
	text-align:center;
	font-size:110%;
	line-height:1.8;
}
.gym-info p {
	padding:0.5em 0;
}





/* ======================================================================================================
	Q & A
====================================================================================================== */
.faq {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 1em;
}

.faq > li {
	padding-bottom:1em;
}
.faq .head.flex {
	min-height:4em;
	background:rgba(255,255,255,0.9);
	border-bottom:1px solid #ccf;
}
.faq .head.flex > .letter.flex {
	width:4em;
	background:rgba(153,204,255,0.6);
}

.faq .body.flex {
	min-height:4em;
	background:rgba(255,255,255,0.9);
}
.faq .body.flex > .letter.flex {
	width:4em;
	background:rgba(153,204,255,0.5);
}

.faq .letter.flex > span {
	line-height:1;
	font-size:300%;
	font-weight:600;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
}
.faq .head .letter.flex > span {
	color:#f90;
}
.faq .body .letter.flex > span {
	color:#09f;
}

.faq .text.flex {
	width:calc(100% - 4em);
	padding:0.5em 1em;
	letter-spacing:0.05em;
	justify-content:flex-start;
}


@media screen and (max-width:799px){
	.faq .head.flex > .letter.flex ,
	.faq .body.flex > .letter.flex {
		width:3em;
	}
	.faq .text.flex {
		width:calc(100% - 3em);
	}

	.faq .letter.flex > span {
		font-size:240%;
	}
}




/* ======================================================================================================
	footer
====================================================================================================== */
#footer {
	margin-top:auto;
}

#footer .pcNav .innerFrame {
	width:1400px;
	max-width:100%;
}


#footer-main {
	padding-top:2em;
}

#footer-info.flex {
	padding:3em 0;
}

#footer-left {
	width:50%;
	max-width:600px;
	align-self:flex-start;
}

#footer-left .logo {
	width:300px;
}
#footer-left .text {
	padding-top:2em;
	padding-left:1em;
	color:#01a291;
	font-size:90%;
	line-height:2;
	letter-spacing:0.05em;
}

#footer-right {
	width:50%;
	max-width:560px;
	height:auto;
	text-align:center;
}
@media screen and (min-width:800px){
	#footer-right .banner a:hover {
		filter:brightness(1.1);
	}
}

#footer-right .footer-sns.flex {
	padding-top:1em;
	height:6em;
}
#footer-right .footer-sns.flex > li {
	padding:0 0.5em;
}
#footer-right .footer-sns.flex .snsLink {
	display:inline-block;
	border-radius:50%;
	background:#fff;
	filter: drop-shadow(1px 1px 2px #999);
}
#footer-right .footer-sns.flex .snsLink img {
	filter:none;
}

@media screen and (min-width:800px){
	#footer-right .footer-sns.flex a.snsLink:hover {
		background:#01a291;
	}
	#footer-right .footer-sns.flex a.snsLink:hover img {
		filter: brightness(0) invert(1);
	}
}


#footer-right .footer-sns.flex span.snsLink {
	position:relative;
}
#footer-right .footer-sns.flex span.snsLink img {
	filter: grayscale(1) opacity(0.3);
}
#footer-right .footer-sns.flex span.snsLink:after {
	content:"coming\asoon";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	color:#066;
	line-height:1.2;
	font-weight:bold;
}

@media screen and (max-width:799px){
	#footer-main {
		padding-top:0;
	}
	#footer-info.flex {
		padding:1em 0;
	}


	#footer-info.flex {
		flex-direction:column;
	}

	#footer-left {
		width:100%;
	}
	#footer-left .logo {
		text-align:center;
		margin:0 auto;
	}
	#footer-left .text {
		padding:1em 1em 2em;
	}

	#footer-right {
		width:80%;
	}
	#footer-right .footer-sns.flex {
		height:5em;
	}

	#footer-right .footer-sns.flex span.snsLink:after {
		font-size:80%;
	}
}



/* ====================================================================
	footer - copyright
==================================================================== */
#footer-copyright {
	color:#999;
	padding:0.5em 0;
}
@media screen and (max-width:799px){
	#footer-copyright {
		font-size:90%;
	}
}



/* ======================================================================================================
	form
====================================================================================================== */
#form {
}

.form-notes {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	font-size:110%;
	line-height:1.8;
	text-align:center;
}
.form-notes.wide {
	width:1200px;
}
.form-notes.top-padding {
	padding-top:2em;
}

.form-wrapper {
	padding:0 0 6em;
}
#form-table {
	width:800px;
	max-width:100%;
	margin:0 auto;
	font-size:120%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}


.form-wrapper dl {
	width:100%;
}

.form-wrapper dt {
	width:100%;
	padding:1.5em 0 0;
}

.form-wrapper dd {
	width:100%;
	padding:0.5em 3em 0;
}
.form-wrapper .status2 dd {
	color:#000;
}

.form-comment {
	padding:0.5em 0.5em 0;
	font-size:90%;
	color:#999;
}

@media screen and (max-width:799px){
	.form-notes {
		padding:0 1em;
		font-size:100%;
		line-height:1.6;
	}
	.form-header h1 {
		font-size:240%;
	}
	.form-wrapper dl {
		padding:0 0.5em;
	}

	.form-wrapper {
		padding:0 0 3em;
	}

	form:not(.status2) #form-table {
		font-size:100%;
		justify-content:center;
	}

	.form-comment {
		padding-top:0;
		display:block;
		text-align:left;
	}
}

.form-wrapper dt:not(.sub) {
	margin:0 auto 0.5em;
	padding:0.3em 0.5em;
	font-weight:bold;
	color:#fff;
	background:#0b9;
	border:1px solid #66f;
}
.form-wrapper dd + dt:not(.sub) {
	margin-top:2em;
}

.form-wrapper textarea {
	height:8em;
}

@media screen and (max-width:799px){
	.form-wrapper form:not(.status2) dl {
		text-align:center;
	}
	.form-wrapper dt:not(.sub) {
		text-align:left;
	}

}


/* --------------------------- sub --------------------------- */ 
.form-wrapper dt.sub {
	padding-top:1em;
	padding-left:3em 
}
.form-wrapper form.status2 dt.sub {
	padding-left:1em;
}

.form-wrapper dt.sub span:before {
	content:"・";
}

@media screen and (max-width:799px){
	.form-wrapper form:not(.status2) dt.sub span:before {
		content:none;
	}
	.form-wrapper dt.sub {
		padding-left:0;
	}
	.form-wrapper form.status2 dt.sub {
		padding-left:3em;
	}
	.form-wrapper dt.sub span:before {
		content:"";
	}

}


/* --------------------------- main --------------------------- */ 
.form-wrapper dt.main + dd:before {
	content:"・"attr(data-label)"：";
	padding-right: 0.5em;
}
.form-wrapper dt.main + dd {
	width:auto;
	padding-top:1em;
}
.form-wrapper dt.main + dd input {
	width:10em;
}

.form-wrapper dt.main + dd .form-comment {
	display:none;
}

.hasDatepicker {
	background:url(images/icon_calendar.png) calc(100% - 0.3em) 50% no-repeat;
	background-size:1.4em;
}

@media screen and (max-width:799px){
	.form-wrapper dt.main + dd:before {
		content:attr(data-label)"：";
	}
	.form-wrapper dt.main + dd {
		width:100%;
	}
}



/* --------------------------- sub [text,select] --------------------------- */ 
.form-wrapper dt.sub.text ,
.form-wrapper dt.sub.select {
	width:auto;
}
.form-wrapper dt.sub.text span:after ,
.form-wrapper dt.sub.select span:after {
	content:"：";
}
.form-wrapper dt.sub.text + dd ,
.form-wrapper dt.sub.select + dd {
	width:auto;
	padding-top:1em;
	padding-left:0.5em;
}
.form-wrapper dt.sub.text + dd input ,
.form-wrapper dt.sub.select + dd input {
	width:10em;
}


/* --------------------------- sub [textarea] --------------------------- */ 
.form-wrapper dt.sub.textarea {
}
.form-wrapper dt.sub.textarea + dd textarea {
	height:6em;
}


@media screen and (min-width:800px){
	.form-wrapper form:not(.status2) dt.sub.textarea + dd {
		padding-left:4em;
	}
	.form-wrapper form.status2 dt.sub.textarea + dd {
		padding-left:2em;
	}
}
@media screen and (max-width:799px){
	.form-wrapper dt.sub.textarea + dd {
		padding:0.5em 2em 0;
	}
}


/* --------------------------- score --------------------------- */ 
.form-wrapper dt.score {
}
.form-wrapper dt.score + dd input {
	width:5em;
}
.form-wrapper dt.score + dd:before {
	content:"100％中／";
}
.form-wrapper dt.score + dd:after {
	content:"％";
}





/* ====================================================================
	form - optional / required
==================================================================== */
dt:not(.sub) .optional,
dt:not(.sub) .required{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}


dt:not(.sub) .required:before {
	content:"";
	display:inline-block;
	margin-right:0.5em;
	height:1.2em;
	width:3em;
	background:url(https://dragongym-roppongi.com/images/icons/icon_mandatory.png) 50% 50% no-repeat;
	background-size:contain;
}

@media screen and (max-width:799px){

}


/* ====================================================================
	form - field
==================================================================== */
input ,textarea {
	width:100%;
	-webkit-appearance:none; 
	appearance:none;
}
input[type='radio'] ,input[type='checkbox']{
	width:1em;
	height:1em;
	-webkit-appearance:auto; 
	appearance:auto;
}

:required {
	scroll-margin-top:250px;
}



input:not([type="submit"]) ,select {
	border:2px solid #999;
	padding:0.2em 0.5em;
	border-radius:0.3em;
}

.textarea-text{
	padding:2.5em 5em !important;
}

textarea{
	resize:none;
	height:8em;
	padding:0.5em;
	border:2px solid #999;
	border-radius:0.3em;
}

span.check {
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
span.check > label {
	padding-left:0.3em;
}


.field-group.flex {
	justify-content:flex-start;
}
.field-group.flex > * {
	margin-left:2em;
}

.form-wrapper dt.column + dd .field-group.flex {
	flex-direction:column;
	align-items:flex-start;
}


input[type="checkbox"] ,
input[type="radio"] {
	position:relative;
	width:20px;
	z-index:2;
}
input[type="checkbox"] + label ,
input[type="radio"] + label {
	position:relative;
	margin-left:-2em;
	padding:0.3em 1.5em 0.3em 2em;
	border-radius:0.3em;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
}
input[type="checkbox"] + label > span ,
input[type="radio"] + label > span {
	padding-left:0.3em;
}
input[type="checkbox"]:checked + label ,
input[type="radio"]:checked + label {
	color: #fff;
	background:#09f;
}


@media screen and (max-width:799px){
	:required {
		scroll-margin-top:150px;
	}

	input[type="submit"]{
		width:auto;
		padding:0.5em 1em;
	}

	input:focus ,textarea:focus{
		border:solid 2px #000000;
		outline:none;
		background-color:#99e5ff;
	}

	input:focus[type="submit"]{
		opacity:0.8;
		border:none;
		outline:none;
		background-color:#000f4c;
	}

	.field-group.flex {
		justify-content:center;
	}
	.field-group.flex > * {
		margin:0 1em;
	}
}



/* ====================================================================
	form - button
==================================================================== */
.formButton{
	padding-top:2em;
	padding-left:1em;
	text-align:center;
}

input[type="submit"] ,.formButton a{
	width:auto;
	padding:1em 3em;
	background-color:#0c9;
	color:#ffffff;
	font-size:120%;
	line-height:1;
	text-indent:0.3em;
	letter-spacing:0.3em;
	border:none;
	outline:none;
	transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	cursor:pointer;
}
@media screen and (min-width:800px){
	input[type="submit"]:hover ,.formButton a:hover {
		background-color:#096;
	}
}

.formButton a{
	font-size:100%;
	text-indent:0.1em;
	letter-spacing:0.1em;
	border-radius:0.5em;
}

@media screen and (max-width:799px){
	.button-wrapper{
		padding:2em 7em 0;
	}
}


/* ====================================================================
	form - error
==================================================================== */
.error {
	margin:0.3em 0 0.5em;
	display:inline-block;
	padding:0.2em 2em;
	color:#f00;
	border:1px solid #f00;
	background:#f1f1f1;
	border-radius:0.2em;
	font-size:90%;
}



/* ====================================================================
	form - custom
==================================================================== */
.form-17 .form-comment {
	font-size:90%;
	color:#ccc;
}

@media screen and (max-width:799px){
	.form-wrapper dd.form-14 {
		padding: 0.5em 0.5em 0;
	}
}


/* ====================================================================
	thankyou page
==================================================================== */
#page-thankyou .form-wrapper {
	padding:2em 1em 6em;
	line-height:1.8;
	font-size:120%;
}
#page-thankyou .form-wrapper p {
	padding-top:0.5em;
}
.sendIP {
	padding-top:3em;
	color:#99c;
	font-size:12px;
	line-height:1.4;
}
.sendIP:before {
	content:"[ Form Data ]";
	display:block;
}

@media screen and (max-width:799px){
	.form-frame{
		font-size:130%;
	}
}



/* ====================================================================
	media
==================================================================== */
.media {
	max-width:1800px;
	margin:0 auto;
	padding:0 0 6em;
	font-size:90%;
}
.media.w1400 {
	max-width:1400px;
	padding-bottom:0;
}

.media .subTitle {
	color:#071f8b;
	font-size:210%;
	font-weight:600;
	font-family:'termina' ,'Noto Sans JP' ,sans-serif;
	text-align:center;
}

.media-banner {
	max-width:1600px;
	margin:0 auto;
	padding:1em 3em 2em;
	display:flex;
	justify-content:center;
	align-items:center;
}

.media-banner a {
}
.media-banner a .head {
	display:block;
	padding-top:0.3em;
	font-size:120%;
	text-align:center;
}
@media screen and (min-width:800px){
	.media-banner a:hover {
		filter:brightness(1.05);
		box-shadow:0 0 0 0.6em #6dc;
		background:#6dc;
	}
}

.media-video-list.flex {
	padding:0 1em;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.media-video-cell {
	padding:1.5em;
}
.media-video-cell > .iframe {
	position:relative;
	width:100%;
}
.media-video-cell > .iframe:before {
	content:"";
	display:block;
	width:100%;
	height:0;
	padding-top:calc(100% / 560 * 315);
}
.media-video-cell > .iframe > iframe {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100% !important;
	height:100% !important;
}

.media-video-cell .label {
	padding-top:0.3em;
}

.media .news-list {
	max-width:1300px;
}
.media .news-list-cell .title.flex > .head {
	text-align:left;
	padding-right:0;
}

@media screen and (max-width:799px){
	.media {
		padding:0 0 4em;
		font-size:80%;
	}
	.media .subTitle {
		padding:0;
	}

	.media-banner a .head {
		font-size:100%;
	}

	.media-video-list.flex.col4 > li {
		width:50%;
		padding:0.5em;
	}
	.media-video-list.flex.col4 > li .label {
		line-height:1.6;
	}
	.media .news-list-cell .flex {
		align-items:flex-start;
	}
	.media .news-list-cell .date {
		font-size:120%;
		text-align:left;
	}
	.media .news-list-cell .title.flex > .head {
		padding-left:0.5em;
	}
}




/* ========================================================================================================================================
	2023.10 overload
======================================================================================================================================== */


@media screen and (max-width:799px){
	#page-concept .content-header .bg > img {
		object-position:55%;
	}
	#page-concept .content-header .bg.traning-method-header > img {
		object-position:52%;
	}
	#page-concept .concept-after .content-header .bg {
		height:20vh;
	}
	#page-concept .concept-after .content-header .bg > img {
		object-position:44%;
	}

	#page-trainer .content-header .bg > img {
		object-position:55%;
	}

}



/* ======================================================================================================
	gym information
====================================================================================================== */
.gym_details {
	text-align:center;
}
.gym_cell {
	padding:1em;
}

.gym_cell .gym_cell_inner {
	padding:1em 1em 2em;
	border-radius:0.5em;
}
.gym_cell.roppongi .gym_cell_inner {
	background:#0ff3;
	border:1px solid #090;
}
.gym_cell.roppongi em {
	color:#090;
}
.gym_cell.shinjuku .gym_cell_inner {
	background:#fcc3;
	border:1px solid #c03;
}
.gym_cell.shinjuku em {
	color:#c03;
}

.gym_map {
	padding-top:2em;
}

.gym_data {
	padding:2em 0;
}

.gym_data p + p {
	padding-top:0.5em;
}
.gym_data .name {
	padding-top:0.2em;
	line-height:1.3;
	font-size:160%;
}
.gym_data .name em {
	font-size:90%;
	font-weight:bold;
}
.gym_data .tel {
	font-size:130%;
}

.gym_banner {
	padding:0 2em;
}

.gym_cell .trial-catchText {
	padding:3em 0 2em;
}

.gym_cell .footer-sns {
	padding-bottom:1em;
}


@media screen and (max-width:799px){
	.gym_details.flex.col2 > * {
		width:100%;
	}
	.gym_cell {
		padding:0.5em;
	}
	.gym_data {
		padding:1em 0;
	}
	.gym_data .name {
		font-size:140%;
	}
	.gym_banner {
		padding:0 1em;
	}
	.gym_cell .trial-catchText {
		padding:1.5em 0 1em;
	}
	.gym_cell .footer-sns {
		padding-bottom:0;
	}

}










