@charset "UTF-8";


/*@import url("style_sample1.css");
@import url("style_sample.css");*/
@import url("common.css");
@import url("default.css");


.cbtn li .txt .cs {
	display: none;
}
.cbtn li.des .img::after,
.cbtn li.equ .img::after {
	display: none;
}
.cbtn li.des a:hover .img .bg,
.cbtn li.equ a:hover .img .bg {
	transform: scale(1);
}
.cbtn li.des .txt .cs,
.cbtn li.equ .txt .cs {
	display: block;
}
.cbtn li.des .txt .t2,
.cbtn li.equ .txt .t2 {
	display: none;
}
.cbtn li.des .txt::after,
.cbtn li.equ .txt::after {
	display: none;
}


/*.msn-footerMenu .msn-footerNav .msn-footerNav__item:last-child,
.msn-headerPrimary .msn-headerNav .msn-headerNav__item:last-child {
	display: none;
}*/
.msn-footerMenu .msn-footerNav .msn-footerNav__item:nth-last-child(2) {
	/* border-bottom: none; */
}
.msn-footerMenu .msn-footerNav {
	/* border-bottom: solid 1px #d9d9d9; */
}

@media (max-width: 600px){
.msn-footerInfoCenter__title {
	font-size: 3.6vw;
}
}

@media screen and (max-width: 767px) {
    .msn-headerNav .msn-headerNav__item--disabled{
        opacity: 1!important;
        color: #272727!important;
    }
    .msn-footerNav .msn-footerNav__item--disabled{
        opacity: 1!important;
        color: #dfdfdf!important;
        color: #999!important;
    }
}




.f_navi li:nth-child(2) a,
.f_navi li:nth-child(6) a
{
	opacity: 0.4;
	pointer-events: none;
	cursor: inherit;
}
.msn-headerNav .msn-headerNav__item:nth-child(1) a,
.msn-headerNav .msn-headerNav__item:nth-child(5) a {
	opacity: 0.4;
	pointer-events: none;
	cursor: inherit;
}




.features_box li.t03 a {
	pointer-events: none;
}




.msn-headerButtons__item:nth-child(2),
.msn-bottomButtons__item:nth-child(2) {
	/* display: none; */
}
.msn-headerButtons__item:first-child a{
	/* border-bottom-right-radius: 5px; */
	border-bottom-left-radius: 5px;
}

@media screen and (min-width: 768px) {
	.msn-bottomButtons {
		/* width: 200px !important; */
 }
}
.cvrimprovement-reserve-button {
	/* display: none !important; */
}

.msn-footerMenu,
.msn-headerButtons,
.msn-headerSecondary {
	font-family:"Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;
}



/*以下オープン--------------------------------------------------------------------------*/

/**/
.ohkarte-add_banner a {
	display: block;
}
@media (min-width: 768px){
	.ohkarte-add_banner { display: none; }
}

.ohkarte-modal {
	display: none;
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1999999;
	overflow: hidden;
}
.ohkarte-modal .ohkarte-window {
	position: relative;
	background-color: #fff;
	padding: 0 0 20px;
}
.ohkarte-modal .ohkarte-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/k_parts/img/close.svg) no-repeat center;
	background-size: cover;
}
.ohkarte-modal .ohkarte-window .ohkarte-window_inner {
	padding: 0 0 20px;
}

