@charset "utf-8";

/* firefoxでページ移動の際、コンテンツが少なくても中心がずれないようにする */
html {
	overflow-y: scroll;
}
body, div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, pre, form, input, textarea, header, footer, nav {
	margin: 0;
	padding: 0;
	color : #000000;
	zoom: 1;
	-webkit-text-size-adjust : 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

ul, ol {
	list-style-type: none;
}

img {
	border: none;
    -webkit-backface-visibility: hidden;
}

hr {
	display: none;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
}

a {
	outline: none;
	text-decoration : none;
}
em {
	font-style : normal;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, em { display : none; } /* IE11 */
}

body {
	line-height: 1.5;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	background-color : #f5b2b2;
}

#container{
	width:100%;
	overflow : hidden;
}
#nonimages,
#opnimages {
	position : absolute;
	top : -1000px;
	left : -1000px;
}
#nonimages div  {
	display : none;
}
#nonimages div img {
	display : none;
}
#opnimages div  {
	display : none;
}
#opnimages div img {
	display : none;
}

/* top */
.head_movie  {
	width : 100%;
	max-width : 1984px;
	max-height : 1039px;
	position : relative;
	margin : 0px auto 0 auto;
	overflow : hidden;
}
@media only screen and (max-width: 1984px) {
	.head_movie  {
		margin : 140px auto 0 auto;
	}
}
.nobackmovimg img {
	width : 100%;
}
.head_image  {
	width : 100%;
	max-width : 1984px;
	height : calc(28.25vw + 60px);
	max-height : 596px;
	position : relative;
	margin : 0 auto;
}
.head .logo {
	position : absolute;
	top : 16px;
	left : 24px;
}
.head .logo img {
	width : 50vw;
	max-width : 549px;
}
.head .sns {
	position : absolute;
	top : 24px;
	right : 300px;
}
.head .sns img {
	margin : 0 10px;
}
.head .mail {
	position : absolute;
	top : 24px;
	right : 144px;
}
.head .mail img {
	position : relative;
}
.head_image .over_center {
	position : absolute;
	width : 316px;
	height : auto;
	top : 260px;
	bottom : 0;
	left : 0;
	right : 0;
	margin : auto;
}
.head_image .over_center h1 {
	text-align : center;
}
.head_image .over_center img {
	max-width : 316px;
	width : 40vw;
}
.head_image .backimg {
	width : 100%;
	margin : 0 auto;
}
.head_image .backimg img {
	width : 100%;
	max-width : 1904px;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 56.25vw;
  width: 100%;
  height: 56.25vw;
}
#video-overlay {
  position: absolute;
  bottom : 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color : #ffffff;
} 
#video-background {
  z-index: -2;
} 
#video-overlay {
  z-index: -1;
}
.mvheight  {
	height : 55.35vw;
	max-height  : 1194.2px;
}
@media only screen and (max-width: 800px) {
	.mvheight  {
		height : calc(45.35vw + 60px);
	}
}
@media only screen and (max-width: 600px) {
	.mvheight  {
		height : calc(50.29vw + 2.6px);
	}
}

/* -------------------------------------------------------------------
 clearfix
------------------------------------------------------------------- */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 */
.clearfix {
    zoom: 1;
}
#wrapper {
    height: 883px;
    overflow: hidden;
    position: relative;
    z-index: 10;
	margin-top : -8px;
}
#wrapHeaderTop  {
	position : fixed;
	top : 0;
	left : 0;
	width : 100%;
	z-index : 90;
	background-color : #757cbb;
	transition: all .3s;
}
#wrapHeaderTop.headerPadding {
	padding : 20px 0 20px 0;
}
#wrapHeaderTop.headerPadding .headLogo {
	display : inline-block;
	position: relative;
	text-align : center;
	margin : 0;
	padding : 2px 0 0 10px;
	z-index : 12;
}
#wrapHeaderTop .headLogo {
	padding : 14px 0 0 10px;
}
#wrapHeaderTop .headLogo img {
	width : 122px;
}
#wrapHeaderTop.headerPadding .headLogo img {
	width : 172px;
}
.headLogo strong {
	display : inline-block;
	vertical-align : middle;
	font-size : 20px;
	color : #1d208a;
	position : relative;
	top : -10px;
	left : 20px;
}
.admin_headMenuInner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    height: 150px;
}
#header  {
	display : block;
	position: relative;
	width : 100%;
	top : 0px;
	max-width : 1610px;
	margin : 0 auto;
	height : 100px;
    z-index: 10;
	transition: all .3s;
	overflow : hidden;
}
.headMenuInner  {
	width : 100%;
	max-width : 1684px;
	padding : 0 10px;
	box-sizing: border-box;
	margin : 0 auto;
	position: relative;
	overflow : hidden;
}
#smp_header  {
	display : none;
	position: absolute;
	top : 0;
	right : 0;
	width : 100%;
	height : 78px;
	text-align : right;
	padding-top : 6px;
	background-color : #ffffff;
    z-index: 10;
}
.headMenu  {
	display : inline-block;
	position : absolute;
	top : 40px;
	right : 180px;
	text-align : right;
	z-index : 13;
}
.headMenu a {
	color : #ffffff;
	font-size : 16px;
	font-weight : 500;
	text-decoration : none;
	display : inline-block;
	line-height : 1.0;
	padding : 0 16px;
	position: relative;
	transition: .5s;
}
.headMenu a::after {
	position: absolute;
	bottom: 0px;
	left: 25%;
	content: '';
	width: 50%;
	height: 3px;
	background-color: #f5b2b2;
	opacity: 0;
	transition: .5s;
}
.headMenu a:hover {
	color : #80ffff;
}
.headMenu a:hover::after {
	bottom: -10px;
	opacity: 1;
}
.headSns  {
	display : inline-block;
	position : absolute;
	top : 44px;
	right : 3px;
	z-index : 9;
	text-align : right;
	width : 164px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.smpHeadSns  {
	display : block;
	padding : 10px 0;
	text-align : center;
}
.smpHeadSns a {
	display : inline-block;
	margin : 0;
	padding : 0 10px;
}
.img_wrap {
	display : block;
	text-decoration : none;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.posr-01 {
	position : relative;
	top : -1px;
}
.img_wrap img {
	cursor: pointer;
	transition-duration: 0.3s;
}
.img_wrap:hover img {
	transform: rotate(360deg);
	transition-duration: 0.3s;
}
.smp_headBtn  {
	display : block;
	position: absolute;
	top : 0px;
	right : 0px;
    z-index: 10;
	background-color : #ffffff;
	width : 100%;
	height : 51px;
	padding-top : 4px
}
.smp_headMenu  {
	display : block;
	width : 100%;
	position : absolute;
	top : -600px;
	right : 0px;
	text-align : left;
	z-index : 9;
	background-color : #ffffff;
	transition: .5s;
}
.smp_headMenu li {
	display : block;
	border-bottom : 1px solid #c1c1c1;
}
.smp_headMenu li a.main {
	color : #464646;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	line-height : 1.0;
	padding : 14px 0 12px 8px;
	position: relative;
	transition: .3s;
}
.smp_headMenu li a.main strong {
	display : inline-block;
	width : 130px;
	vertical-align : middle;
}
.smp_headMenu li a.main span {
	display : inline-block;
	color : #979797;
	font-size : 13px;
	font-weight : normal;
	text-align : left;
	margin-left : 30px;
	vertical-align : middle;
}
.smp_headInqu  {
	display : inline-block;
	vertical-align: top;
	width : 47%;
	text-align : center;
	margin : 0 1%;
}
.smp_headInqu a {
	display : block;
	padding-top : 0px;
	font-size : 13px;
	line-height : 48px;
	color : #ffffff;
	text-decoration : none;
	background-color : #6791b1;
	transition : .3s;
}
.smp_headInqu a span {
	display : inline-block;
	vertical-align: top;
	position : relative;
	background : url(../img/icon02.png) no-repeat left center;
	padding : 0 0 0 38px;
}
.smp_headInqu a:hover {
	background-color : #87b1d1;
}
.smp_headTel  {
	display : inline-block;
	vertical-align: top;
	width : 47%;
	text-align : center;
	margin : 0 1%;
}
.smp_headTel a {
	display : block;
	vertical-align: middle;
	padding-top : 0px;
	font-size : 13px;
	line-height : 48px;
	color : #ffffff;
	text-decoration : none;
	background-color : #917d48;
}
.smp_headTel a span {
	display : inline-block;
	vertical-align: top;
	position : relative;
	background : url(../img/icon01.png) no-repeat left center;
	padding : 0 0 0 32px;
}
.openMenuArea  {
	transition: all .3s;
}
.ttlimgWrap  {
	text-align : center;
}
.ttlimgWrap img {
	width : 100%;
	max-width : 1678px;
}
.smp_subMenu a {
	color : #646464;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	display : block;
	line-height : 1.0;
	padding : 7px 0 7px 20px;
}
.smp_headline .menu-trigger {
	display : block;
    position: absolute;
	top : 16px;
	right : 10px;
    width: 30px;
    height: 28px;
	transition: all .4s;
}
.smp_headline .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
	transition: all .4s;
}
.smp_headline .menu-trigger span:nth-of-type(1) {
    top: 0;
}
.smp_headline .menu-trigger span:nth-of-type(2) {
    top: 12px;
}
.smp_headline .menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.is-open span:nth-of-type(1) {
	width: 48%;
	-webkit-transform: translate3d(1px, 6px, 0) rotate(45deg);
	transform: translate3d(1px, 6px, 0) rotate(45deg);
}
.menu-trigger.is-open span:nth-of-type(2) {
	-webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
	transform: translate3d(-1px, 0, 0) rotate(-45deg);
}
.menu-trigger.is-open span:nth-of-type(3) {
	width: 47%;
	-webkit-transform: translate3d(13px, -6px, 0) rotate(45deg);
	transform: translate3d(13px, -6px, 0) rotate(45deg);
}
.innerSmpTels {
	display : none;
}
.page_title {
	margin-top : 140px;
}
@media only screen and (max-width: 1200px) {
	.headMenuInner  {
		text-align : left;
	}
	.headLogo {
		padding : 0px 0 12px 10px;
	}
	.page_title {
		margin-top : 130px;
	}
}
@media only screen and (max-width: 800px) {
	.head_movie {
		margin: 60px auto 0 auto;
	}
	#header  {
		height : 100px;
	}
	.smp_headline {
		display : block;
	}
	.pc_headline  {
		display : none;
	}
	.innerSmpTels {
		display : block;
	}
	.headerPadding {
		padding : 0;
	}
	#wrapHeaderTop .headLogo img {
		width : 64px;
	}
	#wrapHeaderTop.headerPadding .headLogo img {
		width : 64px;
	}
	.page_title {
		margin-top : 80px;
	}
}
.snsButtons  {
	display : block;
}
#access  {
	margin-top : -80px;
	padding-top : 170px;
}
#template  {
	margin-top : -130px;
	padding-top : 130px;
}
#submit  {
	margin-top : -130px;
	padding-top : 130px;
}
.pankuzu  {
	font-size : 13px;
	color : #494949;
	padding : 6px 0 12px 4px;
	width : 100%;
	max-width : 1343px;
	margin : 0 auto;
	position : relative;
}
.snsBtnCell  {
	display : table-cell;
}
.smp_headbtn  {
	display : none;
	text-align : center;
	width : 100%;
	position : absolute;
	left : 0;
	bottom : 6.5vw;
}
.smp_headbtn a img {
	width : 50%;
	min-width : 160px;
}
.pc_headbtn  {
	display : block;
	position : absolute;
	left : 50%;
	margin-left : -70px;
	bottom : 20px;
}
.pc_headline  {
	display : block;
}
.smp_headline  {
	display : none;
}
.smp_centerbtn  {
	display : none;
}
@media only screen and (max-width: 800px) {
	.pc_headline  {
		display : none;
	}
	.smp_headline  {
		display : block;
		position : fixed;
		width : 100%;
		height : 60px;
		top : 0;
		left : 0;
		z-index : -1;
		box-sizing : border-box;
		transition: .5s;
	}
	.smp_headline .innerSmpTels h3  {
		margin-bottom : 8px;
	}
	.innerSmpTels  {
		position : fixed;
		width : 100%;
		top : -480px;
		left : 0;
		z-index : 90;
		margin-bottom : 6px;
		background-color : #ffffff;
		transition: .5s;
	}
	.innerSmpTels li a  {
		text-decoration : none;
		font-size : 14px;
		color : #000000;
		display : block;
		width : calc(100% - 12px);
		padding : 12px 0 12px 12px;
		text-align : left;
		border-top : 1px solid #c6c6c6;
		border-bottom : 1px solid #c6c6c6;
	}
	.smp_headbtn  {
		display : block;
	}
	.pc_headbtn  {
		display : none;
	}
	.innerSmpTels .inner {
		text-align : center;
		padding : 6px 0;
	}
	#wrapHeaderTop {
		height : 60px;
	}
	.headLogo {
		top : 3px;
		left : 4px;
		line-height : 28px;
		padding : 8px 0 0 10px;
		width : 200px;
	}
	.ftcenter  {
		width : 41px;
		height : 37px;
		overflow : hidden;
	}
	.ftright span {
		display : none;
	}
	.headMenuInner  {
		z-index : 100;
		height : 60px;
	}
	.headWord_cls  {
		display : block;
		text-align : right;
		padding-top : 8px;
	}
	.wrapContents {
		padding-top : 60px;
	}
}
@media only screen and (max-width: 600px) {
	#p_points  {
		display : none;
	}
	#s_points  {
		display : block;
	}
	.smp_centerbtn  {
		margin-top : 0px;
	}
}
@media only screen and (max-width: 500px) {
	.bx-controls  {
		display : none;
	}
	.headLogo strong {
		margin-bottom : 1px;
	}
}
@media only screen and (max-width: 400px) {
	.headLogo {
		top : 6px;
	}
	.titleArea  {
		height : 24vw;
	}
	.imageArea  {
		height : 24vw;
	}
	.imageArea img {
		height : 24vw;
	}
	.titleWrap table {
		height : 24vw;
	}
	.titleWrap td strong {
		font-size : 20px;
	}
	.titleWrap td span {
		font-size : 14px;
	}
	.slide img {
		width : auto;
		height : 63vw;
	}
}
@media only screen and (max-width: 360px) {
	.sml320  {
		height : 22px;
	}
	.headLogo {
		top : 7px;
	}
}

