.img-deco {
  position: relative;
  border: 3px solid;
  box-sizing: border-box;
}
.img-deco::before {
  content: "";
  position: absolute;
  top: -4.5vw;
  left: -4.5vw;
  right: -4.5vw;
  bottom: -4.5vw;
  background: url("../img/scene/deco_1.png") no-repeat top left, url("../img/scene/deco_2.png") no-repeat top right, url("../img/scene/deco_3.png") no-repeat bottom left, url("../img/scene/deco_4.png") no-repeat bottom right;
  background-size: 10.8vw auto;
}
.img-deco.style2 {
  border-color: #e2d7ca;
}
.img-deco.style2::before {
  background: url("../img/scene/deco1.png") no-repeat top left, url("../img/scene/deco2.png") no-repeat top right, url("../img/scene/deco3.png") no-repeat bottom left, url("../img/scene/deco4.png") no-repeat bottom right;
  background-size: 10.8vw auto;
}
@media screen and (min-width: 768px) {
  .img-deco {
    border: 5px solid;
  }
  .img-deco::before {
    top: -41px;
    left: -41px;
    right: -41px;
    bottom: -41px;
    background-size: auto;
  }
  .img-deco.style2::before {
    background-size: auto;
  }
}

#sec1 {
  position: relative;
  text-align: center;
  padding: 15vw 0 0;
}
#sec1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("../img/scene/s1_deco.png") no-repeat top center/cover;
  height: 174.4vw;
}
#sec1 h2 {
  margin: 5vw 0;
  padding: 7vw 0;
  font-size: 7vw;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
}
#sec1 h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/scene/s1_line.png") repeat-x top left/auto 5px, url("../img/scene/s1_line2.png") repeat-x bottom left/auto 5px;
}
#sec1 h2 small {
  display: block;
  font-size: 4vw;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  margin: 0 0 2vw;
}
#sec1 .txt {
  letter-spacing: 0.2em;
  margin: 10vw 0 12vw;
  text-align: justify;
}
#sec1 .box {
  background: url("../img/scene/s1_bg.png") no-repeat top center/100% auto;
  height: 53vw;
  box-sizing: border-box;
  padding: 6vw 8vw 0;
}
#sec1 .box h3 {
  padding: 5vw 0 0;
  background: url("../img/index/news_deco_sp.png") no-repeat top center/8.8vw auto;
}
#sec1 .box h3 span {
  display: block;
  border-top: 1px solid #9c7e6b;
  font-size: 4vw;
  line-height: 2;
}
#sec1 .box h3 span + span {
  margin-top: 1px;
}
#sec1 .box h3 span:last-child {
  border-bottom: 1px solid #9c7e6b;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 111px 0 0;
  }
  #sec1::before {
    background: url("../img/scene/s1_deco.png") no-repeat top center;
    height: 1308px;
  }
  #sec1 h2 {
    margin: 26px 0 25px;
    padding: 42px 0 46px;
    font-size: 45px;
    line-height: 60px;
  }
  #sec1 h2::before {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 916px;
    background: url("../img/scene/s1_line.png") repeat-x top left, url("../img/scene/s1_line2.png") repeat-x bottom left;
  }
  #sec1 h2 small {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 0 0 14px;
  }
  #sec1 .txt {
    font-size: 18px;
    line-height: 38px;
    margin: 74px 0 96px;
    text-align: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #sec1 .txt {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  #sec1 .box {
    width: 740px;
    margin: 0 auto;
    background: url("../img/scene/s1_bg.png") no-repeat top center;
    height: 454px;
    box-sizing: border-box;
    padding: 74px 0 40px;
  }
  #sec1 .box h3 {
    padding: 41px 0 0;
    background: url("../img/index/news_deco.png") no-repeat top center;
  }
  #sec1 .box h3 span {
    width: 538px;
    font-size: 30px;
    margin: 0 auto;
  }
}

