@charset "utf-8";

@font-face {
  font-family: 'Brandon';
  font-weight: 300;
  src: url('../font/Brandon_light.otf');
}

@font-face {
  font-family: 'Brandon';
  font-weight: 400;
  src: url('../font/Brandon_reg.otf');
}

@font-face {
  font-family: 'Brandon';
  font-weight: 500;
  src: url('../font/Brandon_med.otf');
}

@font-face {
  font-family: 'Brandon';
  font-weight: 700;
  src: url('../font/Brandon_bld.otf');
}

@font-face {
  font-family: 'Brandon';
  font-weight: 900;
  src: url('../font/Brandon_blk.otf');
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  background: #ffffff;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
  overflow-x: hidden;
}

a {
  display: block;
  color: #222222;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.l-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}

/* Common Title
------------------------------------------------------------- */
.cmn-ttl {
  line-height: 1.59;
  font-family: 'Brandon', sans-serif;
  font-size: 60px;
  text-align: center;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.cmn-ttl span {
  display: block;
  color: #222222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Common Button
------------------------------------------------------------- */
.cmn-btn {
  display: inline-block;
  border: 1px solid #222222;
  background-color: transparent;
  font-family: 'Brandon', sans-serif;
  border-radius: 6px;
}

.cmn-btn:hover {
  background-color: #222222;
  color: #ffffff;
}

/* HEADER
------------------------------------------------------------- */
.header {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 999;
  background-color: #eb3f59;
  transform: translateY(-50%);
}

.header .gnav a {
  width: 70px;
  line-height: 2;
  padding: 34px 23px;
  color: #ffffff;
  font-family: 'Brandon', sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1.2px;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.header .gnav a.intragram-link {
  padding: 27px 20px;
}

.header .gnav a.intragram-link img {
  max-width: 24px;
}

.header .gnav a.facebook-link {
  padding: 26px 14px;
}

.header .gnav a.facebook-link img {
  max-width: 12px;
}

.header .gnav a:hover {
  background-color: #000000;
  color: #ffffff;
}

/* MAINVISUAL
------------------------------------------------------------- */
.sec-mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.sec-mainvisual .mv-swiper {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sec-mainvisual .mv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-mainvisual .swiper-slide img {
  transition: transform 5s linear 0.8s;
}

.sec-mainvisual .swiper-slide-active img,
.sec-mainvisual .swiper-slide-duplicate-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: transform 5s linear;
  -webkit-transition: transform 5s linear;
  -moz-transition: transform 5s linear;
  -o-transition: transform 5s linear;
  -ms-transition: transform 5s linear;
}

.sec-mainvisual .mv-blk {
  padding: 6.2% 0 18.7%;
}

.sec-mainvisual h1 a {
  display: inline-block;
}

.sec-mainvisual .mv-blk img {
  margin: 0 auto;
  min-height: 450px;
}

.sec-mainvisual h1 a img {
  max-width: 200px;
}

.sec-mainvisual .mv-img {
  padding-top: 8.3%;
}

.sec-mainvisual .mv-img img {
  max-width: 447px;
}

.sec-mainvisual .mv-txt {
  line-height: 1.5;
  margin-top: -4px;
  color: #ffffff;
  font-size: 20px;
}

/* MESSAGE
------------------------------------------------------------- */
.sec-message {
  position: relative;
  z-index: 2;
  padding: 196px 0 74px;
  background-color: #131d26;
}

.sec-message .cmn-ttl,
.sec-message .cmn-ttl span {
  color: #ffffff;
}

.sec-message .msg-blk {
  display: flex;
  justify-content: space-between;
  padding: 112px 0 27px;
}

.sec-message .msg-blk .img-blk {
  width: 34.5%;
  margin: 4px 5%;
}

.sec-message .msg-blk .txt-blk {
  width: 44.5%;
}

.sec-message .msg-blk .txt-blk p {
  line-height: 1.94;
  margin-bottom: 34px;
  color: #ffffff;
  font-weight: 500;
}

.sec-message .msg-scroll {
  position: relative;
  width: 100vw;
  height: 288px;
  overflow: hidden;
  white-space: nowrap;
}

.sec-message .msg-scroll p {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Brandon', sans-serif;
  font-size: 200px;
  font-weight: 900;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  animation: scrollmove 20s linear infinite normal none;
  -moz-animation: scrollmove 20s linear infinite normal none;
  -webkit-animation: scrollmove 20s linear infinite normal none;
  -ms-animation: scrollmove 20s linear infinite normal none;
  -o-animation: scrollmove 20s linear infinite normal none;
}

@-webkit-keyframes scrollmove {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
  }
}

@-moz-keyframes scrollmove {
  0% {
    -moz-transform: translate3d(0, 0, 0);
  }

  100% {
    -moz-transform: translate3d(-50%, 0, 0);
  }
}

@-o-keyframes scrollmove {
  0% {
    -o-transform: translate3d(0, 0, 0);
  }

  100% {
    -o-transform: translate3d(-50%, 0, 0);
  }
}

@-ms-keyframes scrollmove {
  0% {
    -ms-transform: translate3d(0, 0, 0);
  }

  100% {
    -ms-transform: translate3d(-50%, 0, 0);
  }
}

@keyframes scrollmove {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.sec-message .msg-scroll p span {
  display: inline-block;
  line-height: 0.9;
}

.sec-message .msg-scroll p img {
  margin: 0 7px;
  max-width: 180px;
}


/* STORY
------------------------------------------------------------- */
.sec-story {
  position: relative;
  z-index: 2;
  padding: 196px 0 46px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px) brightness(2);
  -moz-backdrop-filter: blur(10px) brightness(2);
  -webkit-backdrop-filter: blur(10px) brightness(2);
  -ms-backdrop-filter: blur(10px) brightness(2);
  -o-backdrop-filter: blur(10px) brightness(2);
}

.sec-story .story-list {
  padding: 94px 0 94px 6.25%;
}

.sec-story .story-list .list-item {
  display: flex;
  justify-content: space-between;
}

.sec-story .story-list .img-blk {
  width: 47.41%;
}

.sec-story .story-list .txt-blk {
  width: 570px;
  padding: 53px 0 20px 4.3%;
}

.sec-story .story-list .txt-blk .story-ttl {
  position: relative;
  padding: 38px 0 45px;
  font-size: 20px;
  font-weight: 700;
}

.sec-story .story-list .txt-blk .story-ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #eb3f59;
  content: '';
}

.sec-story .story-list .txt-blk p {
  line-height: 2;
  margin-bottom: 32px;
  color: #222222;
  font-weight: 500;
}

.sec-story .story-list .list-item:first-child .img-blk {
  width: 80%;
  margin-left: -24.5%;
}

.sec-story .story-list .list-item:last-child {
  margin-top: -3%;
}

.sec-story .story-list .list-item:last-child .txt-blk {
  padding: 9.1% 1.49% 20px 2.9%;
}

/* SHOP
------------------------------------------------------------- */
.sec-shop {
  position: relative;
  z-index: 2;
  padding: 194px 0 196px;
  background: url('../images/img_shop_bg.png')no-repeat center/cover;
}

.sec-shop .shop-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 116px;
}

.sec-shop .shop-map .map {
  width: 44.44%;
}

.sec-shop .shop-map .map iframe {
  width: 100%;
  height: 480px;
}

.sec-shop .contact-info {
  width: 47.3%;
  padding: 65px 0 70px;
  color: #222222;
  font-weight: 500;
}

.sec-shop .contact-info .contact-ttl {
  margin-bottom: 42px;
  font-family: 'Brandon', sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.sec-shop .contact-info .contact-ttl .contact-sub-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sec-shop .contact-info .contact-address {
  line-height: 1.65;
}

.sec-shop .contact-info .cmn-btn {
  position: relative;
  width: 155px;
  margin: 18px 0 30px;
  padding: 18px 5px 16px 49px;
  font-weight: 500;
}

.sec-shop .contact-info .cmn-btn::before {
  position: absolute;
  top: 50%;
  left: 28px;
  width: 15px;
  height: 17px;
  background: url('../images/ico_map.png') no-repeat center/contain;
  content: '';
  transform: translateY(-50%);
}

.sec-shop .contact-info .cmn-btn:hover::before {
  background: url('../images/ico_map_hover.png') no-repeat center/contain;
}

.sec-shop .contact-info .telephone {
  margin-bottom: 30px;
  font-family: 'Brandon', sans-serif;
  letter-spacing: 1px;
}

.sec-shop .contact-info .telephone a {
  display: inline-block;
  font-size: 48px;
  white-space: nowrap;
  letter-spacing: 2.8px;
  pointer-events: none;
}

.sec-shop .contact-info .contact-time {
  letter-spacing: 0.7px;
  line-height: 1.5;
}

.sec-shop .contact-info .contact-time .type{
  font-weight: 700;
}

.sec-shop .contact-info .contact-time .time {
  font-family: 'Brandon', sans-serif;
  font-size: 24px;
  letter-spacing: 0.1px;
  padding-bottom: 5px;
}

.sec-shop .contact-info .contact-time .menu {  
  font-family: 'Brandon', sans-serif;
}

.sec-shop .contact-info .contact-time.take-out{
  padding-top: 20px;
}

.sec-shop .contact-info .contact-time.delivery{
  padding-top: 20px;
  width: 60%;
}

/* INSTAGRAM
------------------------------------------------------------- */
.sec-instagram {
  position: relative;
  z-index: 2;
  padding: 192px 0 198px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  backdrop-filter: blur(10px) brightness(2);
  -moz-backdrop-filter: blur(10px) brightness(2);
  -webkit-backdrop-filter: blur(10px) brightness(2);
  -ms-backdrop-filter: blur(10px) brightness(2);
  -o-backdrop-filter: blur(10px) brightness(2);
}

.sec-instagram .ig-desc {
  line-height: 1.4;
  margin: 43px 0 55px;
  font-weight: 500;
}

.sec-instagram .cmn-btn {
  position: relative;
  width: 290px;
  padding: 33px 5px 33px 30px;
}

.sec-instagram .cmn-btn::before {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 16px;
  height: 16px;
  background: url('../images/ico_instagram.png') no-repeat center/contain;
  content: '';
  transform: translateY(-50%);
}

.sec-instagram .cmn-btn:hover::before {
  background: url('../images/ico_instagram_hover.png') no-repeat center/contain;
}

/* FOOTER
------------------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
  padding: 195px 0 200px;
  border: 1px solid #707070;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

footer h4 a {
  display: inline-block;
}

footer h4 img {
  margin: 0 auto;
  max-width: 162px;
}

footer .link-icon {
  display: flex;
  justify-content: center;
  margin: 64px 0 49px;
}

footer .link-icon li {
  margin: 0 24px;
}

footer .link-icon li a:hover {
  opacity: 0.7;
}

footer .link-icon li .ig-icon {
  max-width: 24px;
}

footer .link-icon li .fb-icon {
  max-width: 12px;
}

footer .jillion-link {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

footer .jillion-link:hover {
  text-decoration: underline;
}

footer .jillion-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background: url('../images/ico_link.png') no-repeat center/contain;
  content: '';
  transform: translateY(-50%);
}

footer .copy-right {
  margin-top: 54px;
  font-family: 'Brandon', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

/* PC
------------------------------------------------------------- */
@media only screen and (min-width:1281px) and (max-width:1600px) {

  /* HEADER
------------------------------------------------------------- */
  .header .gnav a {
    width: 60px;
    padding: 34px 18px;
  }

  .header .gnav a.intragram-link {
    padding: 27px 14px;
  }

  .header .gnav a.facebook-link {
    padding: 26px 9px;
  }

  /* MAINVISUAL
------------------------------------------------------------- */
  .sec-mainvisual .mv-blk {
    padding: 2.5vw 0 18.750vw;
  }

  .sec-mainvisual .mv-img {
    padding-top: 2.5vw;
  }

  .sec-mainvisual h1 a img {
    max-width: 11vw;
  }

  .sec-mainvisual .mv-img img {
    max-width: 23vw;
  }

}

/* Ipad
------------------------------------------------------------- */
@media only screen and (min-width:768px) and (max-width:1280px) {

  .l-inner {
    width: 80%;
  }

  /* HEADER
------------------------------------------------------------- */
  .header .gnav a {
    width: 60px;
    padding: 34px 18px;
  }

  .header .gnav a.intragram-link {
    padding: 27px 14px;
  }

  .header .gnav a.facebook-link {
    padding: 26px 9px;
  }

  /* MAINVISUAL
------------------------------------------------------------- */
  .sec-mainvisual {
    height: auto;
  }

  .sec-mainvisual h1 a img {
    max-width: 20vw;
  }

  .sec-mainvisual .mv-img {
    padding-top: 4%;
  }

  .sec-mainvisual .mv-img img {
    max-width: 30vw;
  }


  /* MESSAGE
------------------------------------------------------------- */
  .sec-message .msg-blk .txt-blk {
    width: 52%;
  }

  .sec-message .msg-scroll {
    height: 12vw;
  }

  .sec-message .msg-scroll p {
    line-height: 1;
    font-size: 10vw;
  }

  .sec-message .msg-scroll p img {
    max-width: 10vw;
  }

  /* STORY
------------------------------------------------------------- */
  .sec-story .story-list {
    padding: 94px 10px;
  }

  .sec-story .story-list .list-item {
    align-items: center;
  }

  .sec-story .story-list .list-item:first-child .img-blk,
  .sec-story .story-list .list-item:last-child .img-blk {
    width: 80%;
  }

  .sec-story .story-list .list-item:first-child .img-blk {
    margin-left: -15%;
  }

  .sec-story .story-list .list-item:last-child .img-blk {
    margin-right: -14%;
  }

  .sec-story .story-list .txt-blk {
    width: 80%;
    padding: 53px 0 20px 20px;
  }

  .sec-story .story-list .list-item:last-child {
    margin-top: 0;
  }

  .sec-story .story-list .list-item:last-child .txt-blk {
    padding: 53px 20px 20px 0;
  }

  /* MENU
------------------------------------------------------------- */

/* PC用：共通スタイル */
.menu-cta {
  position: relative;
  background: url('../images/menu_back.png') no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 120px 20px;
  overflow: hidden;
}

.menu-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.menu-cta-inner {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  padding: 40px 60px;
  display: inline-block;
  max-width: 90%;
}

.menu-cta h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}

.menu-cta a.cmn-btn {
  display: inline-block;
  font-size: 18px;
  color: #fff !important;
  padding: 8px 20px;
  border: 1px solid transparent;
  text-decoration: none;
}

.menu-cta a.cmn-btn:hover {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}


  /* SHOP
------------------------------------------------------------- */
  .sec-shop .contact-info .telephone a {
    font-size: 36px;
    pointer-events: auto;
  }
}

/* SP
------------------------------------------------------------- */
@media only screen and (max-width:767.9px) {

  body {
    font-size: 14px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .l-inner {
    width: 100%;
    max-width: 100%;
  }

  img {
    margin: 0 auto;
  }

  /* Common Title
------------------------------------------------------------- */
  .cmn-ttl {
    line-height: 1.69;
    font-size: 30px;
    letter-spacing: 2.8px;
  }

  /* HEADER
------------------------------------------------------------- */
  .header .gnav a {
    width: 58px;
    line-height: 1.5;
    padding: 26px 20px 23px;
    font-size: 12px;
    letter-spacing: 0.7px;
  }

  .header .gnav a.intragram-link {
    padding: 26px 20px;
  }

  .header .gnav a.intragram-link img {
    max-width: 20px;
  }

  .header .gnav a.facebook-link {
    padding: 23px 16px;
  }

  .header .gnav a.facebook-link img {
    max-width: 10px;
  }

  /* MAINVISUAL
------------------------------------------------------------- */
  .sec-mainvisual {
    height: auto;
  }

  .sec-mainvisual .mv-blk {
    padding: 150px 0 150px;
  }

  .sec-mainvisual .mv-blk h1 img {
    max-width: 148px;
  }

  .sec-mainvisual .mv-img {
    padding-top: 63px;
  }

  .sec-mainvisual .mv-img img {
    max-width: 262px;
  }

  .sec-mainvisual .mv-txt {
    line-height: 2;
    margin-top: -6px;
    font-size: 14px;
  }

  /* MESSAGE
------------------------------------------------------------- */
  .sec-message {
    padding: 137px 0 110px;
  }

  .sec-message .msg-blk {
    display: block;
    padding: 75px 0 10px;
  }

  .sec-message .msg-blk .img-blk {
    width: 100%;
    margin: 0;
  }

  .sec-message .msg-blk .img-blk img {
    max-width: 240px;
  }

  .sec-message .msg-blk .txt-blk {
    width: 100%;
    padding: 57px 15.37%;
  }

  .sec-message .msg-blk .txt-blk p {
    margin-bottom: 31px;
  }

  .sec-message .msg-scroll {
    height: 146px;
  }

  .sec-message .msg-scroll p {
    font-size: 100px;
  }

  .sec-message .msg-scroll p span {
    display: inline-block;
    line-height: 1;
  }

  .sec-message .msg-scroll p img {
    max-width: 100px;
  }

  /* STORY
------------------------------------------------------------- */
  .sec-story {
    padding: 136px 0 43px;
  }

  .sec-story .story-list {
    padding: 76px 0 40px;
  }

  .sec-story .story-list .list-item {
    display: block;
  }

  .sec-story .story-list .img-blk {
    width: 100%;
  }

  .sec-story .story-list .txt-blk {
    width: 100%;
    padding: 55px 15.07% 42px;
  }

  .sec-story .story-list .txt-blk .story-ttl {
    line-height: 1.2;
    padding: 28px 0 46px;
    font-size: 16px;
  }

  .sec-story .story-list .txt-blk .story-ttl::before {
    width: 60px;
  }

  .sec-story .story-list .txt-blk p {
    margin-bottom: 28px;
  }

  .sec-story .story-list .list-item:first-child .img-blk {
    width: 100%;
    margin-left: 0;
  }

  .sec-story .story-list .list-item:last-child {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .sec-story .story-list .list-item:last-child .txt-blk {
    padding: 53px 15.07% 20px;
  }


  /* MENU
------------------------------------------------------------- */

/* ← 全デバイス共通エリアで定義に変更 */
.menu-cta {
  position: relative;
  background: url('../images/menu_back.png') no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
}

.menu-cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* 少し濃いめ */
  z-index: 0;
}

.menu-cta-inner {
  position: relative;
  z-index: 1;
  border: 1px solid #fff;
  padding: 40px 60px;
  display: inline-block;
  max-width: 90%;
  color: #fff;
  text-align: center;
  font-family: 'Brandon', sans-serif;
}

.menu-cta h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #fff;
}

/* リンク文字の白固定 & 枠線削除 */
.menu-cta a {
  font-size: 18px;
  color: #fff !important;
  text-decoration: none;
  border: none;
  display: inline-block;
  margin-top: 10px;
  padding: 0;
}

/* 追加：hover時も白に */
.menu-cta a:hover {
  color: #fff;
}

/* 念のためリンク中pのリセット */
.menu-cta a p {
  margin: 0;
  padding: 0;
  color: inherit;
}


  /* SHOP
------------------------------------------------------------- */
  .sec-shop {
    padding: 134px 0 50px;
    background: url('../images/img_shop_bg_sp.png') no-repeat center/cover;
  }

  .sec-shop .shop-map {
    padding-top: 78px;
  }

  .sec-shop .shop-map .map {
    width: 100%;
    margin-bottom: 60px;
  }

  .sec-shop .shop-map .map iframe {
    height: 292px;
  }

  .sec-shop .contact-info {
    width: 100%;
    padding: 0 15.07%;
  }

  .sec-shop .contact-info .contact-ttl {
    font-size: 22px;
  }

  .sec-shop .contact-info .contact-ttl .contact-sub-ttl {
    font-size: 10px;
  }

  .sec-shop .contact-info .contact-address {
    line-height: 1.6;
  }

  .sec-shop .contact-info .cmn-btn {
    width: 156px;
    margin: 17px 0 36px;
    padding: 18px 5px 18px 50px;
    font-size: 16px;
    letter-spacing: -0.1px;
  }

  .sec-shop .contact-info .cmn-btn::before {
    left: 28px;
  }

  .sec-shop .contact-info .telephone {
    margin-bottom: 31px;
    letter-spacing: 0.7px;
  }

  .sec-shop .contact-info .telephone a {
    font-size: 32px;
    letter-spacing: 1.85px;
    pointer-events: auto;
  }

  .sec-shop .contact-info .contact-time .time {
    font-size: 18px;
    letter-spacing: -0.1px;
  }

  /* INSTAGRAM
------------------------------------------------------------- */
  .sec-instagram {
    padding: 136px 0 138px;
  }

  .sec-instagram .ig-desc {
    line-height: 2.5;
    margin: 28px auto 44px;
    font-size: 16px;
    text-align: left;
    max-width: 270px;
  }

  .sec-instagram .cmn-btn {
    width: 270px;
    line-height: 1.2;
    padding: 32px 10px 32px 38px;
    font-size: 16px;
    letter-spacing: 0px;
  }

  .sec-instagram .cmn-btn::before {
    left: 90px;
  }

  /* FOOTER
------------------------------------------------------------- */
  footer {
    padding: 138px 0 138px;
  }

  footer .link-icon {
    margin: 60px 0 43px;
  }

  footer .jillion-link::before {
    left: 2px;
  }

  footer .copy-right {
    margin-top: 45px;
  }
}

@media only screen and (min-width:320px) and (max-width:389px) {

  /* Header
------------------------------------------------------------- */
  .header .gnav a {
    width: 40px;
    padding: 26px 10px 23px;
  }

  .header .gnav a.intragram-link {
    padding: 27px 9px;
  }

  .header .gnav a.facebook-link {
    padding: 27px 7px;
  }

  /* MAINVISUAL
------------------------------------------------------------- */
  .sec-mainvisual .mv-blk {
    padding: 10vw 0 60vw;
  }

  .sec-mainvisual .mv-blk h1 img {
    max-width: 38.947vw;
  }

  .sec-mainvisual .mv-img {
    padding-top: 5vw;
  }

  .sec-mainvisual .mv-img img {
    max-width: 68.947vw;
  }

  /* SHOP
------------------------------------------------------------- */
  .sec-shop .contact-info .telephone a {
    font-size: 28px;
  }

}

@media screen and (min-width: 768px) {
  .menu-cta {
    position: relative;
    background: url('../images/menu_back.png') no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 120px 0;
    overflow: hidden;
  }

  .menu-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
  }

  .menu-cta-inner {
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    padding: 60px 80px;
    display: inline-block;
    max-width: 90%;
    font-family: 'Brandon', sans-serif;
  }

  .menu-cta h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #fff;
  }

  .menu-cta a.cmn-btn {
    color: #fff !important;
    font-size: 18px;
    border: none; /* 枠線削除 */
    text-decoration: none;
  }

  .menu-cta a.cmn-btn:hover {
    text-decoration: underline;
  }

  .menu-cta a.cmn-btn p {
    margin: 0;
  }
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  z-index: 9999;
  width: 60%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-content {
  position: relative;
  text-align: center;
}

.popup-text {
  margin-top: 10px; /* ← ここで画像との間に隙間をつくる */
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;

}
.popup-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.popup-link {
  display: inline-block;
  margin-top: 12px;
  color: #d94d76;
  font-weight: bold;
  text-decoration: none;
}
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  padding: 5px 10px;
  cursor: pointer;
}