.ohd-contents {
	min-width: 320px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.ohd-contents:before {
	content: '';
	display: block;
	height: 1px;
}
.ohd-section {
	padding-left: 15px;
	padding-right: 15px;
}
.msds-iconHeadingBox {
	margin-bottom: 25px;
}
.msds-iconHeadingBox__heading {
	display: flex;
	align-items: center;
	position: relative;
	height: auto;
	min-height: 80px;
	padding: 10px 65px 10px 17px;
	border: 1px solid #d9d9d9;
	border-radius: 5px 5px 0 0;
	background-color: #f8f8f8;
}
.msds-iconHeadingBox__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #262626;
	margin-right: 15px;
	flex: none;
	border-radius: 30px;
}
.msds-iconHeadingBox__icon::before {
	content: "";
	display: block;
	padding: 5px;
	background-repeat: no-repeat;
}
.msds-iconHeadingBox__icon--train::before {
	background-image: url(/about/img/ico-train.svg);
	width: 20px;
	height: 32px;
}
.msds-iconHeadingBox__icon--home::before {
	background-image: url(/about/img/ico-home.svg);
	width: 31px;
	height: 26px;
}
.msds-iconHeadingBox__icon--money::before {
	background-image: url(/about/img/ico-money.svg);
	width: 30px;
	height: 26px;
}
.msds-iconHeadingBox__headingText {
	font-size: 18px;
	font-weight: 700;
}
.msds-iconHeadingBox__icon-plus {
	display: block;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.msds-iconHeadingBox:global(.is-open) .msds-iconHeadingBox__icon-plus--rect01 {
	display:none;
}
.msds-iconHeadingBox__body {
	display: none;
	overflow: hidden;
	border-bottom: 0;
	padding: 0;
	pointer-events: none;
}
.msds-iconHeadingBox__body::before {
	content: "";
	display: block;
	padding-top: 30px;
}

.ohd-J1 {
	margin-bottom: 2rem;
}
.ohd-J1-columns {
	margin-bottom: 2rem;
}
.ohd-J1-columns__image {
	margin-bottom: 1.25rem;
}
.ohd-J1-columns__body>:last-child,
.ohd-J1-columns__image>:last-child {
	margin-bottom: 0;
}
.ohd-B1 {
	margin-bottom: 2rem;
}
.ohd-I1 {
	margin-bottom: 2rem;
}
.ohd-I1-columns {
	margin-bottom: 2rem;
}
.ohd-I1-columns__item {
	margin-bottom: 1.25rem;
}
.ohd-I1-columnItem__image {
	margin-bottom: .625rem;
}
.ohd-I1-columnItem__heading {
	margin-bottom: .625rem;
	color: #666;
	line-height: 1.4;
	font-weight: 700;
}
.ohd-F1 {
	margin-bottom: 2rem;
	text-align: center;
}
.ohd-F1-button {
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-flex;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #333;
	background: #333;
	font-weight: 700;
}

.ohd-u-mt3 {
	margin-top: 3.75rem!important;
}
.ohd-heading {
	margin-bottom: 1.25rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #d9d9d9;
	
	
	font-size: 18px;
	font-weight: 700;
}
.ohd-headingCopy {
	margin-bottom: 1.25rem;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
}
.ohd-em {
	display: inline;
	font-weight: 700;
}
.ohd-em--strong {
	color: #e60000;
}
/*	p {
		 display: block;
		 margin-bottom: 1em;
		 font-size: inherit;
		 line-height: 1.7;
	}*/
.ohkarte-icon {
	display:flex;
	align-items: center;
}
.ohkarte-icon > div {
	padding: 0 0 0 10px;
}
.ohkarte-icon:before {
	content:"";
	flex-grow: 0;
	flex-shrink: 0;
	display:block;
	width: 75px;
	height: 75px;
	background: no-repeat center;
	background-size: contain;
}
.ohkarte-icon1:before {
	background-image: url(/k_parts/img/point1.png);
}
.ohkarte-icon2:before {
	background-image: url(/k_parts/img/point2.png);
}
.ohkarte-icon3:before {
	background-image: url(/k_parts/img/point3.png);
}





/**/
.msds-section--pickup {
	background-color: #f2f2f2;
	padding-bottom: 5px;
}
@media (min-width: 768px){
	.msds-section--pickup {display: none;}
}

.ohd-u-mb0 {
	margin-bottom: 0!important;
}

.msds-heading {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	margin: 25px 0 30px;
	padding: 37px 0 13px;
}

.msds-heading:after {
	content: '';
	position: absolute;
	width: 46px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #E60000;
}

.msds-heading__subheading {
	font-size: 11px;
	color: #d0050d;
}

.msds-columns2--pickup {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.msds-columns2__item {
	display: flex;
	width: calc((100%/2) - 8px);
	margin-bottom: 0;
}

.msds-columns2__item:nth-of-type(2n) {
	margin-left: 15px;
}

.msds-columnItem4 {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	background: #fff;
}

.msds-columnItem4__image {
	overflow: hidden;
}

.msds-columnItem4__image img {
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
	width: 100%;
}

.msds-columnItem4__heading {
	position: relative;
	display: flex;
	flex-flow: column;
	min-height: 102px;
	font-weight: 700;
	padding: 18px 30px 18px 20px;
	color: #000;
}

.msds-columnItem4__arrow {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	width: 30px;
	height: 30px;
	top: 35px;
	right: 0;
}

.msds-columnItem4__arrow::after {
	content: "";
	display: block;
	position: relative;
	border: 2px solid #1A1A1A;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
}

.msds-columnItem4__heading::after {
	content: none;
	display: block;
	width: 60px;
	height: 2px;
	background-color: #d0050d;
	margin-top: 10px;
}

.msds-columnItem4__text {
	font-size: 13px;
	line-height: 1.5;
	padding: 20px;
	color: #000;
}


@media screen and (max-width: 767px){
	.ohd-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.msds-columnItem4 {
		margin-bottom: 15px;
	}

	.msds-columnItem4__heading {
		font-size: 15px;
	}
}


/**/
.ohkarte-buttonB {
	position: relative;
	align-items: flex-end;
}
.msn-buttonB__label {font-weight: 500;}
.ohkarte-buttonB .msn-buttonB__label {margin-bottom: 2px;}
.ohkarte-msn-buttonB__label--balloon {
	position :absolute;
	top: 7px;
	margin: auto;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #FFFFFF;
	color: #E60000;
	font-size: 12px;
	font-weight :500;
	line-height: 16px;
}
.ohkarte-bottomButtons__balloon {
	position:absolute;
	top : -18px;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: 18px;
}
@media (min-width: 768px){
	.ohkarte-bottomButtons__balloon {
		display: none;
	}
}

.ohkarte-bottomButtons__balloon_in {
	position:relative;
	width:auto;
	height:18px;
}

.ohkarte-bottomButtons__balloon_before {
	position: absolute;
	z-index: 1;
	width: 10px;
	height: 10px;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg) skew(20deg,20deg);
}

.ohkarte-bottomButtons__balloon_after {
	position: absolute;
	z-index: 2;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: yellow;
}

.ohkarte-bottomButtons__balloon_in,
.ohkarte-bottomButtons__balloon_after {
	border-radius: 9px;
}

.ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_before {
	box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
}
.ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_before,.ohkarte-bottomButtons__balloon_after {
	background: #ffffff;
}

.ohkarte-bottomButtons__balloon_text {
	position: relative;
	width: max-content;
	height: 18px;
	padding: 0 10px;
	color: rgb(230,0,0);
	font-size: 12px;
	line-height: 18px;
	z-index: 3;
}
.msn-bottomButtons__item {
	position: relative;
}
@media (min-width: 768px) {
	.msn-bottomButtons {
		/*width: 450px;*/
		width: 200px;
	}
}

/*以上オープン--------------------------------------------------------------------------*/


@media (max-width: 767px) {
	.msn-headerLogo img {
		height: 33px; 
	}
}

@media (min-width: 768px) {
	.msn-headerLogo img {
		height: 62px; 
	}
}



@media (min-width: 768px) {

	.msn-headerNav__item--disabled {
		opacity: 1;
	}
}

/*closeナビの横線*/
/*.msn-headerNav .msn-headerNav__item:nth-child(5):before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	display: block;
	background: #fff;
	z-index: 100000;
}
@media screen and (max-width:767px) {

	.msn-headerNav .msn-headerNav__item:nth-child(5):before {
		display: none;
	}

}
*/

@media screen and (max-width:768px) {
/*
	.msn-headerNav__item:nth-child(1),
	.msn-headerNav__item:nth-child(6){
		padding-top: 15px;
		padding-bottom: 15px;
	}
*/
	.msn-headerNav__item:nth-child(6){
		white-space: nowrap;
	}

/*
	.msn-footerNav__item:nth-child(1),
	.msn-footerNav__item:nth-child(6)
	{
	opacity: 0.6;
	padding: 15px;
	}
*/
}

/*.msn-mainContents {
	background: #151515;
}

.msn-footnotes {
	color: #fff;
}*/


.cont_btn .t_cap,
.top_btn_sp .t_cap{
	width: 100%;
}

.msn-bottomButtons__item,
.msn-imageText__caption,
.msn-imageText__title,
.msn-h2__inner,
.msn-topInfo__copy,
.msn-newsTopics__title {
	font-weight: bold;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif!important;
}


.msn-headerButtons__item:nth-child(3),
.msn-bottomButtons__item:nth-child(3) {
	display: none;
}


.no-csspositionsticky .msn-bottomButtons,
.msn-bottomButtons {
	/*width: 125px;*/
	width: 260px;
	width: 320px;
	/*width: 450px;*/
	/*width: 375px;*/
	z-index: 999999;
	z-index: 9997;
}
.msn-headerButtons__item:first-child a {
	/* border-bottom-right-radius: 5px; */
	border-bottom-left-radius: 5px;
	padding: 0 15px;
	background: #c8864b;
}
.msn-headerButtons__item:first-child a:hover {
	background: #a66e3d;
}
.msn-headerButtons__item:nth-child(2) a {
/*	border-bottom-right-radius: 5px;*/
	padding: 0 15px;
	/*background: #bd5a5a;
	background: #bd4c3c;*/
}
.msn-headerButtons__item:nth-child(3) a {
	border-bottom-right-radius: 5px;
	padding: 0 15px;
    background: #d98b88;
/*	background: #002762;*/
}
.msn-headerButtons__item:nth-child(3) a:hover {
    background: #bf7a78;
}

.msn-bottomButtons__item:first-child a {
	/* border-radius: 5px;*/
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #c8864b;
}
.msn-bottomButtons__item:first-child a:hover {
	background: #a66e3d;
}
.msn-bottomButtons__item:nth-child(2) a {
/*	border-top-right-radius: 5px; */
/*	border-bottom-right-radius: 5px; */
	/*background: #bd4c3c;*/
}
.msn-bottomButtons__item:nth-child(3) a {
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px; 
	/*background: #002762;*/
        background: #d98b88;
}
.msn-bottomButtons__item:nth-child(3) a:hover {
        background: #bf7a78;
}
.is-menu-active .msn-bottomButtons {
	z-index: 999999;
	z-index: 9997;
}

a:hover {
	text-decoration: none;
}

.msn-header {
	z-index: 999999;
	z-index: 9997;
}

.msn-headerMenu {
	background: linear-gradient(90deg, #2a2925, #1a180e);
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
}
/*.msn-headerMenu::after {
	content: "";
	position: absolute;
	left:0;
	bottom:3px;
	width: 100%;
	height: 2px;
	background: #d1bc7f
}*/
.msn-headerPrimary {
	position: relative;
}
/*.msn-headerPrimary::after {
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: 2px;
	background: #989076;
}*/







.msn-headerNav::after {
	content: "";
	width: 1px;
	height: 100%	;
	border-right: solid 1px #f2f2f2;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@media screen and (max-width:768px) {
.msn-headerNav::after {
	display: none;
}
}


.msn-headerNav .msn-headerNav__item {
	position: relative;
	width: calc(100% / 6);
	position: relative;
	color: rgba(255,255,255,0.3);
	/*color: rgba(0,0,0,0.3);*/
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
}

.msn-headerNav .msn-headerNav__item::after {
	content: "";
	width: 1px;
	height: 100%	;
	border-left: solid 1px #f2f2f2;
	position: absolute;
	left: 0;
	top:0;
	z-index: 1;
}

.msn-headerNav__item--new:before {
	z-index: 99;
	/*background: #e60000;*/
	padding: 0 2px;
	/*font-family:"Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;*/
	/*font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
	font-size: 10px;
	content: 'NEW';
	position: absolute;
	font-weight: 600;
	text-align: right;
	right: 2px;
	top: 0;
	color: #b49a42;
	font-size: 10px;
	/*font-family: -apple-system, "BlinkMacSystemFont", Roboto, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;*/
	font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", "serif"; 
}


/*.msn-headerNav__item:hover.msn-headerNav__item--new:before {
	color: #d4df2b;
}
*/
/*.msn-headerNav__item.msn-headerNav__current.msn-headerNav__item--new:before,*/
.msn-headerNav__item:not(.out) a.cr {
	/*color: #cc0000;*/
}

/*.msn-headerNav .msn-headerNav__item::after {
	content: "";
	position: absolute;
	left:0;
	top:0;
	bottom:0;
	height: 100%;
	width: 1px;
	background: #666666;
}
.msn-headerNav .msn-headerNav__item:last-child a::before {
	content: "";
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	height: 100%;
	width: 1px;
	background: #666666;
}*/



.msn-headerNav__item {
	/*font-family: "UD Reimin Bold JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", serif;*/
	font-family: 'Yu Mincho Demibold','YuMincho Demibold',"Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif!important;
	font-weight: bold;
	/*font-size: 16px;*/
	font-feature-settings: "palt";
	font-size: 15px;
	/*line-height: 1.2;*/
}

@media screen and (max-width:768px) {
	
.msn-headerNav__item {
	font-size: 1em;
}
}
.msn-headerNav__item a {
	position: relative;
	color: #fff;
	/*color: #333;*/
	justify-content: center;
	z-index: 2;
	width: 100%;
	font-weight: 900;
}

.msn-headerNav__item a:hover,
.msn-headerNav__item a.cr {
	color: #333;
	color: #fff;
}
@media screen and (max-width:768px) {
	.msn-headerNav__item a:hover,
	.msn-headerNav__item a.cr {
		color: #fff;
	}

}
.msn-headerNav__item a::after {
	content: "";
	position: absolute;
	bottom:-1px;
	left:10%;
	width: 80%;
	height: 2px;
	background: #fff;
	opacity: 0;
	transition:all 0.3s ease-in-out;
	z-index: -1;
}

@media screen and (max-width:768px) {
.msn-headerNav__item.msn-headerNav__current,
.msn-headerNav__item:not(.out) a.cr,
.msn-headerNav__item a:hover {
	/*color: #947000;*/
}
}

.msn-headerNav__item a.msn-headerNav__current::after,
.msn-headerNav__item:not(.out) a.cr::after,
.msn-headerNav__item a:hover::after {
	opacity: 1;
}

.msn-headerNav__item a:hover,
.msn-headerNav__item.msn-headerNav__current a {
	border-color: transparent;
}

.msn-footer__inner {
	justify-content: center;
	/*flex-wrap: wrap;*/
}
.msn-footerInfoCenter {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.msn-footerSeller {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

/*.msn-footerMenu {
	display: block;
	width: 100%;
}*/




/*----------------------------------------------------------------------------------------------*/
.msn-footerNav {
	border-top: 1px solid #333;
}
.msn-footerNav__item {
	color: #dfdfdf;
	border-bottom: 1px solid #333;
}
.msn-footerNav__item a {
	color: #333;
}
.msn-footerSubNav__item {
	border-bottom: 1px solid #333;
}












body {
	overflow-x: hidden;
}

.out a {
	opacity: 0.65;
	/*color: #ccc;*/
	pointer-events: none;
	cursor: default;
	/*cursor: inherit;*/
}


#kuzu_wrap {
	background-size: cover;
	padding: 6px 10px;
	z-index: 32768;
	box-sizing: border-box;
	text-align: right;
}
#kuzu_wrap ul {
	/*max-width: 960px;*/
	margin: 0 auto;

}
#kuzu_wrap ul li {
	float: left;
	color: #272727;

	padding-left: 20px;
	position: relative;
	font-size: 12px;
}
#kuzu_wrap ul li a {
	color: #272727;
	font-size: 12px;
}

