@charset "UTF-8";

/* Flex */
.flex { display:flex; }
.flex-col { flex-direction:column; }
.flex-wrap { flex-wrap:wrap; }
.justify-between { justify-content:space-between; }
.justify-center { justify-content:center; }
.items-center { align-items:center; }

/* Grid */
.grid { display:grid; }
.grid-2 { grid-template-columns:repeat(2, 1fr); }
.grid-3 { grid-template-columns:repeat(3, 1fr); }
.grid-gap { gap:20px; }

/* Spacing */
.m-1 { margin: 0.25rem; }
.m-2 { margin: 0.5rem; }
.m-3 { margin: 1rem; }
.m-4 { margin: 1.5rem; }
.m-5 { margin: 3rem; }

.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }

.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }

.ms-1 { margin-left: 0.25rem; }
.ms-2 { margin-left: 0.5rem; }
.ms-3 { margin-left: 1rem; }
.ms-4 { margin-left: 1.5rem; }
.ms-5 { margin-left: 3rem; }

.me-1 { margin-right: 0.25rem; }
.me-2 { margin-right: 0.5rem; }
.me-3 { margin-right: 1rem; }
.me-4 { margin-right: 1.5rem; }
.me-5 { margin-right: 3rem; }

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}
.mx-4 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.mx-5 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mx-auto { margin: 0 auto; }

.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 1rem; }
.p-4 { padding: 1.5rem; }
.p-5 { padding: 3rem; }

.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pt-4 { padding-top: 1.5rem; }
.pt-5 { padding-top: 3rem; }

.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.pb-4 { padding-bottom: 1.5rem; }
.pb-5 { padding-bottom: 3rem; }

.ps-1 { padding-left: 0.25rem; }
.ps-2 { padding-left: 0.5rem; }
.ps-3 { padding-left: 1rem; }
.ps-4 { padding-left: 1.5rem; }
.ps-5 { padding-left: 3rem; }

.pe-1 { padding-right: 0.25rem; }
.pe-2 { padding-right: 0.5rem; }
.pe-3 { padding-right: 1rem; }
.pe-4 { padding-right: 1.5rem; }
.pe-5 { padding-right: 3rem; }

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}


/* Text */
.text-center { text-align: center; }
.text-start { text-align: left; }
.text-end { text-align: right; }

/* 文字の配置 */
.text-start {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

/* グローバル */

body {
    width: 100%;
}

/* 🟠 SP Header */
#topbar {
    border-bottom: none;
}
.siteTitle {
    padding-bottom: 5px;
}
.smallad {
    margin-bottom: 10px;
}
.smallad.pcnone {
    padding: 0;
}

#topbar .inner {
    padding: 8px 15px;
}
/* SPヘッダー並び替え */
#topbar .wrapinner {
	position: relative;
    display: flex;
	align-items: center;
	justify-content: center;
}

/* ロゴ中央 */
#topbar .siteTitle {
	order: 2;
	margin: 0 auto;
}
/* SPヘッダーの検索アイコンを小さく */
#topbar .search{
	width: 18px !important;
	height: auto !important;
}

/* Retina対応 */
#topbar .search img,
#topbar img.search{
	width: 20px !important;
	height: auto !important;
	display: block;
}

/* 検索を左へ */
#topbar .search {
	order: 1;
    position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

/* ハンバーガーを右へ */
#topbar .spMenu {
	order: 3;
    position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

/* ロゴのズレ補正 */
#topbar .siteTitle img {
	display: block;
    /*height: 62px;*/ /* AJ 未指定、Kids 62px、PARENTS 66px */
	margin: 0 auto;
}


/* スマホ 検索ボックス */
#searchArea {
    background: #f4f3f0 !important;
    padding: 30px 10px 35px 10px;
}
#searchArea form input {
    border-radius: 12px;
    margin-top: 30px;
}
#searchArea .close {
    top: 0px !important;
    right: 26px;
}
#searchArea .siteName img {
    display: block;
    /*height: 56px;*/ /* AJ 未指定、Kids 56px、PARENTS 64px */
	margin: 0 auto;
}

