/* ============================================================
 彩植健美 オリジナルCSS設定（PC）｜統合版
 旧: @import 34ファイル + ベタ書き設定欄 → 1本化
 構成: 1.リセット 2.共通パーツ 3.季節/特集ページ専用 4.個別調整（旧ベタ書き）
 ============================================================ */
/* ============================================================
 1. リセットCSS（destyle.css / サードパーティ製、通常は編集不要）
 ============================================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* ============================================================
 2. 共通パーツ（旧 @import ファイル・全ページ共通で使用）
 ============================================================ */
/* --- スペック表（商品ページのサイズ表） --- */
@media screen and (max-device-width: 699px) {
  .spec table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-device-width: 700px) {
  .spec table {
    border-collapse: collapse;
    width: 700px;
    margin-top: 10px;
  }
}
.spec th {
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  background-color: #CCC;
}
.spec td {
  border: 1px solid #666;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 5px;
}
/* --- スペック表2（横幅928px版） --- */
@media screen and (max-device-width: 699px) {
  .spec2 table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-device-width: 700px) {
  .spec2 table {
    border-collapse: collapse;
    width: 928px;
    margin-top: 10px;
  }
}
.spec2 th {
  padding: 3px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  background-color: #CCC;
}
.spec2 td {
  border: 1px solid #666;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 5px;
}
/* --- お手入れ表（水やり等アイコン付き表） --- */
.type_pro h1 {
  font-weight: bold;
}
.type_pro span {
  margin-left: 10px;
}
.type_pro dl {
  width: 100%;
  margin-bottom: 10px;
}
.type_pro dd {
  margin: 10px 0px;
}
table.chart {
  text-align: left;
  line-height: 1.5;
  border-collapse: collapse;
  margin-bottom: 5px;
}
.chart th {
  padding: 3px;
  font-weight: normal;
  border: 1px solid #000;
}
.chart td {
  padding: 3px;
  border: 1px solid #000;
}
@media screen and (min-device-width: 321px) {
  table.chart {
    width: 90%;
  }
  .chart th {
    width: 40%;
  }
  .chart td {
    width: 50%;
  }
}
@media screen and (min-device-width: 700px) {
  table.chart {
    width: 400px;
  }
  .chart th {
    width: 150px;
  }
  .chart td {
    width: 250px;
  }
}
th.chart_1 {
  background-image: url(https://kanyou.itembox.cloud/item//icon_teire1.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}
th.chart_2 {
  background-image: url(https://kanyou.itembox.cloud/item//icon_teire2.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}
th.chart_3 {
  background-image: url(https://kanyou.itembox.cloud/item//icon_teire3.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}
th.chart_4 {
  background-image: url(https://kanyou.itembox.cloud/item//icon_teire4.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}
th.chart_5 {
  background-image: url(https://kanyou.itembox.cloud/item//icon_teire5.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}
th.chart_6 {
  background-image: url(https://kanyou.itembox.cloud/item//icon_teire6.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}
th.chart_7 {
  background-image: url(https://kanyou.itembox.cloud/item//icon_teire7.gif);
  background-repeat: no-repeat;
  background-position: 2px;
  padding-left: 20px;
}
/* --- カートに入れるフローティングボタン（PC） --- */
#tocart::before {
  font-family: "Font Awesome 5 Free";
  color: #FFFFFF;
  content: '\f07a';
  font-weight: 900;
  font-size: 3em;
}
#carta a:link, #carta a:visited {
  color: #ffffff;
}
#carta a:hover {
  text-decoration: none;
}
#cart_img p {
  font-size: 1.5rem;
}
#cart_img {
  background: #c92527;
  border-radius: 0px;
  padding: 2px 10px;
  text-align: center;
  bottom: 10%;
  line-height: 1.1;
  right: 0px;
  margin: 0px;
  position: fixed;
  z-index: 500;
}
/* --- 検索フォーム（商品グループ詳細検索）
 ※旧: search.cssのオレンジ背景(#ce5204)はformOpen自体では上書きされておらず、そのまま活きるのが正しい。formSwitchのみbackground:noneが後年追加されている --- */
.fs-p-productSearch__formSwitch {
  background: none;
  padding: 0;
}
.fs-p-productSearch__formOpen {
  background: #ce5204;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 2px #b2b2b2;
  border: 3px solid #ce5204;
  border-radius: 30px;
  padding: 0.7em 1.5em 0.7em;
  padding-right: 1em;
}
.fs-p-productSearch__formClose {
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em 1em;
}
.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
  max-height: 100%;
}
@media screen and (min-width: 600px) {
  .fs-p-searchForm {
    width: 322px;
    margin: 0 0 0 auto;
  }
}
/* --- コラムパーツ(2/3/4列) ※現テーマはgridレイアウト化されておりmax-width指定はほぼ無効。互換のため最小限で維持 --- */
.fs-pt-column--2, .fs-pt-column--3, .fs-pt-column--4 {
  max-width: 100%;
  margin-right: auto;
}
.toppage > .fs-pt-column--2, .toppage > .fs-pt-column--3, .toppage > .fs-pt-column--4, .era_era_era_special > .fs-pt-column--2, .fs-pt-column--2.howtoraise-column, .kadomatsu_media > .fs-pt-column--4 {
  max-width: initial;
}
.fs-body-product.fs-body-product-st080040 .fs-pt-column--2 {
  display: none;
}
/* st080040ポットが同じ商品非表示 */
/* --- トップページ スライダー・バナー --- */
#photo li, #thum li {
  list-style: none;
}
#photo img, #thum img {
  vertical-align: bottom;
}
#slider {
  width: 928px;
  height: 270px;
  overflow: hidden;
  margin: 0 auto;
}
#photo {
  width: 630px;
  height: 250px;
  float: left;
  position: relative;
  padding-left: 0;
}
#photo li {
  position: absolute;
}
#thum {
  width: 298px;
  float: right;
  padding-left: 0;
}
#thum img {
  width: 293px;
}
#thum li {
  cursor: pointer;
  width: 293px;
  float: left;
  margin-left: 5px;
}
#thum li:not(:last-child) {
  margin-bottom: 7px;
}
@media screen and (max-width: 943px) {
  #slider {
    width: 566px;
    height: 370px;
    overflow: hidden;
  }
  #photo {
    width: 566px;
    height: 225px;
    position: relative;
  }
  #thum {
    width: 566px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #thum img {
    width: 280px;
  }
  #thum li {
    width: 280px;
    margin-left: 0px;
    margin-bottom: 6px;
  }
  #thum li:nth-child(2n) {
    margin-left: 6px;
  }
}
@media screen and (max-width: 586px) {
  #slider {
    width: 100%;
    height: initial;
    overflow: hidden;
    margin: 0 auto;
  }
  #photo {
    display: none;
  }
  #thum {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #thum li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  #thum li:nth-child(2n) {
    margin-left: 0px;
  }
  #thum img {
    width: 100%;
  }
}
/* トップカルーセルのドットナビゲーション */
.slick-dots li[role=presentation] {
  padding: 8px 8px;
}
.fs-c-slick .slick-dots li button:before {
  font-size: 20px;
  color: #1c3362;
  opacity: 0.25;
}
.fs-c-slick .slick-dots li.slick-active button::before {
  color: #1c3362;
  opacity: 0.75;
}
/* --- トップ ランキングタイトル帯 --- */
.rank_gift_01 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
  font-size: 2rem;
}
.rank_gift_01::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149,158,155);
}
/* --- 観葉植物便利メモ タイトル --- */
.plants_memo_01 {
  position: relative;
  padding: 0.25em 0;
  font-size: 2em;
}
.plants_memo_01:after {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(to right, rgb(255,186,115), #ffb2b2);
}
/* --- ミニ観葉商品ページ用 --- */
.type_pro {
  font-size: 14px;
}
.type_pro h2 {
  font-size: 16px;
  font-weight: bold;
}
.type_pro dl {
  max-width: 700px;
  margin-bottom: 10px;
}
.type_pro dd {
  max-width: 700px;
  margin: 10px 0;
}
.type_pro dd img {
  max-width: 700px;
  margin: 10px 0;
}
hr.type_pro_hr {
  border: none;
  max-width: 700px;
  border-top: dashed 1px #999;
  height: 1px;
  color: #FFFFFF;
  margin: 20px 0px;
}
ul.distinction_list {
  max-width: 700px;
  margin: 5px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
}
.distinction_list li {
  max-width: 30%;
  margin: 5px;
  text-align: center;
  float: left;
  font-size: 12px;
}
.distinction_list li img {
  max-width: 100%;
  border: 1px solid #CCC;
}
/* --- フッター --- */
.fs-p-footerCopyright a {
  color: #fff;
}
.fs-p-footerCopyright p {
  line-height: 2;
}
.fs-p-footerCopyright {
  background-color: #599859;
  padding: 0;
  padding-top: 5px;
}
.fs-p-footerCopyright__text {
  margin: 0 auto;
  background: #1b351a;
}
.footer_company {
  max-width: 1216px;
}
.corporate-logo {
  margin-right: 10px;
}
.corporate {
  line-height: 2;
  text-align: left;
}
.footerNavigationMenu {
  background-color: #cdf2fa;
}
label[for="fs_p_footerNavigationItem_5"], label[for="fs_p_footerNavigationItem_6"], label[for="fs_p_footerNavigationItem_7"], label[for="fs_p_footerNavigationItem_8"], label[for="fs_p_footerNavigationItem_9"], label[for="fs_p_footerNavigationItem_10"], label[for="fs_p_footerNavigationItem_11"], label[for="fs_p_footerNavigationItem_12"] {
  border-bottom: none;
  background: #1C3362;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .footer_company {
    margin: 24px auto;
  }
  .footer_company_l {
    display: block;
    width: 220px;
    float: left;
  }
  .footer_company_l img {
    margin: 10px;
  }
  .footer_company_c {
    display: block;
    padding: 0 20px;
    width: calc(100% - 400px);
    float: left;
  }
  .footer_company_r {
    display: block;
    width: 180px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .footer_company {
    margin: 24px auto 10px auto;
  }
  .footer_company_l, .footer_company_r {
    margin: 0 auto;
  }
  .footer_company_c {
    padding-top: 20px;
  }
  .br-sp::before {
    content: "\A";
    white-space: pre;
  }
}
.fs-p-footerSnsLink__item {
  margin: 29px 15px;
}
.fs-p-footerSnsLink__item img {
  width: 58px;
}
#fb_logo {
  background: url("https://kanyou.itembox.cloud/item/f_logo_RGB-White_58.png") no-repeat;
  background-size: 58px;
}
#fb_logo a {
  width: 58px;
  height: 58px;
  background: url("https://kanyou.itembox.cloud/item/f_logo_RGB-White_58.png") no-repeat;
  background-size: 58px;
  display: block;
  text-indent: -9999px;
}
#fb_logo a:hover {
  background-image: url("https://kanyou.itembox.cloud/item/f_logo_RGB-Blue_58.png");
  background-size: 58px;
}
#ig_logo {
  background: url("https://kanyou.itembox.cloud/item/instagram_icon.png") no-repeat;
  background-size: 58px;
}
#ig_logo a {
  width: 58px;
  height: 58px;
  background: url("https://kanyou.itembox.cloud/item/instagram_icon.png") no-repeat;
  background-size: 58px;
  display: block;
  text-indent: -9999px;
}
#ig_logo a:hover {
  background-image: url("https://kanyou.itembox.cloud/item/instagram_icon_hover.png");
  background-size: 58px;
}
/* --- 送料表 --- */
.tbl-r05 td:first-child {
  background: #fbf5f5;
}
@media screen and (max-width: 600px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  img.timesc {
    width: 75%;
  }
  .kubun:before {
    content: "配送区分：";
  }
}
/* --- ご注文手続き画面（見やすく調整） --- */
.checkout_w {
  background: #f4de48;
  color: #000;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 8px 8px 4px 8px;
  text-align: center;
}
.checkout_w img {
  display: inline-block;
  vertical-align: middle;
}
.checkout_p {
  font-size: 1.2em;
}
.checkout_amazon {
  margin: 10px 0;
}
.checkout_s {
  font-size: 1em;
  color: #f00;
}
.fs-c-checkout-communicationTextarea {
  font-size: 1.2em;
}
.fs-c-checkout-preview {
  border: 1px solid #999;
}
.fs-c-checkout-orderInfo__title.fs-c-checkout-preview__title, .fs-c-checkout-buyerInfo__title.fs-c-checkout-preview__title, .fs-c-checkout-destination__title.fs-c-checkout-preview__title, .fs-c-checkout-paymentInfo__title.fs-c-checkout-preview__title, .fs-c-checkout-delivery__title.fs-c-checkout-preview__title, .fs-c-checkout-wrappingInfo__title.fs-c-checkout-preview__title, .fs-c-checkout-communicationInfo__title.fs-c-checkout-preview__title, .fs-c-checkout-couponInfo__title.fs-c-checkout-preview__title, .fs-c-checkout-pointInfo__title.fs-c-checkout-preview__title {
  background: #265226;
  border-bottom: none;
  padding-top: 8px;
  font-size: 1.25em;
  color: #fff;
}
.fs-c-orderTotalTable__grandTotal > td > span.fs-c-price {
  font-weight: bold;
  font-size: 2rem;
  color: #f14927;
}
.fs-c-checkout-communicationInfo__info.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationContent {
  line-height: 1.9;
  background-color: #f2f9f2;
}
.fs-c-checkout-destination__name__home.fs-c-homeLabel {
  color: #f14927;
  font-weight: bold;
}
.fs-c-checkout-customerInfo, .fs-c-checkout-destination__list, .fs-c-checkout-pointInfo__usePoint.fs-c-checkout-previewAndEdit__info.fs-c-checkout-confirmationList, .fs-c-checkout-delivery__method__deliveryDateTime.fs-c-pairList {
  background-color: #f2f9f2;
  padding: 10px;
  border-radius: 5px;
  border: 3px solid #e5e5e5;
}
.fs-c-checkout-checkoutMethod > .fs-c-checkout-checkoutMethod__body > .fs-c-checkout-customerInfo {
  background-color: initial;
}
.fs-c-checkout-checkoutMethod.is-active > .fs-c-checkout-checkoutMethod__body > .fs-c-checkout-customerInfo {
  background-color: #f2f9f2;
}
.fs-c-checkout-deliveryMethod__option__title {
  font-size: 1.5rem;
  margin: 20px 0 8px;
}
.fs-c-modal--medium.fs-c-modal--changeShippingAddress#__fs_modal_address > .fs-c-modal__inner > .fs-c-modal__contents > .fs-c-panelContainer {
  margin-bottom: 10px;
}
.fs-c-checkout-paymentMethod__title > .fs-c-radio, .fs-c-checkout-checkoutMethod__title > .fs-c-radio, .fs-c-checkout-pointSetting__title > .fs-c-radio, .fs-c-checkout-deliveryMethod__title > .fs-c-radio {
  font-size: 1.75rem;
  margin-top: initial;
  margin-bottom: initial;
  padding: 4px 0;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #265226;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #265226;
}
.fs-c-modal__title {
  font-size: 1.25em;
}
.fs-c-modal__close::before {
  font-size: 1.5em;
}
.fs-c-checkout-buyerInfo__body.fs-c-checkout-preview__body > .fs-c-panelContainer, .fs-c-checkout-destination__body.fs-c-checkout-preview__body > .fs-c-panelContainer, .fs-c-modal--medium.fs-c-modal--checkout-buyer#__fs_modal_buyer > .fs-c-modal__inner > .fs-c-modal__contents > .fs-c-panelContainer, .fs-c-modal--medium.fs-c-modal--changeShippingAddress#__fs_modal_address > .fs-c-modal__inner > .fs-c-modal__contents > .fs-c-panelContainer {
  display: block !important;
}
.fs-c-checkout-buyerInfo__body.fs-c-checkout-preview__body > .fs-c-panelContainer::before {
  white-space: pre-wrap;
  content: "お贈り主様情報を変更する場合は「変更」ボタンを押してください。\A";
  color: #f14927;
  font-weight: bolder;
}
.fs-c-checkout-buyerInfo__body.fs-c-checkout-preview__body > .fs-c-panelContainer::after {
  white-space: pre-wrap;
  content: "下記メールアドレスに「ご注文確認メール」が自動送信されます。";
}
.fs-c-checkout-destination__body.fs-c-checkout-preview__body > .fs-c-panelContainer::before {
  white-space: pre-wrap;
  content: "お届け先がご注文主様と異なる場合は「変更」ボタンを押してください。";
  color: #f14927;
  font-weight: bolder;
}
.fs-c-modal--medium.fs-c-modal--checkout-buyer#__fs_modal_buyer > .fs-c-modal__inner > .fs-c-modal__contents > .fs-c-panelContainer::after, .fs-c-modal--medium.fs-c-modal--changeShippingAddress#__fs_modal_address > .fs-c-modal__inner > .fs-c-modal__contents > .fs-c-panelContainer::after {
  white-space: pre-wrap;
  content: "※事業所様・店舗様の場合は「氏名」「氏名（フリガナ）」の姓・名欄が両方埋まるように分けてご入力ください。";
  color: #f14927;
  font-weight: bolder;
  font-size: 1.6rem;
}
.fs-c-button--change--small.fs-c-button--standard {
  background: #ce5204;
}
.fs-c-button--change--small > .fs-c-button__label {
  font-size: 1.5em;
  color: #fff;
}
.fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
  padding: 5px;
  text-align: center;
}
.order_step_f {
  font-size: 1.2em;
}
.order_step {
  font-size: 1em;
  background-color: rgb(255,255,0);
}
@media screen and (min-width: 600px) {
  .input {
    margin: 0 auto;
    width: 596px;
  }
}
/* --- 鉢カバー種類ごとのタイトル帯 --- */
.goods_cr_01 {
  position: relative;
  line-height: 1.6;
  color: #ffffff;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #313131;
  text-align: center;
  font-size: 2em;
}
.goods_st100_01 {
  position: relative;
  line-height: 1.6;
  color: #000000;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #f5f5f5;
  text-align: center;
  font-size: 2em;
}
.goods_st_01 {
  position: relative;
  line-height: 1.6;
  color: #ffffff;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #6c272d;
  text-align: center;
  font-size: 2em;
}
.goods_cb_01, .goods_km7_01 {
  position: relative;
  line-height: 1.6;
  color: #ffffff;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #837269;
  text-align: center;
  font-size: 2em;
}
.goods_rg_01 {
  position: relative;
  line-height: 1.6;
  color: #ffffff;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #7ebf59;
  text-align: center;
  font-size: 2em;
}
.goods_km_01 {
  position: relative;
  line-height: 1.6;
  color: #ffffff;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #502e01;
  text-align: center;
  font-size: 2em;
}
.goods_mn_01 {
  position: relative;
  line-height: 1.6;
  color: #000000;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #fffccc;
  text-align: center;
  font-size: 2em;
}
.goods_mb_01 {
  position: relative;
  line-height: 1.6;
  color: #000000;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #8fbc8f;
  text-align: center;
  font-size: 2em;
}
.goods_kms10_01 {
  position: relative;
  line-height: 1.6;
  color: #000000;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #fae0e1;
  text-align: center;
  font-size: 2em;
}
.goods_k_01 {
  position: relative;
  text-align: center;
  font-size: 2em;
}
.goods_c_01 {
  position: relative;
  line-height: 1.6;
  color: #ffffff;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #7f001b;
  text-align: center;
  font-size: 2em;
}
.goods_ko_01 {
  position: relative;
  line-height: 1.6;
  color: #000000;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #d8bfd8;
  text-align: center;
  font-size: 2em;
}
.goods_ssc_01 {
  position: relative;
  line-height: 1.6;
  color: #000000;
  border-top: solid 1px gray;
  border-bottom: solid 1px gray;
  background: #e2e2e4;
  text-align: center;
  font-size: 2em;
}
.goods_intro {
  font-weight: 100;
  width: 700px;
}
@media screen and (max-width: 700px) {
  .goods_intro {
    width: 100%;
    font-size: 18px;
  }
}
/* --- 該当カテゴリで「登録商品なし」文言を非表示 --- */
.fs-body-category-glossary .fs-c-noResultMessage, .fs-body-category-howtoraise .fs-c-noResultMessage, .fs-body-category-h_ivy_gold .fs-c-noResultMessage, .fs-body-category-h_airansasu .fs-c-noResultMessage, .fs-body-category-h_aohiroba .fs-c-noResultMessage, .fs-body-category-h_agabe_ate .fs-c-noResultMessage, .fs-body-category-h_arareya .fs-c-noResultMessage, .fs-body-category-h_okisikarujyu-mu .fs-c-noResultMessage, .fs-body-category-h_kashiwagomu_fi .fs-c-noResultMessage, .fs-body-category-h_kasutanosupe .fs-c-noResultMessage, .fs-body-category-h_karatea_makoyana .fs-c-noResultMessage, .fs-body-category-h_karatea_ransiforia .fs-c-noResultMessage, .fs-body-category-h_karatea_ro-uizeenpela .fs-c-noResultMessage, .fs-body-category-h_kyaniforiumu_h .fs-c-noResultMessage, .fs-body-category-h_kuroton .fs-c-noResultMessage, .fs-body-category-h_kuwazuimo .fs-c-noResultMessage, .fs-body-category-h_kokoyasi .fs-c-noResultMessage, .fs-body-category-h_kobarutosida .fs-c-noResultMessage, .fs-body-category-h_korudhirine_suto .fs-c-noResultMessage, .fs-body-category-h_konsinna_ho .fs-c-noResultMessage, .fs-body-category-h_zamia_pumirahi .fs-c-noResultMessage, .fs-body-category-h_sangoaburagiri .fs-c-noResultMessage, .fs-body-category-h_kurohoushi_sa .fs-c-noResultMessage, .fs-body-category-h_sansuberia_kindorika .fs-c-noResultMessage, .fs-body-category-h_sansebe_shi .fs-c-noResultMessage, .fs-body-category-h_si-gure-pu .fs-c-noResultMessage, .fs-body-category-h_angustifolia .fs-c-noResultMessage, .fs-body-category-h_simatorineko .fs-c-noResultMessage, .fs-body-category-h_jyawabirou .fs-c-noResultMessage, .fs-body-category-h_shingapo-rupa-mu .fs-c-noResultMessage, .fs-body-category-h_sutenokarupu_si .fs-c-noResultMessage, .fs-body-category-h_sutereosuperumamu_lemonlime .fs-c-noResultMessage, .fs-body-category-h_sutorerichia_nonri-fu .fs-c-noResultMessage, .fs-body-category-h_supathifiramu .fs-c-noResultMessage, .fs-body-category-h_sofora_littlebaby .fs-c-noResultMessage, .fs-body-category-h_songuobuindhia .fs-c-noResultMessage, .fs-body-category-h_songofjyamaika .fs-c-noResultMessage, .fs-body-category-h_daiginryu .fs-c-noResultMessage, .fs-body-category-h_polisyasu_furu .fs-c-noResultMessage, .fs-body-category-h_tsubidansasu_ka .fs-c-noResultMessage, .fs-body-category-h_tokuriran_norina .fs-c-noResultMessage, .fs-body-category-h_dorasena_maruko .fs-c-noResultMessage, .fs-body-category-h_dirasena_dorako .fs-c-noResultMessage, .fs-body-category-h_dorasena_roshi .fs-c-noResultMessage, .fs-body-category-h_hanakirin .fs-c-noResultMessage, .fs-body-category-h_habukazura .fs-c-noResultMessage, .fs-body-category-h_pannoki .fs-c-noResultMessage, .fs-body-category-h_bikakusida_kou .fs-c-noResultMessage, .fs-body-category-h_himekuwazuimo .fs-c-noResultMessage, .fs-body-category-h_ficasu_iregu .fs-c-noResultMessage, .fs-body-category-h_ficasu_burgundy .fs-c-noResultMessage, .fs-body-category-h_kukabara .fs-c-noResultMessage, .fs-body-category-h_seroumu .fs-c-noResultMessage, .fs-body-category-h_firodendoron_tango .fs-c-noResultMessage, .fs-body-category-h_firodendoron_fanban .fs-c-noResultMessage, .fs-body-category-h_firodendoron_hohu .fs-c-noResultMessage, .fs-body-category-h_firodendoron_mandari .fs-c-noResultMessage, .fs-body-category-h_firodendoron_rojyokongo .fs-c-noResultMessage, .fs-body-category-h_puterisu .fs-c-noResultMessage, .fs-body-category-h_burakikiton .fs-c-noResultMessage, .fs-body-category-h_burasaia .fs-c-noResultMessage, .fs-body-category-h_burekunamu_gibamu .fs-c-noResultMessage, .fs-body-category-h_hosobaryubintai .fs-c-noResultMessage, .fs-body-category-h_polisyasu_ba .fs-c-noResultMessage, .fs-body-category-h_bombax .fs-c-noResultMessage, .fs-body-category-h_mirionban_do .fs-c-noResultMessage, .fs-body-category-h_mirukubusyu_mi .fs-c-noResultMessage, .fs-body-category-h_mominoki .fs-c-noResultMessage, .fs-body-category-h_monpanoki .fs-c-noResultMessage, .fs-body-category-h_unnan_syurotiku .fs-c-noResultMessage, .fs-body-category-h_kannonchiku .fs-c-noResultMessage, .fs-body-category-h_tukitoji .fs-c-noResultMessage, .fs-body-category-h_sankakuyashi .fs-c-noResultMessage, .fs-body-category-h_hasira_saboten .fs-c-noResultMessage, .fs-body-category-h_haniri_honkon .fs-c-noResultMessage, .fs-body-category-h_haniri_orizuru .fs-c-noResultMessage, .fs-body-category-h_tabibitonoki .fs-c-noResultMessage, .fs-body-category-tree .fs-c-noResultMessage, .fs-body-category-price .fs-c-noResultMessage, .fs-body-category-use .fs-c-noResultMessage {
  display: none;
}
/* --- グループページ装飾（吹き出し等） --- */
.group_m {
  margin: 10px;
  float: left;
}
.cb {
  clear: both;
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}
.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}
.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #a8e6a9;
  border-radius: 50%;
}
.balloon5 .chatting {
  width: 100%;
}
.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #a8e6a9;
  font-size: 1.15em;
}
.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #a8e6a9;
}
.says p {
  margin: 0;
  padding: 0;
}
.group_tree {
  color: #1C3362;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #1C3362;
  margin: 0 0 16px;
  padding: 12px 12px 12px 24px;
  border-radius: 5px;
}
.group_tree_content {
  font-size: 1.15em;
}
/* --- ギフト誘導ボックス --- */
.box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #347f17;
}
.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -52px;
  left: -3px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #347f17;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box27 p {
  margin: 0;
  padding: 15px;
}
.box28 {
  position: relative;
  margin: 5em 0;
  padding: 0.5em 1em;
  border: solid 3px #FFC107;
}
.box28 .box-title {
  position: absolute;
  display: inline-block;
  top: -52px;
  left: -3px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #FFC107;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box28 p {
  margin: 0;
  padding: 15px;
}
.box29 {
  margin: 2em 0;
  border: solid 3px #163f97;
}
.box29 .box-title {
  font-size: 1.2em;
  background: #163f97;
  padding: 1px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box29 p {
  padding: 15px 20px;
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5;
}
.box-title h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 900;
}
.recommend_gift {
  margin: 0 auto;
  display: block;
}
.roku-gou {
  color: #fff;
  background-color: #4eb5d8;
  font-weight: bold;
  padding: 1px 3px;
  margin: 2px;
}
.nana-gou {
  color: #fff;
  background-color: #67ac38;
  font-weight: bold;
  padding: 1px 3px;
  margin: 2px;
}
.hachi-gou {
  color: #fff;
  background-color: #fd7e1f;
  font-weight: bold;
  padding: 1px 3px;
  margin: 2px;
}
.recommend_red {
  color: #ff0000;
  font-size: 2em;
}
.recommend_same {
  border-radius: 3px;
  color: #fff;
  background: #0046c9;
  margin-right: 2px;
  font-size: 12px;
  line-height: 1;
  padding: 2px 8px;
}
/* --- 竜神木ページ カートに入れるボタン --- */
.fs-c-button--addToCart--list.fs-c-button--plain {
  width: 100%;
  margin: 0 auto;
  background: #ce5204;
  border: 1px solid #ce5204;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 0 2px #b2b2b2;
  padding: 0.8em 1.6em 0.6em;
}
@media screen and (max-width: 600px) {
  .fs-c-button--addToCart--list.fs-c-button--plain {
    padding: 0.2em 0em;
  }
}
/* --- 価格で選ぶ ボタン --- */
.btn-icon img {
  float: left;
}
.btn-icon {
  z-index: 1;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 8px 16px 8px 32px;
  border: medium solid #6492a8;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px;
  color: #6492a8;
}
.btn-icon a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.btn-icon:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}
.btn-icon:hover {
  opacity: 0.8;
}
.btn-icon h3 {
  font-size: 1.3em;
  font-weight: bold;
}
.price_container {
  text-align: center;
  margin: 5px;
}
.price_osusume {
  margin-right: 20px;
}
.price_price {
  color: #f00;
  font-size: 2rem;
}
.price_more {
  color: #f00;
  text-align: right;
  margin-right: 20px;
  font-weight: bold;
  font-size: 2rem;
}
/* --- 育て方ページ アコーディオンメニュー
 ※旧: acd.cssの色(紺/青)→後年ベタ書きで緑系に上書き済み。最終形のみ記載 --- */
