/* 共通 */
#shopping {display:none;}
#side {margin-top: 0;}

#shopcategory_headnavi_t,#shopcategory_headnavi_k {display:none;}

/* ************************************************
*  #article
* ************************************************ */
@media screen and (max-width: 1112px) {
#article {
width:95%;
margin:auto; 
}
}
#article h2.product_name {
margin-bottom: 0.8em;
padding-bottom: 0.6em;
background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
font-size: 2em;
}
@media (max-width: 1112px) {
h2.product_name {
font-size: 1.6em;
line-height: 28px;
}
}
/*検索ワード*/
.keyword {
display: flex;
padding: 0 0 30px 0;
}
.keyword h4 {
line-height: 30px;  
}
.keyword p{
border: 1px solid #8d6a2b;
font-size: 1.1em;
border-radius: 20px;
padding: 5px 17px 0px 17px;
margin: 0 3px;
}
.keyword a{
color: #8d6a2b;
}
/* 記事内容 */
.product_description p{
text-align: left;
font-size: 1.2em;
line-height: 30px;
letter-spacing: 0.05em;
padding-bottom: 20px;
}
.product_description img{
margin: 30px auto;
}
.product_description .p-notes {
margin-top: -30px;
font-size: 0.9em;
text-align: center;
}
@media (max-width: 1112px) {
.keyword p{
font-size: 1em;
padding: 5px 10px 0 10px;
}
.product_description p{
font-size: 1em;
line-height: 26px;
padding-bottom: 15px;
}
}
img.product-image{
border-radius: 7px;  
width:50%;
text-align: center;
display: block;
}
@media (max-width: 1112px) {
img.product-image{
width:100%;
}
}
/*商品を購入する*/
.productto_btn {
text-align:center;
background-color: #a58958;
color: #FFF;
font-size: 1.5em;
height: 60px;
font-weight: bold;
border: 1px solid #a58958;
border-radius: 5px;
display:block;
width: 50%;
margin: auto;
margin-bottom: 60px;
line-height: 60px;
box-sizing:border-box;
}
.productto_btn i{
margin-left: 10px;
}
.productto_btn a{
text-decoration: none;
}
@media (max-width: 1112px) {
.productto_btn {
width:100%;
margin-bottom:15px;
}  
}
/*店舗案内*/
.introduction {
margin-top: 60px;
display: none;
}
.introduction ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 15px 0;
}
.introduction ul li{
width: 50%;
text-align: left;
line-height: 29px;
font-size: 1.2em;
}
.border {
margin: 0 auto;
padding: 10px;
text-align: center;
border: double #f2f2f2;
}
.introduction a{
color: #c86464;
}
@media (max-width: 1112px) {
.introduction {
width: 85%;  
margin: auto;
}  
.introduction ul{
display: block;
padding: 15px 0;
}
.introduction ul li{
width: 100%;
padding: 5px 0;
line-height: 26px;
font-size: 1.1em;
}
}
.title h3{
font-size: 2.1em;
line-height: 35px; 
}

.keyword {
display: none;
}