#sec2 {
  margin: 20vw 0 0;
}
#sec2 .set {
  padding: 20vw var(--wrapPadding) 0;
  position: relative;
}
#sec2 .set .tit {
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 20vw;
  left: 0;
  right: 0;
}
#sec2 .set .deco {
  position: absolute;
  width: 42vw;
  top: 40vw;
  right: calc(50% + 10vw);
}
#sec2 .set h2 {
  position: relative;
  z-index: 2;
  padding: 16vw 0 6vw;
  font-size: 7.5vw;
  line-height: 1.5;
  margin: 0 0 15vw;
  text-align: center;
  letter-spacing: 0.2em;
  background: url("../img/scene/s2_deco_ttl_sp.png") no-repeat top center/100% auto, url("../img/scene/s2_deco_ttl2_sp.png") no-repeat bottom center/100% auto;
}
#sec2 .set h2 small {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
}
#sec2 .set .group {
  position: relative;
  z-index: 2;
}
#sec2 .set .group .group-content {
  margin: 0 0 8vw;
}
#sec2 .set .group .group-content .time {
  display: flex;
  align-items: center;
  gap: 0 2vw;
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: 0.1em;
  color: var(--color3);
  margin: 0 0 5vw;
}
#sec2 .set .group .group-content .time .line {
  height: 1px;
  width: 100%;
  background: #866e4c;
}
#sec2 .set .group .group-content h3 {
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 7vw;
  text-align: center;
}
#sec2 .set .group .group-content .txt {
  text-align: justify;
  letter-spacing: 0.2em;
}
#sec2 .set2 {
  padding: 15vw 0 0;
  position: relative;
}
#sec2 .set2 .img2 {
  position: relative;
  z-index: 2;
  margin: 0 30vw -10vw -50vw;
}
#sec2 .set2 .catch {
  position: relative;
  z-index: 3;
  margin: 0 0 -20vw 30vw;
}
#sec2 .set2 .s2-slide {
  position: relative;
  z-index: 1;
}
#sec2 .set2 .s2-slide::before {
  content: "";
  position: absolute;
  left: 1vw;
  right: 1vw;
  top: 0;
  height: 86vw;
  z-index: 2;
  background: url("../img/index/shopinfo_line.png") repeat-x top left, url("../img/index/shopinfo_line2.png") repeat-x bottom left;
  background-size: auto 13px;
}
#sec2 .set2 .s2-slide .img {
  height: 86vw;
}
#sec2 .set2 .s2-slide .slick-dots {
  margin: 4vw 0 0;
}
@media screen and (max-width: 767px) {
  #sec2 .set2 .s2-slide .img-slide1 img {
    -o-object-position: 18% center;
       object-position: 18% center;
  }
  #sec2 .set2 .s2-slide .img-slide2 img {
    -o-object-position: 18% center;
       object-position: 18% center;
  }
  #sec2 .set2 .s2-slide .img-slide3 img {
    -o-object-position: 90% center;
       object-position: 90% center;
  }
}
@media screen and (min-width: 768px) {
  #sec2 {
    margin: 174px 0 0;
  }
  #sec2 .set {
    padding: 188px 0 0;
  }
  #sec2 .set .tit {
    top: 157px;
  }
  #sec2 .set .deco {
    width: 315px;
    top: 390px;
    right: calc(50% + 363px);
  }
  #sec2 .set h2 {
    padding: 88px 0 23px;
    font-size: 56px;
    margin: 0 0 162px;
    background: url("../img/scene/s2_deco_ttl.png") no-repeat top center, url("../img/scene/s2_deco_ttl2.png") no-repeat bottom center;
  }
  #sec2 .set h2 small {
    font-size: 33px;
    margin: 0 0 -4px;
  }
  #sec2 .set .group {
    width: 1272px;
    max-width: calc(100% - 100px);
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #sec2 .set .group .img {
    width: 637px;
    height: 679px;
    max-width: calc(100% - 500px);
  }
  #sec2 .set .group .group-content {
    width: 500px;
    margin: 28px 0 0;
  }
  #sec2 .set .group .group-content .time {
    gap: 0 17px;
    font-size: 20px;
    margin: 0 0 208px;
  }
  #sec2 .set .group .group-content .time .line {
    width: 170px;
  }
  #sec2 .set .group .group-content h3 {
    font-size: 35px;
    line-height: 55px;
    margin: 0 0 51px;
    text-align: left;
  }
  #sec2 .set .group .group-content .txt {
    font-size: 18px;
    line-height: 35px;
    width: 400px;
  }
  #sec2 .set2 {
    padding: 388px 0 0;
  }
  #sec2 .set2 .img2 {
    position: absolute;
    width: 851px;
    top: 57px;
    right: calc(50% - 47px);
    margin: 0;
  }
  #sec2 .set2 .catch {
    position: absolute;
    width: 655px;
    top: 203px;
    left: calc(50% - 53px);
    margin: 0;
  }
  #sec2 .set2 .s2-slide::before {
    left: 10px;
    right: 10px;
    height: 645px;
    background: url("../img/index/shopinfo_line.png") repeat-x top left, url("../img/index/shopinfo_line2.png") repeat-x bottom left;
  }
  #sec2 .set2 .s2-slide .img {
    height: 645px;
  }
  #sec2 .set2 .s2-slide .slick-dots {
    margin: 30px 0 0;
  }
}

