.ss {text-align:center;}

.midashi2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}

.midashi3 {
border-bottom: double 5px #FFC778;
/*線の種類（二重線）太さ 色*/
}

.midashi3-1 {
border-bottom: double 5px #364e96;
/*線の種類（二重線）太さ 色*/
}

.midashi3-2 {
border-bottom: double 5px #ffe4e1;
/*線の種類（二重線）太さ 色*/
}

.midashi3-3 {
  font-weight: bold;
  padding: 0.5em 1em;
  background-color: #4c9ac0;
  color: #fff;
  position: relative;
}

.midashi3-3:before {
  content: '';
  height: 0;
  width: 0;
  border: solid transparent;
  position: absolute;
  left: 30px;
  top: 100%;
  border-color: transparent;
  border-top-color: #4c9ac0;
  border-right-color: #4c9ac0;
  border-width: 6.5px;
}

.sencho_midashi {
border-bottom: double 5px #0068b7;
/*線の種類（二重線）太さ 色*/
}

ul.list1 {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
ul_list1 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.list2 {
  background: #fff8ff;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
ul_list2 li {
  line-height: 1.5;
  padding: 0.5em 0;
}

ul.list3 {
  /*background: #fff8ff;*/
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
  /*width: 50%;*/
  /*margin-left: 30px;*/
  border: solid 1px gray;
}
ul.list3 li {
  line-height: 0.5em;
  padding: 0.5em 0;
}

ul.list5 {
  background: #f5f5f5;/*背景色*/
  border-radius: 10px;
  border: solid 1px #000000;/*線の種類 太さ 色*/
}

ul.list5 li {
  margin-left:3px;
  line-height: 1.2; /*文の行高*/
}

.under_line {
  background: linear-gradient(transparent 70%, yellow 70%);
}


.midashi4 {
background: linear-gradient(transparent 70%, #a7d6ff 70%);
font-family:serif;
}

.midashi5 {
color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px #364e96;/*上線*/
border-bottom: solid 3px #364e96;/*下線*/
}

.midashi6 {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
}

.midashi7 {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #7db4e6;
  border-bottom: 1px solid #7db4e6;
}

.box1 {
 margin: 2em auto;
 padding: 1em;
 width: 90%;
 background-color: #FFF5EE; /* 背景色 */
 box-shadow: 0 0 5px 1px #ccc; /* 影 */
 border-radius: 8px; /*角の丸み*/ 
}

.box2 {
 margin: 2em auto; 
 padding: 0.5em 1.5em;
 width: 85%; /*幅の調節*/
 color: #777777; /* 文字色 */
 background-color: #fff; /* 背景色 */
 border: 4px solid #f6bfbc; /*線の太さ・色*/
 border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: solid;
    border: solid 3px #000000;
}

ol.list1 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  border: dashed 1px gray;
  /*width:90%;*/
  background: #f5faff;
  border: solid 1px #74c2f8;
  border-radius: 10px;
  /*margin-left: 30px;*/
}

ol.list1 li{
  position: relative;
  line-height: 1.2em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.list1 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

ul.item_category_sf2{
  padding: 0 20px;
  font: 16px/1.6 'arial narrow', sans-serif;
  width:90%;
  list-style: none;
}
ul.item_category_sf2 li{
  position: relative;
  padding: 7px 5px 7px 35px;
  margin-bottom:5px;
  /*background: #32cd32;*/
  border-radius: 5%;
  border: 1px solid #2B98F2; /*線の太さ・色*/
  font-family: YuGothic,'Yu Gothic',sans-serif;
}
ul.item_category_sf2 li:before{
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #2B98F2;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.go_cart {
	position: fixed;
	bottom: 20px;
	right: 0;
	background: #2b98f2;
	z-index: 1000;
  display:none;
	
}

.go_cart a{padding: 1em;color: #fff; display:block;}
#cart_area{ display:block;}


table.details{
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /*margin-left: 5px;*/
}

table.details tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}
table.details th,table.details td{
  text-align: center;
  font-size: 13px;
  width: 20%;
  padding: 10px 0;
}
table.details tr *:nth-child(1){
  background: #DCDCDC;
}
caption { 
  font-size: 18px;
  text-align: left;
}

.media {
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 1px rgba(0,0,0,.14),
           		0px 2px 1px rgba(0,0,0,.12),
              		0px 1px 3px rgba(0,0,0,.20);
    border-radius: 4px;
	padding: 0.5em;
	/*margin:0 auto;*/
}


.media:hover {
	box-shadow: 0px 8px 10px rgba(0,0,0,.14),
             		0px 3px 14px rgba(0,0,0,.12),
              		0px 5px 5px rgba(0,0,0,.20);
}


.media__img-wrapper {
	/*flex: 0 1 27.58333%;*/
  	flex: 0 1 30.58333%;
	/*margin-right: 3.33333%;*/
	margin: 10px;
}


.media__img {
	width: 100%;
	border-radius: 4px;
}


.media__body {
	flex: 1;
}


.media__body > *:last-child {
	margin-bottom: 0;
}


.media__title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

.media__excerpt {
	line-height: 1.7;
	font-size: 13px;
}

.media__link {
	text-align: right;
	color: #616161;
	font-size: 13px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.card4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  width: 100%;
  height: auto;
  align-items: center;  
  /*box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);*/
  border: 1px solid #cdcdcd;
  border-radius: 0.5rem;
  margin-bottom:5px;
}
.card4_box {
   display: flex;
}
.card4_image {
    width: 30%;
    /*height:auto;*/
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}
.card4_title {
    font-size: 14px;
    margin: 10px;
    font-weight: bold;
    color: #444;
}
.card4_content {
    width:90%;
    margin: 10px 15px;
    font-size: 12px;
    line-height: 1.5;
 }

.card4_link {
	text-align: right;
	color: #616161;
	font-size: 13px;
  margin-right:7%;
}

.box4 {
  border: 2px solid #aaa;
  padding: 1em;
  margin: 0.5em 0;
  border-radius: 15px;
}

.box29 {
    margin: 1em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
  font-size: 1em;
}

.box29-2 {
    margin: 1em 0;
    background: #f5deb3;
}
.box29-2 .box-title {
    font-size: 0.9em;
    background: #ff7f50;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29-2 p {
    padding: 15px 20px;
    margin: 0;
  font-size: 1em;
 
}

.box32 {
    padding:0.4em;/*内側余白*/
    margin:5px;
    /*font-size:20px;*/
    /*text-align:center;*/
    text-align:left;
    border:double 2px #000000;/*線の種類・太さ・色*/
   /*border:double 2px #fc5185;*/
}

.box32text1 {
   color:#FF0000;
   font-size:small;
   text-align:left;
}

/*２カラム*/
.card-group2_sub{
  margin-left: auto;
  margin-right: auto;
  
  max-width: 640px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-group2_sub > :nth-child(2n){
  margin-left: 15px;
}  

.card-group2_sub > :nth-child(n+3){
  margin-top: 15px;
}  

.card2_sub{
   width: calc((100% - 15px * 1) / 2);  
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.2)
}

.card2__imgframe_sub{
  width: 100%;
  height: auto;
  /*padding-top: 56.25%;*/
  /*background: #000;*/
  box-sizing: border-box;
}

.card2__textbox_sub{
  width: 100%;
  height: auto;
  padding: 10px 18px;
  background: #fff;
  box-sizing: border-box;
}

.card2__textbox_sub > * + *{
  margin-top: 10px;
}

.card2__titletext_sub{
  font-size: 16px;
  font-weight: bold;
  line-height: 125%;
  margin-bottom:5px;
}

.card2__overviewtext_sub{
  font-size: 12px;
  line-height: 150%;
}

.content_main_sub{
  max-width:900px;
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper_sub {
    display: flex;
    flex-wrap: wrap;
    /*gap: 1rem;*/
    gap:5px;
    padding: 5px;
    /*padding: 1.0rem;*/
    justify-content: space-between;
}

.content_card_sub {
    /*display: flex;
    flex-direction: column;*/
    flex-basis: 47%;
    /*padding: 1rem;*/
    padding: 5px;
    word-wrap: break-word;
    background-color: #fff;
    box-sizing: border-box;
    /*border-radius: 0.25rem;*/
    border: 1px solid #cdcdcd;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
    /*width: calc((1000px - 10px * 1) / 3);*/ 
}

.content_card-box_sub {
    padding: 5px 0px;
    /*padding: 0.5rem 0;*/
}

.content_card-image_sub {
    width: 100%;
    object-fit: contain;
}

.contet_card-title_sub {
    /*margin-bottom: 0.5rem;*/
    font-size: 0.8rem;
    font-weight: bold;
    color:red;
}

.contet_card-title_sub2 {
    /*margin-bottom: 0.5rem;*/
    font-size: 0.8rem;
    font-weight: bold;
    text-align:center;
}

/*.content_card_sub:hover {
    box-shadow: 0 10px 20px #999;
}

.content_wrapper_sub:after{
    content: "";
    display: block;
    flex-basis: 31%;
}*/

.youtube_main{
  max-width:1000px;
 margin-left: auto;
    margin-right: auto;
}

.hisarasakan {
  background: #f4f4f4;
  border-radius: 10px;
}

.hisarasakan_image {
  padding: 10px 10px 0px 10px;
}

.hirasa_logo {
  padding: 0px 15px 15px 15px;
}

.hisarasakan_text {
  padding: 0px 20px;
  font-family: YuGothic,'Yu Gothic',YuGothic,'Yu Gothic',sans-serif;
}

.hirasakan-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-weight: bold;
  transition: 0.3s;
  margin:20px auto;
  background-color: #802C2C;
}

.hirasakan-button:hover {
  opacity: .7;
}


/*スキンケア*/
.kayo_body {
   font-family: 'Helvetica Neue', sans-serif;
   margin-left: auto;
   margin-right: auto;
   line-height: 1.7;
}

.section1 {
  /*padding: 1rem 1rem;*/
}

.section1 h1 {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  color: var(--main-color);
}

.section1 h2 {
  text-align: center;
  color: var(--main-color);
  font-size: 1.4rem;
}

.section1-message {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.section-divider {
  border: none;
  border-top: 2px solid #f3e3d8; /* 柔らかいベージュライン */
  margin: 40px 0;
  width: 80%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.worries-section {
  /*margin-bottom: 40px;*/
}

.worries-title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
   margin-bottom: 0.5rem;
}

.worries-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*gap: 0.5em; /* 各項目の間隔 */
}

.worries-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em; /* アイコンとテキストの間隔 */
  max-width: 500px;
  width: 100%;
  font-size: 1.1rem;
}

.worries-list li::before {
  content: '';
  width: 10px;
  height: 5px;
  border-left: 3px solid #50e34d;
  border-bottom: 3px solid #50e34d;
  transform: rotate(-45deg);
  font-size: 1.4em;
  display: inline-block;
}

.worries-message {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 10px auto;
  padding: 0 10px;
  gap: 0; /* gapは無し、代わりにmarginで調整 */
}

.feature-item {
  width: 220px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  text-align: center;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 20px; /* スマホで縦並びになったときの余白確保 */
}

.feature-item:hover {
  box-shadow: 0 8px 16px rgba(217, 142, 4, 0.2);
}

.feature-item a {
  text-decoration: none;
  color: #333;
  display: block;
}

.feature-item h1 {
   text-align: center;
   font-size: 1.8rem;
   margin-bottom: 0.5rem;
   color: var(--main-color);
}

.feature-item h2 {
   color: var(--main-color);
   font-size: 1.4rem;
   /*margin-bottom: 1rem;*/
}

.feature-item h3 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #d98e04;
}

.feature-item p {
  font-size: 0.95rem;
  color: #666;
}

#feature-loquat {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fff8f2; /* 優しいピーチベージュ系 */
  border: 1px solid #f3e3d8;
  border-radius: 12px;
  padding: 24px;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
  width: 100%; /* 親要素に対して90%の幅にする */
  max-width: 700px; /* 必要に応じて最大幅を設定 */
  margin-left: auto; /* 中央揃えにするための設定 */
  margin-right: auto; /* 中央揃えにするための設定 */
  box-sizing: border-box; /* paddingとborderをwidthに含める */
}
#feature-loquat h2 {
  color: #d67229; /* 差し色オレンジ */
  font-size: 1.4rem;
  margin-top: 0;
}

