#sec1 {
  padding: 30px 0;
}

#sec1 h2 {
  width: 27%;
  margin-right: 10px;
}

#sec1 .row {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

#sec1 dl {
  line-height: 26px;
  display: flex;
}

#sec1 dl dt {
  color: #ff4500;
  margin-right: 5px;
  white-space: nowrap;
}

@media (max-width: 399px) {
  #sec1 dl {
    flex-wrap: wrap;
  }
  #sec1 dl dt, #sec1 dl dd {
    width: 100%;
  }
}

#sec3 {
  padding-bottom: 0;
}

#sec3 .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

#sec3 .content h3, #sec3 .content dl {
  width: 80%;
}

#sec3 .content h3 {
  font-size: 5.5vw;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 700;
}

#sec3 .content h3 span {
  color: #ff4500;
}

#sec3 .content dl {
  font-weight: 700;
  margin-bottom: 12px;
}

#sec3 .content dl dt {
  font-size: 7.5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

#sec3 .content dl dd {
  line-height: 1.5;
  color: #ff4500;
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}

#sec3 .content dl dd span {
  font-size: 4vw;
}

#sec3 .txt {
  padding-top: 15px;
  margin-top: 5px;
  border-top: 1px solid #000;
}

#sec3 .photo {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
}

#sec3 .photo:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 50%;
  height: 22.93333vw;
  background: url("../img/index/sec3_deco.jpg");
  background-size: 100%;
}

#sec3 .list-btn {
  padding-bottom: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#sec3 .btn {
  margin-top: 10px;
  min-width: 280px;
  width: 70%;
}

#sec3 .btn a {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 45px;
  border: 1px solid #ff4500;
  padding-left: 24px;
  font-size: 16px;
  background: #ff4500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-right: 15px;
  width: 100%;
  color: #fff;
  position: relative;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#sec3 .btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 40px;
  height: 17px;
  background: url("../img/shared/icon_arr2.jpg");
}

#sec3 .btn a:not(.btn2):hover {
  text-decoration: none;
  opacity: 0.8;
}

#sec3 .btn.btn2 a {
  background: #fff;
  color: #ff4500;
}

#sec3 .btn.btn2 a:before {
  width: 25px;
  height: 25px;
  background: url("../img/shared/icon_cart2.png");
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#sec3 .btn.btn2 a:hover {
  color: #fff;
  background-color: #ff4500;
  opacity: 1;
}

#sec3 .btn.btn2 a:hover:before {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 14px;
  right: 19px;
  background: url("../img/shared/icon_cart1.png");
}

#sec4 {
  padding-bottom: 10vw;
}

#sec4 .txt {
  margin-left: 1.5vw;
  background: #ff4500;
  color: #fff;
  padding: 20px 5vw 20px 20px;
  margin-right: -5vw;
}

#sec4 .slick-list {
  overflow: visible;
}

#sec4 .slick-dots {
  position: absolute;
  top: 32vw;
  left: 68.66667vw;
}

#sec4 .slick-dots li {
  font-size: 0;
}

#sec4 .slick-dots li button {
  background: transparent;
  border: 1px solid #ff4500;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

#sec4 .slick-dots li.slick-active button {
  background: #ff4500;
}

#sec4 .bottom {
  position: relative;
}


#sec4 .btnlink{
  position: absolute;
  right: 4vw;
  bottom: 3vw;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #000;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 200px;
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
  text-align: center;
  padding-right: 40px;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#sec4 .btnlink:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background: url("../img/shared/icon_cart1.png");
}

#sec4 .btnlink:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sec5 .top {
  background: url("../img/index/sec5_bg.jpg") center;
  background-size: cover;
  padding-top: 30px;
}

#sec5 h2, #sec5 h3 {
  line-height: 1.5;
  font-weight: 700;
  font-size: 7vw;
  letter-spacing: 0.13em;
}

#sec5 h2 .color, #sec5 h3 .color {
  color: #ff4500;
}

#sec5 h2 .sml, #sec5 h3 .sml {
  font-size: 5.5vw;
  letter-spacing: 0.12em;
}

#sec5 h3 {
  text-align: center;
  padding: 0 0 5px;
}

#sec5 .top h2 {
  position: relative;
  z-index: 1;
}

#sec5 .top h2:before {
  content: '';
  position: absolute;
  top: -28px;
  left: 0%;
  width: 57px;
  height: 58px;
  z-index: -1;
  background: url("../img/index/sec5_deco1.png");
  background-size: 100%;
}

#sec5 .bottom h2 {
  text-align: center;
}

#sec5 .btnlink {
  z-index: 2;
  width: 90%;
  margin: 20px auto 0;
  min-width: 316px;
}

#sec5 .btnlink a {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 53px;
  border: 1px solid #000;
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 100%;
  position: relative;
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#sec5 .btnlink a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background: url("../img/shared/icon_cart1.png");
}

#sec5 .btnlink a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sec6 .block {
  width: 90%;
  margin: auto;

  align-items: center;
}

#sec6 .block a{
  padding: 45px 20px 45px;
  box-sizing: border-box;
  display: block;
}
#sec6 .block.block1 a{
  background: url("../img/index/sec6_bg1.jpg");
  background-position: center;
  background-size: cover;
}

#sec6 .block.block2 a{
  background: url("../img/index/sec6_bg2.jpg");
  background-position: center;
  background-size: cover;
}

#sec6 .block.block3 a{
  background: url("../img/index/sec6_bg3.jpg");
  background-position: center;
  background-size: cover;
}

#sec6 .block h2 {
  font-size: 6.5vw;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
}

#sec6 .block h2 span {
  font-size: 5.5vw;
  line-height: 67px;
  letter-spacing: 0.13em;
}

#sec6 .block .btnlink {
  width: 45%;
  margin: auto;
}
