@charset "utf-8";
@-webkit-keyframes ContentsSwitch{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

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

common

-------------------------------- */
.sect-wrap{
  background: #fff;
  padding: 0 0 32.5vw;
}
section[class^=area]{
	position: relative;
  width: 88vw;
  margin: 39vw auto 0;
}
h2{
  position: relative;
  padding: 0 0 0 4vw;
  box-sizing: border-box;
	color: var(--txt-color);
}
h2::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2vw;
  height: 2vw;
  margin: -1.25vw 0 0;
  background: var(--main-color);
}
section .sub-txt{
	color: var(--txt-color);
  line-height: 2.5;
}
article.sec-rest{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 74.6vw;
  margin: 39.5vw 0 0;
  padding: 29vw 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
article.article-slide{
  margin: 39.5vw 0 0;
}
article.article-slide li{
  margin: 0 8px 0;
}
article.sec-rest picture{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
article.sec-rest .ttl{
  position: relative;
  margin: 0 0 17px;
  padding: 0 0 12px;
}
article.sec-rest .ttl::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  margin: 0 0 0 -8px;
}
article.sec-rest .txt{
  position: relative;
}


/* --------------------------------
.area-news
-------------------------------- */
section[class=area-news]{
  margin-top: 0;
  padding-top: 15vw;
}
.area-news .news-block{
  position: relative;
  padding: 22vw 0 3.5vw;
  border-bottom: .4vw solid var(--sub-color);
}
.area-news .news-block .en{
  position: absolute;
  top: 0;
  right: 0;
}
.area-news ul{
  border-bottom: .4vw solid var(--sub-color);
}
.area-news ul li{
  width: 100%;
  padding: 5vw 5.5vw 6vw;
  border-bottom: .2vw dashed var(--sub-color);
  box-sizing: border-box;
  line-height: 1.25;
}
.area-news ul li:last-of-type{
  border-bottom: none;
}
.area-news ul li span{
  display: block;
  margin: 0 0 4vw;
  color: var(--main-color);
  font-size: 3vw;
  font-weight: bold;
}
.bnr-block{
  margin: 12vw 0 0;
}
.bnr-block p + p{
  margin: 4vw 0 0;
}


/* --------------------------------
.area-access
-------------------------------- */
section[class=area-access]{
  position: relative;
  width: 100%;
}
.parts02-block{
  position: absolute;
  top: 8vw;
  left: 6vw;
  width: 88vw;
  padding: 12vw 5.5vw;
  background: #fff;
  box-sizing: border-box;
  z-index: 99;
}
.parts02-block h2{
  padding: 0;
  font-size: 4vw;
  text-align: center;
}
.parts02-block h2::before{
  display: none;
}
.parts02-block .lead-txt{
  margin: 6vw 0 0;
  line-height: 1.5;
}
.parts02-block .btn-02{
  margin: 10vw 0 0;
}
.area-access li{
  width: 44vw;
  margin: 0 1vw 0;
}


/* --------------------------------
.area-brand
-------------------------------- */
.area-brand ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 18vw 0 0;
}
.area-brand li{
  width: 42vw;
}
.area-brand li:nth-of-type(n+3){
  margin: 7vw 0 0;
}
.area-brand li h3{
  margin: 2vw 0 0;
  padding: 0 0 0 3vw;
  border-left: 1.6vw solid var(--sub-color);
  box-sizing: border-box;
  line-height: 1.25;
}
.area-brand li .txt{
  margin: 2vw 0 0;
  font-size: 3.2vw;
  line-height: 1.5;
}


/* --------------------------------
.area-category
-------------------------------- */
.area-category{
  position: relative;
  z-index: 2;
}
.area-category ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 18vw 0 0;
}
.area-category li{
  width: 42vw;
}
.area-category li:nth-of-type(n+3){
  margin: 6vw 0 0;
}
.area-category li a{
  display: block;
  position: relative;
  width: 42vw;
  height: 63vw;
  padding: 9.6vw 4vw 0;
  box-sizing: border-box;
  color:  #fff;
}
.area-category li h3{
  font-size: 2vw;
  text-align: center;
}
.area-category li h3 span{
  display: inline-block;
  position: relative;
  padding: 0 1.5vw;
}
.area-category li h3 span::before,
.area-category li h3 span::after{
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 2px;
  margin: -1px 0 0;
  background: #fff;
}
.area-category li h3 span::before{
  top: 50%;
  left: 0;
}
.area-category li h3 span::after{
  top: 50%;
  right: 0;
}
.area-category li .sub-en{
  margin: 2.5vw 0 0;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}
