body {
  background-attachment: fixed;
}
#top #key {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 400vw;
  clip: rect(0, auto, auto, 0);
  padding: 0 18vw 0;
}
#top #key .item {
  position: relative;
}
#top #key .item-deco {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3vw;
  width: 60%;
  z-index: 2;
}
#top #key .item-ttl {
  white-space: nowrap;
  line-height: 1.7857142857;
  --scale: 1;
  text-align: center;
  transform: rotate(-5deg);
  margin-top: -1vw;
}
#sec1 {
  position: relative;
}
#sec1 .bg {
  margin: 0 calc(50% - 50vw);
}
#sec1 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec1 .ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15vw;
  z-index: 2;
  color: #fff;
}
#sec1 .ttl .ttl-inner {
  display: inline-block;
  position: relative;
  line-height: 1;
}
#sec1 .ttl .ttl-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
#sec1 .gr-txt {
  margin-top: 10vw;
  padding-bottom: 10vw;
  border-bottom: 1px solid currentColor;
}
#sec2 {
  padding: 15vw 0 0;
}
#sec2 .set1 {
  position: relative;
  z-index: 1;
  padding-bottom: 10vw;
}
#sec2 .set1::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--bg1);
  width: 80vw;
  height: 50vw;
  z-index: -1;
}
#sec2 .txt-deco1 {
  position: relative;
  margin-left: 8vw;
  --scale: 1.2;
  font-weight: 500;
}
#sec2 .txt-deco1::before {
  content: "";
  position: absolute;
  top: 2vw;
  left: -6vw;
  background: url("../img/index/sec2_ttl_deco1.png") no-repeat center top/100%;
  width: 48vw;
  height: 64vw;
}
#sec2 .ttl1 {
  line-height: 1.4545454545;
  margin-top: 3vw;
  position: relative;
}
#sec2 .ttl1::before {
  content: "";
  position: absolute;
  top: -25vw;
  right: 4vw;
  background: url("../img/index/sec2_deco1.png") no-repeat center top/100%;
  width: 12vw;
  height: 50vw;
  transform: rotate(-15deg);
}
#sec2 .ttl1::after {
  content: "";
  position: absolute;
  top: -19vw;
  right: 18vw;
  background: url("../img/index/sec2_deco2.png") no-repeat center top/100%;
  width: 9vw;
  height: 50vw;
}
#sec2 .photo1 {
  position: relative;
  margin: 5vw -25vw 0;
  z-index: 1;
  padding: 5vw 0 0;
}
#sec2 .photo1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20vw;
  left: 0;
  background: var(--bg1);
  z-index: -1;
}
#sec2 .gr-img {
  margin-top: 3vw;
}
#sec2 .photo2 {
  margin: 0 0 0 -23vw;
}
#sec2 .photo3 {
  margin: 10vw 0 0 -6vw;
}
#sec2 .gr-bnr {
  margin: 12vw var(--padding-wrap);
}
#sec2 .gr-bnr a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#sec2 .gr-bnr a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(50% + 10vw);
  width: 14vw;
  height: 14vw;
  background: url("../img/shared/bnr_arr.png") no-repeat center top/100%;
  z-index: 2;
}
#sec2 .gr-bnr .bnr-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  --scale: 1.2;
  line-height: 1.5;
  white-space: nowrap;
}
#sec3 {
  position: relative;
  z-index: 1;
  padding: 50vw 0 12vw;
}
#sec3 .photo {
  position: absolute;
  top: -37vw;
  right: -3vw;
  width: 130vw;
}
#sec3 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#sec3 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec3 .gr-ttl {
  position: relative;
  z-index: 2;
}
#sec3 .txt-deco {
  width: 20vw;
  margin-left: 5vw;
}
#sec3 .ttl {
  text-align: center;
  margin-top: -7vw;
}
#sec3 .txt {
  margin-top: 3vw;
}
#sec3 .btn-shared {
  margin-top: 5vw;
}
#sec4 .sec4-js {
  position: relative;
}
#sec4 .photo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
#sec4 .photo-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#sec4 .ttl {
  line-height: 2.380952381;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}
