.p-product-heading__unit {
  margin: 0 20px 20px;
}

.p-product-heading__unit::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-fav-item {
  margin-top: 10px;
}

.p-product-fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.p-product-fav-item .is-added {
  color: #ff7373;
}

.p-product-fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;

  fill: currentColor;
}

.p-large-image__image-wrap {
  max-width: 400px;
  border: 6px solid transparent;
}

.p-large-image__image-wrap {
  margin: 20px auto;
}

.p-thumbnail-list {
  box-sizing: border-box;
  margin: 20px -5px 10px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.p-thumbnail-list__image-wrap {
  border: 2px solid transparent;
}

.p-thumbnail-list::after {
  display: block;
  clear: both;
  content: '';
}

.p-thumbnail-list__unit {
  float: left;
  box-sizing: border-box;
  width: 20%;
  margin-bottom: 10px;
  padding: 0 5px;
}

.p-thumbnail-list__image-wrap.is-current {
  border-color: #333;
  background: #333;
}

.p-view-product-images {
  text-align: right;
}

.p-view-product-images a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
}

.p-view-product-images a:hover {
  opacity: .66;
}

.p-view-product-images a:active {
  opacity: 1;
}

.p-short-description {
  line-height: 1.5;
  margin: 20px 0;
}

.p-cart-form {
  margin: 20px 0;
}

.p-cart-form::after {
  display: block;
  clear: both;
  content: '';
}

