#header #key {
  position: relative;
}
#header #key::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/shikimeshi/key_shadow.png") no-repeat center;
}
#header #key .key-ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 25vw;
  color: #f6f4f0;
  left: 50%;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 5vw;
  line-height: 1.5;
  padding: 0 2vw;
  box-sizing: border-box;
  width: calc(11.5vw + 2px);
  border-left: 1px solid #e8dcc7;
  border-right: 1px solid #e8dcc7;
}
@media screen and (max-width: 767px) {
  #header #key .img img {
    -o-object-position: 60% center;
    object-position: 60% center;
  }
}
@media screen and (min-width: 768px) {
  #header #key .key-ttl {
    height: 159px;
    font-size: 30px;
    padding: 0 7px;
    width: 61px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header #key .key-ttl {
    letter-spacing: 0.2em;
  }
}

#sec1 {
  padding: 20vw 0;
  background: url("../img/shikimeshi/s1_deco.png") no-repeat center top
    31vw/250% auto;
}
#sec1 .title-en {
  text-align: center;
}
#sec1 h2 {
  text-align: center;
  height: 60vw;
  letter-spacing: 0.4em;
  font-size: 5vw;
  line-height: 1.6;
  width: 8vw;
  margin: 0 auto;
}
#sec1 .group-txt {
  margin: 10vw 0 0;
}
#sec1 .group-txt .txt {
  letter-spacing: 0.3em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #sec1 .group-txt .txt + .txt {
    margin-top: 27.5px;
  }
}
#sec1 .group {
  position: relative;
  margin: 15vw 0 0;
  padding: 0 0 10vw;
}
#sec1 .group::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #867972;
  opacity: 0;
}
#sec1 .group .img {
  position: relative;
  z-index: 2;
  width: calc(100% - 4vw - 42.25px);
  margin: 0 0 0 auto;
}
#sec1 .group .group-content {
  text-align: center;
  width: calc(100% - 4vw - 42.25px);
  margin: 3vw 0 0 auto;
}
#sec1 .group .group-content .title-common {
  padding: 0 0 8vw;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
}
#sec1 .group .group-content .title-common::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 17vw;
  border-bottom: 1px dotted #bbb49c;
  opacity: 0;
}
#sec1 .group .group-content .txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 157px 0 0;
    background: url("../img/shikimeshi/s1_deco.png") no-repeat center top 232px;
  }
  #sec1 h2 {
    height: 324px;
    font-size: 25px;
    width: 40px;
  }
  #sec1 .group .img {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0;
  }
  #sec1 .group-txt {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 40px;
    height: 552px;
    margin: 72px 0 0;
  }
  #sec1 .group-txt .txt {
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .group-txt .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .group {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding: 0 0 0 41px;
  }
  #sec1 .group::before {
    top: 25px;
    bottom: 25px;
    opacity: 1;
  }
  #sec1 .group .group-content {
    margin: 86px 0 0 37px;
    width: 350px;
  }
  #sec1 .group .group-content .title-common {
    padding: 0 0 34px;
    position: relative;
    text-align: center;
    top: auto;
    left: auto;
  }
  #sec1 .group .group-content .title-common::before {
    width: 69px;
    opacity: 1;
  }
  #sec1 .group .group-content .txt {
    font-size: 20px;
    margin: 34px 0 0;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .group .group-content .txt {
    letter-spacing: 0.15em;
  }
}

@media screen and (max-width: 767px) {
  #sec2 .para .img {
    height: 85vw;
  }
}
#sec2 .group-title {
  margin: 25vw 0 0;
  height: 70vw;
  position: relative;
}
#sec2 .group-title h2 {
  font-size: 5vw;
  line-height: 2.4;
  letter-spacing: 0.4em;
  margin: 0 auto;
}
#sec2 .group-title .title-en {
  position: absolute;
  top: 24vw;
  right: calc(50% + 16vw);
  letter-spacing: 0.1em;
}
#sec2 .item + .item {
  margin-top: 3vw;
}
#sec2 .item .s2-js .slick-dots {
  display: flex;
  gap: 2vw;
  bottom: 4vw;
  right: 4vw;
}
#sec2 .item .s2-js .slick-dots li {
  margin: 0;
  border-radius: 0;
  width: 10vw;
  height: 1vw;
  background: #f4f2ed;
}
#sec2 .item .s2-js .slick-dots li.slick-active {
  background: #09494d;
}
#sec2 .item .group-content {
  box-sizing: border-box;
  padding: 8vw var(--wrapPadding);
  background: url("../img/shikimeshi/s3_bg2.png");
  margin: 3vw 0 0;
}
#sec2 .item .group-content .txt {
  letter-spacing: 0.3em;
}

