@charset "utf-8";

/* -----------------------------------------------------------
    共通
-------------------------------------------------------------- */

#brand .breadcrumblist {
	position: inherit;
	top: auto;
}
#brand .more-link {
	margin: 10px 0 0;
}
#brand .more-link a {
	color: var(--red);
}

dl.cmn-list{
}
dl.cmn-list dt {
	font-size: 2rem;
	margin: 40px 0 20px 0;
	padding: 18px 15px 18px 40px;
    position: relative;
	font-weight: bold;
	background: #F3F4F5;
	background: url("../img/bg-gray01.png") #f0f0f0 repeat left top / cover;
	line-height: 1.4;
}
dl.cmn-list dt:first-child {
	margin: 0 0 20px 0;
}
dl.cmn-list dt::before {
    background: var(--red);
	border-radius: 3px;
	content: '';
	display: block;
	height: calc(100% - 40px);
	left: 20px;
	position: absolute;
	top: 20px;
	width: 5px;
}
dl.cmn-list dd{
	line-height: 1.7;
	padding: 0 20px;
}
dl.cmn-list dd .s{
	display: block;
	font-size: 1.4rem;
	margin: 5px 0 0;
}

dl.cmn-list .col-list li::before {
    top: 10px;
}

.red-title {
    font-size: 2.2rem;
    color: var(--red);
    font-weight: bold;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 0 32px;
	position: relative;
}
.red-title::before {
	content: "";
	display: inline-block;
	background: url("../img/icon-section-title.svg") no-repeat center center / contain;
	width: 20px;
	height: 13px;
	position: absolute;
	left: 3px;
	top: 8px;
}

@media screen and (max-width: 768px){
	
	dl.cmn-list dt {
		margin: 30px 0 20px 0;
	}
	dl.cmn-list dd{
		padding: 0 20px;
	}
	
	.red-title {
		font-size: 2rem;
		margin: 0 0 10px;
	}
	.red-title::before {
		top: 7px;
	}
	
	
}



/*    intro-area
-------------------------------------------------------------- */
.intro-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	/*min-height: 450px;*/
	margin: 0 0 20px;
	padding: 125px 0 0;
	background: url("../img/bg-gray01.png") #fff repeat center top / 100% auto;
}
.intro-area .txt-area {
	width: 50%;
	padding: 90px 70px 60px calc((100% - 1200px) / 2);
	order: 1;
}
.intro-area .section-title{
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.intro-area .section-title span{
	font-size: 2.4rem;
	display: block;
	line-height: 1.2;
}

.intro-area .section-title-en{
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--red);
	line-height: 1.4;
}
.intro-area .section-catch{
	margin: 30px 0 0;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: bold;
}
.intro-area .basic-txt{
	margin: 20px 0 0;
	line-height: 1.8;
}
.intro-area .img {
	/*
	position: absolute;
	left: 50%;
	top: 120px;
	width: 50%;
	*/
	width: 50%;
	order: 2;
}
.intro-area .img img {
	width: 100%;
	height: 100%;
	min-height: 500px;
	max-height: 500px;
	object-fit: cover;
}


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

	.intro-area {
		display: block;
		margin: 0;
		padding: 60px 0 40px;
		min-height: inherit;
		/*
		background: url("../img/bg-gray02.png") repeat left top / 800px auto;
		*/
	}
	.intro-area::before {
		content: "WATCH HOSPITAL";
		display: block;
		position: absolute;
		text-align: center;
		left: 0;
		font-family: var(--josefin);
		z-index: 0;
		white-space: nowrap;
		
		top: 130px;
		font-size: 4.3rem;
		font-weight: 700;
		letter-spacing: 0;
		right: auto;
		/*
		color: rgba( 255, 255, 255, .8 );
		*/
		color: #fff;
	}
	
	.intro-area .txt-area {
		width: auto;
		padding: 30px 20px 0;
	}
	.intro-area .section-title{
		font-size: 3rem;
	}
	.intro-area .section-title span{
		font-size: 1.8rem;
	}
	
	.intro-area .section-title-en{
		font-size: 1.4rem;
		margin: 0;
	}
	
	.intro-area .section-catch{
		margin: 30px 0 0;
		font-size: 2.4rem;
	}
	.intro-area .basic-txt{
		margin: 15px 0 0;
	}
	.intro-area .img {
		/*
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		text-align: center;
		margin: 20px auto 0;
		*/
		width: 100%;
		text-align: center;
		margin: 35px auto 0;
	}
	.intro-area .img img {
		height: 200px;
		min-height: inherit;
		max-height: inherit;
	}
	
	
	.intro-area .brand_series{
		width: auto;
		display: block;
		margin: 20px auto 15px;
	}
	.intro-area .brand_series_title{
		font-size: 1.3rem;
		margin: 0 20px 10px;
	}
	.intro-area .brand_series_list{
		padding: 0 0 0 20px;
	}
	.intro-area .brand_series_list a{
		margin: 0 5px 0 0;
	}

}


/*    about-repair-area
-------------------------------------------------------------- */
.about-repair-area {
	/*background: url("../img/bg-red.png") no-repeat left top / cover;*/
	padding: 40px 0 80px;
}
.about-repair-area .inner {
	position: relative;
}
.about-repair-area .inner.t::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../img/illust-watch02.png") no-repeat center top / cover;
	width: 364px;
	height: 162px;
	right: 0;
	top: 0;
	z-index: -1;
}

.about-repair-area .section-catch {
	font-size: 3.8rem;
	margin: 30px 0 20px;
}
.about-repair-area .basic-txt {
	margin: 20px 0 0;
}

/*主要ブランド*/
.main-brand .about-repair-area {
	padding: 40px 0 60px;
}
.main-brand .about-repair-area .detail_contents{
	padding: 0!important;
}
.main-brand .about-repair-area .cmn-title-area {
	margin: 0 0 30px;
}


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

	.about-repair-area {
		padding: 40px 0 40px;
	}
	
	.about-repair-area .inner.t {
		padding: 0 20px;
	}
	.about-repair-area .inner.t::after {
		width: 60%;
		height: initial;
		aspect-ratio: 182 / 81;
		right: -30px;
		top: -20px;
	}
	
	.about-repair-area .section-catch {
		font-size: 2.6rem;
		margin: 25px 0 15px;
	}
	.about-repair-area .basic-txt {
		margin: 15px 0 0;
	}

	/*主要ブランド*/
	.main-brand .about-repair-area {
		padding: 40px 0 30px;
	}
	.main-brand .about-repair-area .detail_contents{
		padding: 0!important;
	}
	.main-brand .about-repair-area .cmn-title-area {
		margin: 0 0 25px;
	}
	
	
}

/*    overview-area
-------------------------------------------------------------- */
.overview-bg {
	padding: 0 0 80px;
	/*
	background: url("../img/bg-blog-area.jpg") repeat left top;
	*/
}

.overview-area {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.overview-area .l {
	width: 50%;
	padding: 70px 60px 0 calc((100% - 1200px) / 2);
	order: 1;
}
.overview-area .red-title.bot{
	margin: 50px 0 0;
}
.overview-area .basic-txt{
	margin: 20px 0 0;
}

.overview-area .r {
	width: 50%;
	order: 2;
	background: url("../img/gallery/hsp1241.jpg") no-repeat left top / cover;
}
/*
.overview-area .r img{
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: cover;
}
*/

/* about-repair-list */
.about-repair-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
    padding: 60px 0 0;
}
.about-repair-list li {
    width: calc( (100% - 90px ) / 4);
}
.about-repair-list li .img-box {
	text-align: center;
}
.about-repair-list li .img-box img {
    width: 100%;
}
.about-repair-list li .name {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
	text-align: center;
	padding: 20px 0 15px;
}
.about-repair-list li .txt {
    font-size: 1.5rem;
    line-height: 1.8;
}
.about-repair-list li .txt .s {
    font-size: 1.2rem;
	display: block;
	margin: 5px 0 0;
}

.about-repair-list li .accordion-icon{
	display: none;
}

