@charset 'utf-8';

/**********************************************
public*/
.equipment {
	font-size: 21px;
	color: #757575;
}
.equipment .h1 {
	font-size: 3.81em;
	letter-spacing: -0.01em;
}
.equipment .h2 {
	font-size: 1.524em;
}
.equipment p {
	line-height: 1.6;
	word-break: keep-all;
}
.equipment .strong-color {
	color: #1D1D1F;
}
.target-box-center {
    position: absolute;
    top: 50%;
    left: 50%;
}
.maxframe-absolute {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    overflow: hidden;
}
.sBox-content {
	position: relative;
	z-index: 10;
}

/**********************************************
section */
.scroll-section {
	position: relative;
	padding-top: 200px;
	padding-bottom: 240px;
}
#scroll-section-0 {
	padding-top: 0;
}
#scroll-section-0 .head-area .tit-txt,
#scroll-section-0 .head-area .device-img {
    opacity: 0
}
#scroll-section-0 .head-area .tit-txt,
#scroll-section-0 .head-area .device-img {
    animation: fade-in 1.5s ease-out 0.3s 1 forwards;
}
#scroll-section-0 .head-area {
    position: relative;
    background-color: #F5F5F7;
    height: 1200px;
}
.head-area > .minframe {
    position: relative;
	height: 100%;
}
.head-area h1 {
	position: absolute;
	width: 50%;
    top: 39%;
	right: 0;
}
.head-area .device-img {
	position: absolute;
    top: -55px;
    left: -15px;
    bottom: 0;
}
#scroll-section-0 .hand-area {
	position: relative;
	background-color: #fff;
	z-index: 10;
	overflow: hidden;
}
.hand-area .img-caption {
	max-width: 910px;
    margin: 40px auto 0;
    font-size: 1.714em;
    font-weight: 600;
    color: #888888;
    opacity: 0;
	transform: translateY(50px);

}
.hand-area.on .img-caption {
    animation: fade-in 1s ease-out 0.3s 1 forwards;
}
#scroll-section-1 {
	position: relative;
	height: 1350px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f5f5f7;
    background: linear-gradient(to bottom, #f5f5f7, #fefefe);
}
#scroll-section-1 > .minframe {
	max-width: 1500px;
}
#scroll-section-1 .device-img {
	position: absolute;
    width: 1013px;
    height: 1437px;
    left: 120px;
	bottom: 0;
	background: center / contain url(/assets/img/curas/right-device.png) no-repeat;
}
#scroll-section-1 .s1-right-txt {
	padding-top: 150px;
    text-align: left;
}
.s1-right-txt h2 {
    color: #C7000A;
    line-height: 1.3;
}
.s1-right-txt h2 span {
	display: block;
    color: #ACACAC;
}
.s1-right-txt .handpiece-list {
	margin-top: 50px;
}
.s1-right-txt .handpiece-list .handp-item {
    line-height: 1.7;
    color: #6E6E73;
}

#scroll-section-2 {
	padding: 0;
    overflow: hidden;
}
#scroll-section-2 .sticky-device {
    top: 0;
    left: 0;
    right: 0;
	background-color: #F5F5F7;
}
#scroll-section-2 .sticky-device.sticky {
    position: fixed;
}
.sticky-device .sticky-device-inner {
	position: relative;
	height: 100vh;
}
.sticky-device .sticky-device-item {
    position: absolute;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.sticky-device-item.device-a {
	background-color: #F5F5F7;
}
.sticky-device-item.device-b {
	background-color: #FEF1F1;
}
.sticky-device-item.device-c {
	background-color: #EAF5F9;
}
.sticky-device-item .device-txt {
    display: inline-block;
	padding-right: 40px;
    padding-bottom: 40px;
    text-align: left;
	transform: translateY(30px);
	opacity: 0;
}
.sticky-device-item.active .device-txt {
	 animation: fade-in 0.5s ease-out 1 forwards;
}
.sticky-device-item .device-txt strong {
	display: block;
    font-size: 65px;
    font-weight: 600;
}
.sticky-device-item .device-txt span {
    font-size: 24px;
    font-weight: 600;
}
.sticky-device-item.device-a .device-txt {
	color: #000000;
}
.sticky-device-item.device-b .device-txt {
	color: #B50202;
}
.sticky-device-item.device-c .device-txt {
	color: #028AB5;
}
.sticky-device .sticky-device-item.active {
    opacity: 1;
    z-index: 1;
}

#scroll-section-3 {
	 background: linear-gradient(to bottom, #ffffff, #f5f5f7);
}
#scroll-section-3 .img-section {
	margin-top: 180px;
}

.caution-section {
    position: relative;
    padding-top: 180px;
    padding-bottom: 220px;
    background-color: #fff;
    z-index: 10;
}
.caution-section .tit {
	font-size: 2.571em;
}
.caution-section .cautionS-info-table {
    width: 100%;
    margin: 95px auto 85px;
	table-layout: fixed;
}
.cautionS-info-table tr th,
.cautionS-info-table tr td {
	padding: 18px;
	border-top: 2px solid #D6D6D6;
	border-right: 2px solid #D6D6D6;
}
.cautionS-info-table tr th {
	width: 20%;
    color: #1D1D1F;
}
.cautionS-info-table tr:nth-child(2n){
	background-color: #F5F5F7;
}
.cautionS-info-table tr td {
	border-right: 0;
    text-align: left;
}
.cautionS-info-table tr:last-child th,
.cautionS-info-table tr:last-child td {
	border-bottom: 2px solid #D6D6D6;
}
.caution-section .hl4-caution-content {
    margin: 0 auto;
    background-color: #F5F5F7;
    padding: 65px 30px;
}
.caution-section .hl4-caution-content > .inner {
	max-width: 870px;
    margin: 0 auto;
}
.caution-section .hl4-caution-content .caution-tit {
	display: block;
	margin-bottom: 45px;
	word-break: keep-all;
}
.caution-section .hl4-caution-content p {
	text-align: left;
    padding-left: 0.8rem;
	margin-top: 20px;
}
.caution-section .hl4-caution-content p .strong-color {
	display: block;
}

