/* Theme Name: vanturf */
@charset "utf-8";
/* ----------------------------------------
    リセット設定
---------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family:'Lato', 'Noto Sans JP','Lato','YuGothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #1c1c1c;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
@media(min-width: 768px){
    .hamburger-menu{
    display: none;
    }
}
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
/* ----------------------------------------
    ヘッダー
---------------------------------------- */
.header_logo{
    display: block;
    margin: 0 auto;
    width: 300px;
}
.header_logo img{
    width: 100%;
}
.global-nav{
    width: 100%;
    background-color: #1c1c1c;
    border-top: 3px solid #32fca2;
}
.global-nav .global-nav_inner{
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.global-nav .global-nav_inner a {
  display: block;
  padding: 10px 20px;
  color: #F9FAF9;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.2s;
}

.global-nav .global-nav_inner a:hover {
  background-color: #32fca2;
  color: #1c1c1c;
}
/* ----------------------------------------
    トップページh1
---------------------------------------- */
.top_h1{
    width: 100%;
}
.top_h1_wrap{
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
}
.top_h1_wrap h1{
    font-size: 1.2rem;
    font-weight: 400;
}
/* ----------------------------------------
    ファーストビュー card_part.php
---------------------------------------- */
.card_swiper{
    border-bottom: 5px solid #cecece;
    padding-bottom: 10px;
}
.swiper-slide{
    width: calc((100% - 4px) / 3);
}
.swiper-card_imgarea,.main-item_imgarea{
    position: relative;
}
.swiper-card_imgarea img,.main-item .main-item_imgarea img{
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.card_category {
    display: inline-block;
    padding: 4px 12px;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.2rem;
    position: absolute;
    left: 1rem;
    bottom: 0.25rem;
}
/* カテゴリ別 背景色スタイル */
.card_category.news {
    background-color: #FFB3C5;  /* Electric Rose系の明るいピンク */
    color: #1c1c1c;
}
.card_category.gear {
    background-color: #138d68;
    color: #F9FAF9;
}
.card_category.brand {
    background-color: #3A4A49;
    color: #F9FAF9;
}
.card_category.wear {
    background-color: #c5fce4;
    color: #1c1c1c;
}
.card_category.course {
    background-color: #7e8c84;
    color: #fff;
}
.card_category.lesson {
    background-color: #ffc28f;
    color: #1c1c1c;
}
.card_category.score_up {
    background-color: #b8ff5c;
    color: #1c1c1c;
}
.card_category.buy {
    background-color: #4b3c2f;
    color: #f9faf9;
}
.card_textarea{
    padding: 0.75rem;
}
.card_textarea .card_headtitle{
    margin-bottom: 0.375rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #1c1c1c;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card_textarea .card_date,.article .heading-article_date{
    font-size: 1.2rem;
    color: #6B7280;
    text-align: right;
}
.swiper-wrapper{
    padding-bottom: 20px;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.swiper-pagination-bullet-active{
    background: #1A3D2F;
}
/* ----------------------------------------
    メイン
---------------------------------------- */
.main_wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.main,.article{
    width: 800px;
}
.main h2,.aside h2{
    font-size: 1.6rem;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #cecece;
    font-weight: 700;
}
.main h2 span,.aside h2 span {
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
    color: #1A3D2F;
}
.main .border,.aside .border{
    width: 70px;
    height: 2px;
    background: #1A3D2F;
    position: absolute;
    bottom: -2px;
    left: 0;
}
/* タブ */
.wpp-tabs {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
}
.tab-item {
    font-size: 1.4rem;
    margin: 6px 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    height: 33px;
    padding: 3px 8px 3px 20px;
    text-align: center;
    line-height: 28px;
    position: relative;
    font-weight: 700;
    background: #f3f3f3;
    order: -1;
    cursor: pointer;
}
.tab-item::before{
    content: "#";
    color: #FF3F70;
    position: absolute;
    left: 8px;
    font-size: 1.4rem;
    font-weight: 600;
}
.tab-item.active {
    background: #c5fce4;
    color: #1c1c1c;
    font-weight: bold;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.main-item{
    display: flex;
    justify-content: space-between;
    margin: 10px;
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
    margin: 10px 0;
}
.main .main-item_imgarea{
    width: 30%;
}
.main .main-item .card_textarea{
    width: 65%;
    padding: 10px 0;
}
/* 親要素をrelativeにする */
.ranking .main-item_imgarea {
  position: relative;
}

/* 番号のスタイル */
.ranking .main-item_imgarea::before {
  content: counter(rank);
  counter-increment: rank;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ff2e7e; /* 好きな色 */
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking{
    margin-bottom: 30px;
}
.ranking p{
    font-size: 1.4rem;
}
/* リストの先頭でカウンターをリセット */
.ranking .tab-content.active {
  counter-reset: rank;
}
.ranking a:nth-of-type(1) .main-item_imgarea::before {
  background-color: #EAB308;
}
.ranking a:nth-of-type(2) .main-item_imgarea::before {
  background-color: #737373;
}
.ranking a:nth-of-type(3) .main-item_imgarea::before {
  background-color: #B45309;
}
.ranking a:nth-of-type(4) .main-item_imgarea::before {
  background-color: #000000;
}
.ranking a:nth-of-type(5) .main-item_imgarea::before {
  background-color: #000000;
}

/* ----------------------------------------
    サイドカラム side_part.php
---------------------------------------- */
.aside{
    width: 300px;
}
.aside h2{
    font-size: 1.4rem;
}
.aside li {
    border-bottom: 1px solid #cecece;
    font-size: 1.6rem;
    padding: 0 15px;
}
.aside li a{
    position: relative;
    text-decoration: none;
    color: #1c1c1c;
    display: block;
    line-height: 60px;
}
.aside li a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f138";
    font-family: 'FontAwesome';
    color: #1A3D2F;
}
/* ----------------------------------------
    パンくず breadcrumbs
---------------------------------------- */
.breadcrumbs{
    font-size: 1.4rem;
    padding: 1rem;
    background-color: #F0FFF4;
    line-height: 1.4rem;
}
.aioseo-breadcrumbs{
    width: 1200px;
    display: block;
    margin: 0 auto;
}
.aioseo-breadcrumbs a{
    color: #1c1c1c;
}
.aioseo-breadcrumbs span{
    margin-right: 0.5rem;
}
/* ----------------------------------------
    カテゴリページ  archive.php
---------------------------------------- */
.archive_heading{
    background-color: #EBFAEF;
}
.archive_heading_textarea::before {
    content: "VANTURF";
    display: block;
    position: absolute;
    text-align: center;
    right: 0;
    bottom: -35px;
    font-size: 15rem;
    font-weight: bold;
    color: rgba(255, 255, 255, .9);
    z-index: 0;
    letter-spacing: .3rem;
    white-space: nowrap;
}
.archive_heading_textarea{
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 100px;
    position: relative;
    z-index: 1;
}
.archive_heading_textarea .archive_h1{
    font-size: 3rem;
    margin-bottom: 2rem;
}
.archive_heading_textarea .category-description p{
    font-size: 1.6rem;
}
/* ----------------------------------------
    記事ページ  single.php
---------------------------------------- */
.article{
    margin-bottom: 50px;
}
.article img{
    width: 100%;
}
.article .heading-article_title{
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px 0;
}
.article .post-content h2{
    font-size: 2.4rem;
    border-bottom: 5px solid #1A3D2F;
    font-weight: 700;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}
.article .post-content h3{
    font-size: 2rem;
    font-weight: bold;
    border-left: 5px solid #1A3D2F;
    background-color: #c5fce4;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
}
.article .heading-article_lead p,.article .post-content p{
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
.article table{
    font-size: 1.6rem;
    margin: 1.5rem 0;
}
.article ul{
    margin: 1.5rem 0 1.5rem 3rem;
}
.article li{
    font-size: 1.6rem;
    list-style: disc;
}
.article a{
    color: #1c1c1c;
    text-decoration: underline;
}
.article .underline-custom{
    padding: 0px 1px 2px;
    background: linear-gradient(transparent 60%, #c5fce4 60%);
    font-weight: 700;
}
/* ----------------------------------------
    目次
---------------------------------------- */
.toc{
    background-color: #EBFAEF;
    padding: 30px;
    margin: 30px 0;
    border-radius: 10px;
}
.toc strong{
    font-size: 1.8rem;
}
.toc strong i{
    margin-right: .5em;
    padding-bottom: 2px;
    vertical-align: middle;
}
/* ----------------------------------------
    リンクカード
---------------------------------------- */
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  word-wrap: break-word;  
  box-sizing: border-box;
  margin: 30px 0;
}
.blogcard.ex {
  background-color: #f7f7f7;
}
.blogcard a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.blogcard-wrapper {
  display: flex;
  align-items: center;
}
.blogcard-thumbnail {
  width: 25%;
  max-width: 180px;
  aspect-ratio: 3/2;
}
.blogcard-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.blogcard-texts {
  width: 75%;
}
.blogcard-title {
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;
}
.blogcard-description{
    padding: 10px 20px;
}
.blogcard-url {
  font-size: 1vw;
  padding: 0 20px 10px;
  text-align: right;
}
/* ----------------------------------------
    引用
---------------------------------------- */
blockquote{
    position:relative;
    border-top:1px solid #7A87B0;
    border-bottom:1px solid #7A87B0;
    padding:30px 10px;
}
blockquote:before{
    position:absolute;
    background-color:#FFFFFF;
    color:#1A3D2F;
    font-family:'FontAwesome';
    content:'\f10d';
    line-height:1;
    text-align:center;
    top:-20px;
    left:-10px;
    padding:10px;
    font-size:20px;
}
blockquote:after{
    position:absolute;
    right:-10px;
    bottom:-20px;
    background-color:#FFFFFF;
    padding:10px;
    color:#1A3D2F;
    font-family:'FontAwesome';
    content:'\f10e';
    line-height:1;
    text-align:center;
    font-size:20px;
}
blockquote cite {
    display: block;
    padding-right:30px;
    font-size: 1.4rem;
    text-align: right;
    color: #808080;
}
/* ----------------------------------------
    次ページナビゲーション
---------------------------------------- */
.pagination a{
    color: #1c1c1c;
}
.pagination .page-info,.page-count{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 10px;
}
.pagination ul,.page-nav{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    column-gap: 2rem;
}
.pagination ul li,.page-nav .next-page,.page-nav .prev-page{
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
}
.pagination ul li,.page-nav span,.page-nav a{
    font-size: 1.6rem;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.pagination .disabled,.page-nav .disabled{
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #a3a3a3;
}
.page-nav .post-page-numbers{
    background-color: #ffffff;
    border: 1px solid #d4d4d4;
}
.pagination .active,.page-nav .current{
    background-color: #262626;
    border: 1px solid #262626;
    color: #ffffff;
}
.pagination .prev i,.page-nav .prev-page i{
    margin-right: 5px;
}
.pagination .next i,.page-nav .next-page i{
    margin-left: 5px;
}
/* ----------------------------------------
    フッター footer.php
---------------------------------------- */
#footer{
    background-color: #1A3D2F;
    padding: 50px 0;
    border-top: 3px solid #32fca2;
}
#footer .footer_logo{
    width: 300px;
    display: block;
    margin: 0 auto;
}
#footer .footer_logo img{
    width: 100%;
}
#footer .footer_wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#footer .footer_wrap p{
    font-size: 1.6rem;
    color: #fff;
}
.footer_category{
    display: flex;
    margin-top: 10px;
}
.footer_category li{
    margin-left: 20px;
}
.footer_category li a{
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
}
#footer .footer_wrap .copyright{
    font-size: 1rem;
    text-align: center;
    margin-top: 50px;
}