@charset "UTF-8";
/* -----------------------------------------------------------
    xr共通パーツ
-------------------------------------------------------------- */
.page-xr .header-fixed {
	position: static;
}

.page-xr #main {
	padding: 0;
}

.page-xr .anchor {
	margin-top: -60px;
	padding-top: 60px;
}

.page-xr .page-title-area-title03 {
	background: #161616;
}

.page-xr .page-title-area-title03 h1 {
	color: #666;
}

.page-xr .page-title-area-title03 .breadcrumbs {
	color: #666;
}

.page-xr .page-title-area-title03 .breadcrumbs a {
	color: #666;
}

.page-xr .page-title-area-title03 .breadcrumbs span {
	color: #666;
}

.page-xr .page-title-area-title03 .breadcrumbs .fa {
	color: #666;
}

#xr {
	background: #000;
	color: #fff;
}

#xr .yellow {
	color: #ffff00;
}

#xr .cmn-xr-decotxt {
	color: #1a1a1a;
	font-family: 'Staatliches', sans-serif;
	font-size: 8rem;
	text-align: center;
	letter-spacing: 0.14em;
	line-height: 1;
	white-space: nowrap;
}

#xr .cmn-xr-headttl {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	margin: 13px 0 25px 0;
}

#xr .cmn-xr-caption {
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.8;
	text-align: center;
}

#xr .cmn-comment-image {
	position: relative;
	margin: 50px 0 0 0;
}

#xr .cmn-comment-image li {
	position: absolute;
}

#xr .cmn-comment-image li .name {
	color: #ffff00;
	font-size: 1.8rem;
	font-weight: bold;
}

#xr .cmn-comment-image li .note {
	line-height: 1.5;
	letter-spacing: .05em;
}

#xr .cmn-comment-image .comment-head {
	position: relative;
}

#xr .cmn-comment-image .comment-deco-line {
	background: #fff;
	box-shadow: 0 0px 5px #000;
	content: "";
	position: absolute;
	z-index: 2;
}

#xr .cmn-comment-image .comment-deco-circle {
	border-radius: 100%;
	border: 3px solid #fff;
	content: "";
	height: 26px;
	width: 26px;
	position: absolute;
	z-index: 2;
}

#xr .cmn-comment-image .comment-body {
	border-width: 4px;
	border-style: solid;
	background: #fff;
	position: relative;
	z-index: 3;
}

#xr .cmn-comment-image .comment-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 10px;
	left: 10px;
	line-height: 60px;
	text-align: center;
}

#xr .cmn-comment-image .comment-icon img {
	width: 35px;
	vertical-align: middle;
}


@media screen and (max-width: 667px) {
	
	.page-xr #header {
		background: #000;
		position: absolute;
		width: 100%;
	}
	
	.page-xr #header::before {
		content: "";
		background: #000;
		width: 100vw;
		height: 60px;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.drawer-open #header {
		position: fixed;
		z-index: 2;
	}
	
	.header_top {
		overflow: hidden;
	}
	
	.drawer-open .header_top {
		overflow: unset;
	}
	
	.page-xr .anchor {
		margin-top: -54px;
		padding-top: 54px;
	}
	
	.page-xr .page-title-area-title03 {
		background: #ccc;
	}
	
	.page-xr .page-title-area-title03 h1 {
		color: #fff;
	}
	
	#xr .cmn-xr-decotxt {
		font-size: 3.5rem;
	}
	
	#xr .cmn-xr-headttl {
		font-size: 1.7rem;
		margin: 5px 0 15px 0;
		line-height: 1.4;
		letter-spacing: .05em;
	}
	
	#xr .cmn-xr-caption {
		font-size: 1.5rem;
		font-weight: normal;
		line-height: 1.7;
		text-align: left;
	}
	
	#xr .cmn-comment-image {
		margin: 30px 0 0 0;
	}
	
	#xr .cmn-comment-image img {
		width: 100%;
	}
	
	#xr .cmn-comment-image figcaption {
		font-size: 1.5rem;
		letter-spacing: 0.1em;
		text-align: center;
		height: 30px;
		top: 0;
		padding: 7px 12px;
		width: 100%;
	}
	
	#xr .cmn-comment-image li {
		position: static;
		width: 100% !important;
	}
	
	#xr .cmn-comment-image li .name {
		align-items: center;
		background: url(../img/xr-name-on.png) right center/14px auto no-repeat;
		color: #222;
		display: flex;
		font-size: 1.7rem;
		text-align: left;
		line-height: 1;
		position: relative;
	}
	
	#xr .cmn-comment-image li .name.comme-active {
		background: url(../img/xr-name-off.png) right center/14px auto no-repeat;
	}
	
	#xr .cmn-comment-image li .note {
		background: #e1ecdb;
		color: #222;
		display: none;
		padding: 10px 20px 15px 20px;
	}
	
	#xr .cmn-comment-image .comment-deco-line {
		display: none;
	}
	
	#xr .cmn-comment-image .comment-deco-circle {
		display: none;
	}
	
	#xr .cmn-comment-image .comment-body {
		border: none;
		background: #fff;
		padding: 15px 0 10px 0;
		position: static;
	}
	
	#xr .cmn-comment-image .comme-sp-num {
		border-radius: 50%;
		background: #01bc55;
		font-size: 1.6rem;
		color: #fff;
		height: 25px;
		line-height: 26px;
		text-align: center;
		margin: -2px 10px 0 0;
		width: 25px;
	}
	
	#xr .cmn-comment-image .comment-icon {
		height: auto;
		width: auto;
		left: 40px;
	}
	
	#xr .cmn-comment-image .comment-icon img {
		width: 25px;
	}

}