.break:before {
  content: "\A";
  white-space: pre;
}
.acd-check {
  display: none;
  font-size: initial;
}
.acd-label::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 22px;
  background-image: url("https://kanyou.itembox.cloud/item/sozai_cman_jp_20200930141704.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.acd-label {
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  position: relative;
  font-size: initial;
  padding-right: 60px;
  color: #265226;
  background: #98c19840;
  border: initial;
}
.acd-label::after {
  box-sizing: border-box;
  content: "＋";
  display: block;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  font-size: initial;
  background: #fbc58c;
  color: white;
}
.acd-content p::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 22px;
  background-image: url("https://kanyou.itembox.cloud/item/sozai_cman_jp_20200930141741.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
}
.acd-content p {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.75em;
  margin-bottom: initial;
}
.acd-content {
  border: 1px solid #333;
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  font-size: initial;
  margin-bottom: 5px;
}
.acd-check:checked + .acd-label::after {
  content: "－";
  font-size: initial;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  font-size: initial;
}
.acd-content p {
  margin-bottom: initial;
}
/* PC個別調整（既存差分維持） */
/* --- バリエーションアコーディオン表示（SKU選択） --- */
.fs-c-variationList__item__title::before {
  content: "";
  height: 50px;
  margin: 4px;
  display: inline-block;
  vertical-align: middle;
}
.fs-c-variationList__item__title {
  padding: 3px 50px 3px 0px;
  font-size: 1.7rem;
  margin-bottom: 1px;
  cursor: pointer;
  background-color: #6492a8;
  color: #ffffff;
  line-height: 50px;
  position: relative;
  text-align: initial;
}
.fs-c-variationList__item__cart li {
  padding: 10px 0;
  border-bottom: 1px solid #999999;
}
/* --- 商品ページ クーポン説明 --- */
.coupon_explanation {
  border: solid 1px #33416f;
  margin: 10px 0px;
  padding: 5px;
}
.coupon_explanation_title {
  padding: 2rem 2rem;
  color: #354416;
  font-size: 1.7rem;
  font-weight: bold;
  background: #89c997;
  text-align: center;
}
.coupon_explanation_area {
  margin-top: 5px;
  padding: 5px;
  background-color: #fffdcd;
  text-align: center;
}
.coupon_explanation_summary {
  color: #b50904;
  font-size: 1.75rem;
  font-weight: bold;
}
.coupon_explanation_itemlink {
  margin: 5px 0px;
  padding: 5px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}
