@charset "utf-8";
/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;

  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }

html,body{
  font-family:  "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;

  font-weight: lighter ;
  
  font-style: normal;

  color: #333333 !important;
  overflow: hidden;

}
body{
  min-width: 1200px;
  /*background-color: rgb(250, 247, 254);*/


}
.pc{
  display: block;
}
.sp{
  display: none;
}
li{
  list-style: none;
}
a{
  text-decoration: none;


}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}
/*header*/
header{
  position: fixed;
  top: 0%;
  right: 5%;
  width: 90%;
  padding: 15px 0 15px 30px;
  z-index: 9998;
}

#logo{
  margin-top: 10px;
  width: 170px;
}
#logo img{
  width: 100%;
}

/*menu*/
#bar-sp{
  display: none;
}
.menu{
  position: absolute;
  height: 12px;
  right: 20px;
  top: 40%;
  width: 60px;


}
.menu__line{
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu__line--bottom{
  bottom: 0;
}
.menu__line--top.active{
  top: 4px;
  transform: rotate(45deg);
  background: #333333;
}
.menu__line--bottom.active{
  bottom: 6px;
  transform: rotate(135deg);
  background: #333333;
}
/*gnav*/
.gnav{
  background: #ffffff;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9996;
}
.gnav__wrap{
  display: flex;
  width: 85%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 13%;
  left: 20%;
  /*align-items:center;
  justify-content: center;*/
}
.gnav__menu__item{
  margin: 2rem 0;
  }
  .gnav__menu__item a{
    color: #525252;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 2.5rem;
    text-decoration: none;
    transition: .2s;
  }
  .gnav__menu__item a:hover{
    color: #b7cfd3;
  }

  .gridLines {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: .05;
    z-index: 9999;
}
.pos--fix {
  position: fixed;
}
.gridLines__wrapper {
  width: 76%;
  margin: 0 auto;
  height: 100%;
}
.flex--x-between {
  justify-content: space-between;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.gridLines__line {
  width: 1px;
  height: 100%;
  background: #000;
}
/*top-wrapper*/

#top-view {
  margin-top: 105px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
#top-view img{
  
  width: 90%;
  margin: 0 auto;
  margin-left: 3%;
  z-index: 2;
}
.top-caption h2{
  position: absolute;
  right: 6.5%;
  top: 3%;
  transition: 1s ease;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
}

.top-caption p{
  font-size: 26px;
  letter-spacing: 18px;
  filter: drop-shadow(1px 1px 0.6px #ffffff);
}
.top-caption2{
  position: absolute;
  bottom: 15%;
  left: 5%;
}
.top-caption2 p{
  background-color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.5vw;
  letter-spacing: 5px;
}
.slick-box{
  top: 40%;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
  margin:0 0px;/*スライド左右の余白調整*/
}
.slider li{
  font-size: 8rem;
  color: #000000;
  z-index: 1;
  font-weight: bold;

}
.slick-box2{

  z-index: 1;
  top: 40%;
  overflow: hidden;
}
.slick-box2 img{
  width: 100%;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider2 {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: center; 
	flex-wrap: wrap;
}
.slider2 li{
	display: block;
	width: 31%;
	margin: 1%;
}
.slider2 li img{
width: 100%;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider3 .slick-slide {
  margin:0 30px;/*スライド左右の余白調整*/
}
.slider-flex{
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.slider-flex li{
	width: 33.3%;
}
.slider-flex li img{
	width: 100%;
}
.slider3 li{
  font-size: 8rem;
  color: #000000;
  z-index: 1;
  font-weight: bold;

}
.banner-wrapper{
  margin-bottom: 100px;
}
.purchase-wrapper{
  margin-bottom: 100px;
}
.purchase-box{
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
  background-image: url("../img/purchase-bg.jpg");
  background-size: cover;
  background-position: center;
}
.purchase-box.purchase-box2{
	  background-image: url("../img/repair-bg.jpg");
}
.purchase-box.purchase-box3{
	  background-image: url("../img/repair-bg2.jpg");
}
.purchase-box h2{
  text-align: center;
  color: white;
  font-size: 25px;
  margin-bottom: 100px;
  position: relative;
  letter-spacing: 10px;
  font-weight: normal;
}
.purchase-box h2:after{
  position: absolute;
  content: "Purchase";
  color: white;
  font-size: 60px;
  top: 0;
  left: 15%;
  opacity: 0.1;
  letter-spacing: 30px;
  font-weight: bold;
}
.purchase-box li p{
  font-size: 20px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
}
.purchase-2 h2:after{
  position: absolute;
  content: "Sale";
  color: white;
  font-size: 60px;
  top: 0;
  left: 30%;
  opacity: 0.1;
  letter-spacing: 30px;
  font-weight: bold;
}
.purchase-box .slick-box2{
  width: 80%;
  margin: 0 auto;
}
.purchase-3 h2:after{
  position: absolute;
  content: "Repair and replacement";
  color: white;
  font-size: 60px;
  top: 0;
  left: 0;
  text-align: left;
  white-space: nowrap;
  opacity: 0.1;
  letter-spacing: 15px;
  font-weight: bold;
}
.news-wrapper{
  padding: 200px 0 300px ;
  background-image: url("../img/news-bk1.png");
  background-size: 100%;
  background-position: bottom 0 left 5%,center;
}
.news-box{
  width: 1000px;
  margin: 0 auto;
}
.news-box h2{
  text-align: center;
  font-size: 25px;
  margin-bottom: 100px;
}
.news-item{
  padding: 30px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
.news-item:last-child{
  border-bottom: 1px solid #000;
}
.news-day{
  display: flex;
}
.day{
  margin-right: 20px;
  font-size: 15px;
  padding: 10px;
}
.category{
  width: 200px;
  padding: 10px;
  text-align: center;
  background-color: #000;

}
.category a{
  display: block;
  color: #fff;
  font-size: 15px;
}
.news-title{
  padding: 10px 0;
}
.news-title a{
  color: #000;
}
.top-sns-wrapper{
  padding: 200px 0;
  box-shadow: 0px -10px 10px #0000004f;
  background-color: #fff;
}
.top-sns-box{
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.top-sns-left{
  width: 45%;
  margin-right: 5%;
}
.top-sns-left h3{
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.top-sns-left h3 span{
  border-bottom: 15px solid #C2C2C2;
}
.top-sns-left p{
  font-size: 20px;
  margin-bottom: 5%;
}

.top-sns-list div{
  width: 70%;
  margin: 0 15.5% 20px 0;
}
.top-sns-list div img{
  width: 100%;
}
.top-sns-list div a{
	display: flex;
	align-items: center;
}
.top-sns-list div a img{
	margin-right: 20px; 
	width: 20%;
}
.top-sns-right{
  width: 50%;
}
.top-sns-right img{
  width: 100%;
}
.purchase-4 .purchase-box{
  width: 100%;
}
.heading-above{
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 3px;
}
.purchase-4 small{
  font-size: 18px;
}
.movie-wrapper{
  padding: 5% 0 25% 0;
  background-image: url("../img/tv-bg.jpg");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.movie-wrapper h2{
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.movie-box{
  width: 70%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  
}
.movie-box iframe{
  width: 100%;
  height: 100%;

}
.group-wrapper{
  padding: 10% 0;
  box-shadow: 0px 0px 15px #000;
  background-color: #fff;
}
.group-wrapper h2{
  font-size: 25px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
.group-box{
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.group-item{
  width: 450px;
  margin: 0 25px;
}
.group-item img{
  width: 100%;
}
.shop-list-wrapper{
  padding: 10% 0;
}
.shop-list-wrapper h2{
  text-align: center;
  font-size: 25px;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.shop-list-box{
  display: flex;
  justify-content: center;
}
.shop-list{
  width: 300px;
  margin: 0 25px;
}
.shop-list h3{
  text-align: center;
  font-size: 23px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.shop-list li{
  margin-bottom: 15px;
}
footer{
  padding: 10% 0;
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-logo{
  width: 150px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.footer-logo img{
  width: 100%;
}
footer ul{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 100px;
}
footer ul a{
  color: #fff;
}
.footer-bottom h3{
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.footer-bottom p{
  text-align: center;
  color: #fff;
  line-height: 40px;
}
/*page-purchase*/
.kv{
  width: 100%;
  margin-bottom: 100px;
  margin-top: 50px;
}
.kv img{
  width: 100%;
}
.purchase-list-btn{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.purchase-list-btn div{
  width: 170px;
  margin: 0 15px;
}
.purchase-list-btn img{
  width: 100%;
}
.purchase-explain-wrapper {
  margin-bottom: 100px;
}
.purchase-explain-wrapper h2{
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}
.purchase-explain-wrapper h2 span{
  border-bottom: solid 5px #FFFF74;
}
.purchase-explain-wrapper p{
  text-align: left;
  font-size: 20px;
  display: flex;
  justify-content: center;
  line-height: 40px;margin-bottom: 100px;
}
.purchase-explain-box{
  width: 1000px;
  margin: 0 auto;
}
.purchase-explain-box img{
  width: 100%;
}
.purchase-list-wrapper{
  margin-bottom: 100px;
}
.purchase-list-wrapper h2{
  width: 100%;
  margin-bottom: 50px;
}
.purchase-list-wrapper h2 img{
  width: 100%;
}
.purchase-list-wrapper p{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  font-size: 18px;
}
.purchase-list-box{
  width: 700px;
  margin: 0 auto;
}
.purchase-list-box ul{
  display: flex;
  flex-wrap: wrap;
}
.purchase-list-box ul li{
  width: 170px;
}
.purchase-list-box ul li img{
  width: 100%;
}
.purchase-list-img{
  width: 100%;
}
.purchase-list-img img{
  width: 100%;
}
.sns-wrapper{
  width: 1000px;
  padding: 70px 0;
  margin: 0 auto;
  box-shadow: 0px 0px 15px #00000049;
  margin-bottom: 100px;
}
.sns-wrapper h2{
  text-align: center;
  margin-bottom: 10px;
}
.sns-wrapper p{
  text-align: center;
  margin-bottom: 40px;
}
.sns-box{
  display: flex;
  width: 40%;
  margin: 0 auto;
}
.sns-box div{
  width: 15%;
  margin: 0 2.5%;
}
.sns-box div img{
  width: 100%;
}
/*page-repair*/
.repair-wrapper{
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.repair-heading{
  margin-bottom: 100px;
}
.repair-heading h2{
  text-align: center;
  margin-bottom: 10px;
}
.repair-heading p{
  text-align: center;
}
.repair-flex{
  display: flex;
  flex-wrap: wrap;
}
.repair-item{
  width: 48%;
  margin: 0 1%;
  margin-bottom: 80px;
}
.repair-item img{
  width: 100%;
}
.repair-box-item{
  width: 100%;
  margin-bottom: 100px;
}
.repair-box-item img{
  width: 100%;
}
/*page-shop*/
.shop-wrapper{
  width: 1100px;
  margin: 0 auto;
}
.shop-box{
  margin-bottom: 100px;
}
.shop-box h3{
  text-align: center;
  margin-bottom: 70px;
}
.shop-flex{
  display: flex;
  flex-wrap: wrap;
}
.shop-item{
  width: 30%;
  margin: 0 1.5%;
  margin-bottom: 60px;
  padding: 20px;
  box-shadow: 1px 1px 10px #0000002e;
}
.shop-img{
  width: 100%;
  margin-bottom: 20px;
}
.shop-img img{
  width: 100%;
}
.shop-item h4{
  font-size: 20px;
  margin-bottom: 20px;
}
.shop-item p{
  font-size: 13px;
}
/*page-company*/
.company-vision{
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  line-height: 30px;
  font-family: serif;
  letter-spacing: 3px;
}
.ceo-message-box{
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 100px 150px 0;
  box-shadow: 1px 1px 10px #0000002e;
}
.ceo-message-box p{
  margin-bottom: 100px;
  line-height: 30px;
}
.ceo-img{
  width: 500px;
  float: right;
  margin-bottom: -6px;
}
.clear{
  clear: both;
}
.ceo-img img{
  width: 100%;
}
.company-profile table{
  width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.company-profile table tr{
  display: block;
  border-bottom:  solid 1px #000;
  padding: 20px 0;
}
.company-profile table tr th{
  width: 200px;
  text-align: left;
}
/*page-blog*/
.blog-wrapper{
  background-image: none;
}
/*page-single*/
.single-wrapper{
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.single-title{
  font-size: 18px;
  margin: 10px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
/*handling*/
.aacd-wrapper {
  width: 1100px;
  margin: 0 auto;
  margin-bottom: 100px;
  
}

.aacd-wrapper .purchase-list-box{
  width: 1100px;
  margin: 0 auto;

}
.aacd-wrapper .purchase-list-box img{
  width: 100%;
}
.aacd-wrapper h4{
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: #000;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.aacd-wrapper span{
  display: contents;
  font-weight: bold;
  font-size: 25px;
}
@media( max-width: 1200px){

  #purchase-right-1{
    width: 60%;
    height: 45vw;
  }
  #purchase-right-2{
    width: 60%;
    height: 20vw;
    margin-left: -10%;
    margin-top: 85%;

    background-size: 250%;
    background-position:center bottom;
  }
  #sns-wrap{
    width: 85%;
    height: 55vw;
  
  }
  /*page-conpany*/
#sub-view-company{
  margin-bottom: 200px;
  background-size: 130%;
}
  #company-wrap table th{
    padding-bottom: 11px;
    font-size: 23px;
  }
  #company-wrap table td{
    padding-bottom: 60px;
  }
  #company-wrap table td,#company-wrap table th{
    display: block;
    width: 100%;
    text-align: center;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 70%;
  }
  #president-right{
    margin-right: 10%;
  }
  #president-left{
    width: 50%;
    height: 60vh;
    margin-right: 5%;
    background-image: url('../img/森野.jpg');
    background-size: 280%;
    background-position:center bottom;
  }
}
.staff-img{
	width: 800px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.staff-img img{
	width: 100%;
}
@media(max-width: 1025px){
  body{
    min-width: 900px;
    /*background-color: rgb(250, 247, 254);*/
  }
  header{
    width: 50%;
    padding: 0px 0 5px 30px;
  }
    #logo{
    width: 290px;
  }
  .top-caption{
    bottom: 20%;
    right: 6%;

  }
  .top-caption h2{
    font-size: 35px;
  }
  .top-caption p{
    font-size: 20px;
    letter-spacing: 10px;
  }
  .top-title{
    width: 50%;
  
  }
  .top-title p{
    font-size: 20px;
    letter-spacing: 8px;
  }
  /*customer-comment-wrap-padsize*/
  #customer-comment-wrap{
    width: 75%;
    margin-bottom: 150px;
  }
  /*top-news-wrap-padsize*/
  #top-news-wrap{
    padding: 70px 0;

  }
  #top-news-box{
    width: 100%;
    margin-left: 2%;
  }
  #top-news-box h2{
    font-size: 60px;
    margin-right: 6%;
  }
  .top-news-item p{
    font-size: 20px;
    letter-spacing: 2px;
  }
  #top-member-box{
    margin-bottom: 600px;
  }
  .swiper-container {
    height: 50vh;
  }
  /*top-president-wrap-padsize*/
  #top-president-wrap{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 400px;
    position: relative;
  }
  #top-president-img {
    margin-top: -25%;
    width: 100%;
    height: 70vh;
    background-image: url('../img/森野.jpg');
    background-size: 140%;
  }
  #top-president-comment-box{
    margin-top: -10%;
  }
  #top-president-comment-box h2{
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 10px;
}
.president-name{
  font-size: 22px;
  letter-spacing: 10px;
  margin-bottom: 30px;
}
.president-comment{
  font-size: 22px;
}
/*top-contact-wrap-padsize*/
#top-contact-form{
  width: 100%;
}
/*footer-padsize*/
#footer-box{
  width: 90%;
  flex-direction: column;
  margin-bottom: 60px;
  transition: 1s ease;
}
#footer-left{
  width: 100%;
  flex-direction: column;
  margin-bottom: 50px;
}
#footer-right{
  width: 100%;
  justify-content: flex-start;
}
#footer-right ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  transition: 1s ease;
}
#footer-right ul li{
  margin:0 30px 0 0;
  margin-bottom: 30px;
}

}

