@charset "utf-8";


/*    mv-area
-------------------------------------------------------------- */
.mv-area {
    background: url("../img/bg-gray01.png") #fff repeat center top / cover;
    position: relative;
	padding: 125px 0 50px;
}
/*
.mv-area .wrap {
    background: url(../img/bg-corp-area.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
*/
.mv-area .wrap{
	padding: 0 0;
	width: 100%;
	position: relative;
	height: 460px;
	
	display: flex;
	align-items: center;
}
.mv-area .wrap::after {
    content: "";
    display: inline-block;
    background: url("../img/img-corp-area-pc.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 890px;
    height: 380px;
    top: 50px;
    right: calc((100% - 1300px) / 2);
}
.mv-area .wrap .bg {
    display: block;
    background: url(../img/bg-corp-area.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.mv-area .wrap .title-block{
	position: relative;
	z-index: 1;
	color: #fff;
}
.mv-area .wrap .title-block .section-title {
	font-size: 4rem;
	line-height: 1.3;
	margin: 0;
	font-weight: bold;
}
.mv-area .wrap .title-block .section-title-en {
	font-size: 2rem;
	font-family: var(--josefin);
	color: #aaa;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 25px;
}
.mv-area .wrap .title-block .section-title-en::before {
	content: "";
	display: inline-block;
	background: url("../img/icon-section-title.svg") center top / contain;
	width: 18px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 3px;
}

.mv-area .catch-area {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    align-items: center;
	justify-content: space-between;
	z-index: 1;
	padding: 50px 0 0;
}
.mv-area .catch-area .catch-title {
    font-size: 2.2rem;
    color: var(--red);
    font-weight: bold;
    display: block;
    width: 100%;
}
.mv-area .catch-area .l {
    flex-basis: 43%;
}
.mv-area .catch-area .catch-copy {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.5;
    display: inline-block;
	/*
    flex-basis: 43%;
	*/
}
.mv-area .catch-area .catch-copy span {
    font-size: 4.4rem;
}
.mv-area .catch-area .basic-txt {
    flex-basis: 55%;
}


@media screen and (max-width: 768px) {
	
    .mv-area {
		padding: 55px 0 0;
		background: url("../img/bg-brand-select-area-sp.png") top/cover, no-repeat;
	}
	
	.mv-area .wrap{
		padding: 270px 0 20px;
		width: 100%;
        margin: 0 0 0;
		height: auto;
	}
	.mv-area .wrap::after{
		background: url("../img/img-corp-area-sp.png");
        background-size: cover;
		background-position: center center;
        width: 100%;
        max-height: 240px;
		/*
        aspect-ratio: 750 / 401;
		*/
        height: 240px;
        top: 10px;
        right: 0;
	}
    .mv-area .wrap .bg {
        background: url("../img/bg-corp-area-sp.png") left/cover, no-repeat;
    }
	
	.mv-area .wrap .title-block{
		padding: 0 20px;
	}
	.mv-area .wrap .title-block .section-title{
		font-size: 2.6rem;
	}
	.mv-area .wrap .title-block .section-title-en{
		font-size: 1.6rem;
		padding: 0 0 0 22px;
	}
	.mv-area .wrap .title-block .section-title-en::before {
		width: 15px;
		height: 11px;
		top: 3px;
	}
	

	.mv-area .catch-area {
        width: 100%;
		display: block;
		padding: 30px 20px 40px;
    }
    
    .mv-area .catch-area .catch-title {
		font-size: 1.8rem;
    }
	
	.mv-area .catch-area .l {
		flex-basis: 100%;
	}
    .mv-area .catch-area .catch-copy {
        font-size: 2.4rem;
		/*
        flex-basis: 100%;
		*/
        padding: 10px 0;
    }
	
    .mv-area .catch-area .catch-copy span {
		font-size: 2.4rem;
	}
	
    .mv-area .catch-area .basic-txt {
		font-size: 1.6rem;
    }
	
}


/*    overview-area
-------------------------------------------------------------- */
.overview-area {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 0 90px;
}
.overview-area .l {
	width: 50%;
	padding: 60px 60px 60px calc((100% - 1200px) / 2);
	order: 1;
}
.overview-area.t .l {
	padding: 80px 60px 50px calc((100% - 1200px) / 2);
}
.overview-area .section-catch{
	line-height: 1.4;
	font-size: 3.8rem;
	padding: 0 0 10px;
}
.overview-area .basic-txt{
	margin: 20px 0 0;
}
.overview-area .r {
	width: 50%;
	order: 2;
}

/* 逆 */
.overview-area.rev {
}
.overview-area.rev .l {
	order: 2;
	padding: 20px calc((100% - 1200px) / 2) 20px 70px;
}
.overview-area.rev .r {
	order: 1;
}

/* 各イメージ */
.overview-area.one .r {
	background: url("../img/gallery/img09.jpg") no-repeat center center / cover;
}

.recommend{
	margin: 30px 0 0;
}
.recommend-title{
	font-size: 1.8rem;
	font-weight: bold;
}
.recommend ul{
}
.recommend ul li{
	background: #f5f5f5;
	padding: 15px 15px 15px 40px;
	line-height: 1.5;
	margin: 10px 0 0;
	font-weight: bold;
	position: relative;
}
.recommend ul li svg{
	position: absolute;
	left: 15px;
}

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

	.feature-area {
		padding: 0 0 10px;
	}

	/*イントロ*/
	.feature-area .intro-area {
		padding: 40px 20px 80px;
		margin: 0 0 -50px;
	}
	.feature-area .intro-area .cmn-title-area {
		display: block;
		padding: 0;
	}
	.feature-area .intro-area .cmn-title-area .title-block {
		border-right: none;
		border-bottom: 1px dashed #fff;
		flex-basis: auto;
		padding: 0 0 15px;
	}
	.feature-area .intro-area .cmn-title-area .section-title {
		font-size: 2.4rem;
	}
	.feature-area .intro-area .cmn-title-area .section-title-en {
	}

	.feature-area .intro-area .cmn-title-area .txt-block {
		flex-basis: auto;
	}
	.feature-area .intro-area .cmn-title-area .txt-block .section-txt {
		text-shadow: none;
	}
	.feature-area .intro-area .cmn-title-area .txt-block .section-txt span.b {
		font-size: 1.8rem;
	}
	
	.overview-area {
		display: block;
		margin: 0;
		padding: 0 20px;
	}
	.overview-area .l,
	.overview-area.t .l{
		width: auto;
		padding: 20px 0 40px;
	}
	.overview-area .no{
		font-size: 1.6rem;
		margin: 0;
	}
	.overview-area .section-catch{
		padding: 0 0 0;
		font-size: 2.6rem;
	}
	.overview-area .basic-txt{
		margin: 15px 0 0;
	}
	.overview-area .r {
		width: auto;
		height: 200px;
	}

}

/*    cmn-comparison-area
-------------------------------------------------------------- */
.cmn-comparison-area .top-area{
	/*background: url("../img/bg-feature-area.jpg") center/cover, no-repeat;*/
	padding: 100px 0 230px;
}
.cmn-comparison-area .top-area::after{
	display: none;
}
.cmn-comparison-area .top-area .txt-area{
	font-size: 1.8rem;
	font-weight: 500;
}


.cmn-comparison-area .bottom-area .comparison-list li {
    width: calc( ( 100% - 60px ) / 2 );
}
.cmn-comparison-area .bottom-area .comparison-list li .img-wrap img{
	height: 360px;
}
.cmn-comparison-area .bottom-area .comparison-list li .catch{
	width: 90%;
}

.cmn-comparison-area .bottom-area .btn-more {
	display: block;
}

@media screen and (max-width: 768px){
	
    .cmn-comparison-area .top-area{
        /*background: url("../img/bg-feature-area.jpg") center/cover, no-repeat;*/
        padding: 80px 0 80px;
    }
	.cmn-comparison-area .top-area .section-title-en::before {
		top: 60px;
	}
	
	.cmn-comparison-area .top-area .section-title {
		padding: 0;
	}
	.cmn-comparison-area .top-area .txt-area{
		font-size: 1.6rem;
		display: block;
		text-align: left;
		padding: 20px 0 0;
	}
	
	
	.cmn-comparison-area .bottom-area {
		padding: 40px 0 10px;
	}
	.cmn-comparison-area .bottom-area .bottom-bg{
		width: calc(100% - 15px);
	}
	.cmn-comparison-area .bottom-area .comparison-list {
		display: block;
		padding: 0 0 0 0;
	}
	.cmn-comparison-area .bottom-area .comparison-list li {
		width: 100%;
	}
	
	.cmn-comparison-area .bottom-area .comparison-list li .img-wrap {
		width: 100%;
	}
	.cmn-comparison-area .bottom-area .comparison-list li .img-wrap img {
		height: 200px;
	}
	.cmn-comparison-area .bottom-area .comparison-list li .catch {
		margin-top: -20px;
		margin-left: 0;
		display: block;
		width: auto;
		
		margin: 0;
		padding: 20px 0 0;
		background: none;
		font-size: 2.4rem;
	}
	
	.cmn-comparison-area .bottom-area .txt-area{
		display: block;
		padding: 10px 0 35px 0;
	}

}


/*    tel-area
-------------------------------------------------------------- */
.comparison-tel-area{
	margin: 20px 0 0;
}
.comparison-tel-area .in{
	display: flex;
	align-items: center;
}
.comparison-tel-area .tel {
    font-family: var(--lato);
    font-size: 3rem;
    font-weight: 500;
    position: relative;
	padding: 0 20px 0 40px;
}
.comparison-tel-area .tel::before {
    content: "";
    display: inline-block;
    background: url("../img/icon-tel.svg") center/contain, no-repeat;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 6px;
    left: 0;
}
.comparison-tel-area .reception {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
}

/*白*/
.comparison-tel-area.wht {
	color: #fff;
	margin: 30px 0 0;
}
.comparison-tel-area.wht .tel::before {
    background: url("../img/icon-tel-white.svg") center/cover, no-repeat;
}
.comparison-tel-area.wht .tel a {
	color: #fff;
}

@media screen and (max-width: 768px){
	
	.comparison-tel-area{
		margin: 10px 0 20px;
		display: flex;
		justify-content: flex-start;
	}
	.comparison-tel-area .in{
		display: block;
	}
	.comparison-tel-area .reception {
		margin: 10px 0 0;
	}
	
	/*白*/
	.comparison-tel-area.wht {
		margin: 25px 0 10px;
		justify-content: center;
		text-align: center;
	}
	
}

/* -----------------------------
	overhaul-price-list
-------------------------------- */
.brand-disc-area .cmn-title-area .title-block{
	border-right: none;
}
.overhaul-price-list{
	border: solid 1px #ddd;
}
.overhaul-price-list:nth-child(n + 2){
	margin: 10px 0 0;
}
.overhaul-price-list .ac::before{
	content: '';
	position: absolute;
	width: 100px;
	height: 70px;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: url("../img/brand01-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.rolex .ac::before{
	background: url("../img/brand02-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.tagheuer .ac::before{
	background: url("../img/brand08-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.panerai .ac::before{
	background: url("../img/brand06-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.breitling .ac::before{
	background: url("../img/brand07-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.cartier .ac::before{
	background: url("../img/brand03-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.hermes .ac::before{
	background: url("../img/brand04-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.bvlgari .ac::before{
	background: url("../img/brand05-removebg-preview.png") no-repeat top center / contain;
}

.overhaul-price-list .ac {
	padding: 30px 30px 30px 100px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	transition: 0.5s;
    font-weight: 500;
	font-weight: bold;
	background: #fff;
	font-size: 2.2rem;
	cursor: pointer;
}
.overhaul-price-list .ac:hover {
}
.overhaul-price-list .ac .accordion-icon {
	position: relative;
	height: 20px;
	width: 20px;
}
.overhaul-price-list .accordion-icon::before,
.overhaul-price-list .accordion-icon::after {
	background-color: #E00022;
	content: "";
	height: 2px;
    width: 20px;
	position: absolute;
	transition: all .3s;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.overhaul-price-list .accordion-icon::before {
	transform: rotate(0deg);
}
.overhaul-price-list .accordion-icon::after {
	transform: rotate(90deg);
}
.overhaul-price-list .ac.active .accordion-icon::after {
	transform: rotate(180deg);
}
.overhaul-price-list  .ac-contents {
	display: none;
	position: relative;
	padding: 0 50px 50px;
	background: #fff;
}

.overhaul-price-list .cau-txt{
	line-height: 1.5;
}

/* 表 */
.overhaul-price-list .detail_contents table{
    width: 100%!important;
    border-collapse: collapse;
    border: 1px solid #aaa;
    line-height: 1.4;
	margin: 0 0 40px;
	background: #fff;
}
.overhaul-price-list .detail_contents table:last-child{
	margin: 0;
}
.overhaul-price-list .detail_contents table tr{
}
.overhaul-price-list .detail_contents table th{
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
    padding: 15px;
	border: 1px solid #aaa;
}
.overhaul-price-list .detail_contents table th.watch,
.overhaul-price-list .detail_contents table td.watch{
	color: var(--red);
	background: #FFF5D6;
}
.overhaul-price-list .detail_contents table td:nth-child(2){
	font-size: 2.2rem;
}
.overhaul-price-list .detail_contents table th.maker,
.overhaul-price-list .detail_contents table td.maker{
	background: #f0f0f0;
	color: #666;
}

.overhaul-price-list .detail_contents table td{
    padding: 15px;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 1.8rem;
	vertical-align: middle;
	font-weight: bold;
}
.overhaul-price-list .detail_contents table td:first-child{
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
}

.battery .overhaul-price-list .detail_contents table th.watch,
.polish .overhaul-price-list .detail_contents table th.watch,
.battery .overhaul-price-list .detail_contents table td.watch,
.polish .overhaul-price-list .detail_contents table td.watch{
	color:#333;
	background: none;
}
.battery .overhaul-price-list .detail_contents table td:nth-child(2) ,
.polish .overhaul-price-list .detail_contents table td:nth-child(2) {
    font-size: 1.8rem;
}
.battery .overhaul-price-list .detail_contents table th.maker,
.polish .overhaul-price-list .detail_contents table th.maker,
.battery .overhaul-price-list .detail_contents table td.maker,
.polish .overhaul-price-list .detail_contents table td.maker{
	background: none;
	color:#333;
}
.battery .overhaul-price-list .detail_contents table tr:first-of-type,
.polish .overhaul-price-list .detail_contents table tr:first-of-type{
	text-align: center;
    font-weight: 500;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #ccc;
    background: #7C7C84;
    color: #fff;
}
.battery .overhaul-price-list .detail_contents table tr:first-of-type th,
.polish .overhaul-price-list .detail_contents table tr:first-of-type th{
	color: #fff;
	white-space: nowrap;
}



/* 修理内容・症状 */
.overhaul-price-list.price .ac{
	padding: 30px;
}

.overhaul-price-list.price .ac::before{
	display: none;
}


/*修理料金*/
.overhaul-price-list.price-overhaul .detail_contents table td.type {
    text-align: center;
    font-size: 1.6rem;
	font-weight: 500;
}

.overhaul-price-list.price-overhaul .detail_contents table th.watch, .price-area table td.watch {
    color: var(--red);
    background: #FFF5D6;
}

.overhaul-price-list.price-overhaul .detail_contents table td.watch {
    font-size: 2.2rem;
}

.overhaul-price-list.price-overhaul .detail_contents table th.maker, .price-area table td.maker {
    background: #f0f0f0;
    color: #666;
}

@media screen and (max-width: 768px){
	.brand-disc-block{
		margin: 20px 0 0;
	}
	.overhaul-area .ac {
		font-size: 1.6rem;
		padding: 20px 15px 20px 60px;
		line-height: 1.3;
	}
	.overhaul-price-list.price .ac{
		padding: 0 0 10px;
	}
	.overhaul-price-list .ac::before{
		width: 60px;
		height: 45px;
	}
	.overhaul-area .ac:hover {
	}
	.overhaul-area .ac .accordion-icon {
	}
	.overhaul-area .accordion-icon::before,
	.overhaul-area .accordion-icon::after {
		width: 15px;
		right: 5px;
	}
	.overhaul-area .accordion-icon::before {
	}
	.overhaul-area .accordion-icon::after {
	}
	.overhaul-area .ac.active .accordion-icon::after {
	}
	.overhaul-area .ac-contents {
		padding: 0 15px;
	}
	
	.overhaul-price-list .detail_contents table{
		margin: 0 0 20px;
	}
	.overhaul-price-list .detail_contents table th{
		padding: 5px;
		font-size: 1.1rem;
	}
	.overhaul-price-list .detail_contents table td{
		padding: 5px;
		font-size: 1.3rem;
	}
	.overhaul-price-list .detail_contents table td:first-child{
		font-size: 1.4rem;
	}
	.overhaul-price-list .detail_contents table td:nth-child(2){
		font-size: 1.3rem;
		white-space: nowrap;
	}
	.overhaul-price-list.price-overhaul .detail_contents table td.type{
		font-size: 1.1rem;
		white-space: nowrap;
	}
	.overhaul-price-list.price-overhaul .detail_contents table td.watch{
		font-size: 1.5rem;
		white-space: nowrap;
	}

	.overhaul-price-list{
		border: none;
	}
	.overhaul-price-list .ac{
		background: none;
		padding: 20px 0 20px 60px;
		font-size: 1.6rem;
	}
	.overhaul-price-list .ac-contents{
		display: block;
		padding: 0;
		background: none;
	}
	
	.overhaul-price-list .ac .accordion-icon{
		display: none;
	}
	
	.battery .overhaul-price-list .detail_contents table td:nth-child(2), 
	.polish .overhaul-price-list .detail_contents table td:nth-child(2){
		font-size: 1.3rem;
	}
	
	.battery .overhaul-price-list .detail_contents table tr:first-of-type th,
	.polish .overhaul-price-list .detail_contents table tr:first-of-type th{
		white-space: inherit;
	}
}


/* -----------------------------
	voice-area
-------------------------------- */
.corp-voice-area .cmn-title-area .title-block{
	border-right: none;
}
.corp-voice-area{
	margin: 100px 0;
}
.corp-voice-area .voice-wrap{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}

.corp-voice-area .voice-block{
	width: calc((100% / 2) - 20px);
	padding: 30px;
	border: solid 1px #ddd;
	position: relative;
}
.corp-voice-area .voice-block::before{
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	top: 30px;
	right: 30px;
	background: url("../img/voice-icon01.png") no-repeat top center / contain;
}
.corp-voice-area .voice-block:nth-child(2)::before{
	background: url("../img/voice-icon02.png") no-repeat top center / contain;
}
.corp-voice-area .voice-block .name{
	font-size: 2.3rem;
	font-weight: bold;
}
.corp-voice-area .voice-block .basic-txt{
	padding: 10px 0 0;
	border-top: solid 1px #ddd;
	margin: 20px 0 0;
}

.corp-voice-area .defect{
	margin: 20px 0 0;
}
.corp-voice-area .repair{
	margin: 15px 0 0;
}
.corp-voice-area .defect span,
.corp-voice-area .repair span{
	margin: 0 10px 0 0;
	padding: 3px 10px;
	background: var(--red);
	color: #fff;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px){
	.corp-voice-area{
		margin: 40px 0;
	}
	.corp-voice-area .voice-wrap{
		display: block;
		margin: 20px 0 0;
	}

	.corp-voice-area .voice-block{
		width: 100%;
		padding: 15px;
	}
	.corp-voice-area .voice-block::before {
		width: 65px;
		height: 65px;
		top: -20px;
		right: 10px;
	}
	.corp-voice-area .voice-block:nth-child(n + 2){
		margin: 20px 0 0;
	}
	.corp-voice-area .voice-block .name{
		font-size: 2rem;
	}
	.corp-voice-area .voice-block .basic-txt{
	}

	.corp-voice-area .defect{
	}
	.corp-voice-area .repair{
	}
	.corp-voice-area .defect span,
	.corp-voice-area .repair span{
		font-size: 1.4rem;
	}
}