@charset "utf-8";

/*================================================================
	Base Setting
================================================================*/
html,
body,
#wrap {
	overflow-x:hidden;
	width:100%;
	min-width: 320px;
}
body {
	line-height:2;
	font-family:"Noto Sans JP", "Noto Sans Japanese","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","sans-serif";
	font-size:16px;
	font-feature-settings:"palt";
	color:#222;
}
body img {
	width:auto;
	vertical-align:bottom;
}
body a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	text-decoration:none;
	color:inherit;
}
.baseWidth {
	position:relative;
	max-width:1080px;
	min-width:320px;
	margin:0 auto;
}
.spStyle { display: none; }
.pcStyle { display: block; }
.center { text-align: center; }
#globalLang { display: none; }
@media only screen and (max-width:1024px) {
	body { font-size:14px; }
	body a:hover img { opacity:1; }
	.spStyle { display:block; }
	.pcStyle { display: none; }
	#globalHeader { display: none; }
}

/* #header
--------------------------------------------*/
#spMenu { display:none; }
#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	padding: 0 30px;
	background: #FFF;
	z-index: 1000;
}
#header.fixed {
	position: fixed !important;
}
#gNav,
#gNav ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:110px;
	font-weight: bold;
}
#gNav ul a {
	display:block;
	margin-left:2em;
}
#logo {
	position: relative;
	width:250px;
}
#logo a {
	overflow: hidden;
	display: block;
	width: 250px;
	height: 55px;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	text-indent: -9999px;
}
.breadcrumbs {
	overflow-x:auto; 
	display: flex;
	position: absolute;
	width: 100%;
	padding:0.5em 2em;
	font-size: 0.875em;
	text-shadow: 0 0 2px rgba(255,255,255,0.6);
	z-index: 100;
}
.breadcrumbs,
.breadcrumbs a {
	white-space: nowrap;
	color: rgba(217,68,89,0.4);
	color: rgba(0,0,0,0.4);
}
.breadcrumbs .current-item {
	color: rgba(217,68,89,0.7);
	color: rgba(0,0,0,0.6);
}
.breadcrumbs > span + span:before {
	content: "\0bb";
	margin: 0 0.5em;
}
.breadcrumbs a { text-decoration: underline; }
.breadcrumbs a:hover { text-decoration: none; }

@media only screen and (max-width:1024px) {
	#spMenu {
		display:flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 50px;
		height: 50px;
		background: #d94459;
	}
	#spMenu span,
	#spMenu:before,
	#spMenu:after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 26px;
		height: 2px;
		background: #FFF;
		transition: 0.3s;
	}
	#spMenu:before { top: 14px; }
	#spMenu:after { bottom: 14px; }
	
	#spMenu.open { background:#e79da8; }
	#spMenu.open:before,
	#spMenu.open:after {
		top: auto;
		bottom:auto;
		background: #FFF;
	}
	#spMenu.open:before { transform: rotate(45deg); }
	#spMenu.open:after { transform: rotate(-45deg); }
	#spMenu.open span { opacity: 0; }
	#spMenu.open + ul { display: block; }
	
	#header {
		padding-left:1em;
		padding-right: 0;
	}
	#gNav { height:50px; }
	#gNav ul {
		display: none;
		position: absolute;
		top: 50px;
		right: 0;
		width: 100%;
		height: auto;
	}
	#gNav ul a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 50px;
		margin-left:0;
		padding: 0 1em;
		border-top: 1px solid rgba(255,255,255,0.2);
		background: rgba(179,66,82,0.95);
		color: #FFF;
		border-radius: 0px;
	}
	#gNav li:first-of-type a { border: 0; }
	#gNav ul a:after {
		content: "";
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #FFF;
	}
	#gNav .contactNav a {
		justify-content: space-between;
		flex-direction: row-reverse;
		width: auto;
		padding: 0 1em;
		border-color: rgba(250,168,2,1.0);
 		background: rgba(250,168,2,0.9);
		font-size: inherit;
	}
	#gNav .contactNav a:after { display: none; }
	#logo {
		top: 12px;
		width:130px;
		height: 50px;
	}
	#logo a {
		width:130px;
		height:auto;
	}
	.breadcrumbs {
		padding:0.5em 1.2em;
		font-size: 10px;
	}
	.breadcrumbs,
	.breadcrumbs a {
		color: rgba(0,0,0,0.6);
	}
	.breadcrumbs .current-item {
		color: rgba(0,0,0,0.8);
	}
}

