@media screen and (min-width: 768px) {
  .heightLine-sp {
    height: auto !important;
  }
}

/*=============================================
 * <image object-fit responsive>
 *=============================================*/
.img-ob {
  position: relative;
}

.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }

  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }

  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#key {
  background: url("../img/dinner/key_sp.jpg") no-repeat center/cover;
}

@media screen and (min-width: 768px) {
  #key {
    left: 259px;
    width: auto;
    right: 0;
    background: url("../img/dinner/key.jpg") no-repeat center/cover;
  }
}

.wrapp {
  padding: 0 2.5vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapp {
    max-width: calc(100% - 60px);
    padding: 0;
    width: 1000px;
    margin: 0 auto;
  }
}

#sec1 {
  padding: 25vw 0 15vw;
  background: url("../img/dinner/s1_deco.png") no-repeat top center/150% auto, url("../img/dinner/s1_deco2.png") no-repeat top center/150% auto;
}

#sec1 h2 {
  margin: 0 30vw 7vw;
}

#sec1 .flex .txt {
  margin: 7vw 0 0;
}

#sec1 .group-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw;
  margin: 10vw 0 0;
}

#sec1 .group-btn .btn {
  width: calc(50% - 2.5vw);
}

#sec1 .group-btn .btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding: 13vw 0 0;
  font-weight: 500;
  height: 45vw;
  box-sizing: border-box;
  background: url("../img/dinner/s1_arrow.png") no-repeat center bottom 7vw, url("../img/dinner/s1_bg_btn.png") no-repeat center/100% auto;
}

#sec1 .group-btn .btn a .tit {
  width: 17vw;
  min-width: -moz-max-content;
  min-width: max-content;
  box-sizing: border-box;
  border: 1px solid transparent;
  -o-border-image: url("../img/dinner/s1_border.png") 1 round;
  border-image: url("../img/dinner/s1_border.png") 1 round;
  font-size: 3vw;
  line-height: 1.2;
  padding: 0.5vw 0;
  margin: 0 0 1vw;
}

#sec1 .group-btn .btn a .tit .fs2 {
  font-size: 3.5vw;
}

#sec1 .group-btn .btn a .text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  line-height: 1.5;
  min-height: 12vw;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 126px 0 62px;
    background: url("../img/dinner/s1_deco2.png") no-repeat top right, url("../img/dinner/s1_deco.png") no-repeat top left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec1 {
    background-position: top center, top center;
  }
}

@media screen and (min-width: 768px) {
  #sec1 .wrapp {
    width: 1108px;
  }

  #sec1 h2 {
    text-align: right;
    margin: 0 auto 40px;
    max-width: 100%;
    width: 780px;
  }

  #sec1 .flex {
    margin: 0 0 0 auto;
    max-width: 100%;
    width: 1018px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }

  #sec1 .flex .txt {
    margin: 20px 0 0;
    height: 448px;
  }

  #sec1 .group-btn {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 0;
  }

  #sec1 .group-btn .btn {
    width: 237px;
  }

  #sec1 .group-btn .btn a {
    padding: 70px 0 0;
    height: 237px;
    box-sizing: border-box;
    background: url("../img/dinner/s1_arrow.png") no-repeat center bottom 48px, url("../img/dinner/s1_bg_btn.png") no-repeat center/cover;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  #sec1 .group-btn .btn a:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  #sec1 .group-btn .btn a .tit {
    width: 92px;
    height: 27px;
    font-size: 15px;
    line-height: 20px;
    padding: 2.5px 0;
    margin: 0 0 7px;
  }

  #sec1 .group-btn .btn a .tit .fs {
    font-size: 17px;
  }

  #sec1 .group-btn .btn a .tit .fs2 {
    font-size: 19px;
  }

  #sec1 .group-btn .btn a .text {
    font-size: 22px;
    line-height: 30px;
    min-height: 60px;
  }
}

#sec2 {
  background: url("../img/dinner/s2_deco.png") no-repeat top center/cover, url("../img/dinner/s2_bg.png") no-repeat center/cover;
  padding: 25vw 15vw 70vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #sec2 {
    background: url("../img/dinner/s2_deco.png") no-repeat top center, url("../img/dinner/s2_bg.png") no-repeat center;
    padding: 190px 0 432px;
    text-align: center;
  }
}

#sec3 {
  position: relative;
  z-index: 3;
  margin: 7vw 0 0;
}

#sec3 .flex {
  margin: 0 0 9vw;
}

