/*オリジナル追加*/

.brand1 {
  width: 100%;
  box-sizing: border-box;
  padding: 10%;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.okome-items {
    margin-top: 3em;
    width: 80%;
  margin: 0 auto;
}

.one-title {
  font-size: clamp(20px, 3vw, 26px);
  display: block;
  margin: 5px;
 padding-left: 15px;
}
.one-text {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8em;
  padding: 10px;
}

.subtitle {
  font-size: clamp(20px, 3vw, 26px);
  display: block;
  margin: 5px;
  border-bottom: 0.5px solid #c3c1c1;
 padding-left: 15px;
}
.subtext {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 25px;
  text-align: right;
  color: #8a8a8a;
padding-right: 15px;
  display: block;
}

.subdoc {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8em;
  padding: 10px;
}
.font-a {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.prd-lst-name {
  font-size: 20px;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.prd-lst-price {
  font-size: 17px;
}

.brand1-img-berry {
  text-align: right;
}

.brand1-img-rice {
  text-align: right;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.buybtn,
a.buybtn,
button.buybtn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.buybtn--blue,
a.buybtn--blue {
  color: #fff;
  background-color: #1B73E8;
}
.buybtn--blue:hover,
a.buybtn--blue:hover {
  color: #fff;
  background: #054aa5;
}

.buybutton {
  display: block;
  width: 208px;
  margin: 0 auto;
}





/*slider*/
.slider {
margin-top: 5px;
display: block;
margin: 0 auto;
}

.bx-pager {
margin: 0;
padding: 0;
}

.bx-wrapper {
margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
left: -1px !important;
border: 1px solid #b2a487 !important;
margin: 0 auto !important;
background: #fff;
}

.bx-pager-item {
visibility: hidden;
}

/* frees pace */
.news {
border-style: double none;
/*border-color: #b2a487;*/
max-width: 900px;
padding: 18px 0 10px 0;
margin: 0 auto;
margin-top: 5em;
}

.news-inner {
max-width: 1050px;
/*margin-top: 10px;
margin-bottom: 10px;*/
padding-left: 5px;
color: #5d5d5d;
}

.free-space {
max-width: 900px;
margin-top: 10px;
margin-bottom: 3em;
padding-left: 5px;
color: #5d5d5d;
}

/* recommernd */
.recommend-items {
margin-top: 3em;
}


.mg_name {
position: relative;
margin: 30px 0px;
text-align: left;
font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

@media (max-width: 480px) {

.mg_name {
  text-align: center;
}

.brand1 {
  padding: 5%;
}

.brand1-img-berry {
  text-align: center;
}

.brand1-img-rice {
  text-align: center;
}
  
  .okome-items {
    width: 95%;
}

.prd-lst-name {
  font-size: 14px;
}


}