@media screen and (max-width: 767px) {
  section {
    text-align: justify;
  }
}

i {
  font-style: normal !important;
  position: relative;
}

small {
  font-style: normal !important;
}

.sl01 {
  height: 110vw;
  position: relative;
  overflow: hidden;
}

.sl01 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .sl01 {
    height: 800px;
  }
}

#sec1 {
  background: url(../img/onlineshop/sec1_deco.jpg) no-repeat top right, url(../img/onlineshop/line.jpg) no-repeat bottom center;
  background-size: 100% auto;
  padding: 17vw 5% 30vw;
}

#sec1 h2 {
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 5vw;
}

#sec1 h2 span {
  font-size: 28px;
}

#sec1 h2 span.cl {
  font-size: 32px;
  color: #91725a;
}

#sec1 .txt {
  margin: 0 0 10vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    background: url(../img/onlineshop/sec1_deco.jpg) no-repeat top right, url(../img/onlineshop/line.jpg) no-repeat bottom center;
    background-size: auto;
    padding: 105px 0 485px;
  }
  #sec1 .inner {
    min-height: 560px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    padding-left: 600px;
  }
  #sec1 .photo {
    top: 0;
    left: -150px;
    position: absolute;
  }
  #sec1 h2 {
    position: relative;
    z-index: 1;
    font-size: 50px;
    line-height: 95px;
    margin-bottom: 40px;
    letter-spacing: 0em;
    padding-top: 20px;
  }
  #sec1 h2 span {
    font-size: 60px;
  }
  #sec1 h2 span.cl {
    font-size: 65px;
  }
  #sec1 .txt {
    margin: 0;
    position: relative;
    z-index: 1;
    width: 481px;
  }
}

#sec2 {
  position: relative;
  padding: 0 0 5vw;
  background: url(../img/shared/bg_ft.jpg) repeat top center;
  background-size: 60% auto;
  color: #FFF;
}

#sec2 h2 {
  font-size: 24px;
  line-height: 42px;
  margin: 0 5%;
}

#sec2 h2 span {
  font-size: 30px;
}

#sec2 h2 small {
  font-size: 22px;
}

#sec2 .box {
  position: relative;
  margin-bottom: 15vw;
}

#sec2 .box dl {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 12vw 0 9vw;
}

#sec2 .box dl dd {
  font-size: 20px;
  text-align: right;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 15px 0;
  margin-bottom: 12vw;
}

#sec2 .box dl dd::before {
  width: 86%;
  left: 0;
  background: currentColor;
  height: 1px;
  position: absolute;
  top: 0;
  content: "";
}

#sec2 .box dl dd::after {
  width: 40%;
  right: 0;
  background: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: "";
}

#sec2 .box dl dt {
  margin: 0 5%;
}

#sec2 .box .txt {
  margin: 0 5%;
}

#sec2 .box1 {
  position: relative;
}

#sec2 .box1 h3 {
  margin: 0 0 8vw 8%;
}

#sec2 .box1 dl {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: -22vw 0 9vw;
  position: relative;
  z-index: 2;
}

#sec2 .box1 dl dd {
  font-size: 20px;
  text-align: right;
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 15px 0;
  margin-bottom: 12vw;
}

#sec2 .box1 dl dd::before {
  width: 74%;
  left: 0;
  background: currentColor;
  height: 1px;
  position: absolute;
  top: 0;
  content: "";
}

#sec2 .box1 dl dd::after {
  width: 60%;
  right: 0;
  background: currentColor;
  height: 1px;
  position: absolute;
  bottom: 0;
  content: "";
}

#sec2 .box1 dl dt {
  margin: 0 5%;
}

#sec2 .box1 .txt {
  margin: 0 5% 10vw;
}

.btn-common {
  margin: 0 10%;
}