/* ブランド別表示に関して */
.cartier .about-repair-list li.battery,
.rolex .about-repair-list li.battery,
.panerai .about-repair-list li.battery {
	display: none;
}

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

	.overview-bg {
		margin: 0;
		padding: 0 0 50px;
	}
	
	.overview-area {
		display: block;
		margin: 0;
		padding: 0;
	}
	.overview-area .l,
	.overview-area.t .l{
		width: auto;
		padding: 30px 20px 20px;
	}
	.overview-area .red-title.bot{
		margin: 30px 0 0;
	}
	.overview-area .basic-txt{
		margin: 15px 0 0;
	}
	.overview-area .r {
		width: auto;
		height: 200px;
	}
	/*
	.overview-area .r img{
		height: 100%;
	}
	*/
		
	/* about-repair-list */
	.about-repair-list {
		display: block;
		padding: 0 20px 0;
	}
	.about-repair-list li {
		width: auto;
		background: #fff;
		margin: 10px 0 0;
		box-shadow: 0 20px 30px rgba(0,0,0,.1);
	}
	.about-repair-list li .img-area {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	
	.about-repair-list li .img-box {
		width: 100px;
	}
	.about-repair-list li .img-box img {
		height: 80px;
		object-fit: cover;
	}
	.about-repair-list li .name {
		font-size: 1.8rem;
		width: calc(100% - 100px);
		padding: 10px 30px 10px 20px;
		text-align: left;
	}
	.about-repair-list li .txt {
		font-size: 1.5rem;
		padding: 20px;
		display: none;
	}
	

	.about-repair-list li .accordion-icon{
		display: block;
	}
	
}


/*    series-area-top
-------------------------------------------------------------- */
.series-area-top{
	margin: 0 auto 0;
}
.series-area-top .brand_series{
	display: flex;
	align-items: center;
	margin: 30px auto 0;
}
.series-area-top .brand_series_title{
	font-weight: 500;
	font-size: 1.5rem;
	margin: -7px 15px 0 0;
	white-space: nowrap;
}
.series-area-top .brand_series_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 1.2;
}
.series-area-top .brand_series_list a{
	display: block;
	color: #fff;
	font-size: 1.4rem;
	background: #bca884;
	border-radius: 3px;
	padding: 7px 10px;
	margin: 0 10px 10px 0;
}

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

	.series-area-top{
		margin: 0 auto 0;
	}

	.series-area-top .brand_series{
		width: auto;
		display: block;
		margin: 20px auto 15px;
	}
	.series-area-top .brand_series_title{
		font-size: 1.4rem;
		margin: 0 20px 10px;
		white-space: inherit;
		line-height: 1.4;
	}
	.series-area-top .brand_series_list{
		padding: 0 0 0 20px;
		flex-wrap: nowrap;
	}
	.series-area-top .brand_series_list a{
		margin: 0 5px 5px 0;
	}

}


/*    事例一覧
-------------------------------------------------------------- */

.cmn-works-area {
}

/*
.cmn-works-area .bottom-area {
  position: relative;
  margin-top: -160px;
  padding: 0 0 20px 0;
}

.cmn-works-area .bottom-area .inner {
    width: 95% ;
    margin: 0 0 0 auto;
    padding: 70px 0 50px 50px;
    background: #fff;
}

.cmn-works-list{
	display: flex;
	flex-wrap: wrap;
	min-width: 1100px;
	max-width: 1200px;
	margin: 0 auto;
}
.cmn-works-list li {
	width: calc((100% - 90px) / 4);
	margin: 0 30px 30px 0;
	padding: 0;
	display: none;
}
.cmn-works-list li:nth-child(4n){
    margin: 0 0 30px 0;
	padding: 0;
}
.cmn-works-list .thumb{
    height: 180px;
	background: #f0f0f0;
}
*/


@media screen and (max-width: 768px){
	
	/* 実績一覧 */
	.cmn-works-area .bottom-area {
		padding: 0 0 50px;
	}
	/*
	.cmn-works-area {
		padding: 0 0 30px;
	}
	.cmn-works-area .bottom-area {
	  margin-top: 0;
	  padding: 0;
	}
	
	.cmn-works-area .bottom-area .inner {
		width: 100% ;
		margin: 0 auto;
		padding: 0;
	}
	.cmn-works-area .top-area .basic-txt {
		display: block;
		width: auto;
		color: #333;
		font-weight: 400;
		padding: 0 20px 10px;
		line-height: 1.8;
	}

	.cmn-works-list{
		padding: 10px 20px 0;
		justify-content: space-between;
		min-width: inherit;
		max-width: inherit;
	}
	.cmn-works-list li,
	.cmn-works-list li:nth-child(4n){
		width: 48%;
		padding: 0;
		margin: 0 0 25px 0;
	}
	.cmn-works-list .thumb{
		height: 120px;
	}
	.cmn-works-list li a {
		width: 100%;
	}
	*/
	
}



/*    readMoreBtn
-------------------------------------------------------------- */
.readMoreBtn,
.readMoreBtn_voice{
	text-align: center;
	margin: 0 auto 20px;
	display: none;
}
.readMoreBtn a,
.readMoreBtn_voice a{
	display: block;
	font-size: 1.5rem;
	color: #412B21;
	width: 220px;
	border: 1px solid #666;
	border-radius: 30px;
	margin: 0 auto;
	padding: 13px 0;
	background: url("../img/plus.svg") no-repeat right 18px top 50%/13px;
}

@media screen and (max-width: 768px){
	
	.readMoreBtn a,
	.readMoreBtn_voice a{
		width: 200px;
		margin: 0 auto 0;
	}
	
}



/*    about-area
-------------------------------------------------------------- */
.about-area {
}
.about-area .inner{
	position: relative;
}
.about-area .about-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
.about-area .about-list li{
	width: 360px;
	margin: 0 60px 60px 0;
	position: relative;
}
.about-area .about-list li:nth-child(3n){
	margin: 0 0 60px 0;
}
.about-area .about-list .img{
	text-align: center;
}
.about-area .about-list .img img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.about-area .about-list .catch{
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 30px 0 15px;
}
.about-area .about-list .basic-txt{
}


@media screen and (max-width: 768px){
	.about-area {
	}
	.about-area .inner{
	}
	.about-area .about-list{
		display: block;
		margin: 30px 0 0;
		padding: 0 20px;
	}
	.about-area .about-list li,
	.about-area .about-list li:nth-child(3n){
		width: 100%;
		margin: 0 0 40px 0;
	}
	.about-area .about-list .img{
	}
	.about-area .about-list .img img{
		height: 180px;
	}
	.about-area .about-list .catch{
		font-size: 2.2rem;
		text-align: left;
		line-height: 1.5;
		margin: 20px 0 15px;
	}
	.about-area .about-list .basic-txt{
		font-size: 1.5rem;
	}
	
}



/*    声リスト
-------------------------------------------------------------- */
.voice-area {
	background: url("../img/bg-voice-area.jpg") repeat left top;
    padding: 60px 0 60px;
    position: relative;
}

.voice-area .catch-copy {
    font-weight: bold;
	display: flex;
	align-items: center;
}

.voice-area .catch-copy span {
    display: inline-block;
}

.voice-area .catch-copy .sub {
    font-size: 1.8rem;
    line-height: 1.5;
	margin: 0 30px 0 0;
}