.p-cart-form__info {
  line-height: 1.5;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.p-cart-form__link-list {
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}

.p-cart-form__link-list a {
  display: inline-block;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__link-list a:hover {
  opacity: .66;
}

.p-cart-form__link-list a:active {
  opacity: 1;
}

.p-cart-form__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .8em;
}

.p-cart-form__price {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__regular-price {
  font-weight: bold;
  margin-top: .5em;
}

.p-cart-form__list-price {
  font-size: 12px;
  line-height: 2;
  opacity: .7;
}

.p-cart-form__point {
  font-size: 12px;
  margin-top: 10px;
}

.p-cart-form__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-cart-form__stock {
  margin-top: 10px;
}

.p-cart-form__option-select select {
  box-sizing: border-box;
  width: 100%;
  border-color: #eaeaea;
}

.p-cart-form__option-select select:hover {
  border-color: #333;
}

.p-cart-form__password-input input {
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-cart-form__password-input input:focus {
  border-color: #696969;
  outline: none;
}

.p-cart-form__add-cart-num {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  width: 100px;
  text-align: right;
}

.p-cart-form__add-num-wrap {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 64px;
  vertical-align: -2em;
}

.p-cart-form__add-num {
  position: absolute;
  display: inline-block;
  padding: 5px;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-cart-form__add-num:hover {
  opacity: .66;
}

.p-cart-form__add-num:active {
  opacity: 1;
}

.p-cart-form__add-num--up {
  top: 0;
}

.p-cart-form__add-num--down {
  bottom: 0;
}

.p-cart-form__add-num svg {
  width: 22px;
  height: 22px;

  fill: currentColor;
}

.p-cart-form__button-wrap {
  margin-top: 20px;
}

.p-cart-form__add-cart-button {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 15px;
  letter-spacing: 1px;
}

.p-cart-form__error-message {
  font-weight: bold;
  display: none;
  margin: 10px 0 0;
  text-align: center;
  color: #f00;
}

.p-view-option-info {
  display: block;
  margin-top: 20px;
  padding: .4em;
  text-align: center;
}

.p-price-table {
  line-height: 1.4;
  height: auto;
  margin-top: 10px;
  transition: .2s;
  text-align: left;
}

.p-price-table.is-hidden {
  overflow: hidden;
  height: 0;
  margin: 0;
  opacity: 0;
}

.p-price-table__heading-wrap {
  display: table;
  width: 100%;
}

.p-price-table__heading {
  font-size: 12px;
  display: table-cell;
  box-sizing: border-box;
  width: 50%;
  padding: .5em;
  background: #eaeaea;
}

.p-price-table__body {
  font-size: 12px;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body::after {
  display: block;
  clear: both;
  content: '';
}

.p-price-table__body dt {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: .7em .5em;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body dd {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #eaeaea;
}

.p-price-table__body span {
  display: block;
  text-align: right;
}

.p-price-table__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-price-table__body li {
  padding: .7em .5em;
  border-bottom: 1px solid #eaeaea;
}

.p-price-table__body li:last-child {
  border-bottom: 0;
}

.p-price-table__name {
  font-weight: bold;
}

.p-option-table table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #ccc;
}

.p-option-table br {
  display: none;
}

.p-option-table .cell_1,
.p-option-table .cell_2 {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
}

.p-option-table [type='radio'] {
  position: relative;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  cursor: pointer;
}

.p-option-table [type='radio']::before {
  position: absolute;
  z-index: 1;
  top: -5px;
  left: -5px;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  border-radius: 20px;
  background: #eee;
}

.p-option-table [type='radio']::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  transition: .2s;
  border-radius: 10px;
  background: transparent;
}

.p-option-table [type='radio']:hover::after {
  background: rgba(0, 0, 0, .2);
}

.p-option-table [type='radio']:checked::after {
  background: #fd7f23;
}

.p-option-table .t_stock_num {
  font-size: 12px;
  display: block;
  margin-top: 12px;
  text-align: center;
}

.p-option-table .stock_zero {
  font-size: 12px;
}

.p-option-table .table_price {
  display: none;
}

.p-product-body__model {
  font-size: 12px;
  line-height: 2;
  color: #888;
}

.p-product-body__name {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

.p-product-body__share-buttons {
  display: block;
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

.p-product-body__share-buttons li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.p-product-body__review-link {
  margin: 10px 0;
}

.p-product-body__review-link span {
  font-size: 18px;
}

.p-product-body__review-link a {
  transition: opacity .2s;
  text-decoration: none;
}

.p-product-body__review-link a:hover {
  opacity: .66;
}

.p-product-body__review-link a:active {
  opacity: 1;
}

.p-product-body__price {
  font-size: 18px;
  font-weight: bold;
  clear: both;
  margin: 20px 0;
}

.p-product-body__price--discount {
  color: #f00;
}

.p-product-body__regular-price {
  margin-top: 10px;
  text-decoration: line-through;
}

.p-product-body__point {
  margin: 30px 0;
}

.p-product-body__point span {
  font-size: 18px;
  font-weight: bold;
}

.p-product-body__description {
  line-height: 1.8;
  clear: both;
  margin: 30px 0 0;
}

.p-product-body__images {
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
}

.p-product-body__linkto-cart {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #fd7f23;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-product-body__linkto-cart:hover,
.p-product-body__linkto-cart:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-product-images {
  margin: 0 -10px 0 0;
  padding: 30px 0;
  list-style-type: none;
}

.p-product-images__image-wrap {
  border: 6px solid transparent;
}

.p-product-images::after {
  display: block;
  clear: both;
  content: '';
}

.p-product-images li {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  margin-bottom: 15px;
  padding-right: 10px;
}

.p-product-images li:nth-child(3n + 1) {
  clear: left;
}

.p-product-footer-nav {
  font-size: 12px;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  list-style-type: none;
  text-align: right;
  border-top: 1px solid #eaeaea;
}

.p-product-footer-nav li {
  margin-bottom: 10px;
}

.p-product-footer-nav a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-product-footer-nav a:hover {
  opacity: .66;
}

.p-product-footer-nav a:active {
  opacity: 1;
}

.p-product-footer-nav .c-icon {
  vertical-align: -.4em;
}

.p-review__unit {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

.p-review__unit:last-child {
  border: 0;
}

.p-review__button {
  display: block;
  max-width: 300px;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
}

.p-posted-review__image {
  display: block;
  max-width: 200px;
  margin: 0 auto 20px;
}

.p-posted-review__heading {
  overflow: hidden;
  margin: 0 20px 0 0;
}

.p-posted-review__title {
  font-weight: bold;
  display: block;
  margin: 15px 0;
}

.p-posted-review__info {
  margin: 15px 0;
  padding: 0;
}

.p-posted-review__info li {
  display: inline;
  margin-right: 10px;
}

.p-posted-review__body {
  line-height: 1.8;
  overflow: hidden;
}

.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;

  fill: currentColor;
  fill: #ddd;
}

.p-posted-review__star.is-color {
  fill: #ffdc00;
}

@media screen and (min-width: 600px) {
  .p-product-heading__unit {
    margin: 0 0 20px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
  }

  .p-cart-form__password-input input {
    font-size: 14px;
  }

  .p-product-body__share-buttons {
    float: left;
  }

  .p-product-body__linkto-cart {
    padding: 12px 15px;
  }

  .p-product-footer-nav li {
    display: inline-block;
    margin-left: 10px;
  }

  .p-review__unit {
    padding: 30px 0;
  }

  .p-review__button {
    padding: 10px 15px;
  }

  .p-posted-review__image {
    float: left;
    height: auto;
    margin: 0 30px 0 0;
  }

  .p-posted-review__title {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-large-image {
    float: left;
    width: 50%;
    margin: 0;
  }

  .p-thumbnail-list {
    float: right;
    width: 45%;
  }

  .p-view-product-images {
    float: right;
    width: 45%;
  }

  .p-short-description {
    float: right;
    width: 45%;
  }

  .p-cart-form__info {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 0;
  }

  .p-cart-form__option {
    float: right;
    width: 45%;
  }

  .p-cart-form__link-list {
    float: right;
    clear: right;
    width: 45%;
  }

  .p-product-body-inner {
    margin-top: 40px;
  }
}

@media screen and (min-width: 960px) {
  .p-product-wrap {
    overflow: hidden;
  }

  .p-product-heading {
    float: right;
    box-sizing: border-box;
    width: 400px;
  }

  .p-product-body {
    float: right;
    width: 100%;
    margin-right: -400px;
  }

  .p-product-body-inner {
    margin-right: 440px;
  }

  .p-large-image__image-wrap {
    border-width: 9px;
  }

  .p-thumbnail-list__image-wrap {
    border-width: 3px;
  }

  .p-view-product-images {
    display: none;
  }

  .p-product-body__linkto-cart {
    display: none;
  }

  .p-product-images__image-wrap {
    border-width: 9px;
  }

  .p-product-images li {
    width: 50%;
  }

  .p-product-images li:nth-child(3n + 1) {
    clear: none;
  }

  .p-product-images li:nth-child(2n + 1) {
    clear: left;
  }
}

@media screen and (max-width: 599px) {
  .p-short-description {
    display: none;
  }

  .p-product-body-inner {
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
  }

  .p-product-body {
    padding: 0 20px;
  }

  .p-product-body__price {
    display: none;
  }

  .p-product-body__regular-price {
    display: none;
  }

  .p-product-body__point {
    display: none;
  }
}

/*  オプションごとのカートボタン CSS  */

.cms-opt__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}

.cms-opt-button__opt-list {
  margin: 0;
}

.cms-opt-button__opt-body {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 20px 0;
}

.cms-opt-button__opt-label {
  display: inline-block;
}
.cms-opt-button__opt-heading {
  background: #eee;
  font-weight: bold;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}
.cms-opt-button__opt-heading--hidden {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.cms-opt-button__content {
  margin-bottom: 10px;
}

.cms-opt-button__content-name {
  min-width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.cms-opt-button__content-price {
  font-size: 18px; 
  min-width: 48%;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 600px) {
  .cms-opt-button__content-price {
     font-size: 20px; 
  }
}

.cms-opt-button__purchase-stock {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  color: #777;
  min-width: 50%;
  word-break: break-all;
}

.cms-opt-button__purchase-number {
  display: inline-block;
}

.cms-opt-button__cart {
  margin-top: 10px;
}

.cms-opt-button__purchase-unit {
  word-break: break-all;
}

.sencho_midashi {
position: relative;/*相対位置*/
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
    padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

.sencho_midashi:before{ font-family: "FontAwesome";/*忘れずに*/
content: "\f075";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 2em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #5ab9ff; /*アイコン色*/
}

.sencho_midashi2 {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 2em;
     background-color: #006400;
     border-radius:1.5em;
}
 
.sencho_midashi2::after {
     position: absolute;
     top: 50%;
     left:1em;
     transform:translateY(-50%);
     content: '';
     width: 13px;
     height:13px;
     background-color: white;
     border-radius:100%;
}

.sencho_box {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #000000;
    border-radius: 10px;/*角の丸み*/
}

.sencho_box2 {
    border: 2px solid #006400;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.sencho_box2::before {
    background-color: #fff;
    color: #006400;
    content: "冨田所長コメント";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.denda_box {
    border: 2px solid #1729b0;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.denda_box::before {
    background-color: #fff;
    color: #1729b0;
    content: "傳田先生コメント";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

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

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

.midashi2-2 {
  padding: 0 0 0 .75em;
  border-left: 6px solid #ffe4e1;
}

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

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

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

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

.midashi3-4: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;
}

.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: 1em 1.5em;
 width: 90%; /*幅の調節*/
 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 #696969;
}

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

ul.list1 {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
  width: 75%;
  margin-left: 30px;
}
ul.list1 li {
  line-height: 1;
  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;
  width: 75%;
  margin-left: 30px;
}
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.list4 {
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 1em;/*ボックス内の余白*/
  border: solid 3px gray;/*線の種類 太さ 色*/
}

ul.list4 li {
  line-height: 0.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}

ul.list5 {
  background: #f5f5f5;/*背景色*/
  margin-left:15px;
  /*padding: 0.5em 0.5em 0.5em 1em;/*ボックス内の余白*/
  border-radius: 15px;
  border: solid 1px #000000;/*線の種類 太さ 色*/
}

ul.list5 li {
  line-height: 0.5; /*文の行高*/
}


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

ol.list1 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  border: dashed 1px gray;
  width:85%;
  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%);
}

.center {text-align:center;}

.ss {text-align:center;}

table.details{
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
  margin-left: 20px;
}

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

.media2 {
	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: 1em;
      margin:0 auto;
}


.media2: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%;
	margin-right: 3.33333%;
}


.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: 1.4em;
	font-weight: bold;
}

.media__excerpt {
	line-height: 1.7;
	font-size: 1.2em;
}

.media__link {
	text-align: right;
	color: #616161;
	font-size: 1.0em;
}

.media_main{
  max-width:760px;
  margin-left: auto;
  margin-right: auto;
}

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

.media_card {
    /*display: flex;
    flex-direction: column;*/
    flex-basis: 32%;
    /*padding: 1rem;*/
    padding: 10px;
    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);*/ 
}

.media_card-image {
    width: 100%;
    object-fit: contain;
}

.media_card-box {
    padding: 5px 0;
    /*padding: 0.5rem 0;*/
}

.media_card-title {
    /*margin-bottom: 0.5rem;*/
    font-size: 1.2rem;
    font-weight: bold;
}

.media_card-description {
    /*margin-bottom: 0.5rem;*/
    line-height: 1.0;
    text-align:center;
}

.media_card:hover {
    box-shadow: 0 10px 20px #999;
}

.media_wrapper:after{
    content: "";
    display: block;
    flex-basis: 31%;
}

.sugata01 {
/*margin: 1em auto;*/
/*margin: 2px auto;*/
padding:1em;/*内側余白*/

background-color:#E5F2F1;/*背景の色*/
max-width:750px;
}

.sugata01-title{
  font-size: 1.3em;
  /*padding:2px;*/
}

.video {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recipe_card {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  height: auto;
	align-items: center;  
  }

.recipe_box {
  display: flex;
  max-width: 47.5%;
  margin:5px;
  border: 1px solid #cdcdcd

}
.recipe_image {
    width: 30%;
    /*width: 100px;*/
    height:auto;
    object-fit: cover;
    
}
.recipe_title {
    font-size: 15px;
    margin: 10px;
    font-weight: bold;
    color: #444;
}
.recipe_content {
    width:90%;
    margin: 10px 15px;
    font-size: 13px;
    line-height: 1.7;
    /*padding: 10px;
   color: #666;*/
 }

.recipe_link {
    text-align: right;
    /*color: #616161;*/
    color: #444;
    font-size: 13px;
    margin-right:5%;
    margin-bottom:5px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
｝
  
}

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

.youtube_card_main {
   /*display: flex;
    flex-direction: column;*/
    /*flex-basis: 20%;*/
    padding: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    box-sizing: border-box;
    /*border-radius: 1rem;*/
    border: 1px solid #cdcdcd;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
  margin-left: auto;
  margin-right: auto;
      max-width: 1000px;

}

.youtube_card-image {
    width: 100%;
    object-fit: contain;
}

.youtube_card_main-description {
    margin: 0.5rem;
    line-height: 1.3;
    font-size:16px;
    text-align: left;
}

.youtube_card_main:hover {
    box-shadow: 0 10px 20px #999;
}

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

.box29 {
    /*margin: 1em 0;*/
    margin:1em auto;
    background: #dcefff;
    max-width:700px;
}
.box29 .box-title {
    font-size: 1.4em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 20px 40px;
    margin: 0;
    font-size: 1.1em;
}

.box29-2 {
    margin:1em auto;
    background: #f5deb3;
    max-width:700px;
}
.box29-2 .box-title {
    font-size: 1.2em;
    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;
 
}

.box-title30{
    font-size: 1.4em;
    background: #5fb3f5;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
    max-width:700px;
    margin:0 auto;
}

.box30{
  display: flex;
  justify-content: space-between;
  max-width:700px;
  padding:10px;
  margin:0 auto;
  background: #dcefff;
}

.box30 p{
  padding: 15px 20px;
  margin: 0;
  font-size: 1.2em;
}
.box30 img{
  width:20%;
  padding-right:40px;
}

.box-title30-2{
    font-size: 1.2em;
    background: #ff7f50;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
    max-width:700px;
    margin:0 auto;
}

.box30-2{
  display: flex;
  justify-content: space-between;
  max-width:700px;
  padding:10px;
  margin:0 auto;
  background: #dcefff;
}

.box30-2 p{
  padding: 15px 20px;
  margin: 0;
  font-size: 1.1em;
}

.box30-2 img{
  width:25%;
  padding-right:25px;
}

.box31 {
	padding:0.5em;/*内側余白*/
    margin:30px;
    font-size:22px;
    text-align:center;
	border:double 7px #fc5185;/*線の種類・太さ・色*/
}

.heading01 {
	/*display: inline;*/
	font-size: x-large;
    color:#FFFFFF;
    padding-left:15px;
    background: #fc5185;
	/*background-image: linear-gradient(rgba(0,0,0,0) 0%, rgb(252,81,133) 70%);*/
}




.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: 10px;
    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 10px;
    /*padding: 0.5rem 0;*/
}

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

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

.contet_card-title_sub2 {
    font-size: 1.2rem;
    font-weight: bold;
    text-align:center;
    /*color:red;*/
}


.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 15px 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: 60px;
  font-weight: bold;
  transition: 0.3s;
  float : right ;
  margin:90px 50px 0px 20px;
  clear: both;
  background-color: #802C2C;
}

.hirasakan-button:hover {
  opacity: .7;
}
  
  
.heading-11 {
    position: relative;
    padding: .5em .7em;
    background-color: #802c2c;
  display: inline-block;
    color: #fff;
}

.heading-11::before {
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: solid 10px transparent;
    border-right: solid 20px #701c1c;
    content: '';
}

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

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

.section {
   padding: 2rem 1rem;
}

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

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

.section p {
   font-size: 1.1rem;
}

.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: 10; /* 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 rgb(217, 142, 4);
}

.lotion-features .feature-item:hover {
  box-shadow: 0 8px 16px rgba(40, 160, 130, 0.7);/* 好みに応じて調整可 */
}

.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;
}

.lotion-features .feature-item h3 {
  color: #3c8c78; /* ← ローション専用の色（落ち着いたグリーングレー） */
}

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

/* スマホ対応（横幅600px以下なら縦並びに） */
@media screen and (max-width: 600px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature-item {
    width: 90%;
  }
}

.container-arrow {
  text-align:center
}

.arrow-down {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 33px;
}

.arrow-down::before,
.arrow-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.5px);
  width: 5px;
  height: 45px;
  border-radius: 9999px;
  background-color: #585858;
  transform-origin: 50% calc(100% - 2.5px);
}