#kuzu_wrap ul li:after {
	display: block;
	content: '>';
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#kuzu_wrap ul li:first-child {
	padding-left: 0;
}

#kuzu_wrap ul li:last-child:after {
	display: none;
}

div#contents_wrap {
	width: 100%;
	overflow: hidden;
	/*background: #eaeaea;*/
	/*background: #fff;*/
	/*background: url("../img/common/bg2.jpg") top center / 100% auto repeat-y;*/
}

div#container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: content-box;
}




.np_btn .prev {
	position: absolute;
	bottom:30px;
	left: 0;
}
.np_btn .next {
	position: absolute;
	bottom:30px;
	right: 0;
}

.bg_bottom {
	background: #222222;
	padding: 100px 0 80px;
	position: relative;
	z-index: 5;
}
@media screen and (max-width:767px) {
	.bg_bottom {
		padding: 50px 0 40px;
	}
}

.f_bg {
	position: relative;
	z-index: 5;
	/*background: linear-gradient(90deg, #2a2925, #1a180e);*/
	/*background: url("../img/common/bg2.jpg") top center / 100% auto repeat-y;*/
}



#contact_wrap {
	text-align: center;
	padding: 0 0 50px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	color: #fff;
	/*background: url("../img/common/btn_bg.jpg") center center no-repeat;*/
		background-size: cover;
}



.contact {
	width: calc(100% - 40px);
	margin: 0 auto;
	color: #fff;
}
@media screen and (max-width:767px) {
	.contact {
		display: block;
	}
}
/*資料請求・来場予約*/
.btn_inresreq {
	text-align:center;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.btn_inresreq li{
	width: 80%;
	max-width: 370px;
	height: 120px;
	display:flex;
	align-items:center;
}
.btn_inresreq li .li_a{
	width:100%;
	height: 100%;
}
.btn_inresreq li a {
	height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 10px;
	font-size: clamp(12px, calc(24vw / 11.8), 24px);
	text-align: center;
	color: #fff;
	transition:all 0.5s ease-in-out;
	line-height: 1;
	font-weight: 900;
	/* min-height: 88px; */
}
.btn_inresreq li a p{
	font-weight: 900;
	margin-bottom: 10px;
	display: block;
}

.btn_req a {
	background: rgba(200,134,75,1);
}
.btn_req a:hover {
	background: rgba(200,134,75,0.6);
}
.btn_res a {
	background: rgba(214,19,25,1);
}
.btn_res a:hover {
	background: rgba(214,19,25,0.6);
}

.btn_inresreq li .sf1 {
	font-size: 80%;
}
.btn_inresreq li .sf2 {
	display: block;
	font-size: 62%;
	line-height: 1.4;
}

@media screen and (max-width:767px) {
	
.btn_inresreq {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.btn_inresreq li{
	width: 100%;
	margin: 0 auto 15px;
	height: auto;
}
.btn_inresreq li a {
	padding: 15px 10px;
	font-size: 16px;
}
.btn_inresreq li a p {
	margin-bottom: 5px;
}
.btn_inresreq li .sf2 {
	font-size: 80%;
}
	
}




.f_navi {
	padding: 60px 0 50px;
	position: relative;
	color: #fff;
}

.f_navi ul {
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	font-size: 0;
	letter-spacing: -40em;
}

.f_navi li {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	letter-spacing: normal;
	padding: 0 15px;
	margin:0;
	box-sizing: border-box;
	position: relative;
	font-feature-settings: "palt";
}
@media screen and (max-width:1300px) {
	.f_navi li {
		font-size: 12px;
		padding: 0 10px;
	}
}
@media screen and (max-width:1080px) {
	.f_navi li {
		font-size: 11px;
		padding: 0 5px;
	}
}
.f_navi li a{
	color: #333;
}

.f_navi li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 8%;
	width: 1px;
	height: 80%;
	background: #333;
}

.f_navi li:last-child:after {
	display: none;
}

/*.f_navi li:not(.out) a:hover {
	text-decoration: underline;
}
*/
.f_navi li a {
	position: relative;
	display: block;
	padding: 0 5px;
}
.f_navi li a::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: -12%;
	width: 0;
	height: 1px;
	background: #333;
	transition:all 0.3s ease-in-out 0s;
}
.f_navi li a:hover {
	text-decoration: none;
}
.f_navi li a.cr::after,
.f_navi li a:hover::after {
	right: 0;
	width: 100%;
}