.area-category li .ico{
  margin: 0 auto;
}
.area-category li:nth-of-type(1) .ico{
  width: 11.7vw;
  height: 7.5vw;
  margin-top: 5.5vw;
  margin-bottom: 7vw;
}
.area-category li:nth-of-type(2) .ico{
  width: 9.2vw;
  height: 9vw;
  margin-top: 5.5vw;
  margin-bottom: 5.1vw;
}
.area-category li:nth-of-type(3) .ico{
  width: 7.9vw;
  height: 10.1vw;
  margin-top: 4.6vw;
  margin-bottom: 5.3vw;
}
.area-category li:nth-of-type(4) .ico{
  width: 9vw;
  height: 8.8vw;
  margin-top: 4.6vw;
  margin-bottom: 6.6vw;
}
.area-category li:nth-of-type(5) .ico{
  width: 8.9vw;
  height: 9vw;
  margin-top: 4.5vw;
  margin-bottom: 6.5vw;
}
.area-category li:nth-of-type(6) .ico{
  width: 10vw;
  height: 8vw;
  margin-top: 4.6vw;
  margin-bottom: 7.4vw;
}
.area-category li:nth-of-type(7) .ico{
  width: 10.3vw;
  height: 10vw;
  margin-top: 4.5vw;
  margin-bottom: 5.5vw;
}
.area-category li:nth-of-type(8) .ico{
  width: 12vw;
  height: 9vw;
  margin-top: 4vw;
  margin-bottom: 6.6vw;
}
.area-category li .img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.area-category li .txt{
  font-size: 3vw;
  line-height: 1.25;
}


