.main_visual {
  position: relative;
}
.main_visual .hooper {
  height: 100%;
}
.main_visual .hooper-slide img {
  width: 100%;
  min-height: auto;
  object-fit: cover;
  vertical-align: middle;
}
.main_visual .hooper .hooper-slide {
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: center;
}
.main_visual .hooper .icon {
  fill: #fff !important;
}
.main_visual a:hover img {
  opacity: inherit;
}

/*===============================================
sec01
===============================================*/
.sec01 > .inr {
  display: flex;
  justify-content: space-between;
}
.sec01 > .inr > div {
  flex-basis: 48%;
}
.sec01 > .inr dl dt {
  font-size: 1.1rem;
}
.sec01 > .inr dl dd {
  font-size: 1.2rem;
  margin-top: 5px;
}
.sec01 ul > li {
  border-bottom: 1px solid;
  padding: 8px 0;
}
.sec01 ul.shop > li {
  display: flex;
}
.sec01 ul.shop > li .logo {
  width: 13%;
  margin-right: 20px;
}

/*===============================================
sec02
===============================================*/
.sec02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec02 ul li {
  display: flex;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  width: 49%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.sec02 ul li figure {
  display: block;
  margin-right: 10px;
  line-height: 1;
  width: 55%;
}
.sec02 ul li .info {
  width: 35%;
  margin: 0 auto;
  text-align: center;
}
.sec02 ul li .info .logo {
  width: 60%;
  margin: 0 auto;
}
.sec02 ul li .info h3 {
  font-weight: bold;
  font-size: 110%;
}
.sec02 ul li .info dl {
  margin-bottom: 5px;
}
.sec02 ul li .info .btn {
  background-color: #3c1912;
}

/*===============================================
sec03
===============================================*/
.sec03 {
  background: url("../images/top/sec03_bg.jpg");
  background-size: cover;
  min-height: 400px;
}
.sec03 .inr {
  display: flex;
  justify-content: end;
}
.sec03 ._inr {
  width: 60%;
  text-align: center;
}
.sec03 ._inr h3 {
  font-weight: 500;
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: -1px;
  margin-top: 70px;
}
.sec03 ._inr .btn {
  width: 350px;
  margin: 0 auto;
  background-color: #fff;
}
.sec03 ._inr .btn a {
  color: #1372ce;
  padding: 8px 0;
  margin-top: 30px;
  font-weight: bold;
}
.sec03 ._inr .btn a:after {
  background: url("/images/common/allow_blue.svg") no-repeat;
}

@media screen and (max-width: 768px) {
  .icon-arrowLeft {
    position: absolute;
    left: 2px;
  }

  .icon-arrowRight {
    position: absolute;
    left: -20px;
  }

  .main_visual h2 {
    width: 80%;
  }

  /*===============================================
  sec01
  ===============================================*/
  .sec01 > .inr {
    flex-flow: column;
  }
  .sec01 > .inr > div {
    flex-basis: 100%;
  }
  .sec01 .inr > div:last-child {
    margin-top: 40px;
  }
  .sec01 ul.shop > li {
    display: flex;
  }
  .sec01 ul.shop > li .logo {
    width: 20%;
    margin-right: 15px;
  }

  /*===============================================
  sec02
  ===============================================*/
  .sec02 ul {
    gap: unset;
  }
  .sec02 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sec02 ul li figure {
    width: 50%;
  }
  .sec02 ul li .info {
    width: 45%;
  }
  .sec02 ul li .info .logo {
    width: 40%;
    margin: 0 auto;
  }

  /*===============================================
  sec03
  ===============================================*/
  .sec03 {
    background: url("../images/top/sec03_bg_sp.jpg") left;
    background-size: cover;
    min-height: 300px;
  }
  .sec03 ._inr {
    margin-left: auto;
    width: 70%;
  }
  .sec03 ._inr h3 {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-top: 70px;
  }
  .sec03 ._inr .btn {
    width: 80%;
  }
}