/*
Theme Name: AtWell Child
Theme URI: https://example.com/
Description: AtWell専用子テーマ
Author: AtWell
Version: 1.0.0
Template: welcart_basic
Text Domain: atwell-child
*/

/* ========================================
   品種紹介リンク
======================================== */

.atwell-species-guide {
    margin: 2em 0;
    padding: 1.25em 1.5em;
    border: 1px solid #ddd;
    background: #fafafa;
}

.atwell-species-guide__title {
    margin-bottom: .5em;
    font-size: 1.1em;
    font-weight: 700;
}

.atwell-species-guide__text {
    margin: 0 0 .75em;
}

.atwell-species-guide__link {
    font-weight: 700;
    text-decoration: none;
}

.atwell-species-guide__link:hover {
    text-decoration: underline;
}

/* ========================================
   商品説明
======================================== */

.atwell-item-description {
    margin-top: 1.5em;
}

/* ========================================
   規定・ガイドページ
======================================== */

.atwell-policy-page {
    line-height: 1.9;
}

.atwell-policy-page h2 {
    margin-top: 2.5em;
    margin-bottom: 1em;
    padding-bottom: .45em;
    border-bottom: 2px solid #ddd;
    font-size: 1.4em;
}

.atwell-policy-page h3 {
    margin-top: 1.8em;
    margin-bottom: .7em;
    font-size: 1.15em;
}

.atwell-policy-page h4 {
    margin-top: 1.4em;
    margin-bottom: .4em;
    font-size: 1em;
}

.atwell-policy-page p {
    margin: 0 0 1.2em;
}

.atwell-policy-page ul {
    margin: 1em 0 1.5em;
    padding-left: 1.4em;
}

.atwell-policy-page li {
    margin-bottom: .75em;
}

.atwell-policy-note,
.atwell-policy-example,
.atwell-policy-warning {
    margin: 1.5em 0;
    padding: 1.2em;
    background: #fafafa;
    border: 1px solid #ddd;
}

.atwell-policy-warning {
    border-left: 4px solid #999;
}

.atwell-policy-link {
    margin: 1.5em 0;
    font-weight: 700;
}

.atwell-policy-calculation {
    font-size: 1.1em;
}

@media screen and (max-width: 600px) {

    .atwell-policy-page {
        font-size: 15px;
        line-height: 1.85;
    }

    .atwell-policy-page h2 {
        margin-top: 2.2em;
        font-size: 1.25em;
    }

    .atwell-policy-page h3 {
        font-size: 1.08em;
    }

    .atwell-policy-note,
    .atwell-policy-example,
    .atwell-policy-warning {
        padding: 1em;
    }
}

/* =========================================================
   History Series Navigation
   歴史記事シリーズ：前の記事 / 次の記事
========================================================= */

.blue-history-series-nav {
	margin: 3.5rem 0 1rem;
	padding-top: 2rem;
	border-top: 1px solid #d9dee5;
}

.blue-history-series-nav__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.blue-history-series-nav__item {
	min-width: 0;
}