/* --------------------------------
.area-present
-------------------------------- */
.area-present ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 18vw 0 0;
}
.area-present ul.cf::before,
.area-present ul.cf::after{
  display: none;
}
.area-present li{
  position: relative;
}
.area-present li:nth-of-type(1){
  width: 88vw;
}
.area-present li:nth-of-type(1) .img{
  overflow: hidden;
  width: 88vw;
  height: 88vw;
}
.area-present li:nth-of-type(n+2){
  width: 42vw;
  margin: 27vw 0 0;
}
.area-present li:nth-of-type(n+4){
  margin: 35vw 0 0;
}
.area-present li a::before{
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
}
.area-present li:nth-of-type(1) a::before{
  top: 5.5vw;
  left: 5.5vw;
  width: 77vw;
  height: 77vw;
  border: 3px solid #fff;
}
.area-present li:nth-of-type(n+2) a::before{
  top: 1.8vw;
  left: 2vw;
  width: 38vw;
  height: 37.2vw;
  border: 1px solid #fff;
}
.area-present li .in{
  position: absolute;
  left: 0;
  padding: 3.2vw 5.5vw 8.5vw;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.area-present li:nth-of-type(1) .in{
  top: 75vw;
  width: 66vw;
}
.area-present li:nth-of-type(n+2) .in{
  top: 41vw;
  padding: 2.5vw 0;
}
.area-present li h3{
  position: relative;
  padding: 0 0 1.5vw;
}
.area-present li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42vw;
  height: .3vw;
  background: var(--sub-color);
  transition: .6s;
}
.area-present li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: .4vw;
  left: 41vw;
  width: 1vw;
  height: .3vw;
  background: var(--sub-color);
  transform: rotate(45deg);
  transition: .6s;
}
.area-present li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7vw;
  height: .3vw;
  background: var(--main-color);
  z-index: 1;
}
.area-present li .txt{
  margin: 3vw 0 0;
  font-size: 3.2vw;
  line-height: 1.25;
}
.area-present li .btn-03{
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: 5.6vw;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.area-present li:nth-of-type(1) .btn-03{
  top: 37vw;
}
.area-present li:nth-of-type(n+2) .btn-03{
  top: 17vw;
  font-size: 4vw;
}
.area-present li .btn-03 span{
  border-bottom: 2px solid #fff;
  transition: .6s;
}
.area-present .btn-02{
  margin-top: 46vw;
}


/* --------------------------------
.area-shop
-------------------------------- */
section[class=area-shop]{
  width: 100%;
  padding: 12vw 0 9.5vw;
  background: #efefef;
}
.area-shop h2{
  padding: 0 0 3vw;
  font-size: 2.4rem;
  text-align: center;
}
.area-shop h2::before{
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: .5vw;
  margin: 0 0 0 -2vw;
}
.area-shop .shop-slide{
  margin: 8vw 0 0;
}
.area-shop .slick-prev{
  top: 45%;
	left: 0;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.area-shop .slick-next{
  top: 45%;
	right: 0;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.area-shop .slick-prev:before,
.area-shop .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.area-shop .slick-prev:after,
.area-shop .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.area-shop .slick-list li{
  width: 77vw;
  margin: 0 2vw 0;
}
.area-shop .slick-dots{
  width: 77vw;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 calc(-77vw/2);
  text-align: right;
}
.area-shop .slick-dots li{
  width: 3.2vw;
  height: 3.2vw;
}
.area-shop .slick-dots button{
  width: 2vw;
  height: 2vw;
  margin: .6vw;
  padding: 0;
  background: var(--sub-color);
}
.area-shop .slick-dots .slick-active button{
  background: var(--main-color);
  border: .5vw solid #efefef;
}
.area-shop .slick-dots .slick-active{
  background: var(--main-color);
}
.area-shop .ttl{
  margin: 3vw 0 0;
  font-size: 3.2vw;
}
.area-shop .btn-02{
  margin: 11vw 0 0;
}


/* --------------------------------
.area-factory
-------------------------------- */
section[class=area-factory]{
  position: relative;
  width: 100%;
  height: 119.3vw;
  padding: 12vw 0;
  background: url("../img/top_factory-bg.webp") center center/cover no-repeat;
  box-sizing: border-box;
}
.area-factory .factory-block{
  width: 88vw;
  margin: 0 auto;
}
.area-factory h2{
  width: 100%;
  padding: 0 0 3vw;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.area-factory h2::before{
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: .5vw;
  margin: 0 0 0 -2vw;
  background: #fff;
}
.area-factory .block{
  width: 88vw;
  height: 100%;
  margin: 8vw 0 0;
  padding: 12vw 5.5vw 9.5vw;
  background: rgba(255,255,255,.9);
  box-sizing: border-box;
}
.area-factory .txt{
  line-height: 1.75;
}
.area-factory .txt + .txt{
  margin: 2vw 0 0;
}
.area-factory .btn-02 {
  margin: 11vw 0 0;
}


/* --------------------------------
.area-order
-------------------------------- */
section[class=area-order]{
  position: relative;
  width: 100%;
}
.area-order .parts01-block{
  width: 88vw; /*とりあえず*/
  margin: 0 auto;
}
.area-order .order-slide{
  margin: 18vw 0 0;
}
.area-order .order-slide li{
  width: 42vw;
  margin: 0 2vw;
}
.area-order .order-slide li .img{
  border: 1px solid #E6E5E1;
  box-sizing: border-box;
}
.area-order .order-slide li .ttl{
  margin: 1vw 0 0;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}


/* --------------------------------
.area-leather
-------------------------------- */
section[class=area-leather]{
  position: relative;
  width: 100%;
  padding: 12vw 0;
  background: #efefef;
  box-sizing: border-box;
}
.area-leather h2{
  padding: 0 0 3vw;
  font-size: 4vw;
  text-align: center;
}
.area-leather h2::before{
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: .5vw;
    margin: 0 0 0 -2vw;
}
.area-leather ul{
  width: 88vw;
  margin: 8vw auto 0;
}
.area-leather li{
}
.area-leather li:nth-of-type(n+2){
  margin: 6vw 0 0;
}
.area-leather li .img{
  overflow-y: hidden;
  height: 24vw;
}
.area-leather li a{
  display: block;
  position: relative;
  width: 82.5vw;
  height: 24.5vw;
  margin: -8vw 0 0 auto;
  padding: 3vw 5.5vw 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  z-index: 1;
}
.area-leather li a::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5.5vw solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 5.5vw solid var(--main-color);
}
.area-leather li h3{
  position: relative;
  padding: 0 0 2vw;
}
.area-leather li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.area-leather li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 41vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.area-leather li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.area-leather li .txt{
  margin: 3vw 0 0;
  line-height: 1.5;
}


/* --------------------------------
.area-blog
-------------------------------- */
.area-blog ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 18vw 0 0;
}
.area-blog li{
  width: 42vw;
}
.area-blog li:nth-of-type(n+3){
  margin: 28px 0 0;
  padding: 17px 0 0;
  border-top: 1px dashed #fff;
}
.area-blog li a{
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.area-blog li h3{
  order: 2;
  position: relative;
  width: 100%;
  margin: 3vw 0 0;
  padding: 0 0 2vw;
  line-height: 1.25;
}
.area-blog li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.area-blog li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 41vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.area-blog li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.area-blog li .img{
  order: 1;
  width: 100%;
}
.area-blog li .txt{
  order: 3;
  width: 100%;
  margin: 3vw 0 0;
  line-height: 1.5;
}


/* --------------------------------
.area-recom
-------------------------------- */
section[class=area-recom]{
  margin-top: 39.5vw;
}
.area-recom .ttl{
  position: relative;
  font-size: 6vw;
  z-index: 5;
}
.area-recom .ttl span{
  display: inline-block;
  padding: 1vw 1.5vw;
  background: #fff;
}
.area-recom .recom-slide{
  margin: -7vw 0 0;
}
.area-recom .slick-prev{
  top: 25%;
	left: -6vw;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.area-recom .slick-next{
  top: 25%;
	right: -6vw;
  width: 6vw;
  height: 18vw;
  margin: -9vw 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.area-recom .slick-prev:before,
.area-recom .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.area-recom .slick-prev:after,
.area-recom .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 8vw;
  left: 2vw;
  width: 2vw;
  height: .6vw;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.area-recom .slide-item{
  position: relative;
  width: 88vw; /*とりあえず*/
}
.area-recom .slide-item .img{
  width: 88vw;
  height: auto;
}
.area-recom .slide-item .in{
  padding: 7vw 5.5vw 8vw;
  background: #efefef;
  box-sizing: border-box;
}
.area-recom .slick-dots{
  width: 77vw;
  bottom: -12vw;
  left: 50%;
  margin: 0 0 0 calc(-77vw/2);
}
.area-recom .slick-dots li{
  width: 6vw;
  height: 6vw;
}
.area-recom .slick-dots button{
  width: 4vw;
  height: 4vw;
  margin: .9vw;
  padding: 0;
  background: var(--sub-color);
}
.area-recom .slick-dots .slick-active button{
  background: var(--main-color);
  border: .6vw solid #fff;
}
.area-recom .slick-dots .slick-active{
  background: var(--main-color);
}
.area-recom li h2{
  position: relative;
  padding: 0 0 2vw;
}
.area-recom li h2::before{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 77vw;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.area-recom li h2::after{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 2px;
  left: 76vw;
  width: 1vw;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.area-recom li h2 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.7vw;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.area-recom .slide-item .txt{
  margin: 6vw 0 0;
  line-height: 1.5;
}
.area-recom .slide-item .btn{
  margin: 6vw 0 0;
}


/* --------------------------------
.area-useful
-------------------------------- */
section[class=area-useful]{
  margin-top: 51vw;
}
.area-useful .tab-block{
  position: relative;
  margin: 32.5vw 0 0;
}
.area-useful .tab-block::after{
  content: "";
  display: block;
  position: absolute;
  top: -10%;
  left: 50%;
  width: 100vw;
  height: 120%;
  margin: 0 0 0 -50vw;
  background: #efefef;
  z-index: -1;
}
.area-useful .in{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.area-useful #MainImg{
  order: 2;
  width: 88vw;
  margin: 4vw 0 0;
}
.area-useful .tab-block h2{
  display: none;
  order: 1;
  padding: 1.5vw 0 2vw 4vw;
  font-size: 5vw;
  line-height: 1.25;
  transition: 1s;
}
.area-useful .tab-block h2::before{
  top: 0;
  width: 2vw;
  height: 100%;
}
.area-useful .tab-block h2.active{
  display: block;
  transition: 1s;
}
.area-useful #SubImg{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 4vw 0 0;
}
.area-useful .in .img{
  width: 27.4vw;
}
.area-useful .in .current{
  border: 1px solid var(--main-color);
}


/* --------------------------------
.area-faq
-------------------------------- */
section[class=area-faq]{
  margin-top: 48vw;
}
.area-faq .faq-block{
  margin: 18vw 0 0;
}
.area-faq .faq-block .in{
  padding: 11vw 5.5vw 12vw;
  border: .4vw solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.area-faq .in + .in{
  margin-top: 12vw;
}
.area-faq .in h3{
  text-align: center;
}
.area-faq .in ul{
  margin: 7.5vw 0 0;
}
.area-faq .in li{
  padding: 0 0 11vw;
  border-bottom: .3vw dashed #efefef;
}
.area-faq .in li + li{
  padding-top: 6vw;
}
.area-faq .in li a{
  display: block;
  position: relative;
}
.area-faq .in li a::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6vw;
  height: 6vw;
  background: url("../img/common_ico-faq.svg") center/contain no-repeat;
}
.area-faq .txt::before{
	content: "";
	display: block;
  position: absolute;
  top: 2.2vw;
  left: 8vw;
  width: 1.2vw;
  height: .4vw;
  background: #efefef;
	transform: rotate(45deg);
  z-index: 2;
}
.area-faq .txt::after{
	content: "";
	display: block;
  position: absolute;
  top: 3.4vw;
  left: 8vw;
  width: 1.2vw;
  height: .4vw;
  background: #efefef;
	transform: rotate(-45deg);
  z-index: 2;
}
.area-faq .in .txt{
  width: 65.4vw;
  margin: 0 0 0 auto;
  line-height: 1.75;
}


/* --------------------------------
.area-info
-------------------------------- */
.area-info .info-block{
  margin: 18vw 0 0;
}
.area-info .info-block .in{
  padding: 11vw 5.5vw 8vw;
  border: .4vw solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.area-info .in + .in{
  margin-top: 8vw;
}
.area-info .info-block h3{
  position: relative;
  padding: 0 0 3.5vw;
  text-align: center;
}
.area-info .info-block h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4vw;
  height: 2px;
  margin: 0 0 0 -2vw;
  background: var(--main-color);
}
.area-info .info-block .txt{
  margin: 8vw 0 0;
  line-height: 1.5;
}
.area-info .info-block .btn-01 a{
  margin: 17vw auto 0;
}
}


@media only screen and (min-width: 769px) {
/* --------------------------------

common

-------------------------------- */
.sect-wrap{
  background: #fff;
  padding: 0 0 200px;
}
section[class^=area]{
	position: relative;
  width: 980px;
  margin: 230px auto 0;
}
h2{
  position: relative;
  padding: 0 0 0 23px;
  box-sizing: border-box;
	color: var(--txt-color);
}
h2::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--main-color);
}
section .sub-txt{
  margin-top: 50px;
	color: var(--txt-color);
  font-size: 2rem;
  line-height: 2.5;
}
.sub-txt .line{
  display: block;
  margin-bottom: 30px;
}
article.sec-rest{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  margin: 230px 0 0;
  padding: 167px 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
article.article-slide{
  margin: 230px 0 0;
}
article.article-slide li{
  margin: 0 8px 0;
}
article.sec-rest picture{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
article.sec-rest .ttl{
  position: relative;
  margin: 0 0 17px;
  padding: 0 0 12px;
}
article.sec-rest .ttl::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  margin: 0 0 0 -8px;
}
article.sec-rest .txt{
  position: relative;
}


/* --------------------------------
.area-news
-------------------------------- */
section[class=area-news]{
  margin-top: 0;
  padding-top: 110px;
}
.area-news .news-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: baseline;
	align-items: baseline;
  padding: 0 0 5px;
  border-bottom: 2px solid var(--sub-color);
}
.area-news .news-block h2{
  width: 50%;
}
.area-news .news-block .en{
  width: 50%;
  text-align: right;
}
.area-news ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  border-bottom: 2px solid var(--sub-color);
}
.area-news ul li{
  width: 100%;
  margin: 15px 0 0;
  padding: 5px 20px 30px;
  /* border-bottom: 1px dashed var(--sub-color); */
  box-sizing: border-box;
}
.area-news ul li:nth-of-type(n+2){
  width: 50%;
  margin: 24px 0;
  border-bottom: none;
}
.area-news ul li:nth-of-type(2n){
  border-right: 1px dashed var(--sub-color);
}
.area-news ul li span{
  display: block;
  margin: 0 0 10px;
  color: var(--main-color);
  font-size: 1.2rem;
  font-weight: bold;
}
.bnr-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 60px 0 0;
}
.bnr-block p{
  width: 482px;
}


/* --------------------------------
.area-access
-------------------------------- */
section[class=area-access]{
  position: relative;
  width: 100%;
}
.parts02-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 680px;
  margin: calc(-345px/2) 0 0 calc(-680px/2);
  padding: 100px 50px;
  background: #fff;
  box-sizing: border-box;
  z-index: 99;
}
.parts02-block h2{
  padding: 0;
  font-size: 2.4rem;
}
.parts02-block h2::before{
  display: none;
}
.parts02-block .lead-txt{
  margin: 25px 0 0;
  line-height: 1.5;
}
.parts02-block .in{
  width: 400px;
}
.parts02-block .btn-02{
  width: 150px;
  margin: 0;
}
.area-access li{
  margin: 0 8px 0;
}


/* --------------------------------
.area-brand
-------------------------------- */
.area-brand ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 95px 0 0;
}
.area-brand li{
  width: 233px;
  font-size: 1.4rem;
}
.area-brand li:nth-of-type(n+5){
  margin: 60px 0 0;
}
.area-brand li h3{
  margin: 10px 0 0;
  padding: 1px 0 1px 8px;
  border-left: 8px solid var(--sub-color);
  box-sizing: border-box;
}
.area-brand li .txt{
  margin: 10px 0 0;
  line-height: 1.5;
}