.btn-common span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-common span img {
  width: 22px;
  height: 23px;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  #sec2 {
    position: relative;
    padding: 0 0 15px;
    background: url(../img/shared/bg_ft.jpg) repeat top center;
    background-size: auto;
  }
  #sec2 h2 {
    font-size: 50px;
    line-height: 85px;
    margin: 0 auto -475px;
    width: fit-content;
    position: relative;
    top: -315px;
    z-index: 2;
  }
  #sec2 h2 span {
    font-size: 60px;
  }
  #sec2 h2 small {
    font-size: 40px;
  }
  #sec2 .inner {
    padding: 0;
    max-width: 1500px;
    margin: auto;
  }
  #sec2 .box {
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .box h3 {
    position: absolute;
    top: 0;
    right: 77px;
  }
  #sec2 .box .txt {
    width: 520px;
    padding: 335px 20px 0;
    box-sizing: border-box;
  }
  #sec2 .box .txt span {
    display: block;
    width: 332px;
    letter-spacing: 0.175em;
  }
  #sec2 .box dl {
    display: block;
    margin: 0 0 0 97px;
    position: relative;
    max-width: 770px;
    overflow: hidden;
  }
  #sec2 .box dl dt {
    padding-top: 48px;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 515px;
    width: 100%;
  }
  #sec2 .box dl dt img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .box dl dd {
    width: 100px;
    top: 10px;
    left: 45px;
    font-size: 35px;
    text-align: right;
    display: block;
    position: absolute;
    line-height: 50px;
    padding: 0 4px;
    margin-bottom: 0;
    color: #FFF;
    z-index: 2;
    height: 500px;
  }
  #sec2 .box dl dd span {
    height: 500px;
  }
  #sec2 .box dl dd::before {
    width: 1px;
    left: 0;
    background: currentColor;
    height: 360px;
    position: absolute;
    top: 345px;
    content: "";
  }
  #sec2 .box dl dd::after {
    height: 462px;
    right: 0;
    background: currentColor;
    width: 1px;
    position: absolute;
    bottom: 0;
    content: "";
  }
  #sec2 .box1 {
    position: relative;
    padding-left: 625px;
    min-height: 635px;
    box-sizing: border-box;
  }
  #sec2 .box1 h3 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sec2 .box1 dl {
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-width: 770px;
  }
  #sec2 .box1 dl dd {
    width: 100px;
    top: -40px;
    right: 80px;
    font-size: 35px;
    text-align: right;
    display: block;
    position: absolute;
    line-height: 50px;
    padding: 0 4px;
    margin-bottom: 0;
    color: #FFF;
    z-index: 2;
    height: 390px;
  }
  #sec2 .box1 dl dd span {
    height: 390px;
  }
  #sec2 .box1 dl dd::before {
    width: 1px;
    left: 0;
    background: currentColor;
    height: 445px;
    position: absolute;
    top: 200px;
    content: "";
  }
  #sec2 .box1 dl dd::after {
    height: 500px;
    right: 0;
    background: currentColor;
    width: 1px;
    position: absolute;
    bottom: 0;
    content: "";
  }
  #sec2 .box1 dl dt {
    margin: 0;
  }
  #sec2 .box1 .txt {
    position: absolute;
    top: 350px;
    left: 100px;
    z-index: 2;
    padding: 0;
    width: 398px;
  }
  #sec2 .btn-common {
    width: 330px;
    margin: auto;
  }
}

#sec3 {
  background: url(../img/onlineshop/d3.jpg) no-repeat top center, url(../img/onlineshop/sec3_bg.jpg) no-repeat bottom center, url(../img/shared/bg_ft.jpg) repeat top center;
  background-size: 150% auto, 100% auto, 60% auto;
  color: #FFF;
  position: relative;
  z-index: 2;
  padding: 15vw 0 20vw;
}

#sec3 h2 {
  margin: 0 30% 8vw 0;
}

#sec3 .photo {
  margin: 10vw 0 15vw;
}

#sec3 .btn-common {
  margin: 0 5%;
}

#sec3 .list .item + .item {
  margin-top: 15vw;
}

#sec3 .list .item:last-child {
  margin-bottom: 20px;
}

#sec3 .list .item dl {
  text-align: center;
  padding: 20px 0;
}

#sec3 .list .item dl dt {
  font-size: 22px;
}

#sec3 .list .item dl dd {
  font-size: 18px;
}