.voice-area .catch-copy .share {
    color: var(--red);
    display: flex;
    align-items: center;
    margin: 20px 0 0;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.voice-area .catch-copy .share .no1 {
    font-size: 10rem;
    font-weight: normal;
    font-family: var(--gilda);
    line-height: .8;
    height: 100px;
	padding: 0 0 0 10px;
}
.voice-area .catch-copy .share .vertical {
    font-size: 3.0rem;
    writing-mode: vertical-rl;
    letter-spacing: .7rem;
    line-height: 1;
    text-align-last: justify;
    height: 80px;
    margin-top: -20px;
}
.voice-area .catch-copy .share .kome-mark {
    font-size: 1.4rem;
    color: var(--black);
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 240px;
}
.voice-area .catch-copy .kome-txt {
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0;
}
.voice-area .catch-copy .review {
    font-size: 3.4rem;
    line-height: 1.3;
    padding: 10px 0 0;
}
.voice-area .catch-copy .review .review-num {
    font-size: 5.2rem;
    font-family: var(--lato);
    line-height: 1.3;
}


.cmn-voice-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 30px;
}
.cmn-voice-list li {
	width: calc((100% - 30px) / 2);
	display: none;
	position: relative;
	padding: 30px 35px 35px 35px;
	height: auto;
	border: none;
}
.cmn-voice-list li .img-area {
	width: 50px;
	text-align: center;
}
.cmn-voice-list li .img-area img {
	width: 50px;
	height: 80px;
}
.cmn-voice-list li .txt-area {
	width: auto;
}
/*.cmn-voice-list li .txt-area .info-area{
	position: absolute;
	left: 120px;
	top: 50px;
	display: block;
	padding: 0 30px 0 0;
}*/
/*.cmn-voice-list li .txt-area .info-area .brand {
	margin: 2px 0 0;
}*/
.cmn-voice-list li .basic-txt {
	padding: 15px 0 0;
}
.cmn-voice-list li .txt-area .reply-area {
    padding: 0px 0 10px 20px;
    margin: 10px 0 0 10px;
}

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

	.voice-area {
		padding: 40px 20px 30px;
	}
	
	.voice-area .catch-copy {
        font-weight: bold;
        padding: 0 0 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .voice-area .catch-copy .sub {
        font-size: 1.6rem;
		margin: 0;
    }
    
    .voice-area .catch-copy .share {
        justify-content: flex-start;
        width: initial;
    }

    .voice-area .catch-copy .share .no1 {
        font-size: 8.3rem;
        height: 70px;
		padding: 0;
    }

    .voice-area .catch-copy .share .vertical {
        font-size: 2.7rem;
        margin: -10px 10px 0 0;
        height: 65px;
    }

    .voice-area .catch-copy .share .kome-mark {
        font-size: 1.3rem;
		right: auto;
		left: 200px;
    }

    .voice-area .catch-copy .kome-txt {
        font-size: 1.2rem;
        padding: 0;
        display: block;
        width: 100%;
    }

    .voice-area .catch-copy .review {
        font-size: 2.2rem;
        padding: 15px 0 0;
    }

    .voice-area .catch-copy .review .review-num {
        font-size: 3.0rem;
    }
	
	
	.cmn-voice-list {
		display: block;
		padding: 0 0 10px;
	}
	
	.cmn-voice-list li {
		padding: 20px;
		width: 100%;
	}
	.cmn-voice-list li .txt-area .info-area{
		/*left: 85px;
		top: 35px;*/
		padding: 5px 12px 0 0;
	}
	.cmn-voice-list li .txt-area .info-area .brand{
		margin: 2px 0 0 10px;
	}
	.cmn-voice-list li .basic-txt {
		padding: 8px 0 0;
	}
	.cmn-voice-list li .txt-area .reply-area {
        padding: 10px 0 10px 20px;
    }

}


/*    campaign-area
-------------------------------------------------------------- */
.campaign-area {
	/*
	background: url("../img/bg01.png") repeat left top;
	background: url("../img/bg-brand-select-area.png") no-repeat center center / cover;
	background: url("../img/bg-gray01.png") no-repeat center bottom / cover;
	background: url("../img/bg-blog-area.jpg") repeat left top;
	*/
	background: url("../img/bg-gray01.png") no-repeat center bottom / cover;
}


/*    repair-flow-area
-------------------------------------------------------------- */
.repair-flow-area {
    padding: 80px 0 60px;
    position: relative;
	/*
	background: url("../img/bg-cmn-repair-area.jpg") repeat left top;
	background: #F5F6F7;
	*/
}
.repair-flow-area::after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("../img/illust-watch03.png") center/cover, no-repeat;
	opacity: .6;
	width: 349px;
	height: 121px;
	right: calc( ( 100% - 1200px ) / 2 + 100px );
	top: 40px;
}

.repair-flow-area .cmn-title-area {
	margin: 0 0 30px;
}

.repair-flow-area .cmn-list {
	margin: 50px 0 0;
}
.repair-flow-area ul.step {
	display: flex;
	flex-wrap: wrap;
}
.repair-flow-area ul.step li {
	width: calc((100% - 120px) / 4);
	position: relative;
	margin: 30px 0 10px;
	background: #fff;
	height: 100%;
}
.repair-flow-area ul.step li.arrow {
	width: 40px;
	text-align: center;
	font-size: 3rem;
	color: #888;
	margin: 0;
	padding: 90px 0 0;
	background: none;
}
.repair-flow-area ul.step li .num {
	position: absolute;
	left: 0;
	top: -10px;
	color: #fff;
	padding: 5px 10px 3px;
	text-align: center;
	font-weight: 500;
	font-size: 1.4rem;
	background: var(--red);
	font-family: var(--josefin);
	line-height: 1;
}
.repair-flow-area ul.step li .title {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	margin: 20px 0 15px;
	text-align: center;
}
.repair-flow-area ul.step li .img {
	text-align: center;
	margin: 0 0 10px;
}
.repair-flow-area ul.step li .img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.repair-flow-area ul.step li .txt {
	line-height: 1.7;
	font-size: 1.5rem;
}

.repair-flow-area ul.step li .accordion-icon{
	display: none;
}

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

	.repair-flow-area {
		padding: 40px 20px 30px;
	}
	.repair-flow-area::after {
		width: 43%;
		height: initial;
		aspect-ratio: 349 / 121;
		right: 10px;
		top: 80px;
		z-index: 0;
		background-blend-mode: multiply;
		opacity: .5;
	}

	.repair-flow-area .cmn-title-area{
		padding: 0 0 5px;
	}

	.repair-flow-area .cmn-list {
		margin: 30px 0 0;
	}
	.repair-flow-area dl.cmn-list dd{
		padding: 0;
	}
	.repair-flow-area ul.step {
		padding: 0 0 20px;
	}
	.repair-flow-area ul.step li.arrow {
		display: none;
	}

	.repair-flow-area ul.step li {
		width: 100%;
		background: #fff;
		margin: 20px 0 0;
		box-shadow: 0 20px 30px rgba(0,0,0,.1);
	}
	.repair-flow-area ul.step li:first-child {
		margin: 5px 0 0;
	}
	.repair-flow-area ul.step li .img-area {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	
	.repair-flow-area ul.step li .img {
		width: 120px;
		margin: 0;
	}
	.repair-flow-area ul.step li .img img {
		width: 100%;
		height: 80px;
		object-fit: cover;
	}
	
	.repair-flow-area ul.step li .num {
		left: 0;
		top: -8px;
		font-size: 1.2rem;
		padding: 5px 5px 3px;
		line-height: 1;
		z-index: 1;
	}
	.repair-flow-area ul.step li .title {
		font-size: 1.8rem;
		width: calc(100% - 120px);
		padding: 10px 30px 10px 20px;
		text-align: left;
		margin: 0;
	}
	.repair-flow-area ul.step li .txt {
		font-size: 1.5rem;
		padding: 15px;
		display: none;
	}
	
	.repair-flow-area ul.step li .accordion-icon{
		display: block;
	}

	
}


/*    faq-area
-------------------------------------------------------------- */
.faq-area {
	padding: 80px 0 80px;
	position: relative;
	background: url("../img/bg-cmn-repair-area.jpg") repeat left top;
	background: #F5F6F7;
}
.faq-box{
	margin: 0 auto;
	width: 1200px;
	/*
	display: flex;
	justify-content: space-between;
	*/
}

.faq-box .cmn-title-area{
	/*
	width: 400px;
	*/
}

.faq-box dl{
	/*
	width: 750px;
	*/
	border-bottom: 1px solid #ddd;
	margin: 40px 0 0;
}

.faq-q{
	border-top: 1px solid #ddd;
	padding: 25px 35px 28px 60px;
    position: relative;
    cursor: pointer;
}
.faq-q h3{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
}
.faq-a{
	display: none;
	line-height: 1.8;
	position: relative;
	padding: 0 35px 30px 60px;
}