.arrow-down::before {
  transform: rotate(45deg);
}

.arrow-down::after {
  transform: rotate(-45deg);
}


#feature-loquat {
     font-family: 'Helvetica Neue', sans-serif;
  background-color: #fff8f2; /* 優しいピーチベージュ系 */
  border: 1px solid #f3e3d8;
  border-radius: 12px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}
#feature-loquat h2 {
  color: #d67229; /* 差し色オレンジ */
  font-size: 1.4rem;
  margin-top: 0;
}
#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: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}
#feature-obaku h2 {
  color: #d67229; /* 差し色オレンジ */
  font-size: 1.4rem;
  margin-top: 0;
}
#feature-obaku li {
  /*line-height: 1.7;*/
  font-size: 1.1rem;
    text-decoration: underline; 
  text-decoration-color: silver;
  text-underline-offset: 5px;
}
#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: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}
#feature-kuchinashi h2 {
  color: #d67229; /* 差し色オレンジ */
  font-size: 1.4rem;
  margin-top: 0;
}
#feature-kuchinashi li {
  /*line-height: 1.7;*/
  font-size: 1.1rem;
    text-decoration: underline; 
  text-decoration-color: silver;
  text-underline-offset: 5px;
}
#feature-kuchinashi p {
  /*line-height: 1.7;*/
  font-size: 1.0rem;
}

