@charset "utf-8";

/*
* ▼▼▼ここから固定エリア
*/
#wrapper {
  background-color: #FFF;
}

/* 共通
* =========================================== */
/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.yu-g {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
}
.yu-m {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*
* ▲▲▲ここまで固定エリア
*/

/*
* ▼▼▼ここから自由記入
*/

.a1-m {
  font-family: "Shippori Mincho", serif;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.bellefair {
  font-family: 'Bellefair', serif;
}

.shizuku_contents,
.shizuku_contents:before,
.shizuku_contents:after,
.shizuku_contents *,
.shizuku_contents *:before,
.shizuku_contents *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.shizuku_contents {
  color: #646464;
}

.shizuku_contents a {
  transition: all 0.2s ease-in-out;
}
.shizuku_contents a:hover {
  opacity: 0.7;
}

/* 画像は原則100%（石は親pのwidthで制御するのでOK） */
.shizuku_contents img {
  width: 100%;
  height: auto;
  display: block;
}

.shizuku__logo {
  text-align: center;
  position: relative;
  top: -160px;
}

.shizuku-mv {
  width: 100%;
}

.shizuku-mv__slide--pc {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.shizuku-mv__slide--pc.slick-initialized{
  opacity: 1;
}

.shizuku-mv__slide--pc .slick-dots {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 20px;
  display: inline-block;
  padding: 8px 0;
}

.shizuku-mv__slide--pc .slick-dots li {
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
}

.shizuku-mv__slide--pc .slick-dots li button:before {
  font-size: 28px;
  color: #fff;
}

.shizuku-mv__slide--pc .slick-dots li button {
  width: 24px;
  height: 24px;
}

.shizuku-mv__logo {
  text-align: center;
}

.shizuku-mv__read {
  width: 155px;
  margin: 0 auto;
}

.shizuku-mv__logo {
  width: 493px;
  margin: 30px auto 0;
}

.shizuku-mv__text {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.3em;
  margin: 46px 0 0;
}

.shizuku__title {
  text-align: center;
}

.shizuku__title .shizuku__headline {
  font-size: 20px;
  letter-spacing: 0.2em;
}

.shizuku__title .shizuku__read {
  font-size: 10px;
  letter-spacing: 0.2em;
  margin: 4px 0 0;
}

/* =========================
   SIMULATION
   ========================= */
.shizuku-simulation {
  background: #f4f1ec;
  padding: 90px 0;
}

.shizuku-simulation__main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
}

/* in/out のボックス（背景） */
.shizuku-simulation__main--in {
  position: relative;
  width: 100%;
  height: 350px;
  max-width: 500px;
  background-image: url(../img/bg_product.png);
  background-size: cover;
  overflow: hidden; /* 装飾のはみ出し保険 */
}

.shizuku-simulation__main--out {
  position: relative;
  width: 100%;
  height: 350px;
  max-width: 500px;
  background-image: url(../img/bg_styling.png);
  background-size: cover;
  overflow: hidden;
}

/* inner（HTMLにあるので基準化しておく） */
.shizuku-simulation__main--inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 石（in側）: 46px固定で載せる */
.left-stone-in {
  position: absolute;
  top: 116px;
  left: 202px;
  width: 46px;
  z-index: 5;
  pointer-events: none;
  margin: 0;
}

.right-stone-in {
  position: absolute;
  top: 121px;
  left: 252px;
  width: 46px;
  z-index: 5;
  pointer-events: none;
  margin: 0;
}

/* 石（out側）: 8px固定で載せる */
.left-stone-out {
  position: absolute;
  top: 269px;
  left: 244px;
  width: 8px;
  z-index: 10;
  pointer-events: none;
  margin: 0;
}

.right-stone-out {
  position: absolute;
  top: 269px;
  left: 253px;
  width: 8px;
  z-index: 10;
  pointer-events: none;
  margin: 0;
}

/* info-block は石より前面に */
.info-block {
  position: absolute;
  top: 245px;
  left: 0;
  width: 100%;
  z-index: 20;
}

.info-block__name_result {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.info-block p {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 2px;
}

.info-block__name_result--left,
.info-block__name_result--right {
  width: 150px;
}

.shizuku-simulation_result_text {
  font-size: 11px;
  display: block;
}

.info-block__occupancy_result {
  margin: 4px 0 0;
}

.info-block__box_result {
  width: 200px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.shizuku-simulation .shizuku-simulation_content_annotation {
  font-size: 10px;
  color: #d71718;
  font-weight: bold;
  text-align: center;
  display: none;
}

.shizuku-simulation .shizuku-simulation_content_annotation a {
  color: #d71718;
  font-weight: bold;
}

.shizuku-simulation .shizuku-simulation_content_annotation_pattern2 {
  font-size: 10px;
  color: #d71718;
  font-weight: bold;
  text-align: center;
  display: none;
}

.shizuku-simulation .shizuku-simulation_content_annotation_pattern2 a {
  color: #d71718;
  font-weight: bold;
}

.shizuku-simulation .shizuku-simulation_content_annotation_pattern3 {
  color: #646464;
  font-size: 10px;
  text-align: center;
  margin-top: 0;
}

/* ===== 結果エリア（PHP内の<style>相当を統合） ===== */
.shizuku-simulation__result {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 900px; /* PHP inline の値に寄せる */
  margin: 40px auto 0;
  padding: 30px 20px 0;
  border-top: 1px dotted #ccc; /* 点線 */
}

.left-result, .right-result {
  width: 45%;
  max-width: none;
}

.left-result {
  background-image: none; /* 以前のline.pngを使うなら戻してください */
}

.result__namewrap {
  position: relative;
  padding: 0 50px;
}

.result__type {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  letter-spacing: 3.5px;
  text-indent: 3.5px;
  color: #888;
}

.result__name {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 5.3px;
  color: #333;
}

.result__img {
  position: absolute;
  top: 50%;
  right: 12%;
  width: 34px;
  height: 34px;
  margin-top: -17px;
}

.result__txt {
  width: 100%;
  max-width: 400px;
  margin: 15px 0 0;
  padding: 0 16px;
  color: #666;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.2em;
  text-indent: 0;
}

.shizuku-simulation__inputwrap {
  width: 100%;
  max-width: 750px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.shizuku-simulation__inputwrap input {
  display: none;
}

.leftinput,
.rightinput {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.rightinput {
  margin-top: 18px;
}

.leftinput_label,
.rightinput_label {
  display: block;
  width: 100%;
  max-width: 100px;
  background: #a98e5b;
  color: #fff;
  font-size: 14px;
  padding: 2px 0 0;
  letter-spacing: 0.2em;
  text-align: center;
}

.left-input-set,
.right-input-set {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-left: 45px;
}

.right-input-set label {
  position: relative;
  right: -3px;
}

.shizuku-simulation__inputwrap label {
  display: block;
  width: 16px;
  cursor: pointer;
}

.is-select {
  opacity: 0.3 !important;
}

/* ===== 以降：他セクションは元CSSを踏襲 ===== */

.shizuku-inclusion{
  margin: 75px 0 70px 0;
  text-align: center;
  letter-spacing: 0.16em;
}
.shizuku-inclusion .shizuku-inclusion__title{
  color: #9E804B;
  font-size: 15px;
  margin-bottom: 15px;
}
.shizuku-inclusion .shizuku-inclusion__txt{
  line-height: 2.2;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: normal;
}
.shizuku-inclusion .shizuku-inclusion__btn{
  font-size: 12px;
}
.shizuku-inclusion .shizuku-inclusion__btn a{
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 1px solid  #636464;
  color: #636464;
}
.remodal.remodal-notice{
  text-align: left;
  position: relative;
  letter-spacing: 0.16em;
}
.remodal.remodal-notice h2{
  color: #9e804b;
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 40px;
}
.remodal.remodal-notice .boxes{
  padding: 60px 55px;
  position: relative;
  margin-bottom: 40px;
}
.remodal.remodal-notice .boxes:before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #9e804b, #9e804b 1px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
}
.remodal.remodal-notice .boxes:after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #9e804b, #9e804b 1px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
}
.remodal.remodal-notice .boxes .box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.remodal.remodal-notice .boxes .box.-center{
  align-items: center;
}
.remodal.remodal-notice .boxes .box:last-child{
  margin-bottom: 0;
}
.remodal.remodal-notice .boxes .box .txt{
  order: 2;
  max-width: 51%;
  width: 100%;
}
.remodal.remodal-notice .boxes .box .txt h3{
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 1.2;
  border-bottom: 1px solid  #636464;
  margin-bottom: 15px;
  color: #636464;
}
.remodal.remodal-notice .boxes .box .txt .txt01{
  font-size: 13px;
  line-height: 2;
  margin-bottom: 15px;
  color: #636464;
  letter-spacing: 0;
}
.remodal.remodal-notice .boxes .box .txt02{
  font-size: 12px;
  color: #9E804B;
  line-height: 1.8;
  letter-spacing: 0;
}
.remodal.remodal-notice .boxes .box .image{
  order: 1;
  max-width: 40%;
  width: 100%;
}
.remodal.remodal-notice .boxes .box .image img{
  max-width: 100%;
}
.remodal.remodal-notice h4{
  color: #9e804b;
  text-align: center;
  margin-bottom: 40px;
  line-height: 2;
  font-size: 15px;
}
.remodal.remodal-notice .close01{
  position: absolute;
  top: 40px;
  right: 50px;
  max-width: 35px;
  cursor: pointer;
}
.remodal.remodal-notice .close01 img{
  max-width: 100%;
}
.remodal.remodal-notice .close02{
  text-align: center;
  max-width: 130px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.remodal.remodal-notice .close02 img{
  max-width: 100%;
}

.shizuku-simulation__cvbtn {
  text-align: center;
}

.shizuku-simulation__cvbtn a {
  background: #a98e5b;
  color: #fff;
  font-size: 17px;
  padding: 11px 0 10px;
  max-width: 215px;
  margin: 32px auto 0;
  letter-spacing: 0.2em;
  display: block;
}

.shizuku-simulation_caption {
  font-size: 12px;
  margin: 4px 0 0;
  letter-spacing: 0.2em;
  text-align: center;
}

.shizuku-simulation_text {
  margin: 32px 0 0;
  text-align: center;
}

.shizuku-simulation_text p {
  color: #d71718;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 11px;
  margin: 8px 0 0;
}

.shizuku-simulation_text a {
  color: #d71718;
  font-weight: bold;
  text-decoration: underline;
}

/* 〜中略：styling/story/event/collection は元CSSのままでOK（あなたの貼付内容をそのまま移植してください） */

/* slick / animation / utility */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeIn {
  0% { opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.jsc_fade_parent { opacity: 0; }
.jsc_fade_parent.active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jsc_fade_child { opacity: 0; }
.jsc_fade_child.active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.jsc_fade_second { opacity: 0; }
.jsc_fade_second.active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-dots {
  bottom: -40px;
  width: 900px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.6;
}

.slick-slide:focus { outline: none; }
.slick-initialized .slick-slide img:focus { outline: none; }


/* =========================
   SP（500px以下）
   ========================= */
@media screen and (max-width: 500px) {
  .dn_sp { display: none !important; }

  .shizuku-mv {
    margin: 0 0 -47px;
  }

  .slick-dots {
    width: 92%;
  }

  .shizuku-styling {
    margin: 50px 0 0;
  }

  .shizuku__logo {
    top: -130px;
  }

  .shizuku-mv__read {
    width: 27.2%;
  }

  .shizuku-mv__logo {
    width: 60.666%;
  }

  .shizuku-simulation {
    margin: 0;
    padding: 50px 0;
  }

  .shizuku-styling__title {
    position: relative;
    top: inherit;
    color: #646464;
    font-size: 20px;
  }

  .shizuku-styling__slide {
    margin: 30px 0 0;
  }

  .shizuku-mv__text {
    font-size: 14px;
    line-height: 2;
    margin: 40px 0 0;
  }

  .shizuku-styling__item {
    margin: 0;
  }

  /* 結果エリア：SPは縦積み */
  .shizuku-simulation__result {
    display: block;
    background: #fff;
    padding: 27px 26px;
    margin: 40px auto 0;
    width: 84%;
    border-top: none;
  }

  .left-result, .right-result {
    width: 100%;
    margin: 0;
  }
  .right-result {
    margin-top: 53px;
  }

  .result__type {
    font-size: 12px;
  }

  .result__name {
    font-size: 18px;
    margin: 5px 0 0;
  }

  .result__txt {
    padding: 0;
    margin: 12px 0 0;
    font-size: 12px;
  }

  .shizuku-simulation__main {
    display: block;
    margin: 32px auto 0;
  }

  .shizuku-simulation__main--in {
    height: 0;
    padding-top: 20%;
    background-image: url(../img/bg_product_sp.png);
  }

  .shizuku-simulation__main--out {
    height: 0;
    padding-top: 20%;
    background-image: url(../img/bg_styling_sp.png);
  }

  .shizuku-simulation__inputwrap {
    margin: 10px auto 0;
    padding: 0;
    width: 73%;
  }

  .left-input-set,
  .right-input-set {
    margin-left: 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .rightinput {
    display: none;
    margin: 4px 0 0;
  }

  .shizuku-simulation__inputwrap label {
    margin: 16px 7% 0;
    width: 6%;
  }

  /* SPの石位置（あなたの元CSSを踏襲） */
  .shizuku-simulation__main--in .left-stone-in {
    top: 40.1vw;
    left: 36.2vw;
    width: 12.2vw;
  }

  .shizuku-simulation__main--in .right-stone-in {
    width: 12.6vw;
    top: 40.4vw;
    left: 49.5vw;
  }

  .shizuku-simulation__main--out .left-stone-out {
    width: 2.1vw;
    top: 83vw;
    left: 57.3vw;
  }

  .shizuku-simulation__main--out .right-stone-out {
    width: 2.1vw;
    top: 83.2vw;
    left: 59.6vw;
  }

  .info-block__box_result {
    width: 160px;
  }

  .info-block {
    top: inherit;
    bottom: 20px;
  }

  .info-block p {
    font-size: 11px;
  }

  .shizuku-simulation_caption {
    margin: 40px 0 0;
  }

  .shizuku-simulation__cvbtn a {
    margin: 8px auto 0;
  }

  .shizuku-simulation .shizuku-simulation_content_annotation_pattern3 {
    margin-top: 2px;
  }
}

/* 501px以上の場合 */
@media screen and (min-width: 501px) {
  .dn_pc { display: none !important; }
}

/* =========================
   FIX: SPでsimulationのinfo-blockが次要素に被さる問題
   ========================= */
@media screen and (max-width: 500px) {

  /* 1) 比率ボックスの高さを確保（20%だと低すぎて崩れる）
     ※必要なら 90%〜120% の範囲で微調整してください */
  .shizuku-simulation__main--in,
  .shizuku-simulation__main--out{
    height: 0 !important;
    padding-top: 100% !important; /* ←ここが肝 */
    position: relative !important;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }

  /* 2) inner を padding-top で作った領域いっぱいに広げる */
  .shizuku-simulation__main--in .shizuku-simulation__main--inner{
    position: absolute !important;
    inset: 0 !important;
    width: 100%;
    height: 100%;
  }

  /* 3) info-block の基準を bottom に固定（上に被さらないように） */
  .shizuku-simulation__main--in .info-block{
    top: auto !important;
    bottom: 6vw !important; /* 20px固定よりvwが安定しやすい */
    z-index: 20;
  }
}

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

  /* slick化した時に幅が暴れないようにする */
  .shizuku-simulation__main,
  .shizuku-simulation__main .slick-list,
  .shizuku-simulation__main .slick-track,
  .shizuku-simulation__main .slick-slide{
    width: 100% !important;
    max-width: 100% !important;
  }

  .shizuku-simulation__main .slick-slide{
    float: none !important;
    height: auto;
  }

  /* 画像側のボックスを1枚表示に最適化 */
  .shizuku-simulation__main--in,
  .shizuku-simulation__main--out{
    width: 100% !important;
    max-width: 100% !important;
  }

  /* dotsの見切れ防止（必要なら） */
  .shizuku-simulation__main .slick-dots{
    width: 100% !important;
    bottom: -28px;
  }
}

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

  /* 座標系をコンテナ基準に揃える */
  .shizuku-simulation__main--in,
  .shizuku-simulation__main--out{
    position: relative !important;
  }

  /* in（商品） */
  .shizuku-simulation__main--in .left-stone-in{
    top: 40.1% !important;
    left: 36.2% !important;
    width: 12.2% !important;
  }
  .shizuku-simulation__main--in .right-stone-in{
    top: 40.4% !important;
    left: 49.5% !important;
    width: 12.6% !important;
  }

  /* out（着用） */
  .shizuku-simulation__main--out .left-stone-out{
    top: 83.0% !important;
    left: 57.3% !important;
    width: 2.1% !important;
  }
  .shizuku-simulation__main--out .right-stone-out{
    top: 83.2% !important;
    left: 59.6% !important;
    width: 2.1% !important;
  }
}

@media screen and (max-width: 500px){
  .shizuku-simulation__tab--sp{
    margin: 18px auto 0;
  }
  .shizuku-simulation__tab__label{
    cursor: pointer;
  }
}

/* === SPタブ（LEFT/RIGHT）が青リンクになってしまう問題を強制修正 === */
@media screen and (max-width: 500px) {

  /* タブ全体を横並びに */
  .shizuku_contents .shizuku-simulation__tab--sp{
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 14px !important;
    margin: 18px auto 0 !important;
    padding: 0 16px !important;
  }

  .shizuku_contents .shizuku-simulation__tab{
    width: auto !important;
    margin: 0 !important;
    text-align: center !important;
  }

  /* a が「ただのリンク」にならないように完全にボタン化 */
  .shizuku_contents a.shizuku-simulation__tab__label,
  .shizuku_contents a.shizuku-simulation__tab__label:link,
  .shizuku_contents a.shizuku-simulation__tab__label:visited,
  .shizuku_contents a.shizuku-simulation__tab__label:hover,
  .shizuku_contents a.shizuku-simulation__tab__label:active{
    display: block !important;
    width: 120px !important;
    padding: 8px 0 6px !important;
    background: #fff !important;
    color: #a98e5b !important;
    text-decoration: none !important;
    border: 1px solid #a98e5b !important;
    font-size: 14px !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
  }

  /* アクティブ時 */
  .shizuku_contents a.shizuku-simulation__tab__label.is-active{
    background: #a98e5b !important;
    color: #fff !important;
  }

  .shizuku_contents .shizuku-simulation__tab__text{
    margin-top: 6px !important;
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    color: #646464 !important;
  }

  /* 初期状態：右側の選択UIは非表示（JSで切替） */
  .shizuku_contents #tab-right{
    display: none;
  }
}

/* === ShizukuCustomize: 非表示調整 === */

/* SP：価格を消す */
@media screen and (max-width: 500px) {
  .shizuku_contents .info-block__price_result,
  .shizuku_contents .info-block__price_result_wrap {
    display: none !important;
  }
}

/* PC/SP：購入ボタンを消す */
.shizuku_contents .shizuku-simulation__cvbtn {
  display: none !important;
}

/* stone 7 / 11 を強制的に表示（どこかの display:none 対策） */
.shizuku_contents .left-input-set label.color-7,
.shizuku_contents .right-input-set label.color-7,
.shizuku_contents .left-input-set label.color-11,
.shizuku_contents .right-input-set label.color-11{
  display: block !important;
}