#rss {
  padding: 8.6vw 5%;
  display: flex;
  background: url(../img/shared/main_bg3.jpg) repeat;
}
#rss h2 {
  font-size: 6.3vw;
  font-family: var(--crimson);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.65em;
  color: #473f32;
  align-self: center;
  margin-right: 6vw;
  text-transform: uppercase;
}
#rss #feed {
  margin-right: 5vw;
}
#rss #feed .row dl {
  font-size: 3vw;
  line-height: 1.85em;
  letter-spacing: normal;
  color: #000;
}
#rss #feed .row dl .title a {
  font-size: 115.3846153846%;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
#rss .btn {
  align-self: flex-end;
}
#rss .btn a {
  text-transform: uppercase;
  font-size: 3.5vw;
  font-family: var(--crimson);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.65em;
  color: #473f32;
  border-bottom: 1px solid #473f32;
  position: relative;
  padding-right: 10px;
}
#rss .btn a::before {
  content: "";
  position: absolute;
  background: url(../img/shared/icon_arrow_b.png) no-repeat;
  background-size: contain;
  background-position: center;
  aspect-ratio: 1/1;
  width: 5px;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  #rss {
    width: 481px;
    padding: 32px 36px 30px;
    box-sizing: border-box;
    background: rgba(51, 39, 25, 0.4);
    margin-top: -120px;
    height: 100px;
    position: relative;
    align-items: center;
    z-index: 3;
  }
  #rss h2 {
    font-size: 27px;
    margin-right: 20px;
    color: #fff;
  }
  #rss #feed {
    margin-right: 25px;
  }
  #rss #feed .row dl {
    color: #fff;
    font-size: 13px;
    line-height: 1.85em;
    letter-spacing: 0.1em;
  }
  #rss #feed .row dl .title a:hover {
    text-decoration: underline;
  }
  #rss .btn {
    position: relative;
    bottom: -10px;
  }
  #rss .btn a {
    font-size: 15px;
    line-height: 1.65em;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-right: 18px;
  }
  #rss .btn a::before {
    background-image: url(../img/shared/icon_arrow.png);
    width: 7px;
    right: 0;
  }
  #rss .btn a:hover {
    border-bottom-color: transparent;
  }
}

#sec1 {
  padding: 16vw 0;
  position: relative;
}
#sec1::before {
  content: "";
  position: absolute;
  background: url(../img/index/bg_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1104/1060;
  width: 222.7vw;
  top: 47vw;
  left: -43vw;
  z-index: -1;
}
#sec1 .img1 {
  margin-bottom: 5vw;
}
#sec1 .desc h2 {
  padding-top: 10vw;
  position: relative;
  width: fit-content;
  margin: 0 auto 14vw;
}
#sec1 .desc h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -14vw;
  border: 1px solid #bcb4a7;
  border-bottom: none;
  border-right: none;
  width: 70vw;
  height: 100%;
}
#sec1 .desc h2 .big {
  display: inline-block;
  margin-top: 5vw;
}
#sec1 .desc .txt {
  margin-bottom: 15vw;
}
#sec1 .img2 {
  margin: 0 10vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 135px 0 89px;
  }
  #sec1::before {
    width: 1104px;
    top: -29px;
    right: calc(50% - 50vw);
    left: unset;
  }
  #sec1 .img1 {
    margin: 0 -160px;
  }
  #sec1 .desc h2 {
    color: #fff;
    padding-top: 78px;
    padding-left: 80px;
    position: absolute;
    top: 79px;
    left: -80px;
    margin: 0;
    z-index: 2;
  }
  #sec1 .desc h2::before {
    border-color: #fff;
    top: 0;
    left: 0;
    width: 340px;
    height: 320px;
  }
  #sec1 .desc h2 .big {
    display: inline-block;
    margin-top: 33px;
  }
  #sec1 .desc .txt {
    width: 370px;
    margin-top: -125px;
    margin-left: auto;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
  }
  #sec1 .desc .txt .white {
    color: #fff;
  }
  #sec1 .img2 {
    margin: -243px 0 0 -95px;
  }
}

