@charset "utf-8";

/* -----------------------------------------------------------
    TOP
-------------------------------------------------------------- */

/*    mv-area
-------------------------------------------------------------- */
.mv-area {
	position: relative;
	background-color: #F0353C;
	height: 100vh;
}
.mv-area::after,
.mv-area::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 70px);
    height: 100%;
    background: url("../img/mv-texture2.png") repeat left top / 3px auto;
}
.mv-area::before {
    background: url("../img/img-bg02.jpg") no-repeat center center / cover;
}

.mv-area .txt-area{
	color: #fff;
	position: absolute;
	bottom: 270px;
	left: 50px;
	z-index: 1;
}
.mv-area .txt-area .section-catch{
	font-size: 6.2rem;
	font-weight: 700;
	line-height: 1.3;
}
.mv-area .txt-area .section-catch span.num{
	font-family: 'Barlow', sans-serif;
	font-size: 8.0rem; 
}
.mv-area .txt-area .section-catch span.sp-size{
	display: block;
	font-size: 5rem;
}

.mv-area .slide-txt {
	display: block;
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.mv-area .slide-txt.en {
	bottom: 100px;
	background: url("../img/mv-en-txt.png") repeat-x 0 0;
	background-size: 2230px auto;
	height: 128px;
	-moz-animation: loop_en 20s linear infinite;
	animation: loop_en 20s linear infinite;
}
.mv-area .slide-txt.ja {
	bottom: 45px;
	background: url("../img/mv-ja-txt.png") repeat-x 0 0;
	background-size: 1826px auto;
	height: 44px;
	-moz-animation: loop_ja 30s linear infinite;
	animation: loop_ja 30s linear infinite;
}

@keyframes loop_en {
	0% {
		background-position: 0 0;
		}

	100% {
		background-position: -2230px 0;
		}
}
@keyframes loop_ja {
	0% {
		background-position: 0 0;
		}

	100% {
		background-position: -1826px 0;
		}
}

.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;
}



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

	/*    mv-area
	-------------------------------------------------------------- */
	.mv-area {
		position: relative;
		/* height: auto; */
		margin: 0;
		/*
		padding: 0 0 285px 0;
		*/
		padding: 0;
		height: calc(100vh - 75px);
		padding-bottom: env(safe-area-inset-bottom); 
		/*
		padding-bottom: calc(env(safe-area-inset-bottom));
		*/
	}
	.mv-area img {
		width: 100%;
		max-width: 100%;
	}
	.mv-area::after,
	.mv-area::before{
		width: 100%;
	}
	.mv-area::before {
		background: url("../img/img-bg07-sp.jpg") no-repeat center center / cover;
	}
	
	.mv-area .txt-area{
		/*
		bottom: 200px;
		*/
		bottom: calc(20% + 150px);
		left: 20px;
	}
	.mv-area .txt-area .section-catch{
		font-size: 3.6rem;
		line-height: 1.3;
	}
	.mv-area .txt-area .section-catch span.num{
		font-size: 5.0rem; 
	}
	.mv-area .txt-area .section-catch span.sp-size{
		font-size: 2.7rem;
	}

	.mv-area .slide-txt {
	}
	.mv-area .slide-txt.en {
		/*bottom: 100px;*/
		bottom: calc(20% + 45px);
		background-size: 1257px auto;
		height: 72px;
		-moz-animation: loop_en 20s linear infinite;
		animation: loop_en 20s linear infinite;
	}
	.mv-area .slide-txt.ja {
		/*bottom: 60px;*/
		bottom: 20%;
		background-size: 1203px auto;
		height: 29px;
		-moz-animation: loop_ja 30s linear infinite;
		animation: loop_ja 30s linear infinite;
	}

	@keyframes loop_en {
		0% {
			background-position: 0 0;
			}

		100% {
			background-position: -1257px 0;
			}
	}
	@keyframes loop_ja {
		0% {
			background-position: 0 0;
			}

		100% {
			background-position: -1203px 0;
			}
	}
	
	
	.mv-area .main-image{
		/* width: 100%;
		height: 300px;
		position: static;
		left: auto;
		top: auto;
		padding: 0;
        display: none; */
		width: 100%;
	}
	.mv-area .image-wrap {
		height: calc(100vh - 75px);
		padding-bottom: calc(env(safe-area-inset-bottom));
	}
	
	.mv-area .image-wrap img {
		object-position: right bottom;
		height: 330px;
	}
	.mv-area .image-wrap video{
		/*
		height: calc(100vh - 75px);
		*/
	}
	
}

/*    mv-area-photo
-------------------------------------------------------------- */
.mv-area-photo {
	position: relative;
	background-color: #F0353C;
	padding: 0 70px 0 0;
}
.mv-area-photo .txt-area{
	color: #fff;
	position: absolute;
	top: 220px;
	/*
	left: 50px;
	*/
	left: calc((100% - 1200px) / 2);
	z-index: 1;
}

.mv-area-photo .txt-area .sub-catch{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	background: #F0353C;
	display: inline-block;
	padding: 12px;
}
.mv-area-photo .txt-area .section-catch{
	font-size: 5.1rem;
	font-weight: 700;
    line-height: 1.45;
    margin: 24px 0 0;
}
.mv-area-photo .txt-area .section-catch span.num{
	font-family: 'Barlow', sans-serif;
	font-size: 8.0rem; 
}
.mv-area-photo .txt-area .section-catch span.sp-size{
	font-size: 3.5rem;
}

.mv-area-photo .txt-area .basic-txt{
	padding: 10px 0 0;
	width: 770px;
}

.mv-area-photo .main-image{
	width: 100%;
	/*height: 600px;*/
	height: 760px;
}
.mv-area-photo .main-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



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

	/*    mv-area
	-------------------------------------------------------------- */
	.mv-area-photo {
		padding: 0;
	}
	.mv-area-photo .txt-area{
		top: 110px;
		left: 20px;
	}
	.mv-area-photo .txt-area .sub-catch{
		font-size: 1.5rem;
		line-height: 1.46;
		padding: 5px;
	}
	
	.mv-area-photo .txt-area .section-catch{
		font-size: 2.8rem;
		line-height: 1.3;
		    margin: 10px 0 0;
	}
	.mv-area-photo .txt-area .section-catch span.num{
		font-size: 5.0rem; 
	}
	.mv-area-photo .txt-area .section-catch span.sp-size{
		font-size: 1.6rem;
	}
	
	.mv-area-photo .txt-area .section-catch .sp-l{
		font-size: 3.6rem;
	}
	.mv-area-photo .txt-area .section-catch .sp-l > span{
		width: 100%;
		display: block;
	}
	.mv-area-photo .txt-area .section-catch .sp-l span.sp-size{
		font-size: 2.8rem;
	}

	.mv-area-photo .main-image{
		height: 373px;
	}
	
	.mv-area-photo .txt-area .basic-txt{
		display: none;
	}
	
	
}


/*  .mv-brand-area
-------------------------------------------------------------- */
.mv-brand-area.brand-top{
	padding:  0 70px 0 0;
	    background-color: #F0353C;
	position: relative;
}
.mv-brand-area.brand-top .cmn-brand-area {
    padding: 0 0;
    background-position: top 40px center;
    background-image: none;
}
.mv-brand-area.brand-top .support-brand-top{
	position: absolute;
    top: -130px;
    display: flex;
	align-items: center;
    left: 36px;

}
.support-brand-top .catch{
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 0 10px;
}