.faq-q::before,
.faq-a::before{
	display: block;
	position: absolute;
	left: 20px;
	font-size: 2.4rem;
	color: var(--red);
	font-family: var(--josefin);
}
.faq-q::before{
	content: 'Q';
	top: 32px;
}
.faq-a::before{
	content: 'A';
	top: -4px;
	left: 22px;
	color: #007DD8;
}

.faq-box .accordion-icon {
	right: 0;
}

.faq-box .faq-a .basic-txt:nth-child(n+2){
	margin: 15px 0 0;
}
.faq-box .btn-more{
	margin: 15px 0 0;
	text-align: left;
}


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

	.faq-area {
		padding: 40px 20px 50px;
	}
	.faq-box{
		width: auto;
	}
	.faq-box dl{
		margin: 30px 0 0;
	}
	.faq-q{
		padding: 20px 20px 20px 30px;
	}
	.faq-q h3{
		font-size: 1.8rem;
	}
	.faq-a{
		padding: 0 20px 20px 30px;
	}
	.faq-q::before,
	.faq-a::before{
		left: 0;
		font-size: 2rem;
	}
	.faq-q::before{
		top: 26px;
	}
	.faq-a::before{
		top: 0px;
		left: 2px;
	}
	
	.faq-box .btn-more{
		margin: 15px auto 0;
		text-align: center;
	}
	
	
}


/*    series_area
-------------------------------------------------------------- */
.series_area{
	padding: 70px 0 20px;
}
/*冒頭用*/
.series_area.top{
	padding: 70px 0 50px;
	background: url("../img/bg-gray01.png") repeat center top / auto;
	background: #fff;
}

.series_wrapper{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.series_wrapper dl{
	width: 372px;
	margin: 0 42px 40px 0;
}
.series_wrapper dl:nth-child(3n){
	margin: 0;
}

.series_wrapper dl a{
	display: flex;
	width: 100%;
	color: #333;
	align-items: center;
	padding: 10px 35px 10px 20px;
	border: 1px solid #ddd;
	position: relative;
	background: #fff;
}
.series_wrapper dl a:hover{
	border: 1px solid var(--red);
}
.series_wrapper dl a::after{
    display: block;
    content: "\f105";
    font: 500 2rem / 1 "FontAwesome";
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    right: 15px;
	transition: all .5s;
	color: var(--red);
}

.series_wrapper dl img{
	width: 95px;
	height: 80px;
	object-fit: contain;
	margin: 0 25px 0 0;
}

.series_wrapper dl .series_detail_title{
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: bold;
}
.series_wrapper dl .series_detail_title span {
	display: block;
	font-size: 1.4rem;
	color: var(--red);
	font-weight: 500;
	font-family: var(--josefin);
}

.series_detail_txt{
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 15px 0 0;
	color: #777;
}
.series_txt_box{
	font-size: 1.4rem;
	line-height: 1.6;
	color: #999;
	margin: 0 auto 40px;
}

/* 静的主要ブランド：一時的にリンク無し用 */
.pickup .series_wrapper dl a{
	pointer-events: none;
	padding: 15px 0 0;
	border: none;
	border-top: 1px solid #ddd;
}
.pickup .series_wrapper dl a::after{
	display: none;
}

/* 静的主要ブランド：リンク有 */
.pickup .series_wrapper.act dl a{
	pointer-events: inherit;
	padding: 10px 35px 10px 20px;
	border: 1px solid #ddd;
}
.pickup .series_wrapper.act dl a:hover{
	border: 1px solid var(--red);
}
.pickup .series_wrapper.act dl a::after{
	display: block;
}


@media screen and (max-width: 667px){
	.series_area{
		padding: 40px 20px 30px;
		margin: 0 auto;
	}
	/*冒頭用*/
	.series_area.top{
		padding: 40px 20px 40px;
	}
	
	.series_wrapper{
		display: block;
		margin: 30px 0 0;
	}
	.series_wrapper dl,
	.series_wrapper dl:nth-child(3n){
		width: 100%;
		margin: 0 0 10px 0;
	}
	.series_wrapper dl a{
		padding: 5px 15px;
	}
	.series_wrapper dl img{
		width: 60px;
		margin: 0 15px 0 0;
	}

	.series_detail_txt{
		display: none;
	}
	.series_txt_box {
		margin: 0 auto 30px;
		padding: 0 20px;
	}
	
	/* 静的主要ブランド：一時的にテキスト表示用 */
	.pickup .series_detail_txt{
		display: block;
		line-height: 1.6;
		margin: 10px 0 30px;
	}
	
}



/* -----------------------------------------------------------
    写真スライダー
-------------------------------------------------------------- */
.slide-area {
}
.slide-area .slider {
	padding: 0;
	display: block;
}
.slide-area .slider img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	vertical-align: bottom;
}
.slide-area .slider .slick-slide {
	margin: 0;
}

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

	.slide-area {
		margin: 0 auto;
	}

	.slide-area .slider img {
		height: 140px;
	}
		
}



/*    cmn-flow-area
-------------------------------------------------------------- */


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

	.cmn-flow-area {
		padding: 40px 0 0;
	}
	.cmn-flow-area::after {
	}
	.cmn-flow-area .title-area {
		display: flex;
		padding: 0;
		align-items: center;
		gap: 0 50px;
		position: relative;
		flex-wrap: wrap;
	}
	.cmn-flow-area .title-area .title-block {
		padding: 0;
        border-right: none;
        width: 100%;
        display: block;
	}
	.cmn-flow-area .title-area .section-title {
		font-size: 2.4rem;
	}
	.cmn-flow-area .title-area .section-title-en {
		font-size: 1.6rem;
		padding: 0 0 0 20px;
		margin: 5px 0 0;
		letter-spacing: .1rem;
	}
	.cmn-flow-area .title-area .txt-block {
		padding: 20px 0 0;
	}
	.cmn-flow-area .title-area .txt-block {
		flex-basis: auto;
	}

}


/*    free-area
-------------------------------------------------------------- */

/* フリーエリア */
.free-area{
	padding: 80px 0;
	position: relative;
	background:#F3F4F5;
}

/* 各フリーエリア */
.free-area.sec{
	background:#fff;
	padding: 80px 0 10px;
	border-bottom: 1px #ddd solid;
}


.free-area .detail_contents{
	padding: 0 80px 50px !important;
}
.free-area .detail_contents table{
	height: auto!important;
}
.free-area .detail_contents tr,
.free-area .detail_contents th,
.free-area .detail_contents td{
	height: auto!important;
}

/* 注釈 */
.free-area .cau-txt {
	font-size: 1.4rem;
	padding: 0 80px 0;
	line-height: 1.8;
}
#brand.nordgreen .free-area .cau-txt {
	display: none;
}

/* 料金 */
.free-area.price-area{
	background:#fff;
	background: url("../img/bg-blog-area.jpg") repeat left top;
}
.free-area.price-area .inner{
	position: relative;
}
.free-area.price-area::before {
	content: "";
	background: url("../img/illust-watch04.png") center/cover, no-repeat;
	display: inline-block;
	width: 93px;
	height: 172px;
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 + 100px );
	/*
	top: -100px;
	*/
	top: 10px;
	z-index: 1;
}
.free-area.price-area::after {
	content: "";
	background: url("../img/illust-watch05.png") center/cover, no-repeat;
	display: inline-block;
	width: 79px;
	height: 158px;
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 - 10px );
	top: 60px;
}
.free-area.price-area .cmn-title-area{
	margin: 0 0 50px;
	position: relative;
	z-index: 1;
}
.free-area.price-area .cmn-title-area .section-title{
	white-space: nowrap;
}

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

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

/* PDFリンク */
.free-area.price-area .common-button{
	margin: 0 0 30px;
}


/* ブランド/シリーズページ 共通 */
.template .cmn-comparison-area .top-area::after{
	top: -50px;
}
.template .cmn-comparison-area .bottom-area{
	padding: 100px 0 40px;
}
.template .free-area .detail_contents{
	padding: 0 80px 0 !important;
}
.template .free-area.price-area .common-button{
  margin: 50px 0 30px;
}