/* スマホ ポップアップメニュー */
#spMenuArea {
    background: #f4f3f0 !important;
}
#spMenuArea .inner {
    padding: 0 70px;
}
#spMenuArea .siteName img {
    display: block;
    /*height: 56px;*/ /* AJ 未指定、Kids 56px、PARENTS 64px */
	margin: 0 auto;
}
#spMenuArea .gNav {
    margin-top: 20px;
}
/* 左寄せを解除 */
#spMenuArea .gNav li {
    text-align: center !important;
    border-bottom: 1px solid #111;
    padding: 15px auto;
}
/* 中央寄せ */
#spMenuArea .gNav li a {
    justify-content: center !important;
    font-size: 1.25rem !important;
}
#spMenuArea .gNav li a:hover {
    justify-content: center !important;
    font-size: 1.25rem !important;
    background-color: #111;
    color: #fff;
    text-decoration: none !important;
}
/* 余白を調整 */
#spMenuArea .gNav li a:before {
    margin-right: 8px;
}
/* EXPOリンク */
#spMenuArea .expo-linkArea {
    margin-bottom: 15px;
    padding: 5px 45px;
}
/* ニュースリンク */
#spMenuArea ul#newsLinks li a {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 1.1rem;
    color: #111;
    border: 1px solid #111;
    margin-bottom: 15px;
    padding: 10px 40px 10px 15px !important; /* 矢印スペース */
}
/* 矢印 */
#spMenuArea ul#newsLinks li a::after {
	content: ">";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2rem;
}
#spMenuArea ul#newsLinks li a:hover {
    color: #fff;
    background-color: #111;
    text-decoration: none !important;
}
#spMenuArea ul#newsLinks li a span {
    font-weight: 700;
}
/* 情報リンク */
#spMenuArea ul#aboutLinks li a {
    font-size: 1.1rem;
    padding: 10px 15px !important;
}
#spMenuArea ul#aboutLinks li a:hover {
    color: #fff !important;
    background-color: #111 !important;
    text-decoration: none !important;
}

/* 🟠 メインコンテンツ */
#middlesec {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.post main {
    padding: 0 15px;
}

@media (min-width: 950px) {
    body {
        width: 100%;
        max-width: none !important;
        margin: 0;
    }

    /* 🟠 Header */
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100% !important;
        max-width: none !important;
    }

    .pchdwrapper {
        width: 100% !important;
    }

    #pcheader {
        width: 100% !important;
        max-width: 1440px !important;
        margin: 0 auto;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    #pcheader .siteTitle {
        padding-bottom: 0;
    }

    #pcheader .siteTitle img {
        width: auto;
        height: 46px;   /* AJ 46px、Kids 64px、PARENTS 72px */
        margin: 0;
        margin-bottom: 12px !important;
        margin-left: 30px !important;
        padding: 0 !important;
    }

    #pchdleft {
        display: inline-block !important;
        width: 300px;
    }

    #pchdright {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 1140px;
    }

    #pchdright .g {
        display: block !important;
        margin-right: 30px;
    }

    #pchdright .g img {
        width: 450px;
        height: auto;
    }

    #pchdright .pcheader-right-wrapper {
        height: 50px !important;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-right: 30px; /* 右端からの余白 */
    }

    .pcheader-right-btn {
        display: inline-block !important;
    }

    .pcheader-right-btn a {
        padding: 5px 15px;
        border: 1px solid #111;
        border-radius: 15px;
    }

    .pcheader-right-btn a:hover {
        color: #fff;
        background-color: #111;
        text-decoration: none !important;
    }

    .pcheader-right-btn.search {
        display: flex !important;
        align-items: center !important; /* 縦方向の中央揃え */
        justify-content: center !important;
        height: 100%;
    }

    .pcheader-right-btn .search-icon {
        height: 26px !important;
        width: auto !important;
        display: inline-block !important;
        vertical-align: middle !important;
        transform: none !important; /* 移動無し */
        margin: 0 !important;
    }

    /* 🟠 メインコンテンツ */
    #middlesec {
        display: flex;
		justify-content: space-between;
        width: 100% !important;
        max-width: 1440px !important;
        margin: 0 auto;
        padding-left: 80px !important;
		padding-right: 80px !important;
		box-sizing: border-box !important;
    }

    /* センターカラム */
    main {
        width: 1100px !important;
        margin: 0 20px 0 auto !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

    .post main .wrapper {
        max-width: 820px !important;
        padding: 0 40px !important;
    }

    .entry-content p {
        font-size: 16px !important;
        line-height: 1.8125 !important; /* 29px ÷ 16px = 1.8125（倍率指定） */
        margin-bottom: 24px !important; /* 下マージン */
    }

    .entry-content p.small {
        font-size: 0.9rem !important;
    }
}

/* 🟠 フッター */
footer,
footer #accessLogo {
    background-color: #f4f3f0 !important;
}

footer .inner {
    max-width: 1440px;
    margin: 0 auto !important;
    background-color: transparent !important;
    padding-top: 15px !important;
}

#copyright {
    margin-bottom: 0 !important;
    padding-bottom: 15px;
}


/*　検索ポップアップ */
/* ✅ 検索アイコンの微調整 */
.pcheader-right-btn.search img {
    transform: translateY(5px); /* ★ 上のズレ修正 */
}

/* ★ ポップアップ本体：上部に固定、非表示から開始 */
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    background-color: #f4f3f0;
    display: none;
    z-index: 9999;
    overflow: auto;
}

.search-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ★ 中身を上部に寄せる */
.popup-inner {
    margin: 40px auto 0;
    max-width: 1140px;
    padding: 40px 20px;
}

/* ★ 検索ボックス */
.search-box {
    display: flex;
    width: 100%;
    max-width: 600px; /* 必要に応じて調整 */
    border: 2px solid #000;
    border-radius: 12px;
    background: #fff;
    overflow: hidden; /* 子要素の角丸を保つため */
}