.loquat-image-container {
  width: 95%; /* 親要素（#feature-loquat）に対して90%の幅 */
  margin: 10px auto; /* 上下のmarginと左右autoで中央寄せ */
}

.loquat-image-container img {
  display: block; /* インライン要素の回り込みを防ぎ、margin: auto を有効にする */
  width: 100%; /* コンテナに合わせて画像の幅を調整 */
  height: auto; /* 高さの比率は維持 */
}

#feature-loquat ul {
  padding-left: 20px; /* デフォルトのインデントを少し調整 */
  margin-left: 0;
  margin-top: 30px;
  margin-bottom:30px;
}

#feature-loquat li {
  /*line-height: 1.7;*/
  font-size: 1.1rem;
  text-decoration: underline; 
  text-decoration-color: silver;
  text-underline-offset: 5px;
  /*text-decoration-style: dotted;*/
}
#feature-loquat p {
  /*line-height: 1.7;*/
  font-size: 1.0rem;
}

#feature-obaku {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fff8f2; /* 優しいピーチベージュ系 */
  border: 1px solid #f3e3d8;
  border-radius: 12px;
  padding: 24px;
  margin-top: 0px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
  width: 100%; /* 親要素に対して90%の幅にする */
  max-width: 700px; /* 必要に応じて最大幅を設定 */
  margin-left: auto; /* 中央揃えにするための設定 */
  margin-right: auto; /* 中央揃えにするための設定 */
  box-sizing: border-box; /* paddingとborderをwidthに含める */
}
#feature-obaku h2 {
  color: #d67229; /* 差し色オレンジ */
  font-size: 1.4rem;
  margin-top: 0;
}

