@charset "UTF-8";

/** -----------------------------------------------
  共通
------------------------------------------------**/
html {
  font-size: 10px;
  /* 10px = 1rem となるように設定 (16px * 0.625) */
  background-color: #FEFBF5;
}

@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Noto+Sans+JP:wght@300;400;500&display=swap');

body {
  font-family: 'Noto Sans JP', 'Cabin', sans-serif;
  color: #4E4E4E;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin: 0;
  padding: 0;
}

/* ---ファーストビュー --- */
.header-inner {
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px 80px 10px 80px;
  background-color: #D8C6B6;
}

.site-logo a {
  display: block;
  margin: 20px auto auto 17px;
}

.site-logo img {
  display: block;
  width: 95%;
  height: auto;
}

.fixed-side-decoration {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-color: #FEFBF5;
  z-index: 200;
}

.fixed-side-curve-img {
  position: fixed;
  left: 78px;
  width: 67px;
  height: 247px;
  background-image: url(../images/fixed-side-curve-img.png);
  background-repeat: no-repeat;
  transform: scale(0.8);
  transform-origin: top left;
}

.global-nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
}

.global-nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  margin-left: 80px;
}

.global-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.global-nav a:hover {
  color: #fff;
}

.global-nav .en {
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.global-nav .ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-top: 3px;
}

.fixed-reserve-btn {
  position: fixed;
  width: 80px;
  display: flex;
  align-items: center;
  left: 0px;
  bottom: 0px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: 'Cabin', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FEFBF5;
  background-color: #A8D7D1;
  padding: 15px 10px;
  text-decoration: none;
  z-index: 100;
  transition: all 0.6s ease;
}

.fixed-reserve-btn:hover {
  background-color: #96a882;
  padding-left: 10px;
}

.main-visual {
  width: 100%;
  height: calc(100vh - 90px);
  margin-top: -2px;
  position: relative;
  padding-left: 80px;
  overflow: hidden;
  background-color: #D8C6B6;
}

.main-visual-slider-wrapper {
  max-width: 100%;
  height: 85vh;
  margin: 0;
  position: relative;
}

.main-visual-slide {
  width: 100%;
  height: 85vh;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.slide-01 {
  background-image: url(../images/mv-scone-01.png);
}

.slide-02 {
  background-image: url(../images/mv-scone-02.png);
}

.slide-03 {
  background-image: url(../images/mv-scone-03.png);
}

.main-visual-content {
  text-align: center;
  z-index: 5;
}

/* Slickの不要な余白を消す */
.slick-track {
  display: flex !important;
}

/* scrollbar */
.scroll {
  height: 350px;
}

.scroll-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 10px 10px 110px;
  color: #4E4E4E;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 95%;
  transform: translateX(-50%);
}

.scrollbar {
  position: absolute;
  left: 95%;
  transform: translateX(-50%);
  bottom: 1px;
}

.scrollbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #4E4E4E;
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* ---各セクション --- */
/* ---セクション共通 --- */
.section {
  max-width: 1200px;
  padding: 100px 40px 40px 140px;
}

.section-title {
  font-family: 'Cabin', 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 4.5rem;
  text-align: left;
  letter-spacing: 0.075em;
  color: #4E4E4E;
}

.section-subtitle {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 2rem;
  color: #4E4E4E;
  margin-top: -1rem;
  margin-bottom: 40px;
}

.section-subtitle::after {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  background-image: url('../images/title-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

/* ---ニュース --- */
.news-container {
  display: flex;
  margin: 0 auto;
  gap: 60px;
}

.news-sidebar {
  flex: 0 0 250px;
  padding-top: 5px;
}

.read-more {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #4E4E4E;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 50px;
  transition: color 0.3s;
}

.read-more:hover {
  color: #96a882;
}

.arrow-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c0ddd7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: background-color 0.3s;
}

.read-more:hover .arrow-icon-wrapper {
  background-color: #96a882;
}

.arrow-icon {
  stroke: #fff !important;
  transform: translateX(0);
  transition: transform 0.3s;
}

.read-more:hover .arrow-icon {
  transform: translateX(3px);
  stroke: #4E4E4E;
}

.news-content {
  flex-grow: 1;
  border-bottom: 1px solid #96a882;
}

.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-item {
  padding: 20px 0;
  border-top: 1px solid #96a882;
}

.news-meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.news-title {
  display: flex;
  flex-direction: row;
}

.news-date {
  font-family: 'Cabin', 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  margin-right: 20px;
}

.news-category {
  display: inline-block;
  border: 1px solid #96a882;
  color: #96a882;
  padding: 6px 10px;
  border-radius: 9999px;
  font-size: 1.5rem;
  line-height: 1;
}

.news-text {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 5px 0;
}

/* --- コンセプト --- */
.concept-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  gap: 60px;
}

