@charset "utf-8";

/* -----------------------------------------------------------
    TOP
-------------------------------------------------------------- */
#main{
	margin: 0;
}
.header.active #top .mv-area::before{
	z-index: 1 !important;
}


/* -----------------------------------------------------------
    h1
-------------------------------------------------------------- */
.h1-area {
	position: absolute;
	top: auto;
	bottom: 15px;
	left: calc( ( 100% - 1200px ) / 2 );
	background: none;
    z-index: 4;
}
.h1-area h1{
	width: auto;
	/*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	*/
	font-size: 1.2rem;
	color: #ccc;
    margin: 0 0 0 auto;
}

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

	/* h1 */
	.h1-area{
		position: absolute;
		left: 20px;
		background: none;
		z-index: 2;
		padding: 0 20px 0 0;
        margin: 0 auto;
		top: auto;
        bottom: 5px;
		width: 95%;
	}
	.h1-area h1{
		width: auto;
		font-size: 1rem;
		margin: 0 auto;
		padding: 0;
		font-weight: 500;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

}



/*    mv-area
-------------------------------------------------------------- */
.mv-area {
	position: relative;
	/*
	background: url("../img/top-mv.jpg") no-repeat center center / cover;
	*/
	height: 100vh;
}
.mv-area .txt-area{
	position: absolute;
	top: 22%;
	left: calc( ( 100% - 1200px) / 2);
	z-index: 1;
}
.mv-area .txt-area .section-catch{
	font-size: 5.6rem;
	font-weight: bold;
	line-height: 1.4;
}

.mv-area .catch-copy {
    font-weight: bold;
    padding: 57px 0 40px;
    display: flex;
    flex-wrap: wrap;
	position: relative;
	
	text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.mv-area .catch-copy span {
    display: inline-block;
}
.mv-area .catch-copy .sub {
    font-size: 2.0rem;
    line-height: 1.5;
}
.mv-area .catch-copy .share {
    color: var(--red);
	color: #CE2B2B;
    display: flex;
    align-items: center;
    margin: 30px 0 10px;
    white-space: nowrap;
    position: relative;
    width: 100%;
}
.mv-area .catch-copy .share .no1 {
    font-size: 15rem;
    font-weight: normal;
    font-family: var(--gilda);
    line-height: .8;
}
.mv-area .catch-copy .share .vertical {
    font-size: 5.2rem;
    writing-mode: vertical-rl;
    letter-spacing: 1rem;
    line-height: 1;
    text-align-last: justify;
	margin: -6px 20px 0 0;
	font-weight: 500;
}
.mv-area .catch-copy .share .kome-mark {
    font-size: 1.4rem;
    color: var(--black);
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 360px;
}
.mv-area .catch-copy .kome-txt {
    font-weight: 400;
    font-size: 1.2rem;
    padding: 20px 0 0;
	width: 100%;
	text-shadow: none;
}
.mv-area .catch-copy .review {
    font-size: 3rem;
    line-height: 1.3;
    padding: 0 0 0;
	position: relative;
}

.mv-area .catch-copy .review .review-num {
    font-size: 4rem;
    font-family: var(--lato);
    line-height: 1.3;
}
.mv-area .catch-copy .ani-line {
    background-image: linear-gradient(to right, #F3E669 0%, #F3E669 70%, transparent 70%);
	background-size: 200% 8px;
}


.mv-area .txt-area .basic-txt{
	padding: 30px 0 40px;
    width: 530px;
}

.mv-area .bnr-area {
    display: none;
}
.mv-area .main-image{
	width: 100%;
	width: calc(100% - 70px);
}
.mv-area .image-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.mv-area .image-wrap video {
	/*object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100vh;*/
}


/* mv-bg-slider */
.mv-bgarea{
	position: relative;
}
.mv-bgarea .mv-bg {
    width:55%;
    height: 100vh;
    z-index: -1;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;

    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}
.mv-bgarea .mv-bg.slide1 {
	background-image: url("../img/gallery/img09.jpg");
}
.mv-bgarea .mv-bg.slide2 {
    background-image: url("../img/gallery/img01.jpg");
    animation-delay: 6s;
}
.mv-bgarea .mv-bg.slide3 {
	background-image: url("../img/gallery/hsp1241.jpg");
    animation-delay: 12s;
}

@keyframes anime {
    0% {
        opacity: 0;
    }
    16% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    45% {
        opacity: 0;
        transform: scale(1.1) ;
    }
    100% { opacity: 0 }
}


.mv-area .bg-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.mv-area .bg-wrap::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/mv-slider.png) repeat;
    width: 2211px;
    height: 3091px;
    top: -40%;
    right: 50%;
    animation: mv-slider 40s linear infinite;
    transform: rotate(30deg) translateY(0%);
}

