#key .slide1 {
  background: url("../img/menu/key1.jpg") center;
  background-size: cover;
}

#sec1 {
  padding: 131px 0 155px;
}

#sec1 h2 {
  text-align: center;
  margin-bottom: 37px;
}

#sec1 dl {
  width: 300px;
  box-sizing: border-box;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-align: center;
  line-height: 1;
  padding: 71px 0;
  border: 1px solid #ff4500;
  position: relative;
}

#sec1 dl dd {
  position: absolute;
  top: 125px;
  right: -1px;
}

#sec2 .head {
  position: relative;
  z-index: 2;
}

#sec2 .head:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 289px);
  bottom: 0;
  left: 0;
  background: url("../img/menu/sec2_bg_ttl.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #d0e3ff;
}

#sec2 .head .wrap:before {
  content: '';
  position: absolute;
  top: -32px;
  right: -100px;
  width: 192px;
  height: 143px;
  background: url("../img/menu/sec2_deco.jpg");
}

#sec2 .head .wrap:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 100%;
  width: 124px;
  height: 184px;
  background: url("../img/menu/sec2_deco2.jpg");
}

#sec2 .txt-box {
  background: #FFF;
  padding: 44px 0 74px 50px;
  margin-top: -298px;
  position: relative;
  z-index: 2;
  width: 423px;
  float: right;
}

#sec3 {
  padding-bottom: 83px;
}

#sec3 .top dl {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 17px;
}

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

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

#sec3 .top dl dd {
  line-height: 64px;
  font-size: 40px;
  letter-spacing: 0.13em;
}

#sec3 .top .content {
  width: 425px;
}

#sec3 .top .content p + p {
  margin-top: 30px;
}

#sec3 .top .img_g2 {
  margin: 75px -91px 0 -108px;
}

#sec3 .bottom h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: -74px 0 -90px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 184px 0 134px;
}

#sec3 .bottom h3:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 405px);
  background: #ff4500;
  z-index: -1;
}

#sec3 .bottom .row {
  margin: 0 -50px;
}

#sec3 .bottom dt {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 7px;
}

#sec3 .bottom dd {
  width: 220px;
  margin: auto;
}

#sec4 {
  padding-bottom: 139px;
}

#sec4 .top {
  margin-bottom: 80px;
}

#sec4 .top dl {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
}

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

#sec4 .top dl dt {
  line-height: 54px;
  margin-bottom: 7px;
}

#sec4 .top dl dd {
  line-height: 54px;
  font-size: 40px;
  letter-spacing: 0.13em;
}

#sec4 .top .photo_g {
  margin-left: -190px;
}

#sec4 .top .txt {
  width: 335px;
}

#sec4 .top .content {
  padding-top: 56px;
}

#sec4 .top:before {
  content: '';
  position: absolute;
  top: calc(100% - 43px);
  right: -72px;
  width: 100px;
  height: 85px;
  background: url("../img/menu/sec4_deco.jpg");
}

#sec4 .bottom h3 {
  position: absolute;
  top: 0;
  left: -100px;
}

#sec4 .bottom .row {
  display: flex;
  align-items: flex-end;
}

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

#sec4 .bottom .left h4 {
  font-size: 40px;
  font-size: 700;
  letter-spacing: 0.13em;
  line-height: 60px;
  font-weight: 700;
}

#sec4 .bottom .left .txt {
  width: 345px;
  font-size: 15px;
}

#sec4 .bottom .slide1 h4 {
  margin-bottom: 30px;
}

#sec4 .bottom .slide2 h4 {
  margin-bottom: 20px;
}

#sec4 .bottom .right {
  position: relative;
  padding-right: 128px;
}

#sec4 .bottom .right .deco {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

#sec4 .bottom .slick-dots {
  position: absolute;
  right: 36px;
  bottom: 0;
}

#sec4 .bottom .slick-dots li {
  margin-top: 10px;
}

#sec4 .bottom .slick-dots li button {
  font-size: 0;
  border: none;
  width: 73px;
  height: 91px;
  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");
}

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

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

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

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

#sec5 {
  padding-bottom: 96px;
}

#sec5 .photo {
  margin-left: -151px;
}

#sec5 h2 {
  font-size: 30px;
  letter-spacing: 0.13em;
  font-weight: 700;
  padding: 30px 0 12px;
}

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

#sec5 dl dt {
  line-height: 60px;
  letter-spacing: 0;
  font-size: 40px;
}

