@charset "utf-8";

.serif {
  font-weight: 700;
}
.intro {
  margin: -10px 0 0;
}
.intro p {
  font-size: 19px;
  text-align: center;
}
.caution_content {
  color: #da6373;
  border-radius: 10px;
  outline: 3px solid #f5dbdf;
  margin: 35px auto;
  max-width: 1120px;
}
.caution_content div{
  margin-top: 0;
  text-align: center;
  font-size: 19px;
}
.intro p.serif {
  font-size: 24px;
  margin-bottom: 14px;
}
.intro img {
  border-radius: 10px;
  margin-top: 33px;
}
.lg_inner_space {
  padding-bottom: 50px;
}

@media only screen and (max-width:568px) {
  .lg_inner_space {
    padding-bottom: 40px;
  }
}


/* --------------------
ランキング
-------------------- */
#ranking_content {
  margin-top: 40px;
}
.ribbon-title {
  /* background: url(../img/memorial-goods/ribbon-title.png) center no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 1.4em;      /* 上余白を小さく */
  padding-bottom: 1em;   /* 下余白を大きく */
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 1120px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  color: #fff;
  top: -88px;
}

.ribbon-wrap {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 60px auto -60px;
}

.ribbon-img {
  width: 100%;
  height: auto;
  display: block;
}

.ribbon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  white-space: nowrap;
  line-height: 1.2;
}

.ribbon-text .highlight {
  color: #ffff33;
  font-size: 34px;
}

.forpc-img {
  display: block;
}
.forsp-img {
  display: none;
}

.ribbon-title .icon {
  margin-right: 0.3em;
  font-size: 28px;
}

.ribbon-title .highlight {
  color: #ffff33;
  font-size: 34px;
}

.ribbon-title::before {
  content: '';
  background: url(../img/top/leaf_pink_left.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 60px;
  position: absolute;
  left: 19%;
  top: -2px;
  z-index: 10;
}

.ribbon-title::after {
  content: '';
  background: url(../img/top/leaf_pink_right.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 60px;
  position: absolute;
  right: 24%;
  top: -2px;
  z-index: 10;
}

.ranking_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 0 auto;
  max-width: 1120px;
}

.ranking_list li {
  width: 200px !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

/* 商品名ブロックを2行ベースに固定 */
.ranking_name {
  min-height: 3em; /* ≒2行ぶんの高さ */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-top: 0.4em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.ranking_list img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.ranking_rank {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

.ranking_list li dl{
  padding: 0 0 .5em;
}
.ranking_list li dd{
  border-top: #d6d6d6 1px solid;
  border-bottom: #d6d6d6 1px solid;
}
.ranking_rank.gold {
  color: #b98a4a;
  font-size: 24px;
}

.ranking_rank.gold::before {
  content: '';
  background: url(../img/memorial-goods/crown01.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 23px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.ranking_rank.silver::before {
  content: '';
  background: url(../img/memorial-goods/crown02.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 23px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.ranking_rank.bronze::before {
  content: '';
  background: url(../img/memorial-goods/crown03.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 23px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.ranking_rank.green::before {
  content: '';
  background: url(../img/memorial-goods/crown04.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 23px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.ranking_rank.blue::before {
  content: '';
  background: url(../img/memorial-goods/crown05.svg) no-repeat;
  background-size: contain;
  width: 35px;
  height: 23px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.ranking_rank.silver {
  color: #ababab;
  font-size: 24px;
}

.ranking_rank.bronze {
  color: #dd7447;
  font-size: 24px;
}

.ranking_rank.green {
  color: #6acc93;
  font-size: 24px;
}

.ranking_rank.blue {
  color: #78ccff;
  font-size: 24px;
}

/* 商品名ブロックを2行ベースに固定 */
.ranking_name {
  min-height: 3em; /* ≒2行ぶんの高さ */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  margin-top: 1em;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}

/* 金額を商品名と揃えるためにマージン固定 */
.ranking_price {
  min-height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #da6272;
}

.ranking_price .yen {
  font-size: 18px;
}

.ranking_price .tax {
  font-size: 15px;
  color: #333;
}

.ranking_link {
  display: block;
  margin-top: auto;
  font-size: 1.2em;
  color: #999;
  text-decoration: none;
  padding: 0.6em 0;
}

.ranking_link.gold:hover {
  background-color: rgba(185, 138, 74, 0.15); 
}

.ranking_link.silver:hover {
  background-color: rgba(171, 171, 171, 0.15);
}

.ranking_link.bronze:hover {
  background-color: rgba(221, 116, 71, 0.15);
}

.ranking_link.green:hover {
  background-color: rgba(106, 204, 147, 0.15);
}

.ranking_link.blue:hover {
  background-color: rgba(120, 204, 255, 0.15);
}

.ranking_link img.arrow_img {
  width: 16px; 
  height: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:1024px) {
  .ribbon-wrap {
    margin: 0 auto -60px;
  }
  .ribbon-title {
    top: -82px;
  }
  .ranking_list li {
    width: 170px !important;
  }
  .ranking_list {
    gap: 0;
  }
}
@media only screen and (max-width:960px) {
  .ribbon-title {
    top: -62px;
  }
  .ribbon-title {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .ribbon-title .highlight {
    font-size: 24px;
  }
  .ribbon-title::before {
    width: 13px;
    height: 42px;
  }
  .ribbon-title::after {
    width: 13px;
    height: 42px;
  }
  .ranking_list li {
    width: 140px !important;
  }
  .ranking_rank.gold::before,
  .ranking_rank.silver::before,
  .ranking_rank.bronze::before,
  .ranking_rank.green::before,
  .ranking_rank.blue::before {
    left: 10px;
  }
}
@media only screen and (max-width:568px) {
  .ttl_page_section {
    font-size: 21px;
  }
  .forpc-img {
    display: none;
  }
  .forsp-img {
    display: block;
  }
  .ribbon-text {
    font-size: 24px;
  }
  .ribbon-title .highlight {
    font-size: 19px;
  }
  .ribbon-title {
    width: 100%;
    height: auto;
    font-size: 16px;
    top: -68px;
    left: 15px;
    line-height: 1.35em;
    position: relative;     /* ← 必須：::after の基準位置にする */
    overflow: hidden;       /* ← はみ出した装飾をカットする */
    margin: 0 auto 10px ;
  }
  .ribbon-title::before {
    width: 70%;
    height: 70%;
    left: 40px;
    top: 4px;
  }
  .ribbon-title::after {
    width: 70%;
    height: 70%;
    right: -145px;
    top: 4px;
  }
  #ranking_content {
    padding: 0 20px;
  }
  .ribbon-wrap {
    margin: 0 auto -50px;
  }
  .ranking_rank.gold,
  .ranking_rank.silver,
  .ranking_rank.bronze,
  .ranking_rank.green,
  .ranking_rank.blue {
    font-size: 20px;
  }
  .ranking_name {
      font-size: 15px;
      margin-top: 6px;
  }
  .ranking_item {
    width: auto;
  }
  .ranking_list {
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: unset;
    justify-content: unset;
    gap: 0;
  }

  .ranking_list li {
    width: 135px !important; /* 見切れサイズ用に幅固定 */
    margin-right: 10px;
  }

  .slick-slide {
    margin-right: 10px;
  }

  .slick-track {
    display: flex !important;
  }
  .caution_content div {
    font-size: 15px;
    margin: 30px auto 40px;
  }

  .caution_content {
    border-radius: 5px;
    margin: 0 auto;
    width: 100%;
  }

  .ranking_rank.gold::before,
  .ranking_rank.silver::before,
  .ranking_rank.bronze::before,
  .ranking_rank.green::before,
  .ranking_rank.blue::before {
    left: 15px;
    width: 27px;
    height: 20px;
  }

  .ranking_price {
    font-size: 17px;
    display: block;
  }
  .ranking_price .yen {
    font-size: 14px;
  }
  .ranking_price .tax{
    font-size: 11px;
    letter-spacing: 0;
  }
  .arrow_img {
    margin-top: -10px;
  }
  .ranking_line:last-child {
    margin-top: -8px;
  }
  .ranking_list li.green .yen {
    font-size: 13px;
  }
}
/* --------------------
ランキングはここまで
-------------------- */

.goods_menu {
  /* margin-bottom: 84px; */
}
.goods_menu h3 {
  font-size: 27px;
  color: #fff;
  border-radius: 10px;
  padding: 7px 0 9px;
  margin-bottom: 30px;
}
.goods_menu ul.send_menu {
  margin-bottom: 60px;
}
.goods_menu ul.send_menu .btn_border a {
  border: 2px solid #b98a4a;
  color: #b98a4a;
}
.goods_menu ul.send_menu .btn_border a:hover {
  background: #b98a4a;
  color: #fff;
}
.goods_menu ul.send_menu .btn_border a::after {
  background: url(../img/common/icon_arrow_right_gold.svg) center no-repeat;
  background-size: contain;
}
.goods_menu ul.send_menu .btn_border a:hover::after {
  background: url(../img/common/icon_arrow_right_white.svg) center no-repeat;
  background-size: contain;
}
.goods_menu ul.memorial_menu::after {
  content: '';
  display: block;
  width: 33%;
}

.goods_menu ul {
  gap: 20px 0;
}
.goods_menu ul li {
  width: 33%;
  max-width: 360px;
  margin: 0;
}
.goods_menu li a {
  padding: 17px 0 18px;
}
.goods_menu li a::after {
  top: 40%;
  transform: rotate(90deg);
}

.footprint {
  position: relative;
}

.footprint::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/memorial-goods/footprints.png) no-repeat;
  z-index: 10;
}

.annotation_txt .footprint-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 17px;
  bottom: 3px;
}

.annotation_txt .mark {
  margin-right: 12px; /* 「※」とアイコンの余白 */
}

.bg_lightbrown {
  background: #f2ebe3;
}
.goods_wrapper {
  /* padding-top: 84px;
  margin-top: -84px; */
}
.goods_content {
  padding: 60px 0 60px;
}

.goods_content .annotation_txt {
  margin-top: 25px;
}

.goods_content .annotation_txt.second {
  margin-top: 0;
}

h3.goods_top {
  font-size: 32px;
  color: #fff;
  border-radius: 10px;
  padding: 7px 0 9px;
  margin-bottom: 40px;
  position: relative;
}
#key-chain.goods_wrapper, #key-chain_large.goods_wrapper {
  margin: 0 auto;
  max-width: 1120px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
#key-chain-pendant {
  padding: 60px 0 20px 0;
}
#key-chain-pendant .price.border {
  border: none;
}
#key-chain-pendant h3.goods_top {
  margin-bottom: -20px;
}
#key-chain_large .goods_content {
  padding-bottom: 45px;
}

/* ミニ遺骨ボトル */
#mini-bottle .goods_content .annotation_txt {
  margin-top: 0;
}
#mini-bottle .caution_content div{
  text-align: center;
  margin-top: -10px;
  /* padding-left: 40px; */
}
#mini-bottle .description_box.light-green-bg {
  background: #ecf5f5;
}

/* オーロラ骨壺 */
#cinerary-urn .price.border {
  border: none;
}
#cinerary-urn .item_box .photo::before {
  content: '';
  background: url(../img/memorial-goods/urn-no1.png) no-repeat;
  width: 90px;
  height: 101px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 9999;
}

.item_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.item_box .photo {
  width: 41.1%;
  max-width: 460px;
  position: relative;
  z-index: 10;
}
.item_box .photo.popular::before {
  content: '';
  background: url(../img/memorial-goods/popular_badge.svg) no-repeat;
  width: 65px;
  height: 78px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 10;
}
.item_box .photo.few::before {
  content: '';
  background: url(../img/top/goods_badge.svg) no-repeat;
  width: 65px;
  height: 78px;
  position: absolute;
  left: 20px;
  top: 0;
}
.item_box .photo img {
  border-radius: 10px;
}
.item_box .slider-for img {
  border-radius: 10px;
}
.item_box .item_info {
  width: 54.5%;
  max-width: 610px;
  position: static;
  z-index: 0;
}
h4.ttl_double_border {
  font-size: 30px;
  padding: 0.5em 0 0.5em;
  color: var(--site-primary);
  background: #fffbf7;
  margin: 4px 0 28px;
}
h4.ttl_double_border .size_small {
  font-size: 24px;
  display: inline;
  margin: 0 0 0 12px;
}
h4.ttl_double_border .en {
  color: #a3d3d7;
  font-size: 18px;
  position: relative;
  top: -3px;
}
h4.ttl_double_border .label {
  position: relative;
}
h4.ttl_double_border .label::before {
  content: '';
  background: url(../img/memorial-goods/label.svg) no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: -85px;
  transform: translateY(-50%);
}
h4.color_brown {
  color: #b98a4a;
  background: #f7ece091;
  border-top: 1px solid #b98a4a;
  border-bottom: 1px solid #b98a4a;
}
h4.color_brown::before {
  background: #b98a4a;
}
h4.color_brown::after {
  background: #b98a4a;
}

h4.color_brown .en {
  color: #d8bb95;
}
h5 {
  font-size: 20px;
  font-weight: bold;
}
.bg_dot_deepgreen {
  background: url('../img/common/bg_dot_pink.png') repeat;
}

.dot {
  padding-left: 14px;
  position: relative;
  margin-bottom: 3px;
}
.dot::before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  background: var(--site-primary);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dot_brown::before {
  background: #b98a4a;
}
.color_brown {
  color: #b98a4a;
}
.price {
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 5px 28px 10px 33px;
  margin-top: 22px;
}
.price.border {
  border: 1px solid #ccc;
}
.price p {
  font-size: 16px;
}
.price .num {
  font-size: 32px;
}
.price .yen {
  font-size: 24px;
  padding-right: 6px;
}
ul.detail li {
  align-items: flex-start;
  margin-bottom: 20px;
}
ul.detail li:last-child {
  margin: 0;
}
ul.detail li .txt_box {
  width: 59%;
}
ul.detail li .price {
  width: 37.8%;
  max-width: 330px;
  margin: 0;
  padding: 5px 0 10px;
}
.annotation_txt {
  margin-top: 10px;
}
.small_box {
  padding: 40px 50px;
  border-radius: 10px;
  margin-top: 40px;
}
.small_box h5 {
  font-size: 27px;
  color: #fff;
  border-radius: 100px;
  padding: 2px 0 4px;
  margin-bottom: 30px;
}
.small_box summary h5 {
  font-size: 27px;
  color: #fff;
  border-radius: 10px;
  padding: 2px 0 4px;
  margin-bottom: 30px;
  line-height: 2.5;
}
.small_box li {
  width: 8.9%;
  max-width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.small_box li p {
  font-size: 16px;
  font-weight: bold;
  color: var(--site-primary);
  margin-top: 4px;
}
.small_box li picture:nth-of-type(2) {
  margin-top: 15px;
}
.variation ul{
  gap:1%;
}
.variation li {
  width: 25%;
  max-width:200px;
  margin-bottom: 30px;
}
#tote-bag .variation ul{
  width: 80%;
  margin: 0 auto;
}
#tote-bag .variation li{
  width: 20%;
}
#tote-bag .variation li img{
  max-width:150px;
}
#tote-bag .goods_content .annotation_txt {
  margin-top: 5px;
}
#tote-bag .description_box.light-green-bg {
  background: #ecf5f5 !important;
  margin-bottom: -10px;
}
#tote-bag h4.ttl_double_border .label::before {
  top: 200%;
  left: -45px;
}