@keyframes mv-slider {
  0% {
    -webkit-transform: rotate(30deg) translateY(0%);
    transform: rotate(30deg) translateY(0%);
  }
  100% {
    -webkit-transform: rotate(30deg) translateY(-50%);
    transform: rotate(30deg) translateY(-50%);
  }
}

/* bot-txt-area */
.mv-area .bot-txt-area {
	/*
	width: calc(100% - 80px);
	*/
	position: relative;
	/*
	width: 60%;
	margin: -150px 0 0;
	*/
	padding: 110px 0 50px 0;
	width: 1200px;
	margin: 0 auto;
}
.mv-area .bot-txt-area .section-title-en {
	top: -70px;
}
.mv-area .bot-txt-area .basic-txt {
	margin: 0 0 30px;
	z-index: 1;
	position: relative;
}


/*特設キャンペーンバナー*/
.mv-wrap {
	position: relative;
}
.mv-wrap .special-bn-area {
	display: block;
	position: absolute;
	right: calc((100% - 1200px) / 2);
	/*
	bottom: 350px;
	*/
	bottom: 45%;
	z-index: 1;
}
.mv-wrap .special-bn-area .bn {
}
.mv-wrap .special-bn-area .bn img {
	width: 380px;
}
.mv-wrap .special-bn-area .bn a {
	display: block;
	box-shadow: 0px 10px 20px rgb(0 0 0 / 30%);
}
.mv-wrap .special-bn-area .bn a:hover {
	box-shadow: none;
}


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

	/*    mv-area
	-------------------------------------------------------------- */
	.mv-area {
		/*
		background: url("../img/top-mv-sp.jpg") no-repeat center bottom / cover;
		*/
		display: block;
		
		/*通常キャンペーンバナー時*/
		/*height: 460px;*/
		
		/*特設キャンペーンバナー時*/
		/*height: 390px;*/
		/*height: 355px;*/
		/*height: 360px;*/
		height: 350px;
	}
	
    .mv-wrap {
		/*
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
		*/
		height: 100%;
		display: block;
	}
	.mv-area {
		position: relative;
		/* height: auto; */
		margin: 0;
		/*
		padding: 0 0 285px 0;
		*/
		padding: 0;
		
		/*
        height: calc(calc(var(--vh, 1vh) * 100) - 130px);
		*/
	}

	.mv-area img {
		width: 100%;
		max-width: 420px;
	}
	.mv-area .image-wrap video{
		/*height: calc(100vh - 75px);*/
	}
	.mv-area .txt-area {
        left: 20px;
        transform: none;
        width: 100%;
        text-align: left;
		margin: 40px 0 0;
	}
	.mv-area .txt-area .section-catch{
		font-size: 3.2rem;
		line-height: 1;
		font-weight: 600;
	}
	.mv-area .txt-area .basic-txt{
		display: none;
	}
    
	.mv-area .catch-copy {
        font-weight: bold;
        padding: 0;
        display: block;
		/*
        flex-wrap: wrap;
		*/
    }
    .mv-area .catch-copy .sub {
        font-size: 1.2rem;
		background: #fff;
		padding: 3px 10px 3px;
		margin: 0 0 5px;
		color: #CE2B2B;
		text-shadow: none;
    }
    .mv-area .catch-copy .share {
       	justify-content: flex-start;
        width: 100%;
        height: 90px;
        margin: 0 0;
    }
    .mv-area .catch-copy .share .no1 {
        font-size: 9.6rem;
    }
    .mv-area .catch-copy .share .vertical {
        font-size: 2.9rem;
        margin: 0 10px 0 0;
    }
    .mv-area .catch-copy .share .kome-mark {
        font-size: 1.3rem;
		right: auto;
		left: 255px;
    }
    .mv-area .catch-copy .kome-txt {
        font-size: 1rem;
        padding: 5px 0 0;
        display: block;
        width: 100%;
    }
    .mv-area .catch-copy .review {
        font-size: 2.4rem;
        padding: 0 0 0;
		line-height: 1.5;
    }
    .mv-area .catch-copy .review.min {
        font-size: 2.0rem;
		display: block;
    }
    .mv-area .catch-copy .review .review-num {
        font-size: 2.2rem;
		padding: 0 4px;
    }
	
	.mv-area .mv-btn {
		width: 135px;
        display: flex;
        position: absolute;
        right: 12%;
        top: 102%;
        justify-content: space-between;
        box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
        z-index: 1;
    }
	.mv-btn a::after {        
		display: inline-block;
        content: "";
        background: url(../img/icon-arrow-red.svg) right / cover, no-repeat;
        width: 30px;
        height: 7px;
        position: absolute;
        bottom: 0px;
        transform: translateY(-50%);
        right: -13px;
        transition: all .5s;
    }
	
	/*.mv-btn a {
        width: 140px;
        height: 140px;
        position: relative;
        text-align: center;
        background: #fff;
        border: 1px solid #CCCCCC;
        padding: 20px 0px 0px;
        border-radius: 50%;
        z-index: 1;
        box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .1);
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.4;
    }
	
	.mv-btn a::before {
		content: "";
		display: inline-block;
		background: url(../img/thumb-select-repair.png) center / cover, no-repeat;
		width: 56px;
		height: 56px;
		position: relative;        
		display: flex;
        margin: 0 auto;
		top: -5px;
	}
	
	.mv-btn a::after {
		display: inline-block;
		content: "\f105";
		font-family: 'FontAwesome';
		padding: 0 0 0 8px;
		color: #F0353C;
	}*/
	
	.mv-bgarea .mv-bg {
		height: 460px;
		width: 100%;
	}
	.mv-bgarea .mv-bg.slide1 {
		background-image: url("../img/top-mv-sp01.jpg");
	}
	.mv-bgarea .mv-bg.slide2 {
		background-image: url("../img/top-mv-sp02.jpg");
	}
	.mv-bgarea .mv-bg.slide3 {
		background-image: url("../img/top-mv-sp03.jpg");
	}
	
	.mv-area .bg-wrap{
		display: none;
	}
	
    .mv-area .bnr-area {
        display: block;
        padding: 0 20px;
        position: absolute;
        bottom: 20px;
        z-index: 1;
        width: 100%;
    }
    
    .mv-area .bnr-area .mv-bnr {
        text-align: center;
        width: 100%;
    }
    
    .mv-area .bnr-area .mv-bnr a {
        display: block;
        height: inherit;
        width: 100%;
        vertical-align: middle;
    }

	.mv-area .main-image{
		/* width: 100%;
		height: 300px;
		position: static;
		left: auto;
		top: auto;
		padding: 0;
        display: none; */
		width: 100%;
	}
	.mv-area .image-wrap img {
		object-position: right bottom;
		height: 330px;
	}

	.mv-area .sp-mv {
        position: absolute;
        background: url(../img/top-mv01.jpg) repeat-x 0 0;
        background-size: auto 330px;
        width: 100%;
        height: 330px;
        overflow: hidden;
        top: 0;
        z-index: 0;
    }
	.mv-area .sp-mv::before {
		content: "";
		background: rgba(0,0,0,0.1);
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	/* bot-txt-area */
	.mv-area .bot-txt-area {
		margin: 30px 0 0;
		padding: 40px 20px 40px 20px;
		width: auto;
	}
	.mv-area .bot-txt-area .section-title-en {
		top: -20px;
	}
	.mv-area .bot-txt-area .basic-txt {
		margin: 0 0 25px;
		font-size: 1.5rem;
	}
	
	
	/*特設キャンペーンバナー*/
	.mv-wrap {
		position: inherit;
	}
	.mv-wrap .special-bn-area {
		display: block;
		position: static;
		right: auto;
		bottom: auto;
		background: url("../img/bg-gray02.png") #F1F2F3 repeat center top / 300% auto;
		padding: 20px;
		border-bottom: 1px solid #ccc;
		
		display: none;
	}
	.mv-wrap .special-bn-area .bn {
		text-align: center;
	}
	.mv-wrap .special-bn-area .bn img {
		width: 100%;
	}
	

}

