

/* -----------------------------------------------------------
    mv
-------------------------------------------------------------- */
.mv-area {
	height: 100%;
	position: relative;
	background: linear-gradient(90deg, #F9F5F2 0%, #F9F5F2 33%, #fff 33%, #fff 100%);
	padding-bottom: 160px;
}

.mv-area .bg-img {
	width: 100%;
}

.mv-area .bg-img img {
	width: 100%;
}

/*動く糸*/
#my-svg {
	position: absolute;
	top: 0px;
	width: 101%;
	z-index: 2;
}

/*写真*/
.mv-area .img-area {
	position: relative;
	height: 1200px;
	max-width: 1600px;
	margin: 0 auto;
	/*z-index: 1;*/
}

.mv-area .img-area div {
	position: absolute;
}

.mv-area .img-area .img01 {
	top: 14%;
	left: -5%;
	width: 25%;
	height: 27%;
}
.mv-area .img-area .img02 {
	top: 17%;
	left: 23%;
	width: 56%;
	height: 46%;
}
.mv-area .img-area .img03 {
	top: 25%;
	right: -5%;
	width: 23%;
	height: 31%;
}
.mv-area .img-area .img04 {
	top: 65%;
	right: 2%;
	width: 17%;
	height: 20%;
	z-index: 5;
}
.mv-area .img-area .img05 {
	bottom: 4%;
	right: 23%;
	width: 18%;
	height: 17%;
}

.mv-area .img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*テキスト*/
.mv-area .txt-list-wrap {
	position: absolute;
	bottom: 17%;
	left: 10%;
	z-index: 2;
}

.mv-area .mv-point-list .txt-wrap {
	color: #4B3E2F;
}

.mv-area .txt-wrap .txt.en {
	font-family: "Libre Bodoni", serif;
	font-size: 8.6rem;
	line-height: 1.3;
}

.mv-area .txt-wrap .catch {
	font-size: 3.5rem;
	font-weight: 400;
	margin: 20px 0 40px;
}

/*mvポイント*/
.mv-area .mv-point-list {
	display: flex;
	gap: 20px;
}

.mv-area .mv-point-list li {
	background: url("../image/point-bg-pink.png")no-repeat center / 100% 100%;
	width: 173px;
	height: 173px;
	text-align: center;
	padding-top: 50px;
}

.mv-area .mv-point-list li .p-num {
	color: #fff;
}

.mv-area .mv-point-list li .txt {
	color: #fff;
	font-weight: 500;
	margin-top: 10px;
	font-size: 2.3rem;
	line-height: 1.3;
}
@media screen and (max-width: 1350px){
	.mv-area .txt-list-wrap {
		left: 7%;
	}
	.mv-area .txt-wrap .catch {
		font-size: 3rem;
	}
	}

@media screen and (max-width: 768px){
	.mv-area {
		height: 100%;
		background: linear-gradient(90deg, #F9F5F2 0%, #F9F5F2 70%, #fff 70%, #fff 100%);
		padding-bottom: 0px;
	}

	.mv-area .bg-img {
		width: 100%;
	}

	.mv-area .bg-img img {
		width: 100%;
	}

	/*動く糸*/
	#my-svg {
		position: absolute;
		top: 100px;
        width: 117%;
		height: 100%;
		z-index: 2;
	}
	
	#my-svg svg {
		height: 110%;
	}

	/*写真*/
	.mv-area .img-area {
		height: 582px;
        max-width: 100%;
        margin: 0 auto;
        z-index: 1;
	}

	.mv-area .img-area div {
		position: absolute;
	}

	.mv-area .img-area .img01 {
		top: auto;
		bottom: 16%;
		left: auto;
		right: -5%;
		width: 38%;
		height: 114px;
	}
	.mv-area .img-area .img02 {
		top: 11.5%;
        left: auto;
        right: 0%;
        width: 85%;
        height: 255px;
	}
	
	/*テキスト*/
	.mv-area .txt-list-wrap {
		position: absolute;
		bottom: -6%;
		left: 0%;
        width: 100%;
	}

	.mv-area .txt-wrap .txt.en {
		font-size: 4.1rem;
		line-height: 1.3;
		letter-spacing: -0.01em;
		margin-left: 15px;
	}

	.mv-area .txt-wrap .catch {
		font-size: 1.9rem;
		font-weight: 400;
		margin: 10px 0 60px 15px;
	}

	/*mvポイント*/
	.mv-area .mv-point-list {
		display: flex;
		gap: 7px;
		justify-content: center;
	}

	.mv-area .mv-point-list li {
		background: url("../image/point-bg-pink.png")no-repeat center / 100% 100%;
		width: 110px;
		height: 110px;
		text-align: center;
		padding-top: 27px;
	}
	
	.mv-area .mv-point-list li .p-num {
		font-size: 1.2rem;
	}

	.mv-area .mv-point-list li .txt {
		margin-top: 8px;
		font-size: 1.5rem;
	}
	}