#sec2 {
  padding-bottom: 20vw;
  position: relative;
}
#sec2::before {
  content: "";
  position: absolute;
  background: url(../img/index/bg_deco2.png) no-repeat;
  background-size: contain;
  aspect-ratio: 905/1351;
  width: 246.4vw;
  top: -147vw;
  left: -108.1vw;
  z-index: -1;
}
#sec2 .box {
  border: 1px solid #bcb4a7;
  box-sizing: border-box;
  padding: 25vw 5vw;
}
#sec2 h2 {
  width: 40%;
  margin: 0 auto 15vw;
}
#sec2 .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 80px;
  }
  #sec2::before {
    width: 905px;
    top: -577px;
    left: 0;
  }
  #sec2 .box {
    margin: 0 auto;
    width: 918px;
    padding: 193px 30px 166px;
  }
  #sec2 h2 {
    width: 152px;
    margin: 0 auto 98px;
  }
}

#sec3 {
  color: #fff;
  position: relative;
  padding-bottom: 16vw;
}
#sec3::before {
  content: "";
  position: absolute;
  background: url(../img/shared/main_bg2.jpg) repeat;
  top: 15vw;
  bottom: 68vw;
  width: 100%;
  left: 0;
  z-index: -1;
}
#sec3::after {
  content: "";
  position: absolute;
  background: url(../img/index/bg_deco3.png) no-repeat;
  background-size: contain;
  aspect-ratio: 856/1036;
  width: 178.7vw;
  bottom: -85vw;
  left: -53.9vw;
  z-index: -1;
}
#sec3 .desc {
  position: relative;
  padding-top: 5vw;
  margin-bottom: 15vw;
}
#sec3 .desc .tit {
  width: fit-content;
  margin-left: auto;
  text-align: center;
}
#sec3 .desc .en {
  width: 78%;
  position: absolute;
  top: -13vw;
  right: -4vw;
}
#sec3 .desc h2 {
  color: #fff;
  line-height: 1.65em;
}
#sec3 .list .photo {
  width: 50%;
}
#sec3 .list .photo:first-child {
  margin-bottom: 6vw;
  margin-left: 35vw;
}
#sec3 .deco {
  width: 30vw;
  position: absolute;
  bottom: 0;
  right: 5vw;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 372px;
    position: relative;
  }
  #sec3::before {
    top: 112px;
    bottom: 178px;
    width: unset;
    left: calc(50% - 50vw);
    right: calc(50% - 574px);
  }
  #sec3::after {
    width: 856px;
    bottom: -444px;
    left: unset;
    right: 0;
  }
  #sec3 .img {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: 50%;
    height: 570px;
  }
  #sec3 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec3 .desc {
    box-sizing: border-box;
    width: 410px;
    padding-top: 302px;
    margin-bottom: 0;
  }
  #sec3 .desc .tit {
    display: flex;
    align-items: flex-end;
    width: auto;
    margin-left: 0;
    text-align: left;
    margin-bottom: 66px;
  }
  #sec3 .desc .en {
    width: 374px;
    top: 226px;
    right: -212px;
  }
  #sec3 .desc h2 {
    color: #fff;
    line-height: 1.45em;
  }
  #sec3 .desc .en-all {
    margin-left: -46px;
  }
  #sec3 .list {
    position: absolute;
    bottom: -240px;
    right: -140px;
  }
  #sec3 .list .photo {
    width: auto;
  }
  #sec3 .list .photo:first-child {
    margin-bottom: 55px;
    margin-left: 224px;
  }
  #sec3 .deco {
    width: 186px;
    bottom: 214px;
    right: calc(50% - 211px);
    opacity: 1;
  }
}