.mv-brand-area.brand-top .brand-list{
	margin: 0;
	position: relative;
	top: -70px;
	gap: 0;
}
.mv-brand-area.brand-top .brand-list .brand-item:nth-child(n + 7){
	margin: 20px 0 0;
}
.mv-brand-area.brand-top .brand-list .brand-item:nth-child(n + 7) img{
	height: 150px;
	
}

.mv-brand-area.brand-top .cmn-brand-area .inner .sec-ttl{
	display: none;
}
.mv-brand-area.brand-top .cmn-brand-area .inner .section-title-en{
	display: none;
}
.mv-brand-area.brand-top .cmn-brand-area .inner .basic-txt{
	display: none;
}

.cmn-brand-area .top-area .catch{
	margin: 0 0 0 50px;
}

@media screen and (max-width: 768px){
	.mv-brand-area.brand-top{
		padding: 0;
	}
	.cmn-brand-area .inner{
		padding: 0;
	}
	.mv-brand-area.brand-top .cmn-brand-area{
		background: #F0353C;
		padding: 0;
	}
	.mv-brand-area.brand-top .cmn-brand-area .slide-img{
        margin: 0 0 0;
        display: block;
        top: -30px;
        display: block;
        position: relative;
	}
	.mv-brand-area.brand-top .brand-list{
		display: none!important;
	}
	.mv-brand-area.brand-top .support-brand-top{
		display: none;	
	}
	    .cmn-brand-area .slide-img {
        background-size: 570px auto;
        height: 101px;
	}
	
}

/*    top-repair-banner
-------------------------------------------------------------- */
.top-repair-banner{
	background: #fff;
	padding: 10px;
	position: relative;
	top: -50px;
}
.top-repair-banner > a{
	display: flex;
	align-items: center;
	position: relative;
}
.top-repair-banner img{
	margin: 0 40px 0 0;
}
.top-repair-banner .title{
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 50px 0 0;
}
.top-repair-banner .catch{
	width: 238px;
}
.top-repair-banner > a::before{
	display: block;
    content: "\f105";
    font: 500 2.4rem / 1 "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 15px;
    transition: all .5s;
}
@media screen and (max-width: 768px){
	.top-repair-banner{
		top: 0;
		padding: 8px;
		margin: 90px 0 0;
	}
	.top-repair-banner > a{
	}
	.top-repair-banner img{
		width: 76px;
		height: 76px;
		margin: 0 20px 0 0;
	}
	.top-repair-banner .title{
		font-size: 2.2rem;
	}
	.top-repair-banner .catch{
		display: none;
	}

}

/*    top-flow-banner
-------------------------------------------------------------- */
.top-flow-banner {
	display: flex;
	justify-content: space-between;
	padding: 0 0 80px;
	flex-direction: row-reverse;
	align-items: flex-end;
}
.top-flow-banner .video-block video{
	padding: 10px;
	background: #333;
	width: 270px;
	position: relative;
}
.top-flow-banner .video-title{
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	margin: 0 0 20px;
}
.top-flow-banner .video-block .hoge{
	position: relative;
}
.top-flow-banner .video-block .hoge::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #333;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.top-flow-banner .banner-block {
	width: 888px;	
}
.top-flow-banner .banner-block .banner-catch{
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0;
}
.top-flow-banner .banner-block ul{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}