/*    .sp-select-area
-------------------------------------------------------------- */
.sp-select-area {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp-select-area {
        display: block;
		background: #fff;
		/*
        padding-bottom: calc(env(safe-area-inset-bottom));
		*/
    }
    
    .sp-select-area .select-list {
        display: flex;
        border-bottom: 1px solid #ccc;
        height: 130px;
    }
    
    .sp-select-area .select-list li {
        width: calc( 100% / 3 );
        height: 130px;
    }
    
    .sp-select-area .select-list li a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        justify-content: center;
        align-items: center;
        gap: 5px 0;
        height: 130px;
		position: relative;
		border-top: 3px solid #E00022;
    }
	
	.sp-select-area .select-list li a::after {
		display: inline-block;
        content: "";
        background: url(../img/icon-arrow-red.svg) right / cover, no-repeat;
        width: 30px;
        height: 7px;
        position: absolute;
        bottom: 4px;
        transform: translateY(-50%);
        right: 5px;
        transition: all .5s;
    }
    
    .sp-select-area .select-list li:not(:last-child) a {
        border-right: 1px solid #ccc;
    }
    
    .sp-select-area .select-list li a .img-wrap {
		width: 100%;
		text-align: center;
    }
    
    .sp-select-area .select-list li a .img-wrap img {
        width: 56px;
        height: 56px;
    }
    
    .sp-select-area .select-list li a .txt {
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
    }
}