/* 記事署名 */
.writer {
  display: block;
  margin: 10px 0;
  text-align: right;
}
/* ************************************************
*  #shopping
* ************************************************ */
@media screen and (max-width: 1112px) {
#shopping {
width:95%;
margin:auto;
}
}
/* パンくずナビ */
.footstamp {
width: 100%;
color: #a0a0a0;
line-height: 1.4;
}
.footstamp a{
color: #a0a0a0;
}
/* 画像 */
.cloud-zoom-lens {
margin:-6px;
border: 4px solid #888;
background-color:#fff;
cursor:move;
}
.cloud-zoom-big {
overflow:hidden;
border: 4px solid #c86464;
}
.zoom-small-image {
float: left;
margin-top: 4px;
width: 400px;
}
.zoom-small-image #wrap {
position: relative;
top: 0px;
z-index: 9999;
}
@media screen and (max-width: 1100px) {
.zoom-small-image {
width: 100%;
}
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
position: absolute;
top:0px;
left:0px;
z-index:999;
width: 100%;
}
.zoom-desc {
width: 100%;
}
a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 16px 20px 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
.zoom-tiny-image {
padding: 3px;
width: 100%;
height: auto;
border: 1px solid #ccc;
background: #efefef;
}
.zoom-tiny-image.selected {
border: 1px solid #c86464;
background: #c86464;
}
.zoom-tiny-image:hover {
border: 1px solid #c86464;
}
a.gallery_last{
margin-right: 0;
}
@media (max-width: 768px) {
a.cloud-zoom-gallery {
margin: 0 10px 15px 0;
width: 21.5%;
height: 21.5%;
}
}
/* 商品情報 */
#shopping h2.product_name {
margin-bottom: 0.8em;
padding-bottom: 10px;
font-size: 1.5em;
border-bottom: 1px solid #ccc;
font-weight: 400;
}
@media screen and (max-width: 767px) {
#shopping h2.product_name {
line-height:1.5;
}
}
.product_form{
margin: 0 0 30px;
}
.product_detail_area {
display: flex;
}
.product_detail_area li:last-child {
padding-left: 30px;
}
@media screen and (max-width: 1112px) {
.product_detail_area {
display: block;
}
.product_detail_area li:last-child {
padding-left: 0;
}
}
.product_images div img {
border: 1px solid #ddd;
}
.add_cart {
font-size: 1.1em;
padding-top: 20px;
}
.add_cart .price {
font-size: 1.5em;
}
table.add_cart_table {
width: 100%;
table-layout:fixed;
}
table.add_cart_table tr{
line-height: 2;
}
table.add_cart_table th {
display: inline-block;
overflow: hidden;
width: 35%;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
table.add_cart_table td {
display: inline-block;
overflow: hidden;
width: 55%;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}
table.add_cart_table td input {
padding: 0 4px;
width: 38px;
height: 26px;
line-height: 26px;
vertical-align: middle;
}
table.add_cart_table td input.text-titles-list__detail-text {
width: 130px;
}
table td.pur_block{
margin: 0 5px 0 0;
width: auto;
white-space: normal;
}
/* カートに入れる・SOLD OUT */
.c-btn-cart {
box-sizing: border-box;
display: inline-block;
position: relative;
padding: 20px;
margin-bottom: 10px;
border: none;
border-radius: 0;
width: 100%;
font-size: 1em;
font-weight: bold;
background: #fffffb;
color: #bd0000;
border: 1px solid #bd0000;
text-align: center;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
background: #bd0000;
color: #fff;
text-decoration: none;
}
.c-btn-cart.is-soldout {
color: #bd0000;
background: #fffffb;
border: 1px solid #bd0000;
cursor: default;
}
/* 他リンク */
.product_link_area {
margin: 30px 0 0;
padding: 20px 0 0;
}
@media screen and (max-width: 1100px) {
.product_link_area {
margin: 30px 0 30px 0;
}
}
ul.other_link {
margin-top: 20px;
margin-left: 20px;
}
.other_link li {
padding: 5px 0 ;
}
ul.other_link li:last-child {
padding-left: 0;
}
/* SNS */
.p-product-sns-list {
margin-top: 20px;
display: flex;
}
.p-product-sns-list__item {
margin-right: 15px;
}
.p-product-sns-list li:last-child {
padding-left: 0;
}
@media screen and  (max-width: 768px){
.p-product-sns-list {
width: 100%;
}
.p-product-sns-list__item {
margin-right: 3px;
}
}
.p-product-link-list {
margin-top: 20px;
}
.p-product-link-list__item {
margin-bottom: 5px;
font-size: 0.9em;
font-weight: 500;
}
@media screen and (max-width: 767px) {
.p-product-link-list__item {
margin-bottom: 30px;
}
}
/* 商品説明 */
.product_description {
margin-bottom: 20px;
word-wrap: break-word;
line-height: 2;
text-align: justify;
}
#shopping .product_description img{
margin: 0 auto;
}
/* スペック表 */
#t-product__details {
line-height: 1.8;
font-size: 14px;
margin-top: 25px;
padding: 30px 0;
}
#t-product__details table {
width: 100%;
border-top: 1px solid #e0e0de;
border-left: 1px solid #e0e0de;
border-right: 1px solid #e0e0de;
border-collapse: separate;
empty-cells:show;
}
#t-product__details th {
padding: 10px 40px 10px 15px;
width: 170px;
text-align: left;
color: #fff;
background-color: #bd0000;
}
#t-product__details td {
padding: 10px 15px;
zoom: 1;
content: ' ';
background-color: #fffffb;
}
#t-product__details th,
#t-product__details td {
vertical-align: top;
line-height: 1.8;
position: relative;
border-bottom: solid 1px #e0e0de;
}
#t-product__details th,
#t-product__details td:fast-child {
border: none;
}
@media (max-width: 768px) {
#t-product__details table {
width: 100%;
border-top: none;
border-bottom: 1px solid #e0e0de;
}
#t-product__details th {
padding: 10px 0;
width: 100%;
border-top: 1px solid #e0e0de;
display: inline-block;
text-align: center;
}
#t-product__details td {
padding: 10px 0;
text-align: center;
border: none;
display: block;
width: 100%;
margin: auto
}
}