.design li{
  width: 100%;
  max-width: 100%;
  max-width: none;
  margin-bottom: 30px;
}
.design li:last-child{
  margin-bottom: 0;
}
.design li div{
  font-size:20px;
  color:var(--site-primary);
  background: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  border: 1px solid;
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.design div h6 span{
  color: #999999;
  font-size: 16px;
  font-weight: normal;
}

#petal {
  padding-top: 100px;
}
/* #petal.goods_wrapper {
  padding-top: 100px;
  margin-top: -100px;
} */
#petal .goods_content {
  padding-top: 0;
}
#petal h3::before {
  content: '';
  background: url(../img/memorial-goods/fukidashi.png) no-repeat;
  background-size: contain;
  width: 172px;
  height: 127px;
  position: absolute;
  left: 264px;
  top: -80px;
}
#petal .photo::after {
  content: '';
  background: url(../img/memorial-goods/petal_small.png) no-repeat;
  background-size: contain;
  width: 188px;
  height: 170px;
  position: absolute;
  right: -30px;
  bottom: 100px;
  z-index: 2000;
}
#petal .price {
  margin-top: 0;
  padding-right: 28px;
}

/* 商品内容テキストと金額を並べるラッパー */
#petal .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

/* 左側：商品構成のテキスト */
#petal .info_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

@media only screen and (max-width:568px) {
  #petal .info_text {
    font-size: 15px;
  }
  #petal .info_text_wrap {
    margin-top: -10px;
  }
}

/* 右側：価格 */
#petal .price {
  background: #fff;
  padding: 5px 30px;
  white-space: nowrap;
  align-self: flex-start;
}

/* 金額内の文字設定 */
#petal .price .serif {
  margin: 0;
  font-size: 16px;
}
#petal .price .num {
  font-weight: bold;
  font-size: 32px;
}

@media only screen and (max-width:568px) {
  #petal .price .num {
    font-size: 28px;
  }
  #petal .price .serif {
    font-size: 15px;
  }
}


#petal.bg_flower_double::before, #basket.bg_flower_double::before {
  background: url(../img/common/bg-flower02.png) no-repeat bottom center;
  background-size: cover;
}

.desc_title .square {
  font-size: 12px;
}

.desc_title_green .square {
  font-size: 12px;
}

#key-chain .item_box .photo::before, #key-chain_large .item_box .photo::before, #pendant .item_box .photo::before {
  content: '';
  background: url(../img/memorial-goods/best-seller.png) no-repeat;
  width: 231px;
  height: 53px;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
}

/* 遺骨カプセルキーホルダー（#key-chain）部分をエンディングペタルと同様に整列 */
#key-chain .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

#key-chain .info_text_wrap .info_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}

#key-chain .info_text_wrap .price {
  background: #fff;
  padding: 5px 30px;
  white-space: nowrap;
  align-self: flex-start;
  text-align: center;
  margin-top: 0;
}

#key-chain .info_text_wrap .price .serif {
  margin: 0;
  font-size: 16px;
  color: #333;
}

#key-chain .info_text_wrap .price .num {
  font-weight: bold;
  font-size: 32px;
  color: #da6272;
}

#key-chain .description_box {
  width: 54.5%;
  max-width: 610px;
  margin-top: -160px;
  margin-bottom: -20px;
}

/* -------------------------------
   遺骨カプセルシリーズ 共通レイアウト調整
--------------------------------*/
#key-chain .info_text_wrap,
#key-chain_large .info_text_wrap,
#pendant .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}

/* テキスト部 */
#key-chain .info_text,
#key-chain_large .info_text,
#pendant .info_text {
  flex: 1;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* 金額部分 */
#key-chain .price,
#key-chain_large .price,
#pendant .price {
  background: #fff;
  padding: 10px 25px;
  border-radius: 6px;
  font-size: 22px;
  font-weight: bold;
  color: #d85b78;
  white-space: nowrap;
  text-align: right;
  flex-shrink: 0;
  align-self: center;
}