.search-box input[type="text"] {
    flex: 1;
    border: none;
    padding: 12px 16px;
    font-size: 16px;
    outline: none;
    height: 100%;
}

.search-box .search-submit {
    background: none;
    border: none;
    padding: 0 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box .search-submit img {
    height: 24px;
    width: auto;
}

/* ★ 閉じるボタン */
.close-btn {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 48px;
    cursor: pointer;
    z-index: 10000;
}

/* ★ タグボタン */
.search-tags {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.tagWrap a {
    display: inline-block;
    background: #fff !important;
    color: #000 !important;
    font-weight: normal;
    font-size: 1.3rem !important;
    border: 1px solid #696969;
    border-radius: 30px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 10px 20px !important;
}
.tagWrap a:hover {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.tagWrap a:last-of-type {
    margin-bottom: 0;
}
.tagWrap a {
    font-weight: 400;
}
.tagWrap a {
    font-size: 86%;
}


/* 🟠 Navigation */
/* ナビゲーションの外側（全幅ボーダー用） */
.nav-outer-wrapper {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

ul#catnav {
    display: flex;
    justify-content: space-between;
    grid-template-columns: repeat(6, 1fr); /* 6分割 */
    max-width: 1440px !important;
    color: #111;
    padding: 0 !important;
    margin: 0 auto;
}

/* li をセルとして扱う */
ul#catnav li.cat-item {
    flex: 1; /* 6等分 */
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* リンクをセルいっぱいに広げる */
ul#catnav li.cat-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    color: #111;
    background-color: #fff;
    text-decoration: none !important;
    padding: 15px 10px;
    box-sizing: border-box;
    transition: 0.35s;
}

/* hover */
ul#catnav li.cat-item a:hover {
    color: #707070;
}


/* ==========================================================================
  🟠 メインスライダー（Swiper対応リファクタリング）
   ========================================================================== */

.main-swiper-container {
	width: 100% !important;
	position: relative;
	overflow: hidden;
    margin-top: 15px !important; /* ナビゲーション下スペース */
}

#mainSwiperSlider {
	width: 100% !important;
	padding-bottom: 20px !important; /* ページネーション下部スペース */
}

#mainSwiperSlider .slide-item {
	width: auto !important; 
	height: auto !important;
	display: flex !important;
	flex-direction: column !important;
	position: relative !important;
	box-sizing: border-box !important;
}

#mainSwiperSlider .slide-link {
	display: block !important;
	text-decoration: none !important;
	width: 100% !important;
}

#mainSwiperSlider .slide-image {
	width: auto !important;
	height: 300px !important; /* 基準の高さ */
	overflow: hidden;
	display: block;
}

#mainSwiperSlider .slide-image img {
	width: auto !important;
	height: 100% !important;
	object-fit: contain !important; /* 変形・カットなし */
	display: block;
}

#mainSwiperSlider .slide-meta {
	position: absolute !important;
	top: 300px !important;
	left: 0 !important;
	right: 0 !important;
	padding: 15px 0 !important;
	box-sizing: border-box !important;
	display: block !important;
    padding: 10px 15px !important;
}

#mainSwiperSlider .slide-title {
	width: 100% !important;
	display: block !important;
	font-size: 18px !important;
    font-weight: bold;
    color: #222;
    line-height: 1.4;
	white-space: normal !important;
	word-break: break-all !important; 
	overflow-wrap: break-word !important;
	text-align: left;
}

#mainSwiperSlider .slide-info {
	width: 100% !important;
	display: flex !important;
	align-items: center;
	gap: 15px;
    color: #666;
	margin-top: 10px !important;
}

#mainSwiperSlider .swiper-wrapper {
	padding-bottom: 120px !important; /* スライダー下スペース */
}

#mainSwiperSlider .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #000000 !important;
	opacity: 0.15 !important;
	transition: opacity 0.3s ease !important;
    margin: 0 6px !important;
}

#mainSwiperSlider .swiper-pagination-bullet-active {
	background: #000030 !important;
	opacity: 1 !important;
}

@media screen and (max-width: 949px) {
	#mainSwiperSlider .slide-image {
		height: 220px !important; /* 基準の高さ */
	}

    #mainSwiperSlider .slide-meta {
        top: 220px !important;
    }
}

/* ==========================================================================
  🟠 メインビジュアル（スライダーを使用しない場合）
   ========================================================================== */

/* ヒーローカード */
.main-hero {
    margin-top: 30px;
    margin-bottom: 45px;
}

/* カード全体のリンクスタイル */
.hero-card,
.hero-card:hover {
    display: flex;
    gap: 20px;
    text-decoration: none !important;
    color: inherit;
    background: #fff;
    align-items: flex-start; /* 上揃え配置 */
}

/* 🔴 画像エリア */
.hero-img-box {
    position: relative;
    width: 55%;
    height: auto;
    flex-shrink: 0;
    overflow: hidden;
}

.hero-img-box img:not(.newicon) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 🔴 NEW アイコン */
.hero-img-box .newicon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
}

