#key {
  background-image: url("../img/menu/key.jpg");
}

@media screen and (max-width: 767px) {
  #key {
    height: 122.67vw;
  }
}

#sec1 {
  padding: 108px 0 30px;
  position: relative;
  z-index: 0;
}

#sec1:before {
  content: '';
  width: 491px;
  height: 707px;
  background-image: url("../img/menu/sec1_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -21px;
  left: calc(50% - 794px);
  z-index: -1;
}

#sec1:after {
  content: '';
  width: 1208px;
  height: 805px;
  background-image: url("../img/menu/sec1_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 831px);
  z-index: -2;
}

#sec1 .wrap {
  display: flex;
  align-items: flex-start;
}

#sec1 .col-text {
  width: 483px;
  margin: 275px 0 0 40px;
}

#sec1 .col-text .note_ {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #sec1 {
    padding: 10vw 0 5vw;
  }
  #sec1:before {
    width: 40vw;
    height: 80vw;
    top: 40vw;
    left: -10vw;
  }
  #sec1:after {
    width: 140vw;
    height: 100vw;
    right: -15vw;
  }
  #sec1 .wrap {
    display: block;
  }
  #sec1 h2 {
    width: 24vw;
    margin: 0 0 8vw 5vw;
  }
  #sec1 .col-text {
    width: 100%;
    margin: 0;
  }
}

#sec2 {
  background-image: url("../img/shared/bg2.jpg");
  position: relative;
  z-index: 0;
  padding: 218px 0 112px;
}

#sec2:before {
  content: '';
  height: 154px;
  background-image: url("../img/menu/sec2_bg_deco.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: -1;
}

#sec2:after {
  content: '';
  width: 900px;
  height: 782px;
  background-image: url("../img/menu/sec2_bg_img.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: -2;
}

#sec2 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#sec2 .col-text {
  order: 2;
  width: 359px;
  margin: 31px 0px 0 0;
}

#sec2 .col-text h2 {
  margin-bottom: 15px;
}

#sec2 .col-text .txt {
  margin: 0 3px 0 5px;
}

#sec2 .col-img {
  order: 1;
  width: 690px;
  position: relative;
  margin-left: -100px;
}

#sec2 .col-img dl {
  display: flex;
  align-items: flex-end;
  background-image: url("../img/shared/b4.jpg");
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 1;
  padding: 19px 40px 15px 26px;
  line-height: 1;
}

#sec2 .col-img dl dt {
  font-size: 46px;
  letter-spacing: 0.08em;
}

#sec2 .col-img dl dd {
  font-size: 26px;
  letter-spacing: 0.07em;
  margin: 0 0 2px 13px;
}

@media screen and (max-width: 767px) {
  #sec2 {
    padding: 30vw 0 20vw;
  }
  #sec2:before {
    height: 20vw;
  }
  #sec2:after {
    width: 124vw;
    height: 100vw;
    top: 6vw;
	  right: -30vw;
  }
  #sec2 .wrap {
    display: block;
  }
  #sec2 .col-text {
    width: 100%;
    margin: 0 0 8vw;
  }
  #sec2 .col-text h2 {
    width: 73vw;
    margin-bottom: 3vw;
  }
  #sec2 .col-text .txt {
    margin: 0;
  }
  #sec2 .col-img {
    width: 100%;
    margin-left: 0;
  }
  #sec2 .col-img dl {
    bottom: 5vw;
    padding: 3vw 5vw 3.6vw 4vw;
  }
  #sec2 .col-img dl dt {
    font-size: 7vw;
  }
  #sec2 .col-img dl dd {
    font-size: 5vw;
    margin: 0 0 0 3vw;
  }
}

#sec3 {
  background-image: url("../img/shared/bg3.jpg");
  color: #fff;
  padding: 111px 0 185px;
  position: relative;
  z-index: 0;
}

#sec3:before {
  content: '';
  width: 829px;
  height: 468px;
  background-image: url("../img/menu/sec3_deco1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: calc(50% - 668px);
  top: 0;
  z-index: -2;
}

#sec3:after {
  content: '';
  width: 679px;
  height: 558px;
  background-image: url("../img/menu/sec3_deco2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 63px;
  right: calc(50% - 600px);
  z-index: -1;
}

#sec3 h2 {
  margin-bottom: 58px;
}

#sec3 .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}

#sec3 .row .col-text {
  width: 410px;
  margin: 38px 0 0 4px;
}

#sec3 .row .col-text dl {
  line-height: 1;
  margin-bottom: 38px;
}

#sec3 .row .col-text dl dt {
  font-size: 46px;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
}

#sec3 .row .col-text dl dd {
  font-size: 26px;
  letter-spacing: 0.07em;
}

