@charset "UTF-8";
/*==================================================
フリーページ共通
==================================================*/
/*タイトル非表示*/
article #Journal h1 {
  font-size: 150%;
  font-weight: bold;
  display: none;
}
article #Journal h2 {
  font-size: 100%;
  display: none;
}

/*上部パンくず*/
#bread-crumb-listTop ol li {
  font-size: 16px;
}
/*下部パンくず*/
.state_r {
  border-top: none;
  padding: 10px 0 0;
  margin: 0 0 25px;
  text-align: right;
  font-size: 16px;
}

#free-area-content {
}
.free-area-content-inner {
}

#main-column {
  padding: 0 15px;
}

.you_tube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.you_tube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.you_tube_pc {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.you_tube_pc iframe {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row_product_table {
  width: 100%;
  height: 100%;
}
.td_top {
  vertical-align: top;
}
.td_bottom {
  vertical-align: bottom;
  text-align: center;
}

.sl-line {
  border-bottom: 1px solid;
  color: #796955;
}

/*字間*/
.l_sp1 {
  letter-spacing: 1px;
}
.l_sp2 {
  letter-spacing: 2px;
}
.l_sp3 {
  letter-spacing: 3px;
}
.l_sp4 {
  letter-spacing: 4px;
}
.l_sp5 {
  letter-spacing: 5px;
}
.l_sp8 {
  letter-spacing: 8px;
}
.l_sp10 {
  letter-spacing: 10px;
}

/*行間*/
.line_ht150 {
  line-height: 150%;
}
.line_ht160 {
  line-height: 160%;
}
.line_ht170 {
  line-height: 170%;
}
.line_ht180 {
  line-height: 180%;
}
.line_ht190 {
  line-height: 190%;
}
.line_ht200 {
  line-height: 200%;
}
.line_ht210 {
  line-height: 210%;
}
.line_ht220 {
  line-height: 220%;
}
.line_ht230 {
  line-height: 230%;
}
.line_ht240 {
  line-height: 240%;
}

/*区切りスペース*/
.brdiv5 {
  height: 5px;
}
.brdiv8 {
  height: 8px;
}
.brdiv10 {
  height: 10px;
}
.brdiv12 {
  height: 12px;
}
.brdiv15 {
  height: 15px;
}
.brdiv18 {
  height: 18px;
}
.brdiv20 {
  height: 20px;
}
.brdiv25 {
  height: 25px;
}
.brdiv30 {
  height: 30px;
}
.brdiv35 {
  height: 35px;
}
.brdiv40 {
  height: 40px;
}
.brdiv50 {
  height: 50px;
}
.brdiv60 {
  height: 60px;
}

.fnt06em {
  font-size: 0.6em;
}
.fnt07em {
  font-size: 0.7em;
}
.fnt08em {
  font-size: 0.8em;
}
.fnt09em {
  font-size: 0.9em;
}
.fnt10em {
  font-size: 1em;
}
.fnt11em {
  font-size: 1.1em;
}
.fnt12em {
  font-size: 1.2em;
}
.fnt13em {
  font-size: 1.3em;
}
.fnt14em {
  font-size: 1.4em;
}
.fnt15em {
  font-size: 1.5em;
}
.fnt16em {
  font-size: 1.6em;
}
.fnt17em {
  font-size: 1.7em;
}
.fnt18em {
  font-size: 1.8em;
}
.fnt19em {
  font-size: 1.9em;
}
.fnt20em {
  font-size: 2em;
}
.fnt21em {
  font-size: 2.1em;
}
.fnt22em {
  font-size: 2.2em;
}
.fnt23em {
  font-size: 2.3em;
}
.fnt24em {
  font-size: 2.4em;
}
.fnt25em {
  font-size: 2.5em;
}
.fnt26em {
  font-size: 2.6em;
}
.fnt27em {
  font-size: 2.7em;
}
.fnt28em {
  font-size: 2.8em;
}
.fnt29em {
  font-size: 2.9em;
}
.fnt30em {
  font-size: 3em;
}
.fnt40em {
  font-size: 4em;
}

.fntb {
  font-weight: bold;
}

.box3 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #2c2c2f;
  background: #f4f1d0; /*背景色*/
}
.box3 p {
  margin: 0;
  padding: 0;
}

.centerleftp {
  display: table;
  margin: 0 auto;
  vertical-align: middle;
}

/* シンプル囲み枠 2*/
.kakomi-box2 {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  color: #666666; /* 文字色 */
  background-color: #fff0ec; /* 背景色 */
  border: 1px solid #ffc8ba; /* 枠線 */
}

/*PCの場合*/
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 992px) {
  /*タブレット、スマホの場合*/
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}