@media screen and (min-width: 668px) {
	/*pc only*/
		#xr .cmn-comment-image li {
		pointer-events: none !important;
	}

}



/* -----------------------------------------------------------
    アニメーション
-------------------------------------------------------------- */
/*fade in*/
.cmn-fade {
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.cmn-fade.effect-cmn-fade {
	opacity: 1;
}


/*fade up*/
.cmn-fade-up,
.cmn-fade-up03 {
	opacity: 0;
	transform: translate(0, 60px);
	transition: all 600ms;
}

.cmn-fade-up.effect-cmn-fade-up,
.cmn-fade-up03.effect-cmn-fade-up{
	opacity: 1;
	transform: translate(0, 0);
}


@media screen and (max-width: 667px) {

		.cmn-fade-up,
		.cmn-fade-up03 {
			transition: all 400ms;
		}

}




/* -----------------------------------------------------------
    #menu-box02
-------------------------------------------------------------- */
#xr #menu-box02.e-header {
	position: relative;
	width: 100%;
	z-index: 20;
	display: none;
}

#xr #menu-box02.e-header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
}

#xr #menu-box02 .nav-area .nav-area-inner {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	padding: 20px 10px;
	width: 1240px;
	margin: 0 auto;
	height: 60px;
}

#xr #menu-box02 .nav-area .nav-area-inner li:first-child a {
	margin-left: 0;
}

#xr #menu-box02 .nav-area .nav-area-inner li:first-child a::before {
	display: none;
}

#xr #menu-box02 .nav-area .nav-area-inner a {
	color: #acacac;
	font-size: 1.5rem;
	margin: 0 0 0 25px;
}

#xr #menu-box02 .nav-area .nav-area-inner a:hover {
	opacity: .5;
}

#xr #menu-box02 .more-btn {
	color: #222;
	cursor: pointer;
	display: none;
	font-family: 'Staatliches', sans-serif;
	font-weight: 500;
	font-size: 2rem;
	padding: 17px 20px 17px 15px;
	width: 100%;
}


@media screen and (min-width: 668px) {
	
#xr #menu-box02 .nav-area .nav-area-inner .current a {
	color: #967852;
	font-size: 1.8rem;
	font-weight: bold;
}
	
}


@media screen and (max-width: 667px) {

	#xr #menu-box02.e-header.fixed {
		top: 0 !important;
		height: auto !important;
	}
	
	#xr #menu-box02 .nav-area {
		display: none;
		position: relative;
		z-index: 16;
	}
	
	#xr #menu-box02 .nav-area .nav-area-inner {
		display: block;
		height: auto;
		padding: 0;
	}
	
	#xr #menu-box02 .nav-area .nav-area-inner li {
		border-top: #b7b7b7 solid 1px;
		font-size: 1.5rem;
	}
	
	#xr #menu-box02 .nav-area .nav-area-inner a::before {
		display: none;
	}
	
	#xr #menu-box02 .nav-area .nav-area-inner a {
		background: #fff url("../img/bg_arrow_black_down.png") right 10px center/8px auto no-repeat;
		display: block;
		color: #333;
		margin: 0 !important;
		padding: 20px 20px 20px 15px;
		height: 55px;
	}
	
	#xr #menu-box02 .more-btn {
		background: #fff;
		display: block;
	}

}



/* -----------------------------------------------------------
    mv-wrap
-------------------------------------------------------------- */

#xr .mv-wrap {
	height: 700px;
	overflow: hidden;
	position: relative;
}

#xr .mv-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	z-index: 1;
}

#xr video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	z-index: 0;
}

#xr .mv-wrap .mv-catch {
	color: #fff;
	font-size: 5rem;
	text-align: center;
}

#xr .mv-wrap .mv-elements {
	align-items: center;
	display: flex;
	justify-content: center;
}

#xr .mv-wrap .mv-elements-img {
	width: 270px;
}

#xr .mv-wrap .mv-elements-img img {
	width: 100%;
}

#xr .mv-wrap .mv-elements-txt01 {
	font-size: 7rem;
	font-weight: bold;
	margin: 0 30px;
}

#xr .mv-wrap .mv-elements-txt02 {
	font-size: 10rem;
	font-weight: bold;
}

@media screen and (min-width:668px) and ( max-width:1600px) {
	#xr .mv-wrap {
		height: 500px;
	}
}

@media screen and (max-width: 667px) {

	#xr .mv-wrap {
		height: 330px;
	}
	
	#xr .mv-wrap .mv-catch {
		font-size: 2.5rem;
	}
	
	#xr .mv-wrap .mv-elements {
		margin: 10px 0 0 0;
	}
	
	#xr .mv-wrap .mv-elements-img {
		width: 140px;
	}
	
	#xr .mv-wrap .mv-elements-txt01 {
		font-size: 3rem;
		margin: 0 10px;
	}
	
	#xr .mv-wrap .mv-elements-txt02 {
	font-size: 5rem;
	white-space: nowrap;
}
	
	#xr video {
		height: 100%;
		width: auto;
	}

}



/* -----------------------------------------------------------
    xr-about-area
-------------------------------------------------------------- */
#xr .xr-about-intro {
	padding-top: 80px;
}

#xr .xr-about-area {
	position: relative;
}

#xr .xr-about-inner {
	background: url("../img/xr-about-deco-line.png")right -200px top 100px/contain no-repeat;
	padding-bottom: 80px;
}

#xr .xr-about-area .cmn-xr-caption {
	color: #ccc;
	position: relative;
	z-index: 1;
}

#xr .xr-about-area .cmn-xr-caption span {
	color: #ffff00;
	font-size: 4rem;
	margin: 0 5px 0 0;
	line-height: 0.5;
	display: inline-block;
}