#sec4 {
  padding-bottom: 16vw;
  position: relative;
}
#sec4 .tit {
  position: absolute;
  margin: 0 auto;
  width: 70%;
  top: -42vw;
  left: 0;
  right: 0;
  z-index: 2;
}
#sec4 h2 {
  text-align: right;
  color: #fff;
  margin-bottom: -10vw;
}
#sec4 .txt {
  margin-top: 10vw;
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding-bottom: 0;
    height: 950px;
  }
  #sec4 .wrap {
    padding: 0 20px;
    width: 100%;
    max-width: 1363px;
  }
  #sec4 .img {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  #sec4 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec4 .tit {
    position: relative;
    margin: 0;
    width: 384px;
    top: 0;
    padding: 156px 0 0;
  }
  #sec4 .tit::before {
    content: "";
    position: absolute;
    background: url(../img/index/sec4_line.jpg) repeat-x;
    height: 1px;
    left: calc(50% - 50vw);
    right: 0;
    bottom: 6px;
  }
  #sec4 h2 {
    margin-bottom: -58px;
  }
  #sec4 .txt {
    width: 360px;
    height: 300px;
    color: #fff;
    margin-top: 90px;
    margin-left: 26px;
    margin-bottom: 68px;
  }
  #sec4 .btn-all {
    margin-left: 26px;
  }
  #sec4 .btn-all a {
    margin: 0;
  }
}

#sec5 {
  position: relative;
}
#sec5::before {
  content: "";
  position: absolute;
  background: url(../img/index/bg_deco4.png) no-repeat;
  background-size: contain;
  aspect-ratio: 730/1225;
  width: 152.1vw;
  top: -19vw;
  left: -22vw;
  z-index: -1;
}
#sec5 .box {
  padding: 10vw 0;
  position: relative;
}
#sec5 .box::before, #sec5 .box::after {
  content: "";
  position: absolute;
  border: 1px solid #bcb4a7;
  left: -3vw;
  right: -3vw;
  height: 15vw;
}
#sec5 .box::before {
  border-bottom: none;
  top: 0;
}
#sec5 .box::after {
  border-top: none;
  bottom: 0;
}
#sec5 .tit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  margin: 0 auto 5vw;
}
#sec5 h2 {
  flex-shrink: 0;
}
#sec5 .img {
  margin-bottom: 8vw;
}
#sec5 .txt {
  margin: 0 5vw 8vw;
}
@media only screen and (min-width: 768px) {
  #sec5 {
    padding: 115px 0 116px;
  }
  #sec5::before {
    width: 730px;
    top: -77px;
    left: calc(50% - 749px);
  }
  #sec5 .box {
    padding: 88px 0 68px;
    margin-left: 17px;
  }
  #sec5 .box::before, #sec5 .box::after {
    left: -102px;
    right: unset;
    height: 100%;
    width: 140px;
  }
  #sec5 .box::before {
    border-right: none;
    border-bottom: 1px solid #bcb4a7;
    top: 0;
  }
  #sec5 .box::after {
    display: none;
  }
  #sec5 .tit {
    width: 330px;
    margin: 0 0 52px;
  }
  #sec5 .en {
    width: 233px;
  }
  #sec5 h2 {
    position: relative;
    bottom: -17px;
  }
  #sec5 .img {
    margin-bottom: 0;
    position: absolute;
    top: 70px;
    right: -80px;
  }
  #sec5 .txt {
    width: 330px;
    margin: 0 0 48px;
  }
  #sec5 .btn-all a {
    width: 325px;
    margin: 0;
  }
}