#sec2 .item .group-content dl {
  border-bottom: 1px solid #a6a6a6;
  padding: 0 0 5vw;
  line-height: 1.6;
  text-align: center;
}
#sec2 .item .group-content dl dt {
  font-size: 5vw;
  letter-spacing: 0.4em;
}
#sec2 .item .group-content dl dd {
  font-size: 4vw;
  margin: 2vw 0 0;
  letter-spacing: 0.4em;
}
#sec2 .item .group-content .txt {
  margin: 7vw 0 0;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  #sec2 .para {
    height: 660px;
  }
  #sec2 .group-title {
    margin: 191px 0 0;
    height: 369px;
  }
  #sec2 .group-title h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec2 .group-title h2 {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .group-title .title-en {
    top: 127px;
    right: calc(50% + 108px);
    letter-spacing: 0.3em;
  }
  #sec2 .wrap {
    width: 1380px;
  }
  #sec2 .item {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #sec2 .item:nth-of-type(odd) .s2-js .slick-dots {
    right: auto;
    left: 26px;
  }
  #sec2 .item:nth-of-type(odd) .group-content {
    padding: 64px 48px 64px 0;
    justify-content: flex-end;
  }
  #sec2 .item:nth-of-type(odd) .group-content .txt {
    text-align: right;
  }
  #sec2 .item + .item {
    margin-top: 16px;
  }
  #sec2 .item .s2-js,
  #sec2 .item .group-content {
    width: 680px;
    max-width: 49.5%;
  }
  #sec2 .item .s2-js .slick-dots {
    gap: 8px;
    bottom: 22px;
    right: 26px;
  }
  #sec2 .item .s2-js .slick-dots li {
    width: 75px;
    height: 5px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec2 .item .s2-js .slick-dots li:hover {
    background: #f4f2ed;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #sec2 .item .s2-js .img {
    height: 490px;
  }
  #sec2 .item .group-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 58px 0 117px 66px;
    margin: 0;
  }
  #sec2 .item .group-content dl {
    width: 379px;
    max-width: 100%;
    border-bottom: 1px solid #a6a6a6;
    padding: 0 0 46px;
    line-height: 1.6;
    text-align: left;
  }
  #sec2 .item .group-content dl dt {
    font-size: 25px;
    letter-spacing: 0.4em;
  }
  #sec2 .item .group-content dl dt span {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 30px;
    letter-spacing: 0.2em;
  }
  #sec2 .item .group-content .txt {
    margin: 61px 0 0;
  }

  #sec2 .item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #sec2 .item:nth-of-type(odd) .group-content {
    padding: 64px 54px 116px 0;
    align-items: flex-end;
  }
  #sec2 .item:nth-of-type(odd) .group-content dl {
    text-align: right;
  }
  #sec2 .item:nth-of-type(odd) .group-content .txt {
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec2 .item .group-content .txt {
    letter-spacing: 0.15em;
  }
}

