@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かいてください
}
-----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

html {
  /*ヘッダーを固定時のページ内リンクズレ防止*/
  scroll-padding-top: 120px;
  font-family: "Noto Sans JP", sans-serif;
}

.ajimu-lp {
  background-color: #ffffff;
}
.ajimu-lp .ajimu-header {
  background: #fff;
  padding: 15px 20px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.3s;
}
.ajimu-lp .ajimu-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ajimu-lp .ajimu-header.is-scrolled {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.ajimu-lp .ajimu-header .header-logo img {
  width: 90px;
  display: block;
}
.ajimu-lp .ajimu-header .header-right {
  text-align: right;
}
.ajimu-lp .ajimu-header {
  /* ======================
  上段ナビ
  ====================== */
}
.ajimu-lp .ajimu-header .header-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ajimu-lp .ajimu-header .header-nav li {
  list-style: none;
}
.ajimu-lp .ajimu-header .header-nav a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.ajimu-lp .ajimu-header .header-nav a:hover {
  opacity: 0.6;
}
.ajimu-lp .ajimu-header .header-nav--main ul {
  gap: 25px;
}
.ajimu-lp .ajimu-header .header-nav--main a {
  font-size: 13px;
}
.ajimu-lp .ajimu-header .header-nav--main .instagram a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
}
.ajimu-lp .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-lp .ajimu-header .header-nav {
  /* ======================
  下段ナビ
  ====================== */
}
.ajimu-lp .ajimu-header .header-nav--sub {
  margin-top: 8px;
}
.ajimu-lp .ajimu-header .header-nav--sub ul {
  gap: 20px;
}
.ajimu-lp .ajimu-header .header-nav--sub a {
  font-size: 12px;
  color: #000000;
  position: relative;
  padding-left: 18px;
}
.ajimu-lp .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;
}
.ajimu-lp {
  /* ハンバーガー */
}
.ajimu-lp .hamburger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1100;
}
.ajimu-lp .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  transition: 0.3s;
}
.ajimu-lp .hamburger span:nth-child(1) {
  top: 0;
}
.ajimu-lp .hamburger span:nth-child(2) {
  top: 10px;
}
.ajimu-lp .hamburger span:nth-child(3) {
  bottom: 0;
}
.ajimu-lp {
  /* 開いたとき（×になる） */
}
.ajimu-lp .hamburger.is-open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.ajimu-lp .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.ajimu-lp .hamburger.is-open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.ajimu-lp .oita-page {
  background: #faf8f3;
  color: #333;
  overflow: hidden;
}
.ajimu-lp .inner {
  width: min(1440px, 100% - 40px);
  margin-inline: auto;
}
.ajimu-lp .section-title {
  text-align: center;
  font-size: clamp(3.4rem, 3vw, 3.6rem);
  color: #5d7d39;
  font-weight: 700;
}
.ajimu-lp .fv {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
.ajimu-lp .fv .inner {
  position: relative;
  min-height: 700px;
}
.ajimu-lp .fv .fv__bg {
  position: absolute;
  inset: 0;
}
.ajimu-lp .fv .fv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .fv .fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
}
.ajimu-lp .fv .fv__content {
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
.ajimu-lp .fv .fv__gallery {
  position: absolute;
  inset: 0;
  transform-origin: top right;
}
.ajimu-lp .fv .fv__sub {
  color: #56743c;
  font-size: 3.4rem;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(255, 255, 255, 0.8);
}
.ajimu-lp .fv .fv__title {
  font-family: "Yu Mincho", serif;
  font-size: clamp(5rem, 7vw, 12rem);
  color: #4a2a17;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.95), 0 0 20px rgba(255, 255, 255, 0.85), 0 0 30px rgba(255, 255, 255, 0.7);
}
.ajimu-lp .fv .fv__text {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9), 0 0 16px rgba(255, 255, 255, 0.8);
}
.ajimu-lp .fv .photo {
  position: absolute;
  background: #fff;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.ajimu-lp .fv .photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .fv .photo--1 {
  width: clamp(300px, 18vw, 340px);
  right: 23%;
  top: 1%;
  transform: rotate(-3deg);
}
.ajimu-lp .fv .photo--2 {
  width: clamp(300px, 18vw, 340px);
  right: -3%;
  top: 7%;
  transform: rotate(4deg);
}
.ajimu-lp .fv .photo--3 {
  width: clamp(300px, 17vw, 320px);
  right: 18%;
  top: 32%;
  transform: rotate(2deg);
}
.ajimu-lp .fv .photo--4 {
  width: clamp(300px, 17vw, 316px);
  right: -7%;
  top: 39%;
  transform: rotate(-5deg);
}
.ajimu-lp .fv .photo--5 {
  width: clamp(300px, 18vw, 330px);
  right: 26%;
  top: 65%;
  transform: rotate(-5deg);
}
.ajimu-lp .fv .photo--6 {
  width: clamp(300px, 18vw, 330px);
  right: 4%;
  top: 66%;
  transform: rotate(4deg);
}
.ajimu-lp .photo {
  transform-origin: center center;
  transition: 0.3s;
}
.ajimu-lp .photo:hover {
  transform: scale(1.03) rotate(var(--rotate));
}
.ajimu-lp .about {
  padding: 120px 0;
  background: #ffffff;
}
.ajimu-lp .about__wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.ajimu-lp .about__lead {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 80px;
}
.ajimu-lp .about__title {
  margin-bottom: 24px;
  color: #5d7d39;
  font-size: 4rem;
  font-family: "Yu Mincho", serif;
  font-weight: 700;
}
.ajimu-lp .about__lead p {
  line-height: 2.2;
  font-size: 1.6rem;
}
.ajimu-lp .about__questions-title {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  color: #5d7d39;
  font-size: 2.2rem;
  font-weight: 700;
}
.ajimu-lp .about__questions-title::before, .ajimu-lp .about__questions-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(50% - 180px);
  height: 1px;
  background: #e8e3d8;
}
.ajimu-lp .about__questions-title::before {
  left: 0;
}
.ajimu-lp .about__questions-title::after {
  right: 0;
}
.ajimu-lp .about__cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.ajimu-lp .question-card {
  position: relative;
  padding: 50px 20px 24px;
  background: #fff;
  border: 1px solid #e8e3d8;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
}
.ajimu-lp .question-card:hover {
  transform: translateY(-4px);
}
.ajimu-lp .question-card__number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #5d7d39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.ajimu-lp .question-card__icon {
  margin-bottom: 16px;
  font-size: 3rem;
  line-height: 1;
}
.ajimu-lp .question-card__title {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.ajimu-lp .question-card__text {
  font-size: 1.3rem;
  line-height: 1.8;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .ajimu-lp .about__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .ajimu-lp .about {
    padding: 80px 0;
  }
  .ajimu-lp .about__lead {
    margin-bottom: 50px;
  }
  .ajimu-lp .about__title {
    font-size: 3rem;
  }
  .ajimu-lp .about__questions-title::before, .ajimu-lp .about__questions-title::after {
    display: none;
  }
  .ajimu-lp .about__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .ajimu-lp .question-card {
    padding: 40px 15px 20px;
  }
  .ajimu-lp .question-card__title {
    font-size: 1.6rem;
  }
  .ajimu-lp .question-card__text {
    font-size: 1.2rem;
  }
}
.ajimu-lp .interview {
  padding: 120px 0;
  background: #fcfaf6;
}
.ajimu-lp .interview .section-title {
  text-align: center;
  margin-bottom: 60px;
  font-family: "Yu Mincho", serif;
}
.ajimu-lp .interview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.ajimu-lp .interview-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e3d8;
  border-radius: 24px;
  transition: 0.3s;
}
.ajimu-lp .interview-card:hover {
  transform: translateY(-4px);
}
.ajimu-lp .interview-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.ajimu-lp .interview-card__number {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #5d7d39;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 2;
}
.ajimu-lp .interview-card__place {
  aspect-ratio: 16/9;
}
.ajimu-lp .interview-card__place img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .interview-card__body {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 20px;
}
.ajimu-lp .interview-card__portrait {
  width: 120px;
  height: 150px;
  overflow: hidden;
  border-radius: 14px;
}
.ajimu-lp .interview-card__portrait img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajimu-lp .interview-card__area {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #eef4e6;
  color: #5d7d39;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.ajimu-lp .interview-card__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.ajimu-lp .interview-card__copy {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #555;
}
.ajimu-lp .spots {
  padding: 120px 0;
  background: #fff;
}
.ajimu-lp .spots__wrap {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 60px;
  align-items: start;
}
.ajimu-lp .spots__left {
  position: sticky;
  top: 120px;
}
.ajimu-lp .spots__left .section-title {
  text-align: left;
  font-family: "Yu Mincho", serif;
}
.ajimu-lp .spots__lead {
  margin: 24px 0;
  font-size: 1.6rem;
  line-height: 2;
}
.ajimu-lp .spots__map img {
  width: 100%;
  display: block;
}
.ajimu-lp .spot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ajimu-lp .spot-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e8e3d8;
  border-radius: 20px;
  transition: 0.3s;
}
.ajimu-lp .spot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.ajimu-lp .spot-card__image {
  aspect-ratio: 5/3;
  overflow: hidden;
}
.ajimu-lp .spot-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.4s;
}
.ajimu-lp .spot-card:hover .ajimu-lp .spot-card__image img {
  transform: scale(1.05);
}
.ajimu-lp .spot-card__body {
  padding: 10px;
}
.ajimu-lp .spot-card h3 {
  margin-bottom: 3px;
  color: #5d7d39;
  font-size: 1.9rem;
  font-weight: 700;
}
.ajimu-lp .spot-card p {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
}
.ajimu-lp .cta {
  padding: 100px 0;
  text-align: center;
}
.ajimu-lp .cta h2 {
  color: #4c2d18;
  font-size: clamp(3rem, 4vw, 5rem);
  margin-top: 20px;
  font-family: "Yu Mincho", serif;
}
.ajimu-lp .cta p {
  color: #5d7d39;
  font-size: 1.8rem;
}
.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: 50px 0;
}
.ajimu-lp .lp-section-wrap {
  margin: 0 clamp(10px, (100vw - 1025px) / 895 * 20 + 10px, 30px);
  padding: 0 clamp(10px, (100vw - 1025px) / 895 * 20 + 10px, 30px);
}
.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;
  align-items: center;
  gap: 10px;
  color: #000;
}
.ajimu-lp h2 .sub-title {
  display: block;
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
}
.ajimu-lp .slick-arrow-item {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  width: 3.0208333333vw;
  height: 3.0208333333vw;
}
.ajimu-lp .slick-arrow-item .slick-arrow {
  position: relative;
  right: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
  background: #2e8b7d;
  border-radius: 50vh;
}
.ajimu-lp .slick-arrow-item .slick-arrow::before {
  position: absolute;
  top: 0 !important;
  right: -5px !important;
  bottom: 0 !important;
  left: 0 !important;
  content: "";
  width: 25%;
  height: 25%;
  margin: auto;
  background: transparent;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.ajimu-lp .slick-arrow-item .slick-arrow::after {
  display: none;
}
.ajimu-lp .slick-arrow-item.slick-prev {
  left: -3rem;
}
.ajimu-lp .slick-arrow-item.slick-prev .slick-arrow::before {
  right: -5px !important;
  left: 0 !important;
  transform: rotate(225deg);
}
.ajimu-lp .slick-arrow-item.slick-next {
  right: -3rem;
}
.ajimu-lp .slick-arrow-item.slick-next .slick-arrow::before {
  right: 0 !important;
  left: -5px !important;
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) {
  .ajimu-lp .posts_recommended {
    width: 100% !important;
    padding-bottom: 1.5rem;
    overflow-x: scroll;
  }
  .ajimu-lp .posts_recommended::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .ajimu-lp .posts_recommended::-webkit-scrollbar-thumb {
    background: #333;
  }
  .ajimu-lp .posts_recommended::-webkit-scrollbar-track {
    background: #fff;
  }
  .ajimu-lp .posts_recommended .post_card__ajimu-wrap {
    display: flex !important;
    gap: clamp(10px, (100vw - 325px) / 699 * 10 + 10px, 20px);
  }
  .ajimu-lp .posts_recommended .post_card__ajimu {
    flex: none;
    width: 125px;
    margin: 0 !important;
    opacity: 1 !important;
    box-shadow: none;
  }
  .ajimu-lp .posts_recommended .post_card__ajimu a {
    display: flex;
    flex-direction: column !important;
    height: 100%;
    color: #000;
    text-decoration: none;
    overflow: hidden;
  }
  .ajimu-lp .posts_recommended .post_card__ajimu a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 3/2;
  }
  .ajimu-lp .posts_recommended .post_card__ajimu a .post_card__ajimu-descreption {
    margin-top: 0.68359375vw;
  }
  .ajimu-lp .posts_recommended .post_card__ajimu a .post_card__ajimu-descreption h3 {
    font-size: 1.2rem;
    font-weight: 500;
  }
}