#sec6 {
  padding: 16vw 0;
  position: relative;
}
#sec6::before {
  content: "";
  position: absolute;
  top: 28vw;
  left: 0;
  right: 3vw;
  height: 103vw;
  --bdr: 1px;
  --clr: #d7cfc3;
  --gap: 80%;
  --gap-pos: 10%;
  --left-size: var(--gap-pos);
  --right-size: calc(100% - var(--gap-pos) - var(--gap));
  background: linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) right 0 top 0 no-repeat, linear-gradient(var(--clr), var(--clr)) left 0 bottom 0 no-repeat;
  background-size: var(--left-size) var(--bdr), var(--right-size) var(--bdr), var(--bdr) 100%, var(--bdr) 100%, 100% var(--bdr);
  z-index: -1;
}
#sec6::after {
  content: "";
  position: absolute;
  background: url(../img/index/bg_deco5.png) no-repeat;
  background-size: contain;
  aspect-ratio: 730/959;
  width: 168.9vw;
  top: 31vw;
  left: -36vw;
  z-index: -1;
}
#sec6 .img {
  margin-right: calc(50% - 50vw);
}
#sec6 .tit {
  position: relative;
  margin-bottom: 10vw;
}
#sec6 .en {
  position: absolute;
  top: -5vw;
  left: 3vw;
  width: 52vw;
  z-index: 2;
}
#sec6 h2 {
  text-align: right;
}
#sec6 .txt {
  margin-bottom: 10vw;
}
#sec6 .deco {
  width: 25vw;
  position: absolute;
  bottom: -10vw;
  right: -5vw;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 0 0 89px;
  }
  #sec6::before {
    top: 373px;
    left: calc(50% - 600px);
    right: 0;
    height: unset;
    bottom: 0;
    --gap: 157px;
    --gap-pos: 920px;
  }
  #sec6::after {
    width: 730px;
    top: -262px;
    left: calc(50% + 7px);
  }
  #sec6 .img {
    height: 570px;
    margin-right: calc(50% - 280px);
    margin-left: calc(50% - 50vw);
    margin-bottom: 74px;
  }
  #sec6 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec6 .tit {
    position: absolute;
    top: 59px;
    right: -108px;
    margin-bottom: 0;
    z-index: 2;
  }
  #sec6 .en {
    position: relative;
    top: 14px;
    left: -110px;
    width: 276px;
    z-index: 2;
  }
  #sec6 h2 {
    white-space: nowrap;
    width: 136px;
    height: 359px;
  }
  #sec6 h2 .pb {
    padding-bottom: 200px;
  }
  #sec6 .txt {
    margin-left: 100px;
    width: 550px;
    margin-bottom: 0;
  }
  #sec6 .btn-all {
    position: absolute;
    bottom: 17px;
    right: -65px;
    z-index: 2;
  }
  #sec6 .btn-all a {
    margin: 0;
  }
  #sec6 .deco {
    width: 115px;
    bottom: 206px;
    right: -93px;
  }
}