/* （2）料金 */
.template .price-area{
	margin: 20px 0 0;
	background: url("../img/bg-gray01.png") repeat center top / auto;
}
.template .price-area .inner{
	background: #fff;
	padding: 60px 0;
}
.template .price-area .cmn-title-area{
	padding: 0 80px;
}


/* ブランドテンプレート：フリーエリア */
.template .free-area.sec{
	background:#fff;
}
.template .free-area.sec .detail_contents{
	padding: 0 80px 50px !important;
}

.template .free-area.thr{
}
.template .free-area.four{
	background:#fff;
}
.template .free-area.five{
}
.template .free-area.six{
	background:#fff;
}
.template .free-area.sev{
}


/* ブランドページ （1）修理について */
.template .detail_contents.about{
	margin: 30px 0 0;
	padding: 0 0 25px!important;
}
.template .about-repair-area {
	padding: 0 0 0;
}
.template .about-repair-area .inner {
	padding: 40px 0 0;
}
.template .about-repair-area .inner.t::after {
	display: none;
}
.template .series-area-top .brand_series{
	margin: 0 auto;
}
.template .series-area-top .brand_series,
.template .series-area-top.inner{
	padding: 0;
}
.template .series-area-top.inner{
	margin: 0 auto 60px;
}

/* シリーズページ （1）修理について */
.series-category .about-repair-area {
	background: url("../img/bg-voice-area.jpg") repeat left top;
	padding: 60px 0 80px;
	margin: 20px 0 0;
	position: relative;
}
.series-category .about-repair-area .inner {
	padding: 0;
}
.series-category .about-repair-area::after {
	content: "";
	background: url("../img/illust-watch01.png") no-repeat center center / contain;
	display: inline-block;
	width: 230px;
	height: 180px;
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 + 10px );
	top: 30px;
}
.series-category.template .about-repair-area .detail_contents.about{
	margin: 40px 0 0;
	padding: 80px!important;
	background: #fff;
}
.series-category.template .about-repair-area .detail_contents.about .section-catch {
	margin: 0 0 30px;
	padding: 0;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	background: none;
}


@media screen and (max-width: 768px){
	
	/* フリーエリア */
	.free-area{
		padding: 40px 20px;
	}
	/* 各フリーエリア */
	.free-area.sec{
		padding: 40px 20px 20px;
	}

	
	.free-area .detail_contents{
		padding: 0!important;
	}
	
	/* 注釈 */
	.free-area .cau-txt {
		padding: 10px 0 0;
	}	
	
	/* 料金 */
	.free-area.price-area::after {
		width: 50px;
		height: 101px;
		right: 60px;
		top: 10px;
	}
	.free-area.price-area::before {
		width: 59px;
		height: 110px;
		right: -10px;
		top: -30px;
	}
	.free-area.price-area .inner::before {
		display: none;
	}
	.free-area.price-area .cmn-title-area{
		margin: 0 0 30px;
	}
	.free-area.price-area .cmn-title-area .section-title{
		white-space: inherit;
	}
	
	/* 表 */
	.free-area.price-area .detail_contents table,
	.free-area.price-area .detail_contents table:last-child{
		margin: 0 -20px 30px;
		font-size: 1.4rem;
		width: auto!important;
	}
	.free-area.price-area .detail_contents table tr{
	}
	.free-area.price-area .detail_contents table th{
		padding: 5px;
		font-size: 1.2rem;
	}
	.free-area.price-area .detail_contents table th:nth-child(2),
	.free-area.price-area .detail_contents table td:nth-child(2){
		width: 37%;
	}
	.free-area.price-area .detail_contents table td:nth-child(2){
		font-size: 1.8rem;
	}
	.free-area.price-area .detail_contents table th:nth-child(3),
	.free-area.price-area .detail_contents table td:nth-child(3){
		width: 32%;
	}

	.free-area.price-area .detail_contents table td,
	.free-area.price-area .detail_contents table td:first-child{
		padding: 5px;
		font-size: 1.4rem;
	}
	
	/* PDFリンク */
	.free-area.price-area .common-button{
		margin: 0 0 15px;
	}
	
	
	/* ブランド/シリーズページ 共通 */
	.template .cmn-comparison-area .top-area::after {
		top: -30px;
	}
	.template .cmn-comparison-area .top-area .section-title-en::before {
		top: 50px;
	}
	.template .cmn-comparison-area .bottom-area {
		padding: 40px 0 20px;
	}
	.template .free-area .detail_contents{
		padding: 0!important;
	}
	.template .free-area.price-area .common-button{
		margin: 30px 0 15px;
	}
	.template .series-area-top{
		margin: 0 -20px;
		width: auto;
	}
	
	/* （2）料金 */
	.template .price-area {
		margin: 0;
		padding: 40px 20px 40px;
		background-size: 100% auto;
		background: url("../img/bg-blog-area.jpg") repeat left top;
	}
	.template .price-area::before {
		right: 10px;
	}
	.template .price-area::after {
		display: none;
	}
	
	.template .price-area .inner{
		background: none;
		padding: 0;
	}
	.template .price-area .cmn-title-area{
		padding: 0;
	}
	
	.template .free-area.sec{
	}
	.template .free-area.sec .detail_contents{
		padding: 0!important;
	}
	.template .free-area.thr{
	}
	.template .free-area.four{
	}
	.template .free-area.five{
	}
	.template .free-area.six{
	}
	.template .free-area.sev{
	}
	
	
	/* ブランドページ （1）修理について */
	.template .detail_contents.about{
		margin: 20px 0 0;
		padding: 0 0 0!important;
	}
	.template .about-repair-area {
		margin: 0 0 0;
		padding: 40px 20px 40px;
	}
	.template .about-repair-area {
		margin: 0;
		padding: 0;
	}
	.template .about-repair-area .inner {
		padding: 40px 20px 0;
		margin: 0 0 30px;
	}
	.template .series-area-top .brand_series,
	.template .series-area-top.inner{
		padding: 0;
		margin: 0;
	}
	.template .series-area-top.inner{
		margin: 0 0 40px;
	}
	
	.template .about-repair-area .inner.t::after {
		display: none;
	}
	
	/* シリーズページ （1）修理について */
	.series-category .about-repair-area {
		margin: 0 0 40px;
		padding: 30px 20px 40px;
	}
	.series-category .about-repair-area .inner {
		padding: 0;
	}
	.series-category .about-repair-area::after {
		width: 130px;
		height: 80px;
		right: -30px;
		top: 50px;
	}
	.series-category.template .about-repair-area .detail_contents.about{
		margin: 20px 0 0;
		padding: 20px!important;
	}
	.series-category.template .about-repair-area .detail_contents.about .section-catch {
		margin: 0 0 15px;
		font-size: 2.4rem;
	}
	
	
}



/* -----------------------------------------------------------
    ボタンエリア
-------------------------------------------------------------- */
.cv-btnarea{
	display: flex;
	justify-content: space-between;
    gap: 60px;
	padding: 60px 80px 30px 80px;
}
.cv-btnarea li{
	box-shadow: 0px 10px 30px rgb(0 0 0 / 16%);
	transition: all .5s;
	width: 430px;
}
.cv-btnarea li.repair{
	width: 550px;
}
.cv-btnarea li a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 24px 20px;
	color: #fff;
	min-height: 130px;
	/* box-shadow: 3px 3px 10px rgba(0,0,0,.2); */
	transition: all .5s;
    width: 100%;
    gap: 0 30px;
	background: var(--red);
}
.cv-btnarea li a::after{
    content: "";
    display: inline-block;
	/*
    background: url("../img/icon-arrow-white.svg") center/cover, no-repeat;
	*/
	background: url("../img/icon-arrow-black.svg") center/cover, no-repeat;
    width: 41px;
    height: 7px;
    position: absolute;
    bottom: 30px;
    right: -20px;
    transition: all .4s;
}
.cv-btnarea li:hover{
	box-shadow: none;
	transition: all .5s;
}
.cv-btnarea li a:hover::after{
	right: -30px;
}
.cv-btnarea .icon{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}
.cv-btnarea .icon img{
	width: 80px;
}
.cv-btnarea .txt-area{
	/*width: calc(100% - 80px);*/
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
}
.cv-btnarea .txt-area span{
	font-size: 1.7rem;
	display: block;
}