/* カテゴリページのh1*/
#soleilprd-detail article h2 {
  border-top: none;
  border-left: none;
  padding: 0;
}

/* カテゴリh1共通 */
.soleilprd-title {
  font-size: 1.6em;
  text-align: center;
  margin: 8px 0 8px;
  border: none;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .soleilprd-title {
    font-size: 1.3em;
    margin-bottom: 16px;
  }
}

/*==================================================
フリーページ カテゴリ はとむぎほうじ粒
==================================================*/
#free-area-content {
  color: #796955;
}
#free-cate-top h3 {
  text-align: center;
  margin: 70px auto 50px;
}
#free-cate-top #free-cate-mv {
  width: 100%;
  margin: 0 auto 40px;
}
#free-cate-wrap {
  overflow: hidden;
}

/*左側
===============*/
#free-cate-wrap #cate-content-left {
  float: left;
  width: 58.33333333%;
}
#free-cate-wrap #cate-content-left hr {
  display: block;
  border-top: 1px solid #796955;
}
.cate-text-area {
  margin: 0 auto 30px;
}
.cate-text-area h4 {
  margin: 30px auto;
  font-size: 20px;
  font-weight: normal;
}
.cate-text-area p {
  font-size: 14px;
  color: #796955;
}

.cate-img-area {
  width: 100%;
  margin: 0 auto 60px;
}
.cate-img-area img {
  width: 100%;
}

.cate-data-area {
  margin: 30px auto;
}
.cate-data-area .data-text {
  margin: 0 auto 10px;
}
.cate-data-area .data-text dt {
  font-size: 17px;
  margin: 0 auto 3px;
}
.cate-data-area .data-text dd {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.free-bnr-link {
  margin: 60px auto 0;
}

/*右側
===============*/
#free-cate-wrap #cate-content-right {
  float: right;
  width: 33.33333333%;
}

.tocart-prod-area {
  margin: 0 auto 40px;
}
.cate-prod-img {
  margin: 0 auto 20px;
}
.tocart-prod-data {
}
.tocart-prod-data dt {
  font-size: 17px;
  margin: 0 auto 10px;
}
.tocart-prod-data dd {
  font-size: 14px;
}
.tocart-prod-area form {
  font-size: 14px;
}

.tocart-prod-area form input[type="image"] {
  width: 70%;
  display: block;
  margin: 10px 0 0;
}
.tocart-prod-area form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