.concept-image-block {
  width: 50%;
  flex-shrink: 0;
  overflow: hidden;
  padding: 10px;
}

.concept-image-main {
  width: 100%;
  height: 400px;
  background-image: url(../images/concept_scone.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
}

.concept-image-main.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.concept-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}

/* --- コンセプト下ギャラリーセクション --- */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* 12分割 */
  gap: 30px 20px;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 60px;
}

.gallery-item img {
  width: 70%;
  height: auto;
  object-fit: cover; /* 枠に合わせて綺麗に切り抜き */
  display: block;
}

/* --- コンセプト下ランダム画像配置 --- */
/* 1: 材料（左上〜中央付近まで） */
.img-ingredients {
  grid-column: 1 / 8;
  aspect-ratio: 16 / 9;
}

/* 2: ショーケース（中央〜右寄りの少し下） */
.img-showcase {
  grid-column: 6 / 10;
  aspect-ratio: 4 / 3;
  z-index: 2;
  margin-top: -60px;
  /* 上に詰めてランダム感を出す */
}

/* 3: キッチン（右端・縦長） */
.img-kitchen {
  grid-column: 10 / 13;
  grid-row: 1 / 4;
  /* 上から下まで貫通させる */
  aspect-ratio: 2 / 5;
}

/* 4: 店内（左下） */
.img-interior {
  grid-column: 3 / 6;
  aspect-ratio: 4 / 3;
  margin-top: -100px;
}

/* --- アニメーション設定（jQuery用） --- */
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

.js-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* 表示タイミングを少しずつずらす */
.img-ingredients {
  transition-delay: 0.1s;
}

.img-kitchen {
  transition-delay: 0.3s;
}

.img-showcase {
  transition-delay: 0.4s;
}

.img-interior {
  transition-delay: 0.5s;
}

/* ---メニュー --- */
.menu-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 auto;
}

.menu-item {
  position: relative;
  max-width: 500px;
  height: 600px;
  aspect-ratio: 1 / 0.75;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.menu-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease, filter 0.4s ease;
  filter: brightness(0.75);
}

/* DRINKの背景画像 */
.menu-drink::before {
  background-image: url('../images/menu_coffee.jpg');
}

/* SCONEの背景画像 */
.menu-scone::before {
  background-image: url('../images/menu_scone.jpeg');
}

.menu-item:hover::before {
  transform: scale(1.05);
  filter: brightness(0.5);
}

.menu-item h3 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  line-height: 1.2;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.menu-drink h3::after {
  content: "コーヒー・紅茶";
  display: block;
  font-size: 0.4em;
  font-weight: normal;
  margin-top: 5px;
  opacity: 0.8;
}

.menu-scone h3::after {
  content: "スコーン";
  display: block;
  font-size: 0.4em;
  font-weight: normal;
  margin-top: 5px;
  opacity: 0.8;
}

/* --- MOREボタンの表示 --- */
.more-circle {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* 最初は隠す */
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.more-text {
  color: #fff;
  font-size: 1.1em;
  font-family: 'Cabin', sans-serif;
  letter-spacing: 0.05em;
}

.circle-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  /* 12時方向から開始 */
}

.circle-bg {
  fill: none;
  stroke: rgba(255, 255, 255, 0.3);
  /* 薄いガイド線 */
  stroke-width: 2px;
}

.circle-path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 302;
  /* 半径48の円周 約302 */
  stroke-dashoffset: 302;
  /* 最初は消しておく */
  transition: stroke-dashoffset 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}

.menu-item:hover .more-circle {
  opacity: 1;
}