/* #main
--------------------------------------------*/
#main {
	position: relative;
	/*
	padding-top: 110px;
	*/
}
@media only screen and (max-width:1024px) {
	/*
	#main { padding-top: 50px; }
	*/
}

/*================================================================
	Contents layout
================================================================*/
.headline {
	margin-bottom:0.5em;
	font-size:2.4em;
	font-weight: bold;
	line-height: 1.5;
}
.headline2 {
	margin-bottom:2.5em;
	font-size:3em;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1.6;
	}
.headline2 span{
	font-size:0.7em;
}
section.sec .headicon{
	margin-bottom: 1em;
}
section.sec .headicon span{
	color: #FFF;
	font-size:0.8em;
	letter-spacing: 0.2em;
	font-family: 'Roboto', sans-serif;
	padding:0.2em 2em;
	display: inline-block;
	background:#d94459 linear-gradient(65deg, #ffb350, #ff7a7a);
}

section.sec .txt p,
section.sec .txt ul {
	margin-bottom: 1.6em;
}

.contact a,
.pinkBtn a{
	display:inline-flex;
	justify-content:center;
	align-items:center;
	color:#FFF;
	position: relative;
	z-index: 10;
}
.contact a {
	min-width: 220px;
	padding:0 1em;
	background:#d94459 linear-gradient(65deg, #ffb350, #ff7a7a);
	border-radius: 200px;
	text-align: center;
}

.pinkBtn a {
	min-width: 200px;
	letter-spacing: 0.1em;
	padding:0.8em 2.6em;
	background:#d94459;
	border-radius: 200px;
}
.pinkBtn a i {
	font-size: 1.2em;
	padding-right: 0.3em;
}
.contact a:hover,
.pinkBtn a:hover,
.banlink a:hover{
	opacity: 0.7;
	transition: all 0.3s ease 0s;
}

#gNav .contact a {
	min-width: 80px;
	padding:0.3rem 1rem;
}
.contactArea{
	padding: 5em 0;
}
.contactArea .contact a {
	font-size:2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 80%;
	max-width: 560px;
	height: auto;
	padding:0.5em 0.5em;
	margin-bottom: 0.5em;
}

.linkList {
	margin-top:1.4em;
}
.linkList li{
	text-indent: -1em;
	margin-left:3em;
	line-height: 1.6;
	margin-bottom: 0.3em;
}
.linkList li i{
	padding-right: 0.5em;
}
.linkList li a,
.linkList li a:hover,
.linkList li a:visited{
	color:#0e6bc1;
}
.linkUnderline a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.linkUnderline a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #0e6bc1;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
.linkUnderline li a:hover::after {
	transform: scale(1, 1);
}


@media only screen and (max-width:1024px) {
	.headline {
		font-size:2em;
	}
	.headline2 {
		font-size:2.4em;
		padding: 0 1em;
	}
	.pinkBtn a {
		min-width: 300px;
	}
	.contactArea {
	padding: 4em 1em;
	}
	.contactArea .contact a {
		font-size:1.6em;
		padding:0.7em 0.7em;
	}
}
@media only screen and (max-width:450px) {
	.pinkBtn a {
		min-width: inherit;
	}
}

.toggle + * { display:none; }
.toggle.active + * { display:block; }