.t-product_box {
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.8;
  font-size: 14px;
}

.t-product_box .sub-2 {
  display: flex;
}

.t-product_box .sub-2 li{
  width: 50%;
  margin: 0;
  padding: 0 0 0 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 768px) {
.t-product_box .sub-2 {
  display: block;
}
.t-product_box .sub-2 li{
  width: 100%;
  margin: 0 auto;
}
}

.t-product_box h3 {
  position: relative;
  padding: 0.25em 1em 0.25em 0.5em;
  margin: 20px 10px 0 10px;
  font-size: 24px;
  line-height: 1.4;
  display: inline-block;
  color: #fff;
  background-color: #e5002c;
  overflow:hidden;
}

.t-product_box p {
  padding: 0.25em 1em 0.25em 0.5em;
  margin: 20px 10px 0 10px;
}

/* 次回入荷予定 */

.time,
.notime {
  color: red;
  text-align: center;
  text-decoration: none;
  padding: 19px 0 0 40px;;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 35px;
  background-color: #f2f0d7;
  border-radius: 50px;
  box-sizing: border-box;
  position: relative;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  background-size: 100px 73px;
  background-repeat: no-repeat;  
  background-position: 357px 13px;
}


.time span::after {
  content: 'に収穫開始予定です。';
  font-weight: normal;
  margin-left: 5px;
  color: #230606;
}
.time::after {
  content: 'しばらくお待ちください。';
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #230606;
}

.notime span::before {
  content: '収穫予定は';
  font-weight: normal;
  margin-left: 5px;
  color: #230606;
}
.notime span::after {
  content: 'です。';
  font-weight: normal;
  margin-left: 5px;
  color: #230606;
}
.notime::after {
  content: 'しばらくお待ちください。';
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #230606;
}

.aroundtime::after {
  content: '※収穫状況によりご案内より前後する場合があります。';
  color: red;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 1032px) {
.time {
  padding: 17px 0 0 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  font-size: 14px;
  }
.time::after {
  font-size: 14px;
}
}




/* 追従カート */
#fixed_cart{
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 10000;
  padding: 20px 20px 0;
  width: 400px;
}
#fixed_cart .add_cart {
  padding-top: 0; 
}
#fixed_cart .add_cart__title .title{
  margin-bottom: 0;
}  
#fixed_cart .add_cart .price {
  color: #b12e2e;
  font-size: 1em;
  margin: 10px 0;
}
#fixed_cart .btn-primary{
  width: 100%;
  margin: auto;
  padding: 10px 0;
  background: #bd0000;
  font-weight: bold;
  color: #fff;
}
#fixed_cart .sold_out {
  text-align: right;
  color: #b12e2e;
  margin-bottom: 20px;
}
@media screen and  (max-width: 750px){
  #fixed_cart{
    max-width: 100%;
    width: calc(100vw - 20px);
    bottom: 10px;
    right: 10px;
    left: 10px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 99999;
  }
  #fixed_cart .price{
    font-weight: bold;
  }
  #fixed_cart .add_cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }
  #fixed_cart .btn-primary{
    width: 100%;
    padding: 10px;
  }
  #fixed_cart .add_cart__title{
    width: 50%;
    font-size: 12px;
  }
  #fixed_cart .add_cart__title .title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  }
#fixed_cart .sold_out {
  margin-bottom: 0;
  }
}


/* 20240603 トマトリコh2デザイン */
.recommend_item {
  text-align:center;
  font-size:1.3em;
  margin:30px 0 15px 0;
  }

.tomatolyco_area {
  display: none;
  margin:30px 0 15px 0;
}

.tomatolyco_area p {
  margin-bottom:15px;
}