#sec3 .row1 .col-text {
  margin-top: 128px;
}

#sec3 .row4 {
  margin-bottom: 60px;
}

#sec3 .row4 .col-text {
  margin-top: 28px;
}

#sec3 .row5 {
  margin-bottom: 0;
}

#sec3 .row-right .img {
  order: 2;
  width: 580px;
  margin-right: -50px;
}

#sec3 .row-left .img {
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  #sec3 {
    padding: 20vw 0;
  }
  #sec3:before {
    width: 124vw;
    height: 100vw;
    left: -20vw;
  }
  #sec3:after {
    width: 90vw;
    height: 100vw;
    top: 0;
    right: 0;
  }
  #sec3 h2 {
    width: 90vw;
    margin-bottom: 10vw;
  }
  #sec3 .row {
    display: block;
    margin-bottom: 10vw;
  }
  #sec3 .row .col-text {
    width: 100%;
    margin: 0;
  }
  #sec3 .row .col-text dl {
    margin-bottom: 4vw;
	  text-align: center;
  }
  #sec3 .row .col-text dl dt {
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  #sec3 .row .col-text dl dd {
    font-size: 5vw;
  }
  #sec3 .row .img {
    margin-bottom: 8vw;
  }
  #sec3 .row1 .col-text {
    margin-top: 0;
  }
  #sec3 .row4 {
    margin-bottom: 10vw;
  }
  #sec3 .row4 .col-text {
    margin-top: 0;
  }
  #sec3 .row-right .img {
    width: 100%;
    margin-right: 0;
  }
  #sec3 .row-left .img {
    margin-left: 0;
  }
}

#sec4 {
  position: relative;
  padding: 14px 0 160px;
}

#sec4:before {
  content: '';
  height: 153px;
  background-image: url("../img/menu/sec4_bg_deco.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: -152px;
}

@media screen and (max-width: 767px) {
  #sec4 {
    padding: 10vw 0 20vw;
  }
  #sec4:before {
    height: 20vw;
    top: -19vw;
  }
}

.banner a {
  display: block;
  background-image: url("../img/shared/b4.jpg");
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
}

.banner a span {
  display: block;
}

.banner a .row-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner a .row-text .txt {
  margin-top: 21px;
}

.banner a .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}

.banner a .img {
  overflow: hidden;
}

.banner a .img img {
  transition: 0.5s all ease;
}

.banner a:hover img {
  opacity: 1 !important;
}

.banner a:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .banner a {
    padding: 2vw;
  }
  .banner a .row-text {
    padding: 0 6%;
    top: 0;
  }
  .banner a .row-text .ttl {
    width: 77vw;
    margin: 0 auto;
  }
  .banner a .row-text .txt {
    text-align: left;
    margin-top: 3vw;
  }
  .banner a .arrow {
    width: 10vw;
    right: 2vw;
    bottom: 2vw;
  }
  .banner a .img {
    height: 70vw;
  }
  .banner a .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
  }
}

#sec5 {
  background-image: url("../img/shared/bg2.jpg");
}

#sec5 .row1 {
  position: relative;
}

#sec5 .row1:before {
  content: '';
  height: 154px;
  background-image: url("../img/menu/sec5_bg_deco.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
}

#sec5 .row1 h2 {
  position: absolute;
  top: 76px;
  right: calc(50% - 500px);
  z-index: 2;
}

#sec5 .row1 .bg {
  height: 650px;
}

#sec5 .row1 .bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 50%;
}

#sec5 .row2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  padding: 60px 0 76px;
}

#sec5 .row2:before {
  content: '';
  width: 737px;
  height: 384px;
  background-image: url("../img/menu/sec5_bg_img2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -235px;
  top: -19px;
  z-index: -1;
}

#sec5 .row2 .img {
  width: 680px;
  order: 2;
  margin: 0 -100px 0 -200px;
}

#sec5 .row2 .col-text {
  order: 1;
  margin-top: 98px;
  position: relative;
  z-index: 1;
}

#sec5 .row2 .col-text h3 {
  margin-bottom: 27px;
}

#sec5 .row2 .col-text .txt {
  width: 385px;
}

#sec5 .row3 {
  background-image: url("../img/shared/bg4.png");
  padding: 79px 50px 66px;
  text-align: center;
  margin-bottom: 69px;
}

#sec5 .row3 h4 {
  margin-bottom: 2px;
}

#sec5 .row3 dl {
  margin-bottom: 14px;
}

#sec5 .row3 dl dt {
  font-size: 30px;
  margin-bottom: 7px;
}

#sec5 .row3 dl dd {
  font-size: 26px;
}

#sec5 .row3 .txt {
  margin-bottom: 32px;
}