ul.caution {
	padding-left: 1em;
}
ul.caution li { text-indent: -1em; }
ul.caution li:before {
	content: "＊";
	color: #7a0018;
}
.youtube {
	width: auto;
	margin: 0 auto 3rem;
}
.youtube .movie {
	position: relative;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube p { padding-top: 1rem; }

@media only screen and (max-width:1024px) {
	.youtube {
		width: 100%;
		margin: 0 auto 2em;
	}
	.youtube p { padding-top: 1em; }
}

/* .dl-link
------------------------------------------------------*/
.dl-link {
	display: block;
	width: max-content;
	margin: 0 auto;
	font-size: 1.2em;
	color: inherit;
}
.dl-link:not(:hover) {
	text-decoration: underline;
	color: #ff7a7a;
}
@media only screen and (max-width:768px) {
	.dl-link {
		font-size: 1em;
	}
}


/* colorbox main
------------------*/
#cboxLoadingOverlay,
#cboxLoadingGraphic { display: none !important; }

#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent,
#cboxMain {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-width: 320px;
	background: none !important;
	cursor: pointer;
}
#cboxMain,
#cboxInner {
	display: flex;
	justify-content: center;
	align-items: center;
}
#cboxInner {
	position: relative;
	width: 80%;
	height: 80%;
	max-width: 1120px;
	max-height: 730px;
}
#cboxInner .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#cboxInner .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxMain #close {
	position:absolute;
	top: 17px;
	right:20px;
	width:50px;
	height:50px;
	cursor: pointer;
}
#cboxMain #close:before,
#cboxMain #close:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 40px;
	margin: -20px 0 0 -1px;
	background: #FFF;
}
#cboxMain #close:before { transform: rotate(45deg); }
#cboxMain #close:after { transform: rotate(-45deg); }
@media only screen and (max-width:768px) {
	#cboxInner {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
	#cboxMain #close {
		top: 0;
		right:0;
		width:50px;
		height:50px;
	}
	#cboxMain #close:before,
	#cboxMain #close:after {
		height: 27px;
		margin: -14px 0 0 -1px;
	}
}


/* #keyv
--------------------------------------------*/
#keyv {
	position: relative;
	margin: 0;
	background: #fde3e4 url("../img/keyv.jpg") no-repeat 50% 50%;
	background-size: cover;
	color: #3d2d2d;
	min-height: 670px;
}
#keyv .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 1080px;
	height: 600px;
	margin: 0 auto;
	z-index: 3;
}

#keyv .title {
	font-size: 3.4em;
	line-height: 1.5;
	margin: -0.8em 0 0.5em;
	white-space: nowrap;
	font-family: 'Noto Serif JP',serif,sans-serif;
	text-shadow: 0px 0px 5px rgba(255,255,255, 1);
}
#keyv .title:before {
	content: 'Style Change!';
	font-family: 'Mr Dafoe', cursive;
	color :#ff6d7b;
	opacity:0.5;
	position: absolute;
	top: 48%;
	left: 20%;
	width: 100px;
	height: 30px;
	z-index: -1;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
#keyv .subTitle { 
	font-size: 1.1em;
	letter-spacing: 0.15em;
}
#keyv .pinkBtn {
	margin-top: 2em;
}

@media only screen and (max-width:1024px) {
	#keyv {
		margin: 0;
		background: #FFF url("../img/keyv.jpg") no-repeat 70% 50%;
		background-size: cover;
		min-height: 400px;
	}
	#keyv:before { display: none; }
	#keyv:after {
		right: 0%;
		bottom: -30px;
		width: 75%;
		height: 30px;
	}
	#keyv .txt {
		width: 100%;
		height: auto;
		padding: 15% 0 20% 2em;
	}
}
@media only screen and (max-width:450px) {
	#keyv .txt { padding: 20% 1em;}

	#keyv .title {
		font-size: 2.8em;
	}
	#keyv .title:before {		opacity:0.6;}
	#keyv .subTitle {letter-spacing: 0;}
	#keyv .subTitle br:nth-of-type(2) { display: none; }
}