#sec3 {
  padding: 20vw 0;
}
#sec3 .set {
  position: relative;
}
#sec3 .set + .set {
  margin-top: 30vw;
}
#sec3 .set .deco {
  position: absolute;
  width: 37.3vw;
  top: -10vw;
  right: calc(50% + 20vw);
}
#sec3 .set .img-deco .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#sec3 .set .group-content {
  margin: 0 0 8vw;
}
#sec3 .set .group-content .time {
  display: flex;
  align-items: center;
  gap: 0 2vw;
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: 0.1em;
  color: var(--color3);
  margin: 0 0 5vw;
}
#sec3 .set .group-content .time .line {
  height: 1px;
  width: 100%;
  background: #866e4c;
}
#sec3 .set .group-content .time .text {
  min-width: -moz-max-content;
  min-width: max-content;
}
#sec3 .set .group-content h3 {
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 7vw;
  text-align: center;
}
#sec3 .set .group-content .txt {
  text-align: justify;
  letter-spacing: 0.2em;
}
#sec3 .set2 {
  margin: 20vw 0 0;
}
#sec3 .set2 .img {
  width: 95%;
  position: relative;
  z-index: 2;
  margin: 0 0 15vw auto;
}
#sec3 .set2 .img span {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid;
  border-right: 0;
  border-top-left-radius: 140px;
}
#sec3 .set2 .img::before {
  content: "";
  position: absolute;
  top: -2vw;
  left: -2vw;
  right: 0;
  bottom: -2vw;
  border: 1vw solid;
  border-right: 0;
  border-top-left-radius: 150px;
}
#sec3 .set2 .group-content h3 {
  position: relative;
  height: 48vw;
  width: calc(13.6vw + 2px);
  text-align: center;
  margin: 0 auto;
}
#sec3 .set2 .group-content h3 span {
  display: block;
  font-size: 6vw;
  line-height: 1.6;
  padding: 0 2vw;
  letter-spacing: 0;
  border-left: 1px solid #665c1e;
  border-right: 1px solid #665c1e;
}
#sec3 .set2 .group-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6vw;
  height: 6vw;
  background: url("../img/index/news_deco_sp.png") no-repeat top center/8.8vw auto;
}
#sec3 .set2 .group-content .txt {
  margin: 5vw var(--wrapPadding) 0;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 200px 0 82px;
  }
  #sec3 .wrap {
    max-width: calc(100% - 100px);
    width: 1276px;
  }
  #sec3 .set + .set {
    margin-top: 205px;
  }
  #sec3 .set:nth-of-type(even) .wrap {
    flex-direction: row;
    gap: 0;
  }
  #sec3 .set .deco {
    width: 280px;
    top: -82px;
    right: calc(50% + 398px);
  }
  #sec3 .set .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 100px;
  }
  #sec3 .set .img-deco {
    width: 637px;
    height: 679px;
    max-width: calc(100% - 600px);
  }
  #sec3 .set .img-deco .slick-dots {
    bottom: -55px;
  }
  #sec3 .set .img-deco .img {
    height: 669px;
  }
  #sec3 .set .group-content {
    width: 500px;
    margin: 28px 0 0;
  }
  #sec3 .set .group-content .time {
    gap: 0 17px;
    font-size: 20px;
    margin: 0 0 186px;
  }
  #sec3 .set .group-content .time .line {
    width: 170px;
  }
  #sec3 .set .group-content h3 {
    font-size: 35px;
    line-height: 55px;
    margin: 0 0 53px;
    text-align: left;
  }
  #sec3 .set .group-content .txt {
    font-size: 18px;
    line-height: 35px;
    width: 405px;
    max-width: 100%;
  }
  #sec3 .set2 {
    margin: 112px 0 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    gap: 0 77px;
  }
  #sec3 .set2 .img {
    width: calc(50% + 84px);
    max-width: calc(100% - 450px);
    height: 546px;
    margin: 0;
  }
  #sec3 .set2 .img::before {
    top: -11px;
    left: -11px;
    bottom: -11px;
    border: 4px solid;
    border-right: 0;
    border-top-left-radius: 320px;
  }
  #sec3 .set2 .img span {
    border-top-left-radius: 309.5px;
  }
  #sec3 .set2 .group-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 0 50px;
    margin: 37px 0 0;
  }
  #sec3 .set2 .group-content h3 {
    height: 289px;
    width: 89px;
    margin: 0;
  }
  #sec3 .set2 .group-content h3 span {
    font-size: 35px;
    line-height: 55px;
    padding: 0 16px;
  }
  #sec3 .set2 .group-content h3::before {
    top: -41px;
    height: 41px;
    background: url("../img/index/news_deco.png") no-repeat top center;
  }
  #sec3 .set2 .group-content .txt {
    margin: 92px 0 0;
    height: 480px;
    font-size: 18px;
    line-height: 35px;
  }
}