/* -------------------------------
   スマホ表示用（568px以下）
--------------------------------*/
@media only screen and (max-width: 568px) {
  .caution_content.last {
    width: 88%;
    margin: 0 auto;
  }
  #cinerary-urn .item_box .photo::before {
    background-size: contain;
    width: 50px;
    height: 61px;
    left: 60px;
    top: 5px;
  }
  #mini-bottle .caution_content div {
    margin: 20px 0 0 0
  }
  #key-chain_large .goods_content {
    padding-bottom: 0;
  }

  #key-chain-pendant {
    padding-top: 30px;
  }

  #key-chain .description_box {
    width: 100%;
    margin: -5px 0 -10px 0;
  }

  #pendant .item_box {
    margin-top: -25px;
  }

  /* 商品スペック（サイズ・カラー・材質） */
  #key-chain .info_text,
  #key-chain_large .info_text,
  #pendant .info_text {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 15px;
  }

  /* 価格部分（中央寄せ・白背景） */
  #key-chain .price,
  #key-chain_large .price,
  #pendant .price {
    display: inline-block;
    margin: 0 auto 15px;
    background: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bold;
    color: #d85b78;
    text-align: center;
  }

  /* 商品説明（背景ブルー） */
  #key-chain .desc_box,
  #key-chain_large .desc_box,
  #pendant .desc_box {
    background: #eaf8f8;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    text-align: left;
  }

  /* 「■ 商品説明」を自動付与 */
  #key-chain .desc_box::before,
  #key-chain_large .desc_box::before,
  #pendant .desc_box::before {
    content: '■ 商品説明';
    display: block;
    color: #009ca8;
    font-weight: bold;
    margin-bottom: 8px;
  }
}

.info_text p {
  display: flex;
  align-items: flex-start;
  margin: 0;
  line-height: 1.6;
}

.info_text .label {
  display: inline-block;
  width: 5em; /* ← ラベル幅を固定して整列 */
  white-space: nowrap;
}

.info_text .value {
  flex: 1;
}

#key-chain_large.goods_wrapper {
  margin-top: -50px;
}

/* 遺骨カプセルキーホルダー（#key-chain_large）部分をエンディングペタルと同様に整列 */
#key-chain_large .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

#key-chain_large .info_text_wrap .info_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}

#key-chain_large .info_text_wrap .price {
  background: #fff;
  padding: 5px 30px;
  white-space: nowrap;
  align-self: flex-start;
  text-align: center;
  margin-top: 0;
}

#key-chain_large .info_text_wrap .price .serif {
  margin: 0;
  font-size: 16px;
  color: #333;
}

#key-chain_large .info_text_wrap .price .num {
  font-weight: bold;
  font-size: 32px;
  color: #da6272;
}

#key-chain_large .description_box {
  width: 54.5%;
  max-width: 610px;
  margin-top: -160px;
}

#key-chain .item_box {
  margin-top: 10px;
}

/* 遺骨カプセルペンダント（#pendant）部分をエンディングペタルと同様に整列 */
#pendant .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

#pendant .info_text_wrap .info_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}

#pendant .info_text_wrap .price {
  background: #fff;
  padding: 5px 30px;
  white-space: nowrap;
  align-self: flex-start;
  text-align: center;
  margin-top: 0;
}

#pendant .info_text_wrap .price .serif {
  margin: 0;
  font-size: 16px;
  color: #333;
}

#pendant .info_text_wrap .price .num {
  font-weight: bold;
  font-size: 32px;
  color: #da6272;
}

#pendant .description_box {
  width: 54.5%;
  max-width: 610px;
  margin-top: -205px;
  padding-top: 30px;
}

#pendant .goods_content {
  padding-top: 15px;
}

#pendant .desc_title_green {
  color: #fff;
  background: var(--site-primary);
  padding: 3px 15px;
  height: auto;
  max-width: 230px;
  border-radius: 5px;
}

/* 珪藻土骨壷・巾着セット（#urn-purse）部分をエンディングペタルと同様に整列 */
#urn-purse .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

#urn-purse .info_text_wrap .info_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}

#urn-purse .info_text_wrap .price {
  background: #fff;
  padding: 5px 30px;
  white-space: nowrap;
  align-self: flex-start;
  text-align: center;
  margin-top: 0;
}

#urn-purse .info_text_wrap .price .serif {
  margin: 0;
  font-size: 16px;
}

#urn-purse .info_text_wrap .price .num {
  font-weight: bold;
  font-size: 32px;
  color: #da6272;
}

#urn-purse .description_box {
  width: 54.5%;
  max-width: 610px;
  margin-top: -160px;
  margin-bottom: 0;
}

/* 商品説明ボックス */
.description_box {
  background: #f9f5f1;
  border-radius: 10px;
  padding: 30px 40px;
  margin-top: 40px;
}

.description_box.white-bg {
  background: rgba(247,236,224,0.5);
}

.description_box.light-green-bg {
    background: #fffbf5;
}

/* タイトル部分 */
.desc_title {
  font-weight: bold;
  color: #a1731e;
  font-size: 19px;
  margin-bottom: 10px;
  position: relative;
}

.desc_title_green {
  font-weight: bold;
  color: var(--site-primary);
  font-size: 19px;
  margin-bottom: 10px;
  position: relative;
}

/* 見出し横の■マーク（アイコン） */
.desc_title .bullet_icon {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background-color: #a1731e;
  border-radius: 2px;
}

/* テキスト本文 */
.desc_text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

@media only screen and (max-width:568px) {
  #urn-purse .description_box {
    width: 100%;
    margin-top: 20px;
  }
  #urn-purse .info_text_wrap .price {
    padding: 6px 25px 10px 25px;
    margin-top: 15px;
  }

  #urn-purse .info_text_wrap .price .num {
    font-size: 28px;
  }

  #key-chain_large .info_text_wrap,
  #pendant .info_text_wrap {
      display: block; /* ← これを追加（SP時のみ縦積み） */
  }

  .desc_text {
    font-size: 15px;
    color: #333;
  }
  .desc_title,
  .desc_title_green {
    font-size: 17px;
    margin-bottom: 5px;
  }

  #key-chain .item_box .photo::before,
  #key-chain_large .item_box .photo::before,
  #pendant .item_box .photo::before {
  content: '';
  position: absolute;
  left: 51px;
  top: 20px;
  z-index: 10;
  width: 98px;
  height: 40px;
  background-image: url(../img/memorial-goods/best-seller_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  }

  #key-chain_large .item_box{
    margin-top: 10px;
  }
  #pendant .description_box {
    width: 100%;
    margin: -5px 0 -20px 0;
    padding-top: 25px;
  }
  #pendant .desc_title_green {
    max-width: 210px;
  }
}


/* ↓↓商品画像部分のスライダー↓↓ */
/* スライダーの全体幅 */
.slider-for, .slider-nav {
  width: 100%;
  margin: 0 auto;
}

.slider-for {
  margin-bottom: 10px;
}
.slider-for img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* サムネイル */
.slider-nav-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* ナビ部分のサムネイル群 */
.slider-nav {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  max-width: 460px;
  gap: 10px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.slider-nav .slick-track {
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

.slider-nav .slick-slide {
  float: none !important;
  width: auto !important;
  display: flex !important;
  justify-content: center;
}

.slider-nav img {
  width: 70px;
  height: auto;
  border: 3px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  /* transition: border-color 0.3s; */
}
.slider-nav .slick-current img {
  border-color: #a1731e;
}

/* 矢印カスタマイズ */
.slick-prev, .slick-next {
  position: static !important;
  width: 25px !important;
  height: 20px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.slick-prev {
  position: static !important;
  margin-right: 27px; /* サムネイル左側との間隔 */
  width: 25px !important;
  height: 20px !important;
  background-size: contain !important;
  flex-shrink: 0;
  left: -27px;
  top: 88%;
  background: url(../img/memorial-goods/slider-arrow-left.svg) no-repeat center center;
  background-size: contain;
}

.slick-next {
  position: static !important;
  margin-left: 27px;  /* サムネイル右側との間隔 */
  width: 25px !important;
  height: 20px !important;
  background-size: contain !important;
  flex-shrink: 0;
  right: -27px;
  background: url(../img/memorial-goods/slider-arrow-right.svg) no-repeat center center;
  background-size: contain;
}

/* 矢印サイズを強制的に上書き */
.slider-for .slick-prev,
.slider-for .slick-next {
  width: 20px !important;
  height: 20px !important;
  background-size: contain !important; /* ← 念のため */
}

.slick-prev::before,
.slick-next::before {
  display: none;
  content: none !important;
}

#bedding .txt_box span {
  letter-spacing: 0.58em;
}
#bedding ul.detail li {
  align-items: flex-end;
}
#bedding .price {
  margin:0 0 7px;
}

#bedding .photo::after {
  content: '';
  background: url(../img/memorial-goods/bedding_small.png) no-repeat;
  background-size: contain;
  width: 249px;
  height: 90px;
  position: absolute;
  left: -20px;
  bottom: 210px;
  z-index: 2000;
}
/* 前面の画像を2枚目以降は非表示に */
#bedding .photo.hide-after::after {
  content: none;
}

#basket h5.color_brown {
  margin-left: -14px;
}
#basket .price {
  margin-top: 12px;
  width: 250px;
}
#basket .annotation_txt {
  margin-top: 44px;
}
#basket .photo::after {
  content: '';
  background: url(../img/memorial-goods/basket_small.png) no-repeat;
  background-size: contain;
  width: 225px;
  height: 110px;
  position: absolute;
  right: -20px;
  bottom: 177px;
  z-index: 2000;
}
#basket ul.detail li {
  margin-bottom: 25px;
}
#basket ul.detail li:last-child {
  margin: 0;
}

