@charset "UTF-8";

/* 全体的な設定 */
html {
    height: 100%;
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
    /* visibility: hidden; */
  }
  /* html.wf-active {
    visibility: visible;
  } */
body,
input,
select,
textarea {
    font-family: hiragino-kaku-gothic-pron, "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #000;
    background-color: #fff;
    margin: 0;
    padding: 0;
    }
@media screen and (max-width: 767px) {
    body,
    input,
    select,
    textarea {
      font-size: 16px;
    } 
}
@media screen and (max-width: 430px) {
    body,
    input,
    select,
    textarea {
      font-size: 14px;
    } 
}
/* フォント */
.font-i {
  font-family: schoolbook, "Times New Roman", "Georgia", serif;
  font-weight: 400;
  font-style: italic;
}
.font-ib {
  font-family: schoolbook, "Times New Roman", "Georgia", serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.3px;
}
.font-cb {
  font-family: century-gothic, "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-b {
  font-family: "noto-sans-cjk-jp", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/* 見出し */
    h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    }
/* リンク */
    a {
    text-decoration: none;
    }
/* 画像 */
    img {
    width: 100%;
    height: auto;
    }
    *,
    *::before,
    *::after {
    box-sizing: border-box;
    }

/* 問い合わせフォームで非表示にするclass */
.wpcf7-spinner {
  display: none !important;
}

/*---------------------*/
/* ヘッダー */
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: rgb(0,0,0,0.8);
}
.header-title {
  max-width: 300px;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}