/* -----------------------------------------------------------
    MV下：イントロ
-------------------------------------------------------------- */
.mvbot-intro{
	padding: 40px 0;
	position: relative;
	background: url("../img/bg-red.png") no-repeat left top / cover;
	color: #fff;
}
.mvbot-intro .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mvbot-intro .section-catch{
	font-size: 3.4rem;
	/*
	flex-basis: 45%;
	*/
	line-height: 1.5;
	white-space: nowrap;
	padding: 0 50px 0 0;
}
.mvbot-intro .section-catch span{
	display: block;
	font-size: 2.2rem;
}
.mvbot-intro .basic-txt{
	/*
	flex-basis: 55%;
	*/
	border-left: 1px dashed #fff;
	padding: 0 0 0 60px;
	font-weight: 500;
}

@media screen and (max-width: 768px){
	
	.mvbot-intro{
		padding: 40px 20px;
		display: none;
	}
	.mvbot-intro .inner{
		display: block;
	}
	.mvbot-intro .section-catch{
		font-size: 2.4rem;
		padding: 0 0 0;
		margin: 0 0 20px;
		white-space: normal;
	}
	.mvbot-intro .section-catch span{
		font-size: 1.8rem;
	}
	
	.mvbot-intro .basic-txt{
		border-left: none;
		background: #fff;
		padding: 20px;
		border-radius: 5px;
		color: #333;
	}
	
}


/*    .common-repair-area
-------------------------------------------------------------- */
.common-repair-area {
    padding: 25px 0;
    font-weight: 500;
    background: url("../img/bg-cmn-repair-area.jpg") repeat left top;
}


.common-repair-area .inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.common-repair-area .catch {
    font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 40px;
    min-width: 200px;
}

.common-repair-area .catch::before {
    content: "";
    display: inline-block;
    background: url("../img/icon-watch.svg") center/cover, no-repeat;
    width: 33px;
    height: 29px;
    position: absolute;
    left: 0;
    top: -5px;
}

.common-repair-area .repair-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.common-repair-area .repair-list li {
    display: inline-block;
    
}

.common-repair-area .repair-list li a {
    display: block;
    padding: 8px 15px;
    font-size: 1.4rem;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
    box-shadow: 1px 3px 0 0 rgba(0,0,0,.1);
    background: #fff;
    transition: all .4s;
    top: 0;
    position: relative;
}

.common-repair-area .repair-list li a:hover {
    background: #333;
	border: 1px solid #333;
    color: #fff;
    box-shadow: none;
    top: 2px;
    
}