/* CTA部分 */
.big_cta {
  margin-top: 60px;
  background: #fde5ee; /* ピンク系 */
  position: relative;
  overflow: hidden;
  max-width: 1120px;
  margin: -5px auto 60px;
  border-radius: 10px;
}

.big_cta .serif {
  font-size: 34px;
}

.big_cta .cta_sub.serif {
  font-size: 30px;
  color: #5f4431;                   /* 文字色 */
  -webkit-text-stroke: 5px #fff;    /* 白い縁 */
  paint-order: stroke fill;    /* 縁取りを優先して描画 */
  letter-spacing: 0em;
}

.big_cta .cta_ttl {
  background: url(../img/memorial-goods/bg-pk_dot.png) repeat;  color: #fff;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
.big_cta .cta_ttl::before {
  content: '';
  background: url(../img/cta/bg_logo.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 120px;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.big_cta_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px 40px 50px;
  position: relative;
}
.big_cta .cta_left {
  width: 100%;
  margin-top: -5px;
}

.big_cta_content::after {
  content: '';
  background: url(../img/memorial-goods/polaroid_review_set.png) no-repeat center center;
  background-size: contain;
  width: 346px;
  height: 348px;
  position: absolute;
  z-index: 1;
  right: 4.5%;
  top: 33px;
}
.big_cta_content::before {
  content: '';
  background: url(../img/memorial-goods/bg_flower.png) no-repeat center center;
  background-size: contain;
  width: 407px;
  height: 287px;
  position: absolute;
  z-index: 1;
  right: 2%;
  top: 30px;
}
.big_cta .cta_price {
  font-size: 1.6em;
  margin: 15px 0;
}
.big_cta .cta_price .label {
  background: #d65b78;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  margin-right: -10px;
}
.big_cta .tel_number {
  font-size: 2em;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.big_cta .cta_btns {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.big_cta .btn.mail { background: #f90; color: #fff; }
.big_cta .btn.line { background: #00c300; color: #fff; }

.big_cta .cta_price {
  display: flex;
  align-items: center;
  gap: 10px; /* ラベルと価格の間隔 */
  max-width: 625px;
  position: relative;
}

.big_cta .cta_price .label {
  background: #dd6d7c;
  color: #fff;
  padding: 12px 14px;
  border-radius: 5px 0 0 5px; /* 左だけ角丸 */
  font-weight: bold;
  font-size: 25px;
  width: 50%;
  padding-left: 130px;
}

.big_cta .cta_price .label::before {
  content: '';
  background: url(../img/memorial-goods/car.svg) no-repeat;
  width: 66px;
  height: 30px;
  position: absolute;
  background-size: contain;
  left: 50px;
  top: 22px;
  z-index: 10;
}

.big_cta .cta_price .price_box {
  background: #fff;
  padding: 0 14px;
  border-radius: 0 5px 5px 0; /* 右だけ角丸 */
  display: inline-flex;
  align-items: baseline;
  width: 50%;
}

.big_cta .cta_price .num {
  font-size: 40px;
  font-weight: bold;
  color: #da6272;
  font-style: italic;
  text-align: center;
  margin: 0 auto;
}
.big_cta .cta_price .yen_small {
  font-size: 25px;
}
.big_cta .cta_price .tax {
  font-size: 18px;
  color: #333;
}
.big_cta .tel_set {
  margin-bottom: 3%;
}
.big_cta .tel_set .row {
  display: flex;
}
.big_cta .tel_set img {
  width: 16%;
}
.big_cta .tel_set .tel_num {
  font-size: clamp(20px, 6.0vw, 60px);
}
.big_cta .tel_set .under_txt {
  font-size: clamp(14px, 2.0vw, 22px);
}
.big_cta .btn_box .sp {
  display: none;
}
.big_cta_content .google_review_box {
  background: url(../img/common/review_bg.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 3%;
  bottom: 6%;
  z-index: 10;
  padding: 2% 1% 2%;
  p {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.2;
    color: #333;
    padding: 0 !important;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    .txt_keycolor {
      font-size: 1.45em;
    }
    &::before {
      content: none;
    }
  }
}

@media only screen and (max-width: 1024px) {
 .big_cta_content.inner {
    width: 100%;
    padding: 2% 4% 3%;
 }
}

@media only screen and (max-width: 960px) {
  .big_cta_content::before {
    width: 33%;
    top: -6%;
  }
  .big_cta_content::after {
    width: 26%;
    top: 16%;
  }
  .big_cta .serif {
    font-size: 28px;
  }
}

/* -------------------------------
   CTAスマホレイアウト最適化
--------------------------------*/
@media only screen and (max-width: 568px) {

  .btn_box .mail,
  .btn_box .line {
    display: none;
  }

  .big_cta_content::after,
  .big_cta_content::before {
    display: none;
  }
  .big_cta .cta_sub.serif {
    color: #dd6d7c;
    font-size: 4.3vw;
    -webkit-text-stroke: 0;
    text-align: left;
    line-height: 1.35em;
    margin-left: 34%;
    margin-right: -5%;
    letter-spacing: -0.05em !important;
  }
  .big_cta h2.serif {
    display: none;
  }
  .big_cta {
    background: #fde5ee;
    border-radius: 0;
    margin: 0 auto 30px auto;
    padding: 20px;
    text-align: center;
    border: 3px solid #dd6d7c;
    max-width: 335px;
    position: relative;
  }

  .big_cta .cta_ttl {
    background: none;
    font-size: 18px;
    font-weight: bold;
    color: #5f4431;
    margin-bottom: 12px;
    display: none;
  }

  .big_cta_content {
    display: block;
    padding: 0;
    position: relative;
  }

  .big_cta .cta_imgs {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0 auto 25px;
  }

  .big_cta .cta_imgs img {
    width: 46%;
    border-radius: 8px;
  }

  .cta_tel_btn {
    display: block;
    background: #d65b78;
    color: #fff;
    text-decoration: none;
    padding: 16px 10px;
    border-radius: 8px;
    font-weight: bold;
    line-height: 1.4;
    box-shadow: 0 3px 0 #b94861;
    font-size: 17px;
  }

  .cta_tel_btn span {
    margin-right: 6px;
    font-size: 20px;
  }

  .cta_tel_btn strong {
    display: block;
    font-size: 19px;
    margin-top: 3px;
  }

  .big_cta .btn_box .sp {
    display: block;
  }
  .big_cta_content.inner { 
    padding: 0;
  }
  .big_cta_content .google_review_box {
    padding: 4% 1% 4%;
    right: initial;
    bottom: initial;
    left: 0;
    top: -1%;
    p {
      display: block;
      font-size: 2.9vw;
    }
  }
}
/* CTA部分終わり */

#buddhist {
  padding-top: 70px;
}
#buddhist .goods_content {
  padding-top: 0;
}
#buddhist .txt01 {
  margin-bottom: 10px;
}
#buddhist .txt02 {
  margin: 18px 0 6px;
}
#buddhist .txt03 {
  margin: 18px 0 22px;
}
#buddhist .prices {
  gap: 0 10px;
}
#buddhist .price {
  margin: 0;
  padding-left: 28px;
}
#buddhist .photo::after {
  content: '';
  background: url(../img/memorial-goods/buddhist_small.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 116px;
  position: absolute;
  right: -20px;
  bottom: 60px;
}
/* 陶器仏具セット（#buddhist）部分をエンディングペタルと同様に整列 */
#buddhist .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

#buddhist .info_text_wrap .info_text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}

#buddhist .info_text_wrap .price {
  background: #fff;
  padding: 5px 30px;
  white-space: nowrap;
  align-self: flex-start;
  text-align: center;
  margin-top: 0;
}

/* 下段（おりんなし3点セット）の価格を上段と揃える */
#buddhist .wrap.txt03 .info_text_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

#buddhist .wrap.txt03 .price {
  background: #fff;
  padding: 5px 30px;
  white-space: nowrap;
  align-self: flex-start;
  text-align: center;
  margin-top: 0;
}

#buddhist .info_text_wrap .price .serif {
  margin: 0;
  font-size: 16px;
}

#buddhist .info_text_wrap .price .num {
  font-weight: bold;
  font-size: 32px;
  color: #da6272;
}

#buddhist .description_box {
  width: 100%;
  max-width: none;
  margin: 30px auto 0;
  background: #fffbf5;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 40px;
  margin-top: 10px;
}