#sec3 {
  position: relative;
  margin: 25vw 0 0;
  background:
    url("../img/shikimeshi/s3_bg.jpg") no-repeat top center/150% auto,
    url("../img/shikimeshi/s3_bg2.jpg");
  padding: 20vw 0;
}
#sec3 .title-common {
  letter-spacing: 0.4em;
  font-size: 5vw;
  line-height: 1.5;
  margin: 0 0 5vw;
}
#sec3 .title-common small {
  margin: 0 0 5vw;
}
#sec3 .note {
  text-align: center;
  margin: 0 0 8vw;
  letter-spacing: 0.3em;
}
#sec3 .list-anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  margin: 0 3.2vw 12vw;
  position: relative;
  z-index: 3;
}
#sec3 .list-anchor li {
  width: calc(50% - 1vw);
}
#sec3 .list-anchor li a {
  display: block;
  text-decoration: none;
  color: #fafaf5;
  text-align: center;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.3em;
  padding: 3vw 0 7vw;
  background: url("../img/shared/bg.jpg");
  transition: background 0.5s ease-out;
  position: relative;
}
#sec3 .list-anchor li a small {
  display: block;
  font-size: 3vw;
  margin: 0.5vw 0 0;
  letter-spacing: 0.3em;
}
#sec3 .list-anchor li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3vw;
  background: url("../img/shikimeshi/s3_arrow.png") no-repeat bottom center/auto
    100%;
  height: 2vw;
}
#sec3 .item {
  position: relative;
}
#sec3 .item + .item {
  margin-top: 10vw;
}
#sec3 .item::before {
  content: "";
  position: absolute;
  right: 0;
}
#sec3 .item .wrap {
  position: relative;
  z-index: 3;
}
#sec3 .item .group-img {
  position: relative;
  padding: 15vw 0 0;
}
#sec3 .item .group-img h3 {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 30vw;
  height: 30vw;
  box-sizing: border-box;
  background: url("../img/shikimeshi/s3_bg3.png");
  border: 2px solid transparent;
  -o-border-image: url("../img/shikimeshi/s3_border.png") 2 round;
  border-image: url("../img/shikimeshi/s3_border.png") 2 round;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12vw;
  line-height: 1.5;
  text-align: center;
}
#sec3 .item .group-img h3:has(span:nth-child(2)) {
  font-size: 38px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #sec3 .item .group-img h3 {
    left: 50%;
    transform: translateX(-50%);
  }
}
#sec3 .item .group-content {
  margin: 8vw 0 0;
}
#sec3 .item .group-content .title {
  border-bottom: 1px solid #a6a6a6;
  padding: 0 0 8vw;
  font-size: 6vw;
  line-height: 1.67;
  letter-spacing: 0.4em;
  margin: 0 0 8vw;
}
#sec3 .item .group-content .title small {
  display: block;
  font-size: 4.3vw;
  letter-spacing: 0.4em;
  line-height: 1.5;
  margin: 2vw 0 0;
}
#sec3 .item .group-content .txt {
  letter-spacing: 0.3em;
}
#sec3 .item:nth-of-type(even)::before {
  right: auto;
  left: 0;
}
#sec3 .item:nth-of-type(even) .group-content .title {
  text-align: right;
}
#sec3 #spring::before {
  background: url("../img/shikimeshi/s3_deco1.png") no-repeat top right/100%
    auto;
  width: 100vw;
  height: 102vw;
  top: 65vw;
}
#sec3 #spring_summer::before {
  background: url("../img/shikimeshi/s3_deco2.png") no-repeat top right/100%
    auto;
  width: 80vw;
  height: 64.267vw;
  top: 80vw;
}
#sec3 #summer::before {
  background: url("../img/shikimeshi/s3_deco3.png") no-repeat top right/100%
    auto;
  width: 80vw;
  height: 81vw;
  top: 73vw;
}
#sec3 #autumn::before {
  background: url("../img/shikimeshi/s3_deco4.png") no-repeat top right/100%
    auto;
  width: 85vw;
  height: 66.4vw;
  top: 80vw;
}
#sec3 #winter::before {
  background: url("../img/shikimeshi/s3_deco5.png") no-repeat top right/100%
    auto;
  width: 85vw;
  height: 80vw;
  top: 68vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    margin: 210px 0 0;
    background:
      url("../img/shikimeshi/s3_bg.jpg") no-repeat top center/100% auto,
      url("../img/shikimeshi/s3_bg2.jpg");
    padding: 165px 0 233px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec3 {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .title-common {
    font-size: 25px;
    margin: 0 0 24px;
  }
  #sec3 .title-common small {
    margin: 0 0 34px;
  }
  #sec3 .note {
    margin: 0 0 52px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .note {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .list-anchor {
    gap: 10px;
    margin: 0 auto 84px;
    max-width: calc(100% - 60px);
  }
  #sec3 .list-anchor li {
    width: 240px;
    max-width: calc((100% - 40px) / 5);
  }
  #sec3 .list-anchor li a {
    font-size: 20px;
    padding: 15px 0 39.5px;
  }
  #sec3 .list-anchor li a small {
    font-size: 15px;
    letter-spacing: 0.3em;
    margin: 3px 0 0;
  }
  #sec3 .list-anchor li a:after {
    bottom: 18px;
    background: url("../img/shikimeshi/s3_arrow.png") no-repeat bottom center;
    height: 8px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #sec3 .list-anchor li a:hover {
    background-image: url("../img/shared/bg2.jpg");
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .list-anchor li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .list-anchor li a {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .item + .item {
    margin-top: 53px;
  }
  #sec3 .item .wrap {
    width: 1242px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #sec3 .item .group-img {
    padding: 93px 0 12px;
    width: 680px;
    height: 530px;
    max-width: calc(100% - 562px);
  }
  #sec3 .item .group-img .img {
    height: 530px;
  }
  #sec3 .item .group-img h3 {
    right: -45px;
    width: 169px;
    height: 169px;
    font-size: 90px;
  }
  #sec3 .item .group-img h3:has(span:nth-child(2)) {
    font-size: 57px;
  }
  #sec3 .item .group-content {
    width: 496px;
    margin: 0;
  }
  #sec3 .item .group-content .title {
    width: 379px;
    max-width: 100%;
    padding: 0 0 59px;
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 60px;
  }
  #sec3 .item .group-content .title small {
    font-size: 18px;
    margin: 7px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .item .group-content .title {
    letter-spacing: 0.2em;
  }
  #sec3 .item .group-content .title small {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .item .group-content .txt {
    margin: 0 -30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec3 .item .group-content .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec3 .item:nth-of-type(even) .wrap {
    flex-direction: row-reverse;
  }
  #sec3 .item:nth-of-type(even) .group-img {
    padding-top: 81px;
  }
  #sec3 .item:nth-of-type(even) .group-img h3 {
    right: auto;
    left: -50px;
  }
  #sec3 .item:nth-of-type(even) .group-content {
    text-align: right;
  }
  #sec3 .item:nth-of-type(even) .group-content .title {
    margin-left: auto;
  }
  #sec3 .item:nth-of-type(even) .group-content .txt {
    margin: 0 -17px 0 auto;
    text-align: left;
    width: 473px;
  }
  #sec3 .item:nth-of-type(4) .group-content .txt {
    width: 455px;
  }
  #sec3 #spring::before {
    width: 993px;
    height: 765px;
    top: -132px;
  }
  #sec3 #spring_summer::before {
    background: url("../img/shikimeshi/s3_deco2.png") no-repeat top right;
    width: 791px;
    height: 482px;
    top: -72px;
  }
  #sec3 #summer::before {
    background: url("../img/shikimeshi/s3_deco3.png") no-repeat top right;
    width: 745px;
    height: 606px;
    top: -104px;
  }
  #sec3 #autumn::before {
    background: url("../img/shikimeshi/s3_deco4.png") no-repeat top right;
    width: 789px;
    height: 498px;
    top: -73px;
  }
  #sec3 #winter::before {
    background: url("../img/shikimeshi/s3_deco5.png") no-repeat top right;
    width: 789px;
    height: 599px;
    top: -154px;
  }
}