@media screen and (max-width: 768px) {
    .common-repair-area {
        padding: 32px 0 34px;
    }
    
    .common-repair-area .inner {
        flex-wrap: wrap;
    }
    
    .common-repair-area .catch {
        font-size: 1.7rem;
        padding: 0 0 0 60px;
        min-width: initial;
        display: block;
    }
    
    .common-repair-area .catch::before {
        left: 20px;
    }
    
    .common-repair-area .repair-list {
        flex-wrap: nowrap;
        gap: 8px;
        padding: 0 0 20px 20px;
    }
}

/*    point-area
-------------------------------------------------------------- */
.point-area {
    position: absolute;
    top: 70vh;
    left: calc( (100% - 1200px ) / 2 );
}

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

.point-area  .point-list li {
    width: calc( (100% - 40px) / 4 );
    background: rgba( 39,3,3,.3);
    padding: 30px 25px 30px;
    border: 1px solid #fff;
    text-align: center;
    position: relative;
}

.point-area  .point-list li .num {
    position: absolute;
    top: -45px;
    left: 25px;
    color: var(--red);
    font-weight: 600;
    font-size: 2.1rem;
    font-family: var(--josefin);
    transform: skewX(-10deg);
}

.point-area  .point-list li::before {
    content: "";
    display: inline-block;
    width: 45px;
    border-top: 1px solid #fff;
    top: 1px;
    left: 0;
    position: absolute;
    transform: rotate(-65deg);
}

.point-area  .point-list li .catch {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.6;
}

.point-area  .point-list li .txt {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    padding: 15px 0 0;
	font-weight: bold;
}

.point-area  .point-list li .red-bg {
    background: var(--red);
    display: inline-block;
    padding: 0 5px 2px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .point-area {
		display: block;
        position: relative;
        top: initial;
        left: initial;
		/*
        background: url("../img/bg-point-area-sp.png") var(--red);
        background-size: 100% auto;
		background-repeat: repeat;
        background-blend-mode: multiply;
        background-position: top;
		*/
		background: url("../img/bg-red.png") no-repeat center top / cover;
        padding: 215px 0 40px;
    }
    
    .point-area::before {
        content: "";
        display: inline-block;
        background: url("../img/img-point-area-sp.jpg") center/cover, no-repeat;
        width: 100%;
        height: 200px;
        position: absolute;
        top: 20px;
    }
    
	.point-area .section-catch{
		font-size: 2.4rem;
		flex-basis: auto;
		padding: 20px 0;
		margin: 0;
		color: #fff;
		line-height: 1.4;
		text-align: center;
	}
	.point-area .section-catch span{
		font-size: 1.5rem;
		display: block;
		margin: 2px 0 0;
	}
	
    .point-area .inner {
        padding: 0 10px;
    }
    
    .point-area  .point-list {
        gap: 5px;
    }
    
    .point-area  .point-list li {
        width: calc( (100% - 5px) / 2 );
        background: #fff;
        padding: 25px 5px 20px;
        border: none;
    }
    
    .point-area  .point-list li::before {
        display: none;
    }

    .point-area  .point-list li .num {
        top: 15px;
        left: 50%;
        transform: translateX(-50%) skewX(-10deg);
        color: #333;
        font-size: 1.7rem;
        font-weight: bold;
    }
    
    .point-area  .point-list li .catch {
        color: #333;
        font-size: 1.8rem;
        padding: 15px 0 0;
    }

    .point-area  .point-list li .txt {
        line-height: 1.5;
        padding: 8px 0 0;
        color: #333;
        font-size: 1.3rem;
        font-weight: 500;
    }
    
    .point-area  .point-list li .red-bg {
        line-height: 1.4;
    }
}

/*    共通タイトルレイアウト
-------------------------------------------------------------- */
.title-area {
    display: flex;
    padding: 0;
    align-items: center;
    gap: 0 50px;
}
/*
.title-area .title-block {
    padding: 0 40px 0 0;
    border-right: 1px solid #707070;
}*/

.title-area .section-title {
    font-size: 3.0rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1.3;
}

.title-area .section-title-en {
    font-family: var(--josefin);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--red);
    position: relative;
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    letter-spacing: .2rem;
}

.title-area .section-title-en::before {
    content:"";
    display: inline-block;
    background: url("../img/icon-section-title.svg") center/cover,no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 2px;
}

.title-area .txt-block  {
    flex-basis: auto;
}