#mini-bottle .price {
  margin-top: 26px;
  padding-right: 28px;
}
#mini-bottle .annotation_txt.margin-top {
  margin-top: 20px;
}
@media only screen and (max-width:568px) {
  #buddhist .info_text_wrap .price .num {
    font-size: 28px;
  }
  #buddhist .info_text_wrap .price,
  #buddhist .wrap.txt03 .price {
    padding: 6px 0 10px;
    margin-top: 14px;
  }
  #buddhist .info_text_wrap .info_text {
    font-size: 15px;
  }
  #buddhist .description_box {
    padding: 20px 25px 25px 25px;
  }
  #buddhist .info_text_wrap {
    display: block;
    margin-top: -5px;
  }
  #buddhist .wrap.txt03 .info_text_wrap {
    display: block;
  }
  .slick-next {
    margin-left: 0;
  }
  .slick-prev {
    margin-right: 0;
  }

  #key-chain_large .info_text_wrap .price {
    margin-bottom: 5px;
  }

  #key-chain .info_text_wrap .price .num,
  #key-chain_large .info_text_wrap .price .num,
  #pendant .info_text_wrap .price .num {
    font-size: 28px;
  }

  #pendant .desc_title, .desc_title_green {
    margin-bottom: 5px;
  }

  #mini-bottle .annotation_txt.margin-top {
    margin-top: 20px;
  }
}
#mini-bottle .photo::after {
  content: '';
  background: url(../img/memorial-goods/mini-bottle_small.png) no-repeat;
  background-size: contain;
  width: 250px;
  height: 119px;
  position: absolute;
  right: -20px;
  bottom: 20px;
}
#cinerary-urn .photo::after {
  content: '';
  background: url(../img/memorial-goods/cinerary-urn_small.png) no-repeat;
  background-size: contain;
  width: 147px;
  height: 151px;
  position: absolute;
  left: -30px;
  bottom: 90px;
  z-index: 2000;
}
#cinerary-urn .price {
  margin-top: 18px;
}
#mini-urn .txt01 {
  margin-bottom: 8px;
}
#mini-urn .annotation_txt {
  margin: 8px 0 0;
}
#mini-urn .photo::after {
  content: '';
  background: url(../img/memorial-goods/mini-urn_small.png) no-repeat;
  background-size: contain;
  width: 142px;
  height: 206px;
  position: absolute;
  right: -20px;
  bottom: 44%;
  z-index: 10;
}
#mini-urn .photo img {
  max-width: 345px;
  display: block;
}
#mini-urn .image01 {
  position: relative;
  z-index: 2;
}
#mini-urn .image02 {
  position: relative;
  top: -20px;
  z-index: 1;
  margin-left: auto;
}
#mini-urn .description_box.light-green-bg {
  background: #ecf5f5 !important;
}

#key-chain .photo::after {
  content: '';
  background: url(../img/memorial-goods/key-chain_small.png) no-repeat;
  background-size: contain;
  width: 294px;
  height: 115px;
  position: absolute;
  right: -30px;
  bottom: -20px;
}
#key-chain_large .photo::after {
  content: '';
  background: url(../img/memorial-goods/key-chain-l_small.png) no-repeat;
  background-size: contain;
  width: 173px;
  height: 100px;
  position: absolute;
  right: -20px;
  bottom: -20px;
}
#pendant .photo::after {
  content: '';
  background: url(../img/memorial-goods/pendant_small.png) no-repeat;
  background-size: contain;
  width: 190px;
  height: 180px;
  position: absolute;
  right: -30px;
  bottom: -20px;
}
#memorial-box .txt02 {
  margin: 8px 0 18px;
}
#memorial-box .txt02 .annotation_txt {
  margin: 0;
}
#memorial-box .photo::after {
  content: '';
  background: url(../img/memorial-goods/memorial-box_small.png) no-repeat;
  background-size: contain;
  width: 303px;
  height: 110px;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
}
#memorial-box .description_box.light-green-bg {
  background: #ecf5f5 !important;
}
#memorial-box .goods_content {
  padding-bottom: 0;
}

#order-memorial-box .small_box img {
  max-width: 88px;
  max-height: 100%;
}
#order-memorial-box .description_box.light-green-bg {
  background: #ecf5f5 !important;
  margin-bottom: -10px;
}

#acrylic-tablet h4.ttl_double_border .label::before {
  left: -110px;
  top: 80px;
}
#acrylic-tablet .description_box.light-green-bg {
  margin-bottom: -10px;
}

#acrylic-frame h4.ttl_double_border .label::before {
  top: 200%
}
#acrylic-frame .description_box.light-green-bg {
  width: 54.5%;
  background: #ecf5f5 !important;
  margin: -110px 0 -10px 0;
}

/* ===============================
   吹き出し（.my-pet用）
   =============================== */
.ttl_double_border.my-pet {
  position: relative;
  overflow: visible;
}

/* 吹き出し要素 */
.ttl_double_border.my-pet .balloon {
  position: absolute;
  top: -28px; /* 見出しの線にかかる程度に調整 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}

/* 吹き出し画像 */
.ttl_double_border.my-pet .balloon img {
  display: block;
  width: 260px; /* 画像の実寸に合わせる */
  height: auto;
}

#urn-cover .ttl_double_border .size_small {
  font-size: 25px;
}
#urn-cover .txt01 p:last-of-type {
  margin: 0;
}
#urn-cover-point .txt01 {
  margin-top: 15px;
}
#urn-cover-point .annotation_txt {
  margin: 0;
}
#urn-cover-point .ttl_double_border .size_small {
  font-size: 25px;
}
#urn-cover-point ul.detail li {
  align-items: stretch;
}
#urn-cover-point ul.detail li h5:last-of-type {
  margin-top: 14px;
}
#urn-cover-point .price {
  display: flex;
  align-items: center;
  justify-content: center;
}
#urn-cover-point .description_box.light-green-bg {
  margin-bottom: -10px;
}
#urn-cover-point h4.ttl_double_border .label::before {
  top: 200%;
  left: -80px;
}
#urn-cover-point .goods_content {
  margin-bottom: 60px;
}

#urn-cover h4.ttl_double_border .label::before {
  top: 200%;
  left: -125px;
}
#urn-cover .description_box.light-green-bg {
  margin-bottom: -10px;
}
#urn-cover .goods_content {
  margin: 0 auto;
  max-width: 1120px;
  border-bottom: 1px solid #fff;
  margin-bottom: -20px;
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
}

#cushion-cover .txt01 p:last-of-type {
  margin: 0;
}
#cushion-cover h4.ttl_double_border .label::before {
  top: 200%;
  left: -80px;
}
#cushion-cover .description_box.light-green-bg {
  margin-bottom: -10px;
}

#cushion .txt01 {
  margin-top: 15px;
}
#cushion .txt01 p {
  margin: 0;
}
#cushion .price {
  margin-top: 14px;
  /* padding: 5px 0 10px; */
}
#cushion li:last-child .price {
  width: 41%;
}
#cushion h4.ttl_double_border .label::before {
  top: 200%;
  left: -35px;
}
#cushion .description_box.light-green-bg {
  background: #ecf5f5 !important;
  margin-bottom: -10px;
}
#cushion .rapid-rise::before {
  content: '';
  background: url(../img/memorial-goods/rapid-rise.png) no-repeat;
  width: 151px;
  height: 146px;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 10;
}

#key-ring .txt01 {
  margin-top: 8px;
}
#key-ring .txt01 p {
  margin: 0;
}
#key-ring .txt01 p:first-child {
  color: var(--site-keycolor);
}
#key-ring .annotation_txt {
  margin-top: 12px;
}
#key-ring h4.ttl_double_border .label::before {
  top: 200%;
  left: -50px;
}
#key-ring .description_box.light-green-bg {
  margin-bottom: -10px;
}
#key-ring .series-no1::before {
  content: '';
  background: url(../img/memorial-goods/series-no1.png) no-repeat;
  width: 116px;
  height: 120px;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 10;
}

#memorial-cushion .txt01 {
  margin-top: 12px;
}
#memorial-cushion .txt01 p {
  margin: 0;
}
#memorial-cushion h5 {
  margin-bottom: 4px;
}
#memorial-cushion .dot {
  font-size: 20px;
  font-weight: bold;
}
#memorial-cushion .price {
  margin-top: 20px;
  width: 41%;
}
#memorial-cushion .detail li:last-child {
  margin-top: 30px;
}
#memorial-cushion h4.ttl_double_border .label::before {
  top: 200%;
  left: -155px;
}

#diatomite .photo::after {
  content: '';
  background: url(../img/memorial-goods/diatomite_small.png) no-repeat;
  background-size: contain;
  width: 315px;
  height: 82px;
  position: absolute;
  left: -30px;
  bottom: -20px;
}
#diatomite .goods_content {
  margin-bottom: 60px;
}

#urn-purse p span.side-padding {
  padding: 0 0.53em;
}
#urn-purse .photo::after {
  content: '';
  background: url(../img/memorial-goods/urn-purse_small.png) no-repeat;
  background-size: contain;
  width: 207px;
  height: 130px;
  position: absolute;
  left: -20px;
  bottom: -30px;
}
#urn-bag ul {
  margin-top: 14px;
}
#urn-bag ul li {
  align-items: stretch;
}
#urn-bag li h5:last-of-type {
  margin-top: 6px;
}
#urn-bag .price {
  display: flex;
  align-items: center;
  justify-content: center;
}
#urn-bag .photo::after {
  content: '';
  background: url(../img/memorial-goods/urn-bag_small.png) no-repeat;
  background-size: contain;
  width: 229px;
  height: 170px;
  position: absolute;
  right: -20px;
  bottom: 50px;
  z-index: 2000;
}
#urn-bag .description_box.light-green-bg {
  background: #ecf5f5 !important;
}

#blanket .goods_content .annotation_txt {
  margin-top: 5px;
}
#blanket h4.ttl_double_border .label::before {
  top: 200%;
  left: -50px;
}
#blanket .description_box.light-green-bg {
  margin-bottom: -10px;
}