.slide_all {
	width: 100%;
	margin: 140px auto 0 auto;
}
.slide_body {
	width: 100%;
	height: 49vw;
	max-height : 905px;
	position: relative;
}
.slide_body picture{
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
}
.slide_body img {
	position : relative;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	object-fit : cover;
}
@media only screen and (max-width: 800px) {
	.subPageTitle {
		margin-top : 80px;
	}
	.slide_all {
		margin: 60px auto 0 auto;
	}
	.slide_body {
		height: 67vw;
	}
}

/*　ロゴ包括-----------------------------*/
#wrapHeaderTop #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

#wrapHeader #header .logo {
	position: absolute;
	top: 20px;
	left: 2px;
	width: 207px;
	height: 48px;
	display: block;
}

.top_container {
	position : absolute;
	font-size : 10px;
	color : #000000;
	padding: 0;
	top : 0px;
	right :0px;
}


/*　ナビ包括-----------------------------*/
.panWrap  {
	width : 100%;
	max-width : 1300px;
	margin : 0 auto;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.panWrap li {
	display: inline-block;
	margin-right : 14px;
	font-size : 14px;
	color : #212529;
}
.panWrap li a {
	color : #212529;
	text-decoration: underline;
	transition: 0.3s;
}
.panWrap li a:hover {
	opacity : 0.6;
}
@media only screen and (max-width: 1340px) {
	.panWrap  {
		padding : 0 0 0 10px;
	}
}
/* グローバルナビゲーション */

/* コンテンツ包括
---------------------------------------------------------------------- */
.pcNavi  {
	display : block;
}
.smpNavi  {
	display : none;
}
.compBottom  {
	margin-bottom : 120px;
}
@media only screen and (max-width: 460px) {
	.compBottom  {
		margin-bottom : 16vw;
	}
	.smpNavi  {
		display : block;
	}
}

#news,#commit,#info  {
  padding-top : 64px;
  margin-top : -64px;
}

