@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:アートフレア株式会社
Tags: 
Version: 1.1
*/
/* 標準データ最終更新日：2024/11/22  */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  general　全体的な設定
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* :root設定、@import、フォント読み込み、bodyへの上書き、カラー変数設定など */
:root {
  --en: 'Barlow', "Noto Sans JP", sans-serif;
  --vk-color-text-link-hover:#3871af;
  --vk-line-height:2em;
}
a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
a:not([class]):hover {
  color: var(--vk-color-text-link-hover);
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  common 汎用パーツ系
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 繰り返しボタン・見出し、余白設計など */

/*PCでは非表示*/
.pc-hidden {
  display: none;
}
/*英字フォント*/
.en {
  font-family: var(--en);
}
/*見出し・尾ひれ*/
.heading-icon-fin{
  position: relative;
  padding-top: .5em;
  padding-left: 80px;
}
.heading-icon-fin::before{
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../../../wp-content/uploads/icon_fin.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.fin-white::before{
  background-image: url("../../../wp-content/uploads/icon_fin_white.png");
}
/*見出し > 左にボーダー付き*/
.heading-bar {
  border-left: 4px solid currentColor;
  padding-left: 10px;
  line-height: 1.4em;
}
/*アイコン付きの見出し*/
.heading-has-icon .vk_heading i:first-child {
  margin-right: .3em;
}
.heading-has-icon i {
  border-right: 2px solid currentColor;
  padding-right: 10px;
}
/*ボタン*/
.vk_button .vk_button_link.btn, .editor-styles-wrapper .vk_button .vk_button_link.btn {
  padding: 1em 2em !important;
  border-radius: 50px;
}
/*ボタン >　ホバーの下線を消す*/
.vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_txt, .editor-styles-wrapper .vk_button .has-text-color.vk_button_link-type-text:hover .vk_button_link_subCaption {
  text-decoration: none !important;
}
/*ボタン > フォント太さ*/
.vk_button .vk_button_link_caption, .editor-styles-wrapper .vk_button .vk_button_link_caption {
  word-break: initial;
  font-weight: 500;
}
/*ボタン > 線の太さ*/
.vk_button .has-text-color.is-style-outline, .editor-styles-wrapper .vk_button .has-text-color.is-style-outline {
  border: 2px solid currentColor !important;
}
/*ボタンホバー*/
.vk_button_link_caption, .vk_button_link_subCaption {
  z-index: 3 !important;
  position: relative;
}
.vk_button a {
  position: relative;
}
.vk_button a:hover {
  opacity: 1;
  box-shadow: none;
}
.vk_button a {
  border: medium none;
  overflow: hidden;
}
.vk_button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  opacity: 0;
}
.vk_button a:hover::before {
  opacity: 0.3;
}
.vk_button a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.vk_button .vk_button_link-type-text::before {
  display: none;
}
/*ボタンホバーの影を消す*/
.vk_button-color-custom a:hover, .editor-styles-wrapper .vk_button-color-custom a:hover {
  box-shadow: none !important;
}
/*ボタンアイコン拡大*/
.vk_button .vk_button_link-type-text:hover i {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.vk_button .vk_button_link i {
  transition: all 0.3s ease-in-out;
}
.vk_button .btn:hover i {
  transform: scale(1.2);
}

/*画像ホバーズームイン*/
figure.hover-move, .hover-move figure, .wp-block-cover.hover-move {
  overflow: visible;
}
.hover-move:hover img {
  transform: scale(1.1);
  transition: transform .6s;
}
.hover-move img {
  transition: transform .6s;
}
/* リンクエリア拡大 */
.stretched-linkitem {
  position: relative !important;
}
.stretched-linkitem a::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);
}
.stretched-linkitem h2, h3, h4, h5, h6 {
  position: unset !important;
}
.stretched-linkitem a {
  text-decoration: none;
  color: #111;
}
.stretched-linkitem img {
  transition: transform .3s;
}
.stretched-linkitem:hover img {
  transform: scale(1.1);
  transition: transform .3s;
}
.stretched-linkitem a:hover {
  color: var(--vk-color-primary);
}
/*テーブルのフォントサイズリセット*/ 
:where(:not(.wp-block-table)) > table :is(th, td) {
  font-size: unset !important;
}
/*余白調整*/
.gap-none {
  gap: 0;
}
.gap-4em {
  gap: 4em;
}
.gap-3em {
  gap: 3em;
}
.gap-2em {
  gap: 2em;
}
.padding-none {
  padding: 0 !important;
}
/* Mediaとテキスト */
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
@media (max-width: 768px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 1em;
  }
}
/*横幅コンテンツに応じて中央揃え*/
.fit-content {
  width: fit-content;
  margin-inline: auto;
}
/*画像白反転*/
.img-white img {
  filter: contrast(0) brightness(3);
}
/*区切り線の太さ*/
.wp-block-separator {
  border-top: 1px solid;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  header ヘッダーまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダーウィジェット・グローバルナビ */
.site-header .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.site-header-logo img {
  max-height: 55px !important;
}
.header_nav_search_container {
  min-width: 390px !important;
  margin-left: 20px !important;
}
.site-header-logo {
  margin: 0 !important;
  padding: 0 !important;
}
.site-header-logo a{
  padding:.4em .5em .4em 0;
  background-color: #fff;
}
/* ヘッダー固定 */
body {
  overflow-x: unset !important;
  display: flex;
  flex-direction: column;
}
.device-pc #site-header {
  position: sticky;
  top: 0;
}
.logged-in #site-header {
  top: 32px;
}
/* HOMEだけFVに透過にする */
.home header#site-header {
  position: fixed;
  transition: .5s;
  background-color: #fff;
}
.home:not(.scrolled) header#site-header {
  background-color: transparent;
  box-shadow: none;
}
body:not(.home) .site-header {
  background-color: #fff;
}
/* topのみスクロールしていない時は透過で文字反転 */
.home header#site-header {
  position: fixed !important;
  top: 0;
  transition: transform .3s;
}
.home.scrolled header#site-header {
  background: #fff;
}
.logged-in:not(.home) #site-header {
  top: 32px;
}
.home:not(.scrolled) #site-header {
  background-color:rgba(38,38,38,0.3) !important;
  border: none;
}
.home:not(.scrolled) .global-nav-name, .home:not(.scrolled) .site-header-logo span, .home:not(.scrolled) .header-top-description {
  color: #fff;
  transition: transform .3s;
}
.home:not(.scrolled) .global-nav-list > li.current-menu-item > a {
  border-bottom: 2px solid #fff;
}
.home:not(.scrolled) .global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a{
  border-color:#fff;
}
/* グローバルナビ */
.global-nav {
  margin-right: 20px;
}
.global-nav-list > li .global-nav-name {
  font-size: 1rem;
}
.global-nav-list > li > a {
  transition: .6s;
  border-bottom: 3px solid transparent;
}
.global-nav-list > li > a:hover, .global-nav-list > li.current-menu-item > a {
  color: var(--vk-color-primary);
  border-bottom: 3px solid var(--vk-color-primary);
}
.home:not(.scrolled) a .global-nav-name::after {
  color: #fff !important;
}
a .global-nav-name::after {
  color: var(--vk-color-primary) !important;
}
/*情報提供フォーム・会員登録のボタン*/
.head-btn .vk_button_link.btn{
  padding: .5em 1em !important;
  border-radius: 5px !important;
  width: 180px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  footer フッターまわり
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* フッターウィジェット、フッターロゴ、コピーライト */
.foot-sitemap {
  margin: 0;
  padding: 0;
}
.foot-sitemap p {
  font-size: .9rem;
  line-height: 2em;
  margin: 0;
}
.foot-sitemap ul {
  margin: 0 !important;
  padding: 0 !important;
}
.foot-sitemap li {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: .8rem;
  line-height: 1.4em;
  margin: 5px 0 !important;
  gap: 0.5em;
}
.foot-sitemap li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: currentColor;
}
.foot-sitemap a {
  text-decoration: none;
}
.foot-sitemap a:hover {
  text-decoration: underline;
}
/*コピーライトを消す*/
.site-footer-copyright {
  display: none;
}
.site-footer {
  background-position: bottom !important;
}
/* バナー */
.footer-banner-sec figure a:hover{
opacity: 0.8;
transition: all 0.5s ease;
}
.footer-banner-sec figure a{
transition: all 0.5s ease;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  pageheader,breadcrumb 下層ページヘッダー
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* 下層ページのページヘッダー、パンクズ設定 */
.breadcrumb .container {
  padding: 0.5em 0;
}
.breadcrumb-list {
  margin: 0;
  padding: 15px 0 !important;
}
.breadcrumb-list a {
  color: var(--vk-color-primary);
  text-decoration: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Toppage トップページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*会員タグ*/
.member-item{
  position: relative;
}
.member-item::before{
  content: "";
  display: inline-block;
  width: 100px;
  height: 85px;
  position: absolute;
  background-image: url("../../../wp-content/uploads/member_tag.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  left: 10px;
  top: 0;
  z-index: 1;
}
/*イルカの生態について*/
.offset-item{
  position: relative;
  padding-bottom: 2em;
}
.offset-item .over-item{
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*流れるテキスト*/
.flowimg-text{
  align-items: center;
  color: var(--vk-color-custom-2);
  display: flex;
  font-size: 9rem;
  position: absolute;
  line-height: 1em;
  left: 0;
  top: -.5em;
  z-index:2;
  width: 100%;
  white-space: nowrap;
  font-weight: 600;
  transform:translateX(100%);
  animation: flowing 30s linear infinite;
  margin: 0;
  opacity: .4;
  font-family: var(--en);
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  page 下層ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ページごと、パーツごとにコメントアウトで注釈を入れてください。 */
/*スライダー*/
.vk_slider .swiper-button-next, .vk_slider .swiper-button-prev {
  background-color: #111 !important;
  border-radius: 50px !important;
  color: #fff !important;
}
/*個体識別検索*/
.vkfs__taxonomy .vkfs__label-name, .vkfs__label-name {
  background-color: var(--vk-color-custom-3);
  padding: .8em;
}
.card-body {
  padding: 1em 0;
}
.vkfs{
	font-size: 1rem;
}
/* イルカ個体詳細ページ */
.entry-footer{
    border: 4px solid #c8c8c8;
    padding: 27px;
}
.entry-header .entry-meta-below-title .entry-meta-data-list dt,
.entry-header .entry-meta-below-title .entry-meta-data-list dd{
    font-size: 0.8rem!important;
}
.entry-meta-data-list a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f02b";
    font-weight: bold;
}
.entry-meta-data-list a {
    text-decoration: none !important;
}
.entry-meta-below-title{
	margin-top: 2rem;
}
.entry-meta-data-list dt {
	background-color: #3871af;
}
/* 非ログイン・よく出会う個体30選ページの［全個体一覧ボタン］を非表示 */
.owa-logout.single-dolphin-guide .btn-all-list {
  display: none !important;
}


/* ログイン時・よく出会う個体30選ページの
 * ［よく出会う個体30選を見るボタン］を表示
 * ［全個体一覧ボタン］を非表示 */
.owa-login.single-dolphin-guide.tax-ippan-koukai .btn-top30{
	display: block !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
 *  Archive / Single ブログ一覧ページ、ブログ詳細ページ
 * ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* イルカデータベース 一覧 */
.vk_post_body .card-title{
    font-size: 18px;
}



/* パーツごとにコメントアウトで注釈を入れてください。 */
/* ログイン */
.login_btn01 {
  background-color: #2f4f4f;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button01:hover {
  color: #fff;
  opacity: 0.8;
}