.title-area .txt-block .section-txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.7;
    text-shadow: 0 0 10px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1);
}

@media screen and (max-width: 768px) {
    .title-area {
        flex-wrap: wrap;
    }
    
    .title-area .title-block {
        padding: 0;
        border-right: none;
        width: 100%;
        display: block;
    }
    
    .title-area .section-title {
        font-size: 2.4rem;
    }
    
	.title-area .section-title-en {
		font-size: 1.6rem;
		padding: 0 0 0 20px;
		margin: 5px 0 0;
		letter-spacing: .1rem;
	}

	.title-area .section-title-en::before {
		left: 0;
		top: 2px;
	}

	
    .title-area .txt-block {
        padding: 20px 0 0;
    }
    
    .title-area .txt-block .section-txt {
        font-size: 1.6rem;
    }
}


/*    brand-select-area
-------------------------------------------------------------- */

@media screen and (max-width: 768px){
.brand-select-area .btn-more{
	margin: 30px 0 0;
}
}

/*    flow-intro-area
-------------------------------------------------------------- */
.flow-intro-area {
    background: url("../img/bg-flow-intro-area.png") center/cover, no-repeat #F1F2F3;
    padding: 50px 0;
}

.flow-intro-area .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flow-intro-area .catch {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.7;
}

.flow-intro-area .flow-btn {
}

.flow-intro-area .flow-btn a {
    width: 420px;
    display: flex;
    padding: 25px 20px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.1); 
    position: relative;
    top: 0;
}

.flow-intro-area .flow-btn a::after {
    display: inline-block;
    content: "";
    background: url("../img/icon-arrow-red.svg") center/cover, no-repeat;
    width: 43px;
    height: 7px;
    position: absolute;
    right: -20px;
    bottom: 20px;
    transition: all .4s;
}

.flow-intro-area .flow-btn.web a {
    background: url("../img/thumb-flow-web.png"), #fff;
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: 80px 80px;
} 

.flow-intro-area .flow-btn.shop a {
    background: url("../img/thumb-flow-shop.png"), #fff;
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: 80px 80px;
} 

.flow-intro-area .flow-btn a:hover {
    top: -5px;
    color: var(--red);
}

.flow-intro-area .flow-btn a:hover::after {
    right: -28px;
}

.flow-intro-area .flow-btn a .btn-txt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    padding-left: 100px;
    width: 100%;
    display: inline-block;
}

.flow-intro-area .flow-btn a .sub {
    display: block;
    font-size: 1.6rem;
}

.flow-intro-area .flow-btn a .red {
    color: var(--red);
    font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
    .flow-intro-area {
        padding: 30px 0 40px;
		background-repeat: repeat;
		background-size: 100% auto;
		
		background: url("../img/bg-gray02.png") #F1F2F3 repeat center top / 300% auto;
		display: block;
    }
    
    .flow-intro-area .flex-box {
        gap: 25px;
        width: 100%;
    }
    
    .flow-intro-area .catch {
        font-size: 1.8rem;
        text-align: center;
        display: block;
        width: 100%;
    }
    
    .flow-intro-area .flow-btn {
        width: 100%;
    }
    
    .flow-intro-area .flow-btn a {
        width: 100%;
        padding: 18px 10px;
    }
    
    .flow-intro-area .flow-btn a::after {
        right: -15px;
        bottom: 10px;
    }
    
    .flow-intro-area .flow-btn.web a {
        background-position: 15px;
        background-size: 54px 54px;
    }
    
    .flow-intro-area .flow-btn.shop a {
        background-position: 15px;
        background-size: 54px 54px;
    }
    
    .flow-intro-area .flow-btn a .sub {
        font-size: 1.4rem;
    }
    
    .flow-intro-area .flow-btn a .red {
        font-size: 1.8rem;
    }
    
    .flow-intro-area .flow-btn a .btn-txt {
        font-size: 1.5rem;
        padding-left: 75px;
    }
}


/*    cmn-comparison-area
-------------------------------------------------------------- */
.cmn-comparison-area .bottom-area .comparison-list li:nth-child(n+7) {
	display: none;
}
.cmn-comparison-area .bottom-area .btn-more {
	display: block;
}