#sec5 .row3 .tbox {
  width: 720px;
  margin: 0 auto 8px;
  font-size: 26px;
  padding: 29px 0 26px;
  background-image: url("../img/menu/sec5_pattern.png");
  background-repeat: repeat-x;
}

#sec5 .row3 .plus {
  width: 48px;
  margin: 0 auto 10px;
}

#sec5 .row3 .box {
  width: 720px;
  margin: 0 auto 9px;
  border: 1px solid #a6874b;
  padding: 13px 0 29px;
  display: flex;
  justify-content: center;
}

#sec5 .row3 .box .item {
  width: 100px;
  margin: 0 15px;
  padding-bottom: 23px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 0;
}

#sec5 .row3 .box .item:before {
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 36px;
  z-index: -1;
}

#sec5 .row3 .box .item .ttl {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 30px;
  line-height: 73px;
  letter-spacing: 0;
}

#sec5 .row3 .box .item .ttl1 {
  background-image: url("../img/menu/sec5_deco1.png");
}

#sec5 .row3 .box .item .ttl2 {
  background-image: url("../img/menu/sec5_deco2.png");
}

#sec5 .row3 .box .item .ttl3 {
  background-image: url("../img/menu/sec5_deco3.png");
}

#sec5 .row3 .box .item .ttl4 {
  background-image: url("../img/menu/sec5_deco4.png");
}

#sec5 .row3 .box .item .ttl5 {
  background-image: url("../img/menu/sec5_deco5.png");
}

#sec5 .row3 .box .item .txt-vertical {
  text-align: left;
  font-size: 22px;
  letter-spacing: 0.05em;
}

#sec5 .row4 {
  padding-bottom: 134px;
}

#sec5 .row4 .toggle-custom .toggle-link {
  margin-bottom: 39px;
}

#sec5 .row4 .toggle-custom .menulist {
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  #sec5 .row1:before {
    height: 20vw;
  }
  #sec5 .row1 h2 {
    width: 19vw;
    top: 7vw;
    right: 5vw;
  }
  #sec5 .row1 .bg {
    height: 90vw;
  }
  #sec5 .row2 {
    display: block;
    padding: 0vw 0 10vw;
  }
  #sec5 .row2:before {
    width: 100vw;
    height: 100vw;
    left: -10vw;
    top: 50vw;
  }
  #sec5 .row2 .img {
    width: 100%;
    margin: 0 0 8vw;
  }
  #sec5 .row2 .col-text {
    margin-top: 0;
  }
  #sec5 .row2 .col-text h3 {
    margin-bottom: 5vw;
  }
  #sec5 .row2 .col-text h3 img {
    filter: brightness(100%);
  }
  #sec5 .row2 .col-text .txt {
    width: 100%;
  }
  #sec5 .row3 {
    padding: 10vw 5%;
    margin-bottom: 15vw;
	  position: relative;
	  z-index: 2;
  }
  #sec5 .row3 dl {
    margin-bottom: 4vw;
  }
  #sec5 .row3 dl dt {
    font-size: 6vw;
    margin-bottom: 1vw;
  }
  #sec5 .row3 dl dd {
    font-size: 5vw;
  }
  #sec5 .row3 .txt {
    text-align: left;
    margin-bottom: 8vw;
  }
  #sec5 .row3 .tbox {
    width: 100%;
    margin: 0 auto 3vw;
    font-size: 5vw;
    padding: 4vw 0;
    background-size: 95vw;
  }
  #sec5 .row3 .plus {
    width: 10vw;
    margin: 0 auto 3vw;
  }
  #sec5 .row3 .box {
    width: 100%;
    padding: 8vw 5%;
    display: block;
    box-sizing: border-box;
  }
  #sec5 .row3 .box .item {
    width: 100%;
    margin: 0 0 4vw;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
  }
  #sec5 .row3 .box .item:before {
    left: 7vw;
    top: 0;
  }
  #sec5 .row3 .box .item .ttl {
    width: 14vw;
    height: 14vw;
    margin: 0 3vw 0 0;
    font-size: 6vw;
    line-height: 13vw;
  }
  #sec5 .row3 .box .item .txt-vertical {
    font-size: 4.8vw;
    line-height: 8vw;
  }
  #sec5 .row4 {
    padding-bottom: 20vw;
  }
  #sec5 .row4 .toggle-custom .toggle-link {
    margin-bottom: 0;
  }
  #sec5 .row4 .toggle-custom .toggle-link img {
    width: 48vw;
  }
  #sec5 .row4 .toggle-custom .menulist {
    margin-bottom: 0;
  }
  #sec5 .banner a .img {
    height: 50vw;
  }
}
