@charset "UTF-8";
/* CSS Document */

/*---------------------main-------------------------*/

.mainImg #slider02 li {
  position: relative;
  background-position: center;
}

.mainImg #slider02 .slide01 {
  background: url(../img/pic_main01.jpg) no-repeat center;
  background-size: cover;
  height: 100vh;
}

.mainImg #slider02 .slide02 {
  background: url(../img/pic_main02.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
}

.mainImg #slider02 .slide03 {
  background: url(../img/pic_main03.jpg) no-repeat center;
  height: 100vh;
}

@media screen and (max-width: 1200px){
  .mainImg #slider02 .slide02 {
    background: url(../img/pic_main02.jpg) no-repeat right center;
    background-size: cover;
  }
}

@media screen and (max-width: 1100px){
  .mainImg #slider02 .slide02 {
    background: url(../img/pic_main02.jpg) no-repeat right -200px center;
    background-size: cover;
  }
}

@media screen and (max-width: 900px){
  .mainImg #slider02 .slide03 {
    background: url(../img/pic_main03.jpg) no-repeat center center;
    background-size: contain;
  }
}


@media screen and (max-width: 768px){
  .mainImg #slider02 .slide01 {
    background: url(../img/pic_main01.jpg) no-repeat center;
    background-size: cover;
    height: 700px;
  }
}

@media screen and (max-width: 768px){
  .mainImg #slider02 .slide02 {
    background: url(../img/pic_main02.jpg) no-repeat right center;
    background-size: cover;
    height: 700px;
  }
}

@media screen and (max-width: 768px){
  .mainImg #slider02 .slide03 {
    background: url(../img/pic_main03.jpg) no-repeat center center;
    background-size: contain;
    height: 700px;
  }
}

@media screen and (max-width: 640px){
  .mainImg #slider02 .slide01 {
    background: url(../img/pic_main01.jpg) no-repeat center;
    background-size: cover;
    height: 600px;
  }
}

@media screen and (max-width: 640px){
  .mainImg #slider02 .slide02 {
    height: 600px;
  }
}

@media screen and (max-width: 640px){
  .mainImg #slider02 .slide03 {
    background: url(../img/pic_main03.jpg) no-repeat center center;
    background-size: contain;
    height: 600px;
  }
}

@media screen and (max-width: 500px){
  .mainImg #slider02 .slide01 {
    background: url(../img/pic_main01.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
  }
}

@media screen and (max-width: 500px){
  .mainImg #slider02 .slide02 {
    height: 500px;
  }
}

@media screen and (max-width: 500px){
  .mainImg #slider02 .slide03 {
    background: url(../img/pic_main03.jpg) no-repeat center center;
    background-size: contain;
    height: 500px;
  }
}

@media screen and (max-width: 400px){
  .mainImg #slider02 .slide01 {
    background: url(../img/pic_main01.jpg) no-repeat center;
    background-size: cover;
    height: 400px;
  }
}

@media screen and (max-width: 400px){
  .mainImg #slider02 .slide02 {
    height: 400px;
  }
}

@media screen and (max-width: 400px){
  .mainImg #slider02 .slide03 {
    background: url(../img/pic_main03.jpg) no-repeat center center;
    background-size: contain;
    height: 400px;
  }
}


#slider02 li .catch01 img{
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 640px){
  #slider02 li .catch01 img{
    bottom: 45px;
  }
}

#slider02 li .catch02 img{
  width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 640px){
  #slider02 li .catch02 img{
    bottom: 45px;
  }
}


.mainPresident h2{
  font-size: 86px;
  color: #e10012;
  left: 22%;
  margin-top: 50px;
  opacity: 0.5;
  position: absolute;
  z-index: 100;
}

.mainPresident h3{
  font-size: 30px;
  font-weight: bold;
}

.mainPresident h3::after {
    content: "";
    width: 70px;
    height: 1px;
    margin: 20px 0;
    background: #e10012;
    display: block;
}


.asmoUeda {
  float: left;
  position: relative;
  left: 10%;
  z-index: 10; }

.mainPresident {
  padding: 55px 0 105px;
  position: relative; }