#sec5 dl dd {
  line-height: 40px;
  font-size: 24px;
}

#sec5 dl dd span {
  font-size: 14px;
}

#sec5 .right {
  padding-left: 50px;
  align-self: flex-start;
  position: relative;
}

#sec5 .right .content p + p:not(.btnlink) {
  margin-top: 30px;
}

#sec5 .right p.btnlink {
  margin-top: 41px;
  margin-left: 52px;
}

#sec5 .right p.btnlink a {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 53px;
  border: 1px solid #000;
  text-align: left;
  padding-left: 24px;
  font-size: 22px;
  letter-spacing: 0.1em;
  width: 315px;
  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 .right p.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 .right p.btnlink a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sec5 .right:before {
  content: '';
  position: absolute;
  top: -48px;
  right: -97px;
  bottom: 27px;
  left: -50px;
  border: 1px solid #ff4500;
}

#sec6 {
  position: relative;
  padding-bottom: 79px;
}

#sec6 h2 {
  margin: 0 0 16px -87px;
}

#sec6 h3 {
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 30px;
  margin-left: -164px;
  width: 585px;
  height: 478px;
  box-sizing: border-box;
  background: url("../img/menu/sec6_img2.png");
  padding-top: 80px;
}

#sec6 h3 span {
  color: #ff4500;
}

#sec6 .txt {
  margin-top: 330px;
  padding-left: 47px;
}

#sec6:before {
  content: '';
  position: absolute;
  top: 64px;
  right: 0;
  left: calc(50% - 288px);
  height: 568px;
  background: url("../img/menu/sec6_img1.jpg");
  background-position: center;
  background-size: cover;
}

#sec7 {
  padding-bottom: 45px;
}

#sec7 .head {
  text-align: center;
  position: relative;
}

#sec7 .head h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

#sec7 .head .slider-fade {
  height: 600px;
}

#sec7 .head .slider-fade .slick-list, #sec7 .head .slider-fade .slick-track, #sec7 .head .slider-fade .slick-slide > div {
  height: 100%;
}

#sec7 .head .slider-fade .slide1 {
  height: 100%;
  background: url("../img/menu/sec7_slide1.jpg") center;
  background-size: cover;
}

#sec7 .head .slider-fade .slide2 {
  height: 100%;
  background: url("../img/menu/sec7_slide2.jpg") center;
  background-size: cover;
}

#sec7 .content {
  margin-top: -102px;
  position: relative;
  z-index: 2;
  padding: 43px 0 40px;
  color: #fff;
}

#sec7 .content:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 171px);
  bottom: 0;
  left: 0;
  background: #ff4500;
}

#sec7 .content .txt {
  width: 617px;
}

#sec8 {
  padding-bottom: 91px;
}

#sec8 .photo {
  margin-right: -100px;
}

#sec8 h2 {
  font-size: 30px;
  line-height: 55px;
  font-weight: 700;
  margin: 84px -20px 23px 0;
}

#sec8 h2 span {
  color: #ff4500;
}

#sec8 .txt {
  text-align: justify;
}

#sec8 .wrap:before {
  content: '';
  position: absolute;
  top: calc(100% - 67px);
  right: 100%;
  width: 181px;
  height: 102px;
  background: url("../img/menu/sec8_deco.jpg");
}

#sec9 {
  padding-bottom: 100px;
}

#sec9 .photo {
  margin-left: -151px;
}

#sec9 h2 {
  font-size: 30px;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 134px 0 0;
  line-height: 55px;
}

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

#sec9 dl dt {
  line-height: 60px;
  font-size: 40px;
}

#sec9 dl dd {
  line-height: 40px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

#sec9 dl dd span {
  font-size: 14px;
}

#sec9 .right {
  padding-left: 50px;
  align-self: flex-start;
  position: relative;
}

#sec9 .right .content p + p:not(.btnlink) {
  margin-top: 30px;
}

#sec9 .right .btnlink {
  margin-top: 54px;
  margin-left: 52px;
}

#sec9 .right .btnlink a {
  display: inline-block;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 53px;
  border: 1px solid #000;
  text-align: left;
  padding-left: 24px;
  font-size: 22px;
  letter-spacing: 0.1em;
  width: 315px;
  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;
}

#sec9 .right .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 .right .btnlink a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sec9 .right:before {
  content: '';
  position: absolute;
  top: 67px;
  right: -97px;
  bottom: 27px;
  left: -50px;
  border: 1px solid #ff4500;
}