#sec4 .gr-txt {
  margin-top: 8vw;
}
#sec4 .btn-list {
  display: flex;
  flex-direction: column;
  gap: 5vw;
  margin-top: 5vw;
}
#sec5 {
  background: url("../img/index/sec5_bg1.jpg") no-repeat center top/cover;
  padding: 15vw 0 20vw;
  margin-top: 15vw;
}
#sec5 .ttl {
  white-space: nowrap;
  z-index: 2;
  position: relative;
  color: #fff;
  margin-left: auto;
}
#news {
  position: relative;
  color: #fff;
  margin-top: 10vw;
  text-align: center;
  z-index: 1;
}
#news .wrap {
  padding: 10vw var(--padding-wrap) 10vw;
}
#news .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--bg1);
  z-index: -1;
}
#news #feed {
  margin-top: 5vw;
  font-weight: 100;
}
#news #feed li + li {
  margin-top: 5vw;
}
#news #feed .btn-more {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: capitalize;
}
#news .btn-shared {
  margin-top: 6vw;
}
#shopinfo {
  padding: 15vw 0 10vw;
}
#shopinfo .ttl {
  text-align: center;
}
#shopinfo .set1-inner {
  margin-top: 5vw;
}
#shopinfo .logo {
  width: 60vw;
  margin: 0 auto;
}
#shopinfo .gr-tel {
  text-align: center;
  line-height: 1.3;
  margin-top: 5vw;
}
#shopinfo .btn-shared {
  margin-top: 3vw;
}
#shopinfo .gr-right {
  margin-top: 5vw;
}
#shopinfo .gr-info {
  margin-top: 5vw;
}
#shopinfo .gr-info dl {
  display: flex;
  border-bottom: 1px solid #b2aca2;
  padding: 8px 0 8px;
  line-height: 2;
  gap: 4px;
}
#shopinfo .gr-info dt {
  min-width: 90px;
}
#shopinfo .gr-info .map {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
}
#shopinfo .gr-info .map .icon {
  width: 10px;
  height: auto;
  margin-right: 3px;
  filter: invert(1);
}
#shopinfo .gr-info .map span {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 300;
}
#shopinfo .sns-gr {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  border-bottom: 1px solid #b2aca2;
  padding: 8px 0 8px;
}
#shopinfo .sns-gr .label {
  min-width: 90px;
}
#shopinfo .sns-gr .insta {
  width: 35px;
  margin-top: 7px;
}
#shopinfo .set2 {
  margin-top: 10vw;
}
#shopinfo .set2 .set2-inner {
  border: 1px solid currentColor;
  padding: 5vw 3vw 5vw;
}
#shopinfo .set2 .txt {
  margin-top: 2px;
}
#shopinfo .photo {
  margin-top: 10vw;
}
#gmap {
  padding: 0 0 15vw;
}
#gmap .map {
  height: 480px;
}
#gmap .map iframe {
  width: 100%;
  height: 100%;
}
#gmap .list-btn {
  margin-top: 10vw;
}
.navOpen {
  pointer-events: none !important;
}
.navOpen #top {
  pointer-events: none !important;
}
@media (min-width: 768px) {
  #top h1 {
    top: 300px;
  }
  #top #key {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 2500px;
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
    z-index: -1;
  }
  #top #key .kv-inner {
    display: flex;
    gap: 50px;
  }
  #top #key .item {
    position: relative;
    transition: 1.5s;
    transition-timing-function: linear;
  }
  #top #key .item-deco {
    top: -8px;
    text-align: center;
  }
  #top #key .item-ttl {
    margin-top: -4px;
  }
  #top #key .kv-slider2 {
    transform: translateY(-50%);
  }
  #top #key.up .item {
    transition: 0.5s;
    transform: skew(0deg, -2deg);
  }
  #top #key.down .item {
    transition: 0.5s;
    transform: skew(0deg, 2deg);
  }

  section {
    background: var(--bg-bd);
  }
  #sec1 {
    color: #fff;
    position: relative;
    z-index: 2;
  }
  #sec1 .wrap {
    max-width: 1359px;
    z-index: 1;
    padding: 150px 0 101px;
  }
  #sec1 .bg {
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    margin: 0;
    z-index: -1;
  }
  #sec1 .ttl {
    top: 0;
    transform: none;
    position: relative;
    margin-left: auto;
    z-index: 2;
    left: unset;
    line-height: 2.6;
  }
  #sec1 .ttl .ttl-inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #fff;
  }
  #sec1 .gr-txt {
    margin: -208px 0 0 28px;
    max-width: 500px;
    border: none;
    padding: 0;
  }
  #sec2 {
    padding: 91px 0 0;
    position: relative;
    z-index: 1;
  }
  #sec2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bg1);
    width: calc(50% - 296px);
    height: 909px;
    z-index: -1;
  }
  #sec2 .set1 {
    padding-bottom: 69px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #sec2 .set1::before {
    display: none;
  }
  #sec2 .set1 .wrap {
    max-width: 1000px;
  }
  #sec2 .txt-deco1 {
    margin-left: 10px;
  }
  #sec2 .txt-deco1::before {
    top: 10px;
    left: -68px;
    width: 348px;
    height: 116px;
  }
  #sec2 .ttl1 {
    margin-top: 35px;
    display: inline-block;
  }
  #sec2 .ttl1::before {
    top: -120px;
    right: unset;
    left: 330px;
    width: 70px;
    height: 123px;
    transform: none;
  }
  #sec2 .ttl1::after {
    top: 90px;
    right: unset;
    left: -85px;
    width: 53px;
    height: 128px;
  }
  #sec2 .photo1 {
    margin: 0;
    z-index: 1;
    padding: 0 0;
    position: absolute;
    top: -43px;
    right: -518px;
  }
  #sec2 .photo1::before {
    top: -70px;
    right: calc(50% - 50vw);
    bottom: -3px;
    left: 226px;
  }
  #sec2 .txt {
    margin-top: 34px;
    max-width: 436px;
  }
  #sec2 .gr-img {
    margin-top: 29px;
    display: flex;
  }
  #sec2 .photo2 {
    margin: 0 0 0 -85px;
  }
  #sec2 .photo3 {
    margin: 105px 0 0 0;
  }
  #sec2 .gr-bnr {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
  }
  #sec2 .gr-bnr .bg {
    z-index: -1;
    transition: 0.3s;
    width: 100%;
    height: 100%;
  }
  #sec2 .gr-bnr .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec2 .gr-bnr a {
    z-index: 1;
    overflow: hidden;
    height: 550px;
  }
  #sec2 .gr-bnr a::before {
    top: calc(50% + 95px);
    width: 77px;
    height: 77px;
  }
  #sec2 .gr-bnr a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #282320;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
  }
  #sec2 .gr-bnr a * {
    cursor: pointer;
  }
  #sec2 .gr-bnr a:hover {
    opacity: 1;
  }
  #sec2 .gr-bnr a:hover::after {
    opacity: 0.6;
  }
  #sec2 .gr-bnr a:hover .bg {
    transform: scale(1.2);
  }
  #sec2 .gr-bnr .bnr-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    --scale: 1.2;
    line-height: 1.5;
    white-space: nowrap;
  }
  #sec3 {
    padding: 152px 0 188px;
    background: var(--bg-bd);
    position: relative;
    z-index: 1;
  }
  #sec3 .wrap {
    max-width: 1300px;
    padding: 0 100px;
  }
  #sec3 .wrap::before {
    content: "";
    position: absolute;
    top: 89px;
    right: 0;
    bottom: -61px;
    left: 0;
    background: #cab896;
    z-index: -1;
    opacity: 0.3;
  }
  #sec3 .wrap::after {
    content: "";
    position: absolute;
    top: -96px;
    right: 1px;
    background: url("../img/index/sec3_deco1.png") no-repeat center top/100%;
    width: 120px;
    height: 192px;
    mix-blend-mode: color-burn;
    z-index: -1;
  }
  #sec3 .photo {
    right: calc(50% + 53px);
    width: auto;
    top: -16px;
  }
  #sec3 .bg {
    right: 50%;
  }
  #sec3 .gr-txt {
    max-width: 336px;
    margin: 0 0 0 auto;
  }
  #sec3 .gr-ttl {
    position: relative;
    z-index: 2;
    margin-left: -12px;
    display: inline-block;
    z-index: -1;
  }
  #sec3 .txt-deco {
    width: auto;
    margin-left: 0;
    position: absolute;
    top: -24px;
    left: -84px;
  }
  #sec3 .ttl {
    text-align: center;
    margin-top: 0;
  }
  #sec3 .txt {
    margin-top: 7px;
  }
  #sec3 .btn-shared {
    margin-top: 29px;
  }
  #sec4 .wrap {
    max-width: 754px;
  }
  #sec4 .sec4-js {
    position: relative;
  }
  #sec4 .gr-img {
    max-width: 1311px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #sec4 .gr-img ul {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  #sec4 .gr-txt {
    margin-top: 61px;
  }
  #sec4 .btn-list {
    flex-direction: row;
    gap: 57px;
    margin-top: 50px;
    justify-content: center;
  }
  #sec5 {
    padding: 260px 0 265px;
    margin-top: 109px;
  }
  #sec5 .ttl {
    margin-left: auto;
    text-align: center;
  }
  #news {
    margin-top: 149px;
    text-align: left;
  }
  #news .wrap {
    padding: 68px 0 75px 185px;
    max-width: 1230px;
    box-sizing: border-box;
  }
  #news .wrap::before {
    right: calc(50% - 50vw);
  }
  #news .news-inner {
    display: flex;
    position: relative;
  }
  #news .ttl {
    width: 250px;
    text-align: center;
    margin-top: 30px;
  }
  #news #feed {
    margin: 0px 45px 0 71px;
    line-height: 1.6;
    flex: 1;
  }
  #news #feed li + li {
    margin-top: 34px;
  }
  #news #feed a {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid currentColor;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 1px;
  }
  #news #feed a:hover .title,
  #news #feed a:hover .desc {
    text-decoration: underline;
  }
  #news #feed .title {
    margin-top: 6px;
  }
  #news #feed .desc {
    margin-top: 2px;
  }
  #news #feed .btn-more {
    text-decoration: none;
  }
  #news .btn-shared {
    margin-top: 0;
    position: absolute;
    top: 111px;
    left: 0;
  }
  #news .btn-shared a {
    min-width: 250px;
    font-size: 13px;
    padding: 15px 10px 14px;
  }
  #shopinfo {
    padding: 118px 30px 100px;
    position: relative;
    z-index: 1;
  }
  #shopinfo .ttl {
    text-align: center;
  }
  #shopinfo .set1-inner {
    margin-top: 49px;
    display: flex;
  }
  #shopinfo .gr-left {
    max-width: 375px;
  }
  #shopinfo .logo {
    width: 385px;
    margin: 0;
  }
  #shopinfo .logo img {
    width: 100%;
    height: auto;
  }
  #shopinfo .gr-tel {
    margin-top: 49px;
  }
  #shopinfo .btn-shared {
    margin-top: 32px;
    text-align: center;
  }
  #shopinfo .gr-right {
    margin: -13px -8px 0 125px;
  }
  #shopinfo .gr-info {
    margin-top: 0;
  }
  #shopinfo .gr-info dl {
    display: flex;
    border-bottom: 1px solid #b2aca2;
    padding: 16px 0 16px;
    line-height: 2;
    gap: 4px;
    letter-spacing: 0.1em;
  }
  #shopinfo .gr-info dt {
    min-width: 130px;
  }
  #shopinfo .gr-info .map {
    display: block;
    font-size: 12px;
  }
  #shopinfo .gr-info .map:hover span {
    text-decoration: none;
  }
  #shopinfo .gr-info .map .icon {
    width: 10px;
    height: auto;
    margin-right: 3px;
    filter: invert(1);
  }
  #shopinfo .gr-info .map span {
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 300;
  }
  #shopinfo .sns-gr {
    gap: 17px;
    padding: 19px 0 8px;
    border: none;
    justify-content: center;
    align-items: center;
  }
  #shopinfo .sns-gr .label {
    min-width: unset;
    margin-top: 6px;
  }
  #shopinfo .sns-gr .insta {
    width: 31px;
    margin-top: 7px;
  }
  #shopinfo .sns-gr .insta img {
    width: 100%;
    height: auto;
  }
  #shopinfo .set2 {
    margin-top: 78px;
    text-align: center;
  }
  #shopinfo .set2 .set2-inner {
    padding: 43px 20px 49px;
    max-width: 765px;
    margin: 0 auto;
  }
  #shopinfo .set2 .txt {
    margin-top: 8px;
  }
  #shopinfo .photo {
    margin-top: 0;
    position: absolute;
    top: 788px;
    left: 0;
    height: 426px;
    right: calc(50% + 140px);
  }
  #shopinfo .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #gmap {
    padding: 0 0 77px;
  }
  #gmap .wrap {
    max-width: 1350px;
  }
  #gmap .map {
    height: 600px;
  }
  #gmap .list-btn {
    margin-top: 51px;
    text-align: center;
  }
  #gmap .print {
    margin-top: 4px;
  }
  #gmap .print a {
    font-size: 13px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  #gmap .print a:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #sec2 .photo1 {
    left: 440px;
    right: -408px;
  }
  #sec2 .photo1 img {
    max-width: 100%;
    height: auto;
  }
  #sec2 .photo1::before {
    left: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #sec2 .photo1 {
    right: -338px;
  }
  #shopinfo .gr-right {
    margin-left: 60px;
  }
}