/* 🔴 右側：テキストエリア */
.hero-content {
    flex: 1; /* 残り領域 */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

/* タイトル */
.hero-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    margin: 0;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-card:hover .hero-title {
    text-decoration: none !important;
    opacity: 0.8;
}

/* 抜粋 */
.hero-excerpt {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* メタ情報（日付・PR・カテゴリ） */
.hero-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.hero-meta .badge-pr {
    background: #f0f0f0;
    color: #333;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px;
}

/* 🔴 カテゴリ（カラー #888） */
.hero-meta .category {
    color: #888;
}

/* スマホ表示時（768px以下） */
@media screen and (max-width: 950px) {
    .main-hero {
        margin-top: 20px;
    }
    .hero-card {
        flex-direction: column;
    }
    .hero-img-box {
        width: 100%;
    }
    .hero-content {
        width: 100%;
        padding: 10px 15px;
    }
}

@media screen and (min-width: 1200px) {
    .hero-img-box {
        width: 45%;
    }
}


/* ==========================================================================
  🟠 ラインナップ詳細（single-goods.php）カルーセル
   ========================================================================== */

/* mainタグが引き延ばされるのを防止 */
main#goods,
.goods-swiper-container {
	min-width: 0 !important;
	max-width: 100% !important;
}

/* スライダー本体 */
.goods-swiper {
	width: 100% !important;
	max-width: 100% !important;
	position: relative;
	overflow: hidden !important;
	box-sizing: border-box !important;
    margin-bottom: 30px;
}

.swiper-wrapper {
    margin-bottom: 45px;
}

/* 画像を中央に配置 */
.goods-swiper .swiper-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
    box-sizing: border-box !important;
}

/* 画像が広がるのを防ぐ */
.goods-swiper .thumbnailimg {
	max-width: 100% !important;
	height: auto !important;
	display: block;
}

.goods-swiper .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: #000000 !important;
	opacity: 0.15 !important;
	transition: opacity 0.3s ease !important;
    margin: 0 6px !important;
}

.goods-swiper .swiper-pagination-bullet-active {
	background: #000030 !important;
	opacity: 1 !important;
}

.goods-swiper .swiper-button-next::after,
.goods-swiper .swiper-button-prev::after {
	color: #000000 !important;
}

.goods-swiper .swiper-button-next,
.goods-swiper .swiper-button-prev {
	color: #000000 !important;
}


/* 🟠 特集一覧 */
#specialBannerArea {
    width: 100%;
}

#specialBannerArea ul li img {
    display: block;
    text-align: center !important;
}

@media (min-width: 1100px) {
    #specialBannerArea {
        max-width: 90%;
        margin: 30px auto;
    }
}

/* 🟠 一覧へのリンク */
a.archive-link {
    font-weight: normal !important;
    font-size: 1.0rem !important;
    text-align: center !important;
}

a.and-more-link {
    display: block;
    width: 150px;
    font-size: 14px !important;
    color: #111;
    text-align: center !important;
    background-color: #fff;
    border: 1px solid #111;
    text-decoration: none !important;
    white-space: nowrap !important;
    margin: 5px auto !important;
    padding: 10px 30px;
}

a.and-more-link:hover {
    color: #fff;
    background-color: #111;
    transition: 0.35s;
}

.sidebar .a.and-more-link {
    width: 120px !important;
}

/* 🟠 TOP 新着 */
.article-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    position: relative; /* 親を基準にする */
}

.article-item:hover .article-thumb img {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.article-item:hover .article-title-link {
    text-decoration: none !important;
}

.article-thumb {
    flex: 0 0 128px;
    max-width: 128px;
    position: relative;
}

.article-thumb .newicon,
.article-thumb .pr {
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2; /* 画像より上に表示 */
    line-height: 0;
}

.article-thumb .newicon {
    width: 30px;
    height: 30px;
}

.article-thumb .newicon {
    opacity: 1.0 !important;
}

.article-thumb img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.article-content {
    flex: 1;
}

a.article-title-link {
    color: #111;
}

/* タイトルのリンクを記事全体に広げる */
.article-title-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* ブロック全体を覆う */
}

.article-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 行数を指定 */
    line-clamp: 3;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 140% !important;
    word-break: break-word;
    border: none;
    margin: 0 0 10px 0;
    padding-left: 0;
}

.article-excerpt {
    display: none;
}

.article-meta {
    color: #777;
}

.article-meta span + span::before {
    /*content: "｜";*/
    margin: 0 6px;
}

.article-date {
    font-size: 13px !important;
}

.article-pr,
.article-cat {
    font-size: 12px !important;
    font-weight: normal;
    margin-left: 10px;
}

/* カテゴリーリンクなどが中にある場合、それらを上に持ってくる */
/*.article-cat, .article-pr {
    position: relative;
    z-index: 2;
}*/