#xr .xr-about-area .xr-about-deco {
	top: 150px;
	content: "";
	left: 0;
	position: absolute;
	font-size: 50rem;
	font-weight: bold;
	color: #100f0f;
	z-index: 0;
	line-height: 0.85;
	letter-spacing: -0.02em;
}

#xr .xr-about-area .xr-about-deco-line {
	top: 100px;
	content: "";
	right: 20px;
	position: absolute;
	font-size: 50rem;
	color: #262525;
	z-index: 0;
	line-height: 0.85;
	opacity: .5;
}

#xr .xr-about-area .xr-about-list {
	display: flex;
	margin: 80px auto 0 auto;
	max-width: 1600px;
	position: relative;
	z-index: 1;
}

#xr .xr-about-area .xr-about-list .xr-about-item:first-of-type {
	margin-top: 0;
}

#xr .xr-about-area .xr-about-list .xr-about-item:nth-of-type(2) {
	transition-delay: 200ms;
}

#xr .xr-about-area .xr-about-list .xr-about-item:last-of-type {
	margin-right: 0;
	transition-delay: 400ms;
}

#xr .xr-about-area .xr-about-item {
	margin: 0 30px 0 0;
	width: calc(100% / 3);
}

#xr .xr-about-area .xr-about-item figure img {
	width: 100%;
}

#xr .xr-about-area .xr-about-item figure .item-note {
	text-align: center;
	margin-top: 10px;
}

#xr .xr-about-area .xr-about-item figcaption {
	align-items: center;
	display: flex;
	justify-content: center;
}

#xr .xr-about-area .xr-about-item figcaption .en {
	font-size: 4rem;
	font-weight: bold;
	position: relative;
	padding: 0 30px 0 0;
	letter-spacing: .05em;
}

#xr .xr-about-area .xr-about-list .xr-about-item:first-of-type figcaption .en,
#xr .xr-about-area .xr-about-list .xr-about-item:first-of-type figcaption .ja {
	color: #ca4248;
}

#xr .xr-about-area .xr-about-list .xr-about-item:nth-of-type(2) figcaption .en,
#xr .xr-about-area .xr-about-list .xr-about-item:nth-of-type(2) figcaption .ja {
	color: #2b87c4;
}

#xr .xr-about-area .xr-about-list .xr-about-item:nth-of-type(3) figcaption .en,
#xr .xr-about-area .xr-about-list .xr-about-item:nth-of-type(3) figcaption .ja {
	color: #5eb934;
}

#xr .xr-about-area .xr-about-item figcaption .en::before {
	background: #ccc;
	content: "";
	position: absolute;
	right: 10px;
	height: 60px;
	width: 2px;
	transform: rotate(40deg);
	top: 0;
}

#xr .xr-about-area .xr-about-item figcaption .ja {
	color: #ccc;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 50px 0 0 0;
}

#xr .xr-about-area .xr-about-item .item-img {
	position: relative;
}

#xr .xr-about-area .xr-about-item .item-img-header {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px 20px;
	top: -25px;
	font-size: 1.7rem;
	white-space: nowrap;
	width: 343px;
	height: 40px;
}

#xr .xr-about-area .xr-about-list .xr-about-item:first-of-type .item-img-header {
	background: url("../img/xr-about-red.png")center center/cover no-repeat;
}

#xr .xr-about-area .xr-about-list .xr-about-item:nth-of-type(2) .item-img-header {
	background: url("../img/xr-about-blue.png")center center/cover no-repeat;
}

#xr .xr-about-area .xr-about-list .xr-about-item:nth-of-type(3) .item-img-header {
	background: url("../img/xr-about-green.png")center center/cover no-repeat;
}

#xr .xr-about-area .xr-about-item .item-img-header span {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 4px;
}

#xr .xr-about-area .xr-about-item .item-img-header .header-bak {
	position: relative;
	font-size: 1.5rem;
	text-align: center;
}



@media screen and (max-width: 667px) {
	
	#xr .xr-about-intro {
		padding-top: 30px;
	}
	
	#xr .xr-about-inner {
		background-position: left bottom;
		padding-bottom: 50px;
	}

	#xr .xr-about-area .cmn-xr-caption {
		padding: 0;
		opacity: 1!important;
	}
	
	#xr .xr-about-area .cmn-xr-caption span {
		font-size: 3rem;
	}
	
	#xr .xr-about-area .xr-about-deco {
		font-size: 20rem;
		top: 200px;
	}
	
	#xr .xr-about-area .xr-about-list {
		display: block;
		margin: 60px auto 0 auto;
	}
	
	#xr .xr-about-area .xr-about-item {
		margin: 60px 0 0 0;
		width: 100%;
	}
	
	#xr .xr-about-area .xr-about-item .item-img-header {
		font-size: 1.7rem;
		width: 320px;
		height: 36px;
	}
	
	#xr .xr-about-area .xr-about-item .item-img-header span {
		font-size: 1.8rem;
	}
	
	#xr .xr-about-area .xr-about-item .item-img-header .header-bak::before {
		border-width: 0 0 38px 38px;
		left: -58px;
	}
	
	#xr .xr-about-area .xr-about-item .item-img-header .header-bak::after {
		border-width: 38px 38px 0 0;
		right: -58px;
	}
	
	#xr .xr-about-area .xr-about-item figcaption {
		margin: 5px 0 0 0;
	}
	
	#xr .xr-about-area .xr-about-item figcaption .en {
		font-size: 2.6rem;
		padding: 0 20px 0 0;
	}
	
	#xr .xr-about-area .xr-about-item figcaption .en::before {
		right: 10px;
		height: 45px;
	}
	
	#xr .xr-about-area .xr-about-item figcaption .ja {
		font-size: 1.7rem;
		padding: 30px 0 0 0;
	}
	
	#xr .xr-about-area .xr-about-item figcaption .ja em {
		font-size: 2rem;
		margin: 0 3px 0 0;
	}
	
	#xr .xr-about-area .xr-about-item .item-note {
		font-size: 1.5rem;
		margin: 10px 0 0 0;
		line-height: 1.5;
	}
}