.resreq a {
	display: inline-block;
	padding: 0 10px;
}


/*.msn-footnotes {
	color: #fff;
}*/
.cap_wrap {
	width: 100%;
	/*background: #f5f3f0;*/
	/*margin-top: 20px;*/
	/*padding-bottom: 20px;*/
	color: #fff;
}
.cap_inner {
	padding: 0 0 10px;
	max-width: 1120px;
	max-width: 1190px;
	width: calc(100% - 40px);
	margin: 0 auto;
	color: #fff;
}
@media screen and (max-width:767px) {
	.cap_inner {
		padding: 0 0 30px;
	}
}
.cap_wrap_under {
	width: 100%;
	padding: 0 0 25px;
	background: #fff;
}

.cap_wrap_under p {
	max-width: 720px;
	margin: 0 auto;
}








.bnr_wrap {
	width: 100%;
	padding: 25px 0 10px;
	background: #fff;
	text-align: center;
}

.bnr_wrap .inner {
	margin: 0 auto;
	max-width: 728px;
}


.page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999999;
	z-index: 9997;
	display: none;
	cursor: pointer;
}
.page_top a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.page_top img{transition:all 0.7s ease-in-out;}
.page_top:hover img{opacity:1;}

.rollnav {
	width: 100vw;
	overflow: scroll;
	background: #484848;
	color: #fff;
	-ms-overflow-style: none;
	position: fixed;
	bottom: 0;
	display: none;
	z-index: 9999999;
}

.rollnav::-webkit-scrollbar {
	display: none;
}

.r_navi {
	width: 1324px;
}

.r_navi li {
	float: left;
	font-size: 16px;
	padding: 10px 20px;
	border-right: solid 1px #929292;
}

.r_navi li:nth-child(12) {
	background-color: #750101;
}