.bg {
  background: url("../img/menu/bg.jpg");
  color: #e6dbce;
}

#sec4 {
  position: relative;
}
#sec4::before {
  content: "";
  position: absolute;
  left: 1vw;
  right: 1vw;
  top: 0;
  height: 86vw;
  z-index: 2;
  background: url("../img/index/shopinfo_line.png") repeat-x top left, url("../img/index/shopinfo_line2.png") repeat-x bottom left;
  background-size: auto 13px;
}
#sec4 .para {
  height: 86vw;
}
#sec4 h2 {
  width: 82vw;
  height: 44.53vw;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: url("../img/scene/s4_ttl.png") no-repeat top center/100% auto;
  box-sizing: border-box;
  padding: 16.13vw 0 0;
  font-size: 4.67vw;
  line-height: 1.285;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #sec4::before {
    left: 10px;
    right: 10px;
    height: 645px;
    background: url("../img/index/shopinfo_line.png") repeat-x top left, url("../img/index/shopinfo_line2.png") repeat-x bottom left;
  }
  #sec4 .para {
    height: 645px;
  }
  #sec4 h2 {
    width: 615px;
    height: 334px;
    box-sizing: border-box;
    padding: 121px 0 0;
    font-size: 35px;
    line-height: 45px;
  }
}

#sec5 {
  position: relative;
  padding: 20vw 0;
}
#sec5 .tit {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 20vw;
}
#sec5 h2 {
  position: relative;
  z-index: 2;
  padding: 16vw 0 6vw;
  font-size: 7.5vw;
  line-height: 1.5;
  margin: 0 0 15vw;
  text-align: center;
  letter-spacing: 0.2em;
  background: url("../img/scene/deco1_sp.png") no-repeat top center/100% auto, url("../img/scene/deco2_sp.png") no-repeat bottom center/100% auto;
}
#sec5 h2 small {
  font-size: 6vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: block;
}
#sec5 .loopslider2 {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 5;
}
#sec5 .loopslider2 ul {
  animation: flowing 120s linear infinite;
  transform: translateX(100%);
}
#sec5 .loopslider2 ul li {
  display: inline-block;
  width: 1185px;
}
#sec5 .set {
  margin: 15vw 0 0;
  position: relative;
}
#sec5 .set .group-img {
  position: relative;
}
#sec5 .set .group-img .deco {
  z-index: 2;
  width: 53.5vw;
  top: -26vw;
  right: -14vw;
  position: absolute;
  filter: drop-shadow(0 0 45px rgba(5, 5, 5, 0.3));
}
#sec5 .set .img-deco .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#sec5 .set .group-content {
  margin: 0 0 30vw;
}
#sec5 .set .group-content .time {
  display: flex;
  align-items: center;
  gap: 0 2vw;
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: 0.1em;
  margin: 0 0 5vw;
}
#sec5 .set .group-content .time .line {
  height: 1px;
  width: 100%;
  background: #b7aa9a;
}
#sec5 .set .group-content .time .text {
  min-width: -moz-max-content;
  min-width: max-content;
}
#sec5 .set .group-content h3 {
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin: 0 0 7vw;
  text-align: center;
}
#sec5 .set .group-content .txt {
  text-align: justify;
  letter-spacing: 0.2em;
}
#sec5 .set .group-content .txt + .txt {
  margin-top: 25px;
}
#sec5 .set .group-content .txt + .txt small {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 144px 0 140px;
  }
  #sec5 .tit {
    top: 124px;
  }
  #sec5 h2 {
    padding: 88px 0 23px;
    font-size: 56px;
    margin: 0 0 104px;
    background: url("../img/scene/s5_deco.png") no-repeat top center, url("../img/scene/s5_deco2.png") no-repeat bottom center;
  }
  #sec5 h2 small {
    font-size: 33px;
    margin: 0 0 -4px;
  }
  #sec5 .loopslider2 ul li {
    width: 2370px;
  }
  #sec5 .set {
    margin: 136px 0 0;
  }
  #sec5 .set .wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 1272px;
  }
  #sec5 .set .group-img {
    width: 636px;
    height: 679px;
    position: relative;
    max-width: calc(100% - 600px);
  }
  #sec5 .set .group-img .deco {
    width: 401px;
    top: -195px;
    right: -172px;
  }
  #sec5 .set .group-img .slick-dots {
    bottom: -52px;
  }
  #sec5 .set .group-img .img {
    height: 669px;
  }
  #sec5 .set .group-content {
    width: 500px;
    margin: 28px 0 0;
  }
  #sec5 .set .group-content .time {
    gap: 0 17px;
    font-size: 20px;
    margin: 0 0 153px;
  }
  #sec5 .set .group-content .time .line {
    width: 170px;
  }
  #sec5 .set .group-content h3 {
    font-size: 35px;
    line-height: 55px;
    margin: 0 0 57px;
    text-align: left;
  }
  #sec5 .set .group-content .txt {
    font-size: 18px;
    line-height: 35px;
    width: 440px;
    max-width: 100%;
    letter-spacing: 0.05em;
  }
  #sec5 .set .group-content .txt + .txt {
    margin-top: 34px;
  }
  #sec5 .set .group-content .txt + .txt small {
    font-size: 17px;
  }
}