@media screen and (min-width: 668px) and (max-width: 1600px) {

	/*調整*/
	#xr .xr-about-area .xr-about-deco {
		top: 120px;
		font-size: 38rem;
	}

}



/* -----------------------------------------------------------
    xr-space-area
-------------------------------------------------------------- */
#xr .xr-space-area .xr-space-inner {
	background: #efefef;
	padding: 90px 0 150px 0;
}

#xr .xr-space-area .cmn-xr-caption {
	color: #222;
}

#xr .xr-space-area .cmn-xr-headttl {
	color: #967852;
}

#xr .xr-space-area .cmn-comment-image .comment-body {
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	padding: 10px 20px;
}

#xr .xr-space-area .cmn-comment-image {
	margin: 100px 0 0 0;
}

#xr .xr-space-area .cmn-comment-image figure {
	position: relative;
	z-index: 0;
}

#xr .xr-space-area .cmn-comment-image figure .pic {
	position: relative;
}

#xr .xr-space-area .cmn-comment-image figure .pic::before {
	content: "";
	background: #1F1F1F;
	width: calc( 100% + 100px );
	height: calc( 100% + 100px );
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

#xr .xr-space-area .cmn-comment-image figure .pic img {
	width: 100%;
	z-index: 1;
	position: relative;
}

#xr .xr-space-area .cmn-comment-image figcaption {
	background: #1F1F1F;
	font-weight: bold;
	font-size: 1.9rem;
	letter-spacing: 0.15em;
	padding: 15px 20px 15px 20px;
	position: absolute;
	top: -55px;
	text-align: center;
	width: calc( 100% + 100px );
	z-index: 2;
	left: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#xr .xr-space-area .cmn-comment-image figcaption span {
	font-size: 2.6rem;
	margin: 0 5px 0 0;
}

#xr .xr-space-area .cmn-comment-image li .name {
	align-items: center;
	display: flex;
	height: 60px;
	padding: 0 0 0 60px;
	line-height: 1.4;
}

#xr .xr-space-area .cmn-comment-image li .note {
	color: #222;
	margin: 0 0 5px 0;
}

#xr .xr-space-area .cmn-comment-image li.comment01 {
	top: 25px;
	left: -80px;
	width: 350px;
}

#xr .xr-space-area .cmn-comment-image li.comment01 .name {
	color: #3DB145;
}

#xr .xr-space-area .cmn-comment-image li.comment01 .comment-body {
	border-color: #3DB145;
}

#xr .xr-space-area .cmn-comment-image li.comment01 .comment-deco-line {
	height: 310px;
	width: 3px;
	top: 155px;
	transform: rotate(-35deg);
	right: -25px;
}

#xr .xr-space-area .cmn-comment-image li.comment01 .comment-deco-circle {
	background: #3DB145;
	top: 420px;
	right: -125px;
}

#xr .xr-space-area .cmn-comment-image li.comment02 {
	top: 520px;
	left: 460px;
	width: 360px;
}

#xr .xr-space-area .cmn-comment-image li.comment02 .comment-icon img {
	width: 43px;
}

#xr .xr-space-area .cmn-comment-image li.comment02 .name {
	color: #3467C8;
}

#xr .xr-space-area .cmn-comment-image li.comment02 .comment-body {
	border-color: #3467C8;
}

#xr .xr-space-area .cmn-comment-image li.comment02 .comment-deco-line {
	height: 280px;
	width: 3px;
	top: -235px;
	transform: rotate(-35deg);
	right: 305px;
}

#xr .xr-space-area .cmn-comment-image li.comment02 .comment-deco-circle {
	background: #3467C8;
	top: -230px;
	right: 380px;
}

#xr .xr-space-area .cmn-comment-image li.comment03 {
	top: 460px;
	right: -80px;
	width: 320px;
}

#xr .xr-space-area .cmn-comment-image li.comment03 .name {
	color: #00B799;
}

#xr .xr-space-area .cmn-comment-image li.comment03 .comment-body {
	border-color: #00B799;
}

#xr .xr-space-area .cmn-comment-image li.comment03 .comment-deco-line {
	height: 180px;
	width: 3px;
	top: -160px;
	transform: rotate(15deg);
	right: 152px;
}

#xr .xr-space-area .cmn-comment-image li.comment03 .comment-deco-circle {
	background: #00B799;
	top: -180px;
	right: 115px;
}

#xr .xr-space-area .cmn-comment-image li.comment04 {
	top: 100px;
	right: -80px;
	width: 200px;
}

#xr .xr-space-area .cmn-comment-image li.comment04 .comment-body {
	border-color: #F7A9F7;
}

#xr .xr-space-area .cmn-comment-image li.comment04 .name {
	color: #F7A9F7;
}

#xr .xr-space-area .cmn-comment-image li.comment04 .comment-deco-line {
	height: 275px;
	width: 3px;
	top: -50px;
	transform: rotate(70deg);
	right: 315px;
}

#xr .xr-space-area .cmn-comment-image li.comment04 .comment-deco-circle {
	background: #F7A9F7;
	top: 125px;
	right: 445px;
}