@media only screen and (max-width: 1024px) {
  .goods_menu ul li {
    width: 32%;
  }
  .goods_menu li.btn_border a {
    font-size: 16px;
  }
  .goods_menu li a::after {
    right: 18px;
    width: 8px;
  }
  .goods_menu ul.send_menu {
    margin-bottom: 40px;
  }
  #petal h3::before {
    left: 182px;
  }
  .small_box li p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .intro p {
    font-size: 15px;
  }
  .goods_menu h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .goods_menu li.btn_border a {
    line-height: 1.3;
    width: 100%;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .goods_menu li a::after {
    right: 18px;
    width: 8px;
    height: 12px;
  }
  .goods_menu ul.send_menu {
    margin-bottom: 40px;
  }
  h3.goods_top {
    font-size: 26px;
    margin-bottom: 25px;
  }
  h4.ttl_double_border {
    font-size: 22px;
    margin: 4px 0 18px;
  }
  h4.ttl_double_border .en {
    font-size: 15px;
  }
  h4.ttl_double_border .label::before {
    width: 50px;
    height: 50px;
    left: -58px;
  }
  h5 {
    font-size: 18px;
  }
  .goods_content {
    padding: 5vw 0 5vw;
  }
  .price {
    padding: 5px 25px 6px 25px;
    margin-top: 12px;
  }
  .price p {
    font-size: 14px;
  }
  .price .num {
    font-size: 22px;
  }
  .price .yen {
    font-size: 16px;
  }
  ul.detail li .txt_box {
    width: 62%;
  }
  ul.detail li .price {
    width: 34.8%;
    padding: 5px 0 6px;
  }
  .small_box {
    padding: 3vw 3vw;
    margin-top: 30px;
  }
  .small_box li {
    width: 9.5%;
  }
  .small_box h5 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .small_box li p {
    font-size: 12px;
  }
  .variation li{
    width:22.5%;
  }
  .design li{
    width: 100%;
  }
  #tote-bag .variation ul{
    width: 90%;
  }
  #petal {
    padding-top: 80px;
  }
  #petal h3::before {
    width: 130px;
    height: 94px;
    left: 137px;
    top: -58px;
  }
  #petal .photo::after {
    width: calc(188px / 1.5);
    height: calc(150px / 1.5);
  }
  #bedding .photo::after {
    width: calc(249px / 1.5);
    height: calc(90px / 1.5);
  }
  #basket .price {
    width: 180px;
  }
  #basket .photo::after {
    width: calc(225px / 1.5);
    height: calc(110px / 1.5);
  }
  #buddhist {
    padding-top: 8vw;
  }
  #buddhist .txt03 {
    margin: 30px 0 12px;
  }
  #buddhist .prices {
    gap: 10px 0;
  }
  #buddhist .photo::after {
    width: calc(200px / 1.5);
    height: calc(116px / 1.5);
  }
  #mini-bottle .photo::after {
    width: calc(250px / 1.5);
    height: calc(119px / 1.5);
  }
  #cinerary-urn .photo::after {
    width: calc(147px / 1.5);
    height: calc(151px / 1.5);
  }
  #mini-urn .photo::after {
    width: calc(142px / 1.5);
    height: calc(206px / 1.5);
  }
  #key-chain .photo::after {
    width: calc(294px / 1.5);
    height: calc(115px / 1.5);
  }
  #key-chain_large .photo::after {
    width: calc(173px / 1.5);
    height: calc(100px / 1.5);
  }
  #pendant .photo::after {
    width: calc(190px / 1.5);
    height: calc(180px / 1.5);
  }
  #memorial-box .photo::after {
    width: calc(303px / 1.5);
    height: calc(110px / 1.5);
  }
  #urn-bag .photo::after {
    width: calc(229px / 1.5);
    height: calc(170px / 1.5);
  }
  #acrylic-tablet h4.ttl_double_border .label::before {
    left: -116px;
  }
  #urn-cover .ttl_double_border .size_small {
    font-size: 18px;
  }
  #urn-cover-point .ttl_double_border .size_small {
    font-size: 18px;
  }
  #mini-urn .photo img {
    max-width: 80%;
  }
  #mini-urn .size_small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  #blanket .description_box.light-green-bg,
  #tote-bag .description_box.light-green-bg {
    margin-bottom: 0;
  }
  #blanket h4.ttl_double_border .label::before,
  #tote-bag h4.ttl_double_border .label::before {
    top: 65px;
    left: -120px;
  }
  #memorial-cushion h4.ttl_double_border .label::before {
    top: 78px;
    left: -150px;
  }
  #key-ring .series-no1::before {
    background-size: contain;
    width: 66px;
    height: 70px;
    left: 63px;
    top: 5px;
  }
  #key-ring h4.ttl_double_border .label::before {
    top: 65px;
    left: -120px;
  }
  #cushion .description_box.light-green-bg,
  #cushion-cover .description_box.light-green-bg,
  #key-ring .description_box.light-green-bg {
    margin-bottom: 0;
    padding: 20px 25px 20px 25px;
  }
  #key-ring .goods_content {
    padding: 30px 0 25px 0;
  }
  #cushion .rapid-rise::before {
    background-size: contain;
    width: 80px;
    height: 100px;
    left: 40px;
    top: -5px;
  }
  #cushion h4.ttl_double_border .label::before {
    top: 65px;
    left: -110px;
  }

  #cushion-cover h4.ttl_double_border .label::before {
    top: 65px;
    left: -145px;
  }
  #urn-cover-point .goods_content {
    margin-bottom: 30px;
  }
  #urn-cover-point .description_box.light-green-bg {
    margin-bottom: 0;
  }
  #urn-cover .goods_content {
    padding-bottom: 25px;
  }
  #urn-cover-point h4.ttl_double_border .label::before {
    top: 65px;
    left: -155px;
  }
  #urn-cover .description_box.light-green-bg {
    margin-bottom: 0;
  }
  #urn-cover h4.ttl_double_border .label::before {
    top: 65px;
    left: -155px;
  }
  #acrylic-frame .description_box.light-green-bg {
    width: 100%;
    margin: 0;
  }
  #acrylic-frame h4.ttl_double_border .label::before {
    top: 65px;
    left: -145px;
  }
  #acrylic-tablet .description_box.light-green-bg {
    margin-bottom: 0;
  }
  .ttl_double_border.my-pet .balloon img {
    width: 200px;
    position: absolute;
    right: -100px;
    top: 10px;
  }
  #acrylic-tablet .goods_content {
    padding-top: 40px;
  }
  #diatomite .goods_content {
    margin-bottom: 30px;
  }
  .description_box {
    padding: 20px 25px 25px 25px;
    margin-top: 25px;
  }
  .goods_content .annotation_txt {
    margin-top: 15px;
  }

  /* .intro_section.bg_flower_double::before {
    content: none;
  } */
  .intro p.serif {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .intro img {
    margin: 24px 0 8px;
  }
  .goods_menu {
    padding: 0 0 65px;
    display: none;
  }
  .goods_menu h3 {
    font-size: 23px;
    padding: 8px 0 9px;
    border-radius: 0;
  }
  .goods_menu ul {
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
  .goods_menu ul li {
    width: 84%;
  }
  .goods_menu li.btn_border a {
    font-size: 17px;
    height: 50px;
  }
  .goods_menu li.btn_border a.size_small {
    font-size: 16px;
    padding-right: 12px;
  }
  .goods_menu li a::after {
    right: 16px;
  }
  .goods_menu ul.memorial_menu::after {
    content: none;
  }
  .goods_menu ul.send_menu {
    margin-bottom: 30px;
  }
  h3.goods_top {
    font-size: 23px;
    margin-bottom: 20px;
    border-radius: 0;
    padding: 8px 0 9px;
  }
  h4.ttl_double_border {
    font-size: 21px;
    margin: 4px 0 18px;
    padding: 10px 0 4px;
    width: 100%;
  }
  h4.ttl_double_border .size_small {
    font-size: 17px;
  }
  h4.ttl_double_border .en {
    font-size: 13px;
    top: -7px;
  }
  h4.ttl_double_border .label::before {
    width: 45px;
    height: 46px;
    top: 46%;
    left: -54px;
  }
  h5 {
    font-size: 17px;
    margin-bottom: 3px;
  }
  .goods_content {
    padding: 30px 0 30px 0;
  }
  .item_box {
    flex-direction: column;
    align-items: center;
  }
  .item_box .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  .item_box .photo.mb_small {
    margin-bottom: 25px;
  }
  .item_box .photo img {
    width: 69.1%;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
  }
  .item_box .item_info {
    width: 100%;
    margin-top: -10px;
  }
  .item_box .photo.popular::before {
    width: 42px;
    height: 52px;
    left: 19%;
    top: 5px;
  }
  .item_box .photo.few::before {
    width: 42px;
    height: 52px;
    left: 19%;
    top: 5px;
  }
  .price {
    display: block;
    padding: 6px 25px 10px 25px;
    margin-top: 20px;
  }
  .price p {
    font-size: 15px;
    line-height: 1.0;
  }
  .price .num {
    font-size: 28px;
  }
  .price .yen {
    font-size: 18px;
    padding-right: 4px;
  }
  ul.detail li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }
  ul.detail li .txt_box {
    width: 100%;
  }
  ul.detail li .price {
    width: 100%;
    padding: 6px 0 10px;
    margin-top: 14px;
    max-width: initial;
  }
  .annotation_txt {
    margin-top: 2px;
  }
  .small_box {
    margin: 25px -5.3vw 0;
    border-radius: 0;
    padding: 25px 5.3vw 20px;
  }
  .small_box h5 {
    font-size: 18px;
    padding: 5px 0 7px;
    margin-bottom: 16px;
  }
  .small_box summary h5{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .small_box ul {
    gap: 15px 0;
  }
  .small_box li {
    width: 29.8%;
    max-width: initial;
  }
  .small_box li picture:nth-of-type(2) {
    margin-top: 5px;
  }
  .small_box li p {
    font-size: 14px;
  }
  #order-memorial-box .small_box img {
    max-width: 99%;
  }
#order-memorial-box h4.ttl_double_border .label::before {
  width: 40px;
  height: 40px;
  left: -45px;
}

  .variation li {
    width: 48%;
    max-width:initial;
    margin-bottom: 0;
  }
  #blanket .variation ul{
    margin-bottom: 30px;
  }
  #tote-bag .variation ul{
    width: 100%;
    margin-bottom: 30px;
  }
  #tote-bag .variation li{
    width: 48%;
  }
  .design li{
    width: 100%;
    max-width: 100%;
    max-width: none;
    margin-bottom: 10px;
  }
  .design li h6{
    font-size:18px;
    margin-bottom: 20px;
  }
  .design li h6 span{
    font-size: 14px;
  }

  #petal {
    padding-top: 35px;
  }
  #petal.goods_content {
    /* overflow: visible; */
  }
  #petal h3::before {
    width: 103px;
    height: 125px;
    left: 5.8vw;
    top: -55px;
  }
  #petal .price {
    padding: 10px 20px 10px 20px;
  }
  #petal .photo::after {
    width: calc(188px / 2);
    height: calc(150px / 2);
    right: 11%;
    bottom: 130px;
  }
  #petal.bg_flower_double::before, #basket.bg_flower_double::before {
    background: url(../img/common/bg-flower02_sp.png) no-repeat bottom center;
    background-size: cover;
    height: 200px;
  }

  #bedding .price {
    margin: 14px 0 0;
  }
  #bedding .photo::after {
    width: calc(249px / 2);
    height: calc(90px / 2);
    left: 12.5%;
    bottom: 210px;
  }

  #basket ul.detail li {
    margin-bottom: 18px;
  }
  #basket .annotation_txt {
    margin: 24px 0 -10px;
  }
  #basket .photo::after {
    width: calc(225px / 2);
    height: calc(110px / 2);
    right: 12.5%;
    bottom: 130px;
  }
  #basket .price {
    width: 100%;
  }
  #basket .item_box .item_info {
    margin-top: 0;
  }

  #buddhist .photo::after {
    width: calc(200px / 2);
    height: calc(116px / 2);
    left: 10.5%;
    bottom: 80px;
  }
  #buddhist .txt01 {
    margin-bottom: 0;
  }
  #buddhist .txt02 {
    margin: 10px 0 0px;
  }
  #buddhist .price {
    width: 100%;
  }
  #mini-bottle .photo::after {
    width: calc(250px / 2);
    height: calc(119px / 2);
    right: 12.5%;
    bottom: 30px;
  }
  #mini-bottle .item_box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #mini-bottle .price {
    margin-top: 22px;
  }
  #cinerary-urn .photo::after {
    width: calc(147px / 2);
    height: calc(151px / 2);
    left: 12.5%;
    bottom: 70px;
  }
  #cinerary-urn .annotation_txt {
    margin-top: 3px;
  }
  #mini-urn .size_small {
    font-size: 17px;
  }
  #mini-urn .photo {
    width: 69.1%;
    margin-bottom: 15px;
  }
  #mini-urn .photo::after {
    background: url(../img/memorial-goods/mini-urn_small_sp.png) no-repeat;
    background-size: contain;
    width: calc(202px / 2);
    height: calc(236px / 2);
    right: -15.5%;
    bottom: 47%;
  }
  #mini-urn .photo img {
    width: 173px;
  }
  #mini-urn .image01 {
    margin:0 auto 0 0;
  }
  #mini-urn .image02 {
    margin:0 0 0 auto;
    top: -10px;
    right: 10px;
  }
  #mini-urn .item_box .photo.popular::before {
    left: 5%;
  }
  #mini-urn .annotation_txt {
    margin: 2px 0 8px;
  }
  #mini-urn .txt_row {
    display: flex;
  }
  #mini-urn .txt_row span:nth-of-type(1) {
    width: 80px;
  }
  #mini-urn .txt_row span:nth-of-type(2) {
    width: calc(100% - 80px);
  }
  #key-chain .photo::after {
    width: calc(294px / 2);
    height: calc(115px / 2);
    left: 10.5%;
    bottom: -10px;
  }
  #key-chain_large .photo::after {
    width: calc(173px / 2);
    height: calc(100px / 2);
    right: 12.5%;
    bottom: -10px;
  }
  #key-chain_large .item_info > p {
    display: flex;
    align-items: flex-start;
  }
  #key-chain_large .item_info > p span {
    width: 84px;
  }
  #pendant .photo::after {
    width: calc(190px / 2);
    height: calc(180px / 2);
    right: 11.5%;
    bottom: -10px;
  }
  #memorial-box .photo::after {
    width: calc(303px / 2);
    height: calc(110px / 2);
    bottom: -12px;
  }
  #memorial-box p.size {
    display: flex;
    align-items: flex-start;
  }
  #memorial-box p.size span:nth-of-type(1) {
    width: 98px;
  }
  #memorial-box p.size span:nth-of-type(2) {
    width: calc(100% - 98px);
  }
  #memorial-box .txt02 {
    margin: 0px 0 8px;
  }
  #memorial-box p.color {
    display: flex;
    align-items: flex-start;
  }
  #memorial-box p.color span {
    width: 81px;
  }
  #acrylic-tablet h4.ttl_double_border .label::before {
    left: -160px;
    top: 65px;
  }
  #acrylic-tablet ul.detail li {
    margin-bottom: 10px;
  }
  #acrylic-tablet ul.detail li:last-child {
    margin-bottom: 5px;
  }
  #urn-cover .ttl_double_border .size_small {
    font-size: 17px;
  }
  #urn-cover .ttl_double_border {
    text-align: left;
    padding-left: 18.8vw;
  }
  #urn-cover ul.detail li {
    margin-bottom: 14px;
  }
  #urn-cover ul.detail li:last-child {
    margin-bottom: 10px;
  }
  #urn-cover-point .txt01 {
    margin: 10px 0 -10px;
  }
  #urn-cover-point .ttl_double_border {
    text-align: left;
    padding-left: 18vw;
    margin-top: 25px;
  }
  #urn-cover-point .ttl_double_border .size_small {
    margin-left: 0;
  }
  #urn-cover-point ul.detail li h5:last-of-type {
    margin-top: 0px;
  }
  #cushion-cover .txt01 .annotation_txt {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #cushion-cover .txt01 .annotation_txt .txt_ttl {
    width: 18%;
  }
  #cushion-cover .txt01 .annotation_txt span:nth-of-type(3) {
    padding-left: 1em;
  }
  #cushion-cover .txt01 .annotation_txt span:nth-of-type(2n) {
    width: 82%;
  }
  #cushion .txt01 {
    margin: 10px 0 -5px;
  }
  #cushion p.size {
    display: flex;
    align-items: flex-start;
  }
  #cushion p.size span {
    width: 104px;
  }
  #cushion li:last-child .price {
    width: 100%;
  }
  #memorial-cushion .txt01 {
    margin: 10px 0 -5px;
  }
  #memorial-cushion .ttl_double_border {
    text-align: left;
    padding-left: 20vw;
  }
  #memorial-cushion .dot {
    font-size: 17px;
  }
  #memorial-cushion .size {
    display: flex;
    align-items: flex-start;
  }
  #memorial-cushion .size span:nth-of-type(1) {
    width: 80px;
  }
  #memorial-cushion .size span:nth-of-type(2) {
    width: calc(100% - 80px);
  }
  #memorial-cushion .price {
    width: 100%;
  }
  #memorial-cushion .detail li:last-child {
    margin-top: 18px;
  }
  #diatomite .photo::after {
    width: calc(315px / 2);
    height: calc(82px / 2);
    left: 11.5%;
    bottom: -10px;
  }
  #diatomite .detail li {
    margin-bottom: 8px;
  }
  #diatomite .detail li:last-child {
    margin-bottom: 0;
  }
  #diatomite .price {
    margin-top: 20px;
  }

  #urn-purse .photo::after {
    width: calc(207px / 2);
    height: calc(130px / 2);
    left: 12.5%;
    bottom: -15px;
  }
  #urn-bag .photo::after {
    width: calc(229px / 2);
    height: calc(170px / 2);
    right: 12.5%;
    bottom: 60px;
  }
  #urn-bag li h5:last-of-type {
    margin-top: 3px;
  }
}