#sec5 {
  margin: 20vw 0 0;
  position: relative;
  overflow: hidden;
  padding: 0 0 20vw;
}
#sec5 .deco {
  position: absolute;
  width: 50vw;
  top: 0;
  right: calc(50% + 20vw);
}
#sec5 .deco2 {
  position: absolute;
  bottom: 137vw;
  left: calc(50% + 20vw);
  width: 50vw;
}
#sec5 .deco3 {
  position: absolute;
  width: 25vw;
  bottom: 6vw;
  right: calc(50% + 30vw);
}
#sec5 .group-title {
  position: relative;
  text-align: right;
  margin: 0 0 15vw;
}
#sec5 .group-title h2 {
  font-size: 5vw;
  line-height: 2.4;
  letter-spacing: 0.4em;
  height: 50vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sec5 .group-title .title-en {
    position: absolute;
    top: 30vw;
    right: calc(50% + 15vw);
  }
}
#sec5 .flex .s5-slide .slick-dots {
  display: flex;
  justify-content: center;
  gap: 2vw;
  bottom: 4vw;
  right: 4vw;
  left: 4vw;
}
#sec5 .flex .s5-slide .slick-dots li {
  margin: 0;
  border-radius: 0;
  width: 10vw;
  height: 1vw;
  background: #f4f2ed;
}
#sec5 .flex .s5-slide .slick-dots li.slick-active {
  background: #09494d;
}
@media screen and (max-width: 767px) {
  #sec5 .flex .s5-slide .img {
    height: 60vw;
  }
}
#sec5 .flex .txt {
  letter-spacing: 0.3em;
  margin: 8vw var(--wrapPadding) 0;
}
#sec5 .note3 {
  margin: 8vw var(--wrapPadding) 0;
}
#sec5 .group-btn {
  margin: 10vw var(--wrapPadding) 0;
}
@media screen and (max-width: 767px) {
  #sec5 .group-btn .btn-link + .btn-link {
    margin-top: 5vw;
  }
}
#sec5 .group-btn .btn-shop a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec5 .group-btn .btn-shop a::before {
  content: "";
  background: url("../img/shared/icon_shop_sp.png") no-repeat center/100% auto;
  width: 13px;
  height: 14px;
  margin-right: 15px;
}
#sec5 h3 {
  margin: 20vw 0 10vw;
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.4em;
  line-height: 1.6;
}
#sec5 h3 span {
  display: block;
  width: 60%;
  margin: 0 auto 4vw;
  font-size: 3vw;
  color: #fafaf5;
  line-height: 1.5;
  padding: 2vw 0;
  letter-spacing: 0.3em;
  background: #222;
}
#sec5 .txt {
  margin-top: 10vw;
  margin-bottom: 10vw;
  padding: 0 6.7%;
}
#sec5 .group-bnr {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4vw;
  margin: 0 10vw;
}
#sec5 .sub-txt {
  letter-spacing: 0;
  margin: 6vw 0 0;
  text-align: center;
}
#sec5 .col_delivery {
  padding: 0 6.7%;
}
#sec5 .col_delivery h2 {
  font-size: 4.5vw;
  padding-bottom: 3vw;
  margin-top: 8vw;
}
#sec5 .group-link li + li {
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  #sec5 {
    margin: 168px 0 0;
    padding: 0 0 178px;
  }
  #sec5 .deco {
    width: 322px;
    top: 0;
    right: calc(50% + 346px);
  }
  #sec5 .deco2 {
    bottom: 477px;
    left: calc(50% + 346px);
    width: 322px;
  }
  #sec5 .deco3 {
    width: 170px;
    bottom: 107px;
    right: calc(50% + 485px);
  }
  #sec5 .group-title {
    margin: 0 calc(50% + 185px) 112px auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #sec5 .group-title h2 {
    font-size: 25px;
    height: 291px;
    margin: 0;
  }
  #sec5 .group-title .title-en {
    margin: 188px 69px 0 0;
  }
  #sec5 .flex {
    display: flex;
    align-items: flex-start;
  }
  #sec5 .flex .s5-slide {
    position: relative;
    width: calc(50% + 175px);
    max-width: calc(100% - 482px);
  }
  #sec5 .flex .s5-slide .img2 {
    height: 527px;
  }
  #sec5 .flex .s5-slide .img1 {
    position: absolute;
    top: -278px;
    right: -452px;
  }
  #sec5 .flex .txt {
    height: 407px;
    margin: 220px 0 0 138px;
  }
  #sec5 .note3 {
    width: 877px;
    margin: -90px auto 130px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec5 .flex .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #sec5 .group-btn {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    gap: 78px;
  }
  #sec5 .group-btn .btn-shop a::before {
    width: 15px;
    height: 16px;
    margin-right: 22px;
  }
  #sec5 h3 {
    margin: 157px 0 67px;
    font-size: 25px;
  }
  #sec5 h3 span {
    width: 345px;
    margin: 0 auto 21px;
    font-size: 16px;
    padding: 7px 0;
  }
  #sec5 .txt {
    text-align: center;
    margin-top: 68px;
    letter-spacing: 0.3em;
    margin-bottom: 80px;
  }
  #sec5 .group-bnr {
    flex-direction: row;
    gap: 26px;
    margin: 0;
  }
  #sec5 .sub-txt {
    letter-spacing: 0.3em;
    margin: 31px 0 0;
  }
  #sec5 .col_delivery {
    display: flex;
    width: 940px;
    margin: 40px auto 0;
  }
  #sec5 .col_delivery h2 {
    padding-top: 18px;
    font-size: 25px;
    margin-right: 40px;
    padding-bottom: 0;
    /* margin-top: auto; */
    margin-top: 5px;
  }
  #sec5 .group-link {
    display: flex;
    justify-content: center;
  }
  #sec5 .group-link li {
    padding: 0 10px;
  }
  #sec5 .group-link li + li {
    margin-top: 0;
  }
}

.section-news {
  padding: 0 0 20vw;
  position: relative;
  z-index: 3;
}
.section-news .col {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-news .wrap {
    padding: 0 3.5%;
  }
  .section-news .col {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .section-news {
    padding: 0 0 85px;
  }
  .section-news .wrap {
    justify-content: center;
  }
}