@media (min-width: 950px) {
    .article-item {
        margin-bottom: 25px;
    }
    
    .article-thumb {
        flex: 0 0 256px;
        max-width: 256px;
    }

    .article-thumb .newicon {
        width: 50px;
        height: 50px;
    }

    .article-content {
        flex: 1;
        max-width: 852px;
    }

    .article-title {
        font-size: 18px !important;
    }
    
    .article-excerpt {
        display: block;
        font-size: 14px !important;
        color: #000 !important;
        margin-bottom: 10px;
        line-height: 145%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2; /* 行数を指定 */
        line-clamp: 2;
    }
}

/* 🟠 コンテンツタイトル */
/* タイトル全体中央揃え */
.center-title {
    text-align: center !important;
    margin-bottom: 30px;
}

/* 英語タイトル */
.sectiontitle-en {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    color: #222;
}

/* 日本語タイトル */
.sectiontitle-ja {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    padding: 0;
}

/* オリジナルの sectiontitle を上書きしないように */
.sectiontitle-wrapper {
    display: inline-block;
}

/* 🟠 PICK UP */
/* コンテナ */
.pickup-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-top: 20px;
}

/* 各アイテムのベース */
.pickup-item {
    width: 32%;
    display: block;
    margin-bottom: 15px;
    position: relative; /* 親を基準にする */
}

.pickup-item:hover img.pickup-thumb {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.pickup-item:hover .pickup-title-link {
    text-decoration: none !important;
}

.pickup-item img {
    width: 100%;
    display: block; /* inline-blockやinlineだと余白ができる */
}

/* レイアウト切り替え */
.pickup-item:nth-child(1),
.pickup-item:nth-child(2),
.pickup-item:nth-child(6),
.pickup-item:nth-child(7) {
    width: 49%;
}

.pickup-thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* タイトルのリンクを記事全体に広げる */
.pickup-title-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* ブロック全体を覆う */
}

.pickup-title h3 {
    font-size: 15px !important;
    margin: 10px 0 5px;
    font-weight: bold;
    text-align: left;
    line-height: 140% !important;
    border: none !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 行数を指定 */
    line-clamp: 3;
}

.pickup-title a {
    color: #111;
}

.pickup-meta {
    font-size: 13px !important;
    color: #777;
    text-align: left !important;
    margin-top: 10px;
}

.pickup-meta span {
    margin-right: 10px;
}

.pickup-cat {
    font-size: 12px !important;
}

/* 投稿ページ用 */
.single .pickup-section article h3::before,
.single .pickup-grid article h3::before {
	content: none !important; /* ■を非表示化 */
	margin-right: 0 !important; /* 余白リセット */
}

/* SP表示 */
@media screen and (max-width: 768px) {
    .pickup-item {
        width: 100%;
    }

    .pickup-item:nth-child(1) {
        width: 100%;
    }
    .pickup-item:nth-child(2),
    .pickup-item:nth-child(3),
    .pickup-item:nth-child(4),
    .pickup-item:nth-child(5) {
        width: 48%;
    }

    .pickup-item:nth-child(n+6) {
        display: none;
    }
}

@media screen and (min-width: 950px) {
    .pickup-title h3 {
        font-size: 1.1rem !important;
    }

    .pickup-meta {
        font-size: 0.8em;
    }
}

/* 🟠 サイドメニュー */
/* タイトル */
.sideTitle {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid black;
    line-height: 1;
    background-image: none;
    margin-bottom: 15px;
    padding: 7px 0;
}

/* アクセスランキング */
/* タイトル */
.rankingTitle {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid black;
    line-height: 1;
    background-image: none;
    margin-bottom: 15px;
    padding: 7px 0;
}
/*　小ランキング　*/
#ranking li {
    padding: 0 !important;
}
.ranking-list-small {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
.ranking-list-small li {
	list-style: none !important;
    background-image: none !important;
}
.ranking-list-small .ranking-item {
	margin-bottom: 12px;
}
.ranking-list-small .ranking-link {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #111;
}
.ranking-list-small .ranking-thumb {
    position: relative;
    width: 110px;
    min-width: 110px;
    overflow: hidden;
}
.ranking-list-small .ranking-thumb img {
    width: 100%;
    height: 100% !important;
    object-fit: contain !important; 
    display: block;
    transition: opacity 0.3s ease !important;
}
#ranking .ranking-link:hover .ranking-thumb img {
    opacity: 0.8 !important;
}
#ranking .ranking-link,
#ranking .ranking-link:hover,
#ranking .ranking-link * {
    text-decoration: none !important;
    outline: none !important;
}
/* 順位バッジ（共通） */
.ranking-list-small .rank-badge {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 4px 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.ranking-list-small .ranking-text {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* 行数を指定 */
    line-clamp: 3;
}

/* フリーマガジン */
#magazine {
    background-color: #e5dfce;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
}

.magazineTitle {
    font-size: 2.0rem !important;
    font-weight: bold;
    text-align: center !important;
    border-bottom: none;
    line-height: 1;
    background-image: none;
    margin: 0;
    padding: 0;
}

#magazine img {
    width: 70%;
}

#magazine ul.btn-list li {
    display: block;
    width: 80%;
    font-size: 1.2rem;
    margin: 0 auto 15px auto;
}