/* #about
--------------------------------------------*/
#about { 
	position: relative;
	margin-top: -7%;
	padding-top:12%;
	z-index: 2;
}
#about:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 100%;
	margin: 0 -10% 0;
	background:#FFF url("../img/bg_pattern.png") repeat 50% 50%;
	background-size: cover;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(3.5deg);
	-ms-transform: rotate(3.5deg);
	transform: rotate(3.5deg);
	z-index: -1;
}
#about .baseWidth{
	max-width:1280px;
}
#about .pic {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(55% - 100px);
	max-width: 540px;
}
#about .pic img { width: 100%; }
#about .txt {
	position: relative;
	padding: 4em 2em 8em 50%;
	z-index: 1;
}
#about .txt .img { margin: 3em 0; }
#about .txt .headline, #about .txt p{
	text-shadow: 0px 0px 5px rgba(255,255,255, 1);
}
#about .pinkBtn {
	margin-top: 3em;
}

@media only screen and (max-width:768px) {
	#about .pic {
		bottom: 0px;
		left:-10px;
		width: 40%;
		min-width: 280px;
		opacity: 0.5;
	}
	#about .txt {
		padding: 2em 2em 5em 2em;
	}
	#about .txt .headline, #about .txt p{
		text-shadow: 0px 0px 5px rgba(255,255,255, 1);
	}
	#about .pinkBtn,#about .linkList{
		text-align: center;
	}
}
@media only screen and (max-width:450px) {
	#about .pic {
		position: relative;
		width: 90%;
		opacity: 1;
	}
	#about .txt {
		padding: 2em;
	}
	
}

/* #point
--------------------------------------------*/
#point {
	background: #ffdbc7 url("../img/bg_pattern.png") repeat 50% 100%;
	background-size: contain;
	padding: 7.5em 0 6em;
	position: relative;
	z-index: 3;
}
#point .baseWidth{
	max-width:1280px;
}
#point .title { 
	font-size: 2.2em;
	letter-spacing: 0.1rem;
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #F36;
	line-height: 1.4;
}

#point .txt,
#point .pic {
	position: relative;
	z-index: 1;
}

#point .txt {
	width: 70%;
	background: #FFF;
	padding: 4em 3em 2em;
}
#point .txt::before {
	content: '';
	display: block;
	position: absolute;
	left: 60px;
	top: 0;
	width: 100%;
	height: 100%;
	background:#FFF;
	z-index: -1;
}
#point .pointRight .txt::before {
	left: -60px;
}


#point .pointLeft,
#point .pointRight {
	display: flex;
	justify-content: space-between;
	padding: 5em 0;
	align-items: flex-start;
}
#point .pointLeft .pic,
#point .pointRight .pic {
	width: 50%;
	max-width: 560px;
	margin-top: -70px;
	z-index: 3;
}
#point .pointLeft .txt { padding-right: 4em; }

#point .pointRight { flex-direction: row-reverse; }
#point .pointLeft .pic img,
#point .pointRight .pic img {
	position: relative;
	z-index: 1;
	width: 100%;
}
#point .pointRight .txt { padding-left: 4em; }

#point .number{
	font-family: 'Mr Dafoe', cursive;
	font-size: 2em;
	position: absolute;
	top: 0px;
	right: 30px;
	line-height: 0;
	font-weight: bold;
}
#point .number .pointNo{
	font-size: 3.8em;
	font-weight: bold;
	font-family: 'Noto Serif JP',serif,sans-serif;
}
#point .number:before {
	content: 'Point';
	position: absolute;
	top: 10px;
	left: -25px;
	width: 100px;
	height: 30px;
	z-index: 2;
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

#point .c01 .number, #point .c01 .title{color:#4e900c;}
#point .c01 .number .pointNo{color :#a1cf74;opacity:0.7;}
#point .c02 .number, #point .c02 .title{color:#184090;}
#point .c02 .number .pointNo{color :#7ea6e1;opacity:0.7;}
#point .c03 .number, #point .c03 .title{color:#cb295a;}
#point .c03 .number .pointNo{color :#ef6c94;opacity:0.7;}
#point .c04 .number, #point .c04 .title{color:#ed831c;}
#point .c04 .number .pointNo{color :#edb41c;opacity:0.7;}
#point .c05 .number, #point .c05 .title{color:#1985a9;}
#point .c05 .number .pointNo{color :#5fbede;opacity:0.7;}