/*アコーディオン用*/
details {
  padding: 0px;
  transition: .6s;
  border-radius: 3px;
}
details[open] {
  display: contents;
}
  summary::-webkit-details-marker {
  display: none;
}

summary {
  list-style: none;
  cursor: pointer;
  position: relative;
}

summary::after {
  content: '';
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: transform .3s;
  display: inline-block;
  position: absolute;
  right: 5%;
  top:40%;
}
details[open] summary::after {
   transform: rotate(225deg);
}
.design ul {
  margin: 0;
  color: #333333;
}
details[open] ul {
  animation: fadeIn .8s ease;
  margin-top:4px;
}
@keyframes fadeIn {
0% {
  opacity: 0;
  transform: translateY(-10px);
}
100% {
  opacity: 1;
  transform: none;
 }
}

#kodama .item_info ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#kodama .item_info ul li{
  display: grid;
  grid-template-columns: 30% auto auto;
}
#kodama h4.ttl_double_border .label::before{
  left: -105px;
}

#kodama .item_info img{
  max-width: 149px;
  margin: 0 auto;
}
#kodama .item_info ul li h5{
  height: fit-content;
}
#kodama .item_info .price{
  margin: 0 auto;
  width: 94%;
  height: fit-content;
}
#kodama .item_info .price .num{
  font-size: 30px;
}