#magazine ul.btn-list li a {
    display: block;
    border: 1px solid #111;
    padding: 15px !important;
}

#magazine ul.btn-list li a:hover {
    color: #fff;
    background-color: #111;
    text-decoration: none !important;
}

.sp-magazine-top {
    margin-top: 30px !important;
}

@media (min-width: 950px) {
    #magazine img {
        width: 80%;
    }

    #magazine ul.btn-list li {
        width: 90%;
        font-size: 1.1rem;
        margin: 0 auto 10px auto;
    }

    #magazine ul.btn-list li a {
        display: block;
        border: 1px solid #111;
        padding: 10px !important;
    }
}

/* キーワード */
#sidekeywords {
    text-align: center;
    margin-bottom: 30px;
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    padding: 10px 0;
}

#sidekeywords .sectiontitle-wrapper {
    width: 100%;
    background-color: #f4f3f0;
    padding: 15px;
}

/* 英語タイトル（大きく太字） */
#sidekeywords .sectiontitle-en {
    font-size: 1.7rem;
}

/* 日本語タイトル（小さく細字） */
#sidekeywords .sectiontitle-ja {
    font-size: 0.90rem;
    font-weight: bold;
    color: #111;
    margin-top: 5px;
}

#sidekeywords ul li {
    display: inline-block;
}

#sidekeywords ul li a {
    display: block;
    color: #111;
    background-color: #fff;
    margin: 5px;
    padding: 7px 12px;
    border: 1px solid #717171;
    border-radius: 15px;
    text-decoration: none !important;
}

#sidekeywords ul li a:hover {
    color: #fff;
    background-color: #111;
}

/* スマホ表示領域 */
.pcnone {
    padding: 15px;
}

/* PRESS */
#pressArea {
    display: block;
}

.pressTitle {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid black;
    line-height: 1;
    background-image: none;
    padding: 7px 0;
}

#pressArea ul li {
    display: block;
    font-size: 1rem;
    line-height: 145%;
    border-bottom: 1px solid #696969;
    padding: 10px 0;
}
#pressArea ul li span {
    display: inline-block;
    padding: 0 5px;
}
#pressArea ul li:last-child {
    border-bottom: none;
}

#pressArea ul li a:hover {
    text-decoration: none !important;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

@media (min-width: 950px) {
    #pressArea ul li {
        font-size: 0.86rem;
    }
}

/* EVENT */
#eventArea {
    display: block;
    background-color: #f4f3f0;
    text-align: center;
    margin-top: 30px !important;
    margin-bottom: 30px;
    padding: 15px;
}

#eventArea .wrapper {
    height: 160px;
    background-color: #fdfdfc;
}

#eventArea .sectiontitle-wrapper {
    margin-top: 45px;
    padding: 15px;
}

/* 英語タイトル（大きく太字） */
#eventArea .sectiontitle-en {
    font-size: 1.7rem;
}

/* 日本語タイトル（小さく細字） */
#eventArea .sectiontitle-ja {
    font-size: 0.90rem;
    font-weight: bold;
    color: #111;
    margin-top: 5px;
}

/* パンくずリスト */
.breadcrumb-wrapper {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    
}

.breadcrumb {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefoxでスクロールバーを隠す */
    margin: 25px 0 25px 0;
}

.breadcrumb ul {
    display: inline-flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    margin-right: 0.5em;
    list-style: none;
}

.breadcrumb li {
    color: #7c7c7c;
    margin-right: 0.5em;
    flex-shrink: 0;
}

.breadcrumb li::after {
    content: ">";
    margin-left: 0.5em;
}

.breadcrumb li:last-child::after {
    content: none;
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 13px;
        padding: 0 10px;
    }
}



/* 🟠 投稿ページ */
#singlearticle {
    max-width: 100%;
    overflow-x: hidden;
}

article#singlearticle h1 {
    line-height: 145%;
}

.articledate {
    text-align: left;
    color: #696969;
    padding: 5px 0 15px 0;
}

#singlearticle p.source {
	display: none;	/*非表示*/
}

/* タグ */
.keywords {
    display: inline-block;
    background-image: none;
    border: none;
    padding-left: 0;
}
.keywords li {
    display: inline-block;
    background-color: transparent;
}
.keywords li a {
    color: #000;
    background-color: #fff;
    border: 1px solid #7c7c7c;
    border-radius: 15px;
    padding: 5px 15px;
}
.keywords li a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none !important;
}
.keywords_title {
    display: inline-block;
}
.keywords_title img {
    width: 32px;
    height: 11.5px;
}

/* SNS リンク */
.snslink {
    display: flex;
    justify-content: left; /* space-between → center に変更 */
    max-width: 100%;
    margin: 5px auto 15px auto;
    gap: 16px; /* ★ アイコン間の余白を調整 */
    background-image: none;
    padding-left: 0;
}
.snslink div {
    width: auto !important;
}
.snslink_title img {
    width: 50px;
    height: 12px;
    margin-top: 5px;
}


