#sec1 {
  padding: 45px 0 10vw;
  background: url("../img/menu/sec1_deco.jpg") bottom no-repeat;
  background-size: 100%;
}

#sec1 h2 {
  text-align: center;
  padding: 0;
  margin-bottom: -5vw;
}

#sec1 .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#sec1 .row dl {
  width: 40%;
  margin: 7vw 15px 0;
  box-sizing: border-box;
  font-size: 5vw;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  line-height: 1;
  padding: 9.5vw 0;
  border: 1px solid #ff4500;
  position: relative;
}

#sec1 .row dl dd {
  position: absolute;
  top: 17.33333vw;
  right: -1px;
  left: -1px;
}

#sec2 h2 {
  padding-bottom: 30px;
}

#sec3 .top dl {
  font-weight: 700;
  font-size: 5.5vw;
  letter-spacing: 0.13em;
  margin-bottom: 5vw;
  margin-top: -30vw;
}

#sec3 .top dl span {
  color: #ff4500;
}

#sec3 .top dl dt {
  line-height: 2;
}

#sec3 .top dl dd {
  line-height: 2;
  font-size: 6.5vw;
  letter-spacing: 0.13em;
}

#sec3 .bottom .head {
  background: #ff4500;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: -3vw;
}

#sec3 .prod {
  clear: both;
}

#sec3 .prod .photo {
  float: left;
  width: 50%;
}

#sec3 .prod dt {
  font-size: 5.5vw;
  font-weight: 700;
  text-align: center;
  padding-top: 9vw;
  margin-bottom: 10px;
  position: relative;
}

#sec3 .prod dt:before {
  content: '';
  position: absolute;
  top: 5vw;
  left: 75.5%;
  width: 9px;
  height: 9px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  border-radius: 50%;
}

#sec3 .prod + .prod {
  margin-top: 5px;
}

#sec3 .prod:nth-child(1) dt:before {
  background: #95ce6a;
}

#sec3 .prod:nth-child(2) dt:before {
  background: #ec9442;
}

#sec3 .prod:nth-child(3) dt:before {
  background: #ffd957;
}

#sec4 .top dl {
  font-weight: 700;
  font-size: 5.5vw;
  letter-spacing: 0.13em;
  margin-bottom: 5vw;
}

#sec4 .top dl span {
  color: #ff4500;
}

#sec4 .top dl dt {
  line-height: 2;
}

#sec4 .top dl dd {
  line-height: 2;
  font-size: 6.5vw;
  letter-spacing: 0.13em;
}

#sec4 .bottom .left {
  padding-bottom: 12px;
}

#sec4 .bottom .left h4 {
  font-size: 6vw;
  font-size: 700;
  letter-spacing: 0.13em;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
}

#sec4 .bottom .slick-dots {
  position: absolute;
  top: 38.5vw;
  right: 7.46667vw;
  display: flex;
  flex-direction: column;
  width: 9.6vw;
}

#sec4 .bottom .slick-dots li {
  width: 100%;
  height: auto;
  margin: 10px 0 0;
}

#sec4 .bottom .slick-dots li button {
  font-size: 0;
  border: none;
  width: 100%;
  height: 12.26667vw;
  cursor: pointer;
  position: relative;
}

#sec4 .bottom .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
  opacity: 0;
}

#sec4 .bottom .slick-dots li button:hover:before {
  opacity: 1;
}

#sec4 .bottom .slick-dots li:nth-child(1) button {
  background: url("../img/menu/sec4_thumb1.jpg");
  background-size: 100%;
}

#sec4 .bottom .slick-dots li:nth-child(1) button:before {
  background: url("../img/menu/sec4_thumb1_on.jpg");
  background-size: 100%;
}

#sec4 .bottom .slick-dots li:nth-child(2) button {
  background: url("../img/menu/sec4_thumb2.jpg");
  background-size: 100%;
}

#sec4 .bottom .slick-dots li:nth-child(2) button:before {
  background: url("../img/menu/sec4_thumb2_on.jpg");
  background-size: 100%;
}

#sec4 .bottom .slick-dots li.slick-active button:before {
  opacity: 1;
}

#sec5 .inner {
  padding: 5%;
  border: 1px solid #ff4500;
}

#sec5 h2 {
  font-size: 6vw;
  letter-spacing: 0.13em;
  font-weight: 700;
  padding: 19px 0 0;
  width: 85%;
}

#sec5 .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec5 dl {
  color: #ff4500;
  font-weight: 700;
  margin-bottom: 23px;
}

#sec5 dl dt {
  line-height: 2;
  letter-spacing: 0.13em;
  font-size: 7vw;
}

#sec5 dl dd {
  line-height: 2;
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}

#sec5 dl dd span {
  font-size: 4vw;
}

#sec5 .btnlink {
  padding: 0;
}

#sec5 .btnlink a {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 40px;
  border: 1px solid #000;
  font-size: 15px;
  letter-spacing: 0.1em;
  min-width: 200px;
  width: 100%;
  position: relative;
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
  text-align: center;
  -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 h2 {
  padding: 0;
}

#sec6 h3 {
  font-size: 5.5vw;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  margin-left: 48%;
  margin-top: -22vw;
}

#sec6 h3 span {
  color: #ff4500;
}

#sec7 {
  padding-bottom: 10.66667vw;
  background: url("../img/menu/sec7_deco.jpg") bottom right no-repeat;
  background-size: 50%;
}

#sec7 .slick-dots {
  display: none !important;
}

#sec7 .slider {
  font-size: 0;
  line-height: 0;
}

#sec7 .head {
  position: relative;
}

#sec7 .head h2 {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  color: #fff;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  font-size: 6vw;
  line-height: 1;
  z-index: 2;
  padding: 0;
}

#sec7 .txt {
  background: #ff4500;
  width: 95%;
  box-sizing: border-box;
  color: #fff;
  padding: 30px 3% 30px 5%;
}

#sec8 {
  margin-top: -3.86667vw;
}

#sec8 h2 {
  font-size: 6vw;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0;
  color: #000;
  width: 72%;
  margin: auto;
}

#sec8 h2 span {
  color: #ff4500;
}

#sec9 .inner {
  padding: 5%;
  border: 1px solid #ff4500;
}

#sec9 h2 {
  font-size: 6vw;
  letter-spacing: 0.13em;
  font-weight: 700;
  padding: 19px 0 0;
  width: 85%;
}

#sec9 .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#sec9 dl {
  color: #ff4500;
  font-weight: 700;
  width: 85%;
  margin: 0 auto 23px;
}

#sec9 dl dt {
  line-height: 2;
  letter-spacing: 0.13em;
  font-size: 7vw;
}

#sec9 dl dd {
  line-height: 2;
  font-size: 5.5vw;
  letter-spacing: 0.1em;
}

#sec9 dl dd span {
  font-size: 4vw;
}

#sec9 .btnlink {
  padding: 0;
}

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

#sec9 .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");
}

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