@media (max-width: 960px){
  /*sp-size*/
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  body{
    min-width: 0px;
  }
  .start p {
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 140%;
  }
  header{
    left: 0;
    width: 50%;
    padding: 2px 0 0px 10px;
  }
  
  #logo{
    margin-top: 10px;
    width: 50%;
    margin-left: 10px;
  }
  #bar{
    display: none;
  }
  .menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  #bar-sp{
    display: block;
    height: 80px;
    width: 80px;
    position: fixed;
    bottom: 10%;
    right: 5%;
    background-color: #ffffff;
    box-shadow: #33333327 1px 1px 10px;
  }
  .menu{
    right: 10px;
  }
  .gnav__wrap{
    top: 6%;
    left: 10%;
    /*align-items:center;
    justify-content: center;*/
  }
  .gnav__menu__item a{
    font-size: 1.3rem;
  }
  /*sp-top-wrapper*/

#top-view {
  margin-top: 55px;
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}
#top-view img{
  width: 100%;
  margin-left: 0%;
}
.top-caption h2{
  position: absolute;
  right: 1.5%;
  top: initial;
  bottom: -10%;
  transition: 1s ease;
  -ms-writing-mode: initial;
  writing-mode: initial;
  font-size: 1.5rem;
}
.slick-box{
  top: 40%;
  display: none;
}
.top-caption2 p{
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 3.5vw;
}
.top-caption2{
  position: absolute;
  bottom: -18%;
  left: 5%;
}
	.purchase-box .slick-box2{
  width: 95%%;
  margin: 0 auto;
}
.slider2{
	width: 85%;		
	}