@media screen and (max-width: 667px) {
	
	#xr .xr-space-area .xr-space-inner {
		padding: 50px 0 0 0;
	}
	
	#xr .xr-space-area .cmn-xr-caption {
		letter-spacing: unset;
	}
	
	#xr .xr-space-area .cmn-comment-image .comment-body {
		box-shadow: none;
		padding: 5px 20px;
	}
	
	#xr .xr-space-area .cmn-comment-image {
		margin: 25px 0 0 0;
	}
	
	#xr .xr-space-area .cmn-comment-image figcaption {
		font-size: 1.6rem;
		left: 0;
		letter-spacing: 0.07em;
		height: auto;
		width: 100%;
		padding: 10px;
		position: static;
	}
	
	#xr .xr-space-area .cmn-comment-image figcaption span {
		font-size: 2rem;
		margin: 0 2px 0 0;
	}
	
	#xr .xr-space-area .cmn-comment-image figure .pic::before {
		position: static;
	}
	
	#xr .xr-space-area .cmn-comment-image ul {
		background: #fff;
		padding: 0 0 20px 0;
	}
	
	#xr .xr-space-area .cmn-comment-image li .name {
		color: #3DB145!important;
		padding: 0 20px 0 0;
		font-size: 1.7rem;
		height: 50px;
	}
	
	#xr .xr-space-area .cmn-comment-image li.comment01 .note {
		display: block;
	}
	
	#xr .xr-space-area .cmn-comment-image li.comment04 {
		pointer-events: none;
	}
	
	#xr .xr-space-area .cmn-comment-image li.comment04 .name {
		background-image: none !important;
	}
	
	#xr .xr-space-area .cmn-comment-image .comment-icon {
		background: transparent;
		display: none;
	}
	
	#xr .xr-space-area .cmn-comment-image .comment-icon img {
		margin: -12px 0 0 0;
	}
	
	#xr .xr-space-area .cmn-comment-image li .note {
		margin: 0;
	}


}



/* -----------------------------------------------------------
    xr-studio-area
-------------------------------------------------------------- */
#xr .xr-studio-area .xr-studio-inner {
	padding: 100px 0 110px 0;
}

#xr .xr-studio-area .cmn-xr-headttl {
	color: #967852;
}

#xr .xr-studio-area .cmn-xr-decotxt {
	color: #efefef;
}

#xr .xr-studio-area .cmn-xr-decotxt {
	align-items: center;
	display: flex;
	justify-content: center;
}

#xr .xr-studio-area .cmn-xr-decotxt span {
	font-size: 6rem;
}

#xr .xr-studio-area .xr-studio-pic {
	margin: 50px 0 0 0;
}

#xr .xr-studio-area .xr-studio-pic img {
	width: 100%;
}

#xr .xr-studio-area .cmn-comment-image li {
	width: 200px;
}

#xr .xr-studio-area .cmn-comment-image .comment-body {
	align-items: center;
	display: flex;
	height: 83px;
	padding: 0 0 0 85px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

#xr .xr-studio-area .cmn-comment-image .comment-icon {
	top: 6px;
}

#xr .xr-studio-area .cmn-comment-image li.comment01 {
	top: 70px;
	left: 30px;
}

#xr .xr-studio-area .cmn-comment-image li.comment01 .name {
	color: #3DB145;
}

#xr .xr-studio-area .cmn-comment-image li.comment01 .comment-body {
	border-color: #3DB145;
	padding: 0 0 0 70px;
	
}

#xr .xr-studio-area .cmn-comment-image li.comment01 .comment-deco-line {
	height: 200px;
	width: 3px;
	top: -42px;
	transform: rotate(-75deg);
	right: -50px;
}

#xr .xr-studio-area .cmn-comment-image li.comment01 .comment-deco-circle {
	background: #3DB145;
	top: 70px;
	left: 330px;
}

#xr .xr-studio-area .cmn-comment-image li.comment02 {
	top: 430px;
	left: 30px;
}

#xr .xr-studio-area .cmn-comment-image li.comment02 .comment-icon img {
	width: 42px;
}

#xr .xr-studio-area .cmn-comment-image li.comment02 .name {
	color: #95a9cf;
}

#xr .xr-studio-area .cmn-comment-image li.comment02 .comment-body {
	border-color: #95a9cf;
	padding: 0 0 0 70px;
}

#xr .xr-studio-area .cmn-comment-image li.comment02 .comment-deco-line {
	height: 340px;
	width: 3px;
	top: -192px;
	transform: rotate(63deg);
	left: 325px;
}

#xr .xr-studio-area .cmn-comment-image li.comment02 .comment-deco-circle {
	background: #95a9cf;
	top: -115px;
	left: 470px;
}

#xr .xr-studio-area .cmn-comment-image li.comment03 {
	top: 70px;
	right: 20px;
}

#xr .xr-studio-area .cmn-comment-image li.comment03 .name {
	color: #F7A9F7;
}

#xr .xr-studio-area .cmn-comment-image li.comment03 .comment-body {
	border-color: #F7A9F7;
}

#xr .xr-studio-area .cmn-comment-image li.comment03 .comment-deco-line {
	height: 260px;
	width: 3px;
	top: -95px;
	transform: rotate(-90deg);
	right: 330px;
}

#xr .xr-studio-area .cmn-comment-image li.comment03 .comment-deco-circle {
	background: #F7A9F7;
	top: 20px;
	right: 460px;
}

#xr .xr-studio-area .cmn-comment-image li.comment04 {
	top: 450px;
	right: 20px;
}

#xr .xr-studio-area .cmn-comment-image li.comment04 .name {
	color: #3DB145;
}

#xr .xr-studio-area .cmn-comment-image li.comment04 .comment-body {
	border-color: #3DB145;
	padding: 0 0 0 70px;
}