.header-box {
  display: flex;
  z-index: 10;
  position: static;
  top: 0;
  right: auto;
  align-items: center;
  justify-content: flex-start;
  height: inherit;
  background: transparent;
  opacity: 1;
  transition: top 0.6s, right 0.6s, opacity 0.6s;
  column-gap: 60px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 20px 0px 20px 30px;
  column-gap: 20px;
}
.p-hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
}
.nav-inner {
  display: flex;
}
.nav-list {
  padding-right: 0;
  padding-left: 0;
  display: flex;
  column-gap: 60px;
}
.nav-item {
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
}
.nav-item a {
  width: 100%;
}
.nav-item::after {
  content: "";
  position: absolute;
  right: -30px;
  width: 1px;
  height: 14px;
  bottom: 10px;
  background-color: #fff;
}
.nav-item:last-child::after {
  display: none;
}
.nav-link {
  color: #fff;
  display: block;
  width: 100%;
}
header .sub-area {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
header .cash-area {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 5px;
  max-width: 350px;
}
.c-link-area {
  display: flex;
  column-gap: 10px;
  justify-content: center;
}
.sns-area {
  display: flex;
  column-gap: 10px;
  max-width: 90px;
  align-items: center;
}
.sns-area li a {
  display: flex;
  align-items: center;
}
.tel-area {
  color: #fff;
}
.tel-area a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.tel-area a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-image: url("../images/common/icon_tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-hamburger {
  display: none;
}
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: transparent;
  background-color: transparent;
  cursor: pointer;
}
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 24px;
  height: 2px;
  transform: translateX(-50%);
  background: #fff;
  transition: all 0.4s;
}
.c-hamburger span:nth-of-type(1) {
  top: -4px;
}
.c-hamburger span:nth-of-type(2) {
  top: 1px;
  transform: translateX(-0.45deg);
}
.c-hamburger span:nth-of-type(3) {
  top: 6px;
  transform: translateX(-0.45deg);
}
.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}
.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}
@media screen and (max-width: 1700px) {
  .nav-list {
    column-gap: 50px;
  }
  .nav-item {
    font-size: 16px;
  }
  .nav-item::after {
    right: -25px;
  }
}
@media screen and (max-width: 1600px) {
  .header-inner {
    padding: 20px 0px 20px 15px;
  }
  .header-box {
    column-gap: 20px;
  }
  .nav-list {
    column-gap: 40px;
  }
  .nav-item {
    font-size: 14px;
  }
  .nav-item::after {
    right: -20px;
  }
  header .sub-area {
    row-gap: 5px;
    align-items: flex-end;
  }
  .c-link-area {
    padding: 0 10px;
  }
  header .cash-area {
    max-width: 280px;
  }
  .sns-area {
    max-width: 85px;
  }
  .sns-area li,.sns-area a {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1300px) {
  .header-box {
    column-gap: 15px;
  }
  .header-title {
      max-width: 80px;
  }
  .nav-list {
    column-gap: 28px;
  }
  .nav-item {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .nav-item::after {
    right: -14px;
  }
  header .cash-area {
    max-width: 250px;
  }
  .sns-area {
    max-width: 70px;
  }
}
@media screen and (max-width: 1150px) {
    .nav-list {
        column-gap: 20px;
    }
    .nav-item::after {
        right: -10px;
    }
}
@media screen and (max-width: 1100px) {
    .nav-item {
    font-size: 12px;
    }
    .nav-item::after {
        bottom: 7px;
    }
}
@media screen and (max-width: 1024px) {
  .l-header {
    height: 65px;
  }
  .p-hamburger {
    display: block;
  }
  .nav-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: initial;
    width: 100%;
  }
  .header-box {
    position: fixed;
    opacity: 0; 
    height: 100vh;
    width: 100%;
    top: 0;
    left: auto;
    right: -100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    padding: 100px 0 40px;
  }
  .header-box.is-active {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    opacity: .95;
  }
  .nav-list {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
    margin: 0 auto;
    padding: 20px;
  }
  .nav-item {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    padding: 10px;
    text-align: center;
  }
  .nav-item::after {
    display: none;
  }
  .nav-list .nav-item:last-child {
    border-bottom: none;
  }
  .nav-link {
    background-image: none;
  }
  header .sub-area {
    row-gap: 10px;
    align-items: center;
  }
  .c-link-area {
    padding: 0;
  }
}
@media screen and (max-width: 430px) {
  .nav-item {
    font-size: 16px;
  }
}


/*---------------------*/
/* フッター */
footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #000;
  color: #fff;
}
footer .info-area {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 40px;
  margin-bottom: 70px;
}
footer .company-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .logo-area {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
footer .logo-area img {
  max-width: 280px;
}
footer .text-area {
  text-align: left;
}
footer .c-link-area {
  max-width: 910px;
  justify-content: left;
  margin: 0 auto 20px;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  column-gap: 50px; 
  margin-bottom: 70px;
  list-style: none;
  padding: 0;
}
.footer-nav ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-nav ul li a {
  width: 100%;
}
.footer-nav ul li::after {
  content: "";
  position: absolute;
  right: -25px;
  width: 1px;
  height: 14px;
  background-color: #fff;
}
.footer-nav ul li:last-child::after {
  display: none;
}
footer .f-area .text {
  text-align: left;
  font-size: 12px;
}
footer .f-area .text {
  margin-bottom: 30px;
}
footer small {
  font-size: 14px;
}
footer .text-area p br {
  display: none;
}
@media screen and (max-width: 1150px) {
  .footer-nav ul {
    column-gap: 40px;
  }
  .footer-nav ul li {
    font-size: 16px;
  }
  .footer-nav ul li::after {
    right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 40px; 
  }
  footer .info-area {
    margin-bottom: 40px;
  }
  footer .logo-area {
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
  footer .map-area iframe {
    height: 300px;
  }
  footer .text-area p {
    font-size: 16px;
  }  
  footer .text-area p br {
    display: block;
  }
  footer .info-area {
    column-gap: 4%;
  }
  .footer-nav ul {
    margin-bottom: 40px;
    column-gap: 40px;
  }
  .footer-nav ul li {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .footer-nav ul li::after {
    right: -20px;
  }
}
@media screen and (max-width: 960px) {
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 0;
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .footer-nav ul li {
    width: 33.3%;
    justify-content: center;
    text-align: center;
  }
  .footer-nav ul li::after {
    right: 0;
    height: 12px;
  }
  .footer-nav ul li:nth-child(3n)::after {
    display: none;
  }
  .footer-nav ul li:last-child::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  footer .info-area {
    margin-bottom: 20px;
  }
  footer .company-area {
    margin-bottom: 20px;
  }
  footer .logo-area img {
    max-width: 230px;
  }
  footer .text-area p {
    font-size: 14px;
    letter-spacing: 1px;
  }
  footer .text-area p br {
    display: none;
  }
  footer .info-area {
    display: flex;
    flex-direction: column;
  }
  footer .f-area .text {
    margin-bottom: 10px;
    font-size: 10px;
  }
  footer small {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer-nav ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .footer-nav ul li {
    width: 50%;
  }
  .footer-nav ul li::after {
    display: block;
  }
  .footer-nav ul li:nth-child(3n)::after {
    display: block;
  }
  .footer-nav ul li:nth-child(2n)::after {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  footer .logo-area img {
    max-width: 160px;
  }
  footer .text-area p br {
    display: block;
  }
  footer .map-area iframe {
    height: 250px;
  }
  footer small {
    font-size: 9px;
  }
}


/*---------------------*/
/* 全体共通 */
.section {
  padding-top: 60px;
  margin-bottom: 60px;
}
.page-top {
  margin-top: var(--header-height);
}
.section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  .section-inner {
    padding: 0 30px;
  }
}
@media screen and (max-width:1024px) {
  .section {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  .section {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:600px) {
  .section-inner {
    padding: 0 20px;
  }
}

/* 全体共通 レイアウト */
.layout01 {
  position: relative;
}
.layout01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background-image: url(../images/top/about01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
.layout01 .section-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.layout-inner {
  display: flex;
  justify-content: flex-end;
  max-height: 600px;
  align-items: center;
}
.layout-inner .text-box {
  width: 47%;
  padding: 40px 0;
}
/* --- 左右逆バージョン --- */
.layout-reverse::before {
  left: auto;
  right: 0;
  width: 50vw;
}
.layout-reverse .layout-inner {
  justify-content: flex-start;
}

/* 全体共通 タイトル */
.title-area {
  text-align: center;
}
.t-2 {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.t-2::before {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  color: rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  z-index: -1;    
  font-family: schoolbook, serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.3px;
}
.c-instagram .t-2::before {
    content: "Instagram";
    color: rgb(20, 20, 20, 0.2);
}
.t-3 {
  font-size: 32px;
  line-height: 1.2;
}
.t-4 {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .t-2::before {
    font-size: 32px;
    width: 100%;
  }
  .t-3 {
    font-size: 26px;
  }
  .t-4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .t-2 {
    font-size: 26px;
  }
  .t-2::before {
    font-size: 26px;
    line-height: 1.2;
  }
  .t-4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 430px) {
  .t-2 {
    font-size: 22px;
    padding: 40px 0 20px;
  }
  .t-3 {
    font-size: 22px;
  }  
  .t-4 {
    font-size: 16px;
  }
}

/* 全体共通　グリッドレイアウト */
.grid32 {
  display: grid;
  grid-template-columns: repeat(3,2fr);
}
@media screen and (max-width: 767px) {
  .grid32 {
    grid-template-columns: repeat(2, 3fr);
    column-gap: 20px;
    row-gap: 50px;
}
}

/* 全体共通 ボタン */
.btn-area {
  text-align: center;
}
.btn-area .btn {
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
  font-weight: bold;
  position: relative;
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn-area .btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s ease;
}
.btn-area .btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-area .btn:hover::after {
  border-color: #fff;
}
@media screen and (max-width: 1024px) {
  .btn-area .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn-area .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  .btn-area .btn {
    font-size: 12px;
  }
}

/* 全体共通br */
    .ta-br {
        display: none;
    }
    .sp-br {
      display: none;
    }    
    .sp2-br {
      display: none;
    }
@media screen and (max-width: 1024px) {
    .ta-br {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .sp-br {
        display: block;
    }
}
@media screen and (max-width: 430px) {
    .sp2-br {
        display: block;
    }
}

/*---------------------*/
/* 全体共通　セクション */
/* lead */
.c-lead .content {
    text-align: center;
}
.c-lead .lead-text {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-lead .lead-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .c-lead .lead-text {
    font-size: 20px;
  }
  .c-lead p {
    text-align: left;
  }
}
@media screen and (max-width: 430px) {
  .c-lead .lead-text {
    font-size: 18px;
  }
}

/* 全体共通　lineup */
.c-lineup {
    background-color: rgb(59,57,57,0.2);
    padding-top: 30px;
    padding-bottom: 50px;
}
.c-lineup .w-bk {
    background-color: #fff;
    padding: 40px 0 100px;
}
.c-lineup .w-bk h2 {
    font-size: 42px;
    text-align: left;
}
.c-lineup .grid32 {
  column-gap: 40px;
  row-gap: 60px;
  margin-top: -60px;
}
.c-lineup .t-box {
  text-align: center;
}
.c-lineup .brand {
  font-size: 16px;
  font-weight: initial;
  line-height: 1.4;
}
.c-lineup .brand .en {
  font-size: 28px;
}
.c-lineup .t-box p {
  margin-bottom: 10px;
}
.c-lineup .btn-area .btn {
  width: 200px;
  margin: 0 auto;
  border-radius: 50px;
}
.c-lineup .img-box {
  overflow: hidden;
  line-height: 0;
  margin-bottom: 10px;
}
.c-lineup a .img-box img {
  display: block;
  transition: all 0.4s ease;
}
.c-lineup a:hover img {
  transform: scale(1.05);
}
.c-lineup .btn-area .btn::after {
  display: none;
}
.c-lineup a:hover .btn {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .c-lineup .brand .en {
      font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .c-lineup .grid32 {
    column-gap: 20px;
    row-gap: 50px;
    margin-top: -50px;
  }
  .c-lineup .brand {
    font-size: 13px;
    letter-spacing: .1px;
  }
}
@media screen and (max-width: 767px) {
  .c-lineup .w-bk {
    padding: 30px 0 80px;
  }
  .c-lineup .w-bk h2 {
    font-size: 36px;
  }
  .c-lineup .grid32 {
    row-gap: 30px;
  }
  .c-lineup .brand {
        font-size: 11px;
  }
  .c-lineup .brand .en {
    font-size: 3vw;
  }
  .c-lineup .t-box p {
    font-size: 14px;
  }
  .c-lineup .btn-area .btn {
    width: 160px;
    padding: 5px;
  }
}
@media screen and (max-width: 430px) {
  .c-lineup .w-bk {
    padding: 20px 0 80px;
  }
  .c-lineup .w-bk h2 {
      font-size: 32px;
    }
  .c-lineup .grid32 {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .c-lineup img {
    margin-bottom: 10px;
  }
  .c-lineup .brand .en {
    font-size: 18px;
  }
  .c-lineup .brand {
    font-size: 14px;
  }
  .c-lineup .t-box p {
    margin-bottom: 5px;
  }
}

/* 全体共通　lineバナー */
.c-line-banner .content {
  text-align: center;
}
.c-line-banner .content a:hover {
  opacity: 0.9;
}
.c-line-banner img {
  max-width: 900px;
}
.c-line-banner .line-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-line-banner .line-pc {
    display: none;
  }
  .c-line-banner .line-sp {
    display: block;
  }
}

/* 全体共通 blog一覧 */
.c-blog {
  background-color: rgb(59, 57, 57,0.2);
  padding-bottom: 80px;
}
.c-blog .t-2::before {
  content: "Blog";
  color: rgb(20, 20, 20, 0.2);
}
.c-blog .grid32 {
  /* column-gap: 40px;
  row-gap: 40px; */

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.c-blog .grid32 > * { 
    width: calc((100% - 40px) / 3); 
    min-width: 300px;
}
.c-blog .list {
  position: relative;
  transition: all 0.3s ease;
}
.c-blog .list:hover {
  transform: translateY(-4px);
  opacity: 0.9;
}
.c-blog .date {
  text-align: right;
  font-size: 12px;
  margin-bottom: 5px;
}
.c-blog .img-area {
  margin-bottom: 10px;
  overflow: hidden;
}
.c-blog .img-area a {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
}
.c-blog .img-area a img {
    object-fit: cover;
    vertical-align: bottom;
    height: 100%;
}
.c-blog .category-area {
  display: flex;
  column-gap: 10px;
  margin-bottom: 10px;
}
.c-blog .category-area a {
  background-color: #000;
  color: #fff;
  padding: 2px 10px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.c-blog .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}
.c-blog .btn-area {
  text-align: center;
  margin: 40px auto 0;
  max-width:360px;
}
@media screen and (max-width: 1024px) {
.c-blog .grid32 {
    column-gap: 20px;
}
.c-blog .category-area a {
  font-size: 14px;
}
.c-blog .text-box p {
  font-size: 16px;
}
}
@media screen and (max-width: 767px) {
  .c-blog .t-2::before {
    top: 15%;
}
.c-blog .grid32 {
    row-gap: 30px;
}
.c-blog .category-area {
  flex-direction: column;
  row-gap: 4px;
}
.c-blog .category-area a {
    width: max-content;
    font-size: 12px;
}
.c-blog .text-box p {
  font-size: 14px;
}
}

/* 全体共通 トピックス一覧 */
.c-topics .t-2::before {
  content: "Topics";
  color: rgb(20, 20, 20, 0.2);
}

/* 全体共通 blogパンくず */
.c-breadcrumb {
  padding: 15px 0;
}
.c-breadcrumb .section-inner {
    padding: 0px;
}
.c-breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 14px;
}
.c-breadcrumb li {
    color: #666;
}
.c-breadcrumb li:not(:last-child)::after {
    content: ">";
    margin: 0 10px;
    color: #ccc;
}
.c-breadcrumb a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}
.c-breadcrumb a:hover {
    color: #b00;
    text-decoration: underline;
}
.c-breadcrumb li:last-child {
    font-weight: bold;
    color: #333;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
  .c-breadcrumb li {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {  
  .c-breadcrumb li {
    font-size: 10px;
  }
}

/* 全体共通 blogページネーション */
.c-pagination {
    margin-top: 50px;
    text-align: center;
}
.c-pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 10px;
}
.c-pagination li a,
.c-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
.c-pagination li a:hover,
.c-pagination li .current {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.c-pagination .prev,
.c-pagination .next {
    font-weight: bold;
}

/* 全体共通 blog個別ページ */
.p-blog-detail .sub-t {
  font-weight: bold;
}
.p-blog-detail .p-blog .content {
  max-width: 800px;
  margin: 0 auto;
}
.p-blog-detail .p-blog .date {
  font-size: 18px;
  margin-bottom: 10px;
}
.p-blog-detail .p-blog .img-area {
  margin: 0 auto 20px;
  width: 100%;
  height: auto;
  display: block;
}
.p-blog-detail .p-blog .category-area {
  margin-bottom: 20px;
}
.p-blog-detail .p-blog .category-area a {
  font-size: 18px;    
  padding: 6px 20px;
}
.p-blog-detail .p-blog .blog-t {
  font-size: 28px;
  margin-bottom: 20px;
}
.p-blog-detail .p-blog .content img {
  margin: 20px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-blog-detail .p-blog .date {
  font-size: 14px;
}
.p-blog-detail .p-blog .category-area {
  flex-direction: row;
}
.p-blog-detail .p-blog .category-area a {
  font-size: 14px;    
  padding: 6px 15px;
}
.p-blog-detail .p-blog .blog-t {
  font-size: 22px;
}
}
@media screen and (max-width: 430px) {
  .p-blog-detail .p-blog .date {
  font-size: 12px;
}
.p-blog-detail .p-blog .category-area a {
  font-size: 12px;    
  padding: 5px 10px;
}
.p-blog-detail .p-blog .blog-t {
  font-size: 20px;
}
}

/*---------------------*/
/* アニメーション */
/* 下からスライドイン */
.slideInBottom {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.3s, transform 1.3s;
}
.slideInBottom.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* テキストアンダーライン */
.t-li {
  background-image: linear-gradient(#E40011, #E40011);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 3px;
  transition: background-size 0.3s;
  padding-bottom: 5px;
}
.t-li:hover {
  background-position: bottom left;
  background-size: 100% 3px;
}