@media screen and (max-width: 991px) {
  #free-area-content {
    color: #796955;
  }
  #free-cate-top h3 {
    text-align: center;
    margin: 70px auto 50px;
  }
  #free-cate-top #free-cate-mv {
    width: 100%;
    margin: 0 auto;
  }
  #free-cate-wrap {
    overflow: hidden;
  }

  /*左側
    ===============*/
  #free-cate-wrap #cate-content-left {
    float: none;
    width: 100%;
  }
  #free-cate-wrap #cate-content-left hr {
    display: block;
    border-top: 1px solid #796955;
  }
  .cate-text-area {
    margin: 40px auto;
  }
  .cate-text-area h4 {
    margin: 30px auto;
    font-size: 20px;
    font-weight: normal;
  }
  .cate-text-area p {
    font-size: 14px;
    color: #796955;
  }

  .cate-img-area {
    /* width:100%; */
    margin: 0 auto 40px;
  }
  .cate-img-area img {
    width: 100%;
  }

  .cate-data-area {
    margin: 30px auto;
  }
  .cate-data-area .data-text {
    margin: 0 auto 10px;
  }
  .cate-data-area .data-text dt {
    font-size: 17px;
    margin: 0 auto 3px;
  }
  .cate-data-area .data-text dd {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .free-bnr-link {
    margin: 60px auto 0;
  }

  /*右側
    ===============*/
  #free-cate-wrap #cate-content-right {
    float: none;
    width: 100%;
    font-size: 0;
  }

  .tocart-prod-area {
    margin: 0 auto 40px;
    display: inline-block;
    width: 45%;
    padding: 0 5% 0 0;
  }
  .tocart-prod-area:nth-child(2n) {
    padding: 0;
  }
  .cate-prod-img {
    margin: 0 auto 20px;
  }
  .tocart-prod-data {
  }
  .tocart-prod-data dt {
    font-size: 17px;
    margin: 0 auto 10px;
  }
  .tocart-prod-data dd {
    font-size: 14px;
  }
  .tocart-prod-area form {
    font-size: 14px;
  }

  .tocart-prod-area form input[type="image"] {
    width: 70%;
    display: block;
    margin: 10px 0 0;
  }
  .tocart-prod-area form select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #796955;
    border-radius: 0px;
    padding-left: 5px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 768px) {
  #free-area-content {
    color: #796955;
  }
  #free-cate-top h3 {
    text-align: center;
    margin: 70px auto 50px;
  }
  #free-cate-top #free-cate-mv {
    width: 100%;
    margin: 0 auto;
  }
  #free-cate-wrap {
    overflow: hidden;
  }

  /*左側
    ===============*/
  #free-cate-wrap #cate-content-left {
    float: none;
    width: 100%;
  }
  #free-cate-wrap #cate-content-left hr {
    display: block;
    border-top: 1px solid #796955;
  }
  .cate-text-area {
    margin: 40px auto;
  }
  .cate-text-area h4 {
    margin: 30px auto;
    font-size: 20px;
    font-weight: normal;
  }
  .cate-text-area p {
    font-size: 14px;
    color: #796955;
  }

  .cate-img-area {
    /* width:100%; */
    margin: 0 auto 40px;
  }
  .cate-img-area img {
    width: 100%;
  }

  .cate-data-area {
    margin: 30px auto;
  }
  .cate-data-area .data-text {
    margin: 0 auto 10px;
  }
  .cate-data-area .data-text dt {
    font-size: 17px;
    margin: 0 auto 3px;
  }
  .cate-data-area .data-text dd {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  .free-bnr-link {
    margin: 60px auto 0;
  }

  /*右側
    ===============*/
  #free-cate-wrap #cate-content-right {
    float: none;
    width: 100%;
    font-size: 0;
  }

  .tocart-prod-area {
    margin: 0 auto 40px;
    display: block;
    width: 70%;
    padding: 0;
  }
  .tocart-prod-area:nth-child(2n) {
    padding: 0;
  }
  .cate-prod-img {
    margin: 0 auto 20px;
  }
  .tocart-prod-data {
  }
  .tocart-prod-data dt {
    font-size: 17px;
    margin: 0 auto 10px;
  }
  .tocart-prod-data dd {
    font-size: 14px;
  }
  .tocart-prod-area form {
    font-size: 14px;
  }

  .tocart-prod-area form input[type="image"] {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .tocart-prod-area form select {
    height: 30px;
    line-height: 30px;
    border: 1px solid #796955;
    border-radius: 0px;
    padding-left: 5px;
    margin-top: 2px;
  }
}

/*==================================================
フリーページ テスト
==================================================*/

#free-soleil-center h3 {
  text-align: center;
  margin: 10px auto 5px;
}
#free-soleil-center {
  width: 100%;
  margin: 0 auto 0px;
}

/* procate-4列 */

.procate ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.procate ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.procate main {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px;
}

.procate img {
  width: 100%;
  display: block;
  margin: auto;
}

.procate dt {
  font-size: 14px;
  margin: 10px auto 10px;
  letter-spacing: 2px;
}
.procate dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.procate form {
  font-size: 14px;
}