.obaku-image-container {
  width: 95%; /* 親要素（#feature-obaku）に対して90%の幅 */
  margin: 10px auto; /* 上下のmarginと左右autoで中央寄せ */
}

.obaku-image-container img {
  display: block; /* インライン要素の回り込みを防ぎ、margin: auto を有効にする */
  width: 100%; /* コンテナに合わせて画像の幅を調整 */
  height: auto; /* 高さの比率は維持 */
}

#feature-obaku ul {
  padding-left: 20px; /* デフォルトのインデントを少し調整 */
  margin-left: 0;
  margin-top: 30px;
  margin-bottom:30px;
}

#feature-obaku li {
  /*line-height: 1.7;*/
  font-size: 1.1rem;
  text-decoration: underline; 
  text-decoration-color: silver;
  text-underline-offset: 5px;
  /*text-decoration-style: dotted;*/
}
#feature-obaku p {
  /*line-height: 1.7;*/
  font-size: 1.0rem;
}

#feature-kuchinashi {
     font-family: 'Helvetica Neue', sans-serif;
  background-color: #fff8f2; /* 優しいピーチベージュ系 */
  border: 1px solid #f3e3d8;
  border-radius: 12px;
  padding: 24px;
  margin-top: 0px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
  width: 100%; /* 親要素に対して90%の幅にする */
  max-width: 700px; /* 必要に応じて最大幅を設定 */
  margin-left: auto; /* 中央揃えにするための設定 */
  margin-right: auto; /* 中央揃えにするための設定 */
  box-sizing: border-box; /* paddingとborderをwidthに含める */
}
#feature-kuchinashi h2 {
  color: #d67229; /* 差し色オレンジ */
  font-size: 1.4rem;
  margin-top: 0;
}