.coupon_explanation_discount {
  display: table;
  margin: 0 auto;
}
.coupon_explanation_red {
  font-size: 3rem;
  color: #b50904;
}
.coupon_explanation_off {
  font-size: 1.75rem;
}
.coupon_icon {
  display: table-cell;
  padding-right: 0.3em;
  white-space: nowrap;
}
.coupon_text {
  display: table-cell;
  width: 100%;
}
.coupon_explanation_choice {
  margin: 10px 0px;
  padding: 5px;
  background-color: #c92527;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
/* --- フローティングバナー・ポップアップ --- */
a#rc_rightArea_1 {
  width: 349px;
  position: fixed;
  top: 270px;
  right: -280px;
  display: inline-block;
  transition: all .2s ease;
  z-index: 9999;
}
a#rc_rightArea_1:hover {
  right: 0;
}
a#rc_rightArea_2 {
  width: 349px;
  position: fixed;
  top: 445px;
  right: -280px;
  display: inline-block;
  transition: all .2s ease;
  z-index: 9999;
}
a#rc_rightArea_2:hover {
  right: 0;
}
.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 90vw;
  max-width: 800px;
  max-height: 90vh;
  padding: 20px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  overflow: auto;
  scrollbar-color: #878788 #3b3b3c;
}
.popup_content img {
  margin-top: 40px;
}
.close_btn {
  position: fixed;
  font-size: 30px;
  cursor: pointer;
  background: rgba(0,0,0,.6);
  padding: 10px;
  color: #fff;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .popup_content {
    max-height: 70vh;
  }
}
.popup_content::-webkit-scrollbar, .popup_content::-webkit-scrollbar:horizontal {
  width: initial;
  height: initial;
}
.popup_content::-webkit-scrollbar-track, .popup_content::-webkit-scrollbar-corner {
  background: #3b3b3c;
}
.popup_content::-webkit-scrollbar-button {
  display: none;
}
.popup_content::-webkit-scrollbar-thumb {
  background: #878788;
}
.popup {
  z-index: 1000;
}
/* 育て方ポップアップ調整 */
/* ============================================================
 3. 季節企画・特集ページ専用
 ============================================================ */
