@charset "UTF-8";
/* gourmet.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.c-caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7), 0 0 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 767px) {
  .c-caption {
    font-size: 10px;
    right: 5px;
    bottom: 5px;
  }
}
.c-caption._k {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.6);
}
.c-caption._strong {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.85), 0 0 10px rgba(0, 0, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.8);
}
.c-caption._k._strong {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------------------
  sec-intro
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-intro {
  padding: 180px 0 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-intro {
    padding: 80px 0 120px;
  }
}
.sec-intro__body {
  max-width: 1112px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 130px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-intro__body {
    max-width: none;
  }
}
.sec-intro__hdg {
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(30px, 2.6041666667vw, 40px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-intro__hdg {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__hdg {
    font-size: 27px;
    text-align: left;
  }
}
.sec-intro__txt {
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(16px, 1.3020833333vw, 20px);
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-intro__txt {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
  }
}
.sec-intro__txt:nth-child(n+2) {
  margin-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .sec-intro__txt:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.sec-intro__nav {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.sec-intro__nav-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(40px, 3.90625vw, 60px) clamp(30px, 2.9296875vw, 45px);
  border-radius: 10px;
  background: linear-gradient(98deg, rgba(234, 122, 123, 0.4) -13.83%, rgba(83, 173, 229, 0.4) 100%);
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav-wrap {
    margin: 0 -20px;
    padding: 50px 20px 75px;
  }
}
.sec-intro__nav .nav-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-ttl {
    margin-bottom: 30px;
  }
}
.sec-intro__nav .nav-ttl__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-intro__nav .nav-ttl__en {
  font-family: "Nanum Myeongjo", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-intro__nav .nav-ttl__en {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-ttl__en {
    font-size: 13px;
  }
}
.sec-intro__nav .nav-ttl__ja {
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 3.8px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-ttl__ja {
    font-size: 27px;
  }
}
.sec-intro__nav .nav-ttl__num {
  font-family: "Nanum Myeongjo", serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  translate: 0 10px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-intro__nav .nav-ttl__num {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-ttl__num {
    font-size: 60px;
  }
}
.sec-intro__nav .nav-ttl__tenpo {
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 3.8px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-ttl__tenpo {
    font-size: 27px;
  }
}
.sec-intro__nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 1.5%;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-list {
    gap: 40px 2%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    width: 100%;
  }
}
.sec-intro__nav .nav-item {
  width: 32%;
  padding: 0 0 clamp(20px, 2.6041666667vw, 40px);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-item {
    width: 100%;
  }
}
.mode-pc .sec-intro__nav .nav-item a:hover img {
  scale: 1.05;
  opacity: 0.7;
}
.sec-intro__nav .nav-item__img {
  position: relative;
}
.sec-intro__nav .nav-item__img > div {
  overflow: hidden;
}
.sec-intro__nav .nav-item__img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-intro__nav .nav-item__img figcaption {
  position: absolute;
  right: 10px;
  bottom: 0px;
  translate: 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96px;
  height: 96px;
  background-color: #64B4E4;
  border-radius: 1000px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__img figcaption {
    width: 84px;
    height: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-item__img figcaption {
    width: 84px;
    height: 84px;
  }
}
.sec-intro__nav .nav-item__img figcaption .mansion {
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__img figcaption .mansion {
    font-size: 8px;
  }
}
.sec-intro__nav .nav-item__img figcaption .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3px;
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-item__img figcaption .text {
    gap: 2px;
  }
}
.sec-intro__nav .nav-item__img figcaption .text._num2 {
  gap: 1px;
}
.sec-intro__nav .nav-item__img figcaption .text._num2 .num {
  font-size: 42px;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__img figcaption .text._num2 .num {
    font-size: 38px;
  }
}
.sec-intro__nav .nav-item__img figcaption .toho {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__img figcaption .toho {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
.sec-intro__nav .nav-item__img figcaption .num {
  font-family: "Nanum Myeongjo", serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  translate: 0 8px;
  letter-spacing: -1.743px;
  color: #fff;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__img figcaption .num {
    font-size: 40px;
    letter-spacing: -0.743px;
  }
}
.sec-intro__nav .nav-item__img figcaption .fun {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__img figcaption .fun {
    font-size: 14px;
  }
}
.sec-intro__nav .nav-item__no {
  padding: clamp(9px, 1.171875vw, 18px) clamp(9px, 1.171875vw, 18px) clamp(5px, 0.6510416667vw, 10px);
  font-family: "Nanum Myeongjo", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__no {
    padding: clamp(9px, 1.8vw, 18px) clamp(10px, 2vw, 20px) 0;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-item__no {
    padding: 18px 20px 5px;
    font-size: 12px;
  }
}
.sec-intro__nav .nav-item__no span {
  color: #CF3937;
}
.sec-intro__nav .nav-item__name {
  padding: 0 clamp(9px, 1.171875vw, 18px) clamp(7.5px, 0.9765625vw, 15px);
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(9px, 1.171875vw, 18px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__name {
    padding: 0 clamp(9px, 1.8vw, 18px) clamp(5px, 1vw, 10px);
    font-size: clamp(7px, 1.4vw, 14px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-item__name {
    padding: 0 20px 10px;
    font-size: 12px;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-intro__nav .nav-item__name span {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-intro__nav .nav-item__txt {
  padding: 0 clamp(9px, 1.171875vw, 18px);
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(10px, 1.3020833333vw, 20px);
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.6;
}
@media only screen and (max-width: 1000px) {
  .sec-intro__nav .nav-item__txt {
    padding: 0 clamp(10px, 2vw, 20px);
    font-size: clamp(10px, 2vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .nav-item__txt {
    padding: 0 20px;
    line-height: 1.5;
    font-size: 18px;
  }
}
.sec-intro__nav .obj {
  position: absolute;
  pointer-events: none;
}
.sec-intro__nav .obj img {
  width: 100%;
  height: auto;
}
.sec-intro__nav .obj.obj1 {
  top: 50px;
  left: -40px;
  width: clamp(77.5px, 14.0909090909vw, 155px);
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .obj.obj1 {
    top: 20px;
    left: -5px;
    width: 73px;
  }
}
.sec-intro__nav .obj.obj2 {
  top: 20px;
  right: 80px;
  width: clamp(92px, 16.7272727273vw, 184px);
}
@media only screen and (max-width: 767px) {
  .sec-intro__nav .obj.obj2 {
    top: auto;
    bottom: -50px;
    right: -5px;
    width: 106px;
  }
}
.sec-intro__nav .obj.obj3 {
  bottom: -25px;
  left: -20px;
  width: clamp(52.5px, 9.5454545455vw, 105px);
}

/*--------------------------------------------------------------------------
  sec-content
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-content {
  padding: 0 0 180px;
}
@media only screen and (max-width: 767px) {
  .sec-content {
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-content__box {
    padding-top: 60px;
  }
}
.sec-content__box:not(:first-of-type) {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .sec-content__box:not(:first-of-type) {
    margin-top: 50px;
  }
}
.sec-content__mv {
  position: relative;
  width: 100%;
  height: 856px;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv {
    height: calc(100vh - 70px);
  }
}
.sec-content__mv .mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-content__mv .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-content__mv .mv-minite {
  position: absolute;
  top: 70px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 200px;
  background-color: #64B4E4;
  border-radius: 1000px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv .mv-minite {
    top: 0px;
    right: 10px;
    width: 120px;
    height: 120px;
    translate: 0 -50%;
  }
}
.sec-content__mv .mv-minite .mansion {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv .mv-minite .mansion {
    font-size: 11px;
  }
}
.sec-content__mv .mv-minite .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 3px;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv .mv-minite .text {
    gap: 2px;
  }
}
.sec-content__mv .mv-minite .text._num2 {
  gap: 1px;
}
.sec-content__mv .mv-minite .text._num2 .num {
  font-size: 88px;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv .mv-minite .text._num2 .num {
    font-size: 55px;
  }
}
.sec-content__mv .mv-minite .toho {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv .mv-minite .toho {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.sec-content__mv .mv-minite .num {
  font-family: "Nanum Myeongjo", serif;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  translate: 0 15px;
  letter-spacing: -1.743px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv .mv-minite .num {
    font-size: 55px;
    letter-spacing: -0.743px;
  }
}
.sec-content__mv .mv-minite .fun {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-content__mv .mv-minite .fun {
    font-size: 22px;
  }
}
.sec-content .mv-head {
  position: absolute;
  top: 100px;
  left: 68px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .sec-content .mv-head {
    top: 20px;
    left: 18px;
  }
}
.sec-content .mv-head ._pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .sec-content .mv-head ._pc {
    display: none;
  }
}
.sec-content .mv-head ._sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-content .mv-head ._sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.sec-content .mv-head ._en {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  font-family: "Nanum Myeongjo", "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-content .mv-head ._en {
    font-size: 15px;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-content .mv-head ._en span {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-content .mv-head ._ja {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1.75px;
  background-color: #fff;
}
.sec-content .mv-head ._ja small {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-content .mv-head ._ja small {
    font-size: 11px;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .sec-content .mv-head ._ja {
    font-size: 24px;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-content .mv-head ._ja span {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-content .mv-txt {
  position: absolute;
  bottom: 100px;
  left: 50px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(22.5px, 4.0909090909vw, 45px);
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 4.5px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sec-content .mv-txt {
    bottom: 50px;
    left: 20px;
    font-size: 30px;
    line-height: 1.4;
  }
}
.sec-content__body {
  max-width: 1040px;
  padding: 130px 20px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-content__body {
    padding: 80px 20px 0;
  }
}
.sec-content .article + .article {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #EFC2C2;
}
@media only screen and (max-width: 767px) {
  .sec-content .article + .article {
    margin-top: 70px;
    padding-top: 70px;
  }
}
.sec-content .article__hdg {
  margin-bottom: 50px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(17px, 3.0909090909vw, 34px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 3.4px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-content .article__hdg span {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-content .article__hdg {
    margin-bottom: 30px;
    font-size: 23px;
    text-align: left;
  }
}
.sec-content .article__img {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-content .article__img {
    margin-bottom: 30px;
  }
}
.sec-content .article__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-content .article__img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.sec-content .article__txt {
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .sec-content .article__txt {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.sec-content .article__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(35px, 7vw, 70px);
}
@media only screen and (max-width: 767px) {
  .sec-content .article__imgbox {
    display: block;
  }
}
.sec-content .article__imgbox .img {
  position: relative;
  width: clamp(186px, 37.2vw, 372px);
}
@media only screen and (max-width: 767px) {
  .sec-content .article__imgbox .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec-content .article__imgbox .img img {
  width: 100%;
  height: auto;
}
.sec-content .article__imgbox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.9px;
}
@media only screen and (max-width: 767px) {
  .sec-content .article__imgbox .txt {
    font-size: 15px;
    line-height: 1.8;
  }
}
.sec-content .shop-info {
  max-width: 1040px;
  padding: 130px 20px 0;
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info {
    padding: 80px 20px 50px;
    margin: 0 -20px;
    overflow: hidden;
  }
}
.sec-content .shop-info__inner {
  position: relative;
  padding: 40px 50px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__inner {
    padding: 50px 20px;
  }
}
.sec-content .shop-info__hdg {
  text-align: center;
  margin-bottom: 25px;
  font-family: "Nanum Myeongjo", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.4px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-content .shop-info__hdg span {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__hdg {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__hdg + .shop-info__txt {
    display: none;
  }
}
.sec-content .shop-info__txt {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 3.4px;
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__txt {
    margin-bottom: 30px;
    padding-bottom: 22px;
    font-size: 18px;
  }
}
.sec-content .shop-info__txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35px;
  height: 1px;
  background: #E99B9B;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-content .shop-info__txt {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-content .shop-info__txt small {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__txt small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__txt {
    font-size: 24px;
    text-align: left;
  }
}
.sec-content .shop-info__imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(25px, 5vw, 50px);
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__imgbox {
    display: block;
  }
}
.sec-content .shop-info__imgbox .shop-info__txt {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__imgbox .shop-info__txt {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}
.sec-content .shop-info__imgbox .img {
  width: clamp(150px, 30vw, 300px);
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__imgbox .img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec-content .shop-info__imgbox .img img {
  width: 100%;
  height: auto;
}
.sec-content .shop-info__imgbox .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-content .shop-info__imgbox .txtbox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.sec-content .shop-info__imgbox .txtbox__item:not(:first-child) {
  margin-top: 10px;
}
.sec-content .shop-info__imgbox .txtbox__item .label {
  width: 100px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info__imgbox .txtbox__item .label {
    width: 100px;
    padding-right: 30px;
  }
}
.sec-content .shop-info__imgbox .txtbox__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-content .shop-info__imgbox .txtbox__item a {
  position: relative;
  padding-bottom: 2px;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-content .shop-info__imgbox .txtbox__item a {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-content .shop-info__imgbox .txtbox__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
  background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mode-pc .sec-content .shop-info__imgbox .txtbox__item a:hover::before {
  opacity: 0;
}
.sec-content .shop-info .obj {
  position: absolute;
  pointer-events: none;
}
.sec-content .shop-info .obj img {
  width: 100%;
  height: auto;
}
.sec-content .shop-info .obj.obj1 {
  top: -20px;
  right: 40px;
  width: clamp(88px, 17.6vw, 176px);
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info .obj.obj1 {
    top: -40px;
    right: -30px;
    width: 134px;
  }
}
.sec-content .shop-info .obj.obj2 {
  bottom: 80px;
  left: -60px;
  width: clamp(48px, 9.6vw, 96px);
}
@media only screen and (max-width: 767px) {
  .sec-content .shop-info .obj.obj2 {
    bottom: -40px;
    left: -40px;
    width: 95px;
  }
}

/* 各ショップ毎のイレギュラー設定 */
@media only screen and (max-width: 767px) {
  #spor01 .mv-img img {
    -o-object-position: 10%;
       object-position: 10%;
  }
}