.kuchinashi-image-container {
  width: 95%; /* 親要素（#feature-kuchinashi）に対して90%の幅 */
  margin: 10px auto; /* 上下のmarginと左右autoで中央寄せ */
}

.kuchinashi-image-container img {
  display: block; /* インライン要素の回り込みを防ぎ、margin: auto を有効にする */
  width: 100%; /* コンテナに合わせて画像の幅を調整 */
  height: auto; /* 高さの比率は維持 */
}

#feature-kuchinashi ul {
  padding-left: 20px; /* デフォルトのインデントを少し調整 */
  margin-left: 0;
  margin-top: 30px;
  margin-bottom:30px;
}

#feature-kuchinashi li {
  /*line-height: 1.7;*/
  font-size: 1.1rem;
  text-decoration: underline; 
  text-decoration-color: silver;
  text-underline-offset: 5px;
  /*text-decoration-style: dotted;*/
}
#feature-kuchinashi p {
  /*line-height: 1.7;*/
  font-size: 1.0rem;
}

.how-to-use-section {
  font-family: 'Helvetica Neue', sans-serif;
  max-width: 700px;
  margin: 20px auto;
  padding: 10px;
}

.section-title {
  font-family: 'Helvetica Neue', sans-serif;
  text-align: center;
  font-size: 1.8rem;
  margin-top:20px;
  margin-bottom: 20px;
  color: #333;
}