/* ==========================================================================
   関連記事
   ========================================================================== */

.related-posts {
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 20px;
}

/* 関連記事のリスト全体のコンテナ */
.related-posts-list {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 25px;
}

/* 1. 関連記事の1記事ずつの枠組み（グリッド化：縦4行構造に拡張） */
.related-post-item {
	display: grid !important;
	position: relative; /* 親を基準にする */
	grid-template-columns: 150px 1fr; /* スマホ時：左150px、右は残り全部 */
	column-gap: 15px;
	row-gap: 5px;
	width: 100% !important;
	margin: 0 0 25px 0 !important;
	align-items: start;
}

/* 2. 画像リンクを左側に固定（1行目から4行目の手前までを占有） */
.related-post-item a:first-child {
	display: contents;
}

.related-post-thumb {
	grid-column: 1;
	grid-row: 1 / 4; /* タイトル、抜粋、メタ情報のすべてをカバー */
}

/* 画像サイズ調整 */
.related-post-thumb img {
	width: 100% !important;
	height: auto !important;
	max-width: none !important;
	display: block;
}

/* 3. タイトル（右側：1行目） */
.related-post-title {
	grid-column: 2;
	grid-row: 1;
	width: 100% !important;
	max-width: none !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	margin: 0 !important;
	color: #000;
    border: none !important;
}
h3.related-post-title::before {
	content: none !important; /* ■を非表示化 */
}

/* 4. 抜粋（右側：2行目） */
.related-post-excerpt {
	grid-column: 2;
	grid-row: 2;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	margin: 2px 0 4px 0 !important;
}

/* 5. 日付（右側：3行目） */
.related-post-date {
	grid-column: 2;
	grid-row: 3;
	display: inline-block !important;
	margin-top: 0 !important;
	font-size: 12px;
	color: #696969 !important;
}

/* 6. カテゴリ（右側：3行目・日付の横に並べる） */
.related-post-category {
	grid-column: 2;
	grid-row: 3;
	display: inline-block !important;
	margin-left: 100px !important;
	margin-top: 0 !important;
	font-size: 11px;
	color: #696969 !important;
}

/* 7. リンクをカード全体に広げる */
.related-post-item a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* hover時の挙動 */
.related-post-item a:hover {
	text-decoration: none !important;
}

.related-post-item:hover .related-post-thumb img {
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

/* ==========================================
 * レスポンシブ対応：PC表示（767px以上）のとき
 * ========================================== */
@media (min-width: 767px) {
	.related-post-item {
		grid-template-columns: 256px 1fr; /* PC時は画像を256pxに広く */
	}

	.related-post-title {
		font-size: 16px !important;
	}
	
	.related-post-excerpt {
		font-size: 14px;
	}
}

/* 関連記事がない場合のテキスト用（保険） */
.no-related {
	font-size: 14px;
	color: #666;
	margin: 20px 0;
}

@media (max-width: 767px) {
    .related-post-excerpt {
        display: none;
    }
}


/* 🟠 カテゴリー */

h1.sectiontitle {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

/* 共通スタイル */
.articles-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.article-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    /*border-bottom: 1px solid #ddd;*/
    /*padding-bottom: 1.5rem;*/
}

/* アイキャッチ画像（左） */
.article-left {
    width: 150px;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
}
.thumbnail-wrap{
    position: relative;
    display: block;
}
.article-thumbnail{
    width: 100%;
    height: auto;
    display: block;
}

/* テキスト（右） */
.article-right {
    width: auto;
    margin-top: 1rem;
}

/*.article-title h2 {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}*/

/*.article-excerpt {
    display: none;
}

.article-meta {
    font-size: 0.95rem;
    color: #696969;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.article-meta span {
    display: inline-block;
}

.article-pr {

    font-weight: normal;
    margin-left: 10px;
}*/

/* ---------- PCサイズ ---------- */
@media (min-width: 768px) {
    .article-box {
        flex-direction: row;
        align-items: flex-start;
        gap: 2rem;
    }

    .article-left {
        width: 25%;
        max-width: 250px;
        flex-shrink: 0;
    }

    .article-right {
        width: 75%;
        margin-top: 0;
    }

    /*.article-title h2 {
        font-size: 1.4rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .article-excerpt {
        font-size: 1rem;
        color: #555;
        line-height: 1.6;
        margin-bottom: 0.8rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .article-meta {
        font-size: 0.9rem;
    }*/
}

/* 🟠 ランキングページ */
.rank-badge{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: #fff;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 0 0 8px 0;
}


/* 🟠 ページネーション */
.pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px;
    overflow-x: auto;
	margin-top: 40px;
	font-size: 16px;
}

.pagenation a,
.pagenation span,
.pagenation .dots {
	white-space: nowrap;
}

.pagenation .page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50%;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.2s ease;
}

.pagenation .page-numbers:hover {
	background-color: #ccc;
	color: #000;
    text-decoration: none !important;
}

.pagenation .current {
	background-color: #333;
	color: #fff;
	pointer-events: none;
}