#feature-brownsugar {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #f1faf7; /* 明るくやさしいグリーン系背景 */
  border: 1px solid #cce7df; /* 淡いミントグリーンで枠線 */
  border-radius: 12px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}
#feature-brownsugar h2 {
  color: #3a9e87; /* 落ち着いたグリーン系見出しカラー */
  font-size: 1.4rem;
  margin-top: 0;
}
#feature-brownsugar 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-brownsugar p {
  /*line-height: 1.7;*/
  font-size: 1.0rem;
}




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

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

.usage-steps {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: nowrap; /* 改行させない */
}

.kayo_step {
  width: 220px; /* 固定幅にすることで3つ並びやすく */
  background: #fdfaf6;
  border: 1px solid #f0e5dc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

.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:30px;
 }

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

.faq_flame {
   border: 2px solid #ccc; /* 枠線の太さ、種類、色 */
  padding: 10px; /* 内側の余白（任意） */
  margin: 10px; /* 外側の余白（任意） */
  border-radius: 20px; /* 角の丸み（任意） */
}

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

.story-box {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.8;
}

.story-box p {
  font-family:"游明朝";
  margin-bottom: 0.85rem;
}

.profile-card {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #e0cdbc;
  flex-direction: row-reverse; 
}

.profile-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.profile-text {
  flex: 1;
  text-align: right; /* ← テキストを右寄せに */
  padding-right: 40px;
}