.usage-steps {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  gap: 0px; /* 要素間の余白を調整 */
  width: 95%; /* 親要素に対しての幅 */
  max-width: 600px; /* 最大幅を設定 */
  margin: 0 auto; /* 中央寄せにする */
}

.kayo_step {
  background: #fdfaf6;
  border: 1px solid #f0e5dc;
  border-radius: 10px;
  padding: 10px 20px 20px; /* 上のpaddingを小さくする例 */
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
  width: 100%;
}

.kayo_step h3 {
  font-size: 1.0rem;
  margin-bottom: 10px;
  color: #d9782d; /* ビワのオレンジを差し色に */
}

.kayo_step p {
  font-size: 1.0rem;
  color: #444;
  line-height: 1.5;
  text-align: left;
}

.faq {
  margin-top: 1.5rem;
}

.faq summary {
    font-weight: bold;
    cursor: pointer;
    color: var(--main-color);
    font-size: 1.2rem;
    font-family: 'Helvetica Neue', sans-serif;
}

.faq details {
    margin-bottom: 1.2rem;
    margin-left:20px;
 }

.faq details p {
  /*line-height: 1.7;*/
  font-size: 1.0rem;
  font-family: 'Helvetica Neue', sans-serif;
  margin-top: 0.6em; 
}

.faq_flame {
  border: 2px solid #ccc;
  padding: 10px;
  margin: 10px auto; /* 左右のマージンを auto にして中央寄せにするのが一般的です */
  border-radius: 20px;
  max-width: 500px; /* 例：最大幅を 500px に設定 */
}

.development-story {
  background-color: #fffaf4;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  padding: 15px;
  margin: 5px; 
}

.story-box {
  max-width: 100%; /* スマートフォン画面幅いっぱいに広がるように */
  margin: 0 auto;
  padding: 10px; /* スマートフォン向けに上下左右の余白を調整 */
  font-size: 1.0rem; /* スマートフォン向けにフォントサイズを少し小さく */
  color: #444;
  line-height: 1.7; /* スマートフォン向けに行間を調整 */
}