@media only screen and (max-width:1024px) {
	#point { 
		padding: 5em 0;
	}
	
	#point .pointBox {
		margin: 0 2em;
	}
	#point .txt::before {
		content: none;
	}
	#point .pointLeft,
	#point .pointRight {
		 display:block;
		 padding: 0 0 5em;
	}
	#point .pointLeft .txt,
	#point .pointRight .txt{
		width: 100%;
		padding: 4em 3em 2em;
	}
	#point .pointLeft .pic ,
	#point .pointRight .pic { 
		text-align: center; 
		width: 100%;
		max-width:none;
		margin-top: 0;
	}
	#point .pointLeft .pic img,
	#point .pointRight .pic img{ 
		margin-bottom: 2em;
	}

	#point .number{
		top: 0;
		right:-1.5em;
	}
	#point .pointBox div:last-child{
		padding-bottom: 0;
	}
}

/* #revolution
--------------------------------------------*/
#revolution { 
	background:#e2f3ff linear-gradient(to bottom, #e3f3ff, #d2f0ff);
	padding: 7.5em 0;
}

#revolution .headline2{
	margin-bottom:1rem;
}

#revolution .toptext{
	width: 80%;
	text-align: center;
	margin: 0 auto 4em;
}
#revolution .tecName{
	color:#FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding: 0.4em 1.5em;
	margin-bottom: 1em;
	display: inline-block;
	background: #2464ab;
	background-image: linear-gradient(135deg, #FFF 8px, transparent 0);
	border: 4px solid #2464ab;
}

#revolution .michicon{
	position: relative;
	margin-bottom: 6em;
}
#revolution .michicon .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	z-index: 2;
}
#revolution .michicon .txt {
	padding: 0 0 0 60%;
	z-index: 1;
	width: 100%;
}
#revolution .michicon .tecName{
	font-size: 1.3em;
}
#revolution .michicon .banlink{
	margin: 2em 0;
}

#revolution .otherTec{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#revolution .otherTec .tecBox{
	width: 30%;
}
#revolution .otherTec .textxt{
	margin-top:-1.4rem;
}

@media only screen and (max-width:1024px) {
	#revolution { 
		padding: 5em 0;
	}

	#revolution .michicon .pic {
		position: relative;
		width: 90%;
		min-width: 280px;
		margin: 0 auto;
	}
	#revolution .michicon .txt {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#revolution .michicon .banlink{
		text-align: center;
		margin-top: 3em;
	}

	#revolution .otherTec{
		display: block;
	}
	#revolution .otherTec .tecBox{
		width: 90%;
		margin: 0 auto 3em;
	}
		#revolution .otherTec .pic img{
		width: 100%;
	}

}

/* #question
--------------------------------------------*/
#question { 
	padding: 7.5em 0;
}
#question .caseBox{
	position: relative;
	width: 100%;
	margin-bottom: 5em;
	justify-content: space-between;
	align-items: flex-start;
}
#question .txt {
	z-index: 1;
	width: 90%;
	padding: 3.5em 10em 2em 4em;
	background: #f6f6f6;
}

#question .number{
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1rem;
	position: absolute;
	top: -1em;
	left: -1em;
	text-align:center;
	z-index: 3;
	line-height: 1.1;
}
#question .number:before {
	content: '';
	position: absolute;
	top: -10px;
	right: -80px;
	width: 210px;
	height: 90px;
	background:
	linear-gradient(to bottom right, transparent 50%, #FFF 50.1%) top left/ 50% 100% no-repeat,
	linear-gradient(to bottom left, transparent 50%, #FFF 50.1%) top right / 50% 100% no-repeat;
	border-bottom: 1px solid #222;
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#question .number .caseNo{
	font-size: 2.6em;
}

#question .title{
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
#question .subque{
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6;
}

#question .pic {
	position: absolute;
	top: 10%;
	right: -50px;
	z-index: 2;
	text-align: right;
}
#question .pic img { width: 100%; }
#question .txt .title,
#question .txt .subque,
#question .txt .txtzind{
		position: relative;
		z-index: 3;
}