.profile-name {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: bold;
  font-size: 2.2rem;
  color: #444;
  margin-bottom: 0.4em;
}

.profile-title {
  font-size: 1.0rem;
  color: #666;
  margin: 0;
  line-height: 1.3;
}

.profile-description {
  max-width: 700px;
  margin: 10px auto 0;
     font-family: 'Helvetica Neue', sans-serif;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
  padding: 10px;
}

.product-accordion-section {
  /*background-color: #f4f4f4;*/
  padding: 24px;
  border-radius: 10px;
}

.product-details-heading {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 1.4rem;
  margin-bottom: 16px;
  border-left: 5px solid #bbb;
  padding-left: 12px;
  color: #333;
}

.accordion-item {
  /*border-bottom: 1px solid #ccc;*/
  margin: 0;
}

.accordion-item summary {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #f8f8f8;
  padding: 12px 16px;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  position: relative;
}

.accordion-item summary::after {
  content: '＋';
  font-weight: bold;
  position: absolute;
  right: 16px;
}

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

.accordion-content {
  font-family: 'Helvetica Neue', sans-serif;
  padding: 15px 16px;
  background-color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  /*margin-left:20px;*/  
  padding-left:30px;
}

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

.sale-ribbon {
  position: absolute;
  top: -12px;
  left: -12px;
  background-color: #e85d75;
  color: #fff;
  padding: 10px 18px;
  font-size: 1.5rem; /* ← 少し大きめに */
  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.8rem;
  font-weight: bold;
  color: #396b4c;
  margin-bottom: 0.4em;
}

.sale-discount {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.8rem;
  text-align: center;
}

.sale-discount .highlight {
  background-color: #e60023; /* 鮮やかな赤 */
  color: #fff; /* 白文字で視認性UP */
  padding: 6px 20px;
  margin-left:10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 2rem;
  display: inline-block;
  transform: rotate(-2deg); /* 少し傾けてPOPに */
  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 {
  margin: 0.4em 0 0.8em;
  font-size: 1.2rem;
  color: #333;
}

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

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

.sale-period {
  font-size: 1.2rem;
  color: #444;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.sale-subtext {
  font-size: 1.0rem;
  color: #444;
}

/*スーパーNUKAセール*/
.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.5rem;
  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;
}

.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: 1em;
  color: #666;
  margin-top: 18px;
}

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


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

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

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

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

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

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

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

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

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