@media screen and (max-width: 768px) {
#fs_Top .fs-c-panelContainer {
    flex-basis: 0;
    min-width: 0%;
    max-width: 100%;
    width: auto;
}
}
.fs-c-panelContainer {
  flex-basis: 100%;
  min-width: 0;
  max-width: 0;
  width: 100%;
}

.fs-c-rating__value {
    color: #C78D2F;
    margin-left: 8px;
    font-size: small;
}

.anygift-gift-ui__container {
    width:100% !important;
}

.anygift-gift-ui__main-button {
    border-radius: 4px !important;
    height: 60px !important;
    @media (max-width: 800px) {
      border-radius: 0px !important;
  }
}



/* 商品一覧フルーツカテゴリーボタン */

.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #87befd;
  color: #FFF;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-circle-flat:hover {
  background: #668ad8;
}

.btn-border-bottom {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #89B1E4;  
}
/* 商品カテゴリーボタン */

.btn-border-bottom:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top:100%;
  left: 0;
  border-radius: 3px;
  background:#89B1E4;
  transition: .2s;
}

.btn-border-bottom:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

/* 商品カテゴリーボタン */



/* 特集 */

 .special-edition{
  height:500px;
  text-align:center;
}

.offers{
  display: flex;
  flex-direction: row;
  justify-content: center;
}



/* egiftカテゴリー */

 .e-gift_font {
  font-size: 16px;
  text-align: center;
  line-height: 3;
}
  
  .e-gift_font_2 {
  font-size: 15px;
  text-align: center;
　line-height: 2.5;
}
.demo1 {
  text-align: right; 
}


/* egiftカテゴリーQ&A */

.cp_qa{
    background-color:#F5F3F5;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
/* egiftカテゴリーQ&A */


/* egiftカテゴリー */

/* 定期便Q&A */

.teiki-accordion{
border: 1px solid #ccc;
margin-bottom:10px;
}

.teiki-answer {
  padding: 10px;
  display: none;
    background: rgba(126, 126, 126, 0.08);
    margin: 10px;
}

.parent {
  position:relative;
  padding: 10px 20px;
}
 
.parent::before, .parent::after {
  content:'';
  position:absolute;
  left:10px;
  top:10px;
  width:15px;
  height:1px;
   top:50%;
 background-color:#333;
}
.parent::before {
  transform:rotate(90deg);
}
 .parent::before {
  transition: transform 0.5s linear;
  transform:translateY(-50%) rotate(90deg);
}
 
.open::before {
  transform:translateY(-50%) rotate(45deg) !important;
}
.open::after {
  transform:translateY(-50%) rotate(135deg) !important;
}

.teiki-info-ttl{
padding: 10px;
    text-align: center;
    margin: 20px auto 10px;
    background-color: #eee;
font-size:1.2em;
font-weight:bold;
}

.teiki-info-ttl span {
display:block;
}

.teiki-return-box{
background: rgba(126, 126, 126, 0.08);
border: 1px solid #999999;
padding: 12px;

}
.teiki-return-ttl{

border-bottom: 1px solid currentColor;
    margin-top: 8px;
    padding-bottom: 10px;
text-align:center;
font-size: 1.2em;
}
.teiki-return-pbox{
padding: 10px;
}

/* 定期便Q&A */

/* 返品特約バナー */
.btn-returnpolicy{
text-align:center;
    font-weight: bold;
font-size:18px;
}
.btn-returnpolicy a{
padding:10px 20px;
width:100%;
background-color: #eee;
display:inline-block;
text-decoration: none!important;
    border-radius: 4px;
color: #333 !important;


}

.btn-returnpolicy a:hover{
　text-decoration: none;
}

/* 返品特約バナー */

/* ご購入前にご確認くださいバナー */
.btn-purchasecheck{
text-align:center;
    font-weight: bold;
font-size:20px;
}
.btn-purchasecheck a{
padding: 10px;
width:100%;
background-color: #ffffcc;
display:inline-block;
text-decoration: none!important;
    border-radius: 4px;
color: #C80000 !important;
    border: 3px solid #C80000;



}

.btn-purchasecheck a:hover{
　text-decoration: none;
}

/* ご購入前にご確認くださいバナー  */


/* カート手提げ */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #F57D07;
  background: #ffffff;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #F57D07;
  color: white;
}
/* カート手提げ */





/* レビューもっとみる */
.tobifrureview_button_line001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.tobifrureview_button_line001 a:before {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(0,0,0,.1);
    transform: translateX(-50%);
}
.tobifrureview_button_line001 a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.tobifrureview_button_line001 a:hover {
    opacity: 0.7;
}
.tobifrureview_button_line001 a:hover:after {
    transform: scale(1, 1);
}

/* レビューもっとみる */


/* スライドバナーをずらす */
.fs-pt-carousel {
position: sticky;
}
/* スライドバナーをずらす */

