@charset "UTF-8";
/*!
Theme Name: fukuoka-navi 固定ページ 市町村別観光マップ 白地図用css
Author:　yuki mitsuno
Version:　1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*
*
*/
/*--ふくおかナビのページで使用されているメディアクエリのまとめです。scssで利用してください。cssでは使えません！！
ふくナビでは主にこの３つ
PC :tablet_over
tab:tablet_under
sp :sp_under
-------------------ここから↓↓-------------------
@mixin pc_screen_under {
  @media screen and (max-width: 1230px){
    @content;
  }
}
@mixin pc_middle_under {
  @media screen and (max-width: 1023px){
    @content;
  }
}
@mixin pc_to_tablet {
  @media screen and (min-width: 769px) and (max-width: 1023px){
    @content;
  }
}
@mixin tablet_over {
  @media screen and (min-width: 769px){
    @content;
  }
}
@mixin tablet_under {
  @media screen and (max-width: 769px){
    @content;
  }
}
@mixin tablet_to_sp {
  @media screen and (min-width: 464px) and (max-width: 767px) {
    @content;
  }
}
@mixin sp_under {
  @media screen and (max-width: 464px){
    @content;
  }
}
-------------------ここまで↑↑-------------------

呼び出し方（tablet_underのメディアクエリを呼び出す場合）

@include tablet_under(){
この中にcssかいてください
}
-----------------------------------------------------*/
html {
  /*ヘッダーを固定時のページ内リンクズレ防止*/
  scroll-padding-top: 120px;
}

/*----------------------------------------*/
/*--------------header-------------------*/
/*----------------------------------------*/
.ajimu-header {
  background: #fff;
  padding: 15px 30px;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0509803922);
}
.ajimu-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ajimu-header.is-scrolled {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.ajimu-header .header-logo img {
  width: 90px;
  display: block;
}
.ajimu-header .header-right {
  text-align: right;
}
.ajimu-header {
  /* ======================
  上段ナビ
  ====================== */
}
.ajimu-header .header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ajimu-header .header-nav li {
  list-style: none;
}
.ajimu-header .header-nav a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.ajimu-header .header-nav a:hover {
  opacity: 0.6;
}
.ajimu-header .header-nav--main ul {
  gap: 25px;
}
.ajimu-header .header-nav--main a {
  font-size: 13px;
}
.ajimu-header .header-nav--main .instagram a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.ajimu-header .header-nav--main .instagram a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/fukuoka-navi2017/images/ajimu/icon-instagram.png") no-repeat center;
  background-size: contain;
}
.ajimu-header .header-nav {
  /* ======================
  下段ナビ
  ====================== */
}
.ajimu-header .header-nav--sub {
  margin-top: 8px;
}
.ajimu-header .header-nav--sub ul {
  gap: 20px;
}
.ajimu-header .header-nav--sub a {
  font-size: 12px;
  color: #000000;
  position: relative;
  padding-left: 18px;
}
.ajimu-header .header-nav--sub a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("/wp-content/themes/fukuoka-navi2017/images/ajimu/icon-book.png") no-repeat center;
  background-size: contain;
}

/* ハンバーガー */
.hamburger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1100;
}
.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: 0.3s;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 10px;
}
.hamburger span:nth-child(3) {
  bottom: 0;
}

/* 開いたとき（×になる） */
.hamburger.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