/*    声リスト
-------------------------------------------------------------- */
.cmn-voice-list {
    padding: 0;
}
.cmn-voice-list .read-more-4 {
	position: relative;
}

.cmn-voice-list .read-more-4 p {
	display: -webkit-box;
	position: relative;
	margin-bottom: 35px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 開く前に見せたい行数を指定 */
}

.cmn-voice-list .read-more-4:has(:checked) p {
	display: block;
}

.cmn-voice-list .read-more-4 p::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
	content: '';
}

.cmn-voice-list .read-more-4:has(:checked) p::after {
	content: none;
}

.cmn-voice-list .read-more-4 label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	width: 76px;
	gap: 0 4px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	/*padding: 4px 10px;*/
	border-radius: 1px;
	background-color: #F0353C;
	color: #fff;
	font-size: .8em;
}

.cmn-voice-list .read-more-4 label:hover {
	cursor: pointer;
}
.cmn-voice-list .read-more-4 label .close{
	display: none;
}
.cmn-voice-list .read-more-4:has(:checked) label .open{
	display: none;
}

.cmn-voice-list .read-more-4:has(:checked) label .close{
	display: block;
}

/*.cmn-voice-list .read-more-4 label::after {
	display: inline-block;
	width: 10px;
	height: 5px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}

.cmn-voice-list .read-more-4 label:hover::after{
	background-color: #F0353C;
}*/


.cmn-voice-list .read-more-4 input {
	display: none;
}