.story-box p {
  font-family: "游明朝", serif; /* 游明朝がない環境も考慮して serif を追加 */
  margin-bottom: 0.7rem; /* スマートフォン向けにマージンを調整 */
}

.profile-card {
  display: flex;
  align-items: center;
  margin-top: 20px; /* スマートフォン向けにマージンを調整 */
  padding-top: 15px; /* スマートフォン向けにパディングを調整 */
  border-top: 1px dashed #e0cdbc;
  flex-direction: column; /* スマートフォンでは縦並びになるように変更 */
  text-align: center; /* スマートフォンでは中央寄せに */
}

.profile-image {
  width: 170px; /* スマートフォン向けにサイズを縮小 */
  height: 170px; /* スマートフォン向けにサイズを縮小 */
  object-fit: cover;
  border-radius: 50%;
  margin-right: 0; /* スマートフォンでは右マージンをなくす */
  margin-bottom: 15px; /* スマートフォン向けに下マージンを追加 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.profile-text {
  flex: 1;
  text-align: center; /* スマートフォンでは中央寄せ */
  padding-right: 0; /* スマートフォンでは右パディングをなくす */
}

.profile-name {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: bold;
  font-size: 1.7rem; /* スマートフォン向けにフォントサイズを調整 */
  color: #444;
  margin-bottom: 0.3em;
}

.profile-title {
  font-size: 0.9rem; /* スマートフォン向けにフォントサイズを調整 */
  color: #666;
  margin: 0;
  line-height: 1.2; /* スマートフォン向けに行間を調整 */
}

.profile-description {
  max-width: 100%; /* スマートフォン画面幅いっぱいに広がるように */
  margin: 15px auto 0; /* スマートフォン向けに上下マージンを調整 */
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 0.9rem; /* スマートフォン向けにフォントサイズを調整 */
  color: #555;
  line-height: 1.5; /* スマートフォン向けに行間を調整 */
  padding: 10px;
  padding-left: 5px; /* 左側のパディングを調整 */
  padding-right: 5px; /* 右側のパディングを調整 */
}

.product-accordion-section {
  padding: 10px;
}

.product-details-heading {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.2rem; /* スマートフォン向けに少し小さく */
  margin-bottom: 12px; /* スマートフォン向けにマージンを調整 */
  border-left: 4px solid #bbb; /* スマートフォン向けに少し細く */
  padding-left: 10px; /* スマートフォン向けにパディングを調整 */
  color: #333;
}

.accordion-item {
  margin-bottom: 8px; /* アイテム間の余白を追加 */
  border-bottom: 1px solid #eee; /* 区切り線を薄く */
}

.accordion-item:last-child {
  border-bottom: none; /* 最後のアイテムの区切り線を削除 */
}

.accordion-item summary {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #f8f8f8;
  padding: 10px 12px;
  font-size: 0.95rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: flex-start; /* 左寄せにする */
  align-items: center;
  color: #333;
  position: relative;
}

.accordion-item summary::after {
  content: '＋';
  font-weight: bold;
  position: absolute;
  right: 12px; /* スマートフォン向けに位置を調整 */
  font-size: 1rem; /* スマートフォン向けにサイズを調整 */
}

.accordion-item[open] summary::after {
  content: '−';
}

.accordion-content {
  font-family: 'Helvetica Neue', sans-serif;
  padding: 12px; /* スマートフォン向けにパディングを調整 */
  background-color: #fff;
  font-size: 0.9rem; /* スマートフォン向けに少し小さく */
  line-height: 1.6;
  color: #444;
  padding-left: 15px; /* スマートフォン向けに左パディングを調整 */
}