/* 20250623 頒布会 */
/* 商品画像スライダー ぜいたくコース */
/* 全体設定 */
.css-carousel-slider {
 width: 100%;
 overflow: hidden;
 position: relative;
}
.css-carousel-slider img {
 width: 100%;
 height: auto;
 vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
 width: 400%;/* 画像の合計数*100%を設定 */
 position: absolute;
 display: flex;
 top: 0;
 left: 0;
 z-index: 0;
 animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間 */
 animation-delay: 2s; /* スライダーが始まるまでの時間 */
}
@media (max-width: 767px) {
.css-carousel-slider .slide-wrap {
 width: 600%; 
 position: absolute;
 display: flex;
 top: 0;
 left: 0;
 z-index: 0;
 animation: css-carousel-slider 20s infinite;
 animation-delay: 2s; 
}}

.css-carousel-slider .slide-wrap-main {
 width: 100%;
 z-index: 1;
 animation: css-carousel-slider-main 20s infinite; 
 animation-delay: 2s; 
}
.css-carousel-slider .slide {
 width: 100%;
}
/* スライダーアニメーションの設定 */

@keyframes css-carousel-slider {
 0% { transform: translateX(0); }

 20% { transform: translateX(calc(1 / 4 * -100%)); }
 25% { transform: translateX(calc(1 / 4 * -100%)); }

 45% { transform: translateX(calc(2 / 4 * -100%)); }
 50% { transform: translateX(calc(2 / 4 * -100%)); }

 70% { transform: translateX(calc(3 / 4 * -100%)); }
 75% { transform: translateX(calc(3 / 4 * -100%)); }

 95% { transform: translateX(calc(4 / 4 * -100%)); }
 100% { transform: translateX(calc(4 / 4 * -100%)); }
}
@media (max-width: 767px) {
@keyframes css-carousel-slider {
 0% { transform: translateX(0); }

 14.6% { transform: translateX(calc(1 / 6 * -100%)); } 
 16.6% { transform: translateX(calc(1 / 6 * -100%)); } 

 31.2% { transform: translateX(calc(2 / 6 * -100%)); }
 33.2% { transform: translateX(calc(2 / 6 * -100%)); }

 47.8% { transform: translateX(calc(3 / 6 * -100%)); }
 49.8% { transform: translateX(calc(3 / 6 * -100%)); }

 64.4% { transform: translateX(calc(4 / 6 * -100%)); }
 66.4% { transform: translateX(calc(4 /　6 * -100%)); }

 81% { transform: translateX(calc(5 / 6 * -100%)); }
 83% { transform: translateX(calc(5 / 6 * -100%)); } 

 98% { transform: translateX(calc(6 / 6 * -100%)); } 
 100% { transform: translateX(calc(6 / 6 * -100%)); }
}}

@keyframes css-carousel-slider-main {
 0% { transform: translateX(100%); }
 75% { transform: translateX(100%); }
 95% { transform: translateX(0%); }
}
@media (max-width: 767px) {
@keyframes css-carousel-slider-main {
 0% { transform: translateX(100%); }
 83% { transform: translateX(100%); }
 98% { transform: translateX(0%); } 
}}
/* 商品画像スライダー ぜいたくコース */
/* 商品画像スライダー ごほうびコース */
/* 全体設定 */
.css-carousel-slider1 {
 width: 100%;
 overflow: hidden;
 position: relative;
}
.css-carousel-slider1 img {
 width: 100%;
 height: auto;
 vertical-align: top;
}

/* スライド設定 */
.css-carousel-slider1 .slide-wrap1 {
 width: 200%;/* 画像の合計数*100%を設定 */
 position: absolute;
 display: flex;
 top: 0;
 left: 0;
 z-index: 0;
 animation: css-carousel-slider1 15s infinite; /* スライダーアニメーション全体の時間 */
 animation-delay: 2s; /* スライダーが始まるまでの時間 */
}
@media (max-width: 767px) {
.css-carousel-slider1 .slide-wrap1 {
 width: 300%; 
 position: absolute;
 display: flex;
 top: 0;
 left: 0;
 z-index: 0;
 animation: css-carousel-slider1 15s infinite;
 animation-delay: 2s; 
}}

.css-carousel-slider1 .slide-wrap-main1 {
 width: 100%;
 z-index: 1;
 animation: css-carousel-slider-main1 15s infinite; 
 animation-delay: 2s; 
}
.css-carousel-slider1 .slide1 {
 width: 100%;
}

/* スライダーアニメーションの設定 */