#shopinfo {
  padding: 10vw 0 25vw;
  position: relative;
}
#shopinfo::before {
  content: "";
  position: absolute;
  background: url(../img/index/bg_deco6.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1106/1245;
  width: 213.7vw;
  top: -4vw;
  left: -60vw;
  z-index: -1;
}
#shopinfo .shopinfo-logo {
  width: 27.3vw;
  margin: 0 auto 5vw;
}
#shopinfo .txt {
  font-size: 3.2vw;
  line-height: 1.65em;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 13vw;
}
#shopinfo .row1 {
  margin-bottom: 15vw;
}
#shopinfo .row1 .left {
  margin: 0 5vw 10vw;
}
#shopinfo .row1 .left h2 {
  width: 70%;
  margin-bottom: -5vw;
  margin-left: -2vw;
  position: relative;
  z-index: 2;
}
#shopinfo .row1 .right .btn-web {
  margin-bottom: 25px;
}
#shopinfo .row1 .right .tel-info {
  margin-bottom: 6vw;
}
#shopinfo .row1 .right .group {
  padding-top: 6vw;
  border-top: 1px solid #bcb4a7;
  text-align: center;
}
#shopinfo .row1 .right .group .tit {
  font-size: 4.4vw;
  font-family: var(--shippo);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #473f32;
  margin-bottom: 3vw;
}
#shopinfo .row1 .right .group .note {
  line-height: 1.65em;
}
#shopinfo .row2 {
  margin-bottom: 15vw;
}
#shopinfo .row2 .info {
  margin-bottom: 10px;
}
#shopinfo .row2 .info:last-child {
  margin-bottom: 0;
}
#shopinfo .row2 .info dl {
  padding: 10px 0;
  letter-spacing: normal;
  line-height: 1.65em;
  border-bottom: 1px solid #bcb4a7;
}
#shopinfo .row2 .info dl:first-child {
  padding-top: 0;
}
#shopinfo #gmap .map {
  filter: grayscale(100%);
  height: 116.7vw;
  margin-bottom: 8vw;
}
#shopinfo #gmap .map iframe {
  width: 100%;
  height: 100%;
}
#shopinfo .deco {
  width: 19vw;
  position: absolute;
  left: 4vw;
  bottom: -21vw;
}
@media only screen and (min-width: 768px) {
  #shopinfo {
    padding: 196px 0 194px;
  }
  #shopinfo::before {
    width: 1106px;
    top: 51px;
    left: calc(50% - 365px);
  }
  #shopinfo .shopinfo-logo {
    width: 146px;
    margin: 0 auto 37px;
  }
  #shopinfo .txt {
    font-size: 16px;
    margin-bottom: 70px;
  }
  #shopinfo .row1 {
    display: flex;
    justify-content: space-between;
    margin-left: -60px;
    margin-bottom: 108px;
  }
  #shopinfo .row1 .left {
    margin: 0;
  }
  #shopinfo .row1 .left h2 {
    width: 308px;
    margin-bottom: -35px;
    margin-left: 64px;
  }
  #shopinfo .row1 .right {
    width: 416px;
    margin-top: 72px;
  }
  #shopinfo .row1 .right .btn-web {
    margin-bottom: 18px;
  }
  #shopinfo .row1 .right .btn-web a {
    width: 100%;
    height: 65px;
    font-size: 19px;
  }
  #shopinfo .row1 .right .btn-web a .fnt-crimson {
    font-size: 126.3157894737%;
  }
  #shopinfo .row1 .right .tel-info {
    margin-bottom: 33px;
  }
  #shopinfo .row1 .right .tel-info dt {
    font-size: 16px;
  }
  #shopinfo .row1 .right .tel-info dt .label {
    font-size: 125%;
  }
  #shopinfo .row1 .right .tel-info dt .num {
    font-size: 181.25%;
  }
  #shopinfo .row1 .right .tel-info dd {
    font-size: 13px;
    letter-spacing: normal;
  }
  #shopinfo .row1 .right .group {
    padding-top: 25px;
  }
  #shopinfo .row1 .right .group .tit {
    font-size: 19px;
    margin-bottom: 8px;
  }
  #shopinfo .row1 .right .group .note {
    font-size: 15px;
    line-height: 1.65em;
    letter-spacing: 0.02em;
  }
  #shopinfo .row2 {
    display: flex;
    justify-content: center;
    gap: 59px;
    margin-bottom: 96px;
  }
  #shopinfo .row2 .info {
    width: 50%;
    margin-bottom: 0;
  }
  #shopinfo .row2 .info dl {
    padding: 12px 0;
    letter-spacing: 0.1em;
    line-height: 1.65em;
  }
  #shopinfo #gmap .map {
    height: 500px;
    margin-bottom: 41px;
  }
  #shopinfo #gmap .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }
  #shopinfo #gmap .list .btn a {
    font-family: var(--shippo);
    font-weight: 500;
    color: #473f32;
    text-decoration: underline;
    letter-spacing: normal;
  }
  #shopinfo #gmap .list .btn a:hover {
    text-decoration: none;
  }
  #shopinfo #gmap .list .btn-all a {
    font-size: 19px;
    width: 324px;
  }
  #shopinfo .deco {
    width: 98px;
    left: -112px;
    bottom: -95px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  #sec6 .btn-all {
    right: 0;
  }
}