#kodama .photo img{
  margin-bottom: 40px;
}
#kodama .photo::after{
  content: '';
  background: url(../img/memorial-goods/kodama_small.png) no-repeat;
  background-size: contain;
  width: 492px;
  height: 179px;
  position: absolute;
  left: -30px;
  bottom: 170px;
}
#kodama .annotation_txt{
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  #kodama .item_info ul li{
    display: grid;
    grid-template-columns: 50% auto;
  }
  #kodama .item_info ul li h5{
    grid-row: 1 ;
    grid-column: 1;
  }
  #kodama .item_info ul li .price{
    grid-row: 2;
    grid-column: 1;
  }
  #kodama .item_info .price .num{
    font-size: 28px;
  }
  #kodama .item_info ul li img{
    grid-row: 1 / 3;
    grid-column: 2;
  }
  #kodama .photo::after{
    width: 100%;
    height: 144px;
    bottom: 17vw;
    left: -10px;
  }
  #kodama .item_info .price .num{
    font-size: 28px;
  }
}
@media only screen and (max-width: 960px){
  #kodama .item_info ul li .price{
    padding: 5px 10px 6px;
  }
  #kodama .item_info img{
    max-width: 100%;
  }
  #kodama .item_info .price .num{
    font-size: 22px;
  }
}
@media only screen and (max-width: 563px) {
  #kodama .photo::after{
    bottom: 39vw;
  }
  #kodama .item_info ul li .price{
    padding: 6px 0 10px;
    margin: 0;
  }
  #kodama h4.ttl_double_border .label::before{
    left: -75px;
  }
  #kodama .item_info .price .num{
    font-size: 22px;
  }
}

/*--------------------------------------
羊毛フェルト
---------------------------------------*/
#youmou .item_box{
  margin-bottom: 10px;
}
.new{
  position: relative;
}
.new::before{
  content: '';
    background: url(../img/memorial-goods/new-item.svg) no-repeat;
    width: 131px;
    height: 126px;
    position: absolute;
    background-size: contain;
    left: 0;
    top: -40px;
    z-index: 10;
}
#youmou h4.ttl_double_border{
  background: #fffbf7;
}
#youmou ul.detail{
  margin-bottom: 20px;
}
#youmou ul.detail li{
  width: 30%;
}
#youmou ul.detail li h5{
  color: var(--site-primary);
  text-align: center;
}
#youmou p.title{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
#youmou ul.bg_primary{
  background: var(--site-primary);
  padding: 15px;
}
#youmou ul.bg_primary li{
  font-size: 15px;
  color: #fff;
}
#youmou ul.detail li img{
  margin-bottom: 10px;
}

#youmou .photo{
  position: relative;
}
#youmou .photo::after {
  content: '';
  background: url(../img/memorial-goods/youmou-small.png) no-repeat;
  background-size: contain;
  width: 474px;
  height: 155px;
  position: absolute;
  left: -15px;
  bottom: 190px;
}
#youmou .photo .ribbon{
  margin-top: 40px;
}
#youmou .hot-item::before{
  content: '';
  background: url(../img/memorial-goods/hot-item.png) no-repeat;
  width: 151px;
  height: 146px;
  position: absolute;
  background-size: contain;
  left: -10px;
  top: -20px;
  z-index: 10;
}


.ribbon {
  position: relative;
  height: 70px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: url(../img/common/bg_dot_pink.png);/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent var(--site-secondary);
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent var(--site-secondary) transparent transparent;
  border-style: solid;
}
.ribbon h4{
  padding: 5px 0;
  font-size: 20px;
}
.border-box{
  border: 4px solid var(--site-primary);
  margin-top: 20px;
  background: #fff;
  border-radius:10px;
  padding: 10px 0;
}
.border-box h5{
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  #youmou .photo::after{
    width: 100%;
    bottom: 16vw;
  }
  .ribbon h4{
    font-size: 16px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 960px) {
  #youmou .photo::after{
    width: 100%;
    bottom: 24vw;
  }
  .new::before{
    width: 80px;
    top:-15px;
  }
  .ribbon{
    padding: 0 16px;
    margin:0 0 20px;
    height: 60px;
  }
  .ribbon h4{
    font-size: 12px;
  }
  .ribbon:before {
    border-width: 30px 0px 30px 15px;
  }
  .ribbon:after {
    border-width: 30px 15px 30px 0px;
  }
  .border-box h5{
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  #youmou .goods_content {
    padding: 30px 0;
    margin-top: -30px;
  }
  #youmou .hot-item::before {
    width: 110px;
    height: 90px;
    left: -10px;
    top: -5px;
  }
  #youmou p.title{
    font-size: 18px;
  }
  #youmou .photo{
    /* display: grid; */
    grid-template-columns: 1;
    grid-template-rows: 3;
    margin-bottom: 20px;
  }
  #youmou .photo::after{
    width: 100%;
    bottom: 34vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #youmou ul.detail{
    justify-content: center;
    gap: 3vw 5vw;;
  }
  #youmou ul.detail li{
    width: 47%;
  }
  #youmou ul.detail li .price{
    grid-row: 2;
    grid-column: 1;
  }
  #youmou ul.detail li .item_sub{
    grid-row: 3;
    grid-column: 1 / 3;
    margin-top: 10px;
  }
  #youmou ul.detail li img{
    grid-row: 1 / 3;
    grid-column: 2;
  }
  #youmou .price .num{
    font-size: 28px;
  }
  .new::before{
    width: 100px;
    left: 10px;
    top:23vw;
  }
  #youmou .photo .ribbon{
    margin: 40px 0 -10px 0;
    grid-row: 1;
  }
  #youmou .photo .ribbon h4{
    font-size: 15px;
    letter-spacing: 0;
    padding: 5px 0;
  }
  #youmou .photo img{
    grid-row: 2;
    width: 100%;
  }
  #youmou .photo .border-box{
    grid-row: 3;
    margin-top: 30px;
  }
  .border-box{
    border: 2px solid var(--site-primary);
  }
  .border-box h5{
    font-size: 16px;
  }
  #youmou ul.detail li h5{
    font-size: 18px;
  }
  #youmou ul.detail li{
    margin-bottom: 0;
  }
  #youmou ul.bg_primary li{
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* スマホ表示時の横ズレ防止（応急処置） */
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
  }

  header,
  .header_inner,
  .sp_header {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
}

/* サムネイル間の隙間を詰める */
@media only screen and (max-width:568px) {
  .slider-nav .slick-slide {
    margin: 0 2px !important;  /* 左右の隙間を調整（0〜3pxで調整可） */
    padding: 0 !important;
  }

 .slider-nav img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  
 .slider-nav-wrap {
    margin-top: 15px;  /* 大画像とサムネイルとのマージン */
  }

  /* ---------- お見送りグッズ（#petal）のサムネイル調整 ---------- */
 .slider-nav .slick-slide {
    margin: 0 0 !important;       /* 間隔 */
    padding: 0 !important;
    width: 60px !important;         /* サムネイル1枚の幅を固定 */
    height: auto !important;        /* 高さを自動に戻す */
  }

 .slider-nav img {
    width: 100% !important;         /* 枠いっぱいにフィット */
    height: auto !important;        /* 画像比率を維持 */
    border-radius: 10px;             /* 角丸（不要なら削除） */
    display: block;
    object-fit: cover;              /* 枠からはみ出さないようにする */
  }
}

/* ===============================
   CTAスマホ最終修正版（上書き用）
   =============================== */
@media only screen and (max-width: 568px) {
  .big_cta .cta_price {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #fff !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    width: 100% !important;
    max-width: 295px !important;
  }

  .big_cta .cta_price .label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #dd6d7c !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 14px 10px 50px !important;
    border-radius: 5px 0 0 5px !important;
    width: auto !important;
    min-width: 135px !important;
    position: relative !important;
    letter-spacing: 0;
  }

  .big_cta .cta_price .label::before {
    content: '' !important;
    background: url(../img/memorial-goods/car.svg) no-repeat center/contain !important;
    width: 34px !important;
    height: 24px !important;
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .big_cta .cta_price .price_box {
    flex: 1 !important;
    background: #fff !important;
    text-align: left !important;
    padding: 0 !important;
  }

  .big_cta .cta_price_box {
  }

  .big_cta .cta_price .num {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #d65b78 !important;
    margin-left: 10px !important;
  }

  .big_cta .cta_price .yen_small {
    font-size: 14px !important;
    color: #d65b78 !important;
    margin-left: 2px !important;
  }

  .big_cta .cta_price .tax {
    font-size: 11px !important;
    color: #555 !important;
  }
  .big_cta::after {
    content: none;
  }
  .big_cta .btn_box .tel {
    margin: 12px 0 0 0;
  }

.big_cta::before,
.big_cta::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.big_cta::before {
  background-image: url("../img/memorial-goods/bg_flower_top.png");
  top: 0px;
  left: 1px;
  width: 388px;
  height: 288px;
  position: absolute;
}

  #key-chain .info_text_wrap .info_text,
  #key-chain_large .info_text_wrap .info_text,
  #pendant .info_text_wrap .info_text {
    font-size: 15px;
  }

  #key-chain .info_text_wrap .price,
  #key-chain_large .info_text_wrap .price,
  #pendant .info_text_wrap .price {
    width: 100%;
    padding: 6px 0 10px;
    border-radius: 0;
  }
  #key-chain .info_text_wrap,
  #key-chain_large .info_text_wrap,
  #pendant .info_text_wrap {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
   #urn-purse .info_text_wrap {
    display: block;
   }

}

/* -------------------------------
   CTA：SP専用ポラロイド画像表示
--------------------------------*/
  /* PCでは非表示 */
 
    .cta_sp_photo {
      display: none;
    }

@media only screen and (max-width: 568px) {
  .cta_sp_photo {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2; /* before・afterより前面に */
  }

  .cta_sp_photo img {
    max-width: 240px;
    height: auto;
    border-radius: 10px;
  }

}

/* スライダー画像を確実に中央寄せ */
.slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.slick-track {
  text-align: center;
  margin: 0 auto !important;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

/* -------------------------------
   画像拡大の通知
--------------------------------*/
.attention_small{
  font-size: 13px;
  margin: -5px 0 10px;
}
/* -------------------------------
   Slickスライダーの矢印用
--------------------------------*/
.lb-nav {
  display: block !important;
}