#xr .xr-studio-area .cmn-comment-image li.comment04 .comment-deco-line {
	height: 185px;
	width: 3px;
	top: -65px;
	transform: rotate(-83deg);
	right: 290px;
}

#xr .xr-studio-area .cmn-comment-image li.comment04 .comment-deco-circle {
	background: #3DB145;
	top: 0;
	right: 375px;
}


@media screen and (max-width: 667px) {

	#xr .xr-studio-area .xr-studio-inner {
		padding: 50px 0 0 0;
	}
	
	#xr .xr-studio-area .cmn-xr-decotxt span {
		font-size: 3rem;
	}
	
	#xr .xr-studio-area .xr-studio-pic {
		margin: 30px 0 0 0;
	}
	
	#xr .xr-studio-area .cmn-comment-image ul {
		background: #fff;
		display: flex;
		flex-wrap: wrap;
	}
	
	#xr .xr-studio-area .cmn-comment-image li {
		width: 50% !important;
		pointer-events: none;
	}
	
	#xr .xr-studio-area .cmn-comment-image li .name {
		background: none;
		color: #3DB145!important;
	}
	
	#xr .xr-studio-area .cmn-comment-image .comment-body {
		box-shadow: none;
		height: 60px;
		padding: 0 0 0 20px !important;
	}
	
	#xr .xr-studio-area .cmn-comment-image .comment-icon {
		background: transparent;
		display: none;
	}
	
	#xr .cmn-comment-image .comment-icon img {
		margin: -18px 0 0 0;
	}

}



/* -----------------------------------------------------------
    xr-plan-area
-------------------------------------------------------------- */
#xr .xr-plan-area {
	background: #d3d8e0;
	padding: 80px 0;
}

#xr .xr-plan-area .cmn-xr-headttl {
	color: #967852
}

#xr .xr-plan-area .xr-plan-ttl {
	font-size: 3rem;
	font-weight: bold;
}

#xr .xr-plan-area .xr-plan-top {
	margin: 60px 0 0 0;
	position: relative;
	padding: 0 0 0 40px;
}

#xr .xr-plan-area .plan-illust {
	top: -50px;
	right: 40px;
	width: 453px;
	position: absolute;
}

#xr .xr-plan-area .plan-illust img {
	width: 100%;
}

#xr .xr-plan-area .plan-equipment {
	width: 520px;
}

#xr .xr-plan-area .plan-equipment-ttl {
	border-bottom: 2px solid #5b75a8;
	color: #486397;
	font-weight: bold;
	font-size: 2.3rem;
	padding: 15px 20px 13px 45px;
	position: relative;
	letter-spacing: .1em;
}

#xr .xr-plan-area .plan-equipment-ttl::before {
	bottom: 0;
	border-style: solid;
	border-width: 15px 0 0 40px;
	border-color: transparent transparent transparent #5b75a8;
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	right: 0;
}

#xr .xr-plan-area .plan-equipment-list {
	border: 2px solid #5b75a8;
	border-top: 0;
	padding: 30px 30px 30px 50px;
	margin: 7px 0 0 0;
}

#xr .xr-plan-area .plan-equipment-list li {
	color: #486397;
	font-size: 1.6rem;
	margin: 20px 0 0 0;
	padding: 0 0 0 1em;
	position: relative;
	line-height: 1.3;
	letter-spacing: .01em;
}

#xr .xr-plan-area .plan-equipment-list li::before {
	background: #486397;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 7px;
}

#xr .xr-plan-area .plan-equipment-list li:first-child {
	margin-top: 0;
}

#xr .xr-plan-area .plan-equipment-list li:last-child::before {
	display: none;
}

#xr .xr-plan-area .xr-plan-btm {
	margin: 100px 0 0 0;
	padding: 0 30px;
}

#xr .xr-plan-area .xr-plan-btm ul {
	display: flex;
	justify-content: space-between;
}

#xr .xr-plan-area .xr-plan-btm li {
	position: relative;
}

#xr .xr-plan-area .xr-plan-btm img {
	position: relative;
	width: 500px;
}


@media screen and (max-width: 667px) {
	
	#xr .xr-plan-area {
		padding: 40px 0;
	}
	
	#xr .xr-plan-area .xr-plan-ttl {
		font-size: 2rem;
	}
	
	#xr .xr-plan-area .xr-plan-top {
		margin: 0;
		padding: 0 20px;
	}
	
	#xr .xr-plan-area .plan-illust {
		width: 100%;
		position: static;
	}
	
	#xr .xr-plan-area .plan-equipment {
		width: 100%;
	}
	
	#xr .xr-plan-area .plan-equipment-ttl {
		font-size: 1.8rem;
		padding: 30px 20px 8px 20px;
	}
	
	#xr .xr-plan-area .plan-equipment-list {
		padding: 0px 10px 10px 10px;
		margin: 12px 0 0 0;
	}
	
	#xr .xr-plan-area .plan-equipment-list li {
		font-size: 1.5rem;
		margin-top: 13px;
		padding: 0 0 0 1.5em;
	}
	
	#xr .xr-plan-area .xr-plan-btm li:first-child {
		margin-bottom: 20px;
	}
	
	#xr .xr-plan-area .plan-equipment-list li::before {
		left: 0.5em;
	}
	
	#xr .xr-plan-area .xr-plan-btm {
		margin: 30px 0 0 0;
	}
	
	#xr .xr-plan-area .xr-plan-btm ul {
		display: block;
	}
	
	#xr .xr-plan-area .xr-plan-btm img {
		width: 100%;
	}
	
	#xr .xr-plan-area .xr-plan-btm {
		padding: 0 20px;
		width: 100%;
	}

}