#sec3 .flex .txt {
  margin: 7vw 0 0;
}

#sec3 .flex h2 {
  padding: 0 30vw 6vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#sec3 .sub-txt {
  text-align: center;
  margin: 7vw 0 5px;
}

#sec3 .group-slide {
  position: relative;
}

#sec3 .group-slide .s3-slide .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 22vw;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 0;
  width: 10vw;
  height: 10vw;
  outline: 0;
}

@media (hover: hover) {
  #sec3 .group-slide .s3-slide .slick-arrow:hover {
    opacity: 0.8;
  }
}

#sec3 .group-slide .s3-slide .slick-arrow.slick-prev {
  left: -1.5vw;
  background: url("../img/index/menu_left.png") no-repeat center/100% auto;
}

#sec3 .group-slide .s3-slide .slick-arrow.slick-next {
  right: -1.5vw;
  background: url("../img/index/menu_right.png") no-repeat center/100% auto;
}

#sec3 .group-slide .s3-slide .item {
  text-align: center;
}

#sec3 .group-slide .s3-slide .item dl {
  margin: 10vw 0 0;
}

#sec3 .group-slide .s3-slide .item dl dt {
  font-size: 6vw;
  line-height: 1.68;
}

#sec3 .group-slide .s3-slide .item dl dd {
  font-size: 5vw;
  line-height: 1.7;
}

#sec3 .group-slide .s3-slide .item dl dd small {
  font-size: 4vw;
}

#sec3 .group-slide .s3-slide .item .txt {
  margin: 4vw 0 0;
  text-align: justify;
}

#sec3 .group-slide .s3-thumb {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 47vw;
  gap: 3vw;
}

#sec3 .group-slide .s3-thumb .thumb {
  width: 20vw;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  filter: grayscale(1);
}

#sec3 .group-slide .s3-thumb .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/dinner/s3_bg.png");
  transition: all 0.5s;
}

#sec3 .group-slide .s3-thumb .thumb.active {
  filter: grayscale(0);
}

#sec3 .group-slide .s3-thumb .thumb.active::before {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  #sec3 {
    margin: -50px 0 0;
    padding: 93px 0 0;
  }

  #sec3 .flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    margin: 0 31px 0 0;
  }

  #sec3 .flex .txt {
    width: 446px;
    margin: 0 0 0 37px;
  }

  #sec3 .flex h2 {
    padding: 0 34px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }

  #sec3 .sub-txt {
    width: 904px;
    text-align: right;
    margin: 38px auto 5px;
  }

  #sec3 .group-slide .s3-slide .slick-arrow {
    top: 226px;
    width: 56px;
    height: 55px;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  #sec3 .group-slide .s3-slide .slick-arrow:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  #sec3 .group-slide .s3-slide .slick-arrow.slick-prev {
    left: 27px;
  }

  #sec3 .group-slide .s3-slide .slick-arrow.slick-next {
    right: 27px;
  }

  #sec3 .group-slide .s3-slide .item .img img {
    display: inline-block;
  }

  #sec3 .group-slide .s3-slide .item dl {
    margin: 55px 0 0;
  }

  #sec3 .group-slide .s3-slide .item dl dt {
    font-size: 25px;
  }

  #sec3 .group-slide .s3-slide .item dl dd {
    font-size: 22px;
    line-height: 37px;
  }

  #sec3 .group-slide .s3-slide .item dl dd small {
    font-size: 17px;
  }

  #sec3 .group-slide .s3-slide .item .txt {
    margin: 18px 0 0;
    text-align: inherit;
  }

  #sec3 .group-slide .s3-thumb {
    top: 442px;
    gap: 14px;
  }

  #sec3 .group-slide .s3-thumb .thumb {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  #sec3 .group-slide .s3-thumb .thumb:hover {
    opacity: 0.8;
  }
}

#sec4 {
  position: relative;
  margin: 25vw 0 0;
  padding: 0 0 20vw;
}

#sec4::before {
  content: "";
  position: absolute;
  top: -30vw;
  left: 0;
  right: 0;
  background: url("../img/dinner/s4_deco.png") no-repeat top left/150% auto;
  height: 83.2vw;
}

#sec4:after {
  content: "";
  position: absolute;
  top: -15vw;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
  background: url("../img/dinner/s4_deco3.png") no-repeat bottom left/150% auto, url("../img/dinner/s4_bg.jpg") repeat center top;
}

