@charset "UTF-8";
/* CSS Document */
/* common
------------------------------*/
ul,
li {
    padding: 0;
}
img {
    vertical-align: bottom;
    width: auto;
    margin: auto;
}
a {
    display: inline-block;
}
.btn_shop {
    margin-left: -10px;
}
.btn_shop a:hover {
    opacity: 0.8;
}
.mgb0 {
    margin-bottom: 0px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgb20 {
    margin-bottom: 20px !important;
}
.mgb30 {
    margin-bottom: 30px !important;
}
.mgb32 {
    margin-bottom: 32px !important;
}
.mgb40 {
    margin-bottom: 40px !important;
}
.mgb50 {
    margin-bottom: 50px !important;
}
.mgb60 {
    margin-bottom: 60px !important;
}
.mgb80 {
    margin-bottom: 80px !important;
}
.mgb90 {
    margin-bottom: 90px !important;
}
.mgb100 {
    margin-bottom: 100px !important;
}
.mgtb100 {
    margin: 100px auto;
}
.pdb100 {
    padding-bottom: 100px;
}
/* common
------------------------------*/
.only-pc {
    display: block !important;
}
.only-sp {
    display: none !important;
}
.inner {
    max-width: 1000px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
}
.area {
    width: 1280px;
    margin: auto;
}
/* contents
------------------------------*/
.btnArea {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 auto;
    max-width: 949px;
    gap: 30px;
}

.wd-auto {
    width: auto;
    margin: auto;
}

.features{
  background: url("../images/bg.jpg") no-repeat top right;
  background-size: cover;
  padding-bottom: 60px;
}
.lead{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

/* タブレット
------------------------------*/
@media (max-width: 767px) {
    img {
        width: 100%;
    }
    .feature_tutle{
      width: 50%;
      max-width: 130px; 
    }

    .mgb10 {
        margin-bottom: 5px !important;
    }
    .mgb20 {
        margin-bottom: 10px !important;
    }
    .mgb30 {
        margin-bottom: 10px !important;
    }
    .mgb40 {
        margin-bottom: 20px !important;
    }
    .mgb50 {
        margin-bottom: 25px !important;
    }
    .mgb60 {
        margin-bottom: 30px !important;
    }
    .mgb80 {
        margin-bottom: 40px !important;
    }
    .mgb90 {
        margin-bottom: 40px !important;
    }
    .mgb100 {
        margin-bottom: 50px !important;
    }
    .mgtb100 {
        margin: 50px auto;
    }
    .only-pc {
        display: none !important;
    }
    .only-sp {
        display: block !important;
    }
    .btnArea {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .inner {
        width: 90%;
    }

    .area {
        width: auto;
    }

.features{
  background: url("../images/sp_bg.jpg") no-repeat top right;
  padding-bottom: 30px;
}
.lead{
  padding-top: 30px;
  display: block;
}



}
/*max-width: 767px*/
@media screen and (max-width: 480px) {
} /*max-width: 480px*/