/* --------------------------------
.area-category
-------------------------------- */
.area-category{
  position: relative;
  z-index: 2;
}
.area-category ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 75px 0 0;
}
.area-category li{
  width: 233px;
}
.area-category li:nth-of-type(n+5){
  margin: 30px 0 0;
}
.area-category li a{
  display: block;
  position: relative;
  width: 233px;
  height: 350px;
  padding: 58px 40px 0;
  box-sizing: border-box;
  color:  #fff;
  font-size: 1.4rem;
}
.area-category li h3{
  font-size: .8rem;
  text-align: center;
}
.area-category li h3 span{
  display: inline-block;
  position: relative;
  padding: 0 7px;
}
.area-category li h3 span::before,
.area-category li h3 span::after{
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 2px;
  margin: -1px 0 0;
  background: #fff;
}
.area-category li h3 span::before{
  top: 50%;
  left: 0;
}
.area-category li h3 span::after{
  top: 50%;
  right: 0;
}
.area-category li .sub-en{
  margin: 8px 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.area-category li .ico{
  margin: 0 auto;
}
.area-category li:nth-of-type(1) .ico{
  width: 65px;
  height: 42px;
  margin-top: 29px;
  margin-bottom: 22px;
}
.area-category li:nth-of-type(2) .ico{
  width: 51px;
  height: 52px;
  margin-top: 32px;
  margin-bottom: 36px;
}
.area-category li:nth-of-type(3) .ico{
  width: 53px;
  height: 67px;
  margin-top: 29px;
  margin-bottom: 22px;
}
.area-category li:nth-of-type(4) .ico{
  width: 54px;
  height: 56px;
  margin-top: 27px;
  margin-bottom: 35px;
}
.area-category li:nth-of-type(5) .ico{
  width: 53px;
  height: 57px;
  margin-top: 30px;
  margin-bottom: 34px;
}
.area-category li:nth-of-type(6) .ico{
  width: 58px;
  height: 35px;
  margin-top: 30px;
  margin-bottom: 55px;
}
.area-category li:nth-of-type(7) .ico{
  width: 59px;
  height: 57px;
  margin-top: 26px;
  margin-bottom: 37px;
}
.area-category li:nth-of-type(8) .ico{
  width: 62px;
  height: 45px;
  margin-top: 25px;
  margin-bottom: 48px;
}
.area-category li .img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.area-category li .txt{
  line-height: 1.25;
}


/* --------------------------------
.area-present
-------------------------------- */
.area-present ul{
  margin: 95px 0 0;
}
.area-present li{
  position: relative;
}
.area-present li:nth-of-type(1){
  float: left;
  width: 482px;
  padding: 0 0 76px;
}
.area-present li:nth-of-type(n+2){
  float: left;
  width: 233px;
  padding: 0 0 83px;
  margin: 0 0 0 16px;
}
.area-present li:nth-of-type(n+4){
  margin-top: 72px;
}
.area-present li a::before{
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  z-index: 1;
}
.area-present li:nth-of-type(1) a::before{
  top: 20px;
  left: 20px;
  width: 442px;
  height: 598px;
  border: 3px solid #fff;
}
.area-present li:nth-of-type(n+2) a::before{
  top: 10px;
  left: 10px;
  width: 213px;
  height: 208px;
  border: 2px solid #fff;
}
.area-present li .in{
  position: absolute;
  left: 0;
  padding: 17px 20px 20px;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.area-present li:nth-of-type(1) .in{
  top: 590px;
  width: 316px;
}
.area-present li:nth-of-type(n+2) .in{
  top: 228px;
  padding: 9px 0 10px;
}
.area-present li h3{
  position: relative;
  padding: 0 0 8px;
}
.area-present li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 233px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.area-present li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 228px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.area-present li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  z-index: 1;
}
.area-present li .txt{
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.25;
}
.area-present li .btn-03{
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
  color: #fff;
  font-family: var(--font-mincho);
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
.area-present li:nth-of-type(1) .btn-03{
  top: 315px;
}
.area-present li:nth-of-type(n+2) .btn-03{
  top: 95px;
}
.area-present li .btn-03 span{
  border-bottom: 2px solid #fff;
  transition: .6s;
}
.area-present a:hover .btn-03 span{
  border-bottom: 2px solid var(--sub-color);
  transition: .6s;
}


/* --------------------------------
.area-shop
-------------------------------- */
section[class=area-shop]{
  width: 100%;
  padding: 120px 0;
  background: #efefef;
}
.area-shop h2{
  padding: 0 0 15px;
  font-size: 2.4rem;
  text-align: center;
}
.area-shop h2::before{
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 5px;
  margin: 0 0 0 -20px;
}
.area-shop .shop-slide{
  margin: 80px 0 0;
}
.area-shop .slick-prev{
	left: 50%;
  width: 20px;
  height: 60px;
  margin: -30px 0 0 -324px;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.area-shop .slick-next{
	right: 50%;
  width: 20px;
  height: 60px;
  margin: -30px -324px 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.area-shop .slick-prev:before,
.area-shop .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.area-shop .slick-prev:after,
.area-shop .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.area-shop .slick-list li{
  width: 648px;
  margin: 0 8px 0;
}
.area-shop .slick-dots{
  width: 648px;
  bottom: -3px;
  left: 49%;
  margin: 0 0 0 calc(-648px/2);
  text-align: right;
}
.area-shop .slick-dots button{
  width: 12px;
  height: 12px;
  margin: 2px;
  background: var(--sub-color);
}
.area-shop .slick-dots .slick-active button{
  background: var(--main-color);
  border: 3px solid #efefef;
}
.area-shop .slick-dots .slick-active{
  background: var(--main-color);
}
.area-shop .ttl{
  margin: 20px 0 0;
}


/* --------------------------------
.area-factory
-------------------------------- */
section[class=area-factory]{
  position: relative;
  width: 100%;
  height: 642px;
  padding: 80px 0;
  background: url("../img/top_factory-bg.webp") center center/cover no-repeat;
  box-sizing: border-box;
}
.area-factory .factory-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
.area-factory h2{
  width: 482px;
  padding: 0 0 15px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.area-factory h2::before{
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 5px;
  margin: 0 0 0 -20px;
  background: #fff;
}
.area-factory .block{
  width: 482px;
  height: 100%;
  padding: 100px 50px 0;
  background: rgba(255,255,255,.9);
  box-sizing: border-box;
}
.area-factory .txt{
  line-height: 1.75;
}
.area-factory .txt + .txt{
  margin: 30px 0 0;
}


/* --------------------------------
.area-order
-------------------------------- */
section[class=area-order]{
  position: relative;
  width: 100%;
}
.area-order .parts01-block{
  width: 980px;
  margin: 0 auto;
}
.area-order .order-slide{
  margin: 95px 0 0;
}
.area-order .order-slide li{
  width: 233px;
  margin: 0 8px;
}
.area-order .order-slide li .img{
  border: 1px solid #E6E5E1;
  box-sizing: border-box;
}
.area-order .order-slide li .ttl{
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}


/* --------------------------------
.area-leather
-------------------------------- */
section[class=area-leather]{
  position: relative;
  width: 100%;
  padding: 120px 0;
  background: #efefef;
  box-sizing: border-box;
}
.area-leather h2{
  padding: 0 0 15px;
  font-size: 2.4rem;
  text-align: center;
}
.area-leather h2::before{
  top: inherit;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 5px;
  margin: 0 0 0 -20px;
}
.area-leather ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  width: 980px;
  margin: 80px auto 0;
}
.area-leather li{
  width: 316px;
}
.area-leather li:nth-of-type(n+4){
  margin: 30px 0 0;
}
.area-leather li a{
  display: block;
  position: relative;
  width: 276px;
  height: 147px;
  margin: -100px 0 0 auto;
  padding: 17px 20px 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.4rem;
  z-index: 1;
}
.area-leather li a::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 30px solid var(--main-color);
}
.area-leather li h3{
  position: relative;
  padding: 0 0 8px;
}
.area-leather li h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 233px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.area-leather li h3::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 228px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.area-leather li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.area-leather li a:hover h3 span::before{
  width: 185px;
  transition: .6s;
}
.area-leather li .txt{
  margin: 16px 0 0;
  line-height: 1.5;
}


/* --------------------------------
.area-blog
-------------------------------- */
.area-blog ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 95px 0 0;
  padding: 60px 67px;
  background: #efefef;
}
.area-blog li{
  width: 399px;
}
.area-blog li:nth-of-type(n+3){
  margin: 28px 0 0;
  padding: 17px 0 0;
  border-top: 1px dashed #fff;
}
.area-blog li a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.area-blog li h3{
  position: relative;
  width: 100%;
  margin: 0 0 10px;
}
.area-blog li h3::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: var(--sub-color);
  transition: .9s;
}
.area-blog li h3::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 2px;
  margin-top: -3px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .9s;
}
.area-blog li h3 span{
  display: inline-block;
  position: relative;
  min-width: 150px;
  padding-right: 1vw;
  background: #efefef;
  box-sizing: border-box;
}
.area-blog li h3 span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -43px;
  width: 43px;
  height: 2px;
  margin-top: -1px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.area-blog li a:hover h3 span::before,