#sec4 .group {
  position: relative;
  z-index: 2;
  padding: 8vw 2.5vw 15vw;
  text-align: center;
}

#sec4 .group .deco {
  position: absolute;
  width: 25vw;
  top: 2vw;
  left: 55vw;
}

#sec4 .group h2 {
  position: relative;
  z-index: 2;
  margin: 0 20vw 6vw;
}

#sec4 .group .txt {
  text-align: justify;
  position: relative;
  z-index: 2;
}

#sec4 .set {
  position: relative;
  z-index: 2;
}

#sec4 .set+.set {
  margin-top: 15vw;
}

#sec4 .set h3 {
  width: 55vw;
  margin: 0 auto 7vw;
}

#sec4 .set .img {
  width: 97.5vw;
  height: 60vw;
  position: relative;
  margin: 0 0 7vw auto;
}

#sec4 .set .img::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 1.5vw;
  left: -1.5vw;
  height: 100%;
  width: 100%;
  border: 1px solid transparent;
  box-sizing: border-box;
  -o-border-image: url("../img/index/menu_border.png") 1 round;
  border-image: url("../img/index/menu_border.png") 1 round;
}

#sec4 .set .group-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}

#sec4 .set .group-title .title {
  font-size: 5vw;
  line-height: 1.5;
  padding: 0.5vw 2vw;
  background: url("../img/shared/body-bg.jpg");
}

#sec4 .set .group-title .icon {
  width: 6vw;
}

#sec4 .set .txt {
  margin: 6vw 2.5vw 0;
  text-align: justify;
}

#sec4 .set.set1 .img::before {
  border-right: 0;
  right: 0;
  width: auto;
}

#sec4 .set.set2 .img {
  margin-left: 0;
}

#sec4 .set.set2 .img img,
#sec4 .set.set3 .img img {
  object-position: left top;
}


#sec4 .set.set2 .img::before {
  z-index: 2;
  border-left: 0;
  right: -1.5vw;
  left: 0;
  width: auto;
}

#sec4 .set.set3 .img::before {
  border-right: 0;
  right: 0;
  width: auto;
}

#sec4 .group-btn {
  margin: 15vw 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4vw;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #sec4 {
    margin: 146px 0 0;
    padding: 50px 0 170px;
  }

  #sec4::before {
    top: -357px;
    background: url("../img/dinner/s4_deco.png") no-repeat top left;
    height: 416px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec4::before {
    background-position: top center;
  }
}

@media screen and (min-width: 768px) {
  #sec4:after {
    top: -200px;
    clip-path: polygon(0 9%, 100% 0, 100% 100%, 0% 100%);
    background: url("../img/dinner/s4_deco3.png") no-repeat bottom left, url("../img/dinner/s4_bg.jpg") repeat center top;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec4:after {
    top: -222px;
    background-position: bottom center, top center;
  }
}

@media screen and (min-width: 768px) {
  #sec4 .group {
    padding: 42px 0 105px;
  }

  #sec4 .group .deco {
    width: 197px;
    top: 9px;
    left: calc(50% + 29px);
  }

  #sec4 .group h2 {
    margin: 0 0 34px;
  }

  #sec4 .group .txt {
    text-align: inherit;
  }

  #sec4 .set {
    min-height: 515px;
  }

  #sec4 .set+.set {
    margin-top: 105px;
  }

  #sec4 .set h3 {
    text-align: center;
    width: auto;
    margin: 0 0 38px;
  }

  #sec4 .set .img {
    width: calc(50% + 174px);
    max-width: calc(100% - 500px);
    height: 515px;
    position: relative;
    margin: 0;
  }

  #sec4 .set .img::before {
    top: 7px;
    left: -7px;
  }

  #sec4 .set .group-title {
    gap: 7px;
  }

  #sec4 .set .group-title .title {
    font-size: 24px;
    line-height: 1.5;
    padding: 1.5px 10px;
  }

  #sec4 .set .group-title .icon {
    width: auto;
  }

  #sec4 .set .txt {
    margin: 33px 0 0;
  }

  #sec4 .set .group-content {
    margin: 0 auto;
    max-width: calc(100% - 60px);
  }

  #sec4 .set.set1 .img {
    position: absolute;
    top: 0;
    right: 0;
  }

  #sec4 .set.set1 .group-content {
    width: 1272px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #sec4 .set.set1 .group-content .inner,
  #sec4 .set.set1 .group-content .txt {
    width: 401px;
  }

  #sec4 .set.set1 .group-content .inner {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  #sec4 .set.set1 .group-content h3 {
    padding: 22px 0 0;
  }

  #sec4 .set.set2 .img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec4 .set.set2 .img::before {
    right: -7px;
  }

  #sec4 .set.set2 .group-content {
    width: 1252px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: calc(100% - 150px);
  }

  #sec4 .set.set2 .group-content .inner,
  #sec4 .set.set2 .group-content .txt {
    width: 380px;
  }

  #sec4 .set.set2 .group-content h3 {
    padding: 16px 0 0;
    margin-bottom: 33px;
  }

  #sec4 .set.set2 .group-content .txt {
    margin-top: 25px;
  }

  #sec4 .set.set3 .img {
    position: absolute;
    top: 0;
    right: 0;
  }

  #sec4 .set.set3 .group-content {
    width: 1208px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #sec4 .set.set3 .group-content .inner,
  #sec4 .set.set3 .group-content .txt {
    width: 381px;
  }

  #sec4 .set.set3 .group-content h3 {
    padding: 37px 0 0;
  }

  #sec4 .set.set3 .group-content .txt {
    margin-top: 18px;
  }

  #sec4 .group-btn {
    margin: 130px 0 0;
    gap: 28px;
    flex-direction: row;
  }

  #sec4 .group-btn .button {
    margin: 0;
  }
}