/* --- 門松・正月企画 --- */
h1.k_title {
  max-width: 700px;
  height: 50px;
  color: #FFF;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  background-repeat: no-repeat;
}
h2.k_title {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  padding: 5px;
  width: 695px;
  color: #FFF;
  background-color: #000;
}
.k_delivery_info {
  max-width: 680px;
  padding: 10px;
  background-color: #FFFFE8;
}
.k_delivery_info span {
  font-weight: bold;
}
hr.k_line {
  width: 100%;
  border: 0 none;
  border-top: solid #F93 1px;
  margin: 5px 0px;
}
h1.k_media {
  max-width: 450px;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: .75em 1em;
  margin-top: 10px;
  background-color: #f0f0f0;
}
h1.k_media::before, h1.k_media::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
h1.k_media::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #ccc;
}
h1.k_media::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #ccc;
}
#kadomatsu_media {
  max-width: 437px;
  padding: 5px;
  border: solid 1px #f0f0f0;
  margin-left: 15px;
}
h1.ct_k_media {
  width: 100%;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: .75em 1em;
  margin-top: 10px;
  background-color: #f0f0f0;
}
h1.ct_k_media::before, h1.ct_k_media::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
h1.ct_k_media::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #ccc;
}
h1.ct_k_media::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #ccc;
}
#ct_kadomatsu_media {
  max-width: 697px;
  padding: 5px;
  border: solid 1px #f0f0f0;
  margin-left: 15px;
}
.delivery_info {
  max-width: 700px;
  padding: 5px;
  border: 1px #F90 solid;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
div.img_text p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.img_text img {
  width: 300px;
  margin-right: 10px;
}
dl.k_link {
  width: 100%;
  overflow: hidden;
}
.k_link dt {
  margin-bottom: 5px;
}
.k_link dd {
  float: right;
  overflow: hidden;
}
#kadomatsu_list h2 {
  width: 96%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 5px;
  border: double 3px #ffffff;
  background-color: #ff9933;
  line-height: 26px;
  padding-left: 10px;
}
p.kadomatsu_info {
  margin: 30px 0px 50px;
  font-size: 24px;
  font-weight: bold;
  color: #EF454A;
  text-align: center;
}
.square_btn_gr {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0.5em 0em;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  background: #090;
  border-bottom: solid 2px #060;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0,0,0,0.19);
  font-weight: bold;
}
.accbox {
  margin: 0 0;
  padding: 0;
  max-width: 98%;
}
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 12px;
  color: #fff;
  font-weight: bold;
  background: #393;
  cursor: pointer;
  transition: all 0.5s;
}
.accbox label:before {
  content: url(http://www.saisyokukenbi.jp/images/common/trigger-arrow.png);
  padding-right: 8px;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  background: #fff;
  opacity: 1;
}
.accbox .accshow p {
  margin: 5px 15px 10px 0px;
}
.cssacc:checked + label:before {
  content: url(http://www.saisyokukenbi.jp/images/common/triggeractive-arrow.png);
  padding-right: 8px;
}
.balloon {
  position: relative;
  padding: .5em .75em;
  background-color: #060;
  border-radius: 6px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.balloon::after {
  position: absolute;
  top: 100%;
  left: 48%;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #060;
}
.balloon_or {
  position: relative;
  padding: .5em .75em;
  background-color: #F90;
  border-radius: 6px;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.balloon_or::after {
  position: absolute;
  top: 100%;
  left: 48%;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #F90;
}
.red_frame {
  max-width: 680px;
  padding: 10px;
  border: solid 2px #F00;
  text-align: center;
  line-height: 18px;
}
.or_frame {
  max-width: 450px;
  padding: 5px;
  margin-bottom: 10px;
  border: solid 2px #F90;
  box-sizing: border-box;
}
.size_box {
  background: #DFD;
  border: #390 solid 2px;
  font-weight: bold;
  padding: 5px;
  max-width: 450px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.gr_btn {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  padding: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  border-radius: 5px;
  background-image: -moz-linear-gradient(top, #00C400 0%, #00C400 49%, #090 50%, #090);
  text-shadow: 1px 1px #555;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00C400), color-stop(0.49,#00C400), color-stop(0.50,#090), to(#090));
}
a.gr_btn {
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
}
ul.list2 {
  max-width: 700px;
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.list2 li {
  width: 48%;
  padding: 3px;
  float: left;
  text-align: center;
}
.kadomatsu-list table {
  text-align: left;
  line-height: 1.5;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.kadomatsu-list th {
  text-align: center;
  padding: 3px;
  font-weight: normal;
  border: 1px solid #666;
  background-color: #999;
  color: #FFF;
}
.kadomatsu-list td {
  text-align: center;
  padding: 3px;
  border: 1px solid #666;
}
#small, #medium, #large, #overlarge, #indoor {
  margin: 0px auto 20px;
  max-width: 100%;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  border-radius: 3px;
}
#small {
  background-color: #EB6153;
}
#medium {
  background-color: #F4B600;
}
#large {
  margin-bottom: 0px;
  background-color: #B48CBE;
}
#overlarge {
  margin-bottom: 0px;
  background-color: #A38046;
}
#indoor {
  background-color: #2A7135;
}
.conditions {
  display: flex;
  margin: 0 auto;
}
.conditions dl {
  float: left;
  width: 25%;
  padding: 1px;
  margin: 3px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.conditions dt {
  background-color: #111111;
  color: #ffffff;
  padding: 5px;
  border-radius: 2px;
}
.conditions dd {
  padding: 5px 0 4px;
  margin-left: 0;
  color: #111111;
}
#small h2, #medium h2, #large h2, #overlarge h2, #indoor h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 16px auto;
}
#small p, #medium p, #large p, #overlarge p, #indoor p {
  margin: 16px auto;
}
.our_company {
  margin-top: 0;
  color: #EF454A;
  text-align: center;
  font-size: 14px;
}
span.ng {
  width: 40%;
  margin-bottom: 3px;
  display: block;
  font-size: 1.2em;
  margin: 3px auto;
  text-align: center;
  padding: 3px;
  background-color: #FCC;
  font-weight: bold;
}
.kadomatsu_lineup {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 5px 5px;
  border: double 3px #ffffff;
  background-color: #ff9933;
}
h2#kadomatsu_lineup_title, h2#kadomatsu_lineup_title2 {
  font-size: 20px;
  border: none;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.kadomatsu_lineup ul {
  background-color: #ffffff;
  margin: 10px 10px 5px;
  border: solid 2px #ffb03f;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.5rem;
  font-size: 2rem;
}
.kadomatsu_lineup ul li {
  padding: 0 1em;
  list-style: none;
  display: inline-block;
  border-left: 1px solid #a2a9b1;
}
.kadomatsu_lineup ul li:first-child {
  border-left: none;
}
.kadomatsu_border {
  border-bottom: 1px solid #000000;
  margin: 30px auto;
}
ul.kadomatsu_list {
  overflow: hidden;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.kadomatsu_list li {
  width: 32%;
  float: left;
  text-align: center;
  margin: 0 auto 20px;
}
.kadomatsu_list li img {
  margin-bottom: 5px;
}
@media screen and (min-device-width: 321px) {
  table.kadomatsu-list {
    width: 90%;
  }
  th.kadomatsu-list {
    width: 20%;
  }
  td.kadomatsu-list {
    width: 40%;
  }
}
@media screen and (min-device-width: 700px) {
  table.kadomatsu-list {
    width: 80%;
  }
  th.kadomatsu-list {
    width: 20%;
  }
  td.kadomatsu-list {
    width: 40%;
  }
}
@media screen and (max-device-width: 768px) {
  p.kadomatsu_info {
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 699px) {
  ul.sizelist li {
    margin: 0 auto;
    max-width: 200px;
    display: block;
    border-left: none;
    border-bottom: 2px dotted #a2a9b1;
    line-height: 5rem;
  }
  ul.sizelist li:last-of-type {
    border-bottom: none;
  }
  h2#kadomatsu_lineup_title2 {
    font-size: initial;
    margin: 5px auto;
  }
  #small, #medium, #large, #overlarge, #indoor {
    display: table;
  }
  .conditions {
    display: initial;
    float: initial;
  }
  .conditions dl {
    float: left;
    width: calc(50% - 6px);
  }
  .kadomatsu_lineup ul {
    margin: 10px;
    padding: 5px;
  }
  ul.sizelist2 {
    margin: 0;
    padding: 5px;
  }
  ul.sizelist2 li {
    margin: 5px auto;
    line-height: 2rem;
    font-size: initial;
  }
  ul.sizelist2 li:nth-of-type(3) {
    border-left: none;
  }
  .kadomatsu_border {
    margin: 15px auto;
  }
}
@media screen and (min-width: 700px) {
  .sp-br {
    display: none;
  }
  .pc-space::before {
    content: "\00A0";
  }
}
/* --- 胡蝶蘭企画 --- */
.celebration {
  background: url(https://kanyou.itembox.cloud/item/celebration01.jpg) no-repeat left top;
  width: 740px;
  height: 384px;
  padding: 16px 0 0 44px;
  margin: 0 0 8px;
  border: 1px #CCBC8E solid;
}
.celebration h3 {
  color: #655526;
  font-size: 1.7em;
  font-weight: bold;
  padding: 0 0 0 40px;
  margin: 0 0 60px;
}
.celebration p {
  width: 450px;
  color: #403718;
  line-height: 1.75;
}
.kochoran_product {
  margin: 0 0 35px;
}
.kochoran_product h3 {
  height: 45px;
  line-height: 45px;
  font-size: 1.71875em;
  background: url(https://kanyou.itembox.cloud/item/bg_ttl01.png) no-repeat left top;
  padding: 0 0 0 70px;
  margin: 0 0 16px;
}
.kochoran_product > p {
  line-height: 1.75;
  margin: 0 0 27px;
}
.kochoran-any {
  max-width: 740px;
  margin-bottom: 50px;
}
.attraction {
  width: 740px;
  height: 542px;
  background: url(https://kanyou.itembox.cloud/item/bg_attraction.png) no-repeat left top;
  background-size: contain;
  padding: 24px 10px 0 0;
}
.attraction h3 {
  text-align: center;
  font-size: 1.875em;
  font-weight: normal;
  margin: 10px 0 16px;
}
.attraction li {
  list-style: none;
  float: left;
  width: 315px;
  margin: 0px auto 0px 40px;
}
.attraction li.last {
  margin-right: 0;
}
.attraction li h4 {
  width: 350px;
  display: table-cell;
  vertical-align: middle;
  background: url(https://kanyou.itembox.cloud/item/ico_butterfly01.png) no-repeat 0 1px;
  line-height: 1.5;
  height: 51px;
  color: #3F3718;
  border-bottom: 1px solid #443C1E;
  padding: 0 0 0 60px;
  font-weight: bold;
}
.attraction li p {
  color: #3F3718;
  line-height: 1.5;
  margin: 10px 0;
}
.kochoran_point {
  width: 740px;
  display: inline-block;
}
.kochoran_point h3 {
  font-size: 1.40625em;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background-color: #347F17;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 600px) {
  .attraction {
    width: initial;
    height: initial;
    background: initial;
    margin: 40px auto;
    padding: 10px 5px;
  }
  .attraction h3 {
    margin: 10px auto;
  }
  .attraction ul {
    padding: 10px;
  }
  .attraction li {
    float: initial;
    width: initial;
    margin: initial;
  }
  .kochoran_point {
    width: 100%;
  }
  .kochoran_point h3 {
    font-size: initial;
    padding: 10px 5px;
    height: initial;
    line-height: 1.5;
    text-align: center;
    word-break: keep-all;
  }
}
/* --- ご用途で選ぶ --- */
.use-textbox {
  display: flex;
  border: 1px solid #707070;
  margin-left: 0.3em;
  width: 50%;
  height: 163px;
}
.use-box01 {
  padding: 1px;
  display: flex;
}
.use-box02 {
  padding: 1px;
  display: flex;
}
.use-box03 {
  padding: 1px;
  display: flex;
  width: 100%;
}
.use-textbox a img {
  padding-bottom: -5;
  padding: 5px;
  width: 100%;
}
.use-textbox p {
  padding-left: 1em;
  padding-top: 2em;
  font-size: 1.5rem;
  text-decoration: none;
}
.use-btn a {
  display: inline-block;
  box-sizing: border-box;
  width: 250px;
  height: 60px;
  border: 1px solid #666;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  color: #666;
}
.use-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}
.use-feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.use-f-box01 {
  width: 50%;
}
.use-f-box02 {
  width: 50%;
  margin-left: 0.3em;
}
.youto-title-02 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 20px auto;
  padding: 2rem;
  border-left: 4px solid #00533f;
  color: #00533f;
  background: #fffcee;
}
.use-contents ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
  border: solid 2px #5c9ee7;
}
.use-contents ol li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 35px;
  line-height: 1.5em;
}
.use-contents ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.use-contents ol li:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #5c9ee7;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .use-textbox {
    display: flex;
    border: 1px solid #707070;
    margin-left: 0.3em;
    height: auto;
    width: 100%;
  }
  .use-box01 {
    display: flex;
    height: 70px;
  }
  .use-box02 {
    display: flex;
    height: 70px;
  }
  .use-box03 {
    display: flex;
    height: 70px;
  }
  .use-textbox a img {
    padding-bottom: -5;
    padding: 5px;
    width: 65px;
  }
  .use-textbox p {
    padding-top: 3px;
    font-size: 1.2rem;
    text-decoration: none;
  }
  .use-btn a {
    display: inline-block;
    box-sizing: border-box;
    width: 110px;
    height: auto;
    border: 1px solid #666;
    font-size: 0.5em;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #666;
    padding-top: 5px;
  }
  .use-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
    margin-left: 0.3px;
    font-size: 1.0rem;
  }
  .use-feature {
    display: flex;
    justify-content: space-between;
  }
  .use-f-box01 {
    width: 50%;
  }
  .use-f-box02 {
    width: 50%;
    margin-left: 0.3em;
  }
  .pot-info {
    font-size: 1.0rem;
  }
  .use-box-left {
    display: flex;
    width: 50%;
    height: 70px;
  }
  .fv-img {
    width: 100%;
    height: auto;
  }
}
/* --- 葉の特徴で選ぶ（硬い葉） --- */
.leaf-hard-box01 {
  padding: 1px;
  display: flex;
}
.leaf-hard-img {
  padding: 1px;
  width: 100%;
}
.leaf-hard-text {
  margin: 20px;
}
.leaf-hard-line {
  border: dashed 1px #666;
}
.leaf-hard-title {
  position: relative;
  padding: 0.35em 0.5em;
  background: #afeeee;
  color: #393939;
}
.leaf-hard-title-02:before {
  content: " ";
  position: absolute;
  top: -16px;
  left: 0;
  width: calc(100% - 16px);
  height: 0;
  border: solid 8px transparent;
  border-bottom-color: #5f9ea0;
}
@media screen and (max-width: 480px) {
  .leaf-hard-box01 {
    display: block;
  }
  .leaf-hard-img {
    padding: 1px;
    width: 100%;
  }
}
/* --- 育て方ページ 共通パーツ --- */
.howtoraise dl, .howtoraise dd, .howtoraise dt, .howtoraise p {
  margin: 0;
  padding: 0;
}
.howtoraise hr {
  overflow: hidden;
  width: 700px;
  margin: 20px 0px;
  border: none;
  border-top: 1px #CCC dotted;
}
.howtoraise h2 {
  margin-bottom: 20px;
}
.howtoraise h3 {
  width: 100%;
  padding: 5px 5px 5px 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  background: #EEE;
  box-sizing: border-box;
}
.howtoraise h4 {
  display: inline;
  height: auto;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  background: url(http://www.saisyokukenbi.jp/img/icon_ssikaku01.gif) no-repeat;
  padding-left: 15px;
}
.howtoraise h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  margin-bottom: 5px;
}
.howtoraise h6 {
  background-color: #f6f0e8;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
  margin: 10px 0px 5px 0px;
  box-sizing: border-box;
}
.btn_back {
  float: right;
  background: url(http://www.saisyokukenbi.jp/img/icon_3dot.gif) no-repeat right center;
  padding-right: 10px;
  color: #660000;
}
.howtoraise_pr dt {
  width: 200px;
  margin-right: 5px;
  float: left;
}
.howtoraise_pr dt img {
  width: 200px;
}
.howtoraise_pr dd {
  width: 700px;
}
.howtoraise_pr p {
  margin-bottom: 5px;
  overflow: hidden;
}
.sitte, #sitte {
  max-width: 700px;
  padding: 10px;
  background-color: #EEE;
  border: #CCC solid 1px;
  box-sizing: border-box;
}
.sitte span, #sitte span {
  padding: 0px 5px;
  border: #CCC solid 1px;
  background-color: #FFF;
}
.sitte hr, #sitte hr {
  width: 100%;
  text-align: center;
  border-top: #CCC solid 1px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.sitte dt, #sitte dt {
  font-weight: bold;
}
.sitte dd, #sitte dd {
  margin-bottom: 10px;
}
.howtoraise_table {
  width: 700px;
  border-bottom: 1px solid #ccc;
}
.howtoraise_table dl {
  width: 700px;
  display: table;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #e6e5f5;
}
.howtoraise_table dt {
  display: table-cell;
  vertical-align: middle;
  border-top: 1px solid #ccc;
  width: 20%;
  padding: 5px 5px;
  text-align: center;
}
.howtoraise_table dd {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 5px;
  background-color: #EEE;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.howtoraise_table table {
  margin: 0;
  padding: 0;
}
.howtoraise_table th {
  width: 10%;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
.induction {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 10px;
  text-align: center;
  border-radius: 10px;
  background: #f8f8f8;
  font-size: 2.5rem;
  line-height: 5rem;
  font-weight: bold;
}
.induction a {
  width: 80%;
  background: #c92527;
  border: 1px solid #c92527;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
  font-size: 125%;
}
@media screen and (max-width: 700px) {
  .howtoraise hr, .howtoraise_pr dd, .sitte, #sitte, .howtoraise_table, .howtoraise_table dl {
    width: 100%;
  }
  .induction {
    font-size: initial;
    line-height: initial;
  }
}
/* --- 育て方コラム記事ページ装飾 --- */
.howto_page_title {
  position: relative;
  margin-bottom: 50px;
}
.howto_page_title h1 {
  position: absolute;
  color: white;
  background-color: rgba(0,0,0,.6);
  font-size: 3rem;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 10px;
}
.howto_page_title > .fs-c-heading--page {
  border-bottom: none;
}
.howto_top {
  max-width: 960px;
  max-height: 400px;
  width: 100%;
  text-align: right;
}
.howto_top img {
  width: initial;
  height: inherit;
}
.howto_title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 20px auto;
  padding: 2rem;
  border-left: 4px solid #00533f;
  color: #00533f;
  background: #fffcee;
}
.howto_container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.howto_column {
  width: 100%;
  border: 1px solid #000;
  margin: 1%;
  padding: 10px 15px;
}
.howto_explanation, .box-detail {
  width: 100%;
  margin: 1%;
}
.checkmark001 {
  padding-left: 24px;
  position: relative;
  margin-left: 5px;
}
.checkmark001:before, .checkmark001:after {
  content: "";
  display: block;
  position: absolute;
}
.checkmark001:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 2px;
}
.checkmark001:after {
  border-left: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  width: 18px;
  height: 5px;
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}
.nocheck {
  padding-left: 20px;
  position: relative;
  margin-left: 5px;
}
.nocheck:before, .nocheck:after {
  content: "";
  display: block;
  position: absolute;
}
.nocheck:before {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  left: 0;
  top: 2px;
}
.howto_section {
  margin-bottom: 50px;
}
.howto_section p {
  font-size: 1.75rem;
  padding: 0 10px 10px 10px;
  line-height: 4.5rem;
}
.fr {
  float: right;
}
.order3, .order4 {
  padding-bottom: 30px;
}
.howto_recommend {
  display: inline;
  font-size: 26px;
  font-weight: bolder;
  background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(255,255,125) 70%);
}
.howto_cuttage_method {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.howto_increase {
  font-size: 2rem;
  font-weight: bolder;
  background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(177,255,0) 70%);
  padding-right: 10px;
}
.bolder {
  font-weight: bolder;
}
.howto_onepoint {
  background: #53BF49;
  color: #ffffff;
  padding: 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 5px;
  font-size: 0.9em;
}
.howto_lineup {
  background-color: #f6f0e8;
  text-align: center;
  font-size: 1.2em;
  padding: 10px;
  margin: 10px 0px 5px 0px;
  box-sizing: border-box;
  font-weight: bolder;
}
.toc-002 {
  margin-bottom: 30px;
  border: 2px solid #006441;
  border-radius: 3px;
}
.toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #006441;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}
.toc-002 ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden;
}
.toc-002 > ol {
  padding: 1em 1em 1em 3em;
}
.toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}
.toc-002 li {
  padding: 5px 0;
  font-weight: 600;
}
.toc-002 ol ol li {
  font-weight: 500;
  font-size: .9em;
}
.toc-002 a {
  color: #333;
  text-decoration: none;
}
.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  padding: 0 10px 30px 10px;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 600px;
  vertical-align: top;
}
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.howto_dashed-note {
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
}
#howto_item_column h3 {
  background: rgba(255,255,125,0.7);
  font-size: 2rem;
  margin: 15px 0;
  padding: 5px 0 4px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #3d6e3d;
}
#howto_item_column ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#howto_item_column li {
  padding: 0 10px 20px;
}
#howto_item_column li a, #howto_item_column li a:visited {
  text-decoration: none;
  color: #3d6e3d;
}
#howto_item_column li a:hover {
  color: #53bf49;
}
#howto_item_column li img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  background: #fff;
}
.howto_item_column03 li {
  width: 33%;
}
.howto_recommend_list {
  background-color: #eaf2eab5;
  padding: 5px 20px;
  border-radius: 10px;
}
.howto_recommend_list a, .howto_recommend_list a:visited {
  color: #3d6e3d;
}
.howto_recommend_list a:hover {
  color: #53bf49;
}
@media screen and (max-width: 1200px) {
  .box {
    flex-direction: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .howto_title {
    font-size: 2rem;
    padding: 1.5rem;
  }
  .howto_section p {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .howto_recommend {
    font-size: 18px;
  }
  .order1, .howto_explanation:nth-child(2) {
    margin-bottom: 50px;
  }
  .order2 {
    margin-bottom: 30px;
  }
  .howto_dashed-note {
    background-size: 8px 100%, 100% 3rem;
  }
}
@media (min-width: 1024px) {
  .howto_column {
    width: 48%;
  }
}
/* ============================================================
 4. 個別調整（旧オリジナルCSS設定 ベタ書き分）
 ※同一セレクタが複数回再定義されていたものは、最終的に画面に反映されている値のみ残しています
 ============================================================ */
.more {
  background: #3572b0;
  color: #fff;
  width: 200px;
  margin: 0 auto 100px;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
ul.s-erabu {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
li.s-erabu {
  padding: 0 2px;
  margin: 0 0 30px;
  box-sizing: border-box;
  display: block;
  text-align: initial;
  font-size: 1.2rem;
  width: 25%;
}
.s-erabu img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  margin-bottom: 5px;
}
.toptest {
  clear: left;
}
@media screen and (max-width: 600px) {
  li.s-erabu {
    width: 50%;
  }
}
#calendar {
  margin-top: 50px;
  text-align: center;
}
#calendar h4 {
  background: #3d6e3d;
  color: white;
  font-size: 1.6rem;
  padding: 5px 0 4px;
  border-radius: 15px;
  border-bottom: 2px;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
}
#calendar p {
  padding: 10px;
  font-size: 1rem;
  position: relative;
}
#calendar span {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fbe0e1;
  border: solid 1px #f0f6f0;
  margin-right: 2px;
}
#fs_ProductAuth .fs-l-pageMain {
  display: none;
}
/* 闇市グループパスワード非表示 */
#fs_productCarouselMainImage {
  height: 600px;
}
/* 商品画像表示枠の高さ固定 */
.fs-c-productPrice--stageUndetermined {
  display: none;
}
/* 会員価格を非表示 */
.pcimg {
  display: inline-block !important;
}
/* PC/SP出し分け画像 */
.spimg {
  display: none !important;
}
.option_table {
  width: 100%;
  border: 0;
  border: none;
  border-style: hidden;
}
.CR_title, .CB_title, .ST100_title, .ST_title, .KM7_title, .RG_title, .C_title, .K_title, .KM_title, .KMs10_title, .MB_title, .SSC_title, .MN_title, .seino, .h_image20_l, .h_image20_s {
  display: none !important;
}
#quick_fix {
  width: 700px;
  font-size: 1.5rem;
  line-height: 1.75;
  margin: 0 auto;
}
/* 商品説明文を全て700px */
.nt {
  font-size: 1.75rem;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mr20 {
  margin-right: 20px;
}
.ml20 {
  margin-left: 20px;
}
.fs-c-productNameHeading__copy::after {
  content: "\a";
  white-space: pre;
}
.fs-c-variationCart__variationName__stock {
  font-size: 2rem;
}
.fs-c-variationCart__variationName__name {
  font-size: 1.5rem;
}
.fs-c-variationCart__variationName__stockLabel::before {
  content: "残り";
}
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
  content: "数量▼";
  font-size: 2rem;
}
.fs-c-quantity__select.fs-system-quantity-list {
  cursor: pointer;
  font-size: 2rem;
}
.fs-c-quantity__number.fs-system-quantity-text {
  font-size: 2rem;
}
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 3rem;
}
.fs-c-productSelection__name, .fs-c-productOption__name {
  background: #add8e6;
  font-size: 1.75rem;
  padding: 6px;
}
.fs-c-productSelection__selection, .fs-c-productOption__option {
  font-size: 1.75rem;
  padding: initial;
}
.fs-c-dropdown::after {
  font-size: 4rem;
  padding: initial;
}
.fs-c-radio {
  font-size: initial;
  padding: 10px 0;
}
.fs-c-radio__radioLabelText {
  margin-right: 10px;
  font-weight: bold;
  line-height: initial;
}
.fs-c-button--addToWishList--detail.fs-c-button--particular {
  font-size: 1.5rem;
  padding: 10px;
}
.fs-c-button--addToWishList--detail > .fs-c-button__label {
  word-break: keep-all;
}
.fs-c-productSalesPeriod {
  background-color: #ffffff;
}
.product_no {
  word-break: keep-all;
  width: 100%;
  border: 1px solid currentColor;
  display: inline-block;
  background: transparent;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 8px;
  padding: 4px 4px;
  text-align: center;
}
.product_no span {
  font-weight: bold;
}
.fs-c-productListItem__productDescription {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}
.fs-c-productNumber {
  font-size: initial;
}
.fs-c-productNumber__label::before {
  content: "お問い合わせ用";
}
/* ランキング順位表示（トップ・カテゴリのおすすめカルーセル） */
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide > div {
  text-align: center;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide > div > article {
  text-align: initial;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide > div::before {
  font-family: 'Yusei Magic', sans-serif;
  word-break: keep-all;
  position: relative;
  display: block;
  background-image: url("https://kanyou.itembox.cloud/item/Black-Chalkboard-Background.jpg?t=20260908145846");
  background-size: cover;
  flex-basis: 200px;
  margin: 0 0 -7px 0px;
  font-size: 2.25rem;
  padding: initial;
  color: rgba(255,255,255,0.9);
  border: initial;
  max-width: 120px;
  min-width: 120px;
  background: #e4603a;
  border-radius: 35px;
  box-shadow: initial;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(1) > div::before {
  content: "第１位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(2) > div::before {
  content: "第２位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(3) > div::before {
  content: "第３位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(4) > div::before {
  content: "第４位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(5) > div::before {
  content: "第５位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(6) > div::before {
  content: "第６位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(7) > div::before {
  content: "第７位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(8) > div::before {
  content: "第８位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(9) > div::before {
  content: "第９位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(10) > div::before {
  content: "第１０位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(11) > div::before {
  content: "第１１位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(12) > div::before {
  content: "第１２位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(13) > div::before {
  content: "第１３位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(14) > div::before {
  content: "第１４位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(15) > div::before {
  content: "第１５位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(16) > div::before {
  content: "第１６位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(17) > div::before {
  content: "第１７位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(18) > div::before {
  content: "第１８位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(19) > div::before {
  content: "第１９位\a";
  white-space: pre;
}
.ranking.fs-c-productListCarousel.fs-c-slick > .fs-c-productListCarousel__list > .fs-c-productListCarousel__list__itemTrack.slick-initialized.slick-slider > .slick-list.draggable > .slick-track > .slick-slide:nth-of-type(20) > div::before {
  content: "第２０位\a";
  white-space: pre;
}
.ranking img {
  min-height: 200px;
  max-height: 200px;
  margin: 0 auto;
}
/* カテゴリ一覧サムネイル（サイドメニュー先頭アイコン） */
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--new-arrival > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/mn050020m1.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--recommend > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/km039003m1.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--stylish > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/st100037m1b.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--yoseue > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/mn020002-2-cw.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--trial > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/51TouxBzh0L._AC_.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--outlet > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/123076.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 63px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--goods > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/g010001m1.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--kochouran > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/ko500001.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--kadomatsu > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/k52501m1.jpg");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--tree > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/133980.png");
  background-repeat: no-repeat;
  background-size: auto 45px;
  background-position: center;
  width: 45px;
  height: 45px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.fs-pt_menu__item--price > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/118474.png");
  background-repeat: no-repeat;
  background-size: auto 45px;
  background-position: center;
  width: 45px;
  height: 45px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_howtoraise > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/125471.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_glossary > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/118344.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_potsize > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/149791.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_comonsense > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/139801.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_concept > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/concept_logo.png?1");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_soudan > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/22736419.png?1");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_qanda > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/144680.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_reviews > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/118282.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_voice > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/22822366.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_subscribe > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/129084.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_instagram > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/icon-instagram-circle-color.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-pt-menu__item.fs-pt-menu__item--lv1.side_menu_auctions > .fs-pt-menu__heading.fs-pt-menu__heading--lv1 > .fs-pt-menu__link.fs-pt-menu__link--lv1::before {
  content: "";
  background-image: url("https://kanyou.itembox.cloud/item/side_menu_auctions.png?1");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center;
  width: 50px;
  height: 50px;
  float: left;
  aspect-ratio: 1;
  object-fit: contain;
  margin-right: 10px;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
  content: "\e90c";
  margin: auto 0;
}
h3.side_menu_soudan_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #72a838;
}
.side_menu_soudan, .side_menu_qanda, .side_menu_reviews, .side_menu_voice, .side_menu_instagram, .side_menu_auctions, .fs-pt_menu__item--outlet {
  font-size: 115%;
  font-weight: bold;
}
.fs-pt_menu__item--outlet {
  color: #ff0000;
}
.fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--monstera, .fs-pt-menu__item.fs-pt-menu__item--lv2.fs-pt_menu__item--0-5000 {
  margin-top: 8px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
#option {
  margin-top: 10px;
}
.fs-c-productOption__comment, .fs-c-inputField, .fs-c-productSelection__field {
  background: #ffffff;
}
.fs-c-productOption__comment {
  text-align: center;
}
.fs-c-productOption__comment img {
  width: initial;
  max-height: 200px;
  max-width: 100%;
}
.top_carousel img {
  padding: 0 20px;
  opacity: 0.2;
  transition: all 1.5s;
}
.slick-active img {
  opacity: 1;
  transition: all 1.5s;
}
.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}
.fs-l-pageMain {
  font-size: 14px;
  line-height: 1.8;
}
.fs-pt-column__item {
  margin-bottom: 30px;
}
a img:hover {
  opacity: 0.8;
}
#slider a img:hover {
  opacity: initial;
}
.fs-pt-column__image > img {
  max-width: initial;
  width: 100%;
}
.toppage a {
  color: #000000;
}
.toppage a:hover {
  color: #000000;
  text-decoration: none;
}
.toppage a:visited {
  color: #000000;
}
.fs-p-searchForm__input, .fs-p-inputGroup__input, .fs-c-quantity__select, .fs-system-quantity-list, .fs-c-quantity__number, .fs-system-quantity-text {
  background-color: #ffffff;
  color: #333333;
}
#header_plate {
  display: none;
}
.fa-circle-question::before {
  font-family: "Font Awesome 5 Free";
  content: '\f059';
  font-style: initial;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
/* Google Chrome画像がぼやける回避 */
.fs-c-productStock {
  font-size: 2rem;
}
.fs-c-productStock__label::before {
  content: "早い者勝ち！残り";
  font-size: 2rem;
}
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
  font-size: initial;
}
.fs-c-productListItem__numberOfStock.fs-c-productListItem__notice.fs-c-productStock {
  display: none;
}
.fs-p-drawer__heading {
  margin-bottom: 15px;
}
/* 用途で選ぶページ */
.use_page_title {
  position: relative;
  margin-bottom: 50px;
}
.use_page_title h1 {
  color: #3d6e3d;
  background-color: rgb(255 255 255 / 75%);
  font-size: 2.5rem;
  font-weight: bold;
  padding: 2% 4%;
  box-shadow: 3px 3px 5px #0000004d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.use_page_title img {
  width: 100%;
}
.use_page_title > .fs-c-heading--page {
  border-bottom: none;
}
.use_comment h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.use_comment h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.use_comment > h2.fs-c-productListItem__productName > span.fs-c-productName__name {
  font-size: initial;
  font-weight: initial;
  margin-bottom: initial;
}
.use_comment p {
  margin-bottom: 50px;
}
h2.yosan_title {
  color: #236446;
  border-color: #346334;
  border-style: solid;
  border-width: 0 0 1px 0;
  font-size: 2rem;
  text-align: center;
  width: 80%;
  margin: 0 auto 60px;
  font-weight: bold;
}
h3.yosan_title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  background: #039677;
}
.yosan_more {
  margin: 0px auto 120px;
  padding-top: 10px;
  text-align: center;
}
a.yosan_more_btn {
  background-color: #c78d2f;
  padding: 10px 30px;
  color: #fff;
  box-shadow: 0 0 2px #b2b2b2;
  font-size: 2rem;
  border-radius: 3px;
  text-decoration: none;
}
.use_lead h2 {
  padding: 10px;
  background-color: #f9f6e0;
  text-align: center;
}
.use_k_rank h3 {
  margin: 10px 0;
  font-size: 2rem;
  font-weight: bold;
}
.use_k_rank span {
  display: block;
  margin: 20px 0;
  font-size: 2rem;
  color: #FF0000;
  font-weight: bold;
}
.use_k_rank {
  margin-bottom: 100px;
}
.use_k_rank_tmb {
  width: 300px;
  aspect-ratio: 1;
  object-fit: contain;
}
.use_k_rank td {
  max-width: 50%;
  padding: 0 10px 20px 0;
  vertical-align: top;
}
img.use_k_rank_no {
  max-width: 50px;
}
.contents_box {
  width: 70%;
  margin: 0 auto;
  color: #06432d;
  padding: 1%;
}
.c_hachi-height {
  width: 80%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 40px;
}
/* 鉢の号数による高さの目安 */
#company {
  scroll-margin-top: 280px;
}
/* トップ:アンカーリンク位置調整 */
.warranty_na {
  margin: 20px 0;
}
/* 保証案内上下余白 */
.celebration_menu {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: 10px 0 60px;
  font-size: 2rem;
  line-height: 50px;
  text-align: center;
}
.celebration_menu ul {
  flex-basis: 25%;
}
.celebration_menu a {
  display: block;
  border: 1px solid #3572b0;
  margin: 10px;
  text-decoration: none;
}
.celebration_menu a:visited {
  border: 1px solid #728496;
  text-decoration: none;
}
.celebration_menu a:hover {
  border: 1px solid #3790e8;
  text-decoration: none;
}
.celebration_menu a:active {
  border: 1px solid #3381ce;
  text-decoration: none;
}
.fs-c-productListItem__image.fs-c-productImage {
  aspect-ratio: 1;
  object-fit: contain;
}
.fs-c-productListItem__image__image.fs-c-productImage__image {
  margin: 0 auto;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.fs-c-productListCarousel.fs-c-slick {
  margin-bottom: 30px;
}
.fs-c-featuredProduct div {
  aspect-ratio: initial !important;
}
.fs-c-documentArticle__heading {
  background: #8da0b6;
}
.use_same {
  border-radius: 3px;
  color: #fff;
  background: #0046c9;
  margin-right: 2px;
  font-size: 12px;
  line-height: 1;
  padding: 2px 8px;
}
.era_era_era {
  margin: 15px 0 30px;
}
.era_era_era p {
  font-size: 1.9rem;
  padding: 0 10px 25px 35px;
  line-height: 3rem;
}
.era_era_era strong {
  font-weight: bold;
  color: #f00;
}
div.era_price_menu:first-of-type {
  margin-bottom: 0;
}
.col_2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.col_2 > a {
  width: 48%;
  margin: 1%;
  padding: 10px;
  display: block;
  border: 1px solid #3572b0;
  text-decoration: none;
}
.col_2 > a:visited {
  border: 1px solid #728496;
  text-decoration: none;
}
.col_2 > a:hover {
  border: 1px solid #3790e8;
  text-decoration: none;
}
.col_2 > a:active {
  border: 1px solid #3381ce;
  text-decoration: none;
}
.col_2 > a > div > img {
  max-width: 40%;
  float: left;
  padding-right: 10px;
}
.col_2 > a > div > p {
  padding-top: 10px;
}
#search_menu {
  display: none;
}
.fs-c-radio__radioMark, .fs-c-productOption__price {
  flex-shrink: 0;
}
.fs-c-productOption__price {
  color: #b50904;
}
.fs-c-price__symbol {
  padding: 5px 2px 5px 5px;
  font-size: 2rem;
}
.fs-c-productCarouselMainImage__image {
  margin: 0 20px;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 2rem;
}
.fs-c-productPrice__addon {
  font-size: 1.5rem;
}
a:hover {
  text-decoration: none;
}
.fs-p-memberInfo {
  float: right;
}
.fs-p-memberInfo > div {
  font-size: 1.75rem;
  background: rgba(255,255,255,0.5);
  padding: 5px;
  margin: 15px;
  text-align: right;
  line-height: 30px;
}
.fs-p-memberInfo__points {
  font-size: 2rem;
}
.fs-p-phoneOrder {
  padding-bottom: 10px;
}
.fs-pt-carousel__slide img {
  margin: 0 auto;
}
.fs-p-heading--lv2 {
  width: 32%;
  color: #306332;
  border-bottom: 1px solid #306332;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  word-break: keep-all;
}
.fs-p-headerUtilityMenu__list {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .fs-l-header__contents {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto auto;
  }
}
/* 旧: grid-template-columns: 22em 1fr 4em; と grid-column: 2 は現在のヘッダー構造(ロゴ側/メニュー側の2要素)に合わずロゴが圧縮される不具合の原因だったため削除（テーマ標準のグリッドに委ねる） */
/* 商品詳細ページ限定: 「ヘッダーエリア」レイアウトパーツの構造上、header_follow_part(スライダー機能)を直接の子に持つ.fs-l-header__contentsが、本来のヘッダーとは別にもう1つ存在してしまう。それをgrid化させないための対策（HTML側は変更していません） */
.fs-l-header__contents:has(> .header_follow_part) {
  display: block;
}
.fs-p-searchForm__button::before {
  font-size: 2.5rem;
  left: 3px;
}
.unregistered {
  background: #789;
  border: 1px solid #789;
  border-radius: 5px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.8em 1.6em 0.6em;
  box-shadow: 0 0 2px #b2b2b2;
  min-width: 240px;
}
.unregistered:hover {
  text-decoration: none;
}
.member_link {
  background-color: #505b66;
  border: 1px solid #505b66;
}
.fs-c-productMainImage__image > img {
  aspect-ratio: 1;
  object-fit: contain;
}
.to_yukka {
  margin: 0 auto 10px;
}
.fs-p-headerNavBar {
  background: #599859;
}
.fs-p-phoneOrder__phoneNum {
  color: #469f4b;
  font-weight: bolder;
  margin-right: 8px;
}
#old_title img {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 300px;
}
input {
  background-color: #fff;
}
.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
  margin-top: 32px;
}
.fs-c-requiredMark::before {
  color: #f14927;
  font-size: 3rem;
  line-height: 3rem;
}
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
  font-size: 1.5rem;
  line-height: 2;
}
.fs-c-checkAndNotice {
  padding: 10px 5px 5px;
}
.fs-c-productSelection__selection {
  margin-bottom: 8px;
}
.fs-c-agreementConfirmation__message {
  background-color: #fdf8ea;
}
.fs-p-listWithCheckmark > li {
  display: block;
  background-color: #ffffff;
}
.fs-c-checkbox__labelText {
  max-width: 100%;
}
.fs-c-checkbox__checkMark::before {
  font-size: 1.4em;
  top: 0.05em;
}
.fs-c-checkbox__checkMark {
  width: 22px;
  height: 22px;
  margin: 0px 10px;
  min-width: 22px;
}
.fs-c-checkbox__label {
  align-items: initial;
  margin: 15px 0 10px;
}
.fs-c-productSelection__field > input {
  border-color: #da4453;
  background-color: #fcf5c2;
}
.fs-p-phoneOrder__addition {
  font-size: 1.5rem;
  font-weight: bold;
}
.amapay_button {
  padding: 8px 10px;
  border-radius: 5px;
  border: 2px solid #f90;
  margin: 10px 3px;
}
.amapay_button_headline {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #f90;
  padding-bottom: 0.6em;
}
.fs-c-cartPayment, .fs-c-payWithAmazon {
  margin-top: 0;
}
.cart_upper {
  font-weight: bold;
  display: block;
}
.fs-c-orderTotalTable__mainRow > td {
  color: #f14927;
}
.fs-c-cartPayment__button.fs-c-buttonContainer.fs-c-buttonContainer--unregisteredUserPurchase {
  padding-top: 10px;
}
.fs-c-purchaseHere__message > div > p > span.my-true {
  display: none;
}
.fs-c-button--unregisteredUserPurchase.fs-c-button--secondary {
  background: #ff0000;
  border: 1px solid #ff0000;
}
.fs-c-button--loginAndPurchase.fs-c-button--primary, .fs-c-button--unregisteredUserPurchase.fs-c-button--secondary, .fs-c-button--purchaseHere.fs-c-button--primary {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.fs-c-cartTable__headerCell {
  background-color: #fdf8ea;
}
.fs-l-main {
  margin-top: 0;
}
.fs-c-breadcrumb__list > li {
  display: inline;
  line-height: 1.75;
  font-size: 1.25rem;
}
.red {
  color: #cc3300;
}
.fs-c-cartTable__message {
  font-size: 1.2rem;
  padding: 3px 5px;
  line-height: 2rem;
  border-radius: 5px;
  word-break: break-all;
}
.flywheel-recommend__frame img {
  aspect-ratio: 1;
  object-fit: contain;
}
.fs-c-documentColumn__heading {
  border-color: #006441;
}
.fs-p-footerNavigationItem .fs-p-footerNavigationItem__title {
  background: #006441;
  color: white;
}
.fs-c-subgroupList__link::after {
  color: #606060;
}
.fr3-productListCarousel__slides {
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.toph1 {
  text-align: center;
}
.fr3-item__rankContainer .fr3-item__rank {
  height: 25px;
  font-size: 1.4rem;
  color: white;
  background-color: #e26b4c;
}
.fr3-item__rankContainer {
  font-size: 1.7rem;
  color: white;
  background-color: #e26b4c;
  padding-top: 4px;
  height: 34px;
  width: 80px;
  border-radius: 47%;
}
.fr3-item__rankContainer::before {
  content: "第";
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}
.fr3-item__rankContainer::after {
  content: "位";
  padding-right: 10px;
  font-weight: bold;
  font-size: 1.5rem;
}
details > li {
  list-style: none;
}
.productlist_btn a.btn {
  position: relative;
  transition: 0.3s;
  width: 270px;
  height: 45px;
  line-height: 20px;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 15px;
  background: #fff;
  border: 2px solid #236446;
  color: #236446;
  font-weight: bold;
  border-radius: 25px;
  margin-bottom: 40px;
}
.productlist_btn .move::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #1d5336;
  border-right: 2px solid #1d5336;
  transform: rotate(45deg) translateY(20%);
  transform-origin: top center;
  transition: 0.15s;
}
.fs-c-linkedServiceLogin__body {
  gap: 0;
}
.fs-c-linkedServiceLogin__title, .fs-c-newUsers__title {
  margin-bottom: 20px;
}
.more_button {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .more_button {
    width: 97%;
  }
}
.fs-p-footerNavigationItem__body {
  padding: 8px 4px;
}
.fs-c-featuredProduct__title {
  width: 75%;
  color: #306332;
  border-bottom: 1px solid #306332;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  margin: 75px auto 30px;
  padding-bottom: 10px;
}
.top_recommend10_img {
  text-align: center;
  max-width: 85%;
  background-color: #fae0e1;
  margin: 0 auto;
  padding: 10px 0;
}
.top_recommend08_img {
  text-align: center;
  max-width: 85%;
  background-color: #ffecdd;
  margin: 0 auto;
  padding: 10px 0;
}
.top_recommend07_img {
  text-align: center;
  max-width: 85%;
  background-color: #e7f2e1;
  margin: 0 auto;
  padding: 10px 0;
}
.top_recommend06_img {
  text-align: center;
  max-width: 85%;
  background-color: #e5f4f9;
  margin: 0 auto;
  padding: 10px 0;
}
.fs-c-productThumbnail__image__caption {
  display: none;
}
/* ボタンと誤認多いためバリエーション名非表示 */
.fs-l-header__contents, .header_follow_part {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1000;
}
/* ヘッダー固定 */
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  display: none;
}
/* チャネルトーク設置に伴い非表示 */
/* カートに入れるボタンを左右に揺らす */
#basket > div.fs-c-productActionButton.fs-c-buttonContainer > button {
  will-change: transform;
  animation: saisyoku-cart-wiggle 3.2s ease-in-out infinite;
}
@keyframes saisyoku-cart-wiggle {
  0%, 60% {
    transform: translateX(0);
  }
  64% {
    transform: translateX(-4px);
  }
  68% {
    transform: translateX(4px);
  }
  72% {
    transform: translateX(-3px);
  }
  76% {
    transform: translateX(3px);
  }
  80% {
    transform: translateX(-2px);
  }
  84% {
    transform: translateX(2px);
  }
  88%, 100% {
    transform: translateX(0);
  }
}
#basket > div.fs-c-productActionButton.fs-c-buttonContainer > button:hover, #basket > div.fs-c-productActionButton.fs-c-buttonContainer > button:focus-visible {
  animation-play-state: paused;
  transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
  #basket > div.fs-c-productActionButton.fs-c-buttonContainer > button {
    animation: none !important;
  }
}
/* ============================================================
 5. plant-note 専用スタイル（観葉植物コラム記事：PC/SP共通思想）
 ============================================================ */