#sec3 .list .item dl dd span {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #sec3 {
    background: url(../img/onlineshop/d3.jpg) no-repeat top center, url(../img/onlineshop/sec3_bg.jpg) no-repeat bottom left, url(../img/shared/bg_ft.jpg) repeat top center;
    background-size: auto;
    color: #FFF;
    position: relative;
    z-index: 2;
    padding: 210px 0 125px;
  }
  #sec3 h2 {
    margin: 0 0 65px 585px;
  }
  #sec3 .photo {
    margin: 0;
    position: absolute;
    top: -107px;
    left: -74px;
  }
  #sec3 .txt {
    margin: 0 0 75px 590px;
    width: 355px;
  }
  #sec3 .btn-common {
    margin: 0 auto;
    width: 330px;
  }
  #sec3 .list {
    width: 1170px;
    margin: 0 -85px 110px;
    display: flex;
    justify-content: space-between;
  }
  #sec3 .list .item {
    width: 560px;
  }
  #sec3 .list .item + .item {
    margin-top: 0;
  }
  #sec3 .list .item:last-child {
    margin-bottom: 0;
  }
  #sec3 .list .item dl {
    text-align: center;
    padding: 30px 0 42px;
  }
  #sec3 .list .item dl dt {
    font-size: 35px;
    margin-bottom: 15px;
  }
  #sec3 .list .item dl dd {
    font-size: 28px;
  }
  #sec3 .list .item dl dd span {
    font-size: 22px;
  }
}

#sec4 {
  position: relative;
  z-index: 2;
  padding: 14vw 5% 18vw;
}

#sec4 .list {
  margin: 10vw 0 12vw;
  position: relative;
}

#sec4 .list dt {
  position: relative;
  margin-bottom: 5vw;
}

#sec4 .list dt i {
  display: flex;
  justify-content: space-between;
  font-size: 4.5vw;
  position: absolute;
  bottom: 5vw;
  left: 0;
  width: 100%;
}

#sec4 .list dt i span {
  width: 37%;
  text-align: center;
  display: block;
}

#sec4 .list dd {
  text-align: center;
  font-size: 40px;
}

#sec4 .list dd span {
  font-size: 26px;
}

#sec4 .list dd span i {
  font-size: 18px;
}

#sec4 dl.tel {
  text-align: center;
  background: url(../img/shared/bg_r.jpg) repeat;
  padding: 10px 10px 15px;
  margin-top: 10vw;
}

#sec4 dl.tel span, #sec4 dl.tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding-top: 5px;
}

#sec4 dl.tel span img, #sec4 dl.tel a img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}

#sec4 dl.tel i {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

@media screen and (min-width: 768px) {
  #sec4 {
    position: relative;
    z-index: 2;
    padding: 55px 0 125px;
  }
  #sec4 .inner {
    max-width: 843px;
    margin: auto;
    text-align: center;
  }
  #sec4 .list {
    margin: 45px 0 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  #sec4 .list dt {
    position: relative;
    margin: 0 35px 0 0;
    width: 415px;
  }
  #sec4 .list dt i {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    position: absolute;
    bottom: 21px;
    left: 0;
    width: 100%;
  }
  #sec4 .list dt i span {
    width: 150px;
    text-align: center;
    display: block;
  }
  #sec4 .list dd {
    text-align: center;
    font-size: 50px;
    letter-spacing: 0;
  }
  #sec4 .list dd span {
    font-size: 40px;
  }
  #sec4 .list dd span i {
    font-size: 34px;
  }
  #sec4 .txt {
    width: 633px;
    margin: auto;
  }
  #sec4 dl.tel {
    text-align: center;
    background: url(../img/shared/bg_r.jpg) repeat;
    padding: 38px 10px 42px;
    margin: 60px 20px 0;
    font-size: 24px;
  }
  #sec4 dl.tel span, #sec4 dl.tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin: 20px 0 10px;
  }
  #sec4 dl.tel span img, #sec4 dl.tel a img {
    width: 33px;
    height: 33px;
    margin-right: 5px;
    position: relative;
    top: -5px;
  }
  #sec4 dl.tel i {
    font-size: 15px;
    padding-top: 25px;
    display: block;
  }
}

@media screen and (max-width: 1519px) and (min-width: 768px) {
  #sec2 .box h3 {
    top: 0;
    right: inherit;
    left: 55%;
  }
}