#sec5 {
  background: url("../img/dinner/s5_deco.png") no-repeat bottom center/150% auto;
  padding: 15vw 0 20vw;
}

#sec5 h2 {
  padding: 0 0 7vw;
  width: 55vw;
  margin: 0 auto;
}

#sec5 .txt {
  text-align: justify;
  margin: 7vw 0;
}

#sec5 .tit {
  overflow: hidden;
  font-size: 5vw;
  line-height: 1.6;
}

#sec5 .tit span {
  display: inline-block;
  padding: 0 3vw 0 0;
  position: relative;
  font-weight: 500;
}

#sec5 .tit span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1000px;
  height: 1px;
  background: #fff;
}

#sec5 .flex {
  margin: 3vw 0 0;
}

#sec5 .flex dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.47);
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #sec5 {
    background: url("../img/dinner/s5_deco.png") no-repeat bottom right;
    padding: 122px 0 137px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec5 {
    background-position: bottom center;
  }
}

@media screen and (min-width: 768px) {
  #sec5 .wrapp {
    width: 1040px;
    min-height: 600px;
  }

  #sec5 .img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: calc(100% - 420px);
  }

  #sec5 .right {
    width: 396px;
    margin: 0 0 0 auto;
  }

  #sec5 h2 {
    padding: 28px 0 0;
    width: auto;
    margin: 0;
  }

  #sec5 .txt {
    width: 386px;
    margin: 33px 0;
  }

  #sec5 .tit {
    width: 381px;
    font-size: 25px;
  }

  #sec5 .tit span {
    padding: 0 15px 0 0;
  }

  #sec5 .flex {
    width: 384px;
    display: flex;
    margin: 17px 0 0;
    justify-content: space-between;
  }

  #sec5 .flex dl {
    width: 185px;
    line-height: 35px;
  }
}

#map {
  position: relative;
  background: url("../img/index/map_deco3.png") no-repeat bottom left/150% auto, url("../img/index/map_deco2.png") no-repeat 80% top/150% auto, url("../img/index/map_deco.png") no-repeat top center/150% auto;
  padding: 27vw 0 67vw;
  color: #fff;
}

#map .tit {
  position: absolute;
  left: 48vw;
  bottom: 14vw;
  width: 13vw;
}

#map h2 {
  text-align: center;
  margin: 0 10vw 8vw;
}

#map .group-content .txt {
  margin: 6vw 0 5vw;
}

#map .group-content .button {
  margin: 0 auto;
}

#map .group-content .button a .arrow {
  background-image: url("../img/index/map_icon.png");
  width: 3vw;
  height: 3.5vw;
}

@media screen and (min-width: 768px) {
  #map {
    background: url("../img/index/map_deco3.png") no-repeat bottom left, url("../img/index/map_deco2.png") no-repeat top right, url("../img/index/map_deco.png") no-repeat top left;
    padding: 127px 0 117px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #map {
    background-position: bottom center, top center, top center, top left;
  }
}

@media screen and (min-width: 768px) {
  #map .tit {
    position: absolute;
    left: 365px;
    top: 394px;
    width: auto;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #map .tit {
    left: auto;
    right: calc(50% + 312px);
  }
}