.cmn-voice-list .more-btn {
	display: none;
}
@media screen and (max-width: 768px){

	.cmn-voice-list {
		display: flex;
		width: 100%;
		padding: 0 0 20px 20px;
	}
	.cmn-voice-list li {
		width: 230px;
		margin: 0 20px 0 0;
        min-height: 220px;
		padding: 20px 20px 40px 20px
	}
    
	.cmn-voice-list li .txt-area .info-area{
		white-space: normal;
		/*top: 25px;*/
		display: block;
	}
	.cmn-voice-list li .basic-txt {
		-webkit-line-clamp: 4;
		white-space: normal;
		width: 190px;
	}
	.cmn-voice-list li .name {
        display: none;
	}
    .cmn-voice-list li .date {
        display: none;
	}
	.cmn-voice-list li .txt-area .review-title {
        padding: 8px 0 0;
        /*-webkit-line-clamp: 2;*/
        white-space: normal;
        width: 190px;
        font-size: 1.6rem;
		overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
	.cmn-voice-list li .txt-area .reply-area{
		position: relative;
        /*overflow: hidden;
        display: -webkit-box;*/
        -webkit-box-orient: vertical;
        /*-webkit-line-clamp: 2;*/
        white-space: normal;
	}
	.cmn-voice-list li .txt-area .reply-area {
        padding: 0px 0 20px 10px;
		margin: 5px 0 0 5px;
    }
	.cmn-voice-list li .txt-area .reply-area .manager-area .img-area{
		display: none;
	}
	
	.cmn-voice-list li .txt-area .reply-area .manager-area .manager-txt{
		font-size: 1.4rem;
		padding: 0;
	}
	
		/* 口コミ本文：2.5行まで表示 */
	.cmn-voice-list .txt-area .basic-txt {        
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		max-height: 4.3em; 
	}

  	/* reply-area は最初は非表示 */
	.cmn-voice-list .txt-area .reply-area {
		display: none;
	}

	/* openクラスが付いたら全文＋返信を表示 */
	.cmn-voice-list .txt-area.open .basic-txt {
		display: block;
		max-height: none;
		-webkit-line-clamp: unset;
		position: relative;
	}
	.cmn-voice-list .txt-area .basic-txt::after {
		display: block;
		position: absolute;
		left: 0;
		bottom: 40px;
		width: 100%;
		height: 30px;
		background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
		content: '';        
		z-index: -1;
	}
	.cmn-voice-list .txt-area.open .basic-txt::after {
		display: none;
	}
	.cmn-voice-list .txt-area.open .reply-area {
		display: block;
	}

	.cmn-voice-list .more-btn {
		display: inline-block;
		cursor: pointer;
		font-size: 1.2rem; 
		color: #fff;
		padding: 5px 22px;
		background: #485156; 
		position: absolute;left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.cmn-voice-list .read-more-4 label {
		bottom: -20px;
	}

}

/*    shop-list-area
-------------------------------------------------------------- */
.shop-list-area {
    padding: 130px 0 0;
}

@media screen and (max-width: 768px){
    .shop-list-area {
        padding: 45px 0 0;
    }
}

/*    top-link-area
-------------------------------------------------------------- */
.top-link-area{
	margin: 65px 0;
}
.top-link-area .inner {
	display: flex;
	justify-content: space-between;
}
.top-link-area .inner > div{
	width: calc((100% / 2) - 10px);
	height: 276px;
}
.top-link-area .inner > div{
	background: url("../img/top-area.jpg") no-repeat top center / cover;
}
.top-link-area .inner > div.corporation{
	background: url("../img/top-corp.jpg") no-repeat top center / cover;
}

.top-link-area .inner > div a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 50px;
	position: relative;
}
.top-link-area .inner > div a::before{
	content: '';
	position: absolute;
	width: 67px;
	height: 15px;
	bottom: 20px;
	right:20px;
	background: url("../img/arrow-icon-wh02.png") no-repeat top center / contain;
	transition: .3s all;
}
.top-link-area .inner > div a:hover::before{
	right: 10px;
}

.top-link-area .title-area .section-title-en{
	color: #fff;
	font-family: var(--josefin);
    font-size: 4.0rem;
    font-weight: 600;
    position: relative;
    display: block;
    line-height: 1.3;
    width: 100%;
		padding: 0;
	margin: 0;
}
.title-area .section-title-en::before {
	display: none;
}
.top-link-area .title-area .section-title{
	color: #fff;
	font-size: 1.8rem;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    width: 100%;
}
.top-link-area .title-area .section-title::before{
	content: "";
    display: inline-block;
    background: url(../img/icon-section-title.svg) center / cover, no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 35%;
}

.top-link-area .catch{
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	padding: 69px 0 0;
	line-height: 1.6;
}

@media screen and (max-width: 768px){
	.top-link-area{
		margin: 40px 0 ;
	}
	.top-link-area .inner {
		display: block;
	}
	.top-link-area .inner > div{
		width: calc(100% - 20px);
		height: 163px;
		background-size: cover;
	}
	.top-link-area .inner > div:nth-child(2){
		margin: 20px 0 0;
	}
	.top-link-area .inner > div a{
		padding: 20px 10px 20px 20px;
	}
	
	.top-link-area .title-area{
		position: relative;
		height: 100%;
	}
	
	.top-link-area .title-area .title-block{
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.top-link-area .title-area .section-title-en{
		font-size: 3rem;
	}
	.title-area .section-title-en::before {
	}
	.top-link-area .title-area .section-title{
		font-size: 1.8rem;
	}
	.top-link-area .title-area .section-title::before{
	}
	.top-link-area .catch{
		display: none;
	}
}



.support-area-block{
	background: var(--red);
	padding: 15px 0;
}
.support-area-block .inner{
	display: flex;
}
.support-title{
	color: #fff;
	font-weight: bold;
	margin: 0 50px 0 0;
	white-space: nowrap;
}
.support-list{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.3;
}
.support-list li a{
	color: #fff;
	position: relative;
	margin: 0 15px 0 0;
}
.support-list li a::after {
    display: block;
    content: "/";
    font: 500 1.6rem / 1 "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -11px;
    transition: all .5s;
    color: #fff;
}
.support-area-block .txt-btn{
	margin: 0 0 0 auto;
}
.support-area-block .txt-btn a{
	color: #fff;
	position: relative;
	padding: 0 40px 0 0;
	white-space: nowrap;
}

.support-area-block .txt-btn a::after {
    display: block;
    content: "\f105";
    font: 500 1.6rem / 1 "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 15px;
    transition: all .5s;
    color: #fff;
}

@media screen and (max-width: 768px){
	.support-area-block{
		padding: 20px 0;
		margin: 0 0 20px;
	}
	.support-area-block .inner{
		display: block;
	}
	
	.support-title{
	}
	.support-list{
		margin: 10px 0 0;
	}
	.support-list li a{
		font-size: 1.4rem;
	}
	.support-list li a::after{
		font-size: 1.4rem;
	}
	.txt-btn{
		display: none;
	}
}