.slider2 li{
	width: 100%;
	margin-bottom: 30px;
	}
.slider2 .slick-slide {
  margin:0 10px;/*スライド左右の余白調整*/
}
.purchase-wrapper{
  margin-bottom: 50px;
}
.purchase-box{
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.news-wrapper{
  padding: 10px 0 100px ;
  background-image:url("../img/news-bk1.png");
  background-size: 100%;
  background-position: bottom 0 left 5%,center;
}
.news-box{
  width: 95%;
  margin: 0 auto;
}
.news-box h2{
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.news-item{
  padding: 10px;
  border-top: 1px solid #000;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.day{
  margin-right: 0px;
  font-size: 15px;
  padding: 10px;
}
.category{
  width: 100px;
  padding: 10px;
  text-align: center;
  background-color: #000;

}
.top-sns-wrapper{
  padding: 50px 0;
  box-shadow: 0px -10px 10px #0000004f;
  background-color: #fff;
}
.top-sns-box{
  width: 90%;
  flex-direction: column;
}
.top-sns-left{
  width: 100%;
  margin-right: 0%;
  margin-bottom: 5%;
  order: 2;
}
.top-sns-left h3{
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.top-sns-left h3 span{
  border-bottom: 10px solid #C2C2C2;
}
.top-sns-left p{
  font-size: 18px;
  margin-bottom: 5%;
}

.top-sns-list div{

  margin: 0 5.5% 20px ;
}
.top-sns-right{
  width: 100%;
}
.slider3 .slick-slide {
  margin:0 5px;/*スライド左右の余白調整*/
}
.movie-wrapper{
  padding: 0% 0 25% 0;
}
.movie-wrapper h2{
  font-size: 20px;
  margin-bottom: 30px;
}
.movie-box{
  width: 90%;
}
.group-wrapper h2{
  font-size: 20px;
  margin-bottom: 30px;
}
.group-box{
  width: 90%;
  flex-direction: column;
}
.group-item{
  width: 100%;
  margin: 0;
}
.shop-list-wrapper h2{
  font-size: 20px;
  margin-bottom: 30px;
}
.shop-list-box{
  flex-direction: column;
  
}
.shop-list{
  width: 90%;
  margin: 0 auto;
}
.shop-list h3{
  font-size: 18px;
}
footer{
  background-color: #000;
  background-image: initial;
}
footer ul{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
footer ul li{
  margin-bottom: 30px;
}
/*sp-page-purchase*/
.purchase-list-btn{
  width: 95%;
  flex-wrap: wrap;
}
.purchase-list-btn div{
  width: 45%;
  margin: 0 2.5%;
}
.purchase-explain-wrapper{
  width: 95%;
  margin: 0 auto;
}
.purchase-explain-box{
  width: 100%;
}
.purchase-list-box{
  width: 95%;
}
.purchase-list-box ul{
  justify-content: center;
}
.purchase-list-wrapper{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.sns-wrapper{
  width: 95%;
}
.sns-box{
  width: 60%;
  flex-wrap: wrap;
}
.sns-box div{
  width: 40%;
  margin: 0 5%;
  margin-bottom: 30px;
}
/*sp-repair*/
.repair-wrapper{
  width: 95%;
  margin-bottom: 100px;
}
.repair-heading h2{
  font-size: 20px;
  margin-bottom: 10px;
}
.repair-heading p{
  font-size: 15px;
}
.repair-item{
  width: 100%;
  margin: 0 0;
  margin-bottom: 80px;
}
/*sp-shop*/
.shop-wrapper{
  width: 90%;
  margin: 0 auto;
}
.shop-item{
  width: 100%;
  margin: 0 0%;
  margin-bottom: 60px;
  padding: 20px;
  box-shadow: 1px 1px 10px #0000002e;
}
/*sp-vision*/
.company-vision{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 70px;
}
.ceo-message-box{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 10px 20px 0;
}
.ceo-message-box p{
  font-size: 13px;
  margin-bottom: 100px;
  line-height: 30px;
}
.ceo-img{
  width: 100%;
  float: right;
  margin-bottom: -6px;
}
.company-profile table{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
  font-size: 14px;
}
.company-profile table tr th{
  width: 100px;
  text-align: left;
}
/*sp-single*/
.single-wrapper{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
}
/*sp-aacd*/
.aacd-wrapper {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
  
}
.aacd-wrapper .purchase-list-box{
  width: 95%;
  margin: 0 auto;
}
.aacd-wrapper h4{
  font-size: 15px;
}
.aacd-wrapper p{
  font-size: 14px;
}
.aacd-wrapper span{
  font-size: 16px;
}
		.slider-flex li{
		width: 100%;
	}
	.purchase-box{
		background-image: initial;
		background-color: #434343;
	}
	.staff-img{
		width: 70%;
	}
	.purchase-list-box ul li{
		width: 50%;
	}
}