@media screen and (min-width: 768px) {
  #map h2 {
    margin: 0 0 43px;
  }

  #map .group-content {
    margin: 0 0 0 273px;
  }

  #map .group-content .txt {
    margin: 28px 0 19px 35px;
  }

  #map .group-content .button {
    margin: 0 0 0 36px;
  }

  #map .group-content .button a {
    width: 392px;
  }

  #map .group-content .button a .arrow {
    background-image: url("../img/index/map_icon.png");
    width: 15px;
    height: 17px;
    right: 37px;
  }
}

.popup-map h2 {
  text-align: center;
  margin: 6vw 10vw 8vw;
}

.popup-map .item {
  margin: 0 2.5vw;
}

.popup-map .item h4 {
  margin: 6vw 10vw;
  text-align: center;
}

.popup-map .item .txt {
  text-align: justify;
}

.popup-map .item+.item {
  margin-top: 35px;
  background: url("../img/shared/tel-border.jpg") repeat-x top left;
  padding: 50px 0 0;
}

@media screen and (min-width: 768px) {
  .popup-map h2 {
    margin: 0 0 83px;
  }

  .popup-map .item {
    width: 811px;
    margin: 0 auto;
  }

  .popup-map .item h4 {
    margin: 38px 0 30px;
    text-align: center;
  }

  .popup-map .item+.item {
    margin-top: 42px;
    padding: 65px 0 0;
  }
}

#sec6 {
  background: url("../img/dinner/s6_deco2.png") no-repeat bottom center/150% auto, rgba(215, 145, 75, 0.2);
  padding: 15vw 0 20vw;
}

#sec6 h2 {
  margin: 0 0 8vw;
  position: relative;
  z-index: 2;
}

#sec6 .deco {
  position: absolute;
  top: 20vw;
  width: 30vw;
  right: 55vw;
}

#sec6 .group {
  position: relative;
  z-index: 2;
}

#sec6 .group .sub-txt {
  text-align: justify;
  position: relative;
  margin: 0 0 7vw;
}

#sec6 .group .group-img {
  position: relative;
  z-index: 2;
}

#sec6 .group .group-img .text {
  margin: 7vw 5vw 0;
  text-align: justify;
}

#sec6 .group .group-content {
  margin: 7vw 10vw 0;
  background: rgba(215, 145, 75, 0.2);
  box-sizing: border-box;
  padding: 7vw 3vw 10vw;
}

#sec6 .group .group-content .title {
  font-weight: 500;
  font-size: 6vw;
  line-height: 1.5;
}

#sec6 .group .group-content .price {
  font-size: 5vw;
  margin: 1vw 0 0;
}

#sec6 .group .group-content .price small {
  font-size: 3vw;
}

#sec6 .group .group-content .sub-txt2 {
  padding: 0 0 3vw;
  background: url("../img/shared/tel-border.jpg") repeat-x bottom left;
  margin: 0 0 4vw;
}

@media screen and (min-width: 768px) {
  #sec6 {
    background: url("../img/dinner/s6_deco2.png") no-repeat bottom right, rgba(215, 145, 75, 0.2);
    padding: 119px 0 143px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec6 {
    background-position: bottom center;
  }
}

@media screen and (min-width: 768px) {
  #sec6 h2 {
    text-align: center;
    margin: 0 0 60px;
  }

  #sec6 .deco {
    top: 159px;
    width: auto;
    right: calc(50% + 144px);
  }

  #sec6 .group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 982px;
    max-width: 100%;
    margin: 0 auto;
  }

  #sec6 .group .sub-txt {
    width: 245px;
    position: absolute;
    top: 80px;
    left: 48px;
    margin: 0;
  }

  #sec6 .group .group-img {
    width: 661px;
  }

  #sec6 .group .group-img .text {
    margin: 45px 0 0 148px;
    width: 410px;
  }

  #sec6 .group .group-content {
    width: 366px;
    margin: 204px -57px 0 0;
    padding: 38px 0 25px 72px;
  }

  #sec6 .group .group-content .title {
    font-size: 27px;
  }

  #sec6 .group .group-content .price {
    font-size: 23px;
    margin: 3px 0 -2px;
  }

  #sec6 .group .group-content .price small {
    font-size: 18px;
  }

  #sec6 .group .group-content .sub-txt2 {
    padding: 0 0 12px;
    margin: 0 0 14px;
  }
}