@keyframes css-carousel-slider1 {
 0% { transform: translateX(0); }

 45% { transform: translateX(calc(1 / 2 * -100%)); }
 50% { transform: translateX(calc(1 / 2 * -100%)); }

 95% { transform: translateX(calc(2 / 2 * -100%)); }
 100% { transform: translateX(calc(2 / 2 * -100%)); }
}
@media (max-width: 767px) {
@keyframes css-carousel-slider1 {
 0% { transform: translateX(0); }

 28.3% { transform: translateX(calc(1 / 3 * -100%)); }
 33.3% { transform: translateX(calc(1 / 3 * -100%)); }

 61.6% { transform: translateX(calc(2 / 3 * -100%)); }
 66.6% { transform: translateX(calc(2 / 3 * -100%)); }

 95% { transform: translateX(calc(3 / 3 * -100%)); }
 100% { transform: translateX(calc(3 / 3* -100%)); }
}}

@keyframes css-carousel-slider-main1 {
 0% { transform: translateX(100%); }
 50% { transform: translateX(100%); }
 95% { transform: translateX(0%); }
}
@media (max-width: 767px) {
@keyframes css-carousel-slider-main1 {
 0% { transform: translateX(100%); }
 66.6% { transform: translateX(100%); }
 95% { transform: translateX(0%); } 
}}
/* 商品画像スライダー ごほうびコース */
/* 価格 */
.yoko {
 display: flex;
 justify-content: space-between;
}
.text1 {
 font-family: "Century Gothic", sans-serif;
 position: absolute;
 top:72%;
 left:51%;
 font-size:5.5rem;
 color: #fff9f0;
 padding:0;
 margin:0;
 font-weight:1000;
 transform: translate(-50%,-50%);
 letter-spacing:-0.08em;
 text-shadow: 0px 10px 15px rgb(49, 49, 49, 0.5); 
}
@media (max-width: 767px){
.text1 {
 font-family: "Century Gothic", sans-serif;
 position: absolute;
 top:75%;
 left:51%;
 font-size:7.0rem;
 color: #fff9f0;
 padding:0;
 margin:0;
 font-weight:1000;
 transform: translate(-50%,-50%);
 letter-spacing:-0.08em;
 text-shadow: 0px 10px 15px rgb(49, 49, 49, 0.5); 
}}
@media (max-width: 650px){
.text1 {
 font-family: "Century Gothic", sans-serif;
 position: absolute;
 top:75%;
 left:51%;
 font-size:5.0rem;
 color: #fff9f0;
 padding:0;
 margin:0;
 font-weight:1000;
 transform: translate(-50%,-50%);
 letter-spacing:-0.08em;
 text-shadow: 0px 10px 15px rgb(49, 49, 49, 0.5); 
}}
@media (max-width: 500px) {
.text1 {
 font-family: "Century Gothic", sans-serif;
 position: absolute;
 top:75%;
 left:51%;
 font-size:4.0rem;
 color: #fff9f0;
 padding:0;
 margin:0;
 font-weight:1000;
 transform: translate(-50%,-50%);
 letter-spacing:-0.08em;
 text-shadow: 0px 10px 15px rgb(49, 49, 49, 0.5); 
}}
.text2 {
 font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
 position: absolute;
 top:47%;
 left:54.5%;
 font-size:0.8rem;
 color: #4a2408;
 padding:0;
 margin:0;
 font-weight:bolder;
 transform: translate(-50%,-50%);
}
@media (max-width: 767px){
.text2 {
 font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
 position: absolute;
 top:48%;
 left:53%;
 font-size:1.3rem;
 color: #4a2408;
 padding:0;
 margin:0;
 font-weight:bolder;
 transform: translate(-50%,-50%);
}}
@media (max-width: 650px){
.text2 {
 font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
 position: absolute;
 top:48%;
 left:53%;
 font-size:1.0rem;
 color: #4a2408;
 padding:0;
 margin:0;
 font-weight:bolder;
 transform: translate(-50%,-50%);
}}
@media (max-width: 500px) {
.text2 {
 font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
 position: absolute;
 top:50%;
 left:53%;
 font-size:0.7rem;
 color: #4a2408;
 padding:0;
 margin:0;
 font-weight:bolder;
 transform: translate(-50%,-50%);
}}
.price1{
 position: relative;
}
.price1 img{
 width:100%;
}
/* 価格 */