.pagenation .dots {
	background: none;
	pointer-events: none;
	color: #666;
}

.pagenation .next img,
.pagenation .prev img {
	width: 24px;
	height: 24px;
	display: block;
}

@media screen and (max-width: 480px) {
	.pagenation a,
	.pagenation span,
	.pagenation .dots {
		font-size: 1.4rem;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 50%;
		text-align: center;
	}
}

/* Button */
/*ボタン中央寄せ*/
.simplebtn_center {
    max-width: 280px;
    margin: 0 auto;
	 margin-bottom: 15px;
}
a.btn_04 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    position: relative;
    background: #303030;
    border: 1px solid #303030;
    box-sizing: border-box;
    padding: 0 25px 0 40px;
    color: #fff;
    font-size: 16px;
    /*letter-spacing: 0.1em;*/
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}
a.btn_04:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -6px;
}
a.btn_04:hover {
    background: #fff;
    color: #303030;
}
a.btn_04:hover:before {
    border-top: 2px solid #303030;
    border-right: 2px solid #303030;
}
/*ボタン左寄せ*/
.simplebtn_left {
    max-width: 280px;
    margin-bottom: 15px;
}

/* arrow */
/* お詫びと訂正 */
.correction-notice {
    display: flex;
    justify-content: flex-start; /* 左寄せ */
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 0.9rem;
    text-align: left;
    padding: 5px 15px;
}
/* 円形アイコン */
.correction-notice .circle-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
    flex-shrink: 0; /* 固定 */
}
/* 三角形 */
.correction-notice .circle-arrow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px; /* 三角形のサイズ */
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}
/* ホバー時 */
.correction-notice:hover {
    opacity: 0.7;
}

/* ==========================================================================
   SOLAR EXPO ZONEマップ（SJ サイドバー用）
   ========================================================================== */

.solar-expo-link {
    text-align: center; 
    width: 100%;
}

/* マップ本体・リストリセット */
.solar-expo-link ul.top_maps_menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    max-width: 500px;
    width: 100%;
    /* float 解除のための clearfix 処理 */
    display: block;
}

.solar-expo-link ul.top_maps_menu::after {
    content: "";
    display: table;
    clear: both;
}

/* 共通リストアイテム指定 */
.solar-expo-link ul.top_maps_menu li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.solar-expo-link ul.top_maps_menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.solar-expo-link ul.top_maps_menu li a img {
    display: block; /* 画像下部の不要なスキマを消す */
    width: 100%;
    height: auto;
    transition: opacity .2s ease;
}

/* ホバー時の透過設定 */
.solar-expo-link ul.top_maps_menu li a:hover {
    opacity: 1;
}

.solar-expo-link ul.top_maps_menu li a:hover img {
    opacity: 0;
}

/* 各マップパーツ配置 */
.solar-expo-link ul.top_maps_menu li.map0 {
    margin-left: 9.5% !important;
    margin-bottom: 0.5% !important;
    width: 81%;
    background: url("../../expo/map/top-cont2-map0-on.png") no-repeat;
    background-size: 100% auto !important;
}

.solar-expo-link ul.top_maps_menu li.map1 {
    float: left;
    margin-left: 5% !important;
    margin-bottom: 0.5% !important;
    width: 45%;
    background: url("../../expo/map/top-cont2-map1-on.png") no-repeat;
    background-size: 100% auto !important;
}

.solar-expo-link ul.top_maps_menu li.map2 {
    float: left;
    margin-bottom: 0.5% !important;
    width: 45%;
    background: url("../../expo/map/top-cont2-map2-on.png") no-repeat;
    background-size: 100% auto !important;
}

.solar-expo-link ul.top_maps_menu li.map3 {
    float: left;
    width: 50%;
    background: url("../../expo/map/top-cont2-map3-on.png") no-repeat;
    background-size: 100% auto !important;
}

.solar-expo-link ul.top_maps_menu li.map4 {
    float: left;
    width: 50%;
    margin-top: 0% !important;
    background: url("../../expo/map/top-cont2-map4-on.png") no-repeat;
    background-size: 100% auto !important;
}

/* ==========================================================================
   Translation
   ========================================================================== */
.langBox {
  text-align: right;
}
.pcnone .langBox a {
  margin-right: 2px;
  padding: 5px 3px !important;
  font-size: 10px;
}
.pcnone .langBox a:last-of-type {
  margin-right: 0;
}
a.single-language {
  border: 2px solid #000 !important;
  border-radius: 0;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center !important;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  text-decoration: none !important;
}
#sidecol a.single-language:hover {
  color: #fff;
  background: #000;
  text-decoration: none !important;
}
a.single-language:hover {
  text-decoration: none !important;
}
@media (max-width: 950px) {
  .langBox {
    margin: 10px 10px 0 0;
  }
  .pcnone .langBox {
    margin: 0;
  }
  header h1 + .pcnone {
    display: flex;
    align-items: center;
    margin-left: 12px;
  }
  header h1 + .pcnone a.single-language {
    font-size: 7px;
  }
}