@media screen and (min-width: 668px) and (max-width: 1600px) {

	/*調整*/
	#xr .xr-plan-area .plan-illust {
		right: 40px;
		width: 450px;
	}

}



/* -----------------------------------------------------------
    xr-scene-area
-------------------------------------------------------------- */
#xr .xr-scene-area {
	background: #efefef;
	padding: 80px 0 140px 0;
}

#xr .xr-scene-area .cmn-xr-headttl {
	color: #967852;
}

#xr .xr-scene-area .cmn-xr-caption {
	color: #222;
	letter-spacing: .07em;
}

#xr .xr-scene-area .cmn-xr-caption .ani-line {
	position: relative;
	z-index: 1;
}

#xr .xr-scene-area .cmn-xr-caption .ani-line::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 6px;
	background: #dbcbb7;
	z-index: -1;
	transition: all 0.8s;
}

#xr .xr-scene-area .cmn-xr-caption .ani-line.ani-line-active::after {
	width: 100%;
}

#xr .xr-scene-area .cmn-xr-caption-big {
	color: #222;
	text-align: center;
	letter-spacing: .07em;
	font-size: 1.7rem;
	line-height: 1.9;
	margin: 20px 0 0 0;
	font-weight: bold;
}

#xr .xr-scene-area .xr-scene-list {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0 auto;
	max-width: 1600px;
	position: relative;
	z-index: 1;
}

#xr .xr-scene-area .xr-scene-list .xr-scene-item:nth-of-type(3n) {
	margin-right: 0;
}

#xr .xr-scene-area .xr-scene-list .xr-scene-item:nth-of-type(n+4) {
	margin-top: 40px;
}

#xr .xr-scene-area .xr-scene-item {
	margin: 0 30px 0 0;
	width: calc((100% - 60px) / 3);
}

#xr .xr-scene-area .xr-scene-item:nth-of-type(2) {
	transition-delay: 200ms;
}

#xr .xr-scene-area .xr-scene-item:nth-of-type(3) {
	transition-delay: 400ms;
}

#xr .xr-scene-area .xr-scene-item:nth-of-type(5) {
	transition-delay: 200ms;
}

#xr .xr-scene-area .xr-scene-item:nth-of-type(6) {
	transition-delay: 400ms;
}

#xr .xr-scene-area .xr-scene-item figure .item-img {
	position: relative;
}

#xr .xr-scene-area .xr-scene-item figure img {
	width: 100%;
}

#xr .xr-scene-area .xr-scene-item figcaption {
	align-items: center;
	color: #222;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	margin: 10px 0 0 0;
	font-weight: bold;
}


@media screen and (max-width: 667px) {

	#xr .xr-scene-area {
		padding: 50px 0 100px 0;
	}
	
	#xr .xr-scene-area .xr-scene-list {
		margin: 0 !important;
		justify-content: space-between;
	}
	
	#xr .xr-scene-area .xr-scene-item {
		margin: 20px 0 0 0 !important;
		width: 48%;
	}

	#xr .xr-scene-area .xr-scene-item:first-of-type {
		transition-delay: 50ms;
	}

	#xr .xr-scene-area .xr-scene-item:nth-of-type(2) {
		transition-delay: 50ms;
	}
	
	#xr .xr-scene-area .xr-scene-item:nth-of-type(3) {
		transition-delay: 200ms;
	}

	#xr .xr-scene-area .xr-scene-item:nth-of-type(4) {
		transition-delay: 250ms;
	}
	
	#xr .xr-scene-area .xr-scene-item:nth-of-type(5) {
		transition-delay: 300ms;
	}
	
	#xr .xr-scene-area .xr-scene-item:nth-of-type(6) {
		transition-delay: 400ms;
	}
	
	#xr .xr-scene-area .xr-scene-item figcaption {
		font-size: 1.5rem;
		margin: 5px 0 0 0;
		line-height: 1.4;
		padding: 0;
	}
	
	#xr .xr-scene-area .cmn-xr-caption-big {
		text-align: left;
		font-size: 1.5rem;
		margin: 25px 0 10px 0;
		line-height: 1.8;
	}
	
	#xr .xr-scene-area .xr-scene-item figure .item-img::before {
		position: static;
	}

}


@media screen and (min-width: 668px) and (max-width: 1600px) {

	/*調整*/
	#xr .xr-scene-area .xr-scene-item figcaption {
		font-size: 1.7rem;
	}

}



/* -----------------------------------------------------------
    xr-video-area
-------------------------------------------------------------- */
#xr .xr-video-area {
	background: #1a1a1a;
	padding: 90px 0 0 0;
}

#xr .xr-video-area .xr-video {
	width: 1200px;
	height: calc(580px / 16 * 9);
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#xr .xr-video-area .xr-video iframe {
	height: 100%;
	width: 580px;
}


@media screen and (max-width: 667px) {

	#xr .xr-video-area {
		padding: 50px 0 0 0;
	}
	
	#xr .xr-video-area .xr-video {
		width: 100%;
		height: auto;
		display: block;
	}

	#xr .xr-video-area .xr-video iframe {
		width: 100%;
		height: calc( ( 100vw - 40px ) / 16 * 9 );
	}

	#xr .xr-video-area .xr-video iframe:first-of-type {
		margin-bottom: 20px;
	}

}



/* -----------------------------------------------------------
    xr-contact-area
-------------------------------------------------------------- */
#xr .xr-contact-area {
	background: #1a1a1a;
}

#xr .xr-contact-area .xr-contact-inner {
	padding: 60px 0 100px 0;
}

#xr .xr-contact-area .xr-contact-head {
	align-items: center;
	display: flex;
	justify-content: center;
}