/**********************************************
responsibiliy*/
@media (max-width: 1024px){
	.equipment {
		font-size: 20px;
	}
	.equipment .h1 {
		font-size: 3.45em;
	}
	.equipment .h2 {
		font-size: 1.4em;
	}
	.scroll-section {
		padding-top: 150px;
	    padding-bottom: 200px;
	}
	.head-area h1 img {
		max-height: 150px;
	}
	.head-area .device-img {
		left: -60px;
	}
}
@media (max-width: 767px){
	.minframe {
		max-width: 500px;
	}
	.equipment {
		font-size: 16px;
	}
	.equipment .h1 {
		font-size: 2.188em;
	}
	.equipment .h2 {
		font-size: 1em;
	}
	.scroll-section {
		padding-top: 100px;
	    padding-bottom: 120px;
	}
	.maxframe-absolute {
		width: 100%;
		margin: 0;
		left: 0;
	}
	#scroll-section-0 .head-area {
		height: auto;
		padding-top: 80px;
	}
	.head-area h1 {
		position: relative;
		width: auto;
		height: 82px;
		top: auto;
		right: auto;
		margin: 0 auto;
	}
	.head-area h1 img {
		height: 100%;
	}
	.head-area .device-img {
		position: relative;
		min-width: 100%;
		top: auto;
		left: 0;
		padding-top: 60px;
	}
	.hand-area .device-img img {
	    transform: translateY(-27%);
	}
	.hand-area .img-caption {
	    margin-top: -30%;
		font-size: 1.344em;
	}
	.hand-area .img-caption  .small {
		display: block;
		font-size: 16px;
	}
	#scroll-section-1 {
		height: auto;
		padding-top: 145%;
	    padding-bottom: 120px;
		background: linear-gradient(to bottom, #f5f5f7, #fefefe 40%);
	}
	#scroll-section-1 .maxframe-absolute {
		top: 0;
		bottom: auto;
		height: 0;
		padding-bottom: 145%;
	}
	#scroll-section-1 .device-img {
		width: 100%;
		height: 0;
		top: 0;
		left: 10%;
		padding-bottom: 142%;
	}
	#scroll-section-1 .device-img:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 30%;
		left: 0;
		bottom: 0;
		background: linear-gradient(to top, #fefefe, rgba(254, 254, 254, 0));
	}
	#scroll-section-1 .s1-right-txt {
		padding-top: 40px;
		text-align: center;
	}
	.s1-right-txt .handpiece-list {
		margin-top: 30px;
	}
	#scroll-section-2 {
		height: auto !important;
	}
	.sticky-device .sticky-device-inner {
		height: auto;
		text-align: left;
	}
	.sticky-device .sticky-device-item {
	    position: relative;
		padding-top: 200px;
	    padding-bottom: 200px;
		background-size: 200px 459px;
		background-position: 90% 0%;
		background-repeat: no-repeat;
		opacity: 1;
		z-index: 1;
	}
	.sticky-device-item.device-a {
		background-image: url(/assets/img/curas/zoom.png);
	}
	.sticky-device-item.device-b {
		background-image: url(/assets/img/curas/collimated.png);
	}
	.sticky-device-item.device-c {
		background-image: url(/assets/img/curas/fractional.png);
	}
	.sticky-device-item .device-txt {
		transform: none;
		opacity: 1;
	}
	.sticky-device-item .device-txt strong {
		font-size: 35px;
	}
	.sticky-device-item .device-txt span {
		font-size: 16px;
	}
	#scroll-section-3 .img-section {
		margin-top: 0;
	}
	#scroll-section-3 .img-section img {
		margin-top: 50px;
	}
	.caution-section {
		padding-top: 80px;
	    padding-bottom: 100px;
	}
	.caution-section .tit {
	    font-size: 1.842em;
		margin-bottom: 45px;
	}
	.caution-section .cautionS-info-table {
		margin-top: 0px;
	    margin-bottom: 45px;
	}
	.cautionS-info-table tr th {
		width: 40%;
		text-align: left;
		vertical-align: top;
	}
	.cautionS-info-table tr th, 
	.cautionS-info-table tr td {
		padding: 17px 10px;
		border-top-width: 1px;
		border-right-width: 1px;
		font-size: 14px;
		text-align: left;
	}
	.cautionS-info-table tbody tr:last-child th, 
	.cautionS-info-table tbody tr:last-child td {
		border-bottom-width: 1px;
	}
	.cautionS-info-table .multi-td span {
		display: block;
		margin-bottom: 5px;
	}
	.caution-section .hl4-caution-content {
		padding: 40px 20px;
		font-size: 16px;
		text-align: left;
	}
	.caution-section .hl4-caution-content .caution-tit {
		margin-bottom: 40px;
	    line-height: 1.6;
	}
	.caution-section .hl4-caution-content p {
		padding-left: 0;
	}
	.caution-section .hl4-caution-content p .txt-small {
		font-size: 0.87em;
	}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
	#scroll-section-3 .maxframe {
		max-width: 500px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}