.area-blog li a:hover h3 span::after{
  background: var(--main-color);
  transition: .9s;
}
.area-blog li .img{
  width: 150px;
}
.area-blog li .txt{
  width: 233px;
  margin: -30px 0 0;
  line-height: 1.5;
}


/* --------------------------------
.area-recom
-------------------------------- */
section[class=area-recom]{
  margin-top: 120px;
}
.area-recom .ttl{
  position: relative;
  font-size: 2.4rem;
  z-index: 5;
}
.area-recom .ttl span{
  display: inline-block;
  padding: 6px 10px 5px 0;
  background: #fff;
}
.area-recom .recom-slide{
  margin: -35px 0 0;
}
.area-recom .slick-prev{
	left: 0;
  width: 20px;
  height: 60px;
  margin: -30px 0 0;
  background: rgba(26,76,113,.8);
  z-index: 3;
}
.area-recom .slick-next{
	right: 0;
  width: 20px;
  height: 60px;
  margin: -30px 0 0;
  background: rgba(26,76,113,.8);
	transform: rotate(180deg);
  z-index: 3;
}
.area-recom .slick-prev:before,
.area-recom .slick-next:before{
	content: "";
	display: block;
  position: absolute;
  top: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(-45deg);
  opacity: 1;
  z-index: 2;
}
.area-recom .slick-prev:after,
.area-recom .slick-next:after{
	content: "";
	display: block;
  position: absolute;
  bottom: 25.5px;
  left: 4px;
  width: 10px;
  height: 3px;
  background: #fff;
	transform: rotate(45deg);
  z-index: 2;
}
.area-shop .slick-list li{
  width: 648px;
  margin: 0 8px 0;
}
.area-shop .slick-dots{
  width: 648px;
  bottom: -3px;
  left: 49%;
  margin: 0 0 0 calc(-648px/2);
  text-align: right;
}
.area-shop .slick-dots button{
  width: 12px;
  height: 12px;
  margin: 2px;
  background: var(--sub-color);
}
.area-shop .slick-dots .slick-active button{
  background: var(--main-color);
  border: 3px solid #efefef;
}
.area-shop .slick-dots .slick-active{
  background: var(--main-color);
}
.area-recom .slide-item{
  position: relative;
  width: 980px;
}
.area-recom .slide-item .img{
  width: 731px;
  height: auto;
}
.area-recom .slide-item .in{
  position: absolute;
  top: 165px;
  right: 0;
  width: 399px;
  padding: 57px 40px 30px;
  background: #efefef;
  box-sizing: border-box;
}
.area-recom .slick-dots{
  width: 980px;
  bottom: -50px;
  text-align: center;
}
.area-recom .slick-dots button{
  width: 12px;
  height: 12px;
  margin: 2px;
  background: var(--sub-color);
}
.area-recom .slick-dots .slick-active button{
  background: var(--main-color);
  border: 3px solid #efefef;
}
.area-recom .slick-dots .slick-active{
  background: var(--main-color);
}