.message {
  padding: 15px 30px;
  width: 500px;
  margin-top: 170px;
 margin-right: 0;
  right: 10%;
  position: absolute;
  z-index: 100; }

.messageTxt{
  margin: 30px 0;
  line-height: 24px;
}

.message .linkBtn01{
  margin-bottom: 10px;
}


.mainPresident::before {
  content: "";
  width: 70%;
  height: 400px;
  right: 0;
  bottom: 70px;
  background-color: #ffecef;
  position: absolute; }


@media screen and (max-width: 1000px){
  .mainPresident {
    padding-bottom: 220px;
  }
 .mainPresident_2203 {
    padding-bottom: 220px; }
 
}

@media screen and (max-width: 768px){
  .mainPresident {
    height: 540px;
    padding: 0;
    padding: 0 5px;
  }
 .mainPresident_2203 {
    height: 540px;
    padding: 0;
    padding: 0 5px; }
}

@media screen and (max-width: 640px){
  .mainPresident {
    height: 580px;
  }
 

@media screen and (max-width: 500px){
.mainPresident {
    height: 550px;
  }
}

@media screen and (max-width: 400px){
.mainPresident {
    height: 540px;
  }
}
  
@media screen and (max-width: 1000px){
  .asmoUeda{
    width: 600px;
  }

}

@media screen and (max-width: 768px){
  .asmoUeda{
    width: 600px;
    margin-top: 30px;
    bottom: 0;
    z-index: 10;
 }

}

@media screen and (max-width: 640px){
  .asmoUeda{
    width: auto;
    float: left;
    position: static;
    bottom: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1500px){
 .message {
    right: 18%; }
}

@media screen and (max-width: 1300px){
  .message {
    right: 7%; }
}
}

@media screen and (max-width: 768px){
  .mainPresident h3::after {
    width: 40px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 768px){
  .message{
    left: 0;
    margin: 0 5px;
    margin-top: 235px;
    padding: 10px;
  }
}

@media screen and (max-width: 640px){
  .message{
    width: 98%;
    margin-top: 5px;
    margin-bottom: 10px;
    bottom: 0;
  }
}

@media screen and (max-width: 500px){
  .message{
  }
}

@media screen and (max-width: 400px){
.message {
  }
}

@media screen and (max-width: 768px){
  .mainPresident h3 {
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px){
  .messageTxt{
  margin: 10px 0;
  line-height: 24px;
  font-size: 12px;
  }
}

@media screen and (max-width: 1300px){
  .mainPresident h2 {
    right: 0;
    margin-right: 5px; }

}

@media screen and (max-width: 1300px){
  .mainPresident h2 {
    font-size: 70px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 1000px){
  .mainPresident h2 {
    font-size: 70px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 900px){
  .mainPresident h2 {
    font-size: 55px;
  }
}

@media screen and (max-width: 768px){
 .mainPresident h2 {
    font-size: 45px;
    margin-top: 75px;
  }
}

@media screen and (max-width: 640px){
 .mainPresident h2 {
    font-size: 40px;
    position: static;
    margin-top: 10px;
  }
}

@media screen and (max-width: 350px){
  .mainPresident h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px){
  .mainPresident::before{
    content: "";
    left: 0;
    background-color: #ffecef;
    position: absolute;
  }
}

@media screen and (max-width: 1000px){
  .mainPresident::before{
    content: "";
    left: 0;
    bottom: 60px;
    background-color: #ffecef;
    position: absolute;
  }
}


@media screen and (max-width: 768px){
  .mainPresident::before{
    content: "";
    height: 300px;
    left: 0;
    bottom: 125px;
    background-color: #ffecef;
    position: absolute;
  }
}

@media screen and (max-width: 640px){
  .mainPresident::before{
    display: none;
  }
}

.mainCEOgreeting { 
 position: relative;
 margin: 80px auto auto;
 height: 600px;
}
.greetingcontent {
 width: 1300px;
 position: relative; 
 margin: auto;
 height: 100%;
}
.greetingcontent::before {
  content: "";
  width: 80%;
  height: 480px;
  bottom: 40px;
  right: -70px;
  background-color: #ffecef;
  position: absolute;
}
.greetingcontent h2 {
  font-size: calc(30px + 56 * (100vw - 320px)/ 980);
  color: #e10012;
  right: 0;
  margin-top: 20px;
  opacity: 0.5;
  position: absolute;
  z-index: 100; }

.greetingcontent h3 {
  font-size: 30px;
  font-weight: bold; }

.greetingcontent h3::after {
  content: "";
  width: 70px;
  height: 1px;
  margin: 20px 0;
  background: #e10012;
  display: block; }

.CEOimg {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
}

.CEOimg img {
  width: 100%;
  margin: auto;
 }

.CEOmessage { 
 width: 45%;
 position: absolute;
 display: block;
 bottom: 100px;
 right: 0;
 padding: 40px;
}

@media screen and ( min-width:1300px ) {
.greetingcontent h2 {
  font-size: 80px; /*フォント拡大最大値*/
  }
}
@media screen and ( max-width:320px ) {
.greetingcontent h2 {
  font-size: 30px; /*フォント拡大最小値*/
  }
}

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

 .greetingcontent {
  width: 1000px;  
 }
 .greetingcontent h2 {   
   margin-top: 15px;
   opacity: 0.5;
 }
 .CEOimg {
  width: 63%;  
 }
 .CEOmessage {
  padding: 30px;
 }
}

@media screen and ( max-width:1000px ) {
 .mainCEOgreeting {
  margin: 80px auto 40px;
  height: 100%;
 }
 .greetingcontent {
  width: 90%;
 }
 .greetingcontent::before {
   display: none;
 }
 .greetingcontent h2 {
   color: #e10012;
   margin: 0 auto 10px;
   position: static;
   text-align: center;
  }
 .greetingcontent h3 {
 }

 .greetingcontent h3::after {
 }

 .CEOimg {
  width: 100%;
  position: static;
  margin: 0 auto 10px;
 }

 .CEOmessage { 
  width: 100%;
  position: static;
 }

}







.boxshadow{
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0,0,0,0.2);
}

.mainPlay{
  background: url(../img/backimg_play.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
}

.mainPlay h3{
  font-size: 35px;
  font-weight: bold;
  margin: 20px 0;
}

.mainPlay p{
  line-height: 38px;
  margin-top: 20px;
}

@media screen and (max-width: 768px){
  .mainPlay{
    font-size: 14px;
    padding: 25px 5px;
  }
}

@media screen and (max-width: 768px){
  .mainPlay h3{
    font-size: 20px;
  }
}

@media screen and (max-width: 768px){
  .mainPlay p{
    line-height: 30px
  }
}


.mainIntroduction{
  background-color: #f0f0f0;
  color: #2f3a43;
  padding: 30px 0 20px;
}

.introduction{
  width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px){
  .introduction{
    width: 1100px;
  }
}

@media screen and (max-width: 1100px){
  .introduction{
    width: 1000px;
  }
}

@media screen and (max-width: 1000px){
  .introduction{
    width: 900px;
  }
}

@media screen and (max-width: 900px){
  .introduction{
    width: 415px;
  }
}

@media screen and (max-width: 500px){
  .introduction{
    width: auto;
  }
}

.company,
.sponsor,
.history{
  float: left;
}

.company a,
.sponsor a,
.history a{
  color: #2f3a43;
  opacity: 1;
}

.sponsor{
  padding: 0 20px;
}

.mainIntroduction h4{
  margin-top: -222px;
  margin-left: 20px;
}

.mainIntroduction p{
  margin-left: 15px;
}

.txtIntroduction{
  margin-top: 100px;
}

@media screen and (max-width: 1100px){
  .txtIntroduction{
    margin-top: 80px;
  }
}

@media screen and (max-width: 900px){
  .txtIntroduction{
    margin-top: 105px;
  }
}

@media screen and (max-width: 350px){
  .txtIntroduction{
    margin-top: 90px;
  }
}

.company .txtIntroduction,
.history .txtIntroduction{
  margin-top: 144px;
}

@media screen and (max-width: 1100px){
  .company .txtIntroduction,.history .txtIntroduction{
    margin-top: 118px;
  }
}

@media screen and (max-width: 1000px){
  .company .txtIntroduction,.history .txtIntroduction{
    margin-top: 115px;
  }
}

@media screen and (max-width: 900px){
  .company .txtIntroduction,.history .txtIntroduction{
    margin-top: 140px;
  }
}

@media screen and (max-width: 350px){
  .company .txtIntroduction,.history .txtIntroduction{
    margin-top: 124px;
  }
}



.company h4::after {
    content: "";
    width: 25px;
    height: 1px;
    margin: 10px 0;
    background: #2f3a43;
    position: relative;
    display: block;
}

.sponsor h4,
.history h4,
.sbtit02{
  color: #fff;
}

.sponsor h4::after,
.history h4::after{
    content: "";
    width: 25px;
    height: 1px;
    margin: 10px 0;
    background: #fff;
    position: relative;
    display: block;
}

.sbtit01,
.sbtit02{
  padding-bottom: 30px;
}

.linktxt01{
  padding: 10px 0;
  background: url(../common/img/black_arrow.png) no-repeat left 185px top 16px;
}

.linktxt02{
  padding: 10px 0;
  background: url(../common/img/black_arrow.png) no-repeat left 160px top 16px;
}

.linktxt03{
  padding: 10px 0;
  background: url(../common/img/black_arrow.png) no-repeat left 190px top 16px;
}

.txtIntroduction span{
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1100px){
  .txtIntroduction span{
  font-size: 14px;
  }
}

@media screen and (max-width: 1300px){
  .sponsor{
    padding: 0 10px;
  }
}

@media screen and (max-width: 900px){
  .sponsor{
    padding: 0;
    padding: 15px 0;
  }
}

@media screen and (max-width: 900px){
  .mainIntroduction{
    padding: 20px 5px;
  }
}

@media screen and (max-width: 640px){
  .mainIntroduction{
    padding: 20px 5px;
  }
}

@media screen and (max-width: 1300px){
  .company img,
  .sponsor img,
  .history img{
    width: 360px;
  }
}

@media screen and (max-width: 1100px){
  .company img,
  .sponsor img,
  .history img{
    width: 325px;
  }
}

@media screen and (max-width: 1000px){
  .company img,
  .sponsor img,
  .history img{
    width: 293px;
  }
}

@media screen and (max-width: 900px){
  .company img,
  .sponsor img,
  .history img{
    width: auto;
  }
}


.mainBusiness{
  padding-top: 140px;
  padding-bottom: 90px;
}

.mainShop{
  padding-bottom: 70px;
}

.mainBusiness h2,
.mainShop h2{
  font-size: 94px;
  color: #e10012;
  opacity: 0.15;
  position: relative;
  z-index: 101;
}

.mainBusiness h2{
  float: left;
  left: 34px;
  width: 200px;
  margin-top: 70px;
}

.mainShop h2{
  top: 50px;
  right: 10%;
  float: right;
  width: 375px;
}

.mainIntroduction h4,
.mainBusiness h4,
.mainShop h4{
  font-size: 24px;
  font-weight: bold;
}

.mainBusiness h4::after,
.mainShop h4::after{
    content: "";
    width: 40px;
    height: 1px;
    margin: 20px 0;
    background: #e10012;
    display: block;
}

.businessContent,
.shopContent{
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
}

.picBusiness{
  float: right;
  position: relative;
  bottom: 90px;
  z-index: 10;
}

.picShop{
  float: left;
  position: relative;
  bottom: 30px;
  z-index: 10;
}

.mainBusiness::before{
  content: "";
  width: 70%;
  height: 400px;
  left: 0;
  background-color: #f1f0ee;
  position: absolute;
}

.mainShop::before{
  content: "";
  width: 70%;
  height: 400px;
  right: 0;
  background-color: #f1f0ee;
  position: absolute;
}

.business,
.shoplist{
  width: 560px;
  padding: 40px;
  position: absolute;
  z-index: 100;
}

.shoplist{
  right: 12%;
  margin-top: 120px;
}

.business{
  margin-top: 140px;
}

.businessTxt,
.shopTxt{
  padding-bottom: 10px;
}

.business .linkBtn01,
.shoplist .linkBtn01{
  margin: 0 auto;
}

.borderLeft{
  border-left: 1px solid #fff;
  padding: 9px 0;
}

@media screen and (max-width: 768px){
  .borderLeft{
    padding: 5px;
  }
}

@media screen and (max-width: 768px){
  .businessTxt,
  .shopTxt{
    font-size: 12px;
  }
}

@media screen and (max-width: 1300px){
  .mainIntroduction h4{
  margin-top: -215px;
  }
}

@media screen and (max-width: 1100px){
  .mainIntroduction h4{
  margin-top: -182px;
  }
}

@media screen and (max-width: 1000px){
  .mainIntroduction h4{
  margin-top: -170px;
  }
}

@media screen and (max-width: 900px){
  .mainIntroduction h4{
  margin-top: -210px;
  }
}

@media screen and (max-width: 768px){
  .mainIntroduction h4{
  margin-top: -225px;
  }
}

@media screen and (max-width: 767px){
  .mainIntroduction h4{
  margin-top: -200px;
  }
}

@media screen and (max-width: 350px){
  .mainIntroduction h4{
  margin-top: -188px;
  }
}

@media screen and (max-width: 320px){
  .mainIntroduction h4{
  margin-top: -176px;
  }
}

@media screen and (max-width: 640px){
  .mainBusiness{
    padding: 50px 5px 30px;
  }
}

@media screen and (max-width: 500px){
.mainBusiness {
    padding: 10px 5px 20px;
  }
}

@media screen and (max-width: 1300px){
  .mainShop{
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 1000px){
  .mainShop{
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 900px){
  .mainShop{
    padding-bottom: 160px;
    padding-top: 90px;
  }
}

@media screen and (max-width: 640px){
  .mainShop{
    padding: 0px 5px 40px;
  }
}

@media screen and (max-width: 400px){
.mainShop {
    padding: 0px 5px 22px;
  }
}

@media screen and (max-width: 1300px){
  .mainIntroduction h4,
  .mainBusiness h4,
  .mainShop h4{
  font-size: 20px;
  font-weight: bold;
  }
}


@media screen and (max-width: 1100px){
  .mainBusiness h2 {
    left: 37px;
    font-size: 85px;
  }
}

@media screen and (max-width: 1000px){
  .mainBusiness h2 {
    left: 20px;
    margin-top: 60px;
    font-size: 65px;
  }
}

@media screen and (max-width: 800px){
  .mainBusiness h2 {
    font-size: 50px;
    left: 15px;
    margin-top: 64px;
  }
}

@media screen and (max-width: 640px){
  .mainBusiness h2 {
    left: auto;
    margin-top: 0px;
    float: right;
  }
}

@media screen and (max-width: 400px){
  .mainBusiness h2 {
    font-size: 38px;
    width: 153px;
  }
}


@media screen and (max-width: 1100px){
    .mainShop h2 {
      top: 67px;
      font-size: 85px;
      width: 340px;
  }
}

@media screen and (max-width: 1000px){
    .mainShop h2 {
      right: 15%;
      top: 67px;
      font-size: 65px;
      width: 260px;
  }
}

@media screen and (max-width: 800px){
    .mainShop h2 {
      top: 67px;
      font-size: 50px;
      width: 220px;
  }
}

@media screen and (max-width: 640px){
    .mainShop h2 {
      right: 10px;
      top: 0px;
  }
}

@media screen and (max-width: 400px){
  .mainShop h2 {
    font-size: 38px;
    width: 156px;
  }
}

@media screen and (max-width: 1400px){
  .business{
  }
}

@media screen and (max-width: 1200px){
  .business{
  left: 5%;
  }
}

@media screen and (max-width: 1100px){
  .business{
  }
}

@media screen and (max-width: 1000px){
  .business{
    width: 450px;
    padding: 20px;
    margin-top: 110px;
  }
}

@media screen and (max-width: 1000px){
  .business{
    width: 450px;
    padding: 15px;
  }
}

@media screen and (max-width: 800px){
  .business{
    width: 365px;
    padding: 15px;
  }
}

@media screen and (max-width: 640px){
  .business{
    width: auto;
    left: 0;
    padding: 10px;
    margin: 0 5px;
    position: static;
  }
}

@media screen and (max-width: 1500px){
  .shoplist{
    right: 5%;
  }
}

@media screen and (max-width: 1400px){
  .shoplist{
    right: 3%;
  }
}

@media screen and (max-width: 1300px){
  .shoplist{
    right: 1%;
  }
}

@media screen and (max-width: 1000px){
  .shoplist{
    width: 450px;
    padding: 20px;
  }
}

@media screen and (max-width: 800px){
  .shoplist{
    width: 365px;
    padding: 15px;
  }
}


@media screen and (max-width: 640px){
  .shoplist{
    width: auto;
    right: 0;
    padding: 10px;
    margin: 0;
    margin: 0 5px;
    position: static;
  }
}

@media screen and (max-width: 1500px){
  .picBusiness{
  right: 5%;
  }
}

@media screen and (max-width: 1300px){
  .picBusiness{
  right: 2%;
  }
}

@media screen and (max-width: 1200px){
  .picBusiness{
    right: 5px;
    width: 610px;
  }
}


@media screen and (max-width: 640px){
  .picBusiness{
    right: 0;
    bottom: 0;
    position: static;
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 1500px){
  .picShop{
  }
}

@media screen and (max-width: 1300px){
  .picShop{
  left: 2%;
  }
}

@media screen and (max-width: 1200px){
  .picShop{
    width: 610px;
  }
}

@media screen and (max-width: 1100px){
  .picShop{
    left: 5px;
  }
}

@media screen and (max-width: 1000px){
  .picShop,.picBusiness{
    width: 500px;
  }
}

@media screen and (max-width: 900px){
  .picShop,.picBusiness{
    width: 450px;
  }
}

@media screen and (max-width: 800px){
  .picShop,.picBusiness{
    width: 380px;
  }
}

@media screen and (max-width: 640px){
  .picShop,.picBusiness {
    width: auto;
    float: none;
    position: static;
    bottom: 0;
  }
}


@media screen and (max-width: 1000px){
  .mainBusiness::before {
    content: "";
    width: 70%;
    height: 300px;
    left: 0;
    background-color: #f1f0ee;
    position: absolute;
  }
}

@media screen and (max-width: 640px){
  .mainBusiness::before {
    display: none;
    margin: 0;
  }
}

@media screen and (max-width: 1000px){
  .mainShop::before {
    content: "";
    width: 70%;
    height: 300px;
    right: 0;
    background-color: #f1f0ee;
    position: absolute;
  }
}

@media screen and (max-width: 640px){
  .mainShop::before {
    display: none;
    margin: 0;
  }
}

@media screen and (max-width: 1000px){
  .mainBusiness h4::after, .mainShop h4::after {
    content: "";
    height: 1px;
    margin: 10px 0;
    background: #e10012;
    display: block;
  }
}

@media screen and (max-width: 768px){
  .mainBusiness h4::after, .mainShop h4::after {
    content: "";
    width: 30px;
    height: 1px;
    margin: 10px 0;
    background: #e10012;
    display: block;
  }
}

/*-------------------------slider---------------------------*/

#slider02 li img {
  width: 100%;
}

#slider02 .slick-next {
  width: 50px;
  right: 20px;
  background: url(../img/slideArrow01.png)no-repeat;
  padding: 30px 7px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #slider02 .slick-next {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 15px;
  }
}

#slider02 .slick-next:before {
  content: "";
  background: none;
}

#slider02 .slick-prev {
  width: 50px;
  background: url(../img/slideArrow02.png) no-repeat;
  padding: 30px 7px;
  left: 30px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  #slider02 .slick-prev {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: 15px;
  }
}

#slider02 .slick-prev:before {
  content: "";
  background: none;
}


.slick-dots li{
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button{
    cursor: pointer;
    color: #fff;
    border: 0;
    width: 12px;
    height: 12px;
    outline: none;
    background: none;
}

.slick-dots li button:before {
  background-color: #fff;
  content: '';
  opacity: 1;
  width: 12px;
  height: 12px;
  bottom: 45px;
  top: auto;
  border-radius: 25px;
}

.slick-dots li.slick-active button:before {
  background-color: #e10012;
  opacity: 1;
}