/*ボタン：店舗*/
.cv-btnarea li.shop .icon img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
}

/*ボタン：予約*/
.cv-btnarea li.repair a{
	background: #007DD8;
}
.cv-btnarea li.repair .icon img{
	width: 80px;
}



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


    .cv-btnarea {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
		padding: 40px 0 10px;
    }
	
	.cv-btnarea li,
	.cv-btnarea li.repair{
		width: 100%;
	}

    .cv-btnarea li a{
        min-height: 80px;
        width: 100%;
        gap: 15px;
		justify-content: space-between;
		padding: 17px 20px;
    }
    
	
	.cv-btnarea .icon{
		width: 60px;
		height: 60px;
	}
	.cv-btnarea .icon img{
		width: auto;
	}


	.cv-btnarea .icon img{
		width: 40px;
	}
	.cv-btnarea .txt-area{
		font-size: 2rem;
		width: calc(100% - 75px);
	}
	.cv-btnarea .txt-area span{
		font-size: 1.5rem;
	}
	
	/*ボタン：店舗*/
	.cv-btnarea li.shop .icon img{
		width: 60px;
		height: 60px;
	}

	/*ボタン：web予約*/
	.cv-btnarea li.repair .icon img{
		width: 55px;
	}

	
}



/* -----------------------------------------------------------
    戻るリンク
-------------------------------------------------------------- */
.back-link.bot{
	padding: 20px 0 40px;
	font-size: 1.5rem;
}
.back-link.bot a::before {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width: 768px){
	
	.back-link.bot{
		padding: 0 0 30px;
		font-size: 1.4rem;
	}

}

/* -----------------------------------------------------------
    目次
-------------------------------------------------------------- */
.nav1 {
		display: none;
	}

@media screen and (max-width: 768px){
	.nav1 {
		display: none;
		padding: 0 20px 0 20px;
		margin: 0 auto 60px;
		width: 760px;
		font-size: 85%;
		background:#fff;
	}
	.nav1 li {
		list-style: none;
		float: left;
		width: calc((100% - 40px) / 3);
		/*border-right: 1px solid #F3F4F5;*/
	}
	.nav1 li:nth-last-child(2n) {
		border-left: 1px solid #F3F4F5;
		border-right: 1px solid #F3F4F5;
	}
	.nav1 li a {
		text-decoration: none;
        color: #333;
        padding: 15px 0px;
        font-size: 1.4rem;
        font-weight: 500;
        display: block;
		text-align: center;
		height: 55px;
    }
	.nav1 li a::before {
		display: inline-block;
		content: "\f107";
		font-family: 'FontAwesome';
		padding: 0 5px 0 0;
		color: #F0353C;
	}
	.nav1 li a:hover {
		background: #333;
		color: #fff;
	}
	.nav1.fixed {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 2;
	}
}


/* -----------------------------------------------------------
    選ばれる理由
-------------------------------------------------------------- */
.brand-feature-area {
    background: url(../img/bg-red.png) no-repeat left top / cover; 
    padding: 80px 0 80px;
	margin: 40px 0;
}

.brand-feature-area.re{
	padding: 100px 0 80px;
    background: #fcebeb;
	position: relative;
}

.brand-feature-area.re::before {
    content: "WATCH HOSPITAL";
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 40px;
    left: 0;
    right: 0;
    font-size: 15rem;
    font-family: var(--josefin);
    font-weight: bold;
    color: rgba(255, 255, 255, .6);
    letter-spacing: .3rem;
    white-space: nowrap;
    z-index: 0;
}

.brand-feature-area.re .ani-line {
    background-size: 200% 15px;
}

.brand-feature-area .cmn-title-area.block{
	text-align: center;
	color: #fff;
}
.brand-feature-area.re .cmn-title-area.block{
	color: #333;
}

.brand-feature-area .cmn-title-area .section-title{
	display: flex;
    justify-content: center;
    align-items: center;
}
.brand-feature-area.re .cmn-title-area .section-title{
	color: var(--red);
}
.brand-feature-area .cmn-title-area .section-title::before,
.brand-feature-area .cmn-title-area .section-title::after {
    width: 3px;
    height: 40px;
    background-color: #fff;
    content: '';
}
.brand-feature-area.re .cmn-title-area .section-title::before,
.brand-feature-area.re .cmn-title-area .section-title::after {
    background-color: var(--red);
}

.brand-feature-area .cmn-title-area .section-title::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.brand-feature-area .cmn-title-area .section-title::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.brand-feature-area .section-catch {
    font-size: 3.8rem;
    margin: 10px 0 25px;
	text-align: center;
	color: #fff;
	font-feature-settings: "palt";
}

.brand-feature-area.re .section-catch {
	color: #333;
}

.brand-feature-area .basic-txt {
	text-align: center;
	color: #fff;
	font-weight: 500;
}

.brand-feature-area.re .basic-txt {
	color: #333;
}