.top-flow-banner .banner-block ul li{
	width: calc((100% / 2) - 10px);
	position: relative;
}
.top-flow-banner .banner-block ul li a{
	width: 100%;
	height: 100%;
	height: 130px;
	display: block;
	padding: 40px 0 0 100px;
	background: #fff;
	position: relative;
}
.top-flow-banner .banner-block ul li .icon{
	position: absolute;
	left: 50px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.top-flow-banner .banner-block .sub-catch{
	font-size:1.6rem;
	font-weight: 500;
	color: #EE343B;
	text-align: center;
	position: relative;
}
.top-flow-banner .banner-block .sub-catch::before{
	content: '';
	position: absolute;
	width: 12px;
	height: 24px;
	top: -5px;
	background: url("../img/catch-red-l.png") no-repeat top center / contain;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: 0 0 0 -120px;
}
.top-flow-banner .banner-block .sub-catch::after{
	content: '';
	position: absolute;
	width: 12px;
	height: 24px;
	top: -5px;
	background: url("../img/catch-red-r.png") no-repeat top center / contain;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: 0 0 0 120px;
}

.top-flow-banner .banner-block .title{
	font-size: 2.3rem;
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;	
}

.top-flow-banner a::before{
	display: block;
    content: "\f105";
    font: 500 2.4rem / 1 "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 15px;
    transition: all .5s;
}
@media screen and (max-width: 768px){
	.top-flow-banner {
		display: block;
		padding: 0 0 15px;
	}

	.top-flow-banner .banner-block {
		width: 100%;
	}
	.top-flow-banner .banner-block .banner-catch{
		font-size: 2rem;
		line-height: 1.45;
		    padding: 28px 0 0;
	}
	.top-flow-banner .banner-block ul{
		margin: 15px 0 0;
	}

	.top-flow-banner .banner-block ul li{
		width: calc((100% / 2) - 5px);
		padding: 0;
	}
	.top-flow-banner .banner-block ul li a{
		padding: 16px;
		height: auto;
	}
	.top-flow-banner a::before{
		top: auto;
		bottom: 0;
		font-size: 2rem;
	}
	.top-flow-banner .banner-block .sub-catch{
		display: none;
	}

	.top-flow-banner .banner-block .title{
		font-size: 1.6rem;
		margin: 85px 0 0;
        line-height: 1.4;
	}
	.top-flow-banner .banner-block ul li .icon{
		width: 54px;
		top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
	.top-flow-banner .banner-block ul li:nth-child(2) .icon{
		width: 35px;
	}
	
	.top-flow-banner .video-block{
		margin: 20px 0 0;
	}
	.top-flow-banner .video-title{
		margin: 0 0 20px;
	}
	.top-flow-banner .video-block .hoge::before{
		display: none;
	}
	.top-flow-banner .video-block video{
		width: 100%;
		height: 195px;
	}
}

/* pagelink-area
--------------------------------------------------------------*/
.pagelink-area{
	padding: 70px 0;
	background: #F0353C;
	transition: .3s all;
}
.pagelink-area ul{
	display: flex;
	justify-content: space-between;
}
.pagelink-area li{
	width: calc((100% / 6) - 5px);
	height: 70px;
}
.pagelink-area li a{
	    background: #fff;
    font-weight: 600;
    font-size: 2rem;
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    transition: all .2s;
}
.pagelink-area li a::before{
	content: "\f107";
	position: absolute;
	font-size: 1.8rem;
	bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	    font-family: "FontAwesome";
	color: #F0353C;
}
.pagelink-area li a:hover{
	box-shadow: none;
}
.pagelink-area li a{
	font-size: 1.8rem;
	font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
	padding: 20px 0 0;
		transition: .2s all;
}

.pagelink-area.fix {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
	width: 100%;
	padding: 8px 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.pagelink-area.fix li{
	height: 55px;
}
.pagelink-area.fix li a{
	padding: 15px 0 0;
}
.pagelink-area.fix li a::before{
	bottom: 4px;
}

.fixed-btn .wrap li.shop,
.fixed-btn .wrap li.line,
.fixed-btn .wrap li.estimate{
	position: fixed;
	 z-index: 999;
}

.anchor {
	display: block;
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 768px){
	.pagelink-area{
		margin:  -27px 0 0;
		padding: 0px 0 42px;
		display: none;
	}
	.pagelink-area ul{
		flex-wrap: wrap;
	}
	.pagelink-area li{
		width: calc((100% / 3) - 5px);
		height: 50px;

	}
	.pagelink-area li:nth-child(n + 4){
		margin: 10px 0 0;
	}
	.pagelink-area li a{
		font-size: 1.4rem;
	}
	.pagelink-area li a::before{
		bottom: 5px;
	}
	.pagelink-area li a:hover{

	}
	.pagelink-area li a{
		padding: 10px 0 0;

	}

	.menu-box {
	 	background: #F3F4F5;
		padding: 20px 0 20px;
	}

	.menu_btn {
	  padding: 7px 10px;
	  cursor: pointer;
	  background-color: #F0353C;
		border: none;
		width: 100%;
		font-weight: bold;
		text-align: left;
		font-size: 2rem;
		    font-family: 'Poppins', sans-serif;
		position: relative;
		color: #fff;
	}

	.menu_list {
	  display: none; 
	  margin: 0;
	  padding-inline-start: 0px;
	  list-style: none;
	  background-color: #fff;
	}
	.menu_list li  {
		padding: 15px 0px 15px 30px;
		border-bottom: solid 1px #f2f2f2;
		position: relative;
	  }
	.menu_list li::before {
		content: "";
		position: absolute;
		display: inline-block;
		width: 10px;
		height: 2px;
		top: 50%;
		left: 10px;
		transform: translateY(-50%);
		transition: all .3s;
		background: #F0353C;
    }
	.menu_list li a {
		  display: block;
		  text-decoration: none;
		  color: #000;
		}
	.menu-box.fix {
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index: 999;
		width: 100%;
		padding: 10px 0;
	}
	
	.head-nofix .fixed-btn{
		display: block;
		position: fixed;
	}
	.fixed-btn .wrap li.shop,
	.fixed-btn .wrap li.line,
	.fixed-btn .wrap li.estimate{
		position: inherit;
		z-index: 99;
	}
	
/* タイトル横のプラスマーク縦線 */
.menu_btn::before{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color:#fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
/* タイトル横のプラスマーク横線 */
.menu_btn::after{
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 20px;
  height: 2px;
  background-color:#fff;
  transition: all .3s ease-in-out;
}
/* アコーディオンが開いたとき縦線の変化 */
.menu_btn.open::before {
  transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
.menu_btn.open::after {
  opacity:0;
}
}


/*    beginner-area
-------------------------------------------------------------- */
.beginner-area{
	background-size: cover;
	padding: 116px 4% 155px;
	position: relative;
}
.beginner-area::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: url("../img/beginner-bg.jpg") no-repeat top center / contain, #D6BB8B;	
	z-index: -1;
}

.beginner-area .inner{
}

.beginner-area .txt-area{
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.beginner-area .txt-area .jp{
	font-size: 3rem;
	font-weight: bold;
}
.beginner-area .txt-area .en{
	font-size: 14rem;
	font-weight: bold;
    font-family: 'Poppins', sans-serif;
	line-height: 0.6;
	width: 510px;
	margin: 106px 0 0 ;
	color: #BEA05E;
	letter-spacing: .03em;
}
.beginner-area .txt-area .en span{
	font-size: 11rem;
	    letter-spacing: 0.03em;
	line-height: 1.25;
}
.beginner-area .txt-area .beginner-area-catch{
	background: #BEA05E;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 10px;
	position: absolute;
}
.beginner-area .txt-area .beginner-sub-catch{
	color: #BEA05E;
	font-size: 3.3rem;
	font-weight: bold;
	margin: 5px 0 0;
}



.beginner-area .txt-area .txt-box{
	width: 660px;
	margin: 90px 0 0;
}
.beginner-area .txt-area .catch{
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.5;
}
.beginner-area .txt-area .basic-txt{
	padding: 20px 0 0;
}

.beginner-area .bg{
	background: #F3F4F5;
	width: 100%;
	max-width: 1400px;
	position: relative;
	margin: 0 0 0;
	z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: 90px 0 0;
}
.beginner-area .bg .inner{
	padding: 0 0 70px;
}
.beginner-area .point-list{
	padding: 100px 0 0;
}
.beginner-area .point-list > li{
	margin: 0 0 70px;
		display: flex;
	justify-content: space-between;
}

.beginner-area .point-list .photo{
    text-align: center;
    width: 500px;
	height: fit-content;
}
.beginner-area .point-list .photo img{
	width: 500px;
	height: 100%;
	object-fit: cover;
}
.beginner-area .point-list .txt-box{	
	width: calc(100% - 550px);

}
.beginner-area .point-list .title-area{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.beginner-area .point-list .title-area div{
	width: 140px;
	text-align: center;
}
.beginner-area .point-list .no{
    font-family: 'Poppins', sans-serif;
	font-size: 2.0rem;
	font-weight: bold;
	background-image: url("../img/mark-l2.svg") , url("../img/mark-r2.svg");
	background-position: top 2px left 0px , top 2px right 0px;
	background-size: 12px 18px;
	padding: 0;
    background-repeat: no-repeat;
}
.beginner-area .point-list .point-ttl{
	font-size: 6rem;
	font-weight: bold;
	color: #F0353C;
	margin: 10px 0 0;
}
.beginner-area .point-list .catch{
	width: calc(100% - 160px);
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}
.beginner-area .point-list .basic-txt{
	padding: 20px 0 30px;
	line-height: 2.1;
}

.beginner-area .foot-ill{
	position: relative;
	z-index: 1;
	top: -60px;
	text-align: right;
	margin: 0 0 -100px;
}
.beginner-area .foot-ill img{
	width: 450px;
}

.beginner-area .point-list > li.point01-box{
	display: block;
}
.beginner-area .point-list .box{
	display: flex;
	justify-content: space-between;
}
.beginner-area .point-list .box > div{
	width: calc((100% / 2) - 10px);
	background: #fff;
	padding: 30px;
}
.beginner-area .point-list .box ul{
	margin: 20px 0 0;
}
.beginner-area .point-list .box ul li{
	line-height: 1.5;
	margin: 10px 0 0;
}
.beginner-area .point-list .box-title{
	font-size: 2rem;
	font-weight: bold;
}

.beginner-area .button{
	display: none;
}

@media screen and (max-width: 1400px){
	.beginner-area .point-list{
		padding: 100px 20px 0;
	}
}

@media screen and (max-width: 768px){
	.beginner-area{
		padding: 32px 0 20px;
	}
	.beginner-area::before{
		background: url("../img/beginner-bg-sp.jpg") no-repeat top center / contain, #D6BB8B;	
	}
	.beginner-area .bg .inner{
		padding: 0 20px;
	}

	.beginner-area .txt-area{
		display: block;
	}
	.beginner-area .txt-area .jp{
		font-size: 2rem;
	}
	.beginner-area .txt-area .en{
		font-size: 6.9rem;
		margin: 0 0 0;
		width: 100%;
	margin: 30px auto 0;
        text-align: center;
	}
	.beginner-area .txt-area .en span{
		font-size: 5.5rem;
	}

	.beginner-area .txt-area .txt-box{
		width: 100%;
		margin: 0 0 0;
	}
	.beginner-area .txt-area .beginner-area-catch{
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: center;
			padding: 9px 20px;
			position: relative;
		display: inline-block;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.beginner-area .txt-area .beginner-sub-catch{
		display: none;
	}
	.beginner-area .txt-area .catch{
		font-size: 2.4rem;
		line-height: 1.5;
		text-align: center;
	}
	.beginner-area .txt-area .basic-txt{
		display: none;
	}
	
	.beginner-area .bg{
		background: none;
		max-width: 100%;
		margin: 0 0 0;
	}

	.beginner-area .point-list{
		display: block;
		padding: 20px 0 0;
	}
	.beginner-area .point-list li{
		margin: 0 0 10px;
		width: 100%;
		display: block;
		background: #F3F4F5;
		padding: 10px 10px 20px;
	}
	.beginner-area .point-list .txt-box{
		width: 100%;
	}
	.beginner-area .point-list .photo{
		width: 100%;
	}
	.beginner-area .point-list .photo img{
		height: 160px;
		object-fit: cover;
		width: 100%;
	}
	.beginner-area .point-list .title-area{
		margin: 15px 0 0;
		justify-content: space-between;
	}
	.beginner-area .point-list .title-area div{
		width: auto;
		text-align: center;
	}
	.beginner-area .point-list .no{
		font-size: 0.9rem;
		background-size: 8px;
		background-position: top 2px left 0px , top 2px right 0px;
	}
	.beginner-area .point-list .point-ttl{
		font-size: 3.6rem;
		margin: 5px 0 0;
	}
	.beginner-area .point-list .catch{
		width: calc(100% - 90px);
		font-size: 1.6rem;
	}
	.beginner-area .point-list .basic-txt{
		padding: 15px 0 0;
	}
	
	.beginner-area .foot-ill{
		top: -30px;
		margin: 0 0 -30px;
	}
	.beginner-area .foot-ill img{
		width: 100%;
	}
	
	.beginner-area .point-list .box{
		display: block;
	}
	.beginner-area .point-list .box > div{
		width: 100%;
		padding: 15px;
	}
	.beginner-area .point-list .box > div:nth-child(2){
		margin: 20px 0 0;
	}
	
	.hidden-view{
		display: none;
	}
	.hidden-view.open{
		display: block;
	}
	.beginner-area .button{
		width: 180px;
		height: 40px;
		line-height: 40px;
		font-family: 'Poppins', sans-serif;
		font-weight: bold;
		border: solid 1px #333;
		background: #fff;	
		margin: 13px auto 0;
		display: block;
		position: relative;
		color: #333;
	}
/*	.beginner-area .button::before{
		content: "MORE";
		font-size: 1.6rem;
	}
	.hidden-view.open + .button::before{
		content: "CLOSE";
	}*/
	
	.beginner-area .button::after{
    display: block;
    content: "\f107";
    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;
	}

}

/* -----------------------------
	.works-block
-------------------------------- */
.works-block{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
	flex-wrap:wrap;
}
.works-block > div{
	background: #fff;
	padding: 40px 30px;
	width: calc((100% / 2) - 10px);
	box-shadow: 10px 10px 30px rgb(0 0 0 / 16%);
}
.works-block > div:nth-child(n + 3){
	margin: 20px 0 0;
}
.works-block .works-title{
	color: #333;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
}
.works-block .works-list{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.works-block .works-list li{
	position: relative;
	width: calc(100% / 2);
}
.works-block .works-list li img{
	width: 100%;
	height: 290px;
	object-fit: cover;
}
.works-block .before-txt,
.works-block .after-txt{
	background: #7C7C84;
	display: inline-block;
	border-radius: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
	font-family: 'Poppins', sans-serif;
	position: absolute;
	top: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 100px;
	text-align: center;
	font-weight: bold;
}
.works-block .after-txt{
	background: #F0353C;
}
.works-block .brand{
	font-weight: bold;
	font-size: 2.6rem;
	margin: 20px 0 0;
}
.works-block .basic-txt{
	margin: 15px 0 0;
}

@media screen and (max-width: 768px){
	.cmn-works-area .top-area{
		padding: 0 20px;
	}
	.cmn-works-area .top-area .basic-txt{
		display: none;
	}
	.works-block{
		display: block;
		background: #fff;
		margin: 30px 0 0;
		padding: 30px 15px 30px;
	}
	.works-block > div{
		width: 100%;
		padding: 0;
		background: none;
		box-shadow: none;
	}
	.works-block > div:nth-child(n + 2){
		margin: 30px 0 0;
	}
	.works-block .works-title{
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.works-block .works-list{
		margin: 25px 0 0;
	}
	.works-block .works-list li{
		width: calc(100% / 2);
	}
	.works-block .works-list li img{
		width: 100%;
		height: 150px;
		object-fit: cover;
	}

	.works-block .before-txt,
	.works-block .after-txt{
		text-align: center;
		font-size: 1.4rem;
		font-weight: bold;
		width: 70px;
		height: 23px;
		line-height: 23px;
	}
	.works-block .after-txt{
	}
	.works-block .works-list li:first-of-type::after{
		font-size: 2.5rem;
			right: -17px;
	}
	.works-block .brand{
		font-size: 2rem;

	}
	.works-block .basic-txt{

	}

}




/*    brand-area
-------------------------------------------------------------- */
.cmn-brand-area{
	background-color:#F3F4F5;
	padding: 115px 0 170px;
	position: relative;
	background-image: url(../img/bg-line.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 40px center;
}
.cmn-brand-area .inner{
	position: relative;
}
.cmn-brand-area .top-area{
	display: flex;
	align-items: center;
}
.cmn-brand-area .inner .section-title-en{
	position: absolute;
	color: #fff;
	font-size: 12.0rem;
	top: -60px;
	left: auto;
	right: 0;
}
.cmn-brand-area .inner .title{
	color: #F0353C;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.cmn-brand-area .top-area .basic-txt{
	margin: 10px 0 0 50px;
}

.cmn-brand-area .brand-list{
	display: flex;
	/*justify-content: space-around;*/
	justify-content: flex-start;
    flex-wrap: wrap;
	align-items: flex-end;
	gap: 30px 0;
	margin: 40px 0 0;
}
.cmn-brand-area .brand-list .brand-item{
	text-align: center;
	width: calc(100% / 6);
}
.cmn-brand-area .brand-list .brand-item:nth-child(n + 7){
	width: calc(100% / 7);
	margin: 60px 0 0;
}
.cmn-brand-area .brand-list .brand-item a{
	display: block;
}
.cmn-brand-area .brand-list .brand-item a:hover{
	opacity: 1;
}
.cmn-brand-area .brand-list  .brand-item a .img{
	position: relative;
	top: 0px;
	transition: .5s;
}
.cmn-brand-area .brand-list  .brand-item a .brand-name{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 20px 0 0;
	transition: .5s;
}
.cmn-brand-area .brand-list  .brand-item a .brand-name .en{
	font-family: 'Poppins', sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	display: block;
	color: #888888;
	transition: .5s;
}
.cmn-brand-area .brand-list  .brand-item:hover .img{
	top: -10px;
	transition: .5s;
}
.cmn-brand-area .brand-list  .brand-item:hover .brand-name .jp,
.cmn-brand-area .brand-list  .brand-item:hover .brand-name .en{
	color: #F0353C;
}
.cmn-brand-area .inner .txt-link {
	margin: -20px 40px 0 0;
	/*margin: 30px 40px 0 0;*/
	text-align: right;
    position: relative;
    z-index: 1;
}

.cmn-brand-area .inner .txt-link a{
	font-size: 1.6rem;
	color: #333;
	text-align: right;
	display: inline-block;
}
.cmn-brand-area .inner .txt-link a::before{
	display: inline-block;
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 8px 0 0;
    color: #F0353C;
}
.cmn-brand-area .inner .txt-link:hover a{
	color: #F0353C;
}

.cmn-brand-area .slide-img{
	display: none;
}

/*　表示制御　*/
.cmn-brand-area .icon-title{
	display: none;
}
.cmn-brand-area .slide-txt{
	display: none;
}

.cmn-brand-area .btn-more{
	display: none;
}

@media screen and (max-width: 768px){
	.cmn-brand-area{
		padding: 40px 0 30px;
		background: url(../img/bg-line2.png) #F3F4F5 no-repeat left top 200px / 130% auto;
	}
	
	.cmn-brand-area .top-area{
		display: block;
		padding: 0 20px;
	}
	.cmn-brand-area .top-area .catch{
		margin: 10px 0 0;
	}
	.cmn-brand-area .top-area .basic-txt{
		margin: 10px 0 0;
	}
	.cmn-brand-area .inner .title {
		margin: 0 0 15px;
	}
	.cmn-brand-area .inner .sec-ttl{
		padding: 0;
		font-size: 2.0rem;
		color: #333;
	}
	
	.cmn-brand-area .brand-list{
		display: flex;
		gap: 0;
	}
	.cmn-brand-area .brand-list .brand-item:nth-child(n + 7){
		width: calc(100% / 3);
		margin: 0 0 30px;
	}
	.cmn-brand-area .brand-list .brand-item{
		width: calc(100% / 3);
		margin: 0 0 30px;
	}
	.cmn-brand-area .brand-list .brand-item a{
	}
	.cmn-brand-area .brand-list .brand-item a .img{
		position: inherit;
		top: auto;
		text-align: center;
	}
	.cmn-brand-area .brand-list .brand-item a .img img{
		max-width: 80px;
		max-height: 80px;
		object-fit: contain;
	}
	.cmn-brand-area .brand-list .brand-item a .img.type01 img{
		max-height: 90px;
	}
	.cmn-brand-area .brand-list .brand-item a .img.type02 img{
		max-height: 100px;
	}
	
	.cmn-brand-area .brand-list .brand-item a .brand-name{
		font-size: 1.2rem;
		margin: 10px 0 0;
		font-weight: normal;
	}
	.cmn-brand-area .brand-list .brand-item a .brand-name .en{
		font-size: 1.2rem;
		display: none;
	}
	.cmn-brand-area .brand-list .brand-item:hover .img{
		top: auto;
	}
	.cmn-brand-area .inner .txt-link {
		margin: 0 20px 0 0;
	}

	.cmn-brand-area .inner .txt-link a{
		font-size: 1.6rem;
	}
	

	
	.cmn-brand-area .btn-more {
		margin: 30px auto 0;
	}


}

.cmn-flow-area {
background: linear-gradient(180deg, #fff 0%, #fff 377px, #D6BB8B 377px, #D6BB8B 100%)

}

.cmn-flow-area .inner .sec-catch{
	display: none;
}

.cmn-flow-area .top-area.inner::after{
	right: -50px;
    top: -100px;
}

@media screen and (max-width: 768px){
	.cmn-flow-area .top-area.inner::after{
	right: 0;
	}
}
/* -----------------------------
	insurance-area
-------------------------------- */
.insurance-area{
	margin: 100px 0;
}
.insurance-area .top-area{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.insurance-area .sec-ttl{
	margin: 0;
}
.insurance-area .sec-ttl .jp{
	color: #F0353C;
	font-size: 4.5rem;
}
.insurance-area .sec-catch{
	font-size: 2.3rem;
	padding: 20px 0 0;
}
.insurance-area .top-area .basic-txt{
	padding: 20px 0 0;
	width: 850px;
}
.insurance-area .ac {
	padding: 30px 30px 30px 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	transition: 0.5s;
    font-weight: 500;
	font-weight: bold;
	background: #F0353C;
	color: #fff;
	font-size: 2.6rem;
	margin: 30px 0 0;
	cursor: pointer;

}
.insurance-area .ac:hover {
}
.insurance-area .ac .accordion-icon {
	position: relative;
	height: 20px;
	width: 20px;
}
.insurance-area .accordion-icon::before,
.insurance-area .accordion-icon::after {
	background-color: #fff;
	content: "";
	height: 2px;
    width: 45px;
	position: absolute;
	transition: all .3s;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.insurance-area .accordion-icon::before {
	transform: rotate(0deg);
}
.insurance-area .accordion-icon::after {
	transform: rotate(90deg);
}
.insurance-area .ac.active .accordion-icon::after {
	transform: rotate(180deg);
}
.insurance-area .ac-contents {
	display: none;
	position: relative;
	background: #F0353C;
	padding: 0 50px;
}
.insurance-area .ac-contents ul{
	padding: 0 0 50px;
}
.insurance-area .ac-contents li{
	background: #fff;
	display: flex;
	margin: 50px 0 0;
	position: relative;
}
.insurance-area .ac-contents li:first-of-type{
	margin: 0;
}
.insurance-area .ac-contents li::after {
    display: block;
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 4rem;
    color: #fff;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}
.insurance-area .ac-contents li:last-of-type::after {
	display: none;	
}

.insurance-area .ac-contents li > div{
	padding: 50px;
}
.insurance-area .ac-contents li > div > div{
	display: flex;
	align-items: center;
}

.insurance-area .ac-contents li .flow-ttl{
	font-weight: bold;
	font-size: 2.6rem;
}
.insurance-area .ac-contents li .basic-txt{
	padding: 20px 0 0;
}
.insurance-area .ac-contents li .note{
	line-height: 1.75;
	background: #FFE4E5;
	padding: 20px;
	margin: 10px 0 0;
}
.insurance-area .ac-contents li .no{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 0 20px 0 0;
}
.insurance-area .ac-contents li .no span{
	display: block;
	font-size: 2.8rem;
}

@media screen and (max-width: 768px){
	.insurance-area{
		margin: 0 0 80px;
		position: relative;
	}
	
	.insurance-area .top-area{
		display: block;
	}
	
	.insurance-area .top-area img{
		width: 100%;
		position: absolute;
		height: 180px;
		left: 0;
		top: 0;
		object-fit: cover;
		max-width: 100%;
	}
	
	.insurance-area .txt-area{
		padding: 195px 0 0;
	}
	.insurance-area .sec-catch{
		font-size: 2rem;
	}
	.insurance-area .top-area .basic-txt{
		width: 100%;
	}

	.insurance-area .sec-ttl .jp{
		font-size: 2.6rem;
		color: #333;
	}
	.insurance-area .ac {
		margin: 10px 0 0;
		font-size: 2.2rem;
		padding: 30px;
	}
	.insurance-area .ac:hover {
	}
	.insurance-area .ac .accordion-icon {
	}
	.insurance-area .accordion-icon::before,
	.insurance-area .accordion-icon::after {
		width: 22px;
		right: -20px;
	}
	.insurance-area .accordion-icon::before {
	}
	.insurance-area .accordion-icon::after {
	}
	.insurance-area .ac.active .accordion-icon::after {
	}
	.insurance-area .ac-contents {
		padding: 0 15px;
	}
	.insurance-area .ac-contents ul{
	}
	.insurance-area .ac-contents li{
		display: block;
	}
	
	.insurance-area .ac-contents li img{
		height: 180px;
		object-fit: cover;
	}
	.insurance-area .ac-contents li:first-of-type{
	}
	.insurance-area .ac-contents li::after {
	}


	.insurance-area .ac-contents li > div{
		padding: 15px;
	}
	.insurance-area .ac-contents li > div > div{
	}

	.insurance-area .ac-contents li .flow-ttl{
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.insurance-area .ac-contents li .basic-txt{
	}
	.insurance-area .ac-contents li .note{

	}
	.insurance-area .ac-contents li .no {
		font-size: 1.1rem;
	}
	.insurance-area .ac-contents li .no span{
		font-size: 2.3rem;
	}
	.insurance-area .ac-contents li .basic-txt{
		padding: 5px 0 0;
	}
}



/*    store-area
-------------------------------------------------------------- */
.store-area{
	background: #D6BB8B;
	margin: 50px 0 0;
	padding: 90px 0;
}
.store-area .inner{
	position: relative;
}
.store-area .inner::before{
	content: '';
	position: absolute;
	width: 553px;
	height: 188px;
	top: -150px;
	right: 0;
	background: url("../img/area-store.png") no-repeat top center / contain;
}
.store-block .box{
	background: #fff;
	padding: 50px;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}
.store-block .box .left-box{
	margin: 0 50px 0 0;
}
.store-block .box .right-box img{
	width: 100%;
}

.store-block .store-name{
	font-size: 3.4rem;
	font-weight: bold;
}
.store-block .store-name .s{
	font-size: 2.0rem;
}
.store-block .tel{
	margin: 10px 0 0;
	font-size: 2.2rem;
	font-weight: bold;
	    font-family: 'Lato';
    letter-spacing: 0.02em;
}
.store-block .tel::before{
	display: inline-block;
    content: "\f095";
    font-family: 'FontAwesome';
    color: #333;
    padding: 0 5px 0 0;

}
.store-block .adress{
	margin: 10px 0 0;
	line-height: 1.45;
}

.store-block .box .time{
	border: solid 1px #D6BB8B;
	padding: 15px;
	line-height: 1.45;
	margin: 0 0 0 10px;
    width: 300px;
    height: fit-content;
}
.store-block .box .time.s-box{
    width: 220px;
}

.store-block .box > div > div{
	display: flex;
	justify-content: space-between;
}

.store-block .box iframe{
	max-width: 527px;
	margin: 20px 0 0;
	height: 270px;
}

.store-block .box .disc{
	margin: 20px 0 0;
}

@media screen and (max-width: 768px){
	.store-area{
		margin: 0 0 0;
		padding: 34px 0;
	}
	.store-area .inner{
	}
	.store-area .inner::before{
		width: 264px;
		height: 90px;
		top: -80px;
	}
	.store-area .sec-ttl{
		margin: 0 0 10px;
	}
	.store-block .box{
		display: block;
		padding: 25px 15px;
		margin: 10px 0 0;
	}
	.store-block .box .left-box{
		margin: 0;
	}

	.store-block .store-name{
		font-size: 2.6rem;
	}
	.store-block .store-name .s{
		font-size: 1.6rem;
	}
	.store-block .tel{
	}
	.store-block .adress{
	}

	.store-block .box .time{
		padding: 10px;
		margin: 10px 0 0;
		width: 100%;
	}
	.store-block .box .time.s-box{
		width: 100%;
	}
	.store-block .box > div > div{
		display: block;
	}

	.store-block .box iframe{
		max-width: 100%;
		height: 140px;
	}

	.store-block .box .disc{
		margin: 10px 0 0;
	}
	
	.store-block .box .right-box img{
		margin: 10px 0 0;
		height: 150px;
		object-fit: cover;
	}
}


/*    purchase-area
-------------------------------------------------------------- */
.purchase-area{
	padding: 120px 0 120px;
	position: relative;
	background: #F3F4F5;
    background-image: url(../img/bg-line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.purchase-area .txt-area{
	padding: 0;
	margin: 0 50px 0 0;
}
.purchase-area .inner{
	display: flex;
	justify-content: space-between;
}

.purchase-area .jp{
	font-size: 4.2rem;
	font-weight: bold;
}
.purchase-area .sec-catch{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 0;
}
.purchase-area .basic-txt{
	padding: 30px 0 0;
}

.purchase-area .btn-more{
	margin: 30px 0 0;
}


@media screen and (max-width: 768px){
	.purchase-area{
		padding: 40px 0 50px;
	}
	.purchase-area .txt-area{
		padding: 0;
		width: 100%;
		margin: 0;
	}
	.purchase-area .inner{
	}
	.purchase-area .txt-area .sec-ttl{
		margin: 0;
	}
	.purchase-area .jp{
		font-size: 2.8rem;
	}
	.purchase-area .basic-txt{
		display: none;
	}
	.purchase-area .sec-catch{
		width: 100%;
		font-size: 1.5rem;
		margin: 20px 0 0;
	}
	.purchase-area img{
		width: 174px;
		transform: translateY(0); 
		-webkit-transform: translateY(0); 
		-ms-transform: translateY(0);
		top: 50px;
		position: absolute;
		right: 0;
	}
	.purchase-area .btn-more{
		margin: 25px auto 0;
		display: block;
	}
}


/*    faq-area
-------------------------------------------------------------- */
.faq-area{
	/*background: url(../img/bg-line.png) #F3F4F5 no-repeat center top 80px / 100% auto;*/
    padding: 100px 0;
}

.faq-area .sec-ttl{
	text-align: center;
}
.faq-area .faq-box {
    margin: 60px auto 0;
}

.faq-area .faq-box {
    margin: 60px 0 0;
}

.faq-area .faq-box dl {
    border-bottom: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.9);
}

.faq-area .faq-q {
    border-top: 1px solid #ddd;
    padding: 25px 35px 28px 60px;
    position: relative;
    cursor: pointer;
}

.faq-area .faq-q h3{
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 500;
}

.faq-area .faq-a{
	display: none;
	line-height: 1.8;
	position: relative;
	padding: 0 35px 30px 60px;
}

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

.faq-area .faq-box .accordion-icon {
	right: 20px;
}

.faq-area .faq-box .faq-a .basic-txt:nth-child(n+2){
	margin: 15px 0 0;
}

@media screen and (max-width: 768px){
	
	.faq-area {
		padding: 44px 20px;
		background: #fff;
	}
	
	.faq-area .sec-ttl{
		text-align: left;
		margin: 0 0 20px;
	}
	
	.faq-area .section-title {
		font-size: 2.6rem;
	}

	.faq-area .section-catch {
		font-size: 2.2rem;
	}

	.faq-area .faq-area {
		padding: 50px 20px 60px;
	}
	.faq-area .faq-box{
		width: auto;
		margin: 20px 0 0;
	}
	.faq-area .faq-q{
		padding: 12px 40px 12px 60px;
	}
	.faq-area .faq-q h3{
		font-size: 1.6rem;
	}
	.faq-area .faq-a{
		padding: 0 40px 20px 30px;
	}
	.faq-area .faq-q::before,
	.faq-area .faq-a::before{
		left: 20px;
		font-size: 2rem;
	}
	.faq-area .faq-q::before{
		top: 13px;
	}
	.faq-area .faq-a::before{
		top: 0px;
		left: 2px;
	}
	.faq-area .accordion-icon span{
		background: #333;
		height: 1px;
	}
	
}



/* feature-area
--------------------------------------------------------------*/
.feature-area{
	margin: 0 0 100px;
}
.feature-area .txt-area{
	text-align: center;
}
.feature-area .detail-contents{
	margin: 30px 0 0;	
}
.feature-area .feature-title{
	background: #F0353C;
    color: #fff;
    font-size: 2.2rem !important;
    margin: 40px 0 30px 0;
    padding: 15px 30px;
    font-family: "Noto Sans JP", sans-serif !important;
	font-weight: bold;
    line-height: 1.5;
}

@media screen and (max-width: 768px){
	.feature-area{
		margin: 0 0 40px;
	}
	.feature-area .txt-area{
	}
	.feature-area .detail-contents{
	}
	.feature-area .feature-title{
		margin: 30px 20px 20px;
        padding: 15px 15px;
        font-size: 1.8rem !important;
	}
}

/* correspondence-area
--------------------------------------------------------------*/
.correspondence-area{
	margin: 0 0 100px;
}
.correspondence-area .section-title .jp{
	font-size: 2.3rem;
	color: #F0353C;
	font-weight: bold;
	margin: 0 0 10px;
}
.correspondence-area .txt{
	line-height: 1.4;
}

@media screen and (max-width: 768px){
	.correspondence-area {
		padding: 0 20px 0;
		margin: 0 0 40px;
	}
	.correspondence-area .section-title .jp{
		font-size: 1.8rem;
	}
}

/* free-area
--------------------------------------------------------------*/
.free-area{
	margin: 0 0 100px;
}
@media screen and (max-width: 768px){
	.free-area{
		margin: 0 0 40px;
	}
}

/* support-area
--------------------------------------------------------------*/
.support-area{
	margin: 0 0 0;
	background: #F0353C;
	padding: 60px 0;
}
.support-area .txt-area{
	text-align: center;
}
.support-area .section-title{
	text-align: center;
	color: #fff;
}
.city-block{
	padding: 40px 50px;
	background: #fff;
	margin: 20px 0 0;
	border: solid 3px #F0353C;
}
.city-block .region{
	font-size: 2.6rem;
	font-weight: 600;
}
.city-list,
.station-list{
	display: flex;
	margin: 10px 0 0;
	flex-wrap: wrap;
}
.city-list li,
.station-list li{
	margin: 10px 10px 0 0;
}
.city-list li a,
.station-list li a{
	font-size: 1.6rem;
	padding: 10px 20px;
	border: solid 1px #ccc;
	display: block;
	color: #333;
	top: 0;
	position: relative;
	transition: .3s all;
	background: #fff;
}
.city-list li a:hover,
.station-list li a:hover{
	/*box-shadow: 0 0 0 #F0353C;
	top: 2px;*/
	color: #F0353C;
	border: solid 1px #F0353C;

}
.city-list li a::before,
.station-list li a::before{
	content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-size: 1.5rem;
    font-weight: bold;
    color: #F0353C;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (max-width: 768px){
	.support-area{
		margin: 0 0 0;
		padding: 30px 0;
	}
	.support-area .txt-area{
	}
	.support-area .section-title{
		font-size: 2.3rem;
	}
	.city-block{
		margin: 10px 0 0;
		padding: 15px;
	}
	.city-block .region{
		font-size: 1.8rem
		}
	.city-list,
	.station-list{
		margin: 10px 0 0;
	}
	.city-list li,
	.station-list li{
		margin: 5px 5px 0 0;
	}
	.city-list li a,
	.station-list li a{
		font-size: 1.5rem;
		padding: 10px 20px 10px 15px;
	}
}

/* -----------------------------
	フルリッチテキスト
-------------------------------- */

.detail-contents {
  line-height: 1.8;
  padding: 0 0 50px !important;
}

/* pタグ */
.detail-contents p {
  font-size: 1.6rem!important;
	font-family: "Noto Sans JP", sans-serif!important;
	line-height: 1.8!important;
	font-weight: 500!important;
}
.detail-contents p span{
	font-family: "Noto Sans JP", sans-serif!important;}

/* 見出し系 */
.detail-contents h1,
.detail-contents h2,
.detail-contents h3,
.detail-contents h4 {
  font-weight: bold;
  line-height: 1.5;
}

.detail-contents h1 {
	/*
  background: #333;
	*/
  color: #F0353C;
  font-size: 2.6rem;
  margin: 30px 0 20px 0;
	/*
  padding: 15px 30px;
	*/
}

.detail-contents h2 {
  border-bottom: 3px #F0353C solid;
  font-size: 2.4rem;
  margin: 40px 0 30px 0;
  padding: 0 0 10px;
}

.detail-contents h3 {
	background: #F0353C;
	color: #fff;
  font-size: 2.2rem!important;
  margin: 40px 0 30px 0;
  padding: 15px 30px;
	font-family: "Noto Sans JP", sans-serif!important;
}
.detail-contents h3 span{
  font-size: 2.2rem!important;
}

.detail-contents h4 {
  font-size: 2rem;
  margin: 30px 0 20px 0;
  padding: 0 0 0 16px;
  position: relative;
}

.detail-contents h4::before {
  background: #F0353C;
  border-radius: 3px;
  content: "";
  display: block;
  height: calc(100% - 10px);
  left: 0;
  position: absolute;
  top: 5px;
  width: 4px;
}

.detail-contents img {
  display: block;
  height: auto;
  max-width: 790px;
}

.detail-contents a:link {
  color: red;
  display: inline-block;
}

@media screen and (max-width: 768px) {
	
  .detail-contents {
    padding: 0 20px 30px !important;
  }

  .detail-contents h1 {
    font-size: 2.2rem;
    margin: 20px 0 10px 0;
	  /*
    padding: 10px 15px;
	  */
  }

  .detail-contents h2 {
    margin: 30px 0 20px 0;
    padding: 0 0 8px;
    font-size: 2rem;
  }

  .detail-contents h3 {
    margin: 30px 0 20px 0;
    padding: 15px 15px;
    font-size: 1.8rem!important;
  }
	.detail-contents h3 span{
	  font-size: 1.8rem!important;
	}
  .detail-contents h4 {
    margin: 20px 0 10px 0;
    padding: 0 0 0 18px;
    font-size: 1.6rem;
  }

  .detail-contents h4::before {
    top: 5px;
    height: calc(100% - 10px);
  }

  .detail-contents img {
    float: none;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    display: block;
  }
}

/*電話番号*/
.foot-contact-area.support .top-box{
	background-image: none;
	background: url(../img/bg01.png) repeat center top;
	border-top: none;
	border-bottom: solid 5px #F0353C;
}

.foot-contact-area.support .top-box .inner{
	justify-content: center;
}

.foot-contact-area.support .inner .box2 .con-box .catch{
	font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
	
	.foot-contact-area.support .inner .box2 .con-box .catch{
		font-size: 2.2rem;
		font-weight: bold;
	}
	
}
/* -----------------------------------------------------------
    比較表
-------------------------------------------------------------- */
.table-area.comparison{
	padding: 100px 0;
}

.table-area.comparison .sec-ttl {
    text-align: center;
}

.table-area.comparison table{
	margin: 0 0 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	border: none;
}

.table-area.comparison th.logo-img  {
	line-height: 3;
}
.table-area.comparison th.logo-img img {
	margin: 0 10px 0 0;
    width: 100px;
}

.table-area.comparison table ,
.table-area.comparison td,
.table-area.comparison th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
.table-area.comparison td {
	padding: 20px 10px;
	text-align: center;
	line-height: 1.5;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    box-sizing: border-box;
	font-size: 1.6rem;
}
	
.table-area.comparison th {
	padding: 20px 10px;
	text-align: center;
	line-height: 1.5;
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: middle;
    box-sizing: border-box;
	font-size: 1.8rem;
}

.table-area.comparison th {
    font-weight: 700;
    text-align: center;
	font-size: 1.8rem;
}

.table-area.comparison td span{
	font-size: 3rem;
	font-weight: bold;
	display: block;
}

.table-area.comparison td span.txt{
	font-size: 1.6rem;
	font-weight: bold;
	color: #F0353C;
}

.table-area.comparison thead th {
    color: #333;
    background: #F3F4F5;
	font-size: 2.0rem;
}

.table-area.comparison thead th span{
	font-size: 1.8rem;
}

.table-area.comparison thead th:nth-child(2){
	background: #F0353C;
	color: #fff;
	border-top: 5px solid #F0353C;
    border-left: 5px solid #F0353C;
    border-right: 5px solid #F0353C;
}
.table-area.comparison tbody td:last-child {
}

.table-area.comparison thead th:first-child{
	width: 200px;
}

.table-area.comparison thead th:last-child {
	width: 300px;
}

.table-area.comparison td:first-of-type{
	font-weight: bold;
	font-size: 1.6rem;
    border-left: 5px solid #F0353C;
    border-right: 5px solid #F0353C;
	background: #fff9f9;
}

.table-area.comparison tr:last-of-type td:first-of-type{
	 border-bottom: 5px solid #F0353C;
}

.table-area.comparison tr.first-txt td{
	font-size: 1.5rem;
}

@media screen and (max-width: 768px){
	
	.table-area.comparison{
		padding: 40px 0;
	}
	
	.table-area.comparison .sec-ttl {
		margin: 0 0 10px;
	}
	.table-wrapper {
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch; /* スマホでスムーズにスクロール */
	}

	.table-area.comparison table {
	  border-collapse: collapse;
	  width: 100%;
	  min-width: 600px; /* 必要に応じて設定 */
	}

	.table-area.comparison td {
		padding: 10px 5px;
		font-size: 1.2rem;
	}

	.table-area.comparison th {
		padding: 10px 5px;
		font-size: 1.4rem;
	}
	
	.table-area.comparison th.logo-img {    
		line-height: 2;
	}
	
	.table-area.comparison th.logo-img img {
		margin: 0 auto;
		width: 70px;
	}
	
	.table-area.comparison thead th{
		font-size: 1.5rem;
	}
	
	.table-area.comparison thead th span{
		font-size: 1.3rem;
	}
	.table-area.comparison td span{
		font-size: 3rem;
		font-weight: bold;
	}
	
	.table-area.comparison tr.first-txt td{
		font-size: 1.3rem;
		text-align: left;
	}
	
	.table-area.comparison td span.txt{
		font-size: 1.3rem;
	}
	.table-area.comparison thead th:first-child{
		width: 100px;
	}
	.table-area.comparison thead th:last-child {
		width: auto;
	}

	.table-area.comparison td:first-of-type{
		font-size: 1.2rem;
	}
	.table-area.comparison td span{
		display: block;
	}
	
}


  @keyframes fuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }

/*--------------------------------------------------------------
	top-banner
-------------------------------------------------------------- */

.top-banner{
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 20px 0 80px;
}

.top-banner a {
	display: inline-block;
}

.top-banner .fukidashi{     
	position: relative;
    display: flex;
    justify-content: center;
    align-items: baseline;
    line-height: 1.8;
    font-size: 1.6rem;
    letter-spacing: .05em;
    font-weight: 600;
    width: 243px;
    top: 25px;
	left: -20px;
    z-index: 2;
}
.top-banner .fukidashi span{ 
    font-size: 2.6rem;
	color: #f0353c;
}
.top-banner .fukidashi span em{ 
    font-size: 1.6rem;
	padding: 0 0 0 1px;
}

.top-banner .fukidashi::before {    
	content: "";
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/fukidashi01.svg) center / cover, no-repeat;
    width: 243px;
    height: 60px;
    z-index: -1;
}

.top-banner img {
	width: 100%;
}

.top-banner .btn-banner {
	width: 270px;
	font-size: 1.6rem;
	font-weight: 500;
	position: relative;
	text-align: center;
	transition: 0.5s;
	margin: 30px auto 0;
}
.top-banner .btn-banner::after {
	/*
	background: #7C7C84;
	*/
	content: "";
	bottom: 0; 
	display: block;
	margin: auto;
	position: absolute;
	right: -20px;
	top: -5px;
	transition: 0.5s;
	background: url("../img/arrow-wht.svg") no-repeat left center / contain;
	width: 42px;
	height: 7px;
	z-index: 1;
}
.top-banner .btn-banner a {
	display: block;
	padding: 21px 0;
	position: relative;
	box-shadow: 5px 5px 20px rgba(0,0,0,.2);
	z-index: 1;
	background: #297cc5;
	color: #fff;
}
.top-banner .btn-banner a:hover {
	opacity: 1;
}
.top-banner .btn-banner a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 0.4s ease;
	/*
	background: linear-gradient(to right, #3C76D6, #123F8F);
	*/
	background: #123F8F;
}
.top-banner .btn-banner a:hover::before {
	left: 0;
	width: 100%;
}
    
@media screen and (max-width: 768px){
	
	.top-banner{
		padding: 20px 0;        
		background: #fff;
	}
	
	.top-banner .fukidashi{        
		top: 20px;
        left: 20px;
        width: 200px;
        height: auto;
		font-size: 1.5rem;
	}
	.top-banner .fukidashi span{ 
		font-size: 2.2rem;
	}
	.top-banner .fukidashi span em{ 
		font-size: 1.5rem;
	}

	.top-banner .fukidashi::before { 
		top: -3px;
        left: 47%;
        transform: translateX(-50%);
        background: url(../img/fukidashi01.svg) center / cover, no-repeat;
        aspect-ratio: 243 / 60;
        width: 220px;
        height: auto;
	}
	
	.rimowa .top-banner{
		padding: 30px 0px 0px;
	}
	
	/* btn-more */
	.top-banner .btn-banner {
		width: 100%;
		max-width: 270px;
		margin: 15px auto 0;
	}
	.top-banner .btn-banner a {
		padding: 20px 5px;
	}
	.top-banner .btn-banner a::after{
		font-size: 2rem;
	}
}