/* -----------------------------------------------------------
	SP時のみ表示メニュー
-------------------------------------------------------------- */
@media screen and (max-width: 768px){
	.top-sp-menu {
		margin: 60px 0 0;
		padding: 20px 0;
		background-color: #F9F5F2;
		position: relative;
	}
	.top-sp-menu::before {
		content: "";
		background: url("../image/pink-wave-sp.png") no-repeat left / 100% 100%;
		width: 100%;
		height: 18px;
		position: absolute;
		top: -17px;
	}
	.top-sp-menu::after {
		content: "";
		background: url("../image/pink-wave-sp.png") no-repeat left / 100% 100%;
		width: 100%;
		height: 18px;
		position: absolute;
		top: auto;
		bottom: -17px;
		transform: scale(-1, -1);
	}

	.top-sp-menu .menu-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px;
	}

	.top-sp-menu .menu-list li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 115px;
		background-color: #fff;
		padding: 15px 3px;
		border-radius: 10px;
		border: solid 1px #C3BAB4;
		height: 100%;
	}
	
	.top-sp-menu .menu-list li a img {
		height: 25px;
		margin-bottom: 12px;
	}
	
	.top-sp-menu .menu-list li a img.repair-img {
		height: 22px;
		padding-left: 5px;
		margin-bottom: 15px;
	}
	
	.top-sp-menu .menu-list li a .txt {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: -0.99px;
		text-align: center;
	}
}