@media only screen and (max-width: 767px) {
  #spor02 .mv-img img {
    -o-object-position: 20%;
       object-position: 20%;
  }
}

/*--------------------------------------------------------------------------
  sec-map
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-map {
  padding: 0 0 180px;
}
@media only screen and (max-width: 767px) {
  .sec-map {
    padding: 0 0 130px;
  }
}
.sec-map__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-map__hdg {
    gap: 5px;
    margin-bottom: 40px;
  }
}
.sec-map__hdg ._en {
  font-family: "Nanum Myeongjo", serif;
  font-size: clamp(30px, 4.9479166667vw, 76px);
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-map__hdg ._en {
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .sec-map__hdg ._en {
    font-size: 56px;
    line-height: 1.2;
  }
}
.sec-map__hdg ._ja {
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 400;
  color: #CF3937;
  text-align: center;
  letter-spacing: 4px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-map__hdg ._ja {
    font-size: 14px;
  }
}
.sec-map__content iframe {
  aspect-ratio: 1024/450;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-map__content iframe {
    aspect-ratio: 350/387;
  }
}
.sec-map #area-map {
  width: 100%;
  height: 757px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .sec-map #area-map {
    height: 480px;
  }
}
.sec-map .gm-style .gm-style-iw-c {
  max-width: 450px !important;
  /* padding: 20px !important; */
}
.sec-map .gm-style .gm-style-iw-d {
  padding: 0 10px 10px;
}
.sec-map .gm-style .gm-style-iw {
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
}
.sec-map #rea-map div[role=button] {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=gourmet.css.map */