/* 商品説明 */
/* タブ全体を囲むコンテナの設定 */
.tab-switch {
 --tab-color:#ca3722;/*タブの色を指定する*/
 display: flex; /* タブを横並びに */
 flex-wrap: wrap; /* 幅に応じて折り返し */
 max-width: 800px; /* コンテナの最大幅を指定 */
 margin: auto;/* コンテナの中央寄せ */
 justify-content: center;/* タブの中央寄せ */
 gap:5px;/* タブ間の余白 */
}

/* 各タブボタンの設定 */
.tab-switch > label {
 flex: 1 1 auto; /* タブが均等に幅をとるが、幅を超えると折り返す */
 order: -1; /* 上部に表示する */
 padding: .7em 1em; /* 上下左右の内側余白 */
 border:3px solid #fff;/* 枠線 */
 background-color: #fff;&#160;
 color: var(--tab-color); /* 文字色 */
 text-align: center; /* 文字を中央揃え */
 cursor: pointer; /* ポインターを指アイコンに変更 */
 border-radius:99px;/* 角の丸み */
 transition:.3s all;/*変化を滑らかに*/
 font-weight: 600;
 font-size: 1em;
}

/* タブボタンのホバーおよび選択状態のスタイル */
.tab-switch > label:hover,
.tab-switch label:has(:checked) {
 background-color:var(--tab-color); /* ホバー/選択時の背景色 */
 color: #fff; /* ホバー/選択時の文字色 */
}

/* ラジオボタン自体は非表示 */
.tab-switch input {
 display: none; /* 見た目に表示されないようにする */
}

/* タブコンテンツのスタイル */
.tab-switch > div {
 display: none; /* 初期状態では非表示 */
 width: 100%; /* コンテンツ幅を全体に */
 padding: 1.5em 1em; /* 内側余白 */
}

/* 選択されたタブのコンテンツを表示 */
.tab-switch label:has(:checked) + div {
 display: block; /* 選択されたタブに対応するコンテンツを表示 */
}
/* 商品説明 */

/* お客様の声PC用 */
.boxrv {
 height: 500px;
 border:3px solid #783a0d;
 border-radius:10px;     
 overflow-y: scroll;          
}
/* お客様の声PC用 */

/* お客様の声SP用 */
.container {
 position: relative;
 inline-size: 100%; 
 border-radius:10px; 
}
.carousel {
 display: grid;
 grid-auto-columns: 100%;
 grid-auto-flow: column;
 place-items: center;
 background: #000;
 overflow-x: auto;
 scroll-snap-type: x mandatory;
 height: 100%;
 border:3px solid #783a0d;
 border-radius:10px; 
 scroll-behavior: smooth;
 scroll-marker-group: after;
    &::scroll-button(right) {
      position: absolute;
      top: 95%;
      right: 5%;
      content: "\02b95" / "Scroll Right";
    }
    &::scroll-button(left) {
      position: absolute;
      top: 95%;
      left: 5%;
      content: "\02b05" / "Scroll Left";
    }
    &::scroll-button(*) {
      width: 40px;
      height: 40px;
      background-color: #783a0d;
      border-radius: 50%;
      color: #fff;
    }
    &::scroll-button(*):hover {
      background-color: #fff;
      color: #444;
    }
    &::scroll-marker-group {
      display: flex;
      justify-content: center;
      margin-top: 10px;
      gap:20px;
    }
}
.carousel-item {
 scroll-snap-align: center;
    &::scroll-marker {
      content: "";
      border: 1px solid #783a0d;
      background-color: transparent;
      width: 15px;
      height: 15px;
      border-radius: 50%;
    }
    &::scroll-marker:target-current {
      background-color: #783a0d;
    }
 }
/* お客様の声SP用 */

/* 質問 */
.accordion-007 {
 max-width: 100%;
 margin-bottom: 15px;
}

.accordion-007 summary {
 display: flex;
 justify-content: space-between;
 align-items: center;
 position: relative;
 padding: 1em 2em;
 border: 2px solid #561b24;
 border-radius: 25px;
 color: #561b24;
 font-weight: 600;
 cursor: pointer;
 background-color: #fff;
}

.accordion-007 summary::-webkit-details-marker {
 display: none;
}

.accordion-007 summary::after {
 transform: translateY(-25%) rotate(45deg);
 width: 7px;
 height: 7px;
 border-bottom: 3px solid #561b24;
 border-right: 3px solid #561b24;
 content: '';
 transition: transform .3s;
}

