@charset "utf-8";

@media print,
screen and (min-width : 769px) {

	/*------------------------------------------------------------------------------------------
*
*
    /new/basic/
    /new/home/
    /new/ness/
    /new/crosstar/
    /new/luxe/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */

	.slick-slide .switch_sp {
		display: none !important;
	}
	
	.section-inner {
		width: 930px;
		margin: 0 auto;
	}

	#section-intro {
		margin-bottom: 0;
		padding-bottom: 60px;
	}

	.cont_basic #section-intro {
		background-color: #656464;
	}

	.cont_home #section-intro {
		background-color: #c5c1af;
	}

	.cont_crosstar #section-intro {
		background-color: #9cd5d7;
	}

	.cont_ness #section-intro {
		background-color: #c3d95c;
	}

	.cont_luxe #section-intro {
		background-color: #9a7637;
	}

	.section-intro__movie {
		width: 100%;
		margin: -30px auto 60px;
	}

	.section-intro__movie a {
		display: block;
	}

	.section-intro__movie img {
		width: 100%;
	}

	.section-intro__movie .overlogo {
		display: block;
		position: relative;
	}

	.section-intro__movie .overlogo::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url(../../sp-common/image/icon_play_type_pc.png) center center no-repeat;
	}

	#section-intro .pic_full img {
		max-width: none;
	}
	#section-intro .banner {
        margin-top: 80px;
        margin-bottom: 20px;
	}
	#section-intro .banner a:hover img{
        opacity: .7;
	}
	.section-intro__inner {
		width: 930px;
		margin: -110px auto 10px;
		padding: 40px 140px 100px;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
	}

	.section-intro__logo {
		margin: 0 auto 40px;
		text-align: center;
	}

	.section-intro__logo .switch_pc {
		display: inline;
	}

	.section-intro__copy {
		margin: 0 auto 90px;
		font-size: 18px;
		line-height: 1.5em;
		text-align: center;
	}
	
	.section-intro__img {
		line-height: 0;
	}
	
	.section-intro__img > p {
		margin-bottom: 8px;
	}

	.section-intro__img--btm {
		display: flex;
		
	}
	
	.section-intro__img--btm p {
		margin-right: 8px;
	}
	
	.section-intro__img--btm p:last-child {
		margin-right: 0;
	}
	
	.section-intro__img img {
		width: 100%;
	}

	.section-intro__caption {
		width: 930px;
		margin: 0 auto;
		font-size: 11px;
	}
	
	#section-comfort {
		margin-bottom: 100px;
		padding: 120px 0;
		background-color: #f8f8f8;
	}
	
	#section-comfort .section-comfort__slide-wrap {
		padding: 50px 0;
		background-color: #fff;
	}
	
	#section-comfort .section-comfort__heading {
		margin: 0 0 40px;
		padding: 0;
		font-size: 38px;
		line-height: 54px;
		text-align: center;
	}
	
	#section-comfort .img_slider {
		margin-bottom: 0;
	}
	
	#section-comfort .slider-inner {
		margin: 0 75px;
		position: relative;
	}
	
	#section-comfort .title {
		margin: 0 0 22px;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
		text-align: center;
	}
	
	#section-comfort .catch {
		margin: 0 0 25px;
		font-size: 30px;
		line-height: 44px;
		text-align: center;
	}
	
	#section-comfort .pic {
		margin: 0 0 30px !important;
	}
	
	#section-comfort .desc {
		margin: 0 0 50px;
		font-size: 16px;
		line-height: 25px;
		text-align: center;
	}

	.cont_basic .section-intro__caption,
	.cont_luxe .section-intro__caption {
		color: #fff;
	}

	.section .section-heading {
		margin: 0 auto 60px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}

	.section-heading::after {
		content: "";
		width: 50px;
		height: 4px;
		margin: 20px auto 0;
		display: block;
		background-color: #444;
	}

	.cont_home .section-heading::after {
		background-color: #c5c1af;
	}

	.cont_ness .section-heading::after {
		background-color: #c3d95c;
	}

	.cont_crosstar .section-heading::after {
		background-color: #9cd5d7;
	}

	.cont_luxe .section-heading::after {
		background-color: #9a7637;
	}
	
	.cont_basic #section-bodycolor {
		margin-top:100px;
	}
	#section-bodycolor .color_slider {
		margin: 0 0 20px;
	}

	#section-bodycolor .body_color_gallery {
		position: relative;
		text-align: center;
	}

	#section-bodycolor img {
		width: 665px;
		margin: 0 auto 30px;
		height: auto;
	}

	#section-bodycolor .pic {
		margin: 0 0 30px 0;
	}

	#section-bodycolor .name {
		margin: 0 0 10px 0;
		font-size: 22px;
	}

	#section-bodycolor .caption {
		font-size: 16px;
		line-height: 1.5em;
		margin: 0 0 15px 0;
	}

	#section-bodycolor .type {
		font-size: 14px;
		line-height: 1.571em;
	}

	#section-bodycolor .caution {
		margin: 5px 0;
		font-size: 11px;
		display:none;
	}

	#section-bodycolor .caution_wrap {
		height: 40px;
		margin-top: 20px;
	}
	#section-bodycolor .caution_wrap .caution{
		font-size: 13px;
		line-height: 20px;
		color: #da4058;
		display: none;
	}
	#section-bodycolor .caution_wrap .caution.disp{
		display: block;
	}

	#section-intcolor {
		margin: 0 auto 150px;
	}

	#section-intcolor .img_slider {
		width: auto !important;
		margin: 0 0 50px;
		position: relative;
		overflow: hidden;
	}

	#section-intcolor .img_slider .slider_inner {
		width: 462px;
		margin-right: 3px;
		float: left;
	}

	#section-intcolor .img_slider .slider_inner:last-child {
		margin-left: 3px;
		margin-right: 0;
	}

	.section-intcolor__color-name {
		margin: 0 auto 10px;
		font-size: 16px;
		line-height: 1.5em;
		text-align: center;
	}

	.section-intcolor__caption {
		margin-top: -40px;
		margin-bottom: 50px;
		font-size: 11px;
		line-height: 1.5em;
	}

	.section-type__main-copy {
		margin: 0 auto 50px;
		font-size: 38px;
		line-height: 52px;
		text-align: center;
	}

	.section-type__wrap {
		margin-bottom: 80px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.section-type__icon {
		width: 80px;
		margin: 0 6px;
		display: inline-block;
		font-size: 14px;
		line-height: 24px;
		border: 1px solid #aaa;
	}

	.section-type__type-pic {
		text-align: center;
	}

	.section-type__type-pic .pic {
		margin: 0 auto 50px;
	}

	.section-type__type-name {
		margin: 0 auto 15px;
		font-size: 18px;
		font-weight: bold;
	}

	#section-type .section-type__eq-title {
		margin-bottom: 25px;
		padding: 0 0 10px;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #808080;
	}

	.section-type__eq-title span {
		font-weight: normal;
		vertical-align: middle;
	}

	.section-type__eq-title .small {
		margin-left: 10px;
		font-size: 13px;
	}

	.section-type__eq-photos {
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
	}

	.section-type__eq-photo {
		margin-right: 30px;
	}

	.section-type__eq-photo:last-child {
		margin-right: 0;
	}

	.section-type__eq-photo img {
		width: auto;
		height: 100%
	}

	.section-type__eq-photo .img {
		height: 140px;
		margin-bottom: 5px;
	}

	.section-type__eq-photo .name {
		font-size: 14px;
		line-height: 22px;
		padding-left: 1em;
		text-indent: -1em;
	}

	.section-type__eq-wrap {
		position: relative;
		overflow: hidden;
	}

	.section-type__eq-list {
		width: 500px;
		font-size: 14px;
		line-height: 24px;
		float: left;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.section-type__eq-list:nth-child(even) {
		width: 430px;
		padding-right: 0;
	}

	.section-type__eq-list li {
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.section-safety {
		width: 930px;
		margin: 0 auto 60px;
		display: flex;
		justify-content: space-between;
	}
	
	.section-safety__block {
		width: 450px;
	}
	
	.section-safety__block .pic {
		margin: 0 0 20px;
	}
	
	.section-safety__block .logo {
		margin: 0 auto 20px;
		text-align: center;
	}
	
	.section-safety__block .logo img {
		width: 100%;
	}
	
	.sensing .logo {
		width: 242px;
	}
	
	.connect .logo {
		width: 270px;
	}
	
	.section-safety__block .desc {
		font-size: 14px;
		line-height: 22px;
	}
	
	.section-safety__block .caution {
		font-size: 11px;
		line-height: 22px;
	}

	#section-variation {
		margin-bottom: 60px;
	}

	.section-variation__title {
		margin: 0 auto 30px;
		font-size: 38px;
		line-height: 52px;
		text-align: center;
	}


}