.sale-banner {
  background: linear-gradient(to right, #fefefe, #f3f9f1);
  border: 2px solid #9acd91;
  border-radius: 16px;
  padding: 1em;
  text-align: center;
  margin: 1em auto;
  max-width: 700px;
  width: 95%;
  box-shadow: 0 4px 12px rgba(100, 150, 100, 0.15);
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  position: relative;
}

.sale-ribbon {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #e85d75;
  color: #fff;
  padding: 0.6em 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  border-radius: 0 0 12px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.sale-headline {
  font-size: 1.4em;
  font-weight: bold;
  color: #396b4c;
  margin: 0.5em 0;
}

.sale-discount {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1em;
}

.sale-discount .highlight {
  background-color: #e60023;
  color: #fff;
  padding: 0.4em 1em;
  margin-left: 0.4em;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.6em;
  display: inline-block;
  transform: rotate(-2deg);
  animation: pop 1s ease-in-out infinite alternate;
}

@keyframes pop {
  from {
    transform: scale(1) rotate(-2deg);
  }
  to {
    transform: scale(1.08) rotate(-2deg);
  }
}

.sale-price {
  font-size: 1.1em;
  color: #333;
  margin: 0.5em 0;
}

.original-price {
  text-decoration: line-through;
  color: #888;
}

.discounted-price {
  font-size: 1.2em;
  color: #d73748;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.3em;
}

.sale-period {
  font-size: 1em;
  color: #444;
  margin: 0.3em 0;
}

.sale-subtext {
  font-size: 0.8em;
  color: #444;
  margin-bottom: 0.5em;
}


.nuka-sale-box {
  border: 2px dashed #d73748;
  border-radius: 10px;
  padding: 1em;
  margin: 1.2em 0;
  text-align: center;
  background: #fffaf7;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.nuka-sale-heading {
  font-size: 1.1rem;
  color: #d73748;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.nuka-sale-text {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.8em;
}

.nuka-sale-button {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: #d73748;
  padding: 0.5em 1.2em;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}

.sale-notice {
  max-width: 700px;
  margin: 1.5em auto;
  background: #fffef8;
  border: 2px dashed #e0c66e;
  border-radius: 12px;
  padding: 0.9em 1em;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  font-size: 0.9rem;
}

.notice-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #a06d00;
  text-align: center;
  margin-bottom: 0.6em;
}

.notice-list {
  list-style: disc inside;
  color: #444;
  font-size: 0.88rem;
  line-height: 1.5;
  padding-left: 0.5em;
}

.notice-list strong {
  color: #d73748;
}

/*黄大豆セール*/
.daizu-sale-box {
  max-width: 700px;
  margin: 30px auto;
  padding: 32px 24px;
  background: #fff9e6;
  border: 2px solid #f4d35e;
  border-radius: 14px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  position: relative;
  overflow: visible; /* ← ここを修正！ */
}

@keyframes daizu-pulse {
  0%, 100% { transform: rotate(-6deg) scale(1); }
  50% { transform: rotate(-6deg) scale(1.1); }
}

.daizu-sale-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ff6f00;
  color: white;
  font-size: 1.8em;
  font-weight: bold;
  padding: 10px 16px;
  border-radius: 12px;
  transform: rotate(-6deg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 10;
  animation: daizu-pulse 1.5s ease-in-out infinite;
}

.daizu-sale-heading {
  font-size: 1.9em;
  color: #b38b00;
  margin-bottom: 16px;
  margin-top: 20px;
}

.daizu-year {
  font-size: 0.6em;
  background: #f4d35e;
  color: #5d4500;
  padding: 4px 8px;
  margin-left: 8px;
  border-radius: 6px;
  vertical-align: middle;
}

.daizu-sale-text {
  font-size: 1.4em;
  color: #333;
  margin: 12px 0;
  line-height: 1.6;
}

.daizu-old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1.1em;
}

.daizu-new-price {
  color: #d32f2f;
  font-size: 1.6em;
  font-weight: bold;
}

.daizu-note {
  font-size: 0.8em;
  color: #666;
  margin-top: 18px;
}