.menu-item:hover .circle-path {
  stroke-dashoffset: 0;
  /* くるっと描画 */
}

.menu-item:hover h3 {
  transform: translate(-50%, -60%);
  /* 少し上に持ち上げる */
  opacity: 0.8;
}


/* ---予約 --- */
.reservation-container {
  display: flex;
  margin: 0 auto;
  gap: 60px;
}

.reservation-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reserve-category {
  display: inline-block;
  border: 1px solid #96a882;
  color: #4E4E4E;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1;
  margin: 20px 0;
}

.lead-text {
  margin-bottom: 1.5em;
}

/* ---アクセス --- */
.access-flex-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.access-info {
  flex: 1;
}

.access-info dt {
  display: inline-block;
  border: 1px solid #96a882;
  padding: 4px 15px;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.access-info dd {
  margin-left: 0;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.5rem;
}

.access-info dd.note {
  margin-top: 10px;
}

.access-map {
  flex: 1.5;
}

.iframe-wrapper {
  position: relative;
  padding-top: 60%;
  width: 100%;
  margin-bottom: 15px;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-link {
  display: block;
  background-color: #d2c1ae;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  max-width: 200px;
  margin: 0;
  font-size: 1.5rem;
}

/* ---フッター --- */
.footer {
  background-color: #D8C6B6;
  padding: 20px 30px;
  color: #4a4a4a;
}

.footer-inner {
  margin-top: 20px;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}

.footer-nav ul {
  display: flex;
  list-style: none;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.footer-nav a {
  text-decoration: none;
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 500;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-CTA {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin: 20px 0;
}

.footer-reserve,
.footer-contact {
  width: auto;
}

.btn-reserve {
  display: inline-block;
  border: 1px solid #4a4a4a;
  padding: 10px 30px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 18px;
  letter-spacing: 0.1em;
  transition: background-color 0.3s, color 0.3s;

  min-width: 200px;
  text-align: center;
}

.btn-reserve:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.footer-logo {
  text-align: center;
  margin: 10px;
}

.footer-logo img {
  max-width: 60px;
  height: auto;
}

.copyright {
  text-align: center;
  font-size: 12px;
}

/** -----------------------------------------------
  SP :  レスポンシブ（767px以下）
------------------------------------------------**/
@media (max-width: 767px) {
  .header-inner {
    padding: 10px 20px;
    justify-content: space-between;
    position: relative;
    z-index: 300;
    background-color: #FEFBF5;
    color: #4a4a4a;
  }

  .fixed-side-curve-img {
    position: absolute;
    top: 98%;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/sp_fixed-side-curve-img.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .global-nav {
    display: none;
  }

  /* 3. ハンバーガーボタンを表示 */
  .sp-menu-btn {
    display: block !important;
    position: relative;
    z-index: 999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-left: auto;
  }

  .sp-menu-btn span {
    font-size: 10px;
    display: block;
    color: #4E4E4E;
    position: relative;
    padding-top: 40px;
    padding-left: 7px;
    line-height: 1;
  }

  .sp-menu-btn span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 1px;
    background: #4E4E4E;
    box-shadow: 0 10px 0 #4E4E4E, 0 20px 0 #4E4E4E;
    z-index: 1000;
  }

  /* 4. 固定の縦帯をスマホでは「ヘッダーロゴエリア」に変更 */
  .fixed-side-decoration {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    pointer-events: auto;
  }

  .site-logo a {
    margin: 10px auto 10px 10px;
  }

  .site-logo img {
    width: 50px;
  }

  /* 5. 予約ボタン（RESERVE）を右下固定に変更 */
  .fixed-reserve-btn {
    position: fixed;
    top: auto;
    left: auto;
    right: 0;
    bottom: 80px;
    min-width: 200px;
    height: auto;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 18px;
    padding: 15px 30px;
    text-align: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
  }

  .fixed-reserve-btn.is-hidden {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
  }

  /* 縦長画像に */
  .slide-01 {
    background-image: url(../images/sp_mv-scone-01.png);
  }

  .slide-02 {
    background-image: url(../images/sp_mv-scone-02.png);
  }

  .slide-03 {
    background-image: url(../images/sp_mv-scone-03.png);
  }

  .main-visual {
    padding-left: 0;
    aspect-ratio: 3 / 4;
    height: auto;
    background-size: contain;
    background-position: top;
  }

  .main-visual-slider-wrapper,
  .main-visual-slide {
    aspect-ratio: 3 / 4;
    height: auto;
    background-size: contain;
    background-position: top;
  }

  .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
  }

  /* スクロール表示の位置調整 */
  .scroll-text,
  .scrollbar {
    left: 50%;
    color: #fff;
  }

  .scrollbar::after {
    content: "";
    background: #fff;
  }

  .global-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background-color: #FEFBF5;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s ease;
  }

  /* 開いた時の状態 */
  .global-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .global-nav::before {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 40%;
    height: 40%;
    background-image: url('../images/deco_3scone.png');
    background-size: contain;
    opacity: 0.8;
    z-index: -1;
  }

  /* メニュー内のレイアウト */
  .global-nav ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    list-style: disc;
    padding-left: 20%;
    gap: 0;
  }

  .global-nav li {
    margin: 15px 0;
    position: relative;
    padding-left: 1.5em;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.5s ease;
  }

  .global-nav.is-open li:nth-child(1) {
    transition-delay: 0.1s;
  }

  .global-nav.is-open li:nth-child(2) {
    transition-delay: 0.2s;
  }

  .global-nav.is-open li:nth-child(3) {
    transition-delay: 0.3s;
  }

  .global-nav.is-open li:nth-child(4) {
    transition-delay: 0.4s;
  }

  .global-nav.is-open li:nth-child(5) {
    transition-delay: 0.5s;
  }

  .global-nav.is-open li {
    opacity: 1;
    transform: translateX(0);
  }

  .global-nav a {
    align-items: flex-start;
    text-decoration: none;
  }

  .global-nav .en {
    display: block;
    font-size: 2.4rem;
    font-family: 'Cabin', sans-serif;
    color: #4E4E4E;
    line-height: 1.2;
  }

  .global-nav .ja {
    display: block;
    font-size: 1.1rem;
    color: #4E4E4E;
    margin-top: 2px;
  }

  .sp-menu-btn.is-open span::before {
    box-shadow: none;
    top: 25px;
    transform: translateX(-50%) rotate(45deg);
  }

  .sp-menu-btn.is-open span::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 35px;
    height: 1px;
    background: #4E4E4E;
  }

  /* ニュースセクション */
  .news-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .news-sidebar {
    display: contents;
  }

  .section-title,
  .section-subtitle {
    order: 1;
    text-align: center;
  }

  .news-content {
    order: 2;
  }

  .read-more {
    order: 3;
    margin: 40px auto 0;
    justify-content: center;
    width: fit-content;
  }

  .section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }

  .section-title {
    text-align: center;
    font-size: 3rem;
  }

  .section {
    padding: 60px clamp(20px, 5vw, 30px);
  }

  /* コンセプトセクション */
  .concept-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .concept-image-block {
    width: 90vw;
  }

  .concept-image-main {
    aspect-ratio: 4 / 3;
    height: auto;
    background-size: cover;

  }

  /* メニューセクション */
  .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .menu-item {
    max-width: 80vw;
    height: 60vh;
  }

  /* 予約セクション */
  .reservation-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .reservation-sidebar {
    display: contents;
  }

  .reservation-content {
    order: 2;
    margin-top: 20px;
  }

  /* アクセスセクション */
  .access-flex-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .access-map {
    width: 100%;
  }

  /* フッターセクション */
  .footer {
    padding: 60px clamp(20px, 5vw, 30px);
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  .footer-nav ul {
    flex-direction: column;        
    gap: 5px;
  }
  .footer-CTA {
    margin: 0;
    flex-shrink: 0;
  }
}

/* PCの時はハンバーガーを隠しておく（既存のCSSに追加） */
.sp-menu-btn {
  display: none;
}

/* --- レスポンシブ対応 --- */

/** -----------------------------------------------
  SP :  画面の横幅が520px以下
------------------------------------------------**/

/** -----------------------------------------------
  SP :  画面の横幅が350px以下
------------------------------------------------**/

@media (max-width: 350px) {}