.plant-note {
  color: #333;
  line-height: 1.8;
  overflow-x: clip;
  font-size: 16px;
}
.plant-note .fs-c-documentColumn__content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  text-align: left;
}
.plant-note :is(.plant-note__inner, .plant-note__body) {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.plant-note .fs-c-documentColumn {
  margin: 0 0 28px;
}
.plant-note :is(h1,h2,h3,h4) + p {
  margin-top: 0;
}
.plant-note h2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 22px 0 14px;
  padding: 12px 16px 12px 30px;
  position: relative;
  background: rgba(46,125,50,.12);
  color: #1b5e20;
}
.plant-note h2::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10%;
  width: 6px;
  height: 80%;
  background: #2e7d32;
}
.plant-note h3 {
  font-weight: 600;
  line-height: 1.5;
  margin: 14px 0 6px;
  padding: 10px 14px 10px 18px;
  position: relative;
  background: rgba(0,0,0,.05);
  color: #222;
}
.plant-note h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  width: 4px;
  height: 76%;
  background: rgba(46,125,50,.55);
}
.plant-note h4 {
  font-weight: 600;
  line-height: 1.6;
  margin: 12px 0 8px;
  padding: 8px 12px 8px 16px;
  position: relative;
  background: rgba(0,0,0,.03);
  color: #222;
}
.plant-note h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  width: 3px;
  height: 76%;
  background: rgba(46,125,50,.45);
}
.plant-note strong {
  color: #2e7d32;
}
.plant-note p {
  margin: 0 0 14px;
}
.plant-note ul {
  margin: 0 0 1.2em;
  padding-left: 0;
}
.plant-note ul > li {
  margin-left: 0;
  padding-left: 0;
}
.plant-note ol {
  margin: 0 0 1.2em;
  padding-left: 1.2em;
}
.plant-note__card ul:last-child, .plant-note__card ol:last-child, .plant-note__card p:last-child {
  margin-bottom: 0 !important;
}
.plant-note img {
  max-width: 100%;
  height: auto;
  display: block;
}
.plant-note .plant-note__video {
  margin: 0 0 18px;
}
.plant-note .plant-note__videoFrame {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 14px;
  overflow: hidden;
}
.plant-note .plant-note__videoFrame video {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 70vh;
  margin: 0 auto;
  object-fit: contain;
}
.plant-note .plant-note__videoFrame iframe {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .plant-note .plant-note__videoFrame {
    max-width: 100%;
  }
  .plant-note .plant-note__videoFrame video {
    width: 100% !important;
    max-height: none;
  }
}
.plant-note .plant-note__recoBox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.plant-note .plant-note__recoThumb {
  flex: 0 0 180px;
}
.plant-note .plant-note__recoBody {
  flex: 1;
  min-width: 240px;
  text-align: left;
}
.plant-note .plant-note__recoBody a.plant-note__link {
  word-break: break-all;
  text-decoration: underline;
}
.plant-note .plant-note__recoCta {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 6px;
}
.plant-note .plant-note__recoItem {
  margin-bottom: 18px;
}
.plant-note .plant-note__productList {
  margin-top: 10px;
}
.plant-note .plant-note__product {
  margin-bottom: 18px;
}
.plant-note .plant-note__productBox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.plant-note .plant-note__productBody {
  flex: 1;
  min-width: 240px;
  text-align: left;
}
.plant-note .plant-note__url {
  display: inline-block;
  word-break: break-all;
  text-decoration: underline;
}
.plant-note .plant-note__thumb {
  width: 180px;
  flex: 0 0 180px;
}
.plant-note .plant-note__thumb img {
  width: 180px;
  max-width: 180px;
  height: auto;
  display: block;
}
.plant-note .plant-note__productList .plant-note__productBody h3 {
  background: none !important;
  padding: 0 !important;
  margin: 6px 0 4px !important;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  position: static !important;
}
.plant-note .plant-note__productList .plant-note__productBody h3::before {
  display: none !important;
}
.plant-note .plant-note__btn, .plant-note .plant-note__cta {
  display: inline-block;
  padding: 18px 70px;
  margin-top: 6px;
  margin-bottom: 32px;
  background: linear-gradient(135deg, #2e7d32, #43a047);
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(46,125,50,.40);
  transition: all .25s ease;
}
.plant-note .plant-note__btn:hover, .plant-note .plant-note__cta:hover {
  background: linear-gradient(135deg, #1b5e20, #2e7d32);
  box-shadow: 0 10px 22px rgba(46,125,50,.50);
  transform: translateY(-2px);
}
.plant-note .plant-note__btn:active, .plant-note .plant-note__cta:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(46,125,50,.35);
}
@media (max-width: 640px) {
  .plant-note .plant-note__btn, .plant-note .plant-note__cta {
    width: 90%;
    max-width: 360px;
    padding: 20px 0;
    font-size: 1.5rem;
    margin-top: 4px;
    margin-bottom: 36px;
    text-align: center;
  }
}
.plant-note.plant-note--habit .fs-c-documentColumn {
  margin: 0 0 14px;
}
.plant-note.plant-note--habit h3 {
  margin: 12px 0 4px;
}
.plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) > :is(h1,h2,h3,h4,p,ul,ol) {
  margin: 0 !important;
}
.plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) > h2 {
  margin: 18px 0 10px !important;
}
.plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) > h3 {
  margin: 18px 0 8px !important;
}
.plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) > p {
  margin: 0 0 14px !important;
}
.plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) > ul, .plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) > ol {
  margin: 0 0 1.2em !important;
}
.plant-note.plant-note--habit :is(.plant-note__inner, .plant-note__body) > .plant-note__grid {
  margin: 0 0 14px !important;
}
.plant-note .plant-note__topicTitle {
  display: block;
  width: 100%;
  margin: 26px 0 22px;
  padding: 14px 20px 14px 32px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #2f4f3a;
  background: #eef6ef;
  border-left: 10px solid #8fbfa3;
  box-sizing: border-box;
}
.plant-note .plant-note__habitMarker {
  position: relative;
  display: inline;
  z-index: 0;
  padding: 0 2px;
}
.plant-note .plant-note__habitMarker::after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0.15em;
  width: calc(100% + 6px);
  height: 0.75em;
  background: linear-gradient(to right, #c8f2c2 0%, #def8d7 50%, #c8f2c2 100%);
  opacity: 0.8;
  border-radius: 6px;
  z-index: -1;
  transform: none;
}
@media (max-width: 640px) {
  .plant-note .plant-note__habitMarker::after {
    height: 0.65em;
  }
}
/* トップページ ヘッダースライダー(header_follow_part) 左右余白解消 */
.fs-l-header__contents > .header_follow_part {
  padding: 0;
}