.area-recom li h2{
  position: relative;
  padding: 0 0 8px;
}
.area-recom li h2::before{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  width: 308px;
  height: 2px;
  background: var(--sub-color);
  transition: .6s;
}
.area-recom li h2::after{
  content: "";
  display: block;
  position: absolute;
  top: inherit;
  bottom: 2px;
  left: 303px;
  width: 5px;
  height: 2px;
  background: var(--sub-color);
  transform: rotate(38deg);
  transition: .6s;
}
.area-recom li h2 span::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 2px;
  background: var(--main-color);
  transition: .6s;
  z-index: 1;
}
.area-recom li a:hover h2 span::before{
  width: 185px;
  transition: .6s;
}
.area-recom .slide-item .txt{
  margin: 16px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.area-recom .slide-item .btn{
  margin: 30px 0 0;
}


/* --------------------------------
.area-useful
-------------------------------- */
section[class=area-useful]{
  margin-top: 285px;
}
.area-useful .tab-block{
  position: relative;
  min-height: 668px;
  margin: 118px 0 0;
}
.area-useful .tab-block::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  height: 508px;
  background: #efefef;
  z-index: -1;
}
.area-useful #MainImg{
  width: 813px;
}
.area-useful h2{
  display: none;
  padding: 20px 0 0 28px;
  font-size: 2.4rem;
  line-height: 1.25;
  transition: 1s;
}
.area-useful h2::before{
  width: 8px;
  height: 100%;
}
.area-useful h2.active{
  display: block;
  transition: 1s;
}
.area-useful #SubImg{
  position: absolute;
  top: 100px;
  right: 0;
  width: 233px;
}
.area-useful .in .img{
  cursor: pointer;
}
.area-useful .in .img + .img{
  margin: 30px 0 0;
}
.area-useful .in .current img{
  opacity: .5;
}