.accordion-007[open] summary::after {
 transform: rotate(225deg);
}

.accordion-007 p {
 position: relative;
 transform: translateY(-10px);
 opacity: 0;
 margin-top: 20px;
 padding: .8em 1.2em;
 border: 2px solid #561b24;
 border-radius: 25px;
 background-color: #561b24;
 color: #ffffff;
 transition: transform .5s, opacity .5s;
}

.accordion-007[open] p {
 transform: none;
 opacity: 1;
}

.accordion-007 p::before,
.accordion-007 p::after {
 position: absolute;
 top: -15px;
 left: 1.2em;
 width: 30px;
 height: 15px;
 clip-path: polygon(50% 0, 0 100%, 100% 100%);
 content: '';
}

.accordion-007 p::before {
 background-color: #561b24;
}

.accordion-007 p::after {
 top: -12px;
 background-color: #561b24;
}
/* 質問 */

/* 商品概要と注意事項 */
.pay{
 background: #fff;
 border-spacing: 0;
 width: 100%;
}

.pay th,.pay td{
 border-bottom: 2px solid #000;
 padding: 10px;
}
/* 商品概要と注意事項 */

/* 各ショップリンク */
.button-55 {
 display: flex;
 justify-content: center;
 align-items: center;
 min-width: 250px;
 margin: 0 auto;
 padding: .9em 2em;
 border: none;
 border-radius: 25px;
 background-color: #ff4d00;
 color: #fff;
 font-weight: 600;
 font-size: 1em;
}
@media (max-width: 767px) {
.button-55 {
 align-items: center;
 min-width: 250px;
 margin: 0 auto;
 padding: .9em 2em;
 border: none;
 border-radius: 25px;
 background-color: #ff4d00;
 color: #fff;
 font-weight: 600;
 font-size: 1em;
}
/* 各ショップリンク */

/* 20250627記事　大石早生 */  
.plum {
 color: #303030;/*文字色*/
 padding: 0.5em 0;/*上下の余白*/
 border-top: solid 3px #A9270D;/*上線*/
 border-bottom: solid 3px #A9270D;/*下線*/
 margin-top:1em;
}
.box-019 {
 position: relative;
 margin-top: 2em;
 padding: 1.8em 1.5em 1em 1.5em;
 border: 4px solid #942b23;
 border-radius: 25px;
}

.box-019 > div {
 position: absolute;
 top: -1.15em;
 left: -.5em;
 padding: .4em 1.4em;
 border-radius: 25px;
 background-color: #A9270D;
 color: #fff;
 font-size: 1.2em;
}

.box-019 > div::before {
 position: absolute;
 bottom: -8px;
 left: 50%;
 transform: translateX(-50%);
 width: 16px;
 height: 8px;
 background-color: #A9270D;
 clip-path: polygon(0 0, 100% 0, 50% 100%);
 content: '';
}

.box-019 p {
 margin-top: 1.5em;
}

.balloon5 {
 width: 100%;
 overflow: hidden;
}

.balloon5 .faceicon {
 float: left;
 width: 25%;
}

.balloon5 .faceicon img{
 width: 100%;
 height: auto;
}

.faceicon p{
 width: fit-content;
 margin-right: auto;
 margin-left: auto;
 margin-top:-25px;
 text-align: center;
 line-height: 1.2;
}

.balloon5 .chatting {
 width: 100%;
}

.says {
 display: inline-block;
 position: relative; 
 margin: 30px 0 0 10px; 
 padding: 17px 13px;
 border-radius: 12px;
 background: #f0e3ba;
}

.says:after {
 content: "";
 display: inline-block;
 position: absolute;
 top: 35px; 
 left: -1.8em;
 border: 12px solid transparent;
 border-right: 12px solid #f0e3ba;
}

.says p {
 margin: 0;
 padding: 0;
}

.heading-16 {
 display: flex;
 justify-content: center;
 align-items: center;
 color: #333333;
}

.heading-16::before,
.heading-16::after {
 width: 3px;
 height: 40px;
 background-color: #A9270D;
 content: '';
}

.heading-16::before {
 transform: rotate(-35deg);
 margin-right: 30px;
}

.heading-16::after {
 transform: rotate(35deg);
 margin-left: 30px;
}
/* 20250627記事　大石早生 */  