#xr .xr-contact-area .contact-head-img {
	width: 270px;
}

#xr .xr-contact-area .contact-head-img img {
	width: 100%;
}

#xr .xr-contact-area .contact-head-txt01 {
	font-size: 7rem;
	font-weight: bold;
	margin: 0 30px;
}

#xr .xr-contact-area .contact-head-txt02 {
	font-size: 10rem;
	font-weight: bold;
}

#xr .xr-contact-area .xr-contact-copy {
	color: #ccc;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.8;
}

#xr .xr-contact-area .xr-contact-body {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 40px 0 0 0;
}

#xr .xr-contact-area .xr-contact-body .tel-wrap {
	margin: 0 50px 0 0;
}

#xr .xr-contact-area .xr-contact-body .tel-wrap a {
	color: #fff;
}

#xr .xr-contact-area .xr-contact-body .tel-wrap i {
	font-size: 4rem;
	margin: 0 10px 0 0;
}

#xr .xr-contact-area .xr-contact-body .tel-wrap span {
	font-family: 'Staatliches', sans-serif;
	font-size: 5rem;
	letter-spacing: .05em;
}

#xr .xr-contact-area .xr-contact-body .tel-wrap p {
	color: #ccc;
}

#xr .xr-contact-area .xr-contact-body .form {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 84px;
	text-align: center;
	width: 400px;
	height: 84px;
}

#xr .xr-contact-area .xr-contact-body .form a {
	background: #bcbc1f;
	color: #fff;
	display: block;
	width: 100%;
	position: relative;
}

#xr .xr-contact-area .xr-contact-body .form a::before {
	font-family: FontAwesome;
	content: "\f003";
	display: inline-block;
	margin: 0 10px 0 0;
}


@media screen and (max-width: 667px) {

	#xr .xr-contact-area .xr-contact-inner {
		padding: 30px 0 70px 0;
	}
	
	#xr .xr-contact-area .xr-contact-head {
		margin: 10px 0 0 0;
	}
	
	#xr .xr-contact-area .contact-head-img {
		width: 140px;
	}
	
	#xr .xr-contact-area .contact-head-txt01 {
		font-size: 3rem;
		margin: 0 10px;
	}
	
	#xr .xr-contact-area .contact-head-txt02 {
		font-size: 5rem;
	}
	
	#xr .xr-contact-area .xr-contact-copy {
		font-size: 1.5rem;
		margin: 10px 0 0 0;
		line-height: 1.7;
		text-align: left;
	}
	
	#xr .xr-contact-area .xr-contact-body {
		display: block;
		margin: 10px 0 0 0;
	}
	
	#xr .xr-contact-area .xr-contact-body .tel-wrap {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin: 0;
	}
	
	#xr .xr-contact-area .xr-contact-body .tel-wrap i {
		font-size: 3rem;
	}
	
	#xr .xr-contact-area .xr-contact-body .tel-wrap p {
		font-size: 1.4rem;
	}
	
	#xr .xr-contact-area .xr-contact-body .tel-wrap span {
		font-size: 4rem;
	}
	
	#xr .xr-contact-area .xr-contact-body .form {
		font-size: 1.8rem;
		line-height: 70px;
		width: 100%;
		height: 70px;
		margin: 30px auto 0 auto;
	}

}



/* -----------------------------------------------------------
    back
-------------------------------------------------------------- */
#xr .back {
	background: #ededed;
	padding: 10px 0;
}

#xr .back_link {
	margin: 0 auto;
}


/*==================================================
スライダーのためのcss
===================================*/
.video-slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
	margin-bottom: 15px;
}

.video-slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;
}

.video-slider .slick-slide:hover {
	transform: scale(0.7);
	transition: all .5s;
	box-shadow: 0px 5px 15px 0px rgba(222, 222, 222, 0.35);
	opacity: 1.0;
}

.video-slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;
}

.video-slider .slick-slide.slick-center:hover{
	transform: scale(0.9);
	box-shadow: 0px 5px 15px 0px rgba(222, 222, 222, 0.35);
}


/*矢印の設定*/
/*戻る、次へ矢印の位置*/
#sec06 .slick-prev, 
#sec06 .slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 15px;
    width: 15px;
}

#sec06 .slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

#sec06 .slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

#sec06 .slick-prev:before, .slick-next:before {
	display: none;
}

/*ドットナビゲーションの設定*/
.slick-dots{
	bottom: -40px!important;
}

.slick-dots li {
    margin: 0 2px!important;
}

.slick-dots li button:before {
    font-size: 11px!important;
}

/*停止開始ボタンの設定*/
.buttons{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.buttons .button{
	margin: 8px;
	border: 1px solid #fff;
	color: #fff;
	padding: 8px;
	text-align: center;
	width: 170px;
	transition: all 300ms ease;
}

.buttons .button:hover{
	cursor: pointer;
	background: #fff;
	color: #000;
	transition: all 300ms ease;
}

.buttons .button:click{
	border: 1px solid  #737373;
	color:#737373;
}

@media screen and (max-width: 667px){
	
	.video-slider {
		width:100%;
		margin:0;
		margin-bottom: 15px;
	}
	
	.video-slider li{
		margin: 0 20px;
	}
	
	.video-slider img {
		width:100%;
		height:auto;
	}

	.video-slider .slick-slide {
		transform: scale(1.0);
		transition: none;
		opacity: 1.0;
	}
	
	.video-slider{
		width: 100%;
		height: auto;
		display: block;
	}
	
	.video-slider iframe {
		width: 87vw;
		height: calc( ( 100vw - 40px ) / 16 * 9 );
	}
	
	.buttons .button{
		font-size: 1.5rem;
	}
	
}