/* -----------------------------------------------------------
    LINEバナー・お渡し目安
-------------------------------------------------------------- */
.mv-under {
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

.banner-guide-wrap {
	display: flex;
	justify-content: space-between;
}
/*-----lineバナー-----*/


/*-----お直し目安-----*/
.guideline-area {
	background-color: #F9F5F2;
	border: solid 1px #4F361F;
	padding: 30px 20px 20px;
	position: relative;
}

.guideline-area .ttl-time-wrap {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
	font-weight: 500;
}

.guideline-area .ttl-time-wrap .ttl {
	font-size: 2.3rem;
}

.guideline-area .ttl-time-wrap .now-time {
	display: flex;
	gap: 10px;
}

.repair-type-wrap {
	display: flex;
	justify-content: center;
    gap: 15px;
}

.guideline {
	padding: 20px;
	background-color: #fff;
	width: 232px;
	border: solid 1px #4F361F;
	text-align: center;
}

.guideline .s-ttl {
	font-size: 1.8rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #4F361F;
	display: flex;
	gap: 10px;
	justify-content: center;
	font-weight: 500;
}

.guideline .s-ttl img {
	height: 23px;
}

.guideline.other-repair .s-ttl img {
	height: 21px;
}

.guideline .month,
.guideline .day {
	font-size: 3rem;
}

.guideline .m-d-w {
	letter-spacing: 0.01em;
}


@media screen and (max-width: 768px){
	.mv-under {
		margin-top: 40px;
	}

	.banner-guide-wrap {
		justify-content: space-between;
        flex-direction: column;
        align-items: center;
		gap: 20px;
	}
	
	/*-----lineバナー-----*/
	.banner-guide-wrap .line-banner-area img {
		width: 100%;
		max-width: 400px;
	}

	/*-----お直し目安-----*/
	.guideline-area {
		padding: 20px 10px 10px;
		position: relative;
		width: 100%;
	}

	.guideline-area .ttl-time-wrap {
		display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
        flex-direction: column;
	}

	.guideline-area .ttl-time-wrap .ttl {
		font-size: 2rem;
	}

	.guideline-area .ttl-time-wrap .now-time {
		display: flex;
		gap: 10px;
	}

	.repair-type-wrap {
		display: flex;
		justify-content: center;
		gap: 5px;
	}

	.guideline {
		padding: 10px 8px;
		background-color: #fff;
		width: 100%;
		border: solid 1px #4F361F;
		text-align: center;
	}

	.guideline .s-ttl {
		font-size: 1.4rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 1px #4F361F;
		display: flex;
		gap: 0px;
		justify-content: center;
	}

	.guideline .s-ttl img {
		height: 19px;
		margin: 0 10px 0 0;
	}
	.guideline.other-repair .s-ttl img {
		height: 15px;
	}

	.guideline .month,
	.guideline .day {
		font-size: 2rem;
	}

	.guideline .m-d-w {
		letter-spacing: 0em;
		font-size: 1.4rem;
	}
}





/* -----------------------------------------------------------
	news
-------------------------------------------------------------- */
.news-area {
	position: relative;
	margin: 100px auto;
}

.news-area .news-box{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 auto;
}
.news-area .titlebox .title-en {
	font-size: 5.5rem;
}

.news-area .news-list {
	width: 950px;
	list-style-type: none;
	padding: 0 0 0 70px;
}

.news-area .news-list li:first-child{
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: solid 1px #4B3E2F;
}

.news-area .news-list li:nth-of-type(n+3){
	display: none;
}

.news-area .news-list a{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	align-items: center;
}

.news-area .news-de_title {
	flex: 1;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-area .cate {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	padding: 5px 15px 5px;
	margin: 0 30px;
	background-color: #E39F9A;
}

.news-area .news-more{
	right: 0;
	white-space: nowrap;
}

.news-more > a::before{
	display: inline-block;
	content: "\f105";
	font-family: 'FontAwesome';
	padding: 0 8px 0 0;
	font-weight: 700;
}

@media screen and (max-width: 768px){
	.news-area {
		margin: 50px auto;
	}

	.news-area .news-box{
		display: block;
		position: relative;
        padding: 0;
		width: 100%;
	}

	.news-area .news-box_inner{
		display: block;
	}

	.news-area .titlebox .title-en {
		font-size: 5rem;
	}
	
	.news-more {
		position: absolute;
		right: 20px;
		top: 0;
	}

	.news-area .news-list {
		width: 100%;
        padding: 0;
	}
	
	.news-area .news-list li:first-child{
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}
	
	.news-area .news-list li:nth-child(2){
		display: none;
	}

	.news-area .news-list a{
		flex-wrap: wrap;
	}

	.news-area .news-de_title {
		flex: auto;
		flex-shrink: 0;
		width: 100%;
		margin: 10px 0 0;
		text-overflow: inherit;
    	white-space: normal;
		line-height: 1.3;
	}

	.news-area .cate{
		margin: 0 0 0 30px;
	}

	.news-area .news-more{
		position: absolute;
		top: 0;
		right: 0;
	}
}



/* -----------------------------------------------------------
    キャンペーン
-------------------------------------------------------------- */
.campaign-area {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.campaign-area .titlebox .title-en {
	font-size: 5.5rem;
}

.campaign-area .campaign-box {
	display: flex;
	gap: 40px;
}

.campaign-area .campaign-box li {
	width: 250px;
}

.campaign-area .campaign-box li a .thumb {
	height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}

.campaign-area .campaign-box li a .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.campaign-area .news-more {
	margin-top: 50px;
}

.campaign-area .cate {
	background-color: #E5A1A0;
	padding: 5px 10px;
	margin-bottom: 20px;
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
}

@media screen and (max-width: 768px){
	.campaign-area {
		margin-bottom: 40px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.campaign-area .titlebox .title-en {
		font-size: 5rem;
	}

	.campaign-area .campaign-box {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.campaign-area .campaign-box li {
		width: 100%;
	}
	.campaign-area .campaign-box li:nth-child(3) {
		display: none;
	}
	
	.campaign-area .campaign-box li a {
		display: flex;
	}

	.campaign-area .campaign-box li a .thumb {
		height: 120px;
		width: 120px;
		margin-bottom: 0px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.campaign-area .news-more {
		margin-top: 0px;
	}

	.campaign-area .cate {
		background-color: #E5A1A0;
		padding: 5px 10px;
		margin-bottom: 20px;
		display: inline-block;
		color: #fff;
		font-size: 1.2rem;
	}
}



/* -----------------------------------------------------------
	お直しメニュー・料金
--------------------------------------------------------------*/
.top-service-area {
	background-color: #F9F5F2;
	background: #F9F5F2 url("../image/tpp-rvice-area-bg.jpg")no-repeat bottom center / 100% 35%;
	padding-bottom: 180px;
	position: relative;
}

/*動く線*/
.top-service-area .svganimeblock {
	width: 280px;
	position: absolute;
	top:-60px;
	left: 8%;
}

.top-service-area .deco-img {
	position: absolute;
	top: 10px;
	left: 3%;
}
/*--*/

.top-service-area .txt-img-wrap {
	display: flex;
	justify-content: space-between;
}

.top-service-area .repair-area .txt-area {
	padding: 100px 80px 40px calc((100% - 1400px) / 2);
    z-index: 0;
}

.top-service-area .img-area {
	width: 50%;
	flex-shrink: 0;
}

.top-service-area .img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*英字の飾り*/
.top-service-area .repair-link .r-link-list li.deco-txt {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	display: block;
	box-shadow: none;
	font-family: "Libre Bodoni", serif;
	width: auto;
	display: flex;
    flex-direction: column;
	gap: 20px;
}

.top-service-area .repair-link .r-link-list li.deco-txt p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 4.6rem;
	color: #E5A1A0;	
}

.top-service-area .repair-link .r-link-list li.deco-txt::after {
	content: "";
    width: 2px;
    height: 220px;
    display: block;
    background-color: #E5A1A0;
}


/*リンクボタン 3つ並び*/
.top-service-area .repair-link .r-link-list {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 70px;
	gap: 20px;
	position: relative;
}

.top-service-area .repair-link .r-link-list li {
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	position: relative;
}
.top-service-area .repair-link .r-link-list li.link-b {
	width: 427px;
}

.top-service-area .repair-link .r-link-list li a {
	width: 100%;
	display: block;
}
.top-service-area .repair-link .r-link-list li a:hover {
	color: #F6A39D;
}

.top-service-area .repair-link .r-link-list li a .img-wrap {
	height: 350px;
}

.top-service-area .repair-link .r-link-list li a .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-service-area .repair-link .r-link-list li a .cate-ttl {
	padding: 30px 20px;
	font-size: 2rem;
	font-weight: 500;
}

/*4つ並び*/
.top-service-area .repair-link .r-link-list li.link-s {
	width: 335px;
	position: relative;
}

.top-service-area .repair-link .r-link-list li.link-s a .img-wrap {
	height: 210px;
}

.top-service-area .repair-link .r-link-list li.link-s a .cate-ttl {
	font-size: 1.8rem;
}

/*-----ボタン----- */
.repair-link li a {
	position: relative;
}

.cate-ttl {
	position: relative;
}

.top-service-area li a .btn-img{
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	right: 15px;
	transition: all .3s;
}

.top-service-area li a .btn-img img{
	width: 40px;
	height: 40px;
}

.top-service-area li a:hover .btn-img{
    right:10px;
	transition: all .3s;
}

/*-----------その他サービス-----------*/
.top-service-area .other-menu {
	margin-top: 80px;
}

.top-service-area .other-menu .title-jp {
	position: relative;
	font-size: 2rem;
	text-align: center;
	display: flex;
	gap: 40px;
	white-space: nowrap;
	align-items: center;
	margin-bottom: 40px;
	font-family: "Libre Bodoni", serif;
}

.top-service-area .other-menu .title-jp::before,
.top-service-area .other-menu .title-jp::after {
    width: 90%;
    content: '';
	height: 3px;
    border-top: solid 1px #605F5D;
    border-bottom: solid 1px #605F5D;
}


.top-service-area .other-menu .other-service-link-list {
	display: flex;
	justify-content: space-between;
}

.top-service-area .other-menu .other-service-link-list li {
	width: 682px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
	position: relative;
}

.top-service-area .other-menu .other-service-link-list li a {
	width: 100%;
	height: 100%;
	display: flex;
}

.top-service-area .other-menu .other-service-link-list li a .img-wrap {
	width: 230px;
	flex-shrink: 0;
}

.top-service-area .other-menu .other-service-link-list li a .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-service-area .other-menu .other-service-link-list li a .txt-area {
	padding: 30px 60px 30px 30px;
}

.top-service-area .other-menu .other-service-link-list li a .txt-area .cate-ttl {
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.top-service-area .other-menu .other-service-link-list li a:hover {
	color: #F6A39D;
}

/*-----その他サービスのボタン----- */
.top-service-area .other-menu li a .btn-img {
	right: 15px;
	top: auto;
	bottom: 5px;
}

.top-service-area .other-menu li a .btn-img img{
	width: 25px;
	height: 25px;
}

.top-service-area .other-menu li a:hover .btn-img{
	right: 10px;
}



@media screen and (max-width: 1450px){
	.top-service-area .repair-area .txt-area {
		padding: 100px 80px 40px calc((100% - 1200px) / 2);
		z-index: 0;
	}
	/*リンク 3つ並び*/
	.top-service-area .repair-link .r-link-list li.link-b {
		width: 360px;
	}
	.top-service-area .repair-link .r-link-list li a .cate-ttl {
		padding: 30px 10px;
	}
	
	/*4つ並び*/
	.top-service-area .repair-link .r-link-list li.link-s {
		width: 285px;
	}
	
	/*-----ボタン----- */
	.top-service-area li a .btn-img{
		right: 10px;
	}

	.top-service-area li a .btn-img img{
		width: 25px;
		height: 25px;
	}

	.top-service-area li a:hover .btn-img{
		right:5px;
	}
	
	/*-----------その他サービス-----------*/
	.top-service-area .other-menu .other-service-link-list li {
		width: 590px;
	}
	.top-service-area .other-menu li a .btn-img {
		right: 5px;
		top: auto;
		bottom: 0px;
	}
	.top-service-area .other-menu li a .btn-img img{
		width: 15px;
		height: 15px;
	}
	}

@media screen and (max-width: 768px){
	.top-service-area {
		background: #F9F5F2 url("../image/tpp-rvice-area-bg.jpg")no-repeat bottom center / 100% 35%;
		padding-bottom: 180px;
		padding: 40px 0 160px;
	}
	
	/*動く線*/
	.top-service-area .svganimeblock {
		width: 176px;
        top: -30px;
        left: auto;
        right: -35px;
	}

	.top-service-area .deco-img {
		position: absolute;
		top: 10px;
		left: auto;
		right: 150px;
	}
	
	.top-service-area .deco-img img {
		width: 36px;
	}
	/*--*/

	.top-service-area .txt-img-wrap {
		display: flex;
		flex-direction: column;
	}

	.top-service-area .repair-area .txt-area {
		padding: 20px 20px 0;
	}

	.top-service-area .img-area {
		display: none;
	}

	/*英字の飾り*/
	.top-service-area .repair-link .r-link-list li.deco-txt {
		display: none;
	}

	/*リンクボタン 3つ並び*/
	.top-service-area .repair-link .r-link-list {
		justify-content: flex-start;
		margin-top: 0px;
		gap: 10px;
		position: relative;
	}

	.top-service-area .repair-link .r-link-list li.link-b {
		width: 48%;
	}

	.top-service-area .repair-link .r-link-list li a .img-wrap {
		height: 160px;
	}

	.top-service-area .repair-link .r-link-list li a .cate-ttl {
		padding: 15px 35px 15px 10px;
		font-size: 1.5rem;
		line-height: 1.3;
	}

	/*4つ並び*/
	.top-service-area .repair-link .r-link-list li.link-s {
		width: 48%;
	}

	.top-service-area .repair-link .r-link-list li.link-s a .img-wrap {
		height: 160px;
	}

	.top-service-area .repair-link .r-link-list li.link-s a .cate-ttl {
		font-size: 1.5rem;
	}

	/*-----------その他サービス-----------*/
	.top-service-area .other-menu {
		margin-top: 40px;
	}

	.top-service-area .other-menu .title-jp {
		position: relative;
		font-size: 2rem;
		text-align: center;
		display: flex;
		gap: 40px;
		white-space: nowrap;
		align-items: center;
		margin-bottom: 30px;
	}

	.top-service-area .other-menu .title-jp::before,
	.top-service-area .other-menu .title-jp::after {
		width: 90%;
		content: '';
		height: 3px;
		border-top: solid 1px #605F5D;
		border-bottom: solid 1px #605F5D;
	}

	.top-service-area .other-menu .other-service-link-list {
		flex-direction: column;
		gap:10px;
	}

	.top-service-area .other-menu .other-service-link-list li {
		width: 100%;
		overflow: hidden;
		box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
		position: relative;
	}

	.top-service-area .other-menu .other-service-link-list li a {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.top-service-area .other-menu .other-service-link-list li a .img-wrap {
		width: 50%;
		flex-shrink: 0;
	}

	.top-service-area .other-menu .other-service-link-list li a .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.top-service-area .other-menu .other-service-link-list li a .txt-area {
		padding: 20px;
	}

	.top-service-area .other-menu .other-service-link-list li a .txt-area .cate-ttl {
		font-size: 1.8rem;
		margin-bottom: 0px;
	}

	/*-----ボタン----- */
	.top-service-area li a .btn-img{
		right: 10px;
	}

	.top-service-area li a .btn-img img{
		width: 15px;
		height: 15px;
	}

	.top-service-area li a:hover .btn-img{
		right:5px;
	}
}


/* -----------------------------------------------------------
	お直しコンシェルジュとは
--------------------------------------------------------------*/
.top-aboutus-area {
	background: url("../image/aboutus-bg.jpg") no-repeat center / cover;
	padding: 120px 0 80px;
	border-radius: 100px 100px 0 0;
	margin-top: -100px;
	position: relative;
}

.top-aboutus-area .ttl-catch-wrap {
	display: flex;
	justify-content: space-between;
}

.top-aboutus-area .ttl-catch-wrap .catch-txt {
	max-width: 785px;
}

/*動く線*/
.top-aboutus-area .svganimeblock {
	z-index: 0;
	position: absolute;
	left: -1px;
	top: 100px;
	width: 99%;
	height: 92%;
}

/*ポイント*/
.top-aboutus-area .about-point-list {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.top-aboutus-area .about-point-list li {
	width: 435px;
	position: relative;
}

.top-aboutus-area .about-point-list li .img-wrap {
	width: 435px;
	height: 590px;
}

.top-aboutus-area .about-point-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-aboutus-area .about-point-list li .txt-wrap {
}

.top-aboutus-area .about-point-list li .txt-wrap .point-catch {
	display: flex;
	margin: 40px 0 30px;
	gap: 20px;
}

.top-aboutus-area .about-point-list li .p-num img {
    width: 74px;
}

.top-aboutus-area .about-point-list li .p-num span {
	font-size: 1.4rem;
}


.top-aboutus-area .about-point-list li .txt-wrap .catch {
	font-size: 2.6rem;
	margin-bottom: 0;
}

/*デコレーション*/
.top-aboutus-area .deco-img .deco01 {
	position: absolute;
	bottom: -30px;
	right: 7%;
}

.top-aboutus-area .deco-img .deco02 {
	position: absolute;
	bottom: -90px;
	right: 15%;
}


@media screen and (max-width: 1450px){
	.top-aboutus-area .about-point-list li {
		width: 385px;
	}

	.top-aboutus-area .about-point-list li .img-wrap {
		width: 385px;
	}
	}

@media screen and (max-width: 768px){
	.top-aboutus-area {
		background: url("../image/aboutus-bg.jpg") no-repeat center / cover;
		padding: 50px 0 40px;
		border-radius: 40px 40px 0 0;
		margin-top: -100px;
	}

	.top-aboutus-area .ttl-catch-wrap {
		flex-direction: column;
	}

	.top-aboutus-area .ttl-catch-wrap .catch-txt {
		max-width: 100%;
	}
	
	/*動く線*/
	.top-aboutus-area .svganimeblock {
		z-index: 0;
		position: absolute;
		left: -1px;
		top: 100px;
		width: 99%;
		height: 100%;
	}
	
	.top-aboutus-area .svganimeblock svg {
		height: -webkit-fill-available;
	}

	/*ポイント*/
	.top-aboutus-area .about-point-list {
		display: flex;
		justify-content: space-between;
		margin-top: 0px;
		flex-direction: column;
		padding: 0 20px;
		gap: 20px;
	}

	.top-aboutus-area .about-point-list li {
		width: 100%;
		position: relative;
		display: flex;
		gap: 10px;
	}

	.top-aboutus-area .about-point-list li .img-wrap {
		width: 50%;
		height: 140px;
		flex-shrink: 0;
	}
	
	.top-aboutus-area .about-point-list li .txt-wrap {
	}

	.top-aboutus-area .about-point-list li .txt-wrap .point-catch {
		display: flex;
		margin: 0px;
		flex-direction: column;
		gap: 10px;
	}


	.top-aboutus-area .about-point-list li .p-num img {
		width: 49px;
	}

	.top-aboutus-area .about-point-list li .p-num span {
		font-size: 1.4rem;
	}


	.top-aboutus-area .about-point-list li .txt-wrap .catch {
		font-size: 2rem;
		margin-bottom: 0;
	}
	
	/*デコレーション*/
	.top-aboutus-area .deco-img .deco01 {
		bottom: auto;
		top: -30px;
		right: 3%;
		width: 45px;
	}

	.top-aboutus-area .deco-img .deco02 {
		bottom: auto;
        top: 28px;
        right: 15%;
        width: 48px;
	}
	}




/* -----------------------------------------------------------
	店舗情報
--------------------------------------------------------------*/
.top-shop-area {
	display: flex;
}

/*写真*/
.top-shop-area .img-wrap {
	/*width: 660px;*/
	width: 46%;
	flex-shrink: 0;
}

.top-shop-area .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*テキストエリア*/
.top-shop-area .txt-area {
    padding: 100px calc((100% - 1300px) / 2) 100px 70px;
    z-index: 0;
}

.button-list-wrap {
	padding: 40px;
	background-color: #F9F5F2;
	margin-top: 40px;
}

.button-list-wrap .region {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 30px;
	color: #5D463F;
	position: relative;
	display: flex;
	gap: 30px;
	white-space: nowrap;
	align-items: center;
}

.button-list-wrap .region::after {
	content: "";
	position: relative;
	display: block;
	background-image : linear-gradient(to right, #5D463F 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
}

.button-list-wrap ul {
	margin-bottom: 50px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.button-list-wrap ul:last-child {
	margin-bottom: 0px;
}

.button-list-wrap ul li a {
	background-color: #fff;
	padding: 20px 25px;
	min-width: 165px;
	text-align: center;
	border-radius: 50px;
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);		
	display: block;
}

.button-list-wrap ul li a:hover {
	background-color: #4B3E2F;
	color: #fff;
}



@media screen and (max-width: 1350px){
	.top-shop-area .img-wrap {
		width: 45%;
		flex-shrink: 0;
	}
	
	.top-shop-area .txt-area {
		padding: 100px calc((100% - 1200px) / 2) 100px 50px;
		z-index: 0;
	}
	}

@media screen and (max-width: 768px){
	.top-shop-area {
		flex-direction: column;
	}

	/*写真*/

	.top-shop-area .img-wrap {
		width: 100%;
		height: 200px;
	}

	/*テキストエリア*/
	.top-shop-area .txt-area {
		padding: 30px 20px  0px 20px;
	}

	.button-list-wrap {
		padding: 30px 20px;
		margin-top: 20px;
	}

	.button-list-wrap .region {
		font-size: 1.6rem;
		gap: 20px;
		margin-bottom: 20px;
	}

	.button-list-wrap ul {
		margin-bottom: 30px;
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}

	.button-list-wrap ul li a {
		padding: 12px;
		min-width: 135px;
	}
	}


/* -----------------------------------------------------------
	実績
--------------------------------------------------------------*/
.case-area {
	margin-bottom:80px;
	padding: 80px 0;
	position: relative;
	background: #F9F5F2 url("../image/aboutus-bg.jpg") no-repeat bottom center/ 100% 50%;
}

.case-area .catch-txt {
	display: flex;
	gap: 100px;
}

.case-area .catch-txt .catch {
	flex-shrink: 0;
	width: 500px;
}

.case-area .top-cmn-ttl {
	padding: 80px 0 0 0;
}

.case-area .top-cmn-ttl .en {
	font-size: 5.1rem;
}

.case-area .top-cmn-catch {
	font-size: 3.6rem;
	letter-spacing: .05em;
	line-height: 1.4;
	margin: 45px 0 0 0;
}

.case-area .case-slide {
	margin-top: 50px;
}

/*タイトル*/
#top .case-area .titlebox {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
}
#top .case-area .titlebox .title-en {
    font-size: 8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-family: "Libre Bodoni", serif;
    white-space: nowrap;
}

#top .case-area {
	border-radius: 0;
}


/*動く線*/
.case-area .svganimeblock {
	z-index: 0;
	position: absolute;
	right: 30px;
	top: -50px;
	width: 400px;
}

.case-area .deco-img img {
	position: absolute;
}
.case-area .deco-img .deco01 {
	top: -60px;
	right: 280px;
}

.case-area .deco-img .deco02 {
	top: 40px;
	right: 470px;
}



	
@media screen and (max-width: 768px) {
	.case-area {
		margin: 40px 0;
		padding: 40px 0;
		position: relative;
		background: #F9F5F2 url("../image/aboutus-bg.jpg") no-repeat bottom center/ 100% 50%;
	}

	.case-area .catch-txt {
		display: flex;
		gap: 100px;
	}

	.case-area .catch-txt .catch {
		flex-shrink: 0;
		width: 100%;
	}

	.case-area .top-cmn-ttl {
		padding: 80px 0 0 0;
	}

	.case-area .top-cmn-ttl .en {
		font-size: 5.1rem;
	}

	.case-area .top-cmn-catch {
		font-size: 3.6rem;
		letter-spacing: .05em;
		line-height: 1.4;
		margin: 45px 0 0 0;
	}

	.case-area .case-slide {
		margin-top: 0px;
	}
	
	.case-area .case-slide .case-list {
        align-items: flex-start;
        display: flex;
        padding: 0 0 15px 20px;
        flex-direction: row;
        flex-wrap: nowrap;
    }
	
	  .case-area .case-slide .case-item {
        width: 330px;
        flex-shrink: 0;
		  margin-right: 0px;
    }
	
	.case-area .case-slide .case-link {
        margin: 0 15px 0 0;
        padding: 20px 20px 20px;
        min-height: 100%;
    }
	
	.case-area .case-slide .cate {
        gap: 5px;
	}
	
	.case-area .case-slide .case-list {
		gap: 0px;
	}
	
	/*タイトル*/
	#top .case-area .titlebox {
		margin-bottom: 20px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: 0px;
		flex-direction: column;
	}
	#top .case-area .titlebox .title-en {
		font-size: 5rem;
		margin-bottom: 10px;
	}

	#top .case-area {
		border-radius: 0;
		margin-bottom: 0px;
	}


	/*動く線*/
	.case-area .svganimeblock {
		z-index: 0;
		position: absolute;
		right: -73px;
        top: -34px;
        width: 221px;
	}

	.case-area .deco-img img {
		position: absolute;
	}
	.case-area .deco-img .deco01 {
		top: -15px;
        right: 58px;
        width: 57px;
	}

	.case-area .deco-img .deco02 {
		top: 40px;
		right: 130px;
		width: 40px;
	}
	
	::-webkit-scrollbar{
		width: 10px;
	}
	::-webkit-scrollbar-track{
		background-color: #fff;
		border-radius: 20px;
	}
	::-webkit-scrollbar-thumb{
		background-color: #CBC0B8;
		border-radius: 20px;
		border: solid 4px #fff;
	}
}



/* -----------------------------------------------------------
	お客様の声
--------------------------------------------------------------*/
.voice-area {
	position: relative;
	padding: 100px;
	max-width: 1600px;
	margin: 0 auto;
}

.voice-area .txt-area {
	padding: 70px 70px 50px;
	background-color: #fff;
	width: 670px;
	margin: 30px auto 0;
	position: relative
}

/*ボタン*/
.voice-area .txt-area .deco-img img {
	position: absolute;
}

.voice-area .txt-area .deco-img .deco01 {
	right: 55px;
	top: 30px;
}

.voice-area .txt-area .deco-img .deco02 {
	right: 20px;
    top: 60px;
}



/*背景画像*/
.voice-area .img {
	position: absolute;
	z-index: -1;
	overflow: hidden;
}

.voice-area .img.img01 {
	top: -20px;
	left: -20px;
}

.voice-area .img.img02 {
	top: 50px;
	right: -20px;
}

.voice-area .img.img03 {
	top: auto;
	bottom: -10px;
	right: 80px;
}


@media screen and (max-width: 768px){
	.voice-area {
		padding: 180px 0px 0px 30px;
		max-width: 100%;
	}

	.voice-area .txt-area {
		padding: 40px 30px 30px;
		background-color: #fff;
		width: 100%;
		margin: 0px auto 0;
	}
	
	/*ボタン*/
	.voice-area .txt-area .deco-img .deco01 {
		right: 38px;
        top: 43px;
		width: 22px;
	}

	.voice-area .txt-area .deco-img .deco02 {
		right: 18px;
        top: 25px;
		width: 18px;
	}

	/*背景画像*/
	.voice-area .img {
		position: absolute;
		z-index: -1;
		overflow: hidden;
	}

	.voice-area .img.img01 {
		top: 0px;
		left: 0px;
		width: 100%;
		height: 53%
	}
	
	.voice-area .img.img01 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	}



/* -----------------------------------------------------------
	お直しオンライン
--------------------------------------------------------------*/
.onaoshi-online {
	background-color: #E8BBAA;
	padding-bottom: 70px;
	background: linear-gradient(180deg, #fff 0%, #fff 20%, #E8BBAA 20%, #E8BBAA 100%);
	position: relative;
}

.onaoshi-online.inner.w-1400 {
	margin: 80px auto 160px;
}

.onaoshi-online .inner {
	text-align: center;
	background-color: #fff;
	position: relative;
	margin-top: 60px;
}

/*動く線*/
.onaoshi-online .svganimeblock {
	z-index: 0;
	position: absolute;
	left: -30px;
	top: -50px;
	width: 350px;
	z-index: 5;
}
/**/

.onaoshi-online .titlebox {
	text-align: center;
	position: absolute;
	top: 188px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.onaoshi-online .titlebox img {
	margin-bottom: 30px;
}

.onaoshi-online .txt-area {
	max-width: 1053px;
	margin: 100px auto 0;
	padding-bottom: 80px;
}

/*こんなお客様におすすめ*/
.onaoshi-online .oo-recommend-area {
	margin-top: 50px;
}

.onaoshi-online .oo-recommend-area .s-ttl {
	color: #A9876D;
	font-weight: 600;
	margin-bottom: 30px;
	display: flex;
    align-items: center;
}
.onaoshi-online .oo-recommend-area .s-ttl:before,
.onaoshi-online .oo-recommend-area .s-ttl:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #A9876D;
}
.onaoshi-online .oo-recommend-area .s-ttl:before {
    margin-right: 2rem;
}
.onaoshi-online .oo-recommend-area .s-ttl:after {
    margin-left: 2rem;
}

.onaoshi-online .txt-area .oo-recommend-list {
	display: flex;
	justify-content: center;
    gap: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #A9876D;
}

.onaoshi-online .txt-area .oo-recommend-list li {
	padding: 20px 15px;
	background-color: #F4F1EC;
	width: 230px;
}

.onaoshi-online .txt-area .oo-recommend-list li .txt {
	font-size: 1.6rem;
	color: #A9876D;
	font-weight: 500;
}

@media screen and (max-width: 1450px){
	.onaoshi-online .inner {
		width: 1050px;
		margin-top: 60px;
	}
	
	/*こんなお客様におすすめ*/
	.onaoshi-online .oo-recommend-area {
		padding: 0 30px;
	}

	.onaoshi-online .oo-recommend-area .s-ttl {
		margin-bottom: 30px;
	}

	.onaoshi-online .txt-area .oo-recommend-list {
		gap: 20px;
	}

	.onaoshi-online .txt-area .oo-recommend-list li {
		padding: 20px 15px;
		width: 220px;
	}
	}


@media screen and (max-width: 768px){
	.onaoshi-online {
		position: relative;
		background: linear-gradient(180deg, #fff 0%, #fff 10%, #E8BBAA 10%, #E8BBAA 100%);
	}

	.onaoshi-online.inner.w-1400 {
		margin: 40px auto 0px;
		padding: 0 20px 20px;
	}

	.onaoshi-online .inner {
		margin-top: 0px;
		width: 100%;
	}
	
	.onaoshi-online .inner .img-wrap {
		height: 200px;
	}
	.onaoshi-online .inner .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 9%;
	}

	/*動く線*/
	.onaoshi-online .svganimeblock {
		z-index: 0;
		position: absolute;
		left: -5px;
		top: -30px;
		width: 150px;
		z-index: 5;
	}
	/**/

	.onaoshi-online .titlebox {
		text-align: center;
		position: absolute;
		top: 95px;
	}

	.onaoshi-online .titlebox img {
		margin-bottom: 15px;
		width: 57px;
		height: 57px;
	}

	.onaoshi-online .txt-area {
		max-width: 100%;
		margin: 50px auto 0;
		padding: 0 20px 40px;
	}
	
	.onaoshi-online .titlebox .title-en {
        font-size: 4rem;
    }

	/*こんなお客様におすすめ*/
	.onaoshi-online .oo-recommend-area {
		margin-top: 30px;
		padding: 0;
	}

	.onaoshi-online .oo-recommend-area .s-ttl {
		margin-bottom: 20px;
	}

	.onaoshi-online .txt-area .oo-recommend-list {
		flex-direction: column;
		gap: 10px;
		padding-bottom: 20px;
	}

	.onaoshi-online .txt-area .oo-recommend-list li {
		padding: 15px 15px;
		width: 100%;
	}
	}





/* -----------------------------------------------------------
	流れ
--------------------------------------------------------------*/
.flow-area {
	background-color: #F9F5F2;
	position: relative;
	margin: 126px auto;
	padding: 30px 0;
}

.flow-area::before {
	content: "";
	background: url("../image/wave-pink.png")no-repeat top left / 100% 100%;
	display: block;
	width: 100%;
	height: 126px;
	position: absolute;
	top: -125px;
}
.flow-area::after {
	content: "";
	background: url("../image/wave-pink02.png")no-repeat top left / 100% 100%;
	display: block;
	width: 100%;
	height: 126px;
	position: absolute;
	bottom: -125px;
}

.flow-area .titlebox {
    margin-bottom: 0px;
}

.flow-area .ttl-catch {
	display: flex;
	margin-bottom: 75px;
	gap: 100px;
	/*justify-content: space-between;*/
	justify-content: center;
	align-items: center;
    text-align: center;
}

.flow-area .ttl-catch .catch {
	margin-bottom: 0px;
}

.flow-area .flow-list {
	display: flex;
	justify-content: space-between;
}

.flow-area .flow-list li {
	background-color: #fff;
	padding: 70px 30px 30px;
	text-align: center;
	position: relative;
	box-shadow: 0px -1px 20px -5px rgba(209, 204, 193, 1);
}

.flow-area .flow-list li::after {
	content: "";
	width: 11px;
	height: 31px;
	position: absolute;
	background: url("../image/flow-arrow.png") no-repeat center;
	background-size: contain;
	top: 50%;
    right: -29px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flow-area .flow-list li:last-child::after {
	content: none;
}

.flow-area .flow-list li .txt {
	font-size: 2.2rem;
	font-weight: 500;
	margin-top: 20px;
}

.flow-area .flow-list li .num {
	font-size: 1.4rem;
	font-weight: 500;
	position: absolute;
	display: flex;
    gap: 20px;
	top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.flow-area .flow-list li .num span img {
	height: 22px;
	margin-top: 20px;
}
.flow-area .flow-list li .num span img.num-tall {
	height: 29px;
}

.flow-area .flow-list li .num span:before {
    position: absolute;
    top: -5px;
    left: 39px;
    content: "";
    width: 1px;
    height: 120%;
    background: #707070;
    transform: rotate(40deg);
}

/*deco*/
.flow-area .deco-img {
	position: absolute;
	bottom: -150px;
	left: 5%;
	z-index: 5;
}

@media screen and (max-width: 768px){
	.flow-area {
		background-color: #F9F5F2;
		position: relative;
		margin: 90px auto;
		padding: 30px 0;
	}

	.flow-area::before {
		content: "";
		background: url("../image/wave-pink.png")no-repeat top left / 100% 100%;
		display: block;
		width: 100%;
		height: 50px;
		top: -50px;
	}
	.flow-area::after {
		content: "";
		background: url("../image/wave-pink02.png")no-repeat top left / 100% 100%;
		display: block;
		width: 100%;
		height: 50px;
		bottom: -50px;
	}

	.flow-area .titlebox {
		margin-bottom: 0px;
	}

	.flow-area .ttl-catch {
		display: flex;
		margin-bottom: 30px;
		gap: 20px;
		flex-direction: column;
		align-content: flex-start;
		justify-content: space-between;
		align-items: center;
        text-align: center;
	}

	.flow-area .ttl-catch .catch {
		margin-bottom: 0px;
	}

	.flow-area .flow-list {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 30px;
	}

	.flow-area .flow-list li {
		padding: 20px 20px 20px;
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
		gap:20px;
	}

	.flow-area .flow-list li::after {
		content: "";
		width: 6px;
		height: 31px;
		position: absolute;
		background: url("../image/flow-arrow.png") no-repeat center;
		background-size: contain;
		top: auto;
		bottom: -30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: rotate( 90deg );
	}

	.flow-area .flow-list li:last-child::after {
		content: none;
	}
	
	.flow-area .flow-list li img {
		width: 78px;
		margin: 0;
	}

	.flow-area .flow-list li .txt {
		font-size: 2rem;
		margin-top: 0px;
		text-align: left;
	}

	.flow-area .flow-list li .num {
		font-size: 1.4rem;
		position: relative;
		display: flex;
		gap: 30px;
		top: auto;
		left: auto;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		margin-bottom: 5px;
	}

	.flow-area .flow-list li .num span img {
		height: 15px;
		width: 100%;
		margin-top: 0px;
	}
	.flow-area .flow-list li .num span img.num-tall {
		height: 18px;
	}

	.flow-area .flow-list li .num span:before {
		top: -2px;
		left: 47px;
	}

	/*deco*/
	.flow-area .deco-img {
		bottom: -80px;
		left: 2%;
		z-index: 5;
	}
	.flow-area .deco-img img {
		width: 100px;
	}
	}




/* -----------------------------------------------------------
	リンクエリア
--------------------------------------------------------------*/
.link-area {
	margin-top: 180px;
}

@media screen and (max-width: 768px){
	.link-area {
		margin-top: 80px;
	}
	}




/* -----------------------------------------------------------
	
--------------------------------------------------------------*/