/*----------------------------------------*/
/*--------------header-------------------*/
/*----------------------------------------*/
.ajimu-lp {
  background-color: #ffffff;
}
.ajimu-lp .fv {
  margin: 0 40px 40px;
  border-radius: 40px;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.ajimu-lp .fv .slideshow {
  width: 100%;
  height: 100%;
  position: relative;
}
.ajimu-lp .fv .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fade 18s infinite;
}
.ajimu-lp .fv .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .fv .slide:nth-child(1) {
  animation-delay: 0s;
}
.ajimu-lp .fv .slide:nth-child(2) {
  animation-delay: 6s;
}
.ajimu-lp .fv .slide:nth-child(3) {
  animation-delay: 12s;
}
.ajimu-lp .fv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.377);
  z-index: 1;
}
.ajimu-lp .fv .fv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}
.ajimu-lp .fv .sp-only {
  display: none;
}
.ajimu-lp .fv .fv-logo {
  width: 500px;
  margin: 0 auto;
}
.ajimu-lp .fv .fv-logo img {
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.4));
}
.ajimu-lp .fv .fv-catch {
  font-size: 1.9em;
  margin-bottom: 20px;
}
.ajimu-lp {
  /* クロスフェード */
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.ajimu-lp {
  /* ======================
  共通
  ====================== */
}
.ajimu-lp img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ajimu-lp a {
  text-decoration: none;
  color: inherit;
}
.ajimu-lp .lp-section {
  padding: 80px 0;
}
.ajimu-lp .lp-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.ajimu-lp h2 {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}
.ajimu-lp h2 .sub-title {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
}
.ajimu-lp {
  /* ======================
  投稿一覧
  ====================== */
}
.ajimu-lp .post-list--row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ajimu-lp .post-list--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ajimu-lp {
  /* ======================
  投稿カード
  ====================== */
}
.ajimu-lp .post-card figure {
  overflow: hidden;
}
.ajimu-lp .post-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .post-list--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ajimu-lp .post-list--row .post-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 10px 0;
}
.ajimu-lp .post-list--row .post-card figure {
  width: 120px;
  aspect-ratio: 4/3;
  flex-shrink: 0;
  border-radius: 5px;
}
.ajimu-lp .post-list--row .post-card .post-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ajimu-lp .post-list--row .post-card .post-date {
  font-size: 12px;
  color: #999;
}
.ajimu-lp #article,
.ajimu-lp #movie {
  background: #f5f5f5;
}
.ajimu-lp .post-list--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.ajimu-lp .post-list--grid .post-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.ajimu-lp .post-list--grid .post-card figure img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .post-list--grid .post-card .date {
  font-size: 11px;
  color: #888;
  padding: 5px 10px 0;
}
.ajimu-lp .post-list--grid .post-card .title {
  font-size: 13px;
  padding: 0 10px;
}
.ajimu-lp {
  /* メインカード */
}
.ajimu-lp .main-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ajimu-lp .main-card img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .main-card .card-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
}
.ajimu-lp .main-card .card-content .date {
  font-size: 11px;
  color: #888;
}
.ajimu-lp .main-card .card-content .title {
  font-size: 14px;
  font-weight: bold;
}
.ajimu-lp {
  /* サブカード */
}
.ajimu-lp .sub-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.ajimu-lp .sub-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.ajimu-lp .sub-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .sub-card .date {
  font-size: 11px;
  color: #888;
  padding: 5px 10px 0;
}
.ajimu-lp .sub-card .title {
  font-size: 13px;
  padding: 0 10px;
}
.ajimu-lp {
  /* ボタン */
}
.ajimu-lp .more-btn {
  text-align: center;
  margin-top: 30px;
}
.ajimu-lp .more-btn a {
  display: inline-block;
  padding: 12px 24px;
  background: #2e8b7d;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  transition: 0.3s;
  border: none;
}
.ajimu-lp .more-btn a:hover {
  opacity: 0.8;
}
.ajimu-lp .category-section {
  background: #ffffff;
  padding: 80px 0;
}
.ajimu-lp .category-section.archive {
  padding: 0;
}
.ajimu-lp .category-section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.ajimu-lp .category-section .category-block {
  margin-bottom: 50px;
  opacity: 0;
  transition: 0.3s;
  display: none;
}
.ajimu-lp .category-section .category-block.is-active {
  display: block;
  opacity: 1;
}
.ajimu-lp .category-section .section-title {
  font-size: 26px;
  font-weight: bold;
}
.ajimu-lp .category-section .section-title span {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}
.ajimu-lp .category-section {
  /* タグ */
}
.ajimu-lp .category-section .category-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.ajimu-lp .category-section .category-tags .tag {
  position: relative;
  padding: 8px 30px;
  background: #fff;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  /* ドット */
}
.ajimu-lp .category-section .category-tags .tag::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.ajimu-lp .category-section .category-tags {
  /* 色分け */
}
.ajimu-lp .category-section .category-tags .gourmet::after {
  background: #ff7a00;
}
.ajimu-lp .category-section .category-tags .tourism::after {
  background: #cc66ff;
}
.ajimu-lp .category-section .category-tags .souvenir::after {
  background: #00c853;
}
.ajimu-lp .category-section .category-tags .recipe::after {
  background: #ffd600;
}
.ajimu-lp .category-section .category-tags .stone::after {
  background: #00bcd4;
}
.ajimu-lp .category-section .category-tags .people::after {
  background: #ff5252;
}
.ajimu-lp .category-section .category-title {
  margin-bottom: 15px;
}
.ajimu-lp .category-section .category-title span {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.ajimu-lp .category-section .category-title .tag-text.gourmet {
  color: #ff7a00;
}
.ajimu-lp .category-section .category-title .tag-text.tourism {
  color: #cc66ff;
}
.ajimu-lp .category-section .category-title .tag-text.souvenir, .ajimu-lp .category-section .category-title .tag-text.gift {
  color: #00c853;
}
.ajimu-lp .category-section .category-title .tag-text.recipe {
  color: #ffd600;
}
.ajimu-lp .category-section .category-title .tag-text.stone {
  color: #00bcd4;
}
.ajimu-lp .category-section .category-title .tag-text.people {
  color: #ff5252;
}
.ajimu-lp .category-tags .tag {
  cursor: pointer;
  transition: all 0.25s ease;
}
.ajimu-lp .category-tags {
  /* hover */
}
.ajimu-lp .category-tags .tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.ajimu-lp .category-tags {
  /* アクティブ共通 */
}
.ajimu-lp .category-tags .tag.is-active {
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}
.ajimu-lp .category-tags {
  /* ドット白にして馴染ませる */
}
.ajimu-lp .category-tags .tag.is-active::after {
  background: rgba(255, 255, 255, 0.9);
}
.ajimu-lp .category-tags {
  /* 各カテゴリ色（背景） */
}
.ajimu-lp .category-tags .tag.gourmet.is-active {
  background: #ff7a00;
}
.ajimu-lp .category-tags .tag.tourism.is-active {
  background: #cc66ff;
}
.ajimu-lp .category-tags .tag.souvenir.is-active {
  background: #00c853;
}
.ajimu-lp .category-tags .tag.recipe.is-active {
  background: #ffd600;
  color: #333;
}
.ajimu-lp .category-tags .tag.stone.is-active {
  background: #00bcd4;
}
.ajimu-lp .category-tags .tag.people.is-active {
  background: #ff5252;
}
.ajimu-lp {
  /* ======================
  動画
  ====================== */
}
.ajimu-lp .panel-h2 {
  position: relative;
  margin: 80px 0 50px;
  border: #000;
}
.ajimu-lp .video-panel-section {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ajimu-lp .video-panel-section .panel-wrap {
  display: flex;
  gap: 3%;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin-bottom: 30px;
}
.ajimu-lp .video-panel-section .panel-wrap .youtube-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ajimu-lp .video-panel-section .panel-wrap {
  /* iframe */
}
.ajimu-lp .video-panel-section .panel-wrap .youtube-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ajimu-lp .video-panel-section .panel-wrap {
  /* クリック用リンク */
}
.ajimu-lp .video-panel-section .panel-wrap .youtube-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.ajimu-lp .video-panel-section .panel-wrap .panel-item {
  position: relative;
  display: inline-block;
  border-radius: 8px;
  overflow: hidden;
}
.ajimu-lp .video-panel-section .panel-wrap .panel-item .panel-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ajimu-lp .video-panel-section .panel-wrap .panel-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
  border-radius: 30px;
}
.ajimu-lp .video-panel-section .panel-wrap .panel-item .ad-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.ajimu-lp .video-panel-section .panel-wrap .panel-item .ad-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}
.ajimu-lp .video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ajimu-lp .video-card {
  display: flex;
  gap: 15px;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  cursor: pointer;
}
.ajimu-lp .video-card:hover {
  transform: translateY(-3px);
}
.ajimu-lp {
  /* サムネ（縦長） */
}
.ajimu-lp .video-thumb {
  width: 160px;
  aspect-ratio: 9/16;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.ajimu-lp {
  /* ▶ボタン */
}
.ajimu-lp .video-thumb::after {
  content: "▶";
  font-size: 22px;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5); /* ← 50% */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
  pointer-events: none;
}
.ajimu-lp {
  /* 👇 ホバー時（＝再生時）に消す */
}
.ajimu-lp .video-card:hover .video-thumb::after {
  opacity: 0;
}
.ajimu-lp .video-thumb img,
.ajimu-lp .video-thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp {
  /* テキスト */
}
.ajimu-lp .video-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ajimu-lp .video-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 15px;
}
.ajimu-lp .video-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}
.ajimu-lp {
  /* ======================
  SCROLL
  ====================== */
}
.ajimu-lp .fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.ajimu-lp .fade-in.is-show {
  opacity: 1;
  transform: translateY(0);
}
.ajimu-lp {
  /* ======================
  back
  ====================== */
}
.ajimu-lp .back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #2e8b7d;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.ajimu-lp {
  /* 表示時 */
}
.ajimu-lp .back-to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.ajimu-lp {
  /* ホバー */
}
.ajimu-lp .back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.ajimu-lp {
  /* ======================
  レスポンシブ
  ====================== */
}
@media screen and (max-width: 769px) {
  .ajimu-lp .ajimu-header {
    padding: 10px 15px;
  }
  .ajimu-lp .fv {
    margin: 0 30px 20px;
    border-radius: 20px;
    height: 60vh;
  }
  .ajimu-lp .fv .fv-inner {
    width: 90%;
  }
  .ajimu-lp .fv .fv-logo {
    max-width: 300px;
  }
  .ajimu-lp .fv .fv-catch {
    font-size: 1.2em;
    margin: 12px;
  }
  .ajimu-lp .fv .sp-only {
    display: inline;
  }
  .ajimu-lp .hamburger {
    display: block;
  }
  .ajimu-lp .header-right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    transition: 0.3s;
  }
  .ajimu-lp .header-right.is-open {
    right: 0;
  }
  .ajimu-lp .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .ajimu-lp .post-list--row {
    grid-template-columns: 1fr;
  }
  .ajimu-lp .post-list--row .post-card {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
  }
  .ajimu-lp .post-list--row figure {
    width: 90px;
  }
  .ajimu-lp .post-list--row .post-title {
    font-size: 13px;
    line-height: 1.4;
  }
  .ajimu-lp .post-list--row .post-date {
    font-size: 11px;
  }
  .ajimu-lp .post-list--grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .ajimu-lp .post-list--grid.archive {
    display: grid;
    overflow-x: visible;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 769px) and (max-width: 464px) {
  .ajimu-lp .post-list--grid.archive {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 769px) {
  .ajimu-lp .post-list--grid .post-card {
    min-width: 70%;
    flex-shrink: 0;
  }
  .ajimu-lp .sub-cards {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .ajimu-lp .category-block .sub-card {
    min-width: 70%;
  }
  .ajimu-lp .video-panel-section .panel-wrap {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 0 15px 10px;
    -webkit-overflow-scrolling: touch;
  }
  .ajimu-lp .video-panel-section .panel-item {
    min-width: 80%;
    flex-shrink: 0;
  }
  .ajimu-lp .video-grid {
    grid-template-columns: 1fr;
  }
  .ajimu-lp h2 {
    font-size: 22px;
  }
}
.ajimu-lp .lp-section {
  padding: 50px 0;
}
.ajimu-lp body {
  background: #fff;
}

.fix-orange-btn {
  display: none;
}/*# sourceMappingURL=ajimu.css.map */