.blue-history-series-nav__item a {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	height: 100%;
	padding: 1.1rem 1.25rem;
	color: inherit;
	text-decoration: none;
	background: #fff;
	border: 1px solid #d9dee5;
	border-radius: 8px;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.blue-history-series-nav__item a:hover {
	border-color: #9aa7b5;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
	transform: translateY(-1px);
}

.blue-history-series-nav__item--next {
	text-align: right;
}

.blue-history-series-nav__label {
	font-size: 0.82rem;
	color: #687583;
	font-weight: 600;
}

.blue-history-series-nav__title {
	font-size: 1rem;
	line-height: 1.55;
	font-weight: 700;
}

.blue-history-series-nav__back {
	margin-top: 1.4rem;
	text-align: center;
}

.blue-history-series-nav__back a {
	display: inline-block;
	color: #526575;
	font-size: 0.9rem;
	text-decoration: none;
}

.blue-history-series-nav__back a:hover {
	text-decoration: underline;
}

/* 最初・最後の記事で片側が空く場合 */
.blue-history-series-nav__empty {
	display: block;
}

/* Smartphone */
@media screen and (max-width: 600px) {

	.blue-history-series-nav {
		margin-top: 2.8rem;
		padding-top: 1.5rem;
	}

	.blue-history-series-nav__links {
		grid-template-columns: 1fr;
	}

	.blue-history-series-nav__item--next {
		text-align: left;
	}

	.blue-history-series-nav__empty {
		display: none;
	}

	.blue-history-series-nav__item a {
		padding: 1rem;
	}
}

/* 商品ページ：SKU一覧前の送料案内 */
.atwell-item-shipping-notice {
	display: block !important;
	margin: 24px 0 20px !important;
	padding: 14px 16px !important;
	border: 1px solid #ddd !important;
	background: #fafafa !important;
}

.atwell-item-shipping-notice strong {
	display: block !important;
	margin-bottom: 5px !important;
}

.atwell-item-shipping-notice a {
	display: inline-block !important;
}

/* =========================================================
   商品ページ 購入エリア
   ========================================================= */

.single .skuform {
	margin: 22px 0 28px;
	padding: 22px 24px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/* SKU名 */
.single .skuform .skuname {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
}

/* 在庫状態 */
.single .skuform .zaikostatus {
	margin-bottom: 8px;
	font-size: 14px;
}

/* 価格 */
.single .skuform .field_price {
	margin: 8px 0 18px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}

/* 税込等の補助表示 */
.single .skuform .field_price .tax {
	font-size: 13px;
	font-weight: 400;
}

/* 数量＋カートボタン */
.single .skuform .c-box {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

/* 数量 */
.single .skuform .quantity {
	display: flex;
	align-items: center;
	gap: 8px;
}

.single .skuform .quantity input {
	width: 80px;
	height: 44px;
	padding: 6px 10px;
	font-size: 16px;
}

/* カートボタン */
.single .skuform .cart-button input {
	min-height: 46px;
	padding: 0 28px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

/* スマートフォン */
@media screen and (max-width: 600px) {

	.single .skuform {
		padding: 18px 16px;
	}

	.single .skuform .c-box {
		align-items: stretch;
		flex-direction: column;
	}

	.single .skuform .quantity input {
		width: 90px;
	}

	.single .skuform .cart-button,
	.single .skuform .cart-button input {
		width: 100%;
	}

}

/* =========================================================
   商品ページ 購入エリア
   ========================================================= */

.single .skuform {
	margin: 22px 0 28px;
	padding: 22px 24px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/* SKU名 */
.single .skuform .skuname {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 700;
}

/* 在庫状態 */
.single .skuform .zaikostatus {
	margin-bottom: 8px;
	font-size: 14px;
}

/* 価格 */
.single .skuform .field_price {
	margin: 8px 0 18px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}

/* 税込等の補助表示 */
.single .skuform .field_price .tax {
	font-size: 13px;
	font-weight: 400;
}

/* 数量＋カートボタン */
.single .skuform .c-box {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

/* 数量 */
.single .skuform .quantity {
	display: flex;
	align-items: center;
	gap: 8px;
}

.single .skuform .quantity input {
	width: 80px;
	height: 44px;
	padding: 6px 10px;
	font-size: 16px;
}

/* カートボタン */
.single .skuform .cart-button input {
	min-height: 46px;
	padding: 0 28px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

/* スマートフォン */
@media screen and (max-width: 600px) {

	.single .skuform {
		padding: 18px 16px;
	}

	.single .skuform .c-box {
		align-items: stretch;
		flex-direction: column;
	}

	.single .skuform .quantity input {
		width: 90px;
	}

	.single .skuform .cart-button,
	.single .skuform .cart-button input {
		width: 100%;
	}

}

/* =========================================================
   商品ページ カートボタン仕上げ
   ========================================================= */

/* 数量欄 */
.single .skuform .quantity input {
	width: 72px;
	height: 46px;
	box-sizing: border-box;
	border: 1px solid #bbb;
	border-radius: 2px;
	background: #fff;
	text-align: center;
}

/* カートボタン */
.single .skuform .cart-button input {
	min-width: 220px;
	height: 46px;
	padding: 0 28px;
	border: 1px solid #333;
	border-radius: 3px;
	background: #333;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .03em;
	cursor: pointer;
	transition: opacity .2s ease;
}

.single .skuform .cart-button input:hover {
	opacity: .8;
}

/* 数量とボタンの位置 */
.single .skuform .c-box {
	display: flex;
	align-items: center;
	gap: 26px;
	margin-top: 18px;
}

/* スマートフォン */
@media screen and (max-width: 600px) {

	.single .skuform .c-box {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.single .skuform .cart-button,
	.single .skuform .cart-button input {
		width: 100%;
	}

	.single .skuform .cart-button input {
		min-width: 0;
	}
}

/* =========================================================
   ショップトップ
   ========================================================= */

.atwell-shop-entrance {
	margin-top: 36px;
}

.atwell-shop-category {
	display: block;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	background: #fff;
}

/* 画像 */
.atwell-shop-category-image {
	width: 100%;
}

.atwell-shop-category-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

/* テキスト部分 */
.atwell-shop-category-content {
	padding: 36px 42px 40px;
	box-sizing: border-box;
}

.atwell-shop-category-en {
	margin: 0 0 4px;
	color: #79a928;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
}

.atwell-shop-category-content h2 {
	margin: 0 0 24px;
	padding: 0 0 14px;
	font-size: 28px;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
}

.atwell-shop-category-lead {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.8;
}

.atwell-shop-category-content p {
	line-height: 1.9;
}

/* ボタン */
.atwell-shop-category-button {
	display: block;
	width: 240px;
	margin: 24px 0 0 auto;
	padding: 14px 20px;
	box-sizing: border-box;
	background: #222;
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
}

.atwell-shop-category-button:hover {
	opacity: .8;
}


/* =========================================================
   スマートフォン
   ========================================================= */

@media screen and (max-width: 700px) {

	.atwell-shop-entrance {
		margin-top: 24px;
	}

	.atwell-shop-category-content {
		padding: 28px 20px 24px;
	}

	.atwell-shop-category-content h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.atwell-shop-category-lead {
		font-size: 16px;
	}

	.atwell-shop-category-button {
		width: 100%;
		margin-top: 22px;
	}

}

/* =========================================================
   ショップトップ ADA
   ========================================================= */

.atwell-shop-ada {
	margin-top: 42px;
	padding: 48px 42px 42px;
	border: 1px solid #e2e2e2;
	background: #fff;
	text-align: center;
}

.atwell-shop-ada-logo {
	max-width: 520px;
	margin: 0 auto 34px;
	padding: 24px 20px;
	box-sizing: border-box;
}

.atwell-shop-ada-logo img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.atwell-shop-ada-content {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
}

.atwell-shop-ada-content h2 {
	margin: 0 0 24px;
	padding: 0 0 14px;
	font-size: 28px;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
}

.atwell-shop-ada-lead {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.8;
}

.atwell-shop-ada-content p {
	line-height: 1.9;
}

.atwell-shop-ada-button {
	margin-top: 28px;
}


/* スマートフォン */
@media screen and (max-width: 700px) {

	.atwell-shop-ada {
		margin-top: 28px;
		padding: 30px 20px 24px;
	}

	.atwell-shop-ada-logo {
		margin-bottom: 24px;
		padding: 8px 0;
	}

	.atwell-shop-ada-content h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.atwell-shop-ada-lead {
		font-size: 16px;
	}

	.atwell-shop-ada-button {
		width: 100%;
	}
}

/* =========================================================
   ショップトップ 飼育用品
   ========================================================= */

.atwell-shop-goods-image img {
	width: 100%;
	height: auto;
	aspect-ratio: auto;
	object-fit: contain;
}

/* =========================================================
   シュリンプショップ 分岐メニュー
   ========================================================= */

.atwell-shrimp-menu {
	margin: 24px 0 0;
	padding: 0;
}

.atwell-shrimp-menu-intro {
	margin: 0 0 24px;
	padding: 0;
}

.atwell-shrimp-menu-intro h2 {
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.35;
}

.atwell-shrimp-menu-intro p {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}


/* ---------- PC：3列カード ---------- */

.atwell-shrimp-menu .atwell-shrimp-menu-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 22px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.atwell-shrimp-menu .atwell-shrimp-menu-card {
	display: flex !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0 !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	color: #222 !important;
	text-decoration: none !important;
	box-sizing: border-box;
}

.atwell-shrimp-menu .atwell-shrimp-menu-image {
	width: 100% !important;
	height: 230px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.atwell-shrimp-menu .atwell-shrimp-menu-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
}

.atwell-shrimp-menu .atwell-shrimp-menu-text {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 18px 18px 16px !important;
	box-sizing: border-box;
}

.atwell-shrimp-menu .atwell-shrimp-menu-text h3 {
	margin: 0 0 8px !important;
	padding: 0 0 0 10px !important;
	border-left: 4px solid #222;
	font-size: 19px;
	line-height: 1.35;
}

.atwell-shrimp-menu .atwell-shrimp-menu-text p {
	margin: 0 0 14px !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 1.65;
}

.atwell-shrimp-menu .atwell-shrimp-menu-text span {
	display: block;
	margin-top: auto;
	color: #79a928;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.atwell-shrimp-menu .atwell-shrimp-menu-card:hover {
	opacity: .82;
}


/* =========================================================
   スマートフォン：横長コンパクトカード
   ========================================================= */

@media screen and (max-width: 700px) {

	.atwell-shrimp-menu {
		margin-top: 14px;
	}

	.atwell-shrimp-menu-intro {
		margin-bottom: 14px;
	}

	.atwell-shrimp-menu-intro h2 {
		margin-bottom: 4px;
		font-size: 22px;
	}

	.atwell-shrimp-menu-intro p {
		font-size: 13px;
		line-height: 1.5;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 8px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-card {
		display: grid !important;
		grid-template-columns: 112px minmax(0, 1fr) !important;
		width: 100% !important;
		height: 112px !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-image {
		width: 112px !important;
		height: 110px !important;
		min-height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-image img {
		width: 112px !important;
		height: 110px !important;
		object-fit: cover;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-text {
		display: block;
		min-width: 0;
		padding: 10px 12px 8px !important;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-text h3 {
		margin: 0 0 4px !important;
		padding-left: 8px !important;
		font-size: 16px;
		line-height: 1.25;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-text p {
		margin: 0 0 4px !important;
		font-size: 12px;
		line-height: 1.4;
	}

	.atwell-shrimp-menu .atwell-shrimp-menu-text span {
		margin: 0;
		font-size: 12px;
		line-height: 1.3;
		text-align: right;
	}

}

/* WordPressが自動生成する空要素を分岐メニュー内では表示しない */
.atwell-shrimp-menu-grid > p,
.atwell-shrimp-menu-grid > br {
	display: none !important;
}

/* =========================================================
   チェリーシュリンプ ショップ
   ========================================================= */

.atwell-cherry-shop { margin-top: 20px; }
.atwell-cherry-intro { margin-bottom: 26px; }
.atwell-cherry-intro h2 { margin: 0 0 14px; font-size: 28px; }
.atwell-cherry-intro p { margin: 0 0 12px; line-height: 1.9; }

/* 商品検索への導線 */
.atwell-product-search-link {
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 24px 0 38px;
	padding: 0;
	border: 0;
	background: none;
	box-sizing: border-box;
}

.atwell-product-search-link > span {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
}

.atwell-product-search-link a {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto;
	height: 40px;
	padding: 0 18px;
	margin: 0;
	background: #222;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none !important;
	box-sizing: border-box;
}

.atwell-product-search-link a:hover {
	opacity: .8;
}

/* セクション */
.atwell-cherry-section { margin-top: 48px; }
.atwell-cherry-section-heading { margin-bottom: 24px; }
.atwell-cherry-section-en { margin: 0 0 3px !important; color: #79a928; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.atwell-cherry-section-heading h2 { margin: 0 0 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; font-size: 26px; }
.atwell-cherry-section-heading p { margin: 0; line-height: 1.8; }

/* カラー */
.atwell-cherry-color { margin: 0 0 34px; }
.atwell-cherry-color h3 { margin: 0 0 14px; padding-left: 10px; border-left: 4px solid #222; font-size: 20px; line-height: 1.3; }
.atwell-cherry-color h3 span { margin-left: 8px; color: #777; font-size: 13px; font-weight: 400; }

/* 商品カード */
.atwell-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 0; }
.atwell-product-card { display: block; overflow: hidden; border: 1px solid #ddd; background: #fff; color: #222 !important; text-decoration: none !important; }
.atwell-product-card__image { overflow: hidden; aspect-ratio: 4 / 3; background: #f5f5f5; }
.atwell-product-card__img { display: block; width: 100%; height: 100%; object-fit: cover; }
.atwell-product-card__noimage { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: #aaa; font-size: 12px; }
.atwell-product-card__body { padding: 14px 15px 15px; }
.atwell-product-card__code { margin-bottom: 4px; color: #888; font-size: 11px; }
.atwell-product-card__title { margin: 0 0 10px !important; padding: 0 !important; border: 0 !important; font-size: 16px !important; line-height: 1.45; }
.atwell-product-card__price { margin-bottom: 9px; font-size: 18px; font-weight: 700; }
.atwell-product-card__price-from { font-size: 14px; }
.atwell-product-card__link { color: #79a928; font-size: 13px; font-weight: 700; text-align: right; }
.atwell-product-card:hover { opacity: .82; }

/* 仮の商品位置 */
.atwell-product-placeholder { padding: 26px 20px; border: 1px dashed #ccc; background: #fafafa; color: #999; font-size: 13px; text-align: center; }

/* Schoko */
.atwell-cherry-schoko { margin-top: 56px; padding-top: 34px; border-top: 2px solid #222; }
.atwell-cherry-schoko-lead { margin-bottom: 10px !important; font-size: 17px; }

@media screen and (max-width: 700px) {
	.atwell-cherry-shop { margin-top: 12px; }
	.atwell-cherry-intro h2 { font-size: 23px; }
	.atwell-cherry-intro p { font-size: 14px; line-height: 1.75; }
	.atwell-product-search-link {
		gap: 10px;
		margin: 20px 0 30px;
	}
	.atwell-product-search-link > span {
		font-size: 12px;
	}
	.atwell-product-search-link a {
		height: 38px;
		padding: 0 14px;
		font-size: 12px;
	}
	.atwell-cherry-section { margin-top: 38px; }
	.atwell-cherry-section-heading h2 { font-size: 22px; }
	.atwell-cherry-section-heading p { font-size: 13px; }
	.atwell-cherry-color { margin-bottom: 28px; }
	.atwell-cherry-color h3 { font-size: 18px; }
	.atwell-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
	.atwell-product-card__body { padding: 10px 11px 11px; }
	.atwell-product-card__title { font-size: 14px !important; }
	.atwell-product-card__price { font-size: 16px; }
	.atwell-cherry-schoko { margin-top: 42px; padding-top: 28px; }
	.atwell-cherry-schoko-lead { font-size: 15px; }
}


/* =========================================================
   ADA CATEGORY TOP
========================================================= */

.ada-category-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 20px 70px;
}


/* -------------------------
   INTRO
------------------------- */

.ada-category-intro {
  margin-bottom: 48px;
}

.ada-category-intro .ada-eyebrow {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  letter-spacing: 0.05em;
  color: #111;
}

.ada-category-intro h2 {
  margin: 0 0 24px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #111;
}

.ada-category-intro p {
  max-width: 760px;
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #333;
}


/* -------------------------
   CATEGORY GRID
------------------------- */

.ada-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 170px;
  gap: 20px;
}


/* -------------------------
   CATEGORY CARD
------------------------- */

.ada-category-card {
  box-sizing: border-box;
  height: 100%;
  padding: 34px 38px 26px;

  position: relative;

  display: flex;
  flex-direction: column;

  border: 1px solid #cfcfcf;
  background: #fff;

  color: #111;
  text-decoration: none;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease;
}


/* カテゴリー名 */

.ada-category-name {
  display: block;

  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;

  word-break: keep-all;
}


/* 矢印 */

.ada-category-arrow {
  position: absolute;
  left: 38px;
  bottom: 20px;

  display: block;

  font-size: 28px;
  font-weight: 300;
  line-height: 1;

  transition: transform 0.25s ease;
}

/* -------------------------
   HOVER
------------------------- */

.ada-category-card:hover {
  background: #f7f7f7;
  border-color: #aaa;
  color: #111;
}

.ada-category-card:hover .ada-category-arrow {
  transform: translateX(6px);
}


/* -------------------------
   TABLET
------------------------- */

@media screen and (max-width: 900px) {

  .ada-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* -------------------------
   SMARTPHONE
------------------------- */

@media screen and (max-width: 600px) {

  .ada-category-page {
    padding: 20px 16px 50px;
  }

  .ada-category-intro {
    margin-bottom: 34px;
  }

  .ada-category-intro .ada-eyebrow {
    font-size: 21px;
  }

  .ada-category-intro h2 {
    font-size: 20px;
  }

  .ada-category-intro p {
    font-size: 14px;
    line-height: 1.9;
  }

  .ada-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ada-category-card {
    min-height: 125px;
    padding: 28px 28px 24px;
  }

  .ada-category-name {
    font-size: 18px;
  }

  .ada-category-arrow {
    margin-top: 18px;
    font-size: 27px;
  }

}

/* =========================================================
   ADA SUBCATEGORY NAV
   カテゴリーページ上部・ページ内リンク
========================================================= */

.ada-subcategory-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 42px;
  row-gap: 0;

  margin: 36px 0 52px;
  padding: 0;
}

.ada-subcategory-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 58px;
  padding: 0 6px;

  border-bottom: 1px solid #d8d8d8;

  color: #333;
  text-decoration: none;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;

  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.ada-subcategory-nav a span:last-child {
  margin-left: 20px;

  font-size: 20px;
  font-weight: 300;
  line-height: 1;

  transition: transform 0.2s ease;
}


/* HOVER */

.ada-subcategory-nav a:hover {
  color: #000;
  border-color: #777;
}

.ada-subcategory-nav a:hover span:last-child {
  transform: translateX(5px);
}


/* SMARTPHONE */

@media screen and (max-width: 600px) {

  .ada-subcategory-nav {
    grid-template-columns: 1fr;
    margin: 28px 0 42px;
  }

  .ada-subcategory-nav a {
    min-height: 54px;
    font-size: 14px;
  }

}

/* ========================================
   淡水シュリンプの生態 TOP 調整
   ======================================== */

.atwell-ecology__eyebrow {
  margin: 0 0 18px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
}

.atwell-ecology__lead {
  max-width: 760px;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}

.atwell-ecology__section {
  margin-top: 54px;
}

.atwell-ecology__section-head {
  margin-bottom: 18px;
}

.atwell-ecology__number,
.atwell-ecology__label {
  display: inline-block;
  vertical-align: baseline;
}

.atwell-ecology__number {
  margin-right: 12px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.atwell-ecology__label {
  margin: 0;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.atwell-ecology__section h2 {
  margin: 10px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 23px;
  line-height: 1.5;
}

.atwell-ecology__section-head > p:last-child {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.atwell-ecology__links {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 36px;
}

.atwell-ecology__link {
  min-height: 72px;
  padding: 14px 0;
}

@media (max-width: 700px) {
  .atwell-ecology__section {
    margin-top: 42px;
  }

  .atwell-ecology__section h2 {
    font-size: 21px;
  }
}  
  /* ========================================
   シュリンプ用語集
   ======================================== */

.atwell-glossary {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.atwell-glossary__header {
  margin-bottom: 38px;
}

.atwell-glossary__eyebrow,
.atwell-glossary__label {
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.atwell-glossary__eyebrow {
  margin: 0 0 18px;
}

.atwell-glossary__lead {
  max-width: 760px;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}


/* 索引 */

.atwell-glossary__index {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 64px;
  padding: 18px 0;
  border-top: 1px solid #e2e5e8;
  border-bottom: 1px solid #e2e5e8;
}

.atwell-glossary__index a {
  padding: 5px 18px;
  border-right: 1px solid #e2e5e8;
  color: #0878c9;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.atwell-glossary__index a:first-child {
  padding-left: 0;
}

.atwell-glossary__index a:hover {
  text-decoration: underline;
}


/* 各行 */

.atwell-glossary__section {
  margin-top: 64px;
  scroll-margin-top: 100px;
}

.atwell-glossary__label {
  margin: 0 0 7px;
}

.atwell-glossary__section h2 {
  margin: 0 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e2e5e8;
  font-size: 23px;
  line-height: 1.5;
}


/* 用語 */

.atwell-glossary__list {
  margin-top: 28px;
  margin-bottom: 10px;
  padding-left: 0;
  border-left: none;
}

.atwell-glossary__item {
  padding: 22px 0;
  border-bottom: 1px solid #edf0f2;
  scroll-margin-top: 100px;
}

.atwell-glossary__item dt {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 4px solid #333;
  color: #222;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.atwell-glossary__item dd {
  margin: 0;
  max-width: 850px;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

/* スマートフォン */

@media (max-width: 700px) {

  .atwell-glossary {
    padding: 28px 18px 60px;
  }

  .atwell-glossary__index {
    margin-bottom: 48px;
    padding: 12px 0;
  }

  .atwell-glossary__index a {
    padding: 7px 12px;
    border-right: 0;
  }

  .atwell-glossary__index a:first-child {
    padding-left: 12px;
  }

  .atwell-glossary__section {
    margin-top: 48px;
  }

  .atwell-glossary__section h2 {
    font-size: 21px;
  }

  .atwell-glossary__item {
    padding: 18px 0;
  }
}
  

  .atwell-ecology__links {
    grid-template-columns: 1fr;
  }


/* 用語集 五十音索引 */
.atwell-glossary .atwell-glossary__index {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.atwell-glossary .atwell-glossary__index a {
  display: inline-block;
  width: auto;
  padding: 5px 16px;
}


/* ========================================
   飼育ガイド TOP
   ======================================== */

.atwell-guide {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}


/* INTRO */

.atwell-guide__header {
  margin-bottom: 64px;
}

.atwell-guide__eyebrow,
.atwell-guide__group-label,
.atwell-guide__number,
.atwell-guide__level {
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.atwell-guide__eyebrow {
  margin: 0 0 18px;
}

.atwell-guide__lead {
  max-width: 760px;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}


/* GROUP */

.atwell-guide__group {
  margin-top: 64px;
}

.atwell-guide__group-head {
  margin-bottom: 24px;
}

.atwell-guide__group-label {
  margin: 0 0 6px;
}

.atwell-guide__group-head h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.5;
}


/* GUIDE CARD */

.atwell-guide__card {
  display: block;
  padding: 34px 0 30px;
  border-top: 1px solid #dfe4e8;
  border-bottom: 1px solid #dfe4e8;
  color: #222;
  text-decoration: none;
}

.atwell-guide__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 17px;
}

.atwell-guide__number {
  padding-right: 12px;
  border-right: 1px solid #dfe4e8;
}

.atwell-guide__card h3 {
  margin: 0 0 20px;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.atwell-guide__description {
  max-width: 800px;
  color: #555;
  font-size: 15px;
  line-height: 1.9;
}

.atwell-guide__description p {
  margin: 0 0 10px;
}

.atwell-guide__description p:last-child {
  margin-bottom: 0;
}

.atwell-guide__more {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
  color: #0878c9;
  font-size: 15px;
  font-weight: 700;
}

.atwell-guide__more span {
  transition: transform .2s ease;
}

.atwell-guide__more:hover span {
  transform: translateX(4px);
}


/* SMARTPHONE */

@media (max-width: 700px) {

  .atwell-guide {
    padding: 28px 18px 60px;
  }

  .atwell-guide__header {
    margin-bottom: 48px;
  }

  .atwell-guide__lead br {
    display: none;
  }

  .atwell-guide__group {
    margin-top: 48px;
  }

  .atwell-guide__group-head h2 {
    font-size: 22px;
  }

  .atwell-guide__card {
    padding: 27px 0 25px;
  }

  .atwell-guide__card h3 {
    font-size: 22px;
  }

  .atwell-guide__description {
    font-size: 15px;
  }

}

/* =========================================================
   シュリンプ百科：生態 個別記事
   Shrimp Ecology Article
   ========================================================= */


/* ---------- ページ全体 ---------- */

.ecology-page {
  width: 100%;
}

.ecology-article {
  width: 100%;
}


/* ---------- HERO ---------- */

.ecology-hero {
  max-width: 1080px;
  margin: 0 auto;
  padding: 42px 20px 34px;
  box-sizing: border-box;
}

.ecology-kicker {
  margin: 0 0 16px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
}

.ecology-hero h1 {
  max-width: 900px;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
}


/* ---------- 本文コンテナ ---------- */

.ecology-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 80px;
  box-sizing: border-box;
}


/* ---------- 生態TOPへ戻る ---------- */

.ecology-backnav {
  font-size: 14px;
}

.ecology-backnav--top {
  margin: 0 0 42px;
  padding-top: 20px;
  border-top: 1px solid #e2e5e8;
}

.ecology-backnav--bottom {
  margin: 60px 0 0;
  padding-top: 22px;
  border-top: 1px solid #e2e5e8;
}

.ecology-backnav a {
  color: #526575;
  text-decoration: none;
}

.ecology-backnav a:hover {
  text-decoration: underline;
}


/* =========================================================
   記事 INTRO
   ========================================================= */

.ecology-intro {
  max-width: 900px;
  margin: 0 0 56px;
}

.ecology-series-intro {
  margin: 0 0 32px;
  padding: 0 0 22px;
  border-bottom: 1px solid #e2e5e8;
}

.ecology-series-no {
  margin: 0 0 8px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.4;
}

.ecology-series-lead {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}

.ecology-intro > p {
  max-width: 850px;
  margin: 0 0 18px;
  color: #333;
  font-size: 16px;
  line-height: 2;
}


/* =========================================================
   本文 SECTION
   ========================================================= */

.ecology-section {
  max-width: 900px;
  margin: 64px 0 0;
}

.ecology-section h2 {
  margin: 0 0 28px;
  padding: 0 0 12px;
  border-bottom: 1px solid #e2e5e8;
  color: #222;
  font-size: 25px;
  line-height: 1.5;
}

.ecology-section h3 {
  margin: 42px 0 18px;
  color: #222;
  font-size: 20px;
  line-height: 1.6;
}

.ecology-section > p {
  max-width: 850px;
  margin: 0 0 18px;
  color: #333;
  font-size: 16px;
  line-height: 2;
}


/* ---------- 要点 ---------- */

.ecology-keypoint {
  max-width: 850px;
  margin: 30px 0;
  padding: 20px 22px;
  border-left: 4px solid #0878c9;
  background: #f7f9fb;
  box-sizing: border-box;
}

.ecology-keypoint p {
  margin: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.9;
}


/* ---------- 補足 NOTE ---------- */

.ecology-note {
  max-width: 850px;
  margin: 30px 0;
  padding: 20px 22px;
  border: 1px solid #dfe4e8;
  background: #fafafa;
  box-sizing: border-box;
}

.ecology-note p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.9;
}

.ecology-note p + p {
  margin-top: 12px;
}


/* =========================================================
   SOURCES
   ========================================================= */

.ecology-sources {
  max-width: 900px;
  margin: 72px 0 0;
  padding-top: 30px;
  border-top: 1px solid #d9dee5;
}

.ecology-sources-label {
  margin: 0 0 8px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.ecology-sources h2 {
  margin: 0 0 24px;
  color: #222;
  font-size: 22px;
  line-height: 1.5;
}

.ecology-sources ul {
  margin: 0;
  padding-left: 1.4em;
}

.ecology-sources li {
  margin-bottom: 14px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.ecology-source-note {
  margin: 24px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.8;
}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media screen and (max-width: 700px) {

  .ecology-hero {
    padding: 28px 18px 24px;
  }

  .ecology-hero h1 {
    font-size: 27px;
    line-height: 1.45;
  }

  .ecology-container {
    padding: 0 18px 60px;
  }

  .ecology-backnav--top {
    margin-bottom: 34px;
  }

  .ecology-backnav--bottom {
    margin-top: 48px;
  }

  .ecology-intro {
    margin-bottom: 46px;
  }

  .ecology-series-intro {
    margin-bottom: 26px;
  }

  .ecology-series-lead {
    font-size: 15px;
  }

  .ecology-intro > p,
  .ecology-section > p {
    font-size: 15px;
    line-height: 1.9;
  }

  .ecology-section {
    margin-top: 52px;
  }

  .ecology-section h2 {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .ecology-section h3 {
    margin-top: 34px;
    font-size: 18px;
  }

  .ecology-keypoint,
  .ecology-note {
    margin: 24px 0;
    padding: 17px 18px;
  }

  .ecology-keypoint p {
    font-size: 15px;
  }

  .ecology-note p {
    font-size: 14px;
  }

  .ecology-sources {
    margin-top: 56px;
  }

  .ecology-sources h2 {
    font-size: 20px;
  }

}

/* ========================================
   チェリーシュリンプ飼育入門
   STEPカードの区切り
   ======================================== */

#beginner-steps .atwell-cherry-guide__related {
  margin: 34px 0 0;
  padding: 28px 0 6px;
  border-top: 1px solid #dfe4e8;
}

#beginner-steps .atwell-cherry-guide__related-label {
  display: block;
  margin: 0 0 14px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
}

#beginner-steps .atwell-cherry-guide__related h3 {
  margin: 0 0 14px;
}

#beginner-steps .atwell-cherry-guide__related p {
  margin: 0 0 18px;
}

#beginner-steps .atwell-cherry-guide__related a {
  display: inline-block;
  margin-top: 2px;
}


/* スマートフォン */

@media screen and (max-width: 700px) {

  #beginner-steps .atwell-cherry-guide__related {
    margin-top: 28px;
    padding-top: 23px;
  }
}

/* =========================================================
   チェリーシュリンプ飼育入門：個別記事
   ========================================================= */

.atwell-cherry-guide {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 0 80px;
  color: #2f3337;
}


/* ---------- INTRO ---------- */

.atwell-cherry-guide__intro {
  margin: 0 0 56px;
}

.atwell-cherry-guide__intro > p:first-child {
  margin: 0 0 8px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.5;
}

.atwell-cherry-guide__intro h2 {
  margin: 0 0 24px;
  padding: 0 0 14px;
  border-bottom: 1px solid #dfe4e8;
  color: #222;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.atwell-cherry-guide__intro p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.95;
}


/* ---------- 目次 ---------- */

.atwell-cherry-guide__index {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 58px;
  padding: 14px 0;
  border-top: 1px solid #dfe4e8;
  border-bottom: 1px solid #dfe4e8;
}

.atwell-cherry-guide__index a {
  display: inline-block;
  padding: 6px 18px;
  border-right: 1px solid #e5e8eb;
  color: #0878c9;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.atwell-cherry-guide__index a:first-child {
  padding-left: 0;
}

.atwell-cherry-guide__index a:hover {
  text-decoration: underline;
}


/* ---------- SECTION ---------- */

.atwell-cherry-guide__section {
  margin: 0 0 72px;
  scroll-margin-top: 100px;
}

.atwell-cherry-guide__section > h2 {
  margin: 0 0 28px;
  padding: 0 0 13px;
  border-bottom: 1px solid #dfe4e8;
  color: #222;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

.atwell-cherry-guide__section > h3 {
  margin: 38px 0 18px;
  padding: 2px 0 2px 13px;
  border-left: 4px solid #0878c9;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  scroll-margin-top: 100px;
}

.atwell-cherry-guide__section > p {
  margin: 0 0 19px;
  font-size: 16px;
  line-height: 1.95;
}

.atwell-cherry-guide__section ul,
.atwell-cherry-guide__section ol {
  margin: 18px 0 24px;
  padding-left: 1.5em;
}

.atwell-cherry-guide__section li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.85;
}


/* ---------- NOTE ---------- */

.atwell-cherry-guide__note {
  margin: 30px 0;
  padding: 20px 22px;
  border-left: 4px solid #0878c9;
  background: #f7f9fb;
  box-sizing: border-box;
}

.atwell-cherry-guide__note p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.9;
}

.atwell-cherry-guide__note p + p {
  margin-top: 12px;
}

.atwell-cherry-guide__note strong {
  color: #222;
}


/* ---------- SUMMARY ---------- */

.atwell-cherry-guide__summary {
  margin: 34px 0;
  padding: 22px 24px;
  border-top: 2px solid #222;
  border-bottom: 1px solid #dfe4e8;
  background: #fafafa;
}

.atwell-cherry-guide__summary > p:first-child,
.atwell-cherry-guide__summary > strong:first-child {
  display: block;
  margin-bottom: 14px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
}

.atwell-cherry-guide__summary ul {
  margin: 0;
  padding-left: 1.4em;
}

.atwell-cherry-guide__summary li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.8;
}


/* ---------- RELATED ---------- */

.atwell-cherry-guide__related {
  margin: 34px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid #dfe4e8;
}

.atwell-cherry-guide__related-label {
  display: block;
  margin: 0 0 12px;
  color: #0878c9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.4;
}

.atwell-cherry-guide__related h3 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.55;
}

.atwell-cherry-guide__related p {
  margin: 0 0 14px;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.atwell-cherry-guide__related a {
  color: #0878c9;
  font-weight: 700;
  text-decoration: none;
}

.atwell-cherry-guide__related a:hover {
  text-decoration: underline;
}


/* ---------- VIDEO ---------- */

.atwell-cherry-guide__video {
  margin: 30px 0;
}


/* =========================================================
   SMARTPHONE
   ========================================================= */

@media screen and (max-width: 700px) {

  .atwell-cherry-guide {
    padding: 24px 0 60px;
  }

  .atwell-cherry-guide__intro {
    margin-bottom: 42px;
  }

  .atwell-cherry-guide__intro h2 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .atwell-cherry-guide__intro p {
    font-size: 15px;
    line-height: 1.9;
  }

  .atwell-cherry-guide__index {
    flex-direction: column;
    margin-bottom: 44px;
    padding: 8px 0;
  }

  .atwell-cherry-guide__index a {
    display: block;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid #edf0f2;
    font-size: 14px;
  }

  .atwell-cherry-guide__index a:last-child {
    border-bottom: 0;
  }

  .atwell-cherry-guide__section {
    margin-bottom: 56px;
  }

  .atwell-cherry-guide__section > h2 {
    margin-bottom: 23px;
    font-size: 22px;
  }

  .atwell-cherry-guide__section > h3 {
    margin-top: 32px;
    padding-left: 11px;
    border-left-width: 3px;
    font-size: 18px;
  }

  .atwell-cherry-guide__section > p,
  .atwell-cherry-guide__section li {
    font-size: 15px;
    line-height: 1.9;
  }

  .atwell-cherry-guide__note {
    margin: 24px 0;
    padding: 17px 18px;
  }

  .atwell-cherry-guide__note p {
    font-size: 14px;
  }

  .atwell-cherry-guide__summary {
    margin: 28px 0;
    padding: 18px;
  }

  .atwell-cherry-guide__summary li {
    font-size: 14px;
  }

  .atwell-cherry-guide__related {
    margin-top: 28px;
    padding-top: 22px;
  }

  .atwell-cherry-guide__related h3 {
    font-size: 17px;
  }

}

/* ========================================
   用語集への本文内リンク
   ======================================== */

.atwell-term-link {
  color: #0878c9 !important;
  font-weight: 600;
  text-decoration: underline !important;
  text-decoration-color: rgba(8, 120, 201, .35) !important;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px !important;
}

.atwell-term-link:hover {
  color: #055f9f !important;
  text-decoration-color: currentColor !important;
}

/* =========================================================
   チェリーシュリンプ飼育入門：小見出し調整
   ========================================================= */

.atwell-cherry-guide__section > h4 {
  margin: 34px 0 16px;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid #d7dde2;
  background: transparent;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

/* スマートフォン */
@media screen and (max-width: 700px) {

  .atwell-cherry-guide__section > h4 {
    margin-top: 30px;
    font-size: 17px;
  }

}

/* =========================================================
   FOOTER - 会社情報・法務リンク
   ========================================================= */

.atwell-footer__legal {
	margin: 0 0 18px;
	padding: 18px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.atwell-footer__legal-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.atwell-footer__legal-list li {
	margin: 0;
	padding: 0;
}

.atwell-footer__legal-list li + li::before {
	content: "|";
	margin: 0 14px;
	opacity: 0.35;
}

.atwell-footer__legal-list a {
	color: inherit;
	font-size: 13px;
	text-decoration: none;
}

.atwell-footer__legal-list a:hover {
	text-decoration: underline;
}


/* スマートフォン */
@media screen and (max-width: 600px) {

	.atwell-footer__legal {
		margin-bottom: 16px;
		padding-top: 16px;
	}

	.atwell-footer__legal-list {
		row-gap: 8px;
	}

	.atwell-footer__legal-list li + li::before {
		margin: 0 8px;
	}

	.atwell-footer__legal-list a {
		font-size: 12px;
	}

}

/* =========================================================
Shadow Shrimp History - Name Comparison Table
========================================================= */

.blue-history-name-table {
margin: 28px 0 32px;
overflow: hidden;
border: 1px solid #dfe5e9;
border-radius: 8px;
background: #fff;
}

.blue-history-name-table table {
width: 100%;
margin: 0;
border-collapse: collapse;
table-layout: auto;
}

.blue-history-name-table th,
.blue-history-name-table td {
padding: 15px 18px;
border: 0;
border-bottom: 1px solid #e8ecef;
text-align: left;
vertical-align: top;
line-height: 1.7;
}

.blue-history-name-table thead th {
background: #f4f7f9;
color: #33414a;
font-size: 14px;
font-weight: 700;
}

.blue-history-name-table tbody tr:last-child td {
border-bottom: 0;
}

.blue-history-name-table td:first-child {
width: 110px;
white-space: nowrap;
font-weight: 600;
}

.blue-history-name-table td:nth-child(2) {
width: 250px;
}

.blue-history-name-table td:nth-child(2) strong {
color: #1f3544;
font-weight: 700;
}

/* Smartphone */
@media (max-width: 700px) {

.blue-history-name-table {
border: 0;
border-radius: 0;
background: transparent;
}

.blue-history-name-table table,
.blue-history-name-table tbody,
.blue-history-name-table tr,
.blue-history-name-table td {
display: block;
width: 100%;
}

.blue-history-name-table thead {
display: none;
}

.blue-history-name-table tr {
margin-bottom: 14px;
padding: 16px 18px;
border: 1px solid #dfe5e9;
border-radius: 8px;
background: #fff;
}

.blue-history-name-table td {
width: auto !important;
padding: 5px 0;
border: 0;
white-space: normal !important;
}

.blue-history-name-table td::before {
content: attr(data-label);
display: block;
margin-bottom: 2px;
color: #78858d;
font-size: 12px;
font-weight: 600;
}

.blue-history-name-table td:nth-child(2) {
margin: 2px 0 5px;
font-size: 16px;
}
}

/* =========================================================
Shadow Shrimp History - Next Article Cards
========================================================= */

.blue-history-next-card {
margin: 24px 0;
padding: 26px 30px;
border: 1px solid #dfe5e9;
border-radius: 8px;
background: #f7f9fa;
}

.blue-history-next-card__label {
margin-bottom: 10px;
color: #647681;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.06em;
}

.blue-history-next-card p {
margin: 0 0 20px;
line-height: 1.8;
}

.blue-history-next-card__link {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
padding-top: 18px;
border-top: 1px solid #dfe5e9;
color: #263d4a;
font-size: 17px;
font-weight: 700;
line-height: 1.6;
text-decoration: none;
}

.blue-history-next-card__link span {
flex: 0 0 auto;
font-size: 20px;
font-weight: 400;
transition: transform 0.2s ease;
}

.blue-history-next-card__link:hover {
color: #000;
}

.blue-history-next-card__link:hover span {
transform: translateX(4px);
}

/* Smartphone */
@media (max-width: 700px) {

.blue-history-next-card {
padding: 21px 20px;
}

.blue-history-next-card__link {
gap: 12px;
font-size: 15px;
}
}

/* =========================================================
   歴史記事：本文リスト
   ========================================================= */

.blue-history-section ul {
	margin: 24px 0 30px !important;
	padding-left: 1.8em !important;
	list-style-type: disc !important;
	list-style-position: outside !important;
}

.blue-history-section ul li {
	display: list-item !important;
	margin: 0 0 8px !important;
	padding-left: 0.25em !important;
	list-style-type: disc !important;
	line-height: 1.9;
}

.blue-history-section ul li:last-child {
	margin-bottom: 0 !important;
}

/* =========================================================
   お問い合わせページ / Contact Form 7
   ========================================================= */

.atwell-contact {
	max-width: 900px;
	margin: 0;
	padding: 20px 0 60px;
	box-sizing: border-box;
}


/* ---------- INTRO ---------- */

.atwell-contact__intro {
	margin-bottom: 30px;
}

.atwell-contact__eyebrow {
	margin: 0 0 12px !important;
	color: #0878c9;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	line-height: 1.4;
}

.atwell-contact__intro h2 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e2e5e8;
	color: #222;
	font-size: 25px;
	line-height: 1.5;
}

.atwell-contact__intro p {
	max-width: 760px;
	margin: 0 0 10px;
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}


/* ---------- 死着・不足案内 ---------- */

.atwell-contact__notice {
	margin: 26px 0 34px;
	padding: 18px 22px;
	border-left: 4px solid #333;
	background: #fafafa;
	box-sizing: border-box;
}

.atwell-contact__notice h3 {
	margin: 0 0 8px;
	padding: 0;
	border: 0;
	font-size: 17px;
	line-height: 1.5;
}

.atwell-contact__notice p {
	margin: 0;
	color: #444;
	font-size: 14px;
	line-height: 1.8;
}


/* ---------- FORM ---------- */

.atwell-contact-form {
	max-width: 760px;
}

.atwell-contact-form label {
	display: block;
	margin: 0 0 20px;
	color: #222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
}


/* ---------- 必須・任意 ---------- */

.atwell-contact-form .required,
.atwell-contact-form .optional {
	display: inline-block;
	margin-left: 7px;
	padding: 2px 7px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	vertical-align: 1px;
}

.atwell-contact-form .required {
	background: #333;
	color: #fff;
}

.atwell-contact-form .optional {
	background: #eee;
	color: #666;
}


/* ---------- 入力欄 ---------- */

.atwell-contact-form input[type="text"],
.atwell-contact-form input[type="email"],
.atwell-contact-form select,
.atwell-contact-form textarea {
	display: block;
	width: 100%;
	margin-top: 8px;
	padding: 11px 12px;
	border: 1px solid #cfd4d8;
	border-radius: 0;
	background: #fff;
	color: #222;
	font-size: 16px;
	line-height: 1.5;
	box-sizing: border-box;
}

.atwell-contact-form input[type="text"],
.atwell-contact-form input[type="email"],
.atwell-contact-form select {
	min-height: 46px;
}

.atwell-contact-form textarea {
	min-height: 180px;
	resize: vertical;
}

.atwell-contact-form input[type="text"]:focus,
.atwell-contact-form input[type="email"]:focus,
.atwell-contact-form select:focus,
.atwell-contact-form textarea:focus {
	border-color: #0878c9;
	outline: none;
}


/* ---------- 補足文 ---------- */

.atwell-contact-note {
	margin: -12px 0 22px;
	color: #666;
	font-size: 13px;
	line-height: 1.7;
}


/* ---------- 画像添付 ---------- */

.atwell-contact-attachment {
	margin: 28px 0 28px;
	padding: 20px 22px;
	border: 1px solid #dfe4e8;
	background: #fafafa;
	box-sizing: border-box;
}

.atwell-contact-attachment > strong {
	display: inline-block;
	font-size: 16px;
}

.atwell-contact-attachment > p {
	margin: 8px 0 16px;
	color: #555;
	font-size: 13px;
	line-height: 1.8;
}

.atwell-contact-attachment label {
	margin-bottom: 12px;
	font-size: 14px;
}

.atwell-contact-attachment label:last-child {
	margin-bottom: 0;
}

.atwell-contact-form input[type="file"] {
	display: block;
	width: 100%;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
}


/* ---------- プライバシーポリシー ---------- */

.atwell-contact-privacy {
	margin: 26px 0;
	padding: 16px 0;
	border-top: 1px solid #e2e5e8;
	border-bottom: 1px solid #e2e5e8;
	font-size: 14px;
}

.atwell-contact-privacy .wpcf7-list-item {
	margin: 0;
}

.atwell-contact-privacy label {
	display: inline;
	margin: 0;
	font-weight: 400;
}

.atwell-contact-privacy a {
	color: #0878c9;
	text-decoration: underline;
}


/* ---------- 送信ボタン ---------- */

.atwell-contact-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 50px;
	padding: 0 32px;
	border: 0;
	border-radius: 2px;
	background: #222;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .04em;
	cursor: pointer;
	transition: opacity .2s ease;
}

.atwell-contact-form input[type="submit"]:hover {
	opacity: .8;
}


/* ---------- Contact Form 7 メッセージ ---------- */

.atwell-contact-form .wpcf7-response-output {
	margin: 24px 0 0 !important;
	padding: 14px 16px !important;
	font-size: 14px;
	line-height: 1.7;
}

.atwell-contact-form .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 13px;
}


/* =========================================================
   お問い合わせページ / SMARTPHONE
   ========================================================= */

@media screen and (max-width: 700px) {

	.atwell-contact {
		padding: 12px 0 45px;
	}

	.atwell-contact__intro {
		margin-bottom: 26px;
	}

	.atwell-contact__intro h2 {
		font-size: 22px;
	}

	.atwell-contact__intro p {
		font-size: 14px;
		line-height: 1.8;
	}

	.atwell-contact__notice {
		margin: 22px 0 28px;
		padding: 16px;
	}

	.atwell-contact-form label {
		margin-bottom: 18px;
	}

	.atwell-contact-form input[type="text"],
	.atwell-contact-form input[type="email"],
	.atwell-contact-form select,
	.atwell-contact-form textarea {
		font-size: 16px;
	}

	.atwell-contact-note {
		margin: -8px 0 18px;
	}

	.atwell-contact-attachment {
		margin: 22px 0 24px;
		padding: 16px;
	}

	.atwell-contact-attachment > p {
		margin: 7px 0 14px;
	}

	.atwell-contact-attachment label {
		margin-bottom: 10px;
	}

	.atwell-contact-privacy {
		margin: 22px 0;
		padding: 14px 0;
	}

	.atwell-contact-form input[type="submit"] {
		width: 100%;
		min-width: 0;
	}

}

/* =========================================================
   AtWell 商品検索ページ
   /shop/product-search/
   ========================================================= */

.atwell-product-search {
	max-width: 100%;
	margin: 0 auto;
	color: #222;
}

/* ---------- 導入 ---------- */

.atwell-product-search__intro {
	margin: 0 0 38px;
}

.atwell-product-search__eyebrow {
	margin-bottom: 6px;
	color: #1683bd;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.atwell-product-search__intro h2 {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	font-size: 26px;
	line-height: 1.4;
}

.atwell-product-search__intro p {
	margin: 0;
	line-height: 1.9;
}


/* ---------- 共通見出し ---------- */

.atwell-product-search__keyword,
.atwell-product-search__categories {
	margin-top: 38px;
}

.atwell-product-search__keyword h3,
.atwell-product-search__categories > h3 {
	margin: 0 0 14px;
	padding-left: 12px;
	border-left: 4px solid #1683bd;
	font-size: 20px;
	line-height: 1.5;
}

.atwell-product-search__keyword > p,
.atwell-product-search__categories > p {
	margin: 0 0 20px;
	line-height: 1.8;
}


/* ---------- キーワード検索 ---------- */

.atwell-product-search__form {
	display: flex;
	gap: 10px;
	width: 100%;
	max-width: 680px;
	margin-top: 18px;
}

.atwell-product-search__input {
	flex: 1;
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	font-size: 16px;
	box-sizing: border-box;
}

.atwell-product-search__input:focus {
	border-color: #1683bd;
	outline: none;
}

.atwell-product-search__button {
	flex: 0 0 auto;
	height: 48px;
	padding: 0 26px;
	border: 0;
	border-radius: 2px;
	background: #444;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease;
}

.atwell-product-search__button:hover {
	background: #1683bd;
}


/* ---------- カテゴリー ---------- */

.atwell-product-search__categories {
	margin-top: 48px;
}

.atwell-product-search__group {
	margin: 0 0 24px;
	padding: 24px 26px 26px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

.atwell-product-search__group h4 {
	margin: 0 0 18px;
	padding: 0 0 11px;
	border-bottom: 2px solid #222;
	font-size: 19px;
	line-height: 1.4;
}

.atwell-product-search__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
}

.atwell-product-search__links a {
	position: relative;
	display: block;
	padding: 13px 28px 13px 4px;
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	text-decoration: none;
	transition:
		color 0.2s ease,
		padding-left 0.2s ease;
}

.atwell-product-search__links a::after {
	content: "→";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: #1683bd;
	font-size: 15px;
}

.atwell-product-search__links a:hover {
	padding-left: 9px;
	color: #1683bd;
}


/* ---------- スマートフォン ---------- */

@media (max-width: 768px) {

	.atwell-product-search__intro {
		margin-bottom: 30px;
	}

	.atwell-product-search__eyebrow {
		font-size: 12px;
	}

	.atwell-product-search__intro h2 {
		font-size: 23px;
	}

	.atwell-product-search__keyword,
	.atwell-product-search__categories {
		margin-top: 32px;
	}

	.atwell-product-search__keyword h3,
	.atwell-product-search__categories > h3 {
		font-size: 18px;
	}

	.atwell-product-search__form {
		display: block;
		max-width: none;
	}

	.atwell-product-search__input {
		width: 100%;
		height: 48px;
	}

	.atwell-product-search__button {
		width: 100%;
		height: 46px;
		margin-top: 10px;
	}

	.atwell-product-search__group {
		margin-bottom: 18px;
		padding: 20px 18px 22px;
	}

	.atwell-product-search__group h4 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.atwell-product-search__links {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.atwell-product-search__links a {
		padding: 13px 28px 13px 2px;
		font-size: 15px;
	}

}

/* ========================================
   水草トップ
======================================== */


/* ----------------------------------------
   ページ導入
---------------------------------------- */

.atwell-aquatic-plants-intro {
	max-width: 760px;
	margin: 0 auto 36px;
}

.atwell-aquatic-plants-intro h2 {
	margin-bottom: 18px;
}

.atwell-aquatic-plants-lead {
	margin-bottom: 14px;
}


/* ----------------------------------------
   水草カテゴリーカード
---------------------------------------- */

.atwell-plant-card {
	max-width: 760px;
	margin: 0 auto 30px;
	border: 1px solid #ddd;
	background: #fff;
	box-sizing: border-box;
}


/* ----------------------------------------
   カード上部・説明エリア
---------------------------------------- */

.atwell-plant-card__content {
	padding: 30px 40px 20px;
}


/* タイトルとボタン */

.atwell-plant-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ddd;
}

.atwell-plant-card__title {
	flex: 1;
	min-width: 0;
}

.atwell-plant-card__en {
	margin: 0 0 8px;
	color: #69a900;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .03em;
}

.atwell-plant-card__title h2 {
	margin: 0;
	font-size: 28px;
	line-height: 1.4;
}


/* ----------------------------------------
   ボタン
---------------------------------------- */

.atwell-plant-card__button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;

	min-width: 220px;
	min-height: 72px;
	padding: 12px 24px;
	box-sizing: border-box;

	background: #222;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}

.atwell-plant-card__button:hover {
	opacity: .85;
	color: #fff;
}


/* ----------------------------------------
   説明文
---------------------------------------- */

.atwell-plant-card__description {
	padding-top: 20px;
}

.atwell-plant-card__description p {
	margin: 0 0 10px;
	line-height: 1.8;
}

.atwell-plant-card__lead {
	font-size: 16px;
}


/* ----------------------------------------
   シュリンプ水槽への注意書き
---------------------------------------- */

.atwell-plant-card__notice {
	margin-top: 12px;
	padding: 12px 16px;
	background: #f7f7f7;
}

.atwell-plant-card__notice p {
	margin: 5px 0 0;
}


/* ----------------------------------------
   カード下部・画像
---------------------------------------- */

.atwell-plant-card__image {
	padding: 8px 0 22px;
	text-align: center;
}

.atwell-plant-card__image img {
	display: block;
	width: 68%;
	max-width: 520px;
	height: auto;
	margin: 0 auto;
}


/* ========================================
   スマートフォン
======================================== */

@media (max-width: 768px) {

	.atwell-aquatic-plants-intro {
		margin-bottom: 28px;
	}


	/* カード */

	.atwell-plant-card {
		margin-bottom: 24px;
	}


	/* 説明 */

	.atwell-plant-card__content {
		padding: 24px 20px 18px;
	}


	/* タイトルとボタンを縦並び */

	.atwell-plant-card__header {
		display: block;
		padding-bottom: 18px;
	}

	.atwell-plant-card__title h2 {
		font-size: 23px;
	}


	/* 説明文 */

	.atwell-plant-card__description {
		padding-top: 18px;
	}


	/* ボタン */

	.atwell-plant-card__button {
		width: 100%;
		min-width: 0;
		min-height: 0;
		margin-top: 18px;
		padding: 15px 14px;
	}


	/* 画像 */

	.atwell-plant-card__image {
		padding: 4px 0 18px;
	}

	.atwell-plant-card__image img {
		width: 88%;
		max-width: none;
	}

}

/* ========================================
   水草 商品グループ
======================================== */

.atwell-plant-product-group {
	margin-top: 32px;
}

.atwell-plant-product-group__heading {
	margin-bottom: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.atwell-plant-product-group__en {
	margin: 0 0 3px;
	color: #69a900;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
}

.atwell-plant-product-group__heading h4 {
	margin: 0;
	font-size: 22px;
	line-height: 1.4;
}

/* =========================================================
   Front Page - Business Calendar
========================================================= */

.atwell-front-calendar {
	padding: 64px 24px;
	border-top: 1px solid #e5e5e5;
}

.atwell-front-calendar__inner {
	max-width: 1200px;
	margin: 0 auto;
}

.atwell-front-calendar__eyebrow {
	margin-bottom: 8px;
	font-size: 12px;
	letter-spacing: .14em;
	color: #777;
}

.atwell-front-calendar h2 {
	margin: 0 0 28px;
	font-size: 28px;
	line-height: 1.4;
}


/* カレンダー */

.atwell-front-calendar__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 36px 72px;
	align-items: start;
}

.atwell-front-calendar__body .this-month,
.atwell-front-calendar__body .next-month {
	width: 100%;
}

.atwell-front-calendar__body .usces_calendar {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.atwell-front-calendar__body .usces_calendar caption {
	padding: 0 0 8px;
	text-align: left;
	font-weight: 600;
}

.atwell-front-calendar__body .usces_calendar th,
.atwell-front-calendar__body .usces_calendar td {
	padding: 8px 4px;
	text-align: center;
	border: 1px solid #d9d9d9;
}

.atwell-front-calendar__body .usces_calendar th {
	background: #222;
	color: #fff;
}

.atwell-front-calendar__body > br {
	display: none;
}


/* 凡例 */

.atwell-front-calendar__legend {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 24px;
	font-size: 14px;
}

.atwell-front-calendar__legend-item {
	display: flex;
	align-items: center;
	gap: 7px;
}

.atwell-front-calendar__legend-box {
	display: inline-block;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
}

.atwell-front-calendar__legend-box--store {
	background: #ddeeff;
}

.atwell-front-calendar__legend-box--shipping {
	background: #ffaa55;
}


/* スマートフォン */

@media (max-width: 767px) {

	.atwell-front-calendar {
		padding: 44px 18px;
	}

	.atwell-front-calendar h2 {
		font-size: 24px;
	}

	.atwell-front-calendar__body {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.atwell-front-calendar__body .usces_calendar th,
	.atwell-front-calendar__body .usces_calendar td {
		padding: 7px 2px;
		font-size: 13px;
	}

	.atwell-front-calendar__legend {
		flex-wrap: wrap;
		gap: 10px 20px;
		margin-top: 20px;
		font-size: 13px;
	}
}