#question .txt .img { margin: 3em 0; }

@media only screen and (max-width:1024px) {
	#question { 
		padding: 5em 0;
	}
	#question .caseBox{
		width: 90%;
		margin: 0 auto 4em;
	}
	#question .txt {
		width: 100%;
		padding: 4em 3em 2em 4em;
	}
	#question .pic {
		top: 2em;
		right: 2em;
		opacity: 0.3;
	}
	#question .pic img { width: 80%; }

}


/* hardware
--------------------------------------------*/
#hardware {
	position: relative;
	background: #666b7a;
	color: #FFF;
	padding-bottom: 100px;
}
#hardware .baseWidth {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
#hardware .headline {
	margin-bottom: 3rem;
}
#hardware .txt,
#hardware .pic {
	position: relative;
	z-index: 1;
}
#hardware .txt {
	padding: 0 35% 0 0;
}
#hardware .pic {
	min-width: 540px;
	height: 600px;
	margin:-50px -100px -50px -300px;
}

@media only screen and (max-width:1024px) {
	#hardware .baseWidth {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	#hardware .baseWidth:before {
		top: -25px;
		width: 70%;
		height: 50px;
	}
	#hardware .baseWidth:after {
		top: 10px;
		left: auto;
		right: 0;
		width: 50%;
		height: 200px;
	}
	#hardware .txt,
	#hardware .pic {
		position: relative;
		z-index: 1;
	}
	#hardware .txt {
		margin-top:0;
		padding:5em 30% 2em 2em;
		text-shadow: 0px 0px 5px rgba(0,0,0,1.8);
	}
	#hardware .pic {
		position: absolute;
		top: -50px;
		right: -100px;
		width: 400px;
		min-width: 0;
		height:auto;
		margin:0;
	}
}

/* spec
--------------------------------------------*/
#spec {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
/*justify-content: center;*/
	position: relative;
	padding: 50px 50px;
	background: rgba(116,123,144,0.9);
	z-index: 1;
	width: 90%;
	max-width: 1080px;
	margin:0 auto;
}
#spec dt {
	position: relative;
	font-weight: bold;
	margin-bottom: 1.4em;
	color: #FFF;
}
#spec dt:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #FFF;
}

#spec li {
	padding-left: 1em;
	text-indent: -1em;
}
/*#spec li:before { content: "-"; }*/
@media only screen and (max-width:1024px) {
	#spec {
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 2em 0 0;
	}
	#spec dl {
		margin-bottom: 2em;
		padding: 0 2em;
	}
	
}

/* sns
--------------------------------------------*/
#sns { background:#DDD; }
#sns ul {
	display: flex;
	justify-content: center;
	padding: 1em 0;
	font-size: 32px;
	color: #FFF;
}
#sns li { margin: 0 0.8em; }
@media only screen and (max-width:1024px) {
	#sns ul {
		padding: 1em 0;
		font-size: 20px;
	}
}


/*======================================================
	お問い合わせ / contact
================================================*/
/* .txtLink
------------------------------------------------------*/
#contactSec .txtLink {
	border-bottom: 1px solid #000;
	color: inherit !important;
}
#contactSec .txtLink:hover {
	border-bottom: 0;
}
/* .cautionBox
------------------------------------------------------*/
#contactSec .cautionBox { color: #C00; }
#contactSec .cautionBox {
	display: flex;
	justify-content: center;
	padding: 2em 1em 2em 2em;
	border: 1px solid #C00;
}
#contactSec .cautionBox li {
	margin-bottom: 0 !important;
	text-indent: -1em;
}
#contactSec .cautionBox li:before { content: "※"; }
@media only screen and (max-width:1024px) {
	#contactSec .cautionBox {
		padding-top: 1em;
		padding-bottom: 1em;
	}
}
/* #contactSec
------------------------------------------------------*/
#contactSec {
	padding: 5em 0;