.flexbox{
display:flex;
}

/* 独自コメント１タイトル大二重線下線 */
.ttl_bottom_1{
text-align: center;
display: inline-block;
margin-bottom: 2%;
font-size: 2em;
font-weight:bold;
line-height: 1.5em;
border-bottom:solid 5px rgba(0,255,169,0.3);
padding-top: 7%;

}

/* 独自コメント１タイトル小ドット下線 */
.ttl_little_bottom_1{
text-align: center;
border-bottom: dotted #72C6EF;
display:inline-grid;
font-size:1.2em;

margin-bottom: 2%;
padding-bottom: 2%;
}
.ttl_little_bottom_1 span{
font-weight:bold;
font-size:1.5em;



}

/* 独自コメント１ボックス */
.fruitbox{
display:flex;
justify-content: space-between;
margin-top: 5%;
margin-bottom: 10%;
flex-wrap: wrap;
gap:40px 0;



}

.fruitbox-left,.fruitbox-right,.fruitbox-inner{
width:45%
}
.fruit-bottom_ttl{
font-size:1.5em;
padding: 1% 0 2% 0;
text-align:left;
font-weight:bold;


}

.fruitbox-shosai{
padding-top:10px;
text-align:right;
font-size:1.2em;
text-decoration:underline 1px solid #000;

}

.haiso-marker{
background: linear-gradient(transparent 30%, #F6EDB5 70%);
}
.p80{
text-align:left;
width:70%;
}
.bottom3{
padding-bottom:3%;
}

.th-box{
padding:40px 20px;
background-color:rgba(242,236,117,0.2);
border-radius: 15px;
margin-bottom:10%;

}
.th-ttl{
font-size:1.5em;
text-align:center;
font-weight:bold;
margin-bottom: 3%;
border-bottom: 1px solid red;
display:inline-block;
line-height: 1.3;
}

.th-ttl span{
font-weight: bold;
}

.th-txt{
text-align:left;
padding-bottom:3%;
}

.fruitbox3{
display:flex;
justify-content: space-between;
}

.fruitbox3-n{
width:33%;
}

.fruitbox2{
display:flex;
justify-content: space-around;
}

.fruitbox2-n{

width:48%;
}


.arrow_r {
padding:2% 0;
}

.arrow_r::after {
display:inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
 width:6px;
height:6px;
margin:2px;
margin-left:5px;
}

/* アコーディオン全体デザイン */
.ac_area {
  width: 96%; /* 画面横幅の96%の大きさにして */
  max-width: 900px; /* それでも900pxより大きくならないように */
  margin: 0 auto; /* 画面の中央寄せ */
}
.ac_area li {
  margin: 10px 0; /* 項目同士のスペースを調整 */
    list-style:none;
}
.ac_area section {
  /* 箱全体のデコレーション */
  border: 1px solid #ccc;

}

/* アコーディオンのクリックする部分のデザイン */
.title_btn {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease; /* easeは動きの始めと終わりを緩やかにします */
}

/* クリックして出てくる部分 */
.text_box {
  display: none; /* 最初は見えなくしておきます */
  background-color: #f3f3f3;
  padding: 3% 3% 3% 50px;
}


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

.fruitbox{
display:block;
}
.fruit-bottom_ttl {
    padding: 2% 0;
text-align:center;
font-size:1.2em;
}

.ttl_little_bottom_1{
font-size:1em;
}

.fruitbox-left,.fruitbox-right,.fruitbox-inner{
width:100%;
margin-bottom:15%;
}

.ttl_bottom_1{
font-size:1.2em;
}


.p80{

width:100%;
}
.bottom3{


}

.th-ttl{
font-size:1.2em;
margin-bottom: 5%;
}
.th-ttl span{
display:grid;

}

.th-box{
padding:20px;

}
.line-page-img{
padding:0px 10px;



}
}

/*用途で選ぶ*/

.purpose-wrap{display: flex;}

.purpose-ttl{
font-weight: 600;
font-size: 2em;
text-align:center;
margin-bottom: 40px;

}

.purpose-box{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
padding:20px;
border-right:1px solid #c0c0c0;
border-bottom:1px solid #c0c0c0;
}

.purpose-box-left{
border:1px solid #c0c0c0;}

.purpose-box-right{
  
    display: flex;
  flex-direction: column;
justify-content: space-between;
}


.purpose-box-ttl-2{
font-weight: 600;
    font-size: 20px;}

.purpose-box-more{text-align:right;}
.purpose-box-more a{font-weight:bold;}

.purpose-box:nth-of-type(2){border-right:none;}
.purpose-box:nth-of-type(4){border-right:none;}

 @media (max-width: 800px) {
  .purpose-wrap{display: block;}
.purpose-box{border-right:none;}
}
/*用途で選ぶ*/