/* メインコンテンツ包括---------------------------*/
.middleWrap  {
	width : 100%;
	max-width : 1570px;
	margin : 0 auto;
	padding : 0 8px;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
	background-color : transparent;
}
.miniWrap  {
	width : 100%;
	max-width : 1280px;
	margin : 0 auto;
	padding : 0 8px;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.wideWrap  {
	width : 100%;
	max-width : 1984px;
	margin : 0 auto;
	padding : 0;
	overflow : hidden;
	box-sizing: border-box;
	position : relative;
}
.top_images  {
	width: 100%;
	position : relative;
	z-index : 2;
	text-align : center;
	background : url(../img/top_image.jpg) repeat-x top center;
	max-height : 576px;
	font-size : 0;
	line-height : 0;
}

h2.ttl  {
	text-align : center;
	margin-bottom : 90px;
}
.mgt01  {
	padding : 22px 0 0 0;
}
.mgt02  {
	padding : 38px 0 0 0;
}
.mgt30  {
	margin : 30px 0 0 0;
}
.mgt40  {
	margin : 40px 0 0 0;
}
.mgt50  {
	margin : 50px 0 0 0;
}
.mgt60  {
	margin : 60px 0 0 0;
}
.mgt70  {
	margin : 70px 0 0 0;
}
.mgt80  {
	margin : 80px 0 0 0;
}
.mgt90  {
	margin : 90px 0 0 0;
}
.mgt100  {
	margin : 100px 0 0 0;
}
.mgt110  {
	margin : 110px 0 0 0;
}
.mgt200  {
	margin : 200px 0 0 0;
}
.mgt-30  {
	margin : -44px 0 0 0;
	position : relative;
	z-index : 10;
}
.mgt-32  {
	margin : -32px 0 0 0;
	position : relative;
	z-index : 12;
}
.mgt-40  {
	position : relative;
	z-index : 16;
	top : 58px;
}
.mgt-40g {
    position: relative;
    z-index: 16;
    top: 68px;
    margin-top: -210px;
}
.pdt30 {
	padding-top : 30px;
}
.pdt40 {
	padding-top : 40px;
}
.pdw24 {
	padding : 0 24px;
}
.pdw8 {
	padding : 0 6px;
}
@media only screen and (max-width: 1380px) {
	.mgt-40g {
	    top: 4.5vw;
	    margin-top: -210px;
	}
	.mgt30  {
		margin : 3vw 0 0 0;
	}
	.mgt40  {
		margin : 4vw 0 0 0;
	}
	.mgt50  {
		margin : 5vw 0 0 0;
	}
	.mgt60  {
		margin : 6vw 0 0 0;
	}
	.mgt70  {
		margin : 7vw 0 0 0;
	}
	.mgt80  {
		margin : 8vw 0 0 0;
	}
	.mgt90  {
		margin : 9vw 0 0 0;
	}
	.mgt100  {
		margin : 10vw 0 0 0;
	}
	.mgt110  {
		margin : 11vw 0 0 0;
	}
}
@media only screen and (max-width: 800px) {
	.mgt-32  {
		margin : 12px 0 0 0;
	}
	.pdw8 {
		padding : 0 0;
	}
}

.outerWrap {
	width : 100%;
	position : relative;
}
.transform {
	margin-top : -60px;
	padding-top : 60px;
}
.outerWrap.back_l {
	background : url(../img/image.gif) no-repeat top 80px left;
	background-size : 100%;
}
.outerWrap.back_r {
	background : url(../img/image1.gif) no-repeat top 80px left;
	background-size : 100%;
}
.modContents {
	width : 100%;
	max-width : 1170px;
	position : relative;
	margin : 0 auto;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.modContents .modLeft {
	width : 100%;
	padding-right : 58%;
	padding-left : 10px;
}
.modContents .modRight {
	width : 100%;
	padding-left : 58%;
	padding-right : 10px;
}
.modContents h3 {
	font-size : 80px;
	font-weight : 400;
	color : #000000;
	line-height : 1.0;
}
.modContents h4 {
	font-size : 24px;
	font-weight : 600;
	padding-left : 45px;
	color : #07913a;
	background : url(../img/mark.png) no-repeat 0 0;
}
.modContents p {
	font-size : 0.95rem;
	color : #000000;
	line-height : 2.4;
	font-weight : 400;
}
.modContents dl {
	font-size : 0.95rem;
	color : #000000;
	line-height : 2.4;
	font-weight : 400;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.modContents dt {
	width : 40%;
}
.modContents dd {
	width : 60%;
}
.modContents .heix {
	height : 310px;
}
.modContents p br {
	display : block;
}
.modContents .modLeft .image {
	position : absolute;
	top : 0;
	right : -10vw;
	width : 50vw;
	max-width : 809px;
}
.modContents .modRight .image {
	position : absolute;
	top : 0;
	left : -10vw;
	width : 100%;
	max-width : 809px;
}
.modContents img {
	width : 100%;
	height : 62vw;
	max-height : 621px;
	object-fit : cover;
}
@media only screen and (max-width: 1600px) {
	.modContents .modLeft .image {
		right : -6vw;
		width : 56vw;
	}
	.modContents .modRight .image {
		left : -6vw;
		width : 56vw;
	}
}
@media only screen and (max-width: 1200px) {
	.modContents .modLeft .image {
		right : -4vw;
		width : 60vw;
	}
	.modContents .modRight .image {
		left : -4vw;
		width : 60vw;
	}
}
@media only screen and (max-width: 866px) {
	.outerWrap.back_l {
		background : url(../img/image.gif) no-repeat top 10vw left;
		background-size : 100%;
	}
	.outerWrap.back_r {
		background : url(../img/image1.gif) no-repeat top 10vw left;
		background-size : 100%;
	}
	.modContents .modLeft {
		padding-right : 0;
	}
	.modContents .modRight {
		padding-left : 0;
	}
	.modContents .modLeft .image {
		position : relative;
		top : 0;
		right : 0;
		width : 100%;
		max-width : 809px;
		margin-top : 6vw;
	}
	.modContents .modRight .image {
		position : relative;
		top : 0;
		right : 0;
		width : calc(100% + 20px);
		max-width : 809px;
		margin-top : 6vw;
	}
	.modContents .modLeft h3 {
		font-size : calc(5.09vw + 26.0px);
		padding-right : 26vw;
	}
	.modContents .modRight h3 {
		font-size : calc(5.09vw + 26.0px);
		padding-left : 26vw;
	}
	.modContents .modLeft h4 {
		padding-right : 26vw;
	}
	.modContents .modLeft p {
		padding-right : 26vw;
	}
	.modContents .modRight h4 {
		margin-left : 26vw;
	}
	.modContents .modRight p {
		padding-left : 26vw;
	}
	.modContents .heix {
		height : auto;
	}
}
@media only screen and (max-width: 480px) {
	.outerWrap.back_l {
		background-image : none;
		background-color : #dbdbdb;
		background-size : auto;
	}
	.outerWrap.back_r {
		background-image : none;
		background-color : #dbdbdb;
		background-size : auto;
	}
	.modContents .modLeft {
		padding-right : 0;
		padding-left : 0;
	}
	.modContents .modRight {
		padding-right : 0;
		padding-left : 0;
	}
	.modContents .modLeft .image {
		position : relative;
		top : 0;
		right : 0;
		width : 100%;
		max-width : 809px;
		margin-top : 6vw;
	}
	.modContents .modRight .image {
		position : relative;
		top : 0;
		right : 0;
		width : calc(100% + 20px);
		max-width : 809px;
		margin-top : 6vw;
	}
	.modContents .modLeft h3 {
		width : calc(100% - 10px);
		font-size : calc(5.09vw + 26.0px);
		padding-left : 10px;
		background-color : #ffffff;
	}
	.modContents .modRight h3 {
		width : calc(100% - 10px);
		font-size : calc(5.09vw + 26.0px);
		padding-left : 10px;
		background-color : #ffffff;
	}
	.modContents .modLeft h4 {
		width : calc(100% - 10px);
		padding-right : 0;
		margin-left : 10px;
	}
	.modContents .modLeft p {
		width : calc(100% - 20px);
		padding-right : 10px;
		padding-left : 10px;
	}
	.modContents .modLeft dl {
		width : calc(100% - 10px);
		margin-left : 10px;
	}
	.modContents .modRight h4 {
		width : calc(100% - 10px);
		margin-left : 10px;
		box-sizing : border-box;
	}
	.modContents .modRight p {
		width : calc(100% - 20px);
		padding-right : 10px;
		padding-left : 10px;
	}
	.modContents .heix {
		height : auto;
	}
	.addArrow {
		margin-left : 10px;
	}
}

.addArrow {
	display : inline-block;
	font-size : 1rem;
	font-weight : 500;
	color : #000000;
	background-color : #ffffff;
	line-height : 1.0;
	padding : 20px;
	width : 200px;
	position : relative;
	transition: 0.3s;
}
.addArrow::after {
	content : "→";
	font-size : 1rem;
	font-weight : 400;
	color : #000000;
	position : absolute;
	top : 20px;
	right : 16px;
	transition: 0.3s;
}
.addArrow:hover {
	color : #ffffff;
	background-color : #000000;
}
.addArrow:hover::after {
	color : #ffffff;
}

.grayback {
	background-color : #e4e4e4;
	padding-bottom : 100px;
}
.compTitle {
	font-size : 70px;
	font-weight : 500;
	font-family: Oswald;
	text-align : center;
	position : relative;
	color : #434343;
	padding-bottom : 80px;
	z-index : 1;
}
.compTitle span {
	display : inline-block;
	position : relative;
}
.compOverWrap  {
	width : 100%;
	max-width : 1168px;
	position : relative;
	margin : 0 auto;
}
.compUnder  {
	width : 90%;
	max-width : 1048px;
	height : 90vw;
	max-height : 1048px;
	position : absolute;
	top : -138px;;
	left : 5%;
	border-radius : 50%;
	z-index : 0;
	margin : 0 auto;
}
.compContents  {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
	width : 100%;
	max-width : 1168px;
	margin : 0 auto;
}
.compItem {
	width : 30%;
	position : relative;
	background-color : #434343;
	margin : 0 auto 150px auto;
	transition : all 1s;
}
.compItem img.imgs {
	width : 100%;
	height : 25vw;
	max-height : 289px;
	object-fit: cover;
}
.compItem span.imgs {
	display : block;
	width : 100%;
	height : 25vw;
	max-height : 289px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.compItem .pannel {
	position : absolute;
	top : 0;
	left : 0;
	background : url(../img/gback.png) repeat-x bottom left;
	width : 100%;
	height : 25vw;
	max-height : 289px;
	z-index : 1;
}
.compItem .sns {
	position : relative;
	margin-top : -40px;
	left : 0;
	text-align : center;
	width : 100%;
	height : 30px;
	z-index : 2;
}
.compItem .sns a {
	display : inline-block;
	vertical-align : top;
	margin : 0 8px;
}
.compItem .comm {
	width : 90%;
	margin : 0 auto;
}
.compItem .comm .name {
	text-align : center;
	font-size : 20px;
	font-weight : 400;
	line-height : 2.6;
}
.compItem .comm .title {
	text-align : center;
	font-size : 13px;
	font-weight : 300;
	line-height : 2.4;
	border-top : 1px solid #616161;
}
.compItem .link {
	height : 64px;
	position : relative;
}
.compItem .link a {
	position : absolute;
	top : 12px;
	display : block;
	width : 100px;
	font-size : 14px;
	line-height : 1.4;
	border-radius : 50%;
	text-align : center;
	transition: 1s;
}
.compItem .link .btp01 {
	left : calc(50% - 106px);
	color : #ffffff;
	padding : 40.2px 0;
	background-color : #0c1a84;
	border : 2px solid #ffffff;
}
.compItem .link .btp02 {
	left : calc(50% + 2px);
	color : #0c1a84;
	padding : 30.4px 0;
	background-color : #ffffff;
	border : 2px solid #0c1a84;
}
.compItem .link .btp01:hover  {
	background-color : #4c5ae4;
}
.btp01:hover::before {
    content : '';
    position : absolute;
    left : 23%;
    top : 23px;
    border : 2px solid #ffff00;
    width : 50px;
    height : 50px;
    border-radius : 50%;
	opacity : 1;
    animation : 1s circleanime2 forwards;
}
.compItem .link .btp02:hover  {
	background-color : #66aaff;
}
.btp02:hover::before {
    content : '';
    position : absolute;
    left : 23%;
    top : 23px;
    border : 2px solid #ffc8ff;
    width : 50px;
    height : 50px;
    border-radius : 50%;
	opacity : 1;
    animation : 1s circleanime2 forwards;
}
@keyframes circleanime2{
	0% {
	  transform: scale(0);
	}
	100% {
		transform:scale(2);
		opacity: 1;
	}
}
@media only screen and (max-width: 1280px) {
	.compTitle {
		font-size : calc(3.54vw + 24.7px);
		padding-bottom : 8vw;
	}
	.compItem .comm .name {
		font-size : calc(0.83vw + 9.4px);
	}
	.compUnder  {
		top : -13vw;
	}
}
@media only screen and (max-width: 800px) {
	.grayback {
		padding-bottom : 10vw;
	}
	.compUnder  {
		top : -15vw;
	}
	.compItem {
		width : 47%;
		margin : 0 auto 15vw auto;
	}
	.compItem .comm .name {
		font-size : calc(1.25vw + 10.0px);
	}
	.compItem img.imgs {
		height : 32vw;
	}
	.compItem span.imgs {
		height : 32vw;
	}
	.compItem .pannel {
		height : 32vw;
	}
	.compItem .comm .title.minh {
		font-size : 12px;
		line-height : 1.4;
		padding : 4px 0;
	}
	.compItem .comm .title.minh {
		min-height : 3em;
	}
}
@media only screen and (max-width: 480px) {
	.compUnder  {
		top : -17vw;
	}
	.compItem {
		width : 100%;
		margin : 0 auto calc(18vw + 20px) auto;
	}
	.compItem .comm .name {
		font-size : calc(2.5vw + 8.0px);
	}
	.compItem img.imgs {
		height : 60vw;
	}
	.compItem span.imgs {
		height : 60vw;
	}
	.compItem .pannel {
		height : 60vw;
	}
	.compItem .comm .title.minh {
		min-height : 1em;
	}
}

/* js-fadein */

.js-fadein {
	opacity : 0;
	transform : translate(0, 200px);
}
.js-leftin {
	transform : translateX(-150%) scale(0.4); 
	transition : all 1s;
}
.js-leftback {
	transform : translateX(-150%) scale(0.4);
	transition : all 1s;
	background-color : rgba(0, 0, 255, 0.5);
}
.js-rightin {
	transform : translateX(150%) scale(0.4);
	transition : all 1s;
}
.js-rightback {
	transform : translateX(150%) scale(0.4); 
	transition : all 1s;
	background-color : rgba(255, 0, 0, 0.5);
}
.js-rightback2 {
	transform : translateX(150%) scale(0.4); 
	transition : all 1s;
	background-color : rgba(0, 255, 0, 0.5);
}
.js-zoomin {
	transform : scale(0.1, 0.1);
	transition : all 1s;
	border : 1px solid #000000;
}

/* 条件を満たしたあとに追加するクラス */
.js-fadein.js-scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.js-leftin.js-scrollin {
	opacity : 1;
	transform : translateX(0) scale(1); 
}
.js-leftback.js-scrollin {
	opacity : 1;
	transform : translateX(0) scale(1);
	border : 1px solid #747474;
	background-color : rgba(0, 0, 0, 0);
}
.js-rightin.js-scrollin {
	opacity : 1;
	transform : translateX(0%) scale(1);
}
.js-rightback.js-scrollin {
	opacity : 1;
	transform : translateX(0%) scale(1);
	border : 1px solid #747474;
	background-color : rgba(0, 0, 0, 0);
}
.js-rightback2.js-scrollin {
	opacity : 1;
	transform : translateX(0%) scale(1); ;
	border : 1px solid #747474;
	background-color : rgba(0, 0, 0, 0);
}
.js-zoomin.js-scrollin {
	transform : scale(1, 1);
	border : 1px solid #cbcbcb;
}


.newsWrap  {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding : 10px 0;
	width ; 100%;
	max-width : 1164px;
	margin : 0px auto;
	background-color : #ffffff;
}
h2.newsTitle  {
	width : 110px;
	border-right : 1px solid #000000;
	font-size : 16px;
	font-weight : 700;
	color : #000000;
	line-height : 40px;
	text-align : center;
}
.newsWrap a.moreRev {
	width : 110px;
	display : block;
	color : #000000;
	font-size : 14px;
	padding : 6px 0 0 0;
	text-decoration : none;
	box-sizing : border-box;
	transition : 0.3s;
	position : relative;
}
.newsWrap a.moreRev::after {
	content : ">";
	position : relative;
	left : 10px;
	top : 0px;
	font-size : 16px;
	font-weight : 300;
	font-family: Oswald;
}
.newsWrap a:hover {
	opacity : 0.7;
}
.newsItem  {
	width : calc(100% - 240px);
	display : inline-block;
	vertical-align : top;
	text-align : left;
	padding : 2px 0 0 20px;
	box-sizing : border-box;
	background-color : #ffffff;
}
.newsItem a .comm {
	display : inline-block;
	vertical-align : top;
	padding-top : 4px;
	position : relative;
}
.newsItem a .comm .new {
	display : inline-block;
	margin-left : 20px;
	color : #000000;
	font-size : 16px;
	font-weight : 400;
}
.newsItem a .comm .date {
	display : inline-block;
	color : #ffffff;
	font-size : 14px;
	background-color : #000000;
	padding : 2px 16px 3px 16px;
}
.newsItem a .comm strong {
	display : block;
	margin-top : 8px;
	width : 100%;
	color : #000000;
	font-size : 14px;
	font-weight : normal;
	line-height : 20px;
	height : 20px;
	overflow : hidden;
}
@media only screen and (max-width: 800px) {
	h2.newsTitle  {
		width : 12vw;
		font-size : calc(0.62vw + 11.0px);
		line-height : 2.4;
	}
	.newsWrap a.moreRev {
		width : 16vw;
		font-size : calc(0.42vw + 10.7px);
		padding : 6px 0 0 0;
	}
	.newsItem  {
		width : calc(100% - 30vw);
		padding : 2px 0 0 2vw;
	}
	.newsItem a .comm .new {
		margin-left : 2vw;
		font-size : calc(0.62vw + 11.0px);
	}
	.newsItem a .comm .date {
		font-size : calc(0.42vw + 10.7px);
		padding : 2px 1.6vw 3px 1.6vw;
	}
}
@media only screen and (max-width: 540px) {
	h2.newsTitle  {
		width : 65px;
		font-size : calc(0.62vw + 11.0px);
	}
	.newsItem  {
		width : calc(100% - 70px);
		padding : 2px 0 0 2vw;
	}
	.newsItem a .comm {
		padding-top : 1px;
	}
	.centerButton {
		display : none;
	}
}


/* NEWS */

.newsItemInner  {
	display : inline-block;
	margin : 0 auto;
	width : 100%;
	max-width : 238px;
	text-align : left;
}
.newsItem a {
	background-image : none;
}
.newsItem img {
	width : 100%;
}
.newsItem .data {
	color : #838383;
	font-size : 12px;
	line-height : 1.0;
	padding : 24px 0 14px 0;
}
.newsItem .ttle {
	color : #2e2e2e;
	font-size : 13px;
	line-height : 1.8;
	height : 48px;
	overflow : hidden;
}
.newsItem .detail {
	margin-top : 14px;
	text-align : right;
	color : #949494;
	font-size : 12px;
}
.newsButton  {
	text-align : center;
	margin-top : 60px;
}
.newsButton a  {
	display : inline-block;
	color : #ffffff;
	font-size : 16px;
	line-height : 1.0;
	text-align : center;
	padding : 20px 0;
	width : 60%;
	max-width : 406px;
	background-color : #8b8266;
	border-radius : 6px;
}
.nalloeWrap  {
	width : 96%;
	max-width : 700px;
	margin : 170px auto 45px auto;
}
.overWrap  {
	padding-top : 110px;
	width : 100%;
	max-width : 1000px;
	margin : 130px auto 200px auto;
}
.newsListWrap  {
	width : 100%;
	max-width : 900px;
	margin : 0 auto;
	position : relative;
	overflow : hidden;
	box-sizing : border-box;
}
.newsParts  {
	width : 100%;
	padding : 26px 5% 32px 5%;
	border-bottom : 1px solid #cccccc;
	box-sizing : border-box;
}
.newsParts a  {
	display : block;
	min-height : 158px;
	position : relative;
	text-decoration: none;
}
.newsParts .imgs  {
	position : absolute;
	top : 0;
	left : 0;
	width : 238px;
	height : 158px;
}
.newsParts .data  {
	padding : 23px 0 36px 274px;
	color : #838383;
	font-size : 13px;
	line-height : 1.0;
}
.newsParts .ttle  {
	padding : 0 0 22px 274px;
	color : #2e2e2e;
	font-size : 14px;
	font-weight : bold;
	line-height : 1.4;
	height : 16px;
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
}
.newsParts .comm  {
	padding : 0 0 0 274px;
	color : #2e2e2e;
	font-size : 14px;
	line-height : 1.4;
	height : 16px;
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
}
.pager  {
	width : 100%;
	text-align : center;
	margin-top : 80px;
}
.pager li {
	display : inline-block;
	margin : 0 10px;
	font-size : 20px;
	line-height : 1.0;
	vertical-align : top;
}
.pager li span {
	display : inline-block;
	margin : 0 14px;
	color : #000000;
	font-weight : bold;
	vertical-align : top;
}
.pager li a {
	display : inline-block;
	margin : 0 14px;
	color : #777777;
	text-decoration : underline !important;
	vertical-align : top;
}
.pager li em {
	display : inline-block;
	margin : 0 14px;
	color : #cccccc;
	font-style : normal;
	vertical-align : top;
}
.pager li.a:hover {
	color : #2e2e2e;
}
.newsDetail  {
	width : 100%;
	max-width : 720px;
	margin : 0 auto;
	padding : 0 10px;
	position : relative;
	overflow : hidden;
	box-sizing : border-box;
}
.newsDetail p {
	padding : 66px 0 32px 0;
	color : #838383;
	font-size : 13px;
	line-height : 1.0;
}
.newsDetail h2 {
	padding : 0 0 40px 0;
	color : #2e2e2e;
	font-size : 18px;
	font-weight : bold;
	line-height : 2.0;
}
.newsDetail .photoWrap  {
	width : 100%;
}
.newsDetail .photoWrap img {
	width : 100%;
	max-height : 800px;
}
.newsDetail .textWrap  {
	padding : 40px 0 40px 0;
	color : #2e2e2e;
	font-size : 14px;
	line-height : 2.0;
}

.map {
	width : 100%;
	max-width : 1048px;
	margin : 0 auto;
	height : 410px;
}
.map iframe {
	width : 100%;
	max-width : 1048px;
	margin : 0 auto;
	height : 410px;
}
.banner {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.banner a {
	display : block;
	width : 49%;
}
.banner img {
	width : 100%;
}
@media only screen and (max-width: 480px) {
	.banner a {
		width : 100%;
	}
	.banner img {
		margin-bottom : 12px;
	}
}

.footLogo_s strong {
	color: #858585;
}
.cus_infoth_bgcolor {
	background-color: #f5b2b2;
}
.cus_infoth_txcolor {
	color: #000000;
}
.cus_infotd_bgcolor {
	background-color: #ffffff;
}
.cus_infotd_txcolor {
	color: #000000;
}
.cus_inqu_bgcolor {
	background-color: #ffffff;
}
.cus_inqu_txcolor {
	color: #000000;
}
.cus_inqubtn_bgcolor {
	background-color: #7dacff;
}
.cus_inqubtn_txcolor {
	color: #ffffff;
}
.cus_buybtn_bgcolor {
	background-color: #ffea00;
}
.cus_buybtn_txcolor {
	color: #000000;
}
.headMenu a:hover {
	color: #f5b2b2;
}
.cus_infotd_border {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.top_border {
	border-top: 1px solid #d1d1d1;
}
.compWrap  {
	width : 100%;
	max-width : 1160px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	padding : 0 10px;
}
.compWrap dl {
	display : table;
	width : calc(100% - 0px);
	border-collapse: collapse;
	table-layout: fixed;
}
.compWrap dt {
	display : table-cell;
	width : 20%;
	padding : 20px 0;
	font-size : 16px;
	text-align : center;
	color : #000000;
}
.compWrap dd {
	display : table-cell;
	width : calc(80% - 60px);
	padding : 20px 30px;
	font-size : 16px;
}
.salesContents {
	width : 100%;
	max-width : 1348px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	padding-bottom : 100px;
}
.salesRight {
	text-align : right;
}
.salesRight img {
	width : 100%;
	max-width : 880px;
}
.salesLeft {
	position : absolute;
	left : 0;
	top : 64px;
	width : 50%;
	max-width : 688px;
	color : #ffffff;
	background-color : #757cbb;
}
.salesLeft h4 {
	text-align : center;
}
.salesInner {
	text-align : center;
	padding : 59px 0;
}
.salesLeft h4 strong {
	display : block;
	text-align : center;
	font-size : 28px;
	line-height : 1.0;
	padding-bottom : 12px;
	color : #ffffff;
}
.salesLeft h4 span {
	display : block;
	width : 120px;
	margin : 0 auto;
	text-align : center;
	font-size : 16px;
	font-weight : 400;
	line-height : 1.0;
	padding-top : 10px;
	border-top : 3px solid #bebebf;
}
table.comment {
	width : 100%;
	height : 140px;
	margin-top : 50px;
}
table.comment td {
	vertical-align : middle;
	text-align : center;
	font-size : 0.9rem;
	font-weight : 400;
	line-height : 2.0;
	padding : 0 16px;
	color : #ffffff;
}
table.comment td p {
	color : #ffffff;
}
.custamButton {
	margin-top : 50px;
}
.custamButton a {
	display : block;
	width : 220px;
	margin : 0 auto;
	text-align : center;
	padding : 18px 0;
	font-size : 16px;
	border-radius : 40px;
	transition: 0.4s;
	color : #757cbb;
	background-color : #f5b2b2;
	border : 1px solid #f5b2b2;
}
.custamButton a:hover {
	color : #f5b2b2;
	background-color : #757cbb;
}
@media only screen and (max-width: 1340px) {
	table.comment td {
		font-size : calc(0.39vw + 10.8px);
	}
	.salesInner {
		padding : 5vw 0;
	}
	table.comment {
		height : 14vw;
		margin-top : 4vw;
	}
	.custamButton {
		margin-top : 4vw;
	}
	.liveWrap .banner .inquBtn {
		margin : 3vw auto 2vw auto;
		padding : 2.2vw 0;
	}
	.liveWrap .banner .tel {
		margin-bottom : 3vw;
	}
}
@media only screen and (max-width: 1100px) {
	table.comment td br {
		display : none;
	}
	.itemLeft h4 {
		font-size : calc(1.67vw + 4.6px);
		padding : 0 0 3vw 0;
	}
	.itemLeft dl {
		padding : 1.6vw 0 1vw 0;
	}
	.itemLeft dt {
		font-size : calc(0.83vw + 6.4px);
	}
	.itemLeft dd {
		font-size : calc(0.83vw + 6.4px);
	}
	.itemLeft .price {
		font-size : calc(0.83vw + 6.4px);
		padding : 1.6vw 0 0px 0;
	}
	.itemLeft .price strong {
		font-size : calc(1.67vw + 10.6px); 
	}
}
@media only screen and (max-width: 800px) {
	.salesContents {
		padding-bottom : 10vw;
	}
	.salesLeft {
		position : relative;
		left : 0;
		top : -5vw;
		width : 90%;
		max-width : 688px;
		margin : 0 auto;
	}
	table.comment td br {
		display : block;
	}
	table.comment td {
		font-size : calc(0.62vw + 11.0px);
	}
	.salesLeft h4 strong {
		font-size : calc(1.67vw + 14.7px);
	}
	.custamButton a {
		width : 200px;
		padding : 14px 0;
		font-size : 14px;
		border-radius : 8vw;
	}
	.liveRight {
		width : 100%;
		margin-top : 8vw;
	}
	.liveLeft {
		width : 100%;
	}
	.liveWrap  {
		padding : 7vw 0;
		display : block;
	}
	.liveLeft h4 strong {
		font-size : calc(1.67vw + 14.7px);
	}
	.channelButton a {
		width : 200px;
		padding : 14px 0;
		font-size : 14px;
		border-radius : 8vw;
	}
	.liveRight .movie_inner_s {
		padding : 0 4vw;
	}
	.liveRight .movie_inner_s iframe {
		max-height: 450px;
	}
	.liveWrap .banner {
		width : 100%;
		max-width : 542px;
		margin-left : auto;
		margin-right : auto;
	}
	.liveWrap .banner.cus_inqu_bgcolor {
		padding-top : 0.1vw;
	}
	.liveWrap .banner .inquBtn {
		width : 84%;
		margin : 4vw auto 3vw auto;
		padding : 20px 0;
	}
	.liveWrap .banner .tel {
		margin-bottom : 4vw;
	}
	.liveWrap .banner .tel span {
		font-size : 14px;
	}
	.liveWrap .banner .tel a {
		font-size : 20px;
	}
	.liveWrap .banner .tel .teluke {
		display : block;
		position : relative;
		left : -4vw;
		padding-bottom : 4vw;
	}
	.compWrap {
		padding: 0;
	}
	.compWrap dl {
		width : 100%;
	}
	.compWrap dt {
		width : 25%;
		font-size : calc(0.62vw + 11.0px);
		padding : calc(1.25vw + 10.0px) 0;
	}
	.compWrap dd {
		width : calc(75% - 6vw);
		padding : calc(1.25vw + 10.0px) 3vw;
		font-size : calc(0.62vw + 11.0px);
	}
}
@media only screen and (max-width: 720px) {
	.sliderImage .slider li img {
		height : 62vw;
	}
	.sliderImage .slider li span {
		height : 62vw;
	}
	.pagerThumb img {
		height : 14vw;
	}
	.pagerThumb span {
		height : 14vw;
	}
	.itemLeft h4 {
		font-size : calc(1.5vw + 13.2px);
		padding : 0 0 3vw 0;
	}
	.itemLeft dl {
		padding : 3vw 0 1.8vw 0;
	}
	.itemLeft dt {
		font-size : calc(0.75vw + 10.6px);
	}
	.itemLeft dd {
		font-size : calc(0.75vw + 10.6px);
	}
	.itemLeft .price {
		font-size : calc(0.75vw + 10.6px);
		padding : 2vw 0 0px 0;
	}
	.itemLeft .price strong {
		font-size : calc(1.5vw + 13.2px);
	}
}
@media only screen and (max-width: 600px) {
	table.comment td br {
		display : none;
	}
}
.compWrap .contactForm  dd input {
	padding : 6px;
	font-size : 16px;
	color : #000000;
}
.compWrap .contactForm  {
	padding : 0;
	margin : 0;
}
.compWrap .contactForm form {
	padding : 0;
	margin : 0;
}
.compWrap .contactForm  dl {
	display: table;
	width: calc(100% - 0px);
	border-collapse: collapse;
	table-layout: fixed;
}
.compWrap .contactForm  dt {
	width : 25%;
	vertical-align: middle;
}
.compWrap .contactForm  dd {
	width : 75%;
}
.compWrap .contactForm  dt .hissu {
	display : inline-block;
	margin-left : 12px;
	color : #cc0000;
	font-size : 12px;
}
.form-name {
	width : 200px;
}
.form-zip {
	width : 100px;
	margin-bottom : 6px;
}
.form-field {
	width : calc(100% - 16px);
}
textarea.form-field {
	height : 160px;
}
.privWrap  {
	margin-top : 20px;
	background-color : #757cbb;
	padding-bottom : 30px;
	font-size : 14px;
}
.privWrap h3 {
	color : #ffffff;
	text-align : center;
	padding-top : 20px;
	padding-bottom : 8px;
	border-bottom : 1px solid #ffffff;
	margin-bottom : 16px;
}
.privWrap h3 strong {
	display : inline-block;
	line-height : 1.1;
	font-size : 20px;
	color : #ffffff;
}
.privWrap h4 {
	margin : 16px; 0;
	color : #ffffff;
}
.privWrap p {
	margin : 16px; 0;
	color : #ffffff;
	font-size : 14px;
}
.privWrap dl {
	margin : 16px; 0;
	color : #ffffff;
}
.privWrap dt {
	display : inline-block;
	vertical-align : top;
	width : 24px;
	color : #ffffff;
	font-size : 14px;
}
.privWrap dd {
	display : inline-block;
	vertical-align : top;
	width : calc(100% - 30px);
	color : #ffffff;
	font-size : 14px;
}
.submit-container {
   margin : 60px 0 0 0;
   text-align: center;
}
.submit-button {
	width: 200px;
	color: #ffffff;
	border : none;
	padding: 20px 0 22px 0;
	font-size : 16px;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	cursor : pointer;
	background-color : #f5b2b2;
	transition: 0.4s;
}
.submit-button:hover  {
	background-color: #ffffff;
	color : #f5b2b2;
}
.pp-container  {
	font-size : 14px;
	font-weight : 300;
	width : 640px;
	margin : 32px auto 12px auto;
	text-align : left;
	color : #ffffff;
	line-height : 1.7;
	box-sizing: border-box;
}
.pp-check  {
	text-align : center;
	margin-top : 40px;
	font-size : 1rem;
	color : #ffffff;
}
.pp-check label  {
	display : inline-block;
	vertical-align : top;
	padding : 12px 24px;
	border : 1px solid #d1d1d1;
}
.pp-check label a {
	color : #ffffff;
	text-decoration: underline;
	transition: 0.3s;
}
.pp-check label a:hover {
	color : #f5b2b2;
}
.pp-check span  {
	display : inline-block;
	vertical-align : top;
	margin-left : 6px;
	position : relative;
	top : -1px;
}
.errorText  {
	color : #ff0000;
	font-size : 13px;
}
.titleBackimg  {
	width : 100%;
	height : 22vw;
	max-height : 202px;
	min-height : 135px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.titleBackimg h2  {
	width : 100%;
	max-width : 1000px;
	margin : 0 auto;
	padding-top : 76px;
	display : block;
	text-align : left;
	font-size : 36px;
	font-weight : 500;
	line-height : 1.0;
	padding-bottom : 0px;
	position：relative;
	color : #000000;
}
.titleBackimg h2::after  {
	content : "";
	display : block;
	width : 120px;
	margin : 14px auto 0 auto;
	text-align : center;
	font-size : 0;
}
.titleBackimg h3 {
	display : block;
	margin : 0 auto;
	text-align : center;
	font-size : 20px;
	font-weight : 500;
	line-height : 1.0;
	color : #ffffff;
}
.titleWrap {
	background-color : #dbdbdb;
	padding : 18px 0;
}
.titleWrap h2 {
	color : #07913a;
	font-size : 28px;
	font-weight : 500;
	letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
	.page_title {
		margin: 30px auto 0 auto;
	}
	.titleBackimg h2  {
		padding-top : 70px;
		font-size : calc(1.67vw + 14.7px);
		padding-bottom : 10px;
		padding-left : 40px;
	}
	.titleBackimg h3 {
		font-size : calc(0.62vw + 11.0px);
	}
	.titleWrap h2 {
		font-size : calc(2.08vw + 11.4px);
	}
}
@media only screen and (max-width: 640px) {
	.pp-container  {
		font-size : 13px;
		margin : 32px auto 12px auto;
		width : 100%;
	}
}
@media only screen and (max-width: 480px) {
	.titleBackimg  {
		background-position : center right -70px;
	}
	.compWrap .contactForm  dl {
		display: block;
		width: calc(100% - 0px);
	}
	.compWrap .contactForm  dt {
		display: block;
		width : 100%;
		padding: calc(1.25vw + 6.0px) 10px;
		box-sizing: border-box;
		text-align : left;
	}
	.compWrap .contactForm  dd {
		display: block;
		width : 100%;
		box-sizing: border-box;
	}
	.form-name {
		width : calc(100% - 16px);
	}
	.form-field {
		width : calc(100% - 16px);
	}
	textarea.form-field {
		width : calc(100% - 4px);
		height : 160px;
	}
}
.guidanceWrap {
	width : 100%;
	position : relative;
	margin : 0 auto;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	top : -37px;
}
.guidanceInner {
	width : 100%;
	padding-right : 10px;
	padding-left : 10px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.guidanceWrap p {
	font-size : 0.95rem;
	color : #000000;
	line-height : 2.4;
	font-weight : 400;
	width : 45%;
}
.guidanceWrap p br {
	display : block;
}
.guidanceWrap .image {
	position : relative;
	width : 50%;
	max-width : 809px;
}
.guidanceWrap img {
	width : 100%;
	height : 43vw;
	max-height : 460px;
	object-fit : cover;
}
.youtubeWrap iframe {
	width : 100%;
	max-width : 710px;
	height : 56vw;
	max-height : 390px;
}
@media only screen and (max-width: 640px) {
	.guidanceWrap {
		top : 6vw;
	}
	.guidanceInner {
		width : 100%;
		padding-right : 0px;
		padding-left : 0px;
		display : block;
		box-sizing: border-box;
	}
	.guidanceWrap p {
		line-height : 2.0;
		width : 100%;
		margin-bottom : 6vw;
	}
	.guidanceWrap .image {
		width : 100%;
		max-width : 809px;
	}
	.guidanceWrap img {
		height : 60vw;
	}
}
@media only screen and (max-width: 480px) {
	.guidanceWrap {
		padding-right : 0;
		padding-left : 0;
	}
	.guidanceWrap .image {
		position : relative;
		top : 0;
		right : 0;
		width : 100%;
		max-width : 809px;
		margin-top : 6vw;
	}
	.guidanceWrap p {
		width : calc(100% - 20px);
		padding-right : 10px;
		padding-left : 10px;
	}
}

.custamButton {
	margin-top : 50px;
}
.itemLeft  {
	width : 40%;
	margin-right : 10%;
}
.itemLeft h4 {
	font-size : 24px;
	font-weight : 500;
	text-align : center;
	padding : 0 0 30px 0;
}
.itemLeft dl {
	width : 100%;
	display : table;
	border-bottom : 1px solid #3d3c3c;
	padding : 16px 0 10px 0;
}
.itemLeft dt {
	width : 25%;
	display : table-cell;
	vertical-align: middle;
	font-size : 16px;
	font-weight : 400;
}
.itemLeft dd {
	width : 75%;
	display : table-cell;
	vertical-align: middle;
	font-size : 16px;
	font-weight : 400;
}
.itemLeft .price {
	font-size : 16px;
	font-weight : 400;
	padding : 16px 0 0px 0;
}
.itemLeft .price strong {
	font-size : 30px;
	font-weight : 400;
}
.itemRight  {
	width : 50%;
}
.sliderImage {
	width : 100%;
	max-height : 526px;
}
.sliderImage .slider li img {
	width : 100%;
	max-width : 576px;
	height : 40vw;
	max-height : 432px;
	object-fit: cover;
}
.sliderImage .slider li span {
	display : block;
	width : 100%;
	max-width : 576px;
	height : 40vw;
	max-height : 432px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.pagerThumb {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.pagerThumb img {
	width : 100%;
	max-width : 108px;
	height : 8vw;
	max-height : 81px;
	object-fit: cover;
}
.pagerThumb span {
	display : block;
	width : 100%;
	max-width : 108px;
	height : 8vw;
	max-height : 81px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.pagerThumb .transImg {
	width : 20%;
	max-width : 108px;
	height : 1px;
}


/* フッター包括---------------------------*/

footer {
	background-color : #ffffff;
	box-sizing : border-box;
	position : relative;
	text-align : center;
}
.footLogo  {
	margin-bottom : 26px;
	width : 178px;
}
.footItem  {
	color : #ffffff;
	font-size : 14px;
	width : calc(100% - 366px);
}
.footItem a  {
	display : inline-block;
	vertical-align: top;
	margin : 0 20px;
	color : #000000;
	text-decoration : none;
	transition : .3s;
	font-weight : 400;
}
.footItem a:hover {
	opacity : 0.7;
	text-decoration : underline;
}
.footSns {
	width : 168px;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.footInis {
	margin-top : 30px;
	color : #ffffff;
	font-size : 14px;
}
.copyright  {
	text-align : center;
	font-size : 12px;
	color : #7b7b7b;
	padding : 40px 0;
	background-color : #ffffff;
}
@media only screen and (max-width: 800px) {
	footer {
		margin-top : 6vw;
	}
	.footItem  {
		display : none;
	}
	.footInis {
		margin-top : 3vw;
		font-size : 13px;
	}
	.copyright  {
		font-size : 12px;
		padding : 4vw 0;
	}
}
@media only screen and (max-width: 480px) {
	.footSns {
		margin : 0 auto;
	}
}

.wrapPageTopPc {
    height: 0;
    position: relative;
    width: 100%;
    z-index: 9999;
	display : none;
}
.wrapPageTopPc p {
    bottom: 20px;
    cursor: pointer;
    display: block;
    margin-right: auto;
    position: fixed;
    right: 6px;
}
.wrapPageTopPc p img {
    width : 64px;
}
@media only screen and (max-width: 600px) {
	.footLogo  {
		margin-bottom : 20px;
		width : 100%;
	}
	.footLogo img  {
		width : 25%;
		max-width : 159px;
	}
	.contens08  {
		margin : 0 auto 10vw auto;
	}
	.footerTable {
		display : none;
	}
	.wrapPageTopPc p img {
	    width : 60px;
	}
}

/* コピーライト包括---------------------------*/
#wrapCopyright {
	text-align: right;
	color: #808080;
	font-size: 85%;
}

#wrapCopyright .innerContainer {
	width: 900px;
	margin: 0 auto;
	height: 1.5em;
	padding: 5px 0;
}

.bshadow {
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.cshadow {
	border : 3px solid #ffffff;
	box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-webkit-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
	-moz-box-shadow:rgba(115, 116, 117, 0.65) 2px 2px 4px 0px;
}

.servWrap00  {
	width : 960px;
	margin : 0 auto;
}
.servWrap01  {
	width : 1080px;
	margin : 0 auto;
}

.grid {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.grid2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 1.2vw 1%;
	max-width: 512px;
	max-height: 400px;
	width: 31%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	max-width: 512px;
	max-height: 400px;
	opacity: 0.8;
	object-fit : cover;
}
.grid figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.grid figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 28px;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid figure.effect-ruby {

}
.grid figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid figure.effect-ruby h2 {
	margin-top: 150px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.grid figure.effect-ruby p {
	margin: 1em auto 0 auto;
	font-size : 16px;
	width : 250px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.grid figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.grid2 figure {
	position: relative;
	overflow: hidden;
	margin: 1.2vw 1%;
	max-width: 512px;
	max-height: 400px;
	width: 31%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	display : inline-block;
}
.grid2 figure img {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	max-width: 512px;
	max-height: 400px;
	opacity: 0.8;
	object-fit : cover;
}
.grid2 figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 24vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.grid2 figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid2 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 28px;
}
.grid2 figure h2 span {
	font-weight: 800;
}
.grid2 figure h2,
.grid2 figure p {
	margin: 0;
}
.grid2 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid2 figure.effect-ruby {

}
.grid2 figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.grid2 figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid2 figure.effect-ruby h2 {
	margin-top: 150px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.grid2 figure.effect-ruby p {
	margin: 1em auto 0 auto;
	font-size : 16px;
	width : 250px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.grid2 figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.grid2 figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.worksTrans  {
	width : 33%;
	height : 1px;
	font-size : 0;
	display : inline-block;
	margin : 0;
}
@media only screen and (max-width: 1630px) {
	.grid figure.effect-ruby h2 {
		margin-top: 9.2vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 9.2vw;
	}
}
@media only screen and (max-width: 1200px) {
	.grid figure.effect-ruby h2 {
		margin-top: 8.9vw;
	}
	.grid figure h2 {
		font-size: 2vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 8.9vw;
	}
	.grid2 figure h2 {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 800px) {
	.grid figure {
		width: 47%;
		margin: 2vw 1%;
	}
	.worksTrans  {
		width : 49%;
	}
	.grid figure img {
		height : 34vw;
	}
	.grid figure div {
		height : 34vw;
	}
	.grid figure.effect-ruby h2 {
		margin-top: 12vw;
	}
	.grid figure h2 {
		font-size: 16px;
	}
	.grid2 figure {
		width: 47%;
		margin: 2vw 1%;
	}
	.grid2 figure img {
		height : 34vw;
	}
	.grid2 figure div {
		height : 34vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 12vw;
	}
	.grid2 figure h2 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.grid figure.effect-ruby p {
		display : none;
	}
	.grid2 figure.effect-ruby p {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.grid figure.effect-ruby h2 {
		margin-top: 10vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 10vw;
	}
}
@media only screen and (max-width: 360px) {
	.grid figure.effect-ruby h2 {
		margin-top: 8vw;
	}
	.grid2 figure.effect-ruby h2 {
		margin-top: 8vw;
	}
}


.topgrid {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-wrap : wrap;
}
.topgrid figure {
	position: relative;
	overflow: hidden;
	max-width: 386px;
	max-height: 224px;
	width: 50%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	padding : 0;
}
.topgrid figure img {
	position: relative;
	display: block;
	width : 100%;
	height :184vw;
	max-width: 386px;
	max-height: 224px;
	opacity: 0.8;
	object-fit : cover;
}
.topgrid figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 18vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.topgrid figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.topgrid figure figcaption::before,
.topgrid figure figcaption::after {
	pointer-events: none;
}

.topgrid figure figcaption,
.topgrid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topgrid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.topgrid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 22px;
}
.topgrid figure h3 span {
	font-weight: 800;
}
.topgrid figure h3,
.topgrid figure p {
	margin: 0;
}
.topgrid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.topgrid figure.effect-ruby {

}
.topgrid figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.topgrid figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.topgrid figure.effect-ruby h3 {
	margin-top: 78px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.topgrid figure.effect-ruby p {
	font-size : 16px;
	margin : 1em auto 0 auto;
	width : 90%;
	max-width : 240px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.topgrid figure.effect-ruby:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.topgrid figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.worksTrans  {
	width : 33%;
	height : 1px;
	font-size : 0;
	display : inline-block;
	margin : 0;
}
@media only screen and (max-width: 1630px) {
	.topgrid figure {
		margin : 0 1vw;
	}
	figure.effect-ruby h3 {
		margin-top: 9.2vw;
	}
}
@media only screen and (max-width: 1200px) {
	.topgrid figure.effect-ruby h3 {
		margin-top: 8.9vw;
	}
	.topgrid figure h3 {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 1030px) {
	.topgrid {
		width : calc(100% - 60px);
	}
}
@media only screen and (max-width: 800px) {
	.topgrid figure {
		width: 47%;
		margin : 0 1vw;
	}
	.worksTrans  {
		width : 49%;
	}
	.topgrid figure img {
		height : 34vw;
	}
	.topgrid figure div {
		height : 34vw;
	}
	.topgrid figure.effect-ruby h3 {
		margin-top: 12vw;
	}
	.topgrid figure h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.topgrid {
		position: relative;
		width : 100%;
		margin: 0 auto;
		text-align: center;
		display : -webkit-flex;
		display : flex;
		-webkit-justify-content : space-between;
		justify-content : space-between;
		flex-wrap : wrap;
	}
	.topgrid figure.effect-ruby p {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.topgrid figure.effect-ruby h3 {
		margin-top: 10vw;
	}
}
@media only screen and (max-width: 360px) {
	.topgrid figure.effect-ruby h3 {
		margin-top: 8vw;
	}
}
.slick2 {
	width : 100%;
	max-width : 940px;
	margin : 0 auto;
}
@media only screen and (max-width: 1630px) {
	.slick2 {
		width : 100%;
		max-width : 900px;
		margin : 0 auto;
	}
}
@media only screen and (max-width: 1200px) {
	.slick2 {
		width : 100%;
		max-width : 860px;
		margin : 0 auto;
	}
}
.topgrid2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display : inline-block;
}
.topgrid2 figure {
	position: relative;
	display : inline-block;
	vertical-align : top;
	overflow: hidden;
	max-width: 386px;
	max-height: 224px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	padding : 0;
}
.topgrid2 figure img {
	position: relative;
	display: block;
	width : 100%;
	height :184vw;
	max-width: 386px;
	max-height: 224px;
	opacity: 0.8;
	object-fit : cover;
}
.topgrid2 figure div {
	position: relative;
	display: block;
	width : 100%;
	height : 18vw;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	background-position : center center;
	background-repeat : no-repeat;
	background-size : cover;
}
.topgrid2 figure figcaption {
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.topgrid2 figure figcaption::before,
.topgrid2 figure figcaption::after {
	pointer-events: none;
}

.topgrid2 figure figcaption,
.topgrid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.topgrid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.topgrid2 figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size : 22px;
}
.topgrid2 figure h3 span {
	font-weight: 800;
}
.topgrid2 figure h3,
.topgrid2 figure p {
	margin: 0;
}
.topgrid2 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.topgrid2 figure.effect-ruby {

}
.topgrid2 figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.topgrid2 figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.topgrid2 figure.effect-ruby h3 {
	margin-top: 78px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
.topgrid2 figure.effect-ruby p {
	font-size : 16px;
	margin : 1em auto 0 auto;
	width : 90%;
	max-width : 240px;
	background : url(../img/b_arrow.png) no-repeat right center;
	text-align : center;
	padding: 14px 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 
.topgrid2 figure.effect-ruby:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.topgrid2 figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.worksTrans  {
	width : 33%;
	height : 1px;
	font-size : 0;
	display : inline-block;
	margin : 0;
}
@media only screen and (max-width: 1630px) {
	.topgrid2 figure {
		margin : 0 1vw;
	}
	figure.effect-ruby h3 {
		margin-top: 9.2vw;
	}
}
@media only screen and (max-width: 1200px) {
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 8.9vw;
	}
	.topgrid2 figure h3 {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 800px) {
	.topgrid2 figure {
		margin : 0 1vw;
	}
	.worksTrans  {
		width : 49%;
	}
	.topgrid2 figure img {
		height : 34vw;
	}
	.topgrid2 figure div {
		height : 34vw;
	}
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 12vw;
	}
	.topgrid2 figure h3 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px) {
	.topgrid2 {

	}
	.topgrid2 figure.effect-ruby p {
		display : none;
	}
}
@media only screen and (max-width: 480px) {
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 10vw;
	}
	.topgrid2 figure img {
		height : 50vw;
	}
}
@media only screen and (max-width: 360px) {
	.topgrid2 figure.effect-ruby h3 {
		margin-top: 8vw;
	}
}

.liveWrap  {
	width : 100%;
	max-width : 1168px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	padding : 70px 0;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.liveWrap p {
	font-size: 18px;
	text-align : center;
	padding : 12px 0;
	width : 100%;
}
.liveLeft {
	width : 45%;
	text-align : center;
}
.liveRight {
	width : 55%;
	text-align : center;
}
.liveRight .movie_inner_s {
	width : 100%;
	padding : 0 40px;
	position ; relative;
	box-sizing: border-box;
}
.liveRight .movie_inner_s iframe {
	width : 100%;
	height : 52.25vw;
	max-height : 370px;
}
.liveLeft h4 strong {
	display : block;
	text-align : center;
	font-size : 28px;
	line-height : 1.0;
	padding-bottom : 12px;
}
.liveLeft h4 span {
	display : block;
	width : 120px;
	margin : 0 auto;
	text-align : center;
	font-size : 16px;
	font-weight : 400;
	line-height : 1.0;
	padding-top : 10px;
	border-top : 3px solid #bebebf;
}
.channelButton {
	margin-top : 50px;
}
.channelButton a {
	display : block;
	width : 220px;
	margin : 0 auto;
	text-align : center;
	color : #ffffff;
	background-color : #e71420;
	padding : 18px 0;
	font-size : 16px;
	border-radius : 40px;
	transition: 0.4s;
}
.channelButton a:hover {
	color : #e71420;
	background-color : #ffffff;
}
.ytThumb {
	position : relative;
}
.ytThumb .playicon {
	position : absolute;
	top : calc(50% - 33px);
	left : calc(50% - 40px);
}
.liveWrap .banner {
	width : 48%;
	max-width : 542px;
}
.liveWrap .banner100 {
	width : 100%;
}
.liveWrap .banner img {
	width : 100%;
	max-width : 542px;
}
.liveWrap .inquBtn {
	display : block;
	width : 84%;
	margin : 40px auto 30px auto;
	padding : 26px 0;
	text-align : center;
	border-radius : 8px;
}
.liveWrap .banner .tel {
	text-align : center;
	margin-bottom : 40px;
}
.liveWrap .banner .tel span {
	font-size : 16px;
}
.liveWrap .banner .tel a {
	font-size : 24px;
}
.itemWrap {
	width : 100%;
	max-width : 1086px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
	flex-direction : row-reverse;
	background-color : #757cbb;
	padding : 50px;
	box-sizing: border-box;
}
.itemLeft  {
	width : 45%;
	margin-right : 5%;
}
.itemLeft h4 {
	font-size : 26px;
	font-weight : 500;
	text-align : center;
	padding : 0 0 24px 0;
	text-align : center;
	border-bottom : 2px solid #ffffff;
	color : #ffffff;
}
.itemLeft p {
	font-size : 20px;
	font-weight : 500;
	text-align : center;
	padding : 36px 0 24px 0;
	text-align : left;
	border-bottom : 2px solid #ffffff;
	color : #ffffff;
	line-height : 2.0;
}
.itemLeft .price {
	font-size : 26px;
	font-weight : 400;
	padding : 16px 0 0px 0;
	text-align : center;
	color : #ffffff;
}
.itemLeft .price strong {
	font-size : 44px;
	font-weight : 400;
}
.itemRight  {
	width : 50%;
}
.itemRight img {
	width : 100%;
	max-height : 548px;
}
.sliderImage .slider li img {
	width : 100%;
	max-width : 576px;
	height : 40vw;
	max-height : 432px;
	object-fit: cover;
}
.sliderImage .slider li span {
	display : block;
	width : 100%;
	max-width : 576px;
	height : 40vw;
	max-height : 432px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.pagerThumb {
	display : -webkit-flex;
	display : flex;
	-webkit-justify-content : space-between;
	justify-content : space-between;
}
.pagerThumb img {
	width : 100%;
	max-width : 108px;
	height : 8vw;
	max-height : 81px;
	object-fit: cover;
}
.pagerThumb span {
	display : block;
	width : 100%;
	max-width : 108px;
	height : 8vw;
	max-height : 81px;
	background-repeat : no-repeat;
	background-position : center center;
	background-size : cover;
}
.pagerThumb .transImg {
	width : 20%;
	max-width : 108px;
	height : 1px;
}
.compWrap  {
	width : 100%;
	max-width : 1086px;
	margin-left : auto;
	margin-right : auto;
	position : relative;
	background-color : #757cbb;
	padding : 50px;
	box-sizing: border-box;
}
.car_bgcolor {
	width : 100%;
	margin : 0 auto;
	background-color : #757cbb;
	box-sizing: border-box;
	padding-left : 10px;
	padding-right : 10px;
}
.car_bgcolor .carsContents {
	width : 100%;
	max-width : 1170px;
	margin : 0 auto;
	background-color : #f5b2b2;
	box-sizing: border-box;
	padding : 68px;
}
.car_bgcolor .carsLeft {
	width : 42%;
	padding-right : 4%;
	box-sizing: border-box;
}
.car_bgcolor .carsInner {
	color : #757cbb;
}
.car_bgcolor .carsInner p {
	color : #757cbb;
	font-weight : 500;
}
.car_bgcolor h2 {
	color : #757cbb;
	background : url(../img/car.png) no-repeat top center;
	padding-top : 90px;
	line-height : 1.4;
	position : relative;
	top : -30px;
}
.carButton {
	margin-top : 0px;
}
.carButton a {
	display : block;
	width : 220px;
	margin : 0 auto;
	text-align : center;
	padding : 18px 0;
	font-size : 16px;
	border-radius : 40px;
	transition: 0.4s;
	color : #ffffff;
	background-color : #757cbb;
	border : 1px solid #757cbb;
}
.carButton a:hover {
	color : #757cbb;
	background-color : #ffffff;
}
.car_bgcolor .carsRight {
	width : 54%;
	padding : 0;
	box-sizing: border-box;
}
.car_bgcolor .carsRight p {
	width : 100%;
	padding : 0;
	box-sizing: border-box;
}
.car_bgcolor .carsimgs {
	width : 100%;
	max-width : 532px;
}
.contactHead {
	background-color : #ffffff;
	border : 4px solid #757cbb;
	border-radius : 24px;
	padding : 40px;
	text-align : center;
}
@media only screen and (max-width: 1100px) {
	.itemWrap {
		padding : 5vw;
	}
	.car_bgcolor .carsContents {
		padding : 6.8vw;
	}
	.car_bgcolor .carsLeft {
		width : 100%;
		padding-right : 0;
	}
	.car_bgcolor h2 {
		padding-top : 90px;
		top : 0px;
	}
	.car_bgcolor .carsInner p {
		padding-top : 30px;
	}
	.car_bgcolor .carsRight {
		width : 100%;
		padding : 30px 0 0 0;
		text-align : center;
	}
}
@media only screen and (max-width: 800px) {
	.carButton a {
		width: 200px;
		padding: 14px 0;
		font-size: 14px;
		border-radius: 8vw;
	}
	.itemLeft h4 {
		font-size : calc(2.08vw + 9.4px);
	}
	.itemLeft p {
		font-size : calc(1.46vw + 8.3px);
		padding : 3.6vw 0 2.4vw 0;
	}
	.itemLeft .price {
		font-size : calc(2.08vw + 9.4px);
	}
	.itemLeft .price strong {
		font-size : calc(4.17vw + 10.7px);
	}
	.compWrap  {
		padding : 5vw;
	}
}
@media only screen and (max-width: 640px) {
	.itemWrap {
		display : block;
	}
	.itemLeft {
		width : 100%;
		margin-top : 30px;
	}
	.itemRight {
		width : 100%;
	}
	.contactHead {
		border-radius : 2.4vw;
		padding : 4vw;
	}
}