.procate form input[type="image"] {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
.procate form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

.procate main div.soleilbox {
  width: calc(25% - 0px);
  margin: 0px;
}

@media (max-width: 991px) {
  .procate main div.soleilbox {
    width: calc(33.33% - 20px);
    margin: 10px;
  }
}

/* スマホ表示：1列にする */
@media screen and (max-width: 768px) {
  .procate main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
  }

  .procate main div.soleilbox {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
  }

  .procate img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .procate main div.soleilboxA,
  .procate main div.soleilboxB,
  .procate main div.soleilboxC {
    width: 100%;
    margin: 0;
  }
}

/* procateA-3列 */

.procateA ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.procateA ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.procateA main {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px;
}

.procateA dt {
  font-size: 14px;
  margin: 10px auto 10px;
  letter-spacing: 2px;
}
.procateA dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.procateA form {
  font-size: 14px;
}

.procateA form input[type="image"] {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
.procateA form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

.procateA img {
  width: 100%;
  display: block;
  margin: auto;
}

.procateA main div.soleilbox {
  width: calc(33.33% - 6px);
  margin: 3px;
}

.procateA main div.soleilboxA {
  width: calc(30% - 0px);
  margin: 0px;
}
.procateA main div.soleilboxB {
  width: calc(40% - 0px);
  margin: 0px;
}
.procateA main div.soleilboxC {
  width: calc(30% - 0px);
  margin: 0px;
}

@media (max-width: 991px) {
  .procateA img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .procateA main div.soleilbox {
    width: calc(33.33% - 6px);
    margin: 3px;
  }

  .procateA main div.soleilboxA {
    width: calc(100% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxB {
    width: calc(50% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxC {
    width: calc(50% - 0px);
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .procateA main {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
  }

  .procateA img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .procateA main div.soleilbox {
    width: calc(50% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxA {
    width: calc(100% - 0px);
    margin: 0px;
  }

  .procateA main div.soleilboxB {
    width: calc(100% - 0px);
    margin: 0px;
  }
  .procateA main div.soleilboxC {
    width: calc(100% - 0px);
    margin: 0px;
  }
}

/* CSS　procateA1-3列からの1列 */

.procateA1 ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.procateA1 ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.procateA1 main {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2px;
}

.procateA1 dt {
  font-size: 14px;
  margin: 10px auto 10px;
  letter-spacing: 2px;
}
.procateA1 dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.procateA1 form {
  font-size: 14px;
}

.procateA1 form input[type="image"] {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
.procateA1 form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

.procateA1 img {
  width: 100%;
  display: block;
  margin: auto;
}

.procateA1 main div.soleilbox {
  width: calc(33.33% - 6px);
  margin: 3px;
}

.procateA1 main div.soleilboxA {
  width: calc(30% - 0px);
  margin: 0px;
}
.procateA1 main div.soleilboxB {
  width: calc(40% - 0px);
  margin: 0px;
}
.procateA1 main div.soleilboxC {
  width: calc(30% - 0px);
  margin: 0px;
}

@media (max-width: 991px) {
  .procateA1 img {
    width: 100%;
    display: block;
    margin: auto;
  }

  .procateA1 main div.soleilbox {
    width: calc(33.33% - 6px);
    margin: 3px;
  }

  .procateA1 main div.soleilboxA {
    width: calc(100% - 0px);
    margin: 0px;
  }

  .procateA1 main div.soleilboxB {
    width: calc(50% - 0px);
    margin: 0px;
  }

  .procateA1 main div.soleilboxC {
    width: calc(50% - 0px);
    margin: 0px;
  }
}

/* スマホ表示：1列にする */
@media screen and (max-width: 768px) {
  .procateA1 main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
  }

  .procateA1 main div.soleilbox {
    width: 100%;
    margin: 0 0 10px;
    box-sizing: border-box;
  }

  .procateA1 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .procateA1 main div.soleilboxA,
  .procateA1 main div.soleilboxB,
  .procateA1 main div.soleilboxC {
    width: 100%;
    margin: 0;
  }
}

/* procateB-2列 */

.procateB ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.procateB ul li {
  margin-left: 5px;
  margin-right: 5px;
}

.procateB main {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}

.procateB img {
  width: 100%;
  display: block;
  margin: auto;
}

.procateB dt {
  font-size: 14px;
  margin: 10px auto 10px;
  letter-spacing: 2px;
}
.procateB dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.procateB form {
  font-size: 14px;
}

.procateB form input[type="image"] {
  width: 100%;
  display: block;
  margin: 10px 0 0;
}
.procateB form select {
  height: 30px;
  line-height: 30px;
  border: 1px solid #796955;
  border-radius: 0px;
  padding-left: 5px;
  margin-top: 2px;
}

.procateB main div.soleilbox {
  width: calc(50% - 0px);
  margin: 0px;
}

.procateB main div.soleilboxA {
  width: calc(70% - 0px);
  margin: 0px;
}

.procateB main div.soleilboxB {
  width: calc(30% - 0px);
  margin: 0px;
}

@media (max-width: 991px) {
  .procateB main div.soleilbox {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .procateB main div.soleilboxA {
    width: calc(70% - 0px);
    margin: 0px;
  }
  .procateB main div.soleilboxB {
    width: calc(30% - 0px);
    margin: 0px;
  }
}

@media (max-width: 768px) {
  .procateB main div.soleilbox {
    width: calc(100% - 10px);
    margin: 10px;
  }
  .procateB main div.soleilboxA {
    width: calc(100% - 10px);
    margin: 10px;
  }

  .procateB main div.soleilboxB {
    width: calc(100% - 10px);
    margin: 10px;
  }
}

/*
-----------------------------------------------------------------------------
ボタン用
-----------------------------------------------------------------------------
*/

.sfc-cta-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 28px 0 10px;
}

.sfc-btn-outline {
  border: 2px solid var(--brown-soft);
  background: rgba(255, 253, 248, 0.9);
  color: var(--brown) !important;
  box-shadow: none;
  font-size: 17px;
}

@media screen and (max-width: 640px) {
  .sfc-btn-outline {
    font-size: 15px;
  }
}

.sfc-btn {
  min-width: min(100%, 320px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 26px;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 22px rgba(75, 47, 34, 0.16);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.sfc-btn:hover {
  transform: translateY(-2px);
  opacity: 0.92;
  box-shadow: 0 14px 28px rgba(75, 47, 34, 0.2);
}

.sfc-btn-line {
  background: var(--line-green);
  color: #fff !important;
}

.sfc-btn-mail {
  background: #b76547;
  color: #ffffff !important;
}

@media screen and (max-width: 640px) {
  .sfc-btn {
    width: 100%;
    min-width: 0;
    padding: 16px 18px;
    font-size: 18px;
  }

  .sfc-btn-outline {
    font-size: 15px;
  }
}

/* 定期購入お申し込みボタン */
.sfc-btn-campaign {
  background: #d95570;
  border-color: #d95570;
  color: #ffffff !important;
}

.sfc-btn-campaign:hover {
  background: #c94b65;
  border-color: #c94b65;
  color: #ffffff !important;
}
/* 見出し h2
==============================================*/
#main-column h2.section-title {
  display: block;
  width: 100%;

  font-family:
    "Noto Serif JP", "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN", serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.5;

  color: #333;
  text-align: center;
  text-indent: 0;

  visibility: visible;
  opacity: 1;

  border: none;
  margin: 0 0 10px;
  padding: 0;
}

/* 見出しの前に付いている装飾を消す */
#main-column .news h2.section-title::before {
  content: none;
  display: none;
}

/* スマホ */
@media screen and (max-width: 768px) {
  #main-column h2.section-title {
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

/* 見出し h3
==============================================*/
#main-column h3.section-title {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  font-size: 1.2em; /* PC */
  text-align: left;
  border-top: none;
  margin: 0 0 30px;
}

#main-column .news h3::before {
  content: "";
}

/* スマホ */
@media screen and (max-width: 768px) {
  #main-column h3.section-title {
    font-size: 1.1em;
    line-height: 1.4;
  }
}

/* 見出し02 h3
==============================================*/
#main-column h3.section-title02 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  font-size: 1.2em; /* PC */
  text-align: left;
  border-top: none;
}

#main-column .news h3::before {
  content: "";
}

/* スマホ */
@media screen and (max-width: 768px) {
  #main-column h3.section-title02 {
    font-size: 1.1em;
  }
}

/* モバイル用改行
==============================================*/
.sp-br {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-br {
    display: block;
  }
}