/* ボタン */
.more-btn {
  text-align: center;
  margin-top: 30px;
}
.more-btn a {
  display: inline-block;
  padding: 12px 24px;
  background: #2e8b7d;
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  transition: 0.3s;
  border: none;
}
.more-btn a:hover {
  opacity: 0.8;
}

/* ======================
back
====================== */
.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;
}

/* 表示時 */
.back-to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}

/* ホバー */
.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* ======================
レスポンシブ
====================== */
@media screen and (max-width: 769px) {
  .ajimu-header {
    padding: 10px 15px;
  }
  .hamburger {
    display: block;
  }
  .header-right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    transition: 0.3s;
  }
  .header-right.is-open {
    right: 0;
  }
  .header-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  h2 {
    font-size: 22px;
  }
}
body {
  background: #fff;
}

.fix-orange-btn {
  display: none;
}

.footer {
  background: #0d7c78;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}
.footer .footer-logo {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .fv {
    min-height: auto;
    padding: 80px 0;
  }
  .fv .inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fv__content {
    width: 100%;
    max-width: 700px;
    text-align: center;
    padding-top: 0;
  }
  .fv__gallery {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .photo {
    position: absolute !important;
  }
  .photo--1 {
    left: 0;
    top: 20px;
    transform: rotate(-8deg);
  }
  .photo--2 {
    right: 0;
    top: 50px;
    transform: rotate(7deg);
  }
  .photo--3 {
    left: 10px;
    top: 220px;
    transform: rotate(-5deg);
  }
  .photo--4 {
    right: 10px;
    top: 260px;
    transform: rotate(6deg);
  }
  .photo--5 {
    left: 0;
    top: 420px;
    transform: rotate(-7deg);
  }
  .photo--6 {
    right: 0;
    top: 460px;
    transform: rotate(5deg);
  }
  .interview-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .spots__left .section-title {
    text-align: center;
  }
  .spots__lead {
    text-align: left;
  }
  .spots__map {
    max-width: 500px;
    margin: 0 auto;
  }
  .spots__wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  .spots__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .spots__right {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .header-right {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: #fff;
    padding: 80px 20px;
    transition: 0.3s;
  }
  .header-right.is-open {
    right: 0;
  }
  .fv__sub {
    font-size: 2.2rem;
  }
  .fv__title {
    font-size: 6rem;
  }
  .fv__text {
    font-size: 1.6rem;
  }
  .interview {
    padding: 80px 0;
  }
  .interview-list {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .interview-card__body {
    grid-template-columns: 90px 1fr;
  }
  .interview-card__portrait {
    width: 90px;
    height: 120px;
  }
  .interview-card__name {
    font-size: 1.8rem;
  }
  .spots {
    padding: 50px 0 !important;
    text-align: center !important;
  }
  .ajimu-lp .spots__left .section-title {
    text-align: center;
  }
  .spot-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px;
  }
  .cta {
    padding: 80px 0;
  }
  .cta h2 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .cta p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .spot-list {
    grid-template-columns: 1fr !important;
  }
}/*# sourceMappingURL=oita-interview.css.map */