.cap_box {
	position: relative;
}
.cap_box.ib {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.t_cap_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
	background: rgba(0,0,0,0.8);
	line-height: 1.2;
	padding: 3px 8px;
}
.t_cap_bg_l {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
	background: rgba(0,0,0,0.8);
	line-height: 1.2;
	padding: 3px 8px;
}
.t_cap_bg_t {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
	background: rgba(0,0,0,0.8);
	line-height: 1.2;
	padding: 3px 8px;
}
.t_cap_bg_l_t {
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
	background: rgba(0,0,0,0.8);
	line-height: 1.2;
	padding: 3px 8px;
}
.t_cap {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
	color: #fff;
	text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_l {
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-align: right;
	color: #fff;
	text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_b {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
	color: #666;
	text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_b_l {
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-align: left;
	color: #666;
	text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_t {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
	color: #fff;
	text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_l_t {
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: right;
	color: #fff;
	text-shadow: 0 0 3px #000000, 2px 2px 3px #000000, -2px 2px 3px #000000, -2px -2px 3px #000000, 2px -2px 3px #000000;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_b_t {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
	color: #666;
	text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_b_l_t {
	position: absolute;
	left: 5px;
	topign: left;
	color: #666;
	text-shadow: 0 0 3px #fff, 2px 2px 3px #fff, -2px 2px 3px #fff, -2px -2px 3px #fff, 2px -2px 3px #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
	font-feature-settings: "palt";
}
.t_cap_t.nos, .t_cap__tl.nos, .t_cap_b_t.nos, .t_cap_b_l_t.nos,
.t_cap.nos, .t_cap_l.nos, .t_cap_b.nos, .t_cap_b_l.nos {
	text-shadow: none;
}

	
.mincho .cap_l{text-align:left;font-size:11px;font-weight: bold;}
.mincho .cap_r{text-align:right;font-size:11px;font-weight: bold;}




/*フローティングバナー*/

.fixedBanner {
	position: fixed;
	z-index: 99999999999;
	top: 140px;
	right: 10px;
}

.fixedBanner a {
	display: block;
	margin-bottom: 6px;
}

.fixedBanner a:hover {
	opacity: 0.8;
}










.msn-footnotes {
	font-size: 11px;
}








@media screen and (max-width:767px) {
	.app_wrap {
		padding: 20px 20px 0;
	}

	.msn-headerPrimary::after {
		display: none;
	}

	.msn-headerNav .msn-headerNav__item {
		width: 100%;
		border-left: none;
		color: rgba(255,255,255,0.6);
	}
	.msn-headerNav .msn-headerNav__item:nth-child(1) {
		/*color: #fff !important;*/
	}
	.msn-headerNav .msn-headerNav__item::after {
		display: none;
	}
	.msn-headerNav .msn-headerNav__item:last-child a::before {
		display: none;
	}

	.msn-headerNav__item--new::before {
		 content: 'NEW';
		 position: absolute;
		 right: 10px;
		 top: 3px;
		 font-size: 10px;
		/* -webkit-transform: translate(50%, 0);
		 transform: translate(50%, 0);*/
		 -webkit-transform: none;
		 transform: none;
	}	
/*	.msn-headerNav__item:nth-child(1)::before {
		 content: 'COMING SOON';
		 position: absolute;
		 right: 10px;
		 top: 3px;
		 font-size: 10px;
		 -webkit-transform: none;
		 transform: none;
		color: #c8bb9b;
	}*/
	
	
.msn-headerNav__item a::after {
	display: none;
}
	.msn-headerNav__item {
		color: #595959;
	}

	.msn-headerNav__item a {
		color: #fff;
	}
	.msn-headerNav__item.out a {
		pointer-events: none;
		/*color: #595959;*/
	}

	/*.msn-headerNav__item:last-child {
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 13px;
		padding-right: 13px;
	}*/
	
	.msn-bottomButtons {
		width: 100%;
		z-index: 9997;
	}
	.msn-footer {
		 margin-top: 40px;
	}	
	
	
	

	.f_navi {
		display: none;
		border-left: 1px solid #fff;
		border-top: 1px solid #fff;
		border-bottom: none;
		box-sizing: border-box;
		font-size: 14px;
		padding: 0;
	}
	.f_navi:after {
		display: none;
	}
	.f_navi:before {
		display: none;
	}
	.f_navi ul {
		padding: 0;
	}
	.f_navi li {
		text-align: left;
		float: left;
		width: 50%;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		padding: 0;
		margin: 0;
	}

	.f_navi li:after {
		display: none;
	}
	.f_navi li a {
		display: block;
		width: 100%;
		height: 100%;
		color: blue;
		font-size: 15px;
		line-height: 50px;
		font-weight: bold;
		padding: 0 0 0 10px;
		box-sizing: border-box;



	}
	/*.f_navi li a:hover {
		background: #e3e3e3;
	}
	.f_navi li a.cr {
		background: #e3e3e3;
	}*/
	.f_navi li.s a{
		font-size: 12px;
	}
	.f_navi li.l{
		width: 100%;
		text-align: center;
	}
	.f_navi li.req{
		display: none;
		width: 100%;
		color: #fff;
	}
	.f_navi li.req a{
		background: #940000;
	}

	.f_navi li.inq{
		display: none;
	}
	.copy {
		font-size: 10px;
	}
	.t_cap_bg,
	.t_cap_bg_l,
	.t_cap_bg_t,
	.t_cap_bg_l_t {
		font-size: 9px;
	}
	.t_cap {
		font-size: 9px;
		right: 3px;
		bottom: 3px;
	}
	.t_cap_b {
		font-size: 9px;
		right: 3px;
		bottom: 3px;
	}
	.t_cap_l {
		font-size: 9px;
		left: 3px;
		bottom: 3px;
	}
	.t_cap_b_l {
		font-size: 9px;
		left: 3px;
		bottom: 3px;
	}
	.t_cap_t {
		font-size: 9px;
		right: 3px;
		top: 3px;
	}
	.t_cap_b_t {
		font-size: 9px;
		right: 3px;
		top: 3px;
	}
	.t_cap_l_t {
		font-size: 9px;
		left: 3px;
		top: 3px;
	}
	.t_cap_b_l_t {
		font-size: 9px;
		left: 3px;
		top: 3px;
	}
	.mincho .cap_l_t {
		text-align: left;
		font-size: 9px;
		font-weight: bold;
	}
	.mincho .cap_r_t {
		text-align: right;
		font-size: 9px;
		font-weight: bold;
	}
	.mincho .cap_l{text-align:left;font-size:9px;font-weight: bold;}
	.mincho .cap_r{text-align:right;font-size:9px;font-weight: bold;}
	.sp_l {
		text-align: left;
	}
	.page_top {
		bottom: 60px;
		right: 5px;
		width: 12%;
	}
	
	.c_ttl {
		font-size: 20px;
	}
	.c1 {
		/*font-size: 5vw;*/
		font-size: 3.6vw;
	}
	
	.main {
		position: relative;
	}
	.top_main_wrap .scroll {
		width: 20%;
		height: 92%;
		max-height: calc(100vh - 60px);
		left: 40%;
	}
	
	/*フローティングバナー*/
	.fixedBanner {
		display: none;
	}
	/*フローティングバナー*/
	

	
	.msn-footnotes {
		font-size: 9px;
	}
	
	
	
	
}

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

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

@media print {
	h1 {
		display: none;
	}
}

.msn-headerNav__item .out a {
	pointer-events: none;
	color: #404040;
}
.msn-headerNav__item a,
.msn-headerSubNav__utils a{
	text-decoration: none;
}

.msn-headerNav__item .out a {
	pointer-events: none;
	color: #404040;
}
.msn-headerNav__item a,
.msn-headerSubNav__utils a{
	text-decoration: none;
}



/*.i_ttl {
	position: relative;
	color: #fff;
}

.i_ttl.line {
	color: #ab9566;
	display: flex;
	align-items: center;
	max-width: 730px;
	margin: 0 auto;
}
.i_ttl.line::before, .i_ttl.line::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	border-top: double 4px #ab9566;
}
.i_ttl.line::before {
	margin-right: .4em;
}
.i_ttl.line::after {
	margin-left: .4em;
}*/





/*.color_wh {
	color: #fff!important;
}*/

.msn-buttonA,
.msn-buttonB {
	font-weight: bold;
	/*font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;*/
}


.arrow{
	position: relative;
	font-weight: bold;
	/*font-family: "游明朝 Medium", "Yu Mincho Medium", YuMincho, "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;*/
}

.arrow:before{
	content: "";
	position: absolute;
	/*background: url("../img/top/arrow.png") center center / contain no-repeat;
	width:8px;
	height:10px;
	top:50%;
	margin-top: -4px;
	left:15px;*/
	
	top:calc(50% - 4px);
	right: 5%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.caparea {
	/*color: #fff;*/
}


.app_wrap {
	padding: 0 0 25px;
}
@media screen and (max-width: 767px) {
	.app_wrap {
		padding: 0 20px 20px;
	}
}






.caparea {
	color: #666;
	font-size: 12px!important;
}

@media screen and (max-width: 767px) {
	.caparea {
		font-size: 10px!important;
	}
}






.w_img {
	max-width: 100%;
	width: 100%;
}





.cbtn_wrap {
	padding: 80px 20px 80px;
	border-top: solid 1px #999;
	
}
.cbtn_ttl {
	font-size: clamp(20px, calc(25vw / 9.6), 25px);
	text-align: center;
	margin-bottom: 1em;
	font-weight: 500;
	color: #b49a42;
}

.cbtn {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	max-width: 1530px;
	margin: 0 auto;
	gap: 40px calc(60% / 15.3);
	gap: 40px calc(30% / 15.3);
}
.cbtn li {
	width: calc(470% / 15.3);
	width: calc(485% / 15.3);
}
.cbtn li a {
	display: block;
	position: relative;
	height: 100%;
}

.cbtn li .img {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.cbtn li .img::after {
	content: "";
	position: absolute;
	inset:0;
	background: #000;
	opacity: 0.5;
	transition:all 0.4s ease-in-out;
}
.cbtn li .img .bg {
	transition:all 0.4s ease-in-out;
	transform: scale(1);
}

body:not(.mobile) .cbtn li a:hover .img::after {
	opacity: 0.2;
}
body:not(.mobile) .cbtn li:hover .img .bg {
	transform: scale(1.06);
}

.cbtn li .txt {
	position: absolute;
	inset:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: calc(40% / 4.7);
	height: 100%;
	color: #fff;
}
.cbtn li .txt::after {
	content: "";
	position: absolute;
	top:50%;
	right:calc(15% / 4.7);
	background: #ffffff;
	width: calc(tan(60deg) * 15px / 2);
	height: 15px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
}
.cbtn li .txt .t1 {
	font-size: clamp(15px, calc(28vw / 10), 28px);
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}
.cbtn li .txt .t2 {
	font-size: clamp(12px, calc(17vw / 10), 17px);
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.cbtn li .txt .cs {
	font-size: clamp(12px, calc(17vw / 10), 17px);
	line-height: 1;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
    .cbtn li .img {
       padding: 10px 0;
    }
    .cbtn li .img img {
        opacity: 0;
    }
    .cbtn li {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
		aspect-ratio: 47/18.42;
		height: 100%;
    }
    .cbtn li.acc {
        background-image: url("../img/common/cbtn_acc.jpg");
    }
    .cbtn li.des {
        background-image: url("../img/common/cbtn_des.jpg");
    }
    .cbtn li.loc {
        background-image: url("../img/common/cbtn_loc.jpg");
    }
    .cbtn li.pla {
        background-image: url("../img/common/cbtn_pla.jpg");
    }
    .cbtn li.equ {
        background-image: url("../img/common/cbtn_equ.jpg");
    }
    .cbtn li.ord {
        background-image: url("../img/common/cbtn_ord.jpg");
    }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .cbtn li .txt::after {
        width: calc(tan(60deg) * 10px / 2);
        height: 10px;
    }
    .t_cap {
        font-size: 8px;    
    }
	.cbtn {
/*		max-width: 1000px;*/
		gap: 30px calc(20% / 13.6);
	}
	.cbtn li {
		width: calc(430% / 13.6);
	}
    .cbtn li .txt .t1 {
        font-size: clamp(13px, calc(28vw / 14), 28px);
        letter-spacing: 0.05em;
        margin-bottom: 0.2em;
    }
    .cbtn li .txt .t2 {
        font-size: clamp(11px, calc(17vw / 14), 17px);
        letter-spacing: 0.05em;
    }
    .cbtn li .txt .cs {
        font-size: clamp(11px, calc(17vw / 14), 17px);
        letter-spacing: 0.05em;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.cbtn {
		column-gap: 0;
	}
	.cbtn li {
		width: calc(440% / 13.6);
	}
}

/*
@media screen and (max-width: 1600px) {
	.cbtn {
		max-width: 1000px;
		gap: 40px calc(60% / 10);
	}
	.cbtn li {
		width: calc(470% / 10);
	}
}
*/

@media screen and (max-width: 767px) {
	.cbtn_wrap {
		padding: 50px 40px 50px;
	}
	.cbtn .t_cap  {
		font-size: 8px;
	}
	.cbtn {
		flex-direction: column;
		gap: 20px;
	}
	.cbtn li {
		width: 100%;
		max-width: 470px;
		margin-inline: auto;
	}
	.cbtn li.ord {
		display: none;
	}
	.cbtn li .txt::after {
		right:calc(15% / 4.7);
/*		width: calc(tan(60deg) * 12px / 2);*/
/*		height: 12px;*/
		width: calc(tan(60deg) * 8px / 2);
		height: 8px;
	}
}
@media screen and (max-width: 480px) {
	.cbtn li .txt .t1 {
		font-size: calc(26vw / 4.9);
	}
	.cbtn li .txt .t2 {
		font-size: calc(14vw / 4.9);
	}
	.cbtn li .txt .cs {
		font-size: calc(12vw / 4.9);
	}
}


.cbtn_sub {
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #333;
	max-width: 1000px;
	margin-inline: auto;
	margin-top: 60px;
	margin-top: 80px;
	margin-top: 40px;
}
.cbtn_sub li {
	width: calc(300% / 10);
	border-bottom: solid 1px #333;
}
.cbtn_sub li a {
	display: block;
	font-size: clamp(12px, calc(17vw / 10), 17px);
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 2em 0;
	position: relative;
}
.cbtn_sub li a::after {
	content: "";
	position: absolute;
	right: 0.5em;
	top: calc(50% - 0.4em);
	background: #333;
	width: calc(tan(60deg) * 0.8em / 2);
	height: 0.8em;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media screen and (max-width: 767px) {
	.cbtn_sub {
		margin-top: 40px;
	}
}
@media screen and (max-width: 480px) {
	.cbtn_sub {
		display: block;
		margin-top: 30px;
	}
	.cbtn_sub li {
		width:100%;
	}
	.cbtn_sub li a {
		font-size: calc(15vw / 3.9);
		padding: 1.6em 0;
	}
}












.box_sld {
	position: relative;
}

.scroll-hint-icon-wrap {
	display: none;
}

@media screen and (max-width: 767px) {
	.sld767 .sld {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sld767 .scroll-hint-icon-wrap {
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.sld480 .sld {
		overflow-x: auto;
		overflow-y: hidden;
	}
	.sld480 .scroll-hint-icon-wrap {
		display: block;
	}
}



@keyframes scroll-hint-appear {
	0% {
		transform: translateX(40px);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	50%,
	100% {
		transform: translateX(-40px);
		opacity: 0;
	}
}

.scroll-hint.is-right-scrollable {
	background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
	background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 60px);
	box-sizing: border-box;
	width: 120px;
	height: 80px;
	border-radius: 5px;
	transition: opacity .3s;
	transition-delay: .3s;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	pointer-events: none;
}

.scroll-hint-text {
	font-size: 10px;
	color: #FFF;
	margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
	opacity: .8;
}

.scroll-hint-icon:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	content: "";
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
	content: "";
	width: 34px;
	height: 14px;
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -20px;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
	opacity: 0;
	transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
	opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
	animation: scroll-hint-appear 1.2s linear;
	animation-iteration-count: 2;
}

.scroll-hint-icon-white {
	background-color: #FFF;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
	color: #000;
}




@media screen and (max-width: 420px) {
    .t_cap_bg, .t_cap_bg_l, .t_cap_bg_t, .t_cap_bg_l_t, .mincho .cap_r, .mincho .cap_r {
        font-size: 7px;
    }
    
}





.swipe_box {
	position: relative;
}

.swipe_caution {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/icon_scrollCaution.svg) no-repeat center / 60px auto;
	pointer-events: none;
	transition: .4s ease;
	display: none;
}

@media screen and (max-width: 480px) {
	.swipe_inn {
		overflow-x: auto;
	}
	.swipe_caution {
		display: block;
	}
}





.icon_ar {
	width: 15px;
	height: 7px;
	position: relative;
	display: block;
}
.icon_ar::before {
	content: "";
	position: absolute;
	top:3px;
	left:0;
	width: 100%;
	height: 1px;
	background: #333;
}
.icon_ar::after {
	content: "";
	position: absolute;
	top:13%;
	right:  0;
	width: 31%;
	height: 0;
	padding-top: 26%;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
	
	.icon_ar::before {
		background: #fff;
	}
	.icon_ar::after {
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}
}
























.opa {
	opacity: 0;
	transition: 2s;
}
.opa.p-view {
	opacity: 1;
	transition: all 2s 0s cubic-bezier(0.22,0.61,0.36,1);
}

.fadeup {
	opacity: 0;
	transform: translateY(40px);
	transition: 2s;
}
.fadeup.p-view {
	opacity: 1;
	transform: translateY(0px);
	transition: all 2s 0s cubic-bezier(0.22,0.61,0.36,1);
	
}

.mask {
	opacity: 0;
	clip-path: circle(80% at -80% 50%);
	transition: 1s;
}
.mask.p-view {
	opacity: 1;
	clip-path: circle(340% at -150% 50%);
}


.mtxt span {
	display: inline-block;
	opacity: 0;
	/*transform: translate3d(1.5em, 0, 0) rotate(10deg) rotateY(60deg) rotateX(30deg) scale(1.3);
	filter: blur(10px);
	transform-origin: left bottom;*/
	transition: transform 1s cubic-bezier(0.32,0.94,0.6,1), opacity 0.75s cubic-bezier(0.32,0.94,0.6,1);
}

.mtxt.vertical span {
	transform: translateX(10px) translateY(-70px);
}
.mtxt.p-view span {
	opacity: 1;
	/*transform: translateZ(0);
	filter: blur(0px);*/
}

.mtxt span:nth-child(1) {
	transition-delay: 0.04s
}
.mtxt span:nth-child(2) {
	transition-delay: 0.08s
}
.mtxt span:nth-child(3) {
	transition-delay: 0.12s
}
.mtxt span:nth-child(4) {
	transition-delay: 0.16s
}
.mtxt span:nth-child(5) {
	transition-delay: 0.20s
}
.mtxt span:nth-child(6) {
	transition-delay: 0.24s
}
.mtxt span:nth-child(7) {
	transition-delay: 0.28s
}
.mtxt span:nth-child(8) {
	transition-delay: 0.32s
}
.mtxt span:nth-child(9) {
	transition-delay: 0.36s
}
.mtxt span:nth-child(10) {
	transition-delay: 0.40s
}

.mtxt span:nth-child(11) {
	transition-delay: 0.44s
}
.mtxt span:nth-child(12) {
	transition-delay: 0.48s
}
.mtxt span:nth-child(13) {
	transition-delay: 0.52s
}
.mtxt span:nth-child(14) {
	transition-delay: 0.56s
}
.mtxt span:nth-child(15) {
	transition-delay: 0.60s
}
.mtxt span:nth-child(16) {
	transition-delay: 0.64s
}
.mtxt span:nth-child(17) {
	transition-delay: 0.68s
}
.mtxt span:nth-child(18) {
	transition-delay: 0.72s
}
.mtxt span:nth-child(19) {
	transition-delay: 0.76s
}
.mtxt span:nth-child(20) {
	transition-delay: 0.80s
}

.mtxt span:nth-child(21) {
	transition-delay: 0.84s
}
.mtxt span:nth-child(22) {
	transition-delay: 0.88s
}
.mtxt span:nth-child(23) {
	transition-delay: 0.92s
}
.mtxt span:nth-child(24) {
	transition-delay: 0.96s
}
.mtxt span:nth-child(25) {
	transition-delay: 1.00s
}
.mtxt span:nth-child(26) {
	transition-delay: 1.04s
}
.mtxt span:nth-child(27) {
	transition-delay: 1.08s
}
.mtxt span:nth-child(28) {
	transition-delay: 1.12s
}
.mtxt span:nth-child(29) {
	transition-delay: 1.16s
}
.mtxt span:nth-child(30) {
	transition-delay: 1.20s
}

.mtxt span:nth-child(31) {
	transition-delay: 1.24s
}
.mtxt span:nth-child(32) {
	transition-delay: 1.28s
}
.mtxt span:nth-child(33) {
	transition-delay: 1.32s
}
.mtxt span:nth-child(34) {
	transition-delay: 1.316s
}
.mtxt span:nth-child(35) {
	transition-delay: 1.40s
}
.mtxt span:nth-child(36) {
	transition-delay: 1.44s
}
.mtxt span:nth-child(37) {
	transition-delay: 1.48s
}
.mtxt span:nth-child(38) {
	transition-delay: 1.52s
}
.mtxt span:nth-child(39) {
	transition-delay: 1.56s
}
.mtxt span:nth-child(40) {
	transition-delay: 1.60s
}

.mtxt span:nth-child(41) {
	transition-delay: 1.64s
}
.mtxt span:nth-child(42) {
	transition-delay: 1.68s
}
.mtxt span:nth-child(43) {
	transition-delay: 1.72s
}
.mtxt span:nth-child(44) {
	transition-delay: 1.76s
}
.mtxt span:nth-child(45) {
	transition-delay: 1.80s
}
.mtxt span:nth-child(46) {
	transition-delay: 1.84s
}
.mtxt span:nth-child(47) {
	transition-delay:1.88s
}
.mtxt span:nth-child(48) {
	transition-delay: 1.92s
}
.mtxt span:nth-child(49) {
	transition-delay: 1.96s
}
.mtxt span:nth-child(50) {
	transition-delay: 2.00s
}

.mtxt span:nth-child(51) {
	transition-delay: 2.04s
}
.mtxt span:nth-child(52) {
	transition-delay: 2.08s
}
.mtxt span:nth-child(53) {
	transition-delay: 2.12s
}
.mtxt span:nth-child(54) {
	transition-delay: 2.16s
}
.mtxt span:nth-child(55) {
	transition-delay: 2.20s
}
.mtxt span:nth-child(56) {
	transition-delay: 2.24s
}
.mtxt span:nth-child(57) {
	transition-delay: 2.28s
}
.mtxt span:nth-child(58) {
	transition-delay: 2.32s
}
.mtxt span:nth-child(59) {
	transition-delay: 2.36s
}
.mtxt span:nth-child(60) {
	transition-delay: 2.40s
}

.mtxt span:nth-child(61) {
	transition-delay: 2.44s
}
.mtxt span:nth-child(62) {
	transition-delay: 2.48s
}
.mtxt span:nth-child(63) {
	transition-delay: 2.52s
}
.mtxt span:nth-child(64) {
	transition-delay: 2.56s
}
.mtxt span:nth-child(65) {
	transition-delay: 2.60s
}
.mtxt span:nth-child(66) {
	transition-delay: 2.64s
}
.mtxt span:nth-child(67) {
	transition-delay: 2.68s
}
.mtxt span:nth-child(68) {
	transition-delay: 2.72s
}
.mtxt span:nth-child(69) {
	transition-delay: 2.76s
}
.mtxt span:nth-child(70) {
	transition-delay: 2.80s
}

.mtxt span:nth-child(71) {
	transition-delay: 2.84s
}
.mtxt span:nth-child(72) {
	transition-delay: 2.88s
}
.mtxt span:nth-child(73) {
	transition-delay: 2.92s
}
.mtxt span:nth-child(74) {
	transition-delay: 2.96s
}
.mtxt span:nth-child(75) {
	transition-delay: 3.00s
}
.mtxt span:nth-child(76) {
	transition-delay: 3.04s
}
.mtxt span:nth-child(77) {
	transition-delay: 3.08s
}
.mtxt span:nth-child(78) {
	transition-delay: 3.12s
}
.mtxt span:nth-child(79) {
	transition-delay: 3.16s
}
.mtxt span:nth-child(80) {
	transition-delay: 3.20s
}

.mtxt span:nth-child(81) {
	transition-delay: 3.24s
}
.mtxt span:nth-child(82) {
	transition-delay: 3.28s
}
.mtxt span:nth-child(83) {
	transition-delay: 3.32s
}
.mtxt span:nth-child(84) {
	transition-delay: 3.316s
}
.mtxt span:nth-child(85) {
	transition-delay: 3.40s
}
.mtxt span:nth-child(86) {
	transition-delay: 3.44s
}
.mtxt span:nth-child(87) {
	transition-delay: 3.48s
}
.mtxt span:nth-child(88) {
	transition-delay: 3.52s
}
.mtxt span:nth-child(89) {
	transition-delay: 3.56s
}
.mtxt span:nth-child(90) {
	transition-delay: 3.60s
}

.mtxt span:nth-child(91) {
	transition-delay: 3.64s
}
.mtxt span:nth-child(92) {
	transition-delay: 3.68s
}
.mtxt span:nth-child(93) {
	transition-delay: 3.92s
}
.mtxt span:nth-child(94) {
	transition-delay: 3.76s
}
.mtxt span:nth-child(95) {
	transition-delay: 3.80s
}
.mtxt span:nth-child(96) {
	transition-delay: 3.84s
}
.mtxt span:nth-child(97) {
	transition-delay:3.88s
}
.mtxt span:nth-child(98) {
	transition-delay: 3.92s
}
.mtxt span:nth-child(99) {
	transition-delay: 3.96s
}
.mtxt span:nth-child(100) {
	transition-delay: 4.00s
}

.mtxt span:nth-child(101) {
	transition-delay: 4.04s
}
.mtxt span:nth-child(102) {
	transition-delay: 4.08s
}
.mtxt span:nth-child(103) {
	transition-delay: 4.12s
}
.mtxt span:nth-child(104) {
	transition-delay: 4.16s
}
.mtxt span:nth-child(105) {
	transition-delay: 4.20s
}
.mtxt span:nth-child(106) {
	transition-delay: 4.24s
}
.mtxt span:nth-child(107) {
	transition-delay: 4.28s
}
.mtxt span:nth-child(108) {
	transition-delay: 4.32s
}
.mtxt span:nth-child(109) {
	transition-delay: 4.36s
}
.mtxt span:nth-child(110) {
	transition-delay: 4.40s
}

.mtxt span:nth-child(111) {
	transition-delay: 4.44s
}
.mtxt span:nth-child(112) {
	transition-delay: 4.48s
}
.mtxt span:nth-child(113) {
	transition-delay: 4.52s
}
.mtxt span:nth-child(114) {
	transition-delay: 4.56s
}
.mtxt span:nth-child(115) {
	transition-delay: 4.60s
}
.mtxt span:nth-child(116) {
	transition-delay: 4.64s
}
.mtxt span:nth-child(117) {
	transition-delay: 4.68s
}
.mtxt span:nth-child(118) {
	transition-delay: 4.72s
}
.mtxt span:nth-child(119) {
	transition-delay: 4.76s
}
.mtxt span:nth-child(120) {
	transition-delay: 4.80s
}

.mtxt span:nth-child(121) {
	transition-delay: 4.84s
}
.mtxt span:nth-child(122) {
	transition-delay: 4.88s
}
.mtxt span:nth-child(123) {
	transition-delay: 4.92s
}
.mtxt span:nth-child(124) {
	transition-delay: 4.96s
}
.mtxt span:nth-child(125) {
	transition-delay: 5.00s
}
.mtxt span:nth-child(126) {
	transition-delay: 5.04s
}
.mtxt span:nth-child(127) {
	transition-delay: 5.08s
}
.mtxt span:nth-child(128) {
	transition-delay: 5.12s
}
.mtxt span:nth-child(129) {
	transition-delay: 5.16s
}
.mtxt span:nth-child(130) {
	transition-delay: 5.20s
}

.mtxt span:nth-child(131) {
	transition-delay: 5.24s
}
.mtxt span:nth-child(132) {
	transition-delay: 5.28s
}
.mtxt span:nth-child(133) {
	transition-delay: 5.32s
}
.mtxt span:nth-child(134) {
	transition-delay: 5.36s
}
.mtxt span:nth-child(135) {
	transition-delay: 5.40s
}
.mtxt span:nth-child(136) {
	transition-delay: 5.44s
}
.mtxt span:nth-child(137) {
	transition-delay: 5.48s
}
.mtxt span:nth-child(138) {
	transition-delay: 5.52s
}
.mtxt span:nth-child(139) {
	transition-delay: 5.56s
}
.mtxt span:nth-child(140) {
	transition-delay: 5.60s
}

.mtxt span:nth-child(141) {
	transition-delay: 5.64s
}
.mtxt span:nth-child(142) {
	transition-delay: 5.68s
}
.mtxt span:nth-child(143) {
	transition-delay: 5.72s
}
.mtxt span:nth-child(144) {
	transition-delay: 5.76s
}
.mtxt span:nth-child(145) {
	transition-delay: 5.80s
}
.mtxt span:nth-child(146) {
	transition-delay: 5.84s
}
.mtxt span:nth-child(147) {
	transition-delay:5.88s
}
.mtxt span:nth-child(148) {
	transition-delay: 5.92s
}
.mtxt span:nth-child(149) {
	transition-delay: 5.96s
}
.mtxt span:nth-child(150) {
	transition-delay: 6.00s
}

.mtxt span:nth-child(151) {
	transition-delay: 6.04s
}
.mtxt span:nth-child(152) {
	transition-delay: 6.08s
}
.mtxt span:nth-child(153) {
	transition-delay: 6.12s
}
.mtxt span:nth-child(154) {
	transition-delay: 6.16s
}
.mtxt span:nth-child(155) {
	transition-delay: 6.20s
}
.mtxt span:nth-child(156) {
	transition-delay: 6.24s
}
.mtxt span:nth-child(157) {
	transition-delay: 6.28s
}
.mtxt span:nth-child(158) {
	transition-delay: 6.32s
}
.mtxt span:nth-child(159) {
	transition-delay: 6.36s
}
.mtxt span:nth-child(160) {
	transition-delay: 6.40s
}

.mtxt span:nth-child(161) {
	transition-delay: 6.44s
}
.mtxt span:nth-child(162) {
	transition-delay: 6.48s
}
.mtxt span:nth-child(163) {
	transition-delay: 6.52s
}
.mtxt span:nth-child(164) {
	transition-delay: 6.56s
}
.mtxt span:nth-child(165) {
	transition-delay: 6.60s
}
.mtxt span:nth-child(166) {
	transition-delay: 6.64s
}
.mtxt span:nth-child(167) {
	transition-delay: 6.68s
}
.mtxt span:nth-child(168) {
	transition-delay: 6.72s
}
.mtxt span:nth-child(169) {
	transition-delay: 6.76s
}
.mtxt span:nth-child(170) {
	transition-delay: 6.80s
}

.mtxt span:nth-child(171) {
	transition-delay: 6.84s
}
.mtxt span:nth-child(172) {
	transition-delay: 6.88s
}
.mtxt span:nth-child(173) {
	transition-delay: 6.92s
}
.mtxt span:nth-child(174) {
	transition-delay: 6.96s
}
.mtxt span:nth-child(175) {
	transition-delay: 7.00s
}
.mtxt span:nth-child(176) {
	transition-delay: 7.04s
}
.mtxt span:nth-child(177) {
	transition-delay: 7.08s
}
.mtxt span:nth-child(178) {
	transition-delay: 7.12s
}
.mtxt span:nth-child(179) {
	transition-delay: 7.16s
}
.mtxt span:nth-child(180) {
	transition-delay: 7.20s
}

.mtxt span:nth-child(181) {
	transition-delay: 7.24s
}
.mtxt span:nth-child(182) {
	transition-delay: 7.28s
}
.mtxt span:nth-child(183) {
	transition-delay: 7.32s
}
.mtxt span:nth-child(184) {
	transition-delay: 7.316s
}
.mtxt span:nth-child(185) {
	transition-delay: 7.40s
}
.mtxt span:nth-child(186) {
	transition-delay: 7.44s
}
.mtxt span:nth-child(187) {
	transition-delay: 7.48s
}
.mtxt span:nth-child(188) {
	transition-delay: 7.52s
}
.mtxt span:nth-child(189) {
	transition-delay: 7.56s
}
.mtxt span:nth-child(190) {
	transition-delay: 7.60s
}

.mtxt span:nth-child(191) {
	transition-delay: 7.64s
}
.mtxt span:nth-child(192) {
	transition-delay: 7.68s
}
.mtxt span:nth-child(193) {
	transition-delay: 7.92s
}
.mtxt span:nth-child(194) {
	transition-delay: 7.76s
}
.mtxt span:nth-child(195) {
	transition-delay: 7.80s
}
.mtxt span:nth-child(196) {
	transition-delay: 7.84s
}
.mtxt span:nth-child(197) {
	transition-delay:7.88s
}
.mtxt span:nth-child(198) {
	transition-delay: 7.92s
}
.mtxt span:nth-child(199) {
	transition-delay: 7.96s
}
.mtxt span:nth-child(200) {
	transition-delay: 8.00s
}



.td01 {
	transition-delay: 0.1s!important;
}
.td02 {
	transition-delay: 0.2s!important;
}
.td03 {
	transition-delay: 0.3s!important;
}
.td04 {
	transition-delay: 0.4s!important;
}
.td05 {
	transition-delay: 0.5s!important;
}
.td01 {
	transition-delay: 0.1s!important;
}
.td06 {
	transition-delay: 0.6s!important;
}
.td07 {
	transition-delay: 0.7s!important;
}
.td08 {
	transition-delay: 0.8s!important;
}
.td09 {
	transition-delay: 0.9s!important;
}






.contentCard {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contentCard__cursor {
  background-color: #ffffff;
  border-radius: 50%;
  height: 200px;
  mix-blend-mode: soft-light;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: left .1s ease, top .1s ease, -webkit-transform .5s ease;
  transition: left .1s ease, top .1s ease, -webkit-transform .5s ease;
  transition: left .1s ease, top .1s ease, transform .5s ease;
  transition: left .1s ease, top .1s ease, transform .5s ease, -webkit-transform .5s ease;
  width: 200px;
  z-index: 3;
}
@media print, screen and (min-width: 769px) {
  .contentCard:hover .contentCard__cursor {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .contentCard:hover .contentCard__cursor {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}



body {
    position: relative;
    background: url(../img/common/bg2.jpg) top center / 100% auto repeat-y;
}
.msn-footer {
    background: none;
}
.msn-footerInfoCenter__tel {
    border-color: #333;
}