/* --------------------------------
.area-faq
-------------------------------- */
.area-faq .faq-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 95px 0 0;
}
.area-faq .faq-block .in{
  width: 470px;
  padding: 53px 46px 56px;
  border: 4px solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.area-faq .in h3{
  text-align: center;
}
.area-faq .in ul{
  margin: 38px 0 0;
}
.area-faq .in li{
  padding: 0 0 30px;
  border-bottom: 2px dashed #efefef;
}
.area-faq .in li + li{
  padding-top: 30px;
}
.area-faq .in li a{
  display: block;
  position: relative;
}
.area-faq .in li a::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../img/common_ico-faq.svg") center/contain no-repeat;
}
.area-faq .txt::before{
	content: "";
	display: block;
  position: absolute;
  top: 18px;
  left: 44px;
  width: 8px;
  height: 4px;
  background: #efefef;
	transform: rotate(45deg);
  transition: .6s;
  z-index: 2;
}
.area-faq .txt::after{
	content: "";
	display: block;
  position: absolute;
  top: 22px;
  left: 44px;
  width: 8px;
  height: 4px;
  background: #efefef;
	transform: rotate(-45deg);
  transition: .6s;
  z-index: 2;
}
.area-faq a:hover .txt::before,
.area-faq a:hover .txt::after{
  background: var(--main-color);
  transition: .6s;
}
.area-faq .in .txt{
  width: 310px;
  margin: 0 0 0 auto;
  line-height: 1.75;
}


/* --------------------------------
.area-info
-------------------------------- */
.area-info .info-block{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
  margin: 95px 0 0;
}
.area-info .info-block .in{
  width: 316px;
  padding: 43px 38px 36px;
  border: 4px solid #efefef;
  border-radius: 6px;
  box-sizing: border-box;
}
.area-info .info-block h3{
  position: relative;
  padding: 0 0 10px;
  text-align: center;
}
.area-info .info-block h3::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: 0 0 0 -8px;
  background: var(--main-color);
}
.area-info .info-block .txt{
  margin: 30px 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
.area-info .info-block .btn-01 a{
  margin: 60px auto 0;
}



}