#sec6 {
  padding: 0 0 20vw;
}
#sec6 .time {
  display: flex;
  align-items: center;
  gap: 0 2vw;
  line-height: 1.5;
  font-size: 4vw;
  letter-spacing: 0.1em;
  margin: 0 0 5vw;
}
#sec6 .time .line {
  height: 1px;
  width: 100%;
  background: #b7aa9a;
}
#sec6 .time .text {
  min-width: -moz-max-content;
  min-width: max-content;
}
#sec6 h3 {
  font-size: 6vw;
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin: 0 0 7vw;
  text-align: center;
}
#sec6 .txt {
  text-align: justify;
  letter-spacing: 0.2em;
}
#sec6 .set1 .img-deco {
  margin: 5vw 0 15vw;
}
#sec6 .set1 .img-deco .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#sec6 .set {
  margin: 15vw 0;
}
#sec6 .set .group-content {
  margin-bottom: 8vw;
}
#sec6 .bnr {
  margin: 0 var(--wrapPadding);
}
#sec6 .bnr a {
  display: block;
  text-decoration: none;
  position: relative;
}
#sec6 .bnr a img {
  opacity: 1;
}
#sec6 .bnr a .off {
  filter: drop-shadow(0 0 25px rgba(5, 5, 5, 0.2));
}
#sec6 .bnr a .on {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  #sec6 {
    padding: 0 0 167px;
  }
  #sec6 .time {
    gap: 0 17px;
    font-size: 20px;
    margin: 0 0 153px;
  }
  #sec6 .time .line {
    width: 170px;
  }
  #sec6 h3 {
    font-size: 35px;
    line-height: 55px;
    margin: 0 0 57px;
    text-align: left;
  }
  #sec6 .txt {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.05em;
  }
  #sec6 .set1 {
    text-align: center;
  }
  #sec6 .set1 .wrap {
    width: 1084px;
    max-width: calc(100% - 100px);
  }
  #sec6 .set1 .time {
    justify-content: flex-end;
    width: 820px;
    margin: 0 auto;
    max-width: 100%;
  }
  #sec6 .set1 .img-deco {
    margin: 34px 0 110px;
  }
  #sec6 .set1 .img-deco .img {
    height: 669px;
  }
  #sec6 .set1 .img-deco .slick-dots {
    bottom: -56px;
  }
  #sec6 .set1 h3 {
    margin: 0 0 47px;
    text-align: inherit;
  }
  #sec6 .set1 .txt {
    text-align: inherit;
    letter-spacing: 0.2em;
  }
  #sec6 .set {
    margin: 172px 0 222px;
  }
  #sec6 .set .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 1276px;
    gap: 91px;
  }
  #sec6 .set .img-deco {
    width: 638px;
    max-width: calc(100% - 500px);
    height: 679px;
  }
  #sec6 .set .group-content {
    width: 410px;
    margin: 28px 0 0;
  }
  #sec6 .set .group-content .time {
    margin: 0 0 166px;
  }
  #sec6 .set .group-content h3 {
    margin: 0 -30px 58px 0;
    text-align: left;
  }
  #sec6 .set .group-content .txt {
    letter-spacing: 0.2em;
    margin: 0 0 0 5px;
  }
  #sec6 .bnr {
    width: 945px;
    margin: 0 auto;
  }
  #sec6 .bnr a:hover .on {
    opacity: 1;
    visibility: visible;
  }
}