.daizu-recommend {
  font-size: 1em;
  color: #444;
  margin-top: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .daizu-sale-badge {
    font-size: 1.2em;
    padding: 10px 14px;
    top: 6px;
    left: 6px;
  }

  .daizu-sale-heading {
    font-size: 1.4em;
  }

  .daizu-sale-text {
    font-size: 1.0em;
  }

  .daizu-new-price {
    font-size: 1.2em;
  }
}

/*黄大豆見出し*/
.daizu_body {
   font-family: 'Helvetica Neue', sans-serif;
   margin-left: auto;
   margin-right: auto;
   line-height: 1.7;
}

.daizu-heading-1 {
    font-size: 1.4em;
    position: relative;
    padding: .3em 0 .2em 1.2em;
    border-bottom: 2px solid #2589d0;
    color: #333333;
}

.daizu-heading-1::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 19px;
    width: 20px;
    background: #2589d0;
    content: '';
}

.daizu-heading-1::after {
    position: absolute;
    transform: rotate(15deg);
    top: .9em;
    left: .2em;
    height: 11px;
    width: 11px;
    background: #2589d0;
    content: '';
}

/*黄大豆コピー*/
.daizu_section {
   
}

.daizu_section p {
   font-size: 1.1rem;
  line-height: 1.8;
}

ul.daizu-list {
      list-style-type: disc;
      padding-left: 1.5em;
}

ul.daizu-list li {
      /*margin-bottom: 1.5em;*/
      font-size: 17px; /* 本文のフォントサイズ */
      line-height: 1.8;
}

ul.daizu-list li strong {
      display: block;
      font-size: 19px; /* タイトルのフォントサイズ */
      margin-bottom: 0.5em;
      color: #333;
}

/*じゅくすいセール*/
.juku-sale-box {
  max-width: 100%; /* ★ スマホでも収まるように */
  margin: 30px auto;
  padding: 24px 16px; /* ★ 少し縮めてスマホ対応 */
  background: linear-gradient(135deg, #fffde7 0%, #1a237e 50%);
  border: 2px solid #ffd54f;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  color: #fffde7;
  position: relative;
  overflow: visible;
}

@keyframes juku-pulse {
  0%, 100% {
    transform: rotate(-6deg) scale(1);
  }
  50% {
    transform: rotate(-6deg) scale(1.12);
  }
}

.juku-sale-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: #ffd54f;
  color: #5d4037;
  font-size: 1.5em;
  font-weight: bold;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  z-index: 10;

  /* &#128317; ここが重要！ transformは animation に任せる */
  animation: juku-pulse 3s ease-in-out infinite;
}

.juku-sale-heading {
  font-size: 1.6em; /* モバイルでも自然に見えるサイズ感 */
  color: #fff9c4;
  margin: 90px 0 20px; /* ← ★ここを調整（上・左右・下） */
  line-height: 1.4;
}

.juku-sale-heading2 {
  font-size: 1em;
  color: #fff9c4;
  margin-bottom: 5px;
}

.juku-sale-text {
  font-size: 1.4em; /* ★ 少し縮小 */
  color: #fffde7;
  margin: 16px 0;
  line-height: 1.7;
}

.juku-old-price {
  text-decoration: line-through;
  color: #ccc;
  font-size: 0.9em; /* ★ */
}

.juku-new-price {
  color: #ffca28;
  font-size: 1.4em; /* ★ */
  font-weight: bold;
}

.juku-note {
  font-size: 1em; /* ★ */
  color: #eee;
  margin-top: 20px;
  text-align: left; 
}

.juku-recommend {
  font-size: 1.3em; /* ★ */
  color: #fffde7;
  margin-top: 12px;
  line-height: 1.6;
}

/*カンタン八芳酢見出し*/
.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #2589d0;
    color: #333333;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #2589d0;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}


.juku-set-banner {
  display: block;
  margin: 32px auto 0;
  padding: 14px 22px;
  max-width: 90%;
  background: linear-gradient(90deg, #fff9c4, #ffe082);
  border: 2px solid #ffca28;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  color: #4e342e;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.juku-set-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