/*	background-color:rgba(255,109,123,0.15);*/
	background-color:rgba(255,219,199,0.6);
}
#contactSec .baseWidth {
	padding:0 2%;
}
#contactSec .headline{
	margin-bottom:0.5em;
}
#contactSec .contactInner {
	background-color: #FFF;
	padding:0 4% 3%;
	border-radius: 10px;
}
#contactSec .txt {
	margin-bottom: 2em;
	text-align: center;
}

@media only screen and (max-width:768px) {
	#contactSec .baseWidth {
		padding:0 4%;
	}
	#contactSec .headline{
		font-size:1.8em;
	}
	#contactSec .txt,
	#contactSec .cautionBox {
		text-align: left;
	}
	#contactSec .txt br { display: none; }
}


/*======================================================
	ブログ記事 / blogGuid
================================================*/
/* #blogGuid
------------------------------------------------------*/
#blogGuid {
	background-color: #F9F9F9;
	padding: 6em 0;
}
#blogGuid .headline2{
	margin-bottom: 1em;
	font-size: 2.5em;
}
#blogGuid .cardLayout{
	display: flex;
	flex-direction: row;
	justify-content:space-evenly;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto 2em;
}
#blogGuid .cardLayout .item {
	width: 31%;
	margin-bottom: 2%;
	border-radius: 4px;
	position: relative;
	transition: all .3s ease;
	background-color: #fff;
	box-shadow: 0px 1px 6px rgb(0 0 0 / 12%);
	overflow: hidden;
}
#blogGuid .cardLayout .item:hover {
	opacity: 0.8;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 8%);
/*	background-color: #e1eef8;*/
}
#blogGuid .cardLayout .item .inner {
	width: 90%;
	margin: 1em auto 1.2em;
}
#blogGuid .cardLayout .item .inner .title {
	font-weight: 700;
	margin-bottom: 0.5em;
}
#blogGuid .cardLayout .item .inner .txt {
	font-size: 0.9em;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#blogGuid .btn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	height: inherit;
}
#blogGuid .btn a {
	color: #d94459;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 270px;
	height: 60px;
	margin: 0 1em;
	padding: 0 1em;
	white-space: nowrap;
	border: 1px solid #d94459;
	transition: .2s;
	border-radius: 40px;
}
#blogGuid .btn a:hover {
	border: 1px solid #d94459;
	background: #d94459;
	color: #FFF;
}
@media only screen and (max-width:768px) {
	#blogGuid {
		padding: 4em 0;
	}
	#blogGuid .cardLayout .item {
		width: 47%;
		margin-bottom: 2%;
	}
	#blogGuid .cardLayout .item .inner .txt {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
}


/*======================================================
	イメージ動画 / imageMovie
================================================*/
#imageMovie{
}
#imageMovie .youtube{
	margin-bottom: 1rem;
}
#imageMovie .caption{
	line-height: 1.4;
	margin-top: 0.5em;
}
#imageMovie .title2 {
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto 1em;
	position: relative;
}
#imageMovie .title2:before {
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #d94459;
}
#imageMovie .title2 span {
	display: inline-block;
	color: #FFF;
	letter-spacing: 0.1em;
	padding: 0.2em 0.9em 0.3em 1em;
	margin: 0 1em;
	background: #d94459;
	position: relative;
}

/* .movieLayout
--------------------------------------------*/
.movieLayout{
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.movieLayout .item{
	width: 33.333%;
	margin: 0;
	padding: 1em;
	transition: all 0.3s ease;
/*	background-color: #FFF;*/
}
.movieLayout .item:hover{
	opacity: 0.8;
}
.movieLayout .item a{
	overflow: hidden;
	display: block;
	position: relative;
	height: auto;
}
.movieLayout .thumb{
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding-top: 56.25%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.movieLayout .thumb img{
	display: none;
}
.movieLayout .item .inner{
	width: 96%;
	margin: 0.5em auto 0;
}
@media only screen and (max-width:1024px) {
	.movieLayout{
		padding: 0;
	}
	.movieLayout .item{
		width: 50%;
		padding: 0 1em;
		margin: 0 0 1em;
	}
}
@media only screen and (max-width:450px) {
	.movieLayout .item{
		width: 100%;
	}
}