#sec6 .btn-link {
	margin-top: 10vw;
}

@media screen and (min-width: 768px) {
	#sec6 .btn-link {
	margin-top: 5vw;
}
}

@media screen and (min-width: 768px) {
  .remodal2 {
    width: 1202px;
    max-width: calc(100% - 60px);
  }
}

.popup-menu {
  position: relative;
  padding: 60px 0 100px;
}
.popup-menu .remodal-close {
  margin-right: 20px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .popup-menu {
    background: url("../img/menu/bg_top_sp.png") no-repeat top center/100% auto, url("../img/menu/bg_bottom_sp.png") no-repeat bottom center/100% auto;
  }
  .popup-menu::before {
    content: "";
    position: absolute;
    top: 40vw;
    left: 0;
    right: 0;
    bottom: 40vw;
    background: url("../img/menu/bg_center_sp.jpg") repeat-y top center/100% auto;
  }
}
.popup-menu h2 {
  font-size: 7vw;
  line-height: 1.5;
  padding: 5vw 0 0;
  letter-spacing: 0.1em;
  background: url("../img/index/news_deco_sp.png") no-repeat top center/8.8vw auto;
}
.popup-menu h2 small {
  font-size: 6vw;
}
.popup-menu .sub-txt {
  margin: 20px 0 40px;
  letter-spacing: 0.2em;
}
.popup-menu .flex {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .popup-menu .flex .col + .col {
    margin-top: 40px;
  }
}
.popup-menu .flex .col h4 {
  line-height: 1.5;
  font-size: 28px;
  letter-spacing: 0.15em;
  padding: 0 0 15px;
  position: relative;
  margin: 0 0 20px;
}
.popup-menu .flex .col h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-bottom: 1px solid;
  border-top: 4px solid;
  bottom: 0;
}
.popup-menu .flex .col h4 ~ h4 {
  margin-top: 40px;
}
.popup-menu .flex .col dl {
  padding: 12px 0;
  border-bottom: 1px dashed;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.375;
  text-align: left;
  border-bottom: 1px dashed;
}
.popup-menu .flex .col dl dd {
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .popup-menu {
    padding: 89px 0 145px;
  }
  .popup-menu .remodal-close {
    margin-right: 80px;
    z-index: 2;
	position: absolute;
	top: 45px;
	right: 0;
  }
  .popup-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 400px;
    background: url("../img/menu/popup_mask.png") no-repeat top center;
  }
  .popup-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 400px;
    background: url("../img/menu/popup_mask.png") no-repeat bottom center;
  }
  .popup-menu h2 {
    font-size: 45px;
    padding: 30px 0 0;
    background: url("../img/index/news_deco.png") no-repeat top center;
  }
  .popup-menu h2 small {
    font-size: 35px;
  }
  .popup-menu .sub-txt {
    margin: 30px 0 60px;
  }
  .popup-menu .flex {
    width: 933px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .popup-menu .flex:not(:has(.col + .col)) {
    width: 720px;
  }
  .popup-menu .flex:not(:has(.col + .col)) .col {
    width: 100%;
  }
  .popup-menu .flex .col {
    width: 443px;
  }
  .popup-menu .flex .col h4 {
    font-size: 35px;
    padding: 0 0 25px;
    margin: 0 0 30px;
  }
  .popup-menu .flex .col h4::before {
    height: 5px;
    border-top: 7px solid;
  }
  .popup-menu .flex .col h4 ~ h4 {
    margin-top: 50px;
  }
}