.brand-feature-area .feature-list {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.brand-feature-area .feature-list li {
    width: calc((100% - 40px) / 3);
    padding: 50px 40px;
    text-align: center;
    border: 1px #fff solid;
}
.brand-feature-area.re .feature-list li {
    border: 1px #ddd solid;
	background: #fff;
	padding: 40px 30px;
	box-shadow: 5px 5px 0px rgb(0 0 0 / 10%);
}

.brand-feature-area .feature-list .icon {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
  	margin: 0 auto;
}

.brand-feature-area.re .feature-list .icon {
    width: 100px;
    height: 120px;
}

.brand-feature-area .feature-list .txt {
	font-size: 2.0rem;
	font-weight: bold;
	margin: 20px 0 0;
    line-height: 1.6;
	text-align: center;
	color: #fff;
}

.brand-feature-area.re .feature-list .txt {
	color: #333;
}

@media screen and (max-width: 768px){
	
	.brand-feature-area { 
		padding: 40px 20px 50px;
		margin: 0 0;
	}	
	
	.brand-feature-area.re { 
		padding: 65px 20px 50px;
	}
	
	.brand-feature-area.re::before {
        font-size: 3.6rem;
        letter-spacing: .1rem;
        top: 20px;
    }

	.brand-feature-area .cmn-title-area .section-title {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	.brand-feature-area .cmn-title-area .section-title::before {
		margin-right: 15px;
	}

	.brand-feature-area .cmn-title-area .section-title::after {
		margin-left: 15px;
	}

	.brand-feature-area .section-catch {
		font-size: 2.6rem;
        margin: 20px 0 15px;
	}
	.brand-feature-area.re .section-catch {
        margin: 10px 0 15px;
	}

	.brand-feature-area .basic-txt {
		text-align: left;
	}

	.brand-feature-area .feature-list {
		margin: 30px 0 0;
        display: block;
	}

	.brand-feature-area .feature-list li {
		width: auto;
        padding: 30px;
        margin: 20px 0 0;
	}
	
	.brand-feature-area.re .feature-list li{
		padding: 30px;
	}

	.brand-feature-area .feature-list .icon {
		width: 60px;
        height: 60px;
	}
	
	
	.brand-feature-area.re .feature-list .icon {
		width: 90px;
		height: 100px;
	}

	.brand-feature-area .feature-list .txt {
		font-size: 2.0rem;
		margin: 10px 0 0;
	}
	
}

/*   追加コンテンツ
-------------------------------------------------------------- */
.merit-bg {
	padding: 100px 0 80px;
	position: relative;
}
.merit-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 25%;
    background: #F3F4F5;
    z-index: -1;
}

.merit-area {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.merit-area .l {
	width: 50%;
	padding: 70px 40px 40px calc((100% - 1200px) / 2);
	order: 1;
}
.merit-area .red-title.bot{
	margin: 50px 0 0;
}
.merit-area .r {
	width: 50%;
	order: 2;
	background: url("../img/gallery/hsp0643.jpg") no-repeat left top / cover;
}
.merit-bg .txt-box{
	display: flex;    
	justify-content: space-between;
    gap: 20px;
	padding: 50px 0 0;
}

.merit-bg .txt-box li{
    width: calc((100% - 20px) / 2);
    position: relative;
    padding: 0px 20px 0px;
    background: rgba(255, 255, 255, 0.9);
}

.merit-bg .section-catch {
    line-height: 1.4;
    font-size: 3.0rem;
}
.merit-bg .basic-txt{
	margin: 20px 0 0;
}

.txt-box .section-catch{
    font-size: 2.0rem;
    margin: 0px 0 20px 0;
    padding: 18px 15px 18px 40px;
    position: relative;
    font-weight: bold;
    background: #F3F4F5;
    background: url(../img/bg-gray01.png) #f0f0f0 repeat left top / cover;
    line-height: 1.4;
}

.txt-box .section-catch::before {
    background: var(--red);
    border-radius: 3px;
    content: '';
    display: block;
    height: calc(100% - 40px);
    left: 20px;
    position: absolute;
    top: 20px;
    width: 5px;
}

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

	.merit-bg {
		margin: 0;
		padding: 0 0 50px;
	}
	
	.merit-bg::before {
		display: none;
	}
	.merit-bg .section-catch{
		font-size: 2.6rem;
	}
	
	.merit-area {
		display: block;
		margin: 0;
		padding: 0;
	}
	.merit-area .l{
		width: auto;
		padding: 30px 20px 20px;
	}
	.merit-area .red-title.bot{
		margin: 30px 0 0;
	}
	.merit-area .basic-txt{
		margin: 15px 0 0;
	}
	.merit-area .r {
		width: auto;
		height: 200px;
	}

	.merit-bg .txt-box{
		display: block;    
		padding: 0 20px;
	}

	.merit-bg .txt-box li{
		width: 100%;
		padding: 0px 0px 0px;
	}
	
	.txt-box .section-catch{
		font-size: 2.0rem;
		margin: 20px 0 20px 0;
	}
}

/*--------------------------------------------------------------
	追加コンテンツ
-------------------------------------------------------------- */

.brand-case-area{
	padding: 100px 0 100px;
    background: url(../img/bg-brand-select-area.png) no-repeat center top / cover;
}

.brand-case-area .slick-prev {
    right: 80px;
    top: -40px;
    left: auto;
    margin: auto;
}

.brand-case-area .slick-next {
    right: 0;
    top: -40px;
    left: auto;
    margin: auto;
}

.brand-case-area .slick-dots{
	position: relative;
	display: block;
}

.brand-case-area .slider-1 {
    padding: 40px 0 40px;
}

.brand-case-area .slider-1 .slick-prev::before, .brand-case-area .slider-1 .slick-next::before {
    color: #5B5B5B;
    font-weight: 100;
    font-family: 'FontAwesome';
}

.brand-case-area .slider-1 .slick-list {
    overflow: visible;
}

.brand-case-area .list .com {
    margin: 0 20px 0 0;
    width: 600px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 16%);
    position: relative;
    top: 0;
    transition: .3s ease;
    background: #fff;
	min-height: 625px;
}

.brand-case-area .list .com a {
    display: block;
    padding: 30px 20px;
}

.brand-case-area .list .com a:hover{
    color: #333;
	opacity: 0.8;
}

.brand-case-area .list .case-title{
	font-size: 2.0rem;
	line-height: 1.2;
	padding: 0 0 15px;	
	font-weight: bold;
}

.brand-case-area .list .case-title span{
    background: #F0353C;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.7;
	letter-spacing: .05rem;
    padding: 3px 12px 2px;
    margin: 0 10px 5px 0;
    white-space: nowrap;
}

.brand-case-area .list .image-box{
	display: flex;
	gap: 15px;
}

.brand-case-area .list .image {
    height: 200px;
    background: #E2E2E2;
    padding: 5px;
}

.brand-case-area .list .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-case-area .list .txt-box .brand-txt {
   	line-height: 1.7;
    font-size: 1.6rem;
    padding: 0 0 10px;
    vertical-align: top;
}

.brand-case-area .list .txt-box .brand-txt span{
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 500;
    position: relative;
    padding: 0 0 0px 15px;
    width: 140px;
    vertical-align: top;
}

.brand-case-area .list .txt-box .brand-txt span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--red);
    width: 8px;
    height: 2px;
}

.brand-case-area .list .price-list{
	padding: 10px 10px 0;
}

.brand-case-area .list .price-list .title{
	border-bottom: 3px #F0353C solid;
    font-size: 1.8rem;
	font-weight: 600;
    margin: 0px 0 10px 0;
    padding: 0 0 10px;
}

.brand-case-area .list .price-list .detail-table {
    width: 100%;
}

.brand-case-area .list .price-list tbody tr th {
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 500;
    position: relative;
    padding: 0 0 0px 10px;
    vertical-align: top;
}

.brand-case-area .list .price-list tbody tr td {
    line-height: 1.7;
    font-size: 1.6rem;
   	text-align: end;
}

.brand-case-area .list .price-list tbody tr.total th{
    padding: 15px 0 0 10px;
}

.brand-case-area .list .price-list tbody tr td.price {
    font-weight: bold;
    font-size: 2.4rem;
	padding: 5px 0 0 0px;
    margin: 0;
}

.brand-case-area .list .price-list tbody tr td.price span {
    font-size: 1.6rem;
}

.brand-case-area .btn-more{
	padding: 40px 0 0;
}

@media screen and (max-width: 768px){
	
	.brand-case-area{
		padding: 40px 0px;
	}
	
	.brand-case-area .cmn-title-area.block{
		padding: 0 20px 20px;
	}
	
	.brand-case-area .scroll {
        overflow-x: scroll;
    }
	
	.brand-case-area .slider-1 {
        padding: 0 20px 36px 20px;
		display: flex;
    }

	.brand-case-area .list .com {
		width: 300px;
        flex-shrink: 0;
        margin: 0 10px 0 0;
		min-height: auto;
	}

	.brand-case-area .list .com a {
		padding: 15px 15px 25px;
	}
	
	.brand-case-area .list .case-title{
		display: flex;
        flex-wrap: wrap;
		align-items: baseline;
		font-size: 1.6rem;
		padding: 0 0 10px;
	}

	.brand-case-area .list .case-title span{
		margin: 0 5px 5px 0;
	}

	.brand-case-area .list .image-box{
		display: block;
	}
	
	.brand-case-area .list .txt-box{
		padding: 20px 10px 0;
	}

	.brand-case-area .list .txt-box .brand-txt {
		font-size: 1.4rem;
	}

	.brand-case-area .list .txt-box .brand-txt span{
		font-size: 1.4rem;
	}

	.brand-case-area .list .txt-box .brand-txt span::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		background: var(--red);
		width: 8px;
		height: 2px;
	}

	.brand-case-area .list .price-list{
		padding: 0;
	}

	.brand-case-area .list .price-list .title{
		font-size: 1.6rem;
		margin: 10px 0;
	}
	
	.brand-case-area .list .price-list tbody tr th {
		padding: 0;
		font-size: 1.2rem;
	}

	.brand-case-area .list .price-list tbody tr td {
		font-size: 1.4rem;
	}
	
	.brand-case-area .list .price-list tbody tr{
		
	}
	.brand-case-area .list .price-list tbody tr.total{
		display: table-row;
	}

	.brand-case-area .list .price-list tbody tr.total th{
		padding: 10px 0;
	}

	.brand-case-area .list .price-list tbody tr td.price {
		font-size: 2.0rem;
		line-height: 1;
		padding: 10px 0;
		margin: 0;
	}

	.brand-case-area .list .price-list tbody tr td.price span {
		font-size: 1.2rem;
		padding: 0 0px 0 2px;
	}

	.brand-case-area .btn-more{
		padding: 30px 0 0;
	}
	
}

.readmore1 input{
	display: none;
}

@media screen and (max-width: 667px) {
	
	/*冒頭もっと見る*/
	.readmore1{
		position: relative;
		box-sizing: border-box;
		padding: 0px;
	}
	
	.readmore-content1{
		position: relative;
		overflow: hidden;
		height: 130px;/*高さの初期値*/
	}
	.readmore-content1::before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		content: "";
		/*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
		height: 50px;
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
	}

	/* ボタン */
	.readmore-label1{
		display: table;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		margin: 0 auto;
		z-index: 2;
		padding: 10px 20px;
		background: var(--red);
		border-radius: 35px;
		color: #FFF;
	}
	.readmore-label1:after{
		font-family: FontAwesome;
		content: "\f0d7";
	}
	.readmore-label1:before{
		content: "もっと見る ";
	}

	.readmore-check1{
		display: none;
	}
	/*チェック時にボタンを非表示*/
	.readmore-check1:checked ~ .readmore-label1{
		position: static;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		/* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
		display: none; 
	}

	.readmore-check1:checked ~ .readmore-label1:after{
		font-family: FontAwesome;
		content: "\f0d8";
	}
	/*.readmore-check1:checked ~ .readmore-label1:before{
		content: "閉じる ";
	}*/
	/*チェック時に高さを自動に戻す*/
	.readmore-check1:checked ~ .readmore-content1{
		height: auto;
	}
	/*チェック時グラデーション等を削除*/
	.readmore-check1:checked ~ .readmore-content1::before {
		display: none;
	}
}

/* -----------------------------------------------------------
    Before&After
-------------------------------------------------------------- */

.cmn-works-area .before-after-area {
    position: relative;
    margin-top: -160px;
}

.cmn-works-area .before-after-area .case-list {
    width: 95%;
    margin: 0 0 0 auto;
    padding: 30px 100px 250px 100px;
    background: url("../img/bg-blog-area.jpg") repeat left top;
}

.cmn-works-area .before-after-area .case-list .case-block{
	padding: 50px 0 0;
}

.cmn-works-area .before-after-area .case-list .case-block .title-area{
	display: flex;
    align-items: center;
	margin: 0 0 30px;
}

.cmn-works-area .before-after-area .case-list .case-block .title-area .section-title-en{
	min-width: 90px;
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
	background: var(--red);
    text-align: center;
    line-height: 1;
    margin: 0 20px 0 0;    
	padding: 8px 10px 6px;
    border-radius: 30px;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box{
	margin: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 100px;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-image {
    width: 500px;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-image img {
    width: 100%;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-text {
    /*width: 420px;*/
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table {
    width: 100%;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table tbody tr th {
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: left;
    font-weight: 500;
    position: relative;
    padding: 0 0 10px 20px;
    width: 140px;
    vertical-align: top;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table tbody tr th::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    background: var(--red);
    width: 8px;
    height: 2px;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table tbody tr td {
    line-height: 1.7;
    font-size: 1.6rem;
    padding: 0 0 10px;
    vertical-align: top;
}

.cmn-works-area .before-after-area .case-list .case-block .detail-box .btn-more {
	margin: 10px 0 0;
}

.cmn-works-area .before-after-area .case-list .case-block .case-box{
	padding: 50px 0 60px;
    display: flex;
    align-items: center;    
	border-bottom: 2px #ddd solid;
}

.cmn-works-area .before-after-area .case-list .case-block.case03 .case-box{
	padding: 50px 0 0px;
	border-bottom: none;
	
}

.cmn-works-area .before-after-area .case-list .case-block .case-box .detail-image {
    width: 520px;
    position: relative;
}

.cmn-works-area .before-after-area .case-list .case-block .case-box .detail-image img {
    width: 100%;
    object-fit: contain;
}

.cmn-works-area .before-after-area .case-list .case-block .case-box .detail-image::after {
    display: inline-block;
    content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    transition: all .5s;
    padding: 4px 12px 6px;
    font-size: 1.8rem;
    background: var(--red);
    color: #fff;
    z-index: 1;
    font-weight: bold;
    letter-spacing: .05em;
}

.cmn-works-area .before-after-area .case-list .case-block .case-box .detail-image.before::after {
    content: "Before";
    background: #7C7C84;
}

.cmn-works-area .before-after-area .case-list .case-block .case-box .detail-image.after::after {
    content: "After";
    background: var(--red);
}

.cmn-works-area .before-after-area .case-list .case-block .case-box .basic-txt{
    background: #fff;
	padding: 20px 30px;
	min-height: 265px;
}

.cmn-works-area .before-after-area .case-list .case-block.case02 .case-box .basic-txt{
	min-height: 230px;
}

.cmn-works-area .before-after-area .case-list .case-block.case03 .case-box .basic-txt{
	min-height: 180px;
}
.cmn-works-area .before-after-area .case-list .case-block .case-box .arrow {
    font-size: 4rem;
    color: var(--red);
	padding: 0 40px;
}

.cmn-works-area .before-after-area .case-list .more-btn {
	display: none;
}

@media screen and (max-width: 768px){
	
	
	.cmn-works-area .before-after-area {
		margin-top: 0px;
	}

	.cmn-works-area .before-after-area .case-list {
		width: 100%;
        padding: 0px 0 0;
        margin: 0 0 20px;
		background: #fff;
	}

	.cmn-works-area .before-after-area .case-list .case-block{
		padding: 20px 0 0;
	}

	.cmn-works-area .before-after-area .case-list .case-block .title-area{
		display: block;
		margin: 0 0 15px;
	}
	
	.cmn-works-area .before-after-area .case-list .case-block .title-area .section-title{
		font-size: 1.8rem;
	}

	.cmn-works-area .before-after-area .case-list .case-block .title-area .section-title-en{
		margin: 0 20px 10px 0;
	}

	.cmn-works-area .before-after-area .case-list .case-block .detail-box{
		margin: 0 0 0px;
		display: block;
	}

	.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-image {
		width: 100%;
	}
	
	.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table {
        padding: 10px 0 0;
    }

	.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table tbody tr th {
		font-size: 1.7rem;
        display: block;
        padding: 15px 0 5px 10px;
        width: 100%;
	}

	.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table tbody tr th::before {
		left: -10px;
        top: 27px;
	}

	.cmn-works-area .before-after-area .case-list .case-block .detail-box .detail-table tbody tr td {
        line-height: 1.7;
        display: block;
        width: 100%;
        padding: 0 0 15px 10px;
        border-bottom: 1px #ddd solid;
	}
	.cmn-works-area .before-after-area .case-list .case-block .detail-box .btn-more {
		margin: 20px 0 0;
	}

	.cmn-works-area .before-after-area .case-list .case-block .case-box{
		padding: 50px 0 30px;
		flex-wrap: wrap;
	}

	.cmn-works-area .before-after-area .case-list .case-block.case03 .case-box{
		padding: 50px 0 0px;
		border-bottom: none;
	}

	.cmn-works-area .before-after-area .case-list .case-block .case-box .detail-image {
		width: 100%;
	}

	.cmn-works-area .before-after-area .case-list .case-block .case-box .detail-image::after {
		top: -12px;
        left: -10px;
        font-size: 1.6rem;
	}

	.cmn-works-area .before-after-area .case-list .case-block .case-box .basic-txt,
	.cmn-works-area .before-after-area .case-list .case-block.case02 .case-box .basic-txt,
	.cmn-works-area .before-after-area .case-list .case-block.case03 .case-box .basic-txt{
		background: url("../img/bg-blog-area.jpg") repeat left top;
		padding: 20px 20px;
		min-height: auto;
	}
	
	.cmn-works-area .before-after-area .case-list .case-block .case-box .arrow {
		font-size: 3rem;
        text-align: center;
        margin: 10px auto;
	}
	
	/*もっと見る*/
	.cmn-works-area .before-after-area .case-list .content {
		display: none; /* 初めは非表示 */
	}

	.cmn-works-area .before-after-area .case-list .more-btn {
		width: 200px;
        margin: 0 auto 0;
		display: block;
		font-size: 1.5rem;
		color: #412B21;
		width: 220px;
		border: 1px solid #666;
		border-radius: 30px;
		margin: 30px auto 0;
		padding: 13px 0;
		background: url(../img/plus.svg) no-repeat right 18px top 50% / 13px;
	}
	
}











