/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {
    overflow-y: scroll;
  }
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fieldset,
  input,
  textarea,
  p,
  blockquote,
  th,
  td {
    margin: 0;
    padding: 0;
  }
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var {
    font-style: normal;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  caption,
  th,
  p {
    text-align: left;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    text-align: left;
  }
  img,
  abbr,
  acronym,
  fieldset {
    border: 0;
  }
  li {
    list-style-type: none;
  }
  img {
    vertical-align: middle;
  }
  .line {
    font-size: 1px;
    line-height: 1px;
  }
  
  /*--- default */
  body {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
    line-height: 1.5;
    text-align: left;
  }
  table {
    border-collapse: collapse;
  }
  
  /*****************************************************
  
      基本設定、リンクカラーなど
  
  *****************************************************/
  /* #wrap {
    width: 100%;
    height: 100%;
  }
  #wrapper,
  #makebanner {
    width: 1180px;
    margin: 0 auto;
  }
  #wrapper {
    margin-top: 30px;
  }
  a:link {
    color: #000;
    text-decoration: none;
  }
  
  a:visited {
    color: #000;
    text-decoration: none;
  }
  
  a:hover {
    color: #666;
    text-decoration: underline;
  }
  
  a:active {
    color: #000;
    text-decoration: none;
  }
  .clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  } */
  * html .clear {
    zoom: 1;
  } /* IE6 */
  *:first-child + html .clear {
    zoom: 1;
  } /* IE7 */
  
  a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  
  .t_left {
    text-align: left;
  }
  .t_right {
    text-align: right;
  }
  .t_center {
    text-align: center;
  }
  
  #wrap .c_blk {
    color: #000;
  }
  #wrap .c_wht {
    color: #fff;
  }
  #wrap .c_brn {
    color: #69280d;
  }
  #wrap .c_red {
    color: #b82d28;
  }
  
  .mt10 {
    margin-top: 10px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 100px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pt60 {
    padding-top: 60px;
  }
  .pt100 {
    padding-top: 100px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .pb60 {
    padding-bottom: 60px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
  
  /*****************************************************
  
      ヘッダ #header
  
  *****************************************************/
  #headerWrap {
    width: 100%;
  }
  #header {
    position: relative;
    margin: 0 auto;
  }
  #head {
    width: 1180px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  /* サブナビゲーション */
  #subNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #subNav_login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #subNav li a {
    display: flex;
    align-items: center;
    width: auto;
    height: 28px;
    font-size: 0.875em;
  }
  #subNav li.mail a {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/ico_mail.svg)
      no-repeat center left/auto 22px;
    padding-left: 2.3em;
  }
  #subNav li.login a {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/ico_login.svg)
      no-repeat center left/auto 24px;
    padding-left: 2.3em;
    margin-left: 1em;
  }
  #subNav li.logout a {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/ico_logout.svg)
      no-repeat center left/auto 24px;
    padding-left: 2.3em;
    margin-left: 1em;
  }
  #subNav li.mypage a {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/ico_mypage.svg)
      no-repeat center left/auto 26px;
    padding-left: 1.7em;
    margin-left: 1em;
  }
  #subNav li.cart a {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/ico_cart.svg)
      no-repeat center left/auto 29px;
    padding-left: 2.5em;
    margin-left: 1em;
  }
  #subNav li.group p {
    font-size: 0.875em;
    margin-left: 10px;
  }
  #subNav li.group p span {
    margin: 0 3px;
  }
  #subNav .M_loginBtn {
    display: block;
    width: 55px;
    height: 14px;
    background: url(/images/original_design_default/samplesource/3/hNav01.png)
      no-repeat 0 0;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
  }
  #subNav .M_logoutBtn {
    display: block;
    width: 67px;
    height: 14px;
    background: url(/images/original_design_default/samplesource/3/hNav01_out.png)
      no-repeat 0 0;
    text-indent: -9999em;
    text-align: left;
    float: left;
    overflow: hidden;
  }
  #subNav .M_loginBtn:hover,
  #subNav .M_logoutBtn:hover {
    background-position: 0 -14px;
  }
  #subNav .M_helloMsg {
    float: left;
    font-size: 11px;
    margin-right: 5px;
    line-height: 14px;
  }
  #subPay {
    border: 1px solid #ac9b91;
    border-radius: 5px;
    padding: 0.75em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #subPay .pay {
    margin-left: 2.5em;
  }
  #cart {
    position: absolute;
    top: 24px;
    right: 0;
  }
  /* 電話番号 */
  #telnum,
  #M_basketTemp1 {
    float: right;
  }
  #telnum {
    padding: 0 10px;
  }
  #telnum p {
    margin: 4px auto 0;
  }
  #telnum em {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
  }
  /* 買い物カゴ */
  #M_basketTemp1 .M_headItem {
    text-align: left;
  }
  
  /* グローバルナビゲーション */
  #gNav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdf9ec;
  }
  #gNav .gNav__list {
    width: calc(1180px / 6);
  }
  #gNav .gNav__list .gNav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    font-size: 1.125em;
    font-weight: 700;
  }
  #gNav .gNav__list .gNav__link:hover {
    color: #b82d28;
    text-decoration: none;
  }
  .gNav__category__wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(253, 249, 236, 0.95);
    z-index: 999;
    overflow: hidden;
    transition: .3s;
  }
  .gNav__category__wrap.open {
    height: auto;
  }
  .gNav__category__wrapper {
    width: calc(1180px * 0.8);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gNav__category__list {
    width: calc(90% / 3);
  }
  #gNav .gNav__category__link {
    display: flex;
    align-items: center;
    flex-flow: column;
    background: #fff;
  }
  #gNav .gNav__category__link:hover {
    text-decoration: none;
  }
  
  .obi__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 5px auto;
  }
  .obi__wrap .obi__link {
    color: #000;
    padding: 0.5em 0;
  }
  
  /*****************************************************
  
      左コンテンツ #leftContents
  
  *****************************************************/
  #leftContents {
    width: 260px;
  }
  #leftContents .section h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #b82d28;
    font-size: 1.125em;
    font-weight: 700;
  }
  #leftContents .section h2 img {
    margin-right: 0.5em;
  }
  /* 検索input */
  .inputWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b82d28;
    border: 1px solid #b82d28;
    border-radius: 20px;
  }
  .search_input {
    background: #fdf9ec;
    border: none;
    display: flex;
    align-items: center;
    background: #fdf9ec
      url(https://gigaplus.makeshop.jp/haku8989baku/img/common/ico_search.svg)
      no-repeat 1em center/auto 1.5em;
    width: calc(100% - 53px - 3.5em);
    height: 43px;
    border-radius: 19px;
    padding: 0 0.5em 0 3em;
    margin-left: -1px;
  }
  .search_input:focus {
    outline: none;
  }
  .inputWrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 43px;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
    color: #fff;
    font-size: 0.875em;
    font-weight: bold;
  }
  .searchword__wrap {
    margin-top: 20px;
  }
  .searchword__ttl {
    color: #b82d28;
    font-size: 0.875em;
    font-weight: 700;
    text-align: center;
  }
  .searchword__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .searchword__wrapper .searchword__list {
    font-size: 0.875em;
    margin-top: 10px;
   letter-spacing: 0.2em;
  }
  /* カテゴリーメニュー */
  #l_category td {
    text-align: left;
  }
  #l_category #M_ctgList3 .M_hasChild span,
  #l_category #M_ctgList3 .M_childOpen span,
  #l_category #M_ctgList3 li span,
  #M_ctgList3 .M_childOpen ul span {
    background: none;
    padding-left: 0;
  }
  #l_category #M_ctgList3 .M_currentParent ul {
    padding-left: 0;
    transition: 0.3s;
  }
  #l_category li a:not(.M_nonActiveAnchor) {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 4em);
    font-size: 0.875em;
    padding: 1em 1em 1em 3em;
  }
  #l_category li a:not(.M_nonActiveAnchor):before {
    content: "";
    position: absolute;
    top: 53%;
    left: 1em;
    transform: rotate(45deg) translate3d(-50%, -50%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #c8161d;
    border-right: 2px solid #c8161d;
  }
  #l_category li a.M_nonActiveAnchor {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 2em);
    font-size: 0.875em;
    padding: 1em;
  }
  #l_category li a.M_nonActiveAnchor::before {
    content: "";
    position: absolute;
    top: 53%;
    right: 0;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #c8161d;
    border-right: 2px solid #c8161d;
  }
  #l_category li.M_childOpen a.M_nonActiveAnchor::before {
    transform: rotate(-45deg) translate3d(0%, -75%, 0);
    right: 1.1%;
  }
  #l_category li a::after {
    content: "";
    background-image: linear-gradient(
      to right,
      #ac9b91,
      #ac9b91 3px,
      transparent 3px,
      transparent 8px
    );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: calc(100% - 1px);
    bottom: 0;
    left: 0;
    right: 0;
  }
  #M_ctgList3 li span.M_itemCnt {
    display: none;
  }
  /* 会員メニュー */
  #l_member ul {
    text-align: right;
    margin-bottom: 5px;
  }
  #l_member li {
    display: inline;
    font-size: 11px;
    background: url(/images/original_design_default/samplesource/3/listIconR.png)
      no-repeat left;
    padding-left: 12px;
    margin-left: 2px;
  }
  #l_member li a {
    color: #333;
  }
  /* ガイドリンク */
  .l_guide__wrap {
    border-bottom: 1px solid #ac9b91;
  }
  .l_guide__link {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 2em);
    font-size: 0.875em;
    padding: 1em;
  }
  .l_guide__link::before {
    content: "";
    background-image: linear-gradient(
      to right,
      #ac9b91,
      #ac9b91 3px,
      transparent 3px,
      transparent 8px
    );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: calc(100% - 1px);
    bottom: 0;
    left: 0;
    right: 0;
  }
  .l_guide__list:last-child .l_guide__link::before {
    content: none;
  }
  /* カレンダー */
  #l_calendar table {
    margin-bottom: 5px;
    border-collapse: separate;
    border-spacing: 1px;
    background: transparent;
  }
  #l_calendar table tr {
    background: transparent;
  }
  #l_calendar table:nth-of-type(1) {
    margin-top: 1em;
  }
  #l_calendar table:nth-of-type(2) td {
    font-size: 0.875em !important;
    padding: 0.25em 0;
  }
  #l_calendar table:nth-of-type(2) tr:nth-of-type(1) td {
    padding: 0.5em 0;
  }
  #l_calendar table:nth-of-type(2) tr:nth-of-type(1) td:nth-of-type(1) font {
    color: #af2525;
  }
  #l_calendar table:nth-of-type(2) tr:nth-of-type(1) td:nth-of-type(7) b {
    color: #244186;
  }
  #l_calendar table:nth-of-type(3) td font {
    font-size: 0.75em !important;
  }
  /* SNS */
  .l_sns__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l_sns__list {
    margin: 0 1.5em;
  }
  /* 中央揃え */
  #l_owner,
  #l_banner {
    text-align: center;
  }
  #l_owner table {
    margin: 0 auto;
  }
  /* 投票 */
  #l_poll img {
    margin: 0 2px;
  }
  #l_poll b {
    color: #333;
  }
  #l_poll input {
    margin-right: 5px;
  }
  #l_poll td {
    text-align: left;
  }
  #l_poll a img {
    display: none;
  }
  #l_poll a {
    display: block;
    height: 21px;
    float: left;
    margin-right: 4px;
  }
  #l_poll a#poll_b01 {
    width: 58px;
    background: url(/images/original_design_default/samplesource/3/poll_b01.png)
      no-repeat 0 0;
    margin-left: 28px;
  }
  #l_poll a#poll_b02 {
    width: 69px;
    background: url(/images/original_design_default/samplesource/3/poll_b02.png)
      no-repeat 0 0;
  }
  #l_poll a#poll_b01:hover,
  #l_poll a#poll_b02:hover {
    background-position: 0 -21px;
  }
  /* 掲示板 */
  #l_board table {
    width: 100%;
  }
  #l_board td {
    text-align: left;
  }
  /* バナー */
  .M_bannerList img {
    margin: 0 auto 8px;
    max-width: 100%;
  }
  
  /*****************************************************
  
      メインコンテンツ #rightContents
  
  *****************************************************/
  .rightContents {
    max-width: 880px;
    margin: 0 auto;
  }
  .rightContents .section {
    margin-bottom: 60px;
  }
  
  /*----------------------------------------------------
      中央画面 #top
  ----------------------------------------------------*/
  #wrap .bx-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
  #wrap .bx-viewport {
    overflow: visible !important;
    width: 1180px !important; /* スライド画像の横幅 */
    margin: 0 auto;
    box-shadow: none;
  }
  #wrap .bx-prev {
    left: 50% !important;
    margin-left: -516px; /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2） */
  }
  #wrap .bx-next {
    right: 50% !important;
    margin-right: -516px; /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2） */
  }
  #wrap .bx-wrapper .bx-pager {
    bottom: 0;
  }
  #wrap .bx-wrapper .bx-pager.bx-default-pager a {
    background: #e7dba2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 14px;
  }
  #wrap .bx-wrapper .bx-pager.bx-default-pager a:hover,
  #wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c8161d;
  }
  
  .r_left {
    float: left;
    width: 520px;
  }
  .r_right {
    float: right;
    width: 220px;
  }
  .titleMgn {
    margin-bottom: 10px;
  }
  #r_shopIntro {
    margin-bottom: 0;
  }
  
  .rightContents .r_headint {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: rgba(200, 22, 29, 0.65)
      url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_heading.png)
      no-repeat center/auto 100%;
    border-radius: 24px;
    font-size: 1.375em;
    font-weight: 500;
    color: #fff;
  }
  
  /* バナーエリア */
  .r_banner__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .r_banner__list {
    flex-basis: calc(50% - 20px);
  }
  .r_banner__img {
    width: 100%;
    height: auto;
  }
  .r_banner__txt {
    display: block;
  }
  /* 初めての方におすすめ */
  .r_beginner__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .r_beginner__list {
    flex-basis: calc(50% - 20px);
  }
  .r_beginner__img {
    width: 100%;
    height: auto;
  }
  .r_beginner__txt {
    display: block;
  }
  /* 新着 */
  #r_new .lims table {
    margin: 0 auto 10px auto;
    width: 200px;
  }
  #r_new .lims table .woong td {
    text-align: left;
    padding-top: 10px;
    color: #69280d;
    font-weight: 500;
  }
  #r_new .lims table .woong td a {
    color: #000;
    font-weight: 300;
  }
  #r_new .lims table .woong td img {
    margin-left: 5px;
  }
  /* おすすめ */
  #r_recommend .lims table {
    margin: 0 10px 10px 10px;
    width: 200px;
  }
  #r_recommend .lims table .woong td {
    text-align: left;
    font-weight: 500;
    color: #69280d;
    padding-top: 10px;
  }
  #r_recommend .lims table .woong td a {
    color: #000;
    font-weight: 300;
  }
  #r_recommend .lims table .woong td img {
    margin-left: 5px;
  }
  #r_recommend .lims table .woong td a b {
    font-weight: normal;
    font-size: 11px;
  }
  #r_recommend .lims table .woong:last-child {
    display: none;
  }
  /* ランキング */
  .r_ranking__wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #r_ranking .rankList {
    width: 160px;
    margin-left: 15px;
    position: relative;
  }
  #r_ranking .rankList:first-child {
    margin-left: 0;
  }
  #r_ranking em {
    display: block;
    text-indent: -9999em;
  }
  #r_ranking .rankImg {
    margin: 0 auto;
  }
  #r_ranking #rank1 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon1.png)
      no-repeat center;
    width: 28px;
    height: 22px;
  }
  #r_ranking #rank2 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon2.png)
      no-repeat center;
    width: 28px;
    height: 22px;
  }
  #r_ranking #rank3 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon3.png)
      no-repeat center;
    width: 28px;
    height: 22px;
  }
  #r_ranking #rank4 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon4.png)
      no-repeat center;
    width: 17px;
    height: 17px;
  }
  #r_ranking #rank5 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon5.png)
      no-repeat center;
    width: 17px;
    height: 17px;
  }
  #r_ranking #rank6 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon6.png)
      no-repeat center;
    width: 28px;
    height: 22px;
  }
  #r_ranking #rank7 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon7.png)
      no-repeat center;
    width: 28px;
    height: 22px;
  }
  #r_ranking #rank8 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon8.png)
      no-repeat center;
    width: 28px;
    height: 22px;
  }
  #r_ranking #rank9 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon9.png)
      no-repeat center;
    width: 17px;
    height: 17px;
  }
  #r_ranking #rank10 em {
    background: url(/images/original_design_default/samplesource/3/rankIcon10.png)
      no-repeat center;
    width: 17px;
    height: 17px;
  }
  #r_ranking p {
    margin: 0 10px;
    padding-top: 10px;
    text-align: left;
      word-break: break-all;
  }
  #r_ranking .rankPrice {
    color: #69280d;
    font-weight: 500;
  }
  /* ショップについて */
  .r_overview__wrap {
    position: relative;
    background-color: #fdf9ec;
    background-image: url(https://gigaplus.makeshop.jp/haku8989baku/img/top/img_corp01.png),
      url(https://gigaplus.makeshop.jp/haku8989baku/img/top/img_corp02.png),
      url(https://gigaplus.makeshop.jp/haku8989baku/img/top/img_corp03.png),
      url(https://gigaplus.makeshop.jp/haku8989baku/img/top/img_corp04.png);
    background-position: left 0 top 0, right 0 top 0, left 0 bottom 0,
      right 0 bottom 0;
    background-size: 178px auto, 246px auto, 246px auto, 178px auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .r_overview__ttl {
    font-size: 1.375em;
    font-weight: 500;
  }
  .r_overview__txt {
    line-height: 2;
  }
  /* レビュー */
  #r_review #M_reviewView,
  #r_review #M_reviewView table {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #wrap #M_reviewViewAll .M_reviewList {
    position: relative;
    background: transparent;
    border: none;
    margin: 0 0 10px;
  }
  #wrap #M_reviewViewAll .M_reviewList::before {
    content: "";
    background-image: linear-gradient(
      to right,
      #ac9b91,
      #ac9b91 3px,
      transparent 3px,
      transparent 8px
    );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: calc(100% - 1px);
    bottom: 0;
    left: 0;
    right: 0;
  }
  #wrap #M_reviewViewAll .M_reviewInner {
    display: flex;
    align-items: flex-start;
    margin: 0;
  }
  #wrap #M_reviewViewAll .M_reviewImg {
    float: none;
    width: 135px;
  }
  #wrap #M_reviewViewAll .M_reviewImg img {
    border: none;
  }
  #wrap #M_reviewViewAll .M_reviewBox {
    width: calc(100% - 155px);
    margin-left: auto;
  }
  #wrap #M_reviewViewAll .M_reviewHead {
    display: flex;
    flex-wrap: wrap;
  }
  #wrap #M_reviewViewAll .M_reviewName {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  #wrap #M_reviewViewAll p {
    font-size: 0.875em;
  }
  #wrap #M_reviewViewAll .M_reviewRate p {
    display: none;
  }
  #wrap #M_reviewViewAll .M_reviewRate {
    float: none;
  }
  #wrap #M_reviewViewAll .M_reviewerInfo {
    float: none;
    margin-left: auto;
  }
  #wrap #M_reviewViewAll .M_reviewRead {
    margin: 10px 0 20px;
  }
  #wrap #M_reviewViewAll .M_reviewReadText {
    margin: 0;
    padding: 0;
  }
  #wrap #M_reviewViewAll .ic3 span {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review.png)
      no-repeat center/100% auto;
  }
  #wrap #M_reviewViewAll .ic3 span.off {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review_n.png)
      no-repeat center/100% auto;
  }
  /* 最近チェックした商品 */
  #r_recent #recent {
    margin-top: 10px;
  }
  #r_recent > table:not(#recent) {
    display: none;
  }
  #r_recent #recent .itemBox,
  #r_recent #recent .itemBox table {
    width: 200px;
  }
  #r_recent .name,
  #r_recent .price {
    color: #69280d;
    text-align: left;
    margin: 10px 0 0;
  }
  #r_recent .price {
    font-weight: bold;
  }
  #r_recent #recent .line {
    width: 0;
    display: none;
  }
  #r_recent #recent .line img {
    display: none;
  }
  /* お知らせ */
  #top #r_news img {
    margin-bottom: 10px;
  }
  #top #r_news table table tr {
    position: relative;
    display: block;
    padding: 1em 0;
  }
  #top #r_news table tr:nth-of-type(3) table tr {
    display: none;
  }
  #top #r_news table table tr::before {
    content: "";
    background-image: linear-gradient(
      to right,
      #ac9b91,
      #ac9b91 3px,
      transparent 3px,
      transparent 8px
    );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: calc(100% - 1px);
    bottom: 0;
    left: 0;
    right: 0;
  }
  #top #r_news td.woong {
    padding: 0 1em;
    text-align: left;
  }
  /*----------------------------------------------------
      商品カテゴリーと商品詳細　共通
  ----------------------------------------------------*/
  .pankuzu {
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .pankuzu a {
    color: #000;
    font-size: 0.875em;
    padding: 0 5px;
  }
  .pankuzu font {
    color: #000;
  }
  /*----------------------------------------------------
      商品カテゴリー #category
  ----------------------------------------------------*/
  /* カテゴリー */
  #category h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 40px;
  }
  
  /* サブカテゴリー */
  #category p + #r_subGroup {
    margin-top: 40px;
  }
  #r_subGroup .line {
    display: none;
  }
  #r_subGroup table table tr td:first-child {
    display: none;
  }
  
  /* 検索結果と並び替え */
  #r_resultInfo {
    color: #69280d;
    font-size: 0.875em;
    margin: 0 auto 10px;
  }
  .total {
    float: left;
  }
  .listSort {
    text-align: right;
  }
  .listSort li {
    display: inline;
  }
  .listSort a {
    position: relative;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    background: #ac9b91;
    border-radius: 5px;
    color: #fff;
    padding: 0.25em 1.5em;
  }
  .listSort a::after {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    transform: rotate(135deg) translate3d(-50%, -105%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  
  /* カテゴリーリスト */
  #category .innerList {
    overflow: hidden;
    _zoom: 1;
    letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
    text-align: left;
  }
  #category .innerList li {
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width: 25%; /* 商品数が4つなので100%÷4=25% */
    display: inline-block;
  }
  #category .innerBox {
    margin: 10px;
    text-align: center;
  }
  #category .detail {
    text-align: left;
  }
  #category .imgWrap {
    text-align: center;
  }
  #category .imgWrap img {
    max-width: 200px;
  }
  #category .price span {
    padding: 0 2px;
  }
  #category .price {
    color: #69280d;
    font-weight: 500;
  }
  #category .consumerPrice {
    font-size: 11px;
    color: #69280d;
    text-decoration: line-through;
  }
  #category .else {
    text-align: left;
  }
  #category .else li {
    float: none;
    width: auto;
    display: inline;
  }
  #category .M_lumpinput {
    text-align: right;
  }
  #category .matomegai {
    margin: 4px 0;
    display: inline-block;
  }
  #category .matomegai a {
    border: 1px solid #999;
    padding: 2px 5px;
    font-size: 11px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    text-decoration: none;
  }
  #category .matomegai a:hover {
    background: #999;
    color: #fff;
  }
  #category .content {
    border-top: 1px dashed #b2b2b2;
    padding: 10px 0;
    margin: 10px auto;
    border-bottom: 1px dashed #b2b2b2;
    font-size: 11px;
  }
  #category .M_item-stock-smallstock {
    color: #d42222;
  }
  #category .btnWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  #category .btnWrap a {
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    padding: 0.5em;
  }
  #category .btnWrap a.btnBasket {
    background: #b82d28;
  }
  #category .btnWrap a.btnSugu {
    background: #69280d;
  }
  #category a.btnWishlist {
    border: 1px solid #69280d;
    padding: 0.5em;
    border-radius: 5px;
    font-size: 0.75em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #69280d;
    font-weight: 700;
  }
  #category a.btnWishlist img {
    margin-right: 0.25em;
  }
  #category .btnWrap img {
    margin-left: 5px;
  }
  #category .btnWrap .soldout {
    text-align: center;
    color: #cc0000;
  }
  
  /* ページャー */
  #wrap ul.M_pager {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #wrap ul.M_pager li {
    margin: 0 0.5em;
  }
  #wrap ul.M_pager li.active {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #eee;
    border: 1px solid #ac9b91;
    border-radius: 50%;
    padding: 0;
  }
  #wrap ul.M_pager li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border: 1px solid #ac9b91;
    border-radius: 50%;
    padding: 0;
  }
  #wrap ul.M_pager li.prev a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #69270d;
    border: none;
    text-indent: -9999px;
  }
  #wrap ul.M_pager li.prev a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-135deg) translate3d(-200%, 0%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #wrap ul.M_pager li.next a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #69270d;
    border: none;
    text-indent: -9999px;
  }
  #wrap ul.M_pager li.next a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-135deg) translate3d(-200%, 0%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #wrap ul.M_pager li + li.next a::before {
    transform: rotate(45deg) translate3d(180%, 10%, 0);
  }
  
  /*----------------------------------------------------
      商品詳細 #detail
  ----------------------------------------------------*/
  #itemLink {
    margin-bottom: 30px;
    font-size: 11px;
  }
  .item_prev {
    float: left;
    background: url(/images/original_design_default/samplesource/3/listIconL.png)
      no-repeat left;
    padding-left: 14px;
  }
  .item_next {
    float: right;
    background: url(/images/original_design_default/samplesource/3/listIconR.png)
      no-repeat right;
    padding-right: 14px;
  }
  #itemImg {
    float: left;
    width: calc(100% - 430px);
  }
  #itemInfo {
    float: right;
    width: 410px;
  }
  /* [INFO]タグ */
  #detailInfo table {
    width: 100%;
    margin-bottom: 10px;
  }
  #detailInfo table td {
    height: auto;
    text-align: left;
  }
  #itemInfo #detailInfo table font {
    color: #69280d;
  }
  #detailInfo table tr#M_usualValue td {
    color: #69280d;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-table {
    margin-top: 10px;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-label {
    width: 6em;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-up {
    padding-bottom: 2px;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-up a {
    position: relative;
    width: 33px;
    height: 18px;
    display: block;
    border: 1px solid #ac9b91;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-up a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -18%, 0);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #69270d;
    border-left: 8px solid transparent;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-up a img {
    display: none;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-down {
    padding-top: 2px;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-down a {
    position: relative;
    width: 33px;
    height: 18px;
    display: block;
    border: 1px solid #ac9b91;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-down a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 42%, 0);
    border-top: 8px solid #69270d;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  #detailInfo table .M_quantity-wrap .M_quantity-button-down a img {
    display: none;
  }
  #detailInfo table .M_option-select {
    display: flex;
    align-items: center;
  }
  #detailInfo table .M_option-select #spcode {
    position: relative;
    width: calc(100% - 7em - 2px);
    appearance: none;
    background-image: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_select-pull.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 22px;
    border: 1px solid #ac9b91;
    margin-left: auto;
    padding: 1em 0.5em;
  }
  #detailInfo table .M_option-select #spcode:focus {
    outline: none;
  }
  #detailInfo table input {
    height: 29px;
    border: 1px solid #ac9b91;
    margin-right: 5px;
    padding: 0.5em;
  }
  #detailInfo table input:focus {
    outline: none;
  }
  #detailInfo table img {
    vertical-align: auto; /* IE対策 */
  }
  #detailInfo #M_usualValue td {
    font-size: 16px;
    padding: 10px 0;
  }
  #wrapper #makebanner #detailInfo #M_usualValue,
  #wrapper #makebanner #detailInfo #M_price2,
  #wrapper #makebanner #detailInfo #M_taxview {
    border: none;
    width: auto;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
  #detailInfo #M_usualValue {
    font-size: 15px;
    font-weight: bold;
  }
  #detailInfo #M_taxview {
    width: auto;
  }
  .M_imageWrap {
    width: 100% !important;
  }
  div.M_imageMain {
    height: 453px !important;
  }
  div.M_imageMain img {
    width: 100%;
    height: auto;
  }
  div.M_imageCatalog {
    margin-top: 20px;
  }
  div.M_imageCatalog table {
    width: 100%;
  }
  div.M_imageCatalog table tr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  div.M_imageCatalog table td {
    width: 80px;
    height: 80px;
  }
  div.M_imageCatalog table td img {
    width: 100%;
    height: auto;
  }
  /* 拡大画像ボタン */
  #viewButton {
    margin-top: 20px;
    text-align: right;
  }
  #viewButton a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #69280d;
    font-size: 0.875em;
    font-weight: 700;
  }
  #viewButton a img {
    margin-right: 0.5em;
  }
  /* 商品名 */
  #detail h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  /* 商品詳細 */
  #detail .detailTxt {
    border-top: 1px dotted #b2b2b2;
    border-bottom: 1px dotted #b2b2b2;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
  }
  
  .itemDescription {
    text-align: left;
  }
  .itemDescription .itemDescription__ttl {
    color: #69280d;
    font-size: 1.125em;
    font-weight: 700;
    margin-left: 1em;
  }
  .itemDescription.set .itemDescription__ttl {
    margin-top: 30px;
  }
  .itemDescription table {
    margin-top: 10px;
  }
  .itemDescription table .name {
    width: 62%;
  }
  .itemDescription table .quantity {
    width: 15%;
  }
  .itemDescription table .sell {
    width: 23%;
  }
  .itemDescription table thead tr {
    background: #fcf9ed;
    border-top: 1px solid #69280d;
    border-bottom: 1px solid #69280d;
  }
  .itemDescription table thead th {
    color: #69280d;
    font-weight: 300;
    padding: 0.75em 0.5em;
  }
  .itemDescription table tbody tr {
    position: relative;
  }
  .itemDescription table tbody td {
    position: relative;
    padding: 0.75em 0.5em;
  }
  .itemDescription table tbody td::after {
    content: "";
    background-image: linear-gradient(
      to right,
      #ac9b91,
      #ac9b91 3px,
      transparent 3px,
      transparent 8px
    );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: calc(100% - 1px);
    bottom: 0;
    left: 0;
    right: 0;
  }
  .itemDescription ul.supplement__wrap {
    margin-top: 30px;
    margin-left: 1em;
  }
  .itemDescription li.supplement__list {
    font-size: 0.875em;
  }
  .itemDescription li.supplement__list::before {
    content: "※";
    margin-left: -1em;
  }
  .itemDescription ul.itemDescription__wrap {
    border-top: 2px solid #69280d;
    margin-top: 10px;
  }
  .itemDescription li.itemDescription__list {
    border-bottom: 1px solid #ac9b91;
  }
  .itemDescription .itemDescription__wraper {
    display: flex;
    align-items: flex-start;
  }
  .itemDescription .itemDescription__wraper__ttl {
    width: 40%;
    font-size: 0.875em;
    padding: 1em;
  }
  .itemDescription .itemDescription__wraper__cont {
    width: 60%;
    font-size: 0.875em;
    padding: 1em;
  }
  #r_detailExt .itemDescription:nth-of-type(n + 2) {
    margin-top: 60px;
  }
  /* 単品商品レイアウト */
  .aboutBox__wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .aboutBox__wrap .itemDescription:not(.allergen) {
    width: 48%;
  }
  #r_detailExt .aboutBox__wrap .itemDescription.ingredient {
    margin-top: 0;
  }
  #r_detailExt .aboutBox__wrap .itemDescription:nth-of-type(2n) {
    margin-left: auto;
  }
  .aboutBox__wrap .itemDescription.allergen .itemDescription__wrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    border-top: none;
  }
  .aboutBox__wrap .itemDescription.allergen .itemDescription__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: calc(100% / 6 - 2px - 1em);
    width: auto;
    height: auto;
    border-bottom: 1px solid#777;
    border-right: 1px solid #777;
    font-size: 0.875em;
    padding: 0.5em;
    min-height: 2em;
  }
  .aboutBox__wrap
    .itemDescription.allergen
    .itemDescription__list:nth-child(6n + 1) {
    border-left: 1px solid #777;
  }
  .aboutBox__wrap
    .itemDescription.allergen
    .itemDescription__list:nth-child(-n + 6) {
    border-top: 1px solid #777;
  }
  .aboutBox__wrap .itemDescription.allergen .itemDescription__list.applicable {
    background: #e5dba8;
  }
  /* オプション表 */
  #wrapper #detail .stockList input {
    border: 0;
  }
  #wrapper #detail .stockList td {
    text-align: center;
  }
  
  .M_inventory * {
    font-size: 13px;
  }
  
  .M_inventory table.stockList th,
  .M_inventory table.stockList td {
    padding: 6px !important;
  }
  
  .M_inventory span[class^="M_select-option"] {
    display: block;
    margin-top: 4px;
  }
  
  .M_inventory .M_select-option-soldout,
  .M_inventory .M_select-option-smallstock {
    color: #d42222;
  }
  
  .M_inventory .M_select-option-soldout {
    margin-bottom: 4px;
  }
  
  .M_select-option-restock-btn:link,
  .M_select-option-restock-btn:active,
  .M_select-option-restock-btn:visited {
    display: inline-block;
    padding: 2px 24px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
  }
  
  .M_select-option-restock-btn:hover {
    background: #666;
  }
  /* メールリンク */
  #r_contact {
    margin: 10px 0;
  }
  #r_contact ul {
    display: flex;
    align-items: stretch;
  }
  #r_contact li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    border: 1px solid #69280d;
    border-radius: 5px;
    color: #69280d;
    font-size: 0.875em;
  }
  #r_contact li a img {
    margin-right: 0.5em;
  }
  #r_contact li.r_contact__wishlist a {
    width: 165px;
  }
  #r_contact li.r_contact__mail {
    margin-left: auto;
  }
  #r_contact li.r_contact__mail a {
    width: 232px;
  }
  /* SNS */
  #r_sns {
    margin-top: 10px;
  }
  #r_sns li {
    float: left;
  }
  /* カートにいれるボタン */
  #basketBtn {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #basketBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
  }
  #basketBtn a.basketBtn__cartin {
    background: #b82d28;
  }
  #basketBtn a.basketBtn__cartin img {
    margin-right: 0.5em;
  }
  #basketBtn a.basketBtn__sugu {
    background: #69280d;
    margin-left: auto;
  }
  #basketBtn .soldout {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #eee;
    border-radius: 5px;
    margin-top: 1em;
    padding: 1em;
  }
  /* 追加商品説明文 */
  #r_detailExt {
    margin-bottom: 0;
  }
  #r_detailExt .detailExtTxt {
    margin-bottom: 60px;
  }
  /* 追加商品画像 */
  #r_addImg {
    margin-bottom: 0;
  }
  #r_addImg li {
    float: left;
    width: 33%;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.4;
  }
  #r_addImg li .inner {
    margin: 0 10px;
  }
  #r_addImg .addImg a {
    border: 1px solid #b2b2b2;
    padding: 5px;
    display: block;
  }
  #r_addImg li p {
    width: 100%;
    margin: 10px 5px 0;
  }
  /* レビュー */
  #detail #r_review {
    margin-bottom: 40px;
  }
  #detail #r_review td {
    text-align: left;
  }
  #detail #r_review td.line {
    display: none;
  }
  #detail #r_review form table tbody tr:nth-of-type(1) td:nth-of-type(2) {
    width: 90px;
  }
  #detail #r_review form table tbody td:nth-of-type(3) {
    width: 180px;
  }
  #detail #r_review form table tbody td:nth-of-type(3) input {
    width: 80%;
    height: 2em;
  }
  #detail #r_review form table tbody tr:nth-of-type(2) td:nth-of-type(2) {
    padding: 20px 0;
  }
  #detail #r_review .imgLi input {
    border: none;
  }
  #detail #M_review textarea {
    width: 100%;
    height: 80px;
  }
  #wrap #r_review .M_btnStyle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b82d28;
    width: 200px;
    height: 60px;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
  }
  #wrap #r_review .M_btnStyle img {
    margin-right: 0.5em;
  }
  #detail #m_reviewView {
    margin-top: 40px;
  }
  #detail #m_reviewView td {
    text-align: center;
  }
  #wrap #M_reviewView tr:nth-of-type(1),
  #wrap #M_reviewView tr:nth-of-type(2),
  #wrap #M_reviewView tr:nth-of-type(3) {
    display: none;
  }
  #wrap #M_reviewView tr:nth-of-type(2n + 5) {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1em 0;
  }
  #wrap #M_reviewView tr:nth-of-type(2n + 5)::after {
    content: "";
    background-image: linear-gradient(
      to right,
      #ac9b91,
      #ac9b91 3px,
      transparent 3px,
      transparent 8px
    );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: calc(100% - 1px);
    bottom: 0;
    left: 0;
    right: 0;
  }
  #wrap #M_reviewView tr:nth-of-type(2n + 5) td:nth-of-type(1) {
    width: 110px;
    padding-right: 10px;
    text-align: left;
  }
  #wrap #M_reviewView tr:nth-of-type(2n + 5) td:nth-of-type(2) {
    width: 480px;
    padding-right: 10px;
    text-align: left;
  }
  #detail #m_reviewView td.ic3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
  }
  #wrap #M_review .ic3 li {
    display: flex;
    align-items: center;
  }
  #wrap #M_review .ic3 li label {
    display: flex;
    align-items: center;
    margin-left: 0.5em;
  }
  #wrap #M_review .ic3 li span {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review.png)
      no-repeat center/auto 16px;
    text-indent: -9999px;
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 2px;
  }
  #wrap #M_reviewView .ic3 span {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review.png)
      no-repeat center/auto 16px;
    text-indent: -9999px;
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 2px;
  }
  #wrap #M_reviewView .ic3 span.off {
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review_n.png)
      no-repeat center/auto 16px;
    text-indent: -9999px;
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 2px;
  }
  /* 商品グループ */
  #r_group {
    padding-top: 20px;
  }
  #r_group h3:not(.r_headint) {
    display: none;
  }
  #r_group #M_group {
    width: 100%;
    margin: 16px auto;
    border-collapse: collapse;
  }
  #r_group #M_group .itemBox {
    width: 220px;
  }
  #r_group #M_group .itemBox table {
    margin: 0 10px 10px 10px;
    width: 200px;
  }
  #r_group #M_group td.itemImg {
    width: 120px;
  }
  #r_group #M_group .itemBox {
    vertical-align: top;
  }
  #r_group #M_group .name,
  #r_group #M_group .spe,
  #r_group #M_group .price {
    padding-top: 10px;
    text-align: left;
  }
  #r_group #M_group .itemImg {
    text-align: center;
  }
  #r_group #M_group .line {
    width: 10px;
  }
  #r_group #M_group .line img {
    display: none;
  }
  #r_group #M_group .price {
    font-weight: 500;
    color: #69280d;
  }
  /* 最近チェックした商品 */
  #detail #r_recent {
    padding-top: 20px;
  }
  #detail #recent .itemBox,
  #detail #recent .itemBox table {
    width: 190px;
  }
  /* 定期購入 */
  .cycle {
    display: block;
    margin-bottom: 20px;
  }
  .repeatMgn {
    margin-bottom: 10px;
  }
  .M_repeatPrice {
    height: 45px;
    font-weight: bold;
  }
  .M_repeatPrice span {
    color: #69280d;
  }
  .stockY {
    margin-bottom: 10px;
  }
  .repeatMgn_point {
    text-align: left;
  }
  .repeatMgn_remaeks {}
  .repeatMgn_quantity {
    width: 100%;
    text-align: left;
  }
  .repeatMgn_quantity table {
    margin-top: 10px;
  }
  .repeatMgn_quantity table td {
    height: auto;
    text-align: left;
  }
  .repeatMgn_quantity table tr:nth-of-type(1) td:nth-of-type(1) {
    width: 6em;
  }
  .repeatMgn_quantity table tr:nth-of-type(1) td:nth-of-type(2) input {
    height: 29px;
    border: 1px solid #ac9b91;
    margin-right: 5px;
    padding: 0.5em;
  }
  .repeatMgn_quantity table tr:nth-of-type(1) td:nth-of-type(3) a {
    position: relative;
    width: 33px;
    height: 18px;
    display: block;
    border: 1px solid #ac9b91;
  }
  .repeatMgn_quantity table tr:nth-of-type(1) td:nth-of-type(3) a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -18%, 0);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #69270d;
    border-left: 8px solid transparent;
  }
  .repeatMgn_quantity table tr:nth-of-type(1) td:nth-of-type(3) a img {
    display: none;
  }
  .repeatMgn_quantity table tr:nth-of-type(3) td:nth-of-type(1) {
    padding-top: 2px;
  }
  .repeatMgn_quantity table tr:nth-of-type(3) td:nth-of-type(1) a {
    position: relative;
    width: 33px;
    height: 18px;
    display: block;
    border: 1px solid #ac9b91;
  }
  .repeatMgn_quantity table tr:nth-of-type(3) td:nth-of-type(1) a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 42%, 0);
    border-top: 8px solid #69270d;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .repeatMgn_quantity table tr:nth-of-type(3) td:nth-of-type(1) a img {
    display: none;
  }
  #basketBtn2 {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap;
      margin-top: 20px;
  }
  #basketBtn2 a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 60px;
      border-radius: 10px;
      color: #fff;
      font-weight: 700;
  }
  #basketBtn2 a.basketBtn__cartin {
      background: #b82d28;
  }
  #basketBtn2 a.basketBtn__cartin img {
      margin-right: 0.5em;
  }
  
  /*----------------------------------------------------
      商品検索 #search
  ----------------------------------------------------*/
  #r_searchName {
    margin: 20px 0 20px;
  }
  #r_searchName font {
    color: #333;
    font-weight: bold;
  }
  #r_searchInput {
    background: #dedede;
    padding: 10px;
  }
  #r_searchInput table {
    width: 100%;
    background: #fff;
  }
  #r_searchInput .btnWrap {
    margin-top: 10px;
  }
  #r_searchInput th,
  #r_searchInput td {
    border: 1px solid #b2b2b2;
    padding: 6px 8px;
    text-align: left;
  }
  #r_searchInput th {
    background: #eee;
  }
  #r_searchInput #searchPrice input {
    width: 60px;
  }
  #r_searchInput .btnWrap a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    background: #b82d28;
    border-radius: 10px;
    color: #fff;
  }
  #r_searchInput .btnWrap a::before {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 30px;
  }
  #r_searchList table,
  #r_pager table {
    width: 100%;
  }
  .searchResult {
    font-size: 14px;
    margin-bottom: 20px;
    background: url(/images/original_design_default/samplesource/3/searchIcon.png)
      no-repeat left;
    padding-left: 20px;
  }
  #r_searchList .innerList {
    letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
    text-align: left;
  }
  #r_searchList .innerList li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
  }
  #r_searchList .innerBox {
    margin: 10px;
  }
  #r_searchList .imgWrap {
    text-align: center;
  }
  #r_searchList .imgWrap img {
    width: 100%;
  }
  #r_searchList .price {
    font-weight: 500;
    color: #69280d;
  }
  #r_searchList .else {
    text-align: left;
  }
  #r_searchList .else li {
    float: none;
    width: auto;
    display: inline;
  }
  #r_searchList .btnWrap a {
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    padding: 0.5em;
  }
  #r_searchList .btnWrap a.btnBasket {
    background: #b82d28;
  }
  #r_searchList .soldout {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    border-radius: 5px;
    font-size: 0.75em;
    margin-top: 1em;
    padding: 0.5em;
    width: 100%;
  }
  
  /*----------------------------------------------------
      まとめ買い #matomegai
  ----------------------------------------------------*/
  /* まとめ買いタイトル */
  #matomegai h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 40px;
  }
  
  /* カテゴリーリスト */
  #matomegai .innerList {
    overflow: hidden;
    _zoom: 1;
    letter-spacing: -0.4em; /* 文字間を詰めて隙間を削除する */
    text-align: left;
  }
  #matomegai .innerList li {
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width: 25%; /* 商品数が4つなので100%÷4=25% */
    display: inline-block;
  }
  #matomegai .innerBox {
    margin: 10px;
    text-align: center;
  }
  #matomegai .detail {
    text-align: left;
  }
  #matomegai .name {
    margin-bottom: 5px;
  }
  #matomegai .imgWrap {
    text-align: center;
    margin-bottom: 5px;
  }
  #matomegai .price span {
    padding: 0 2px;
  }
  #matomegai .price {
    font-weight: bold;
    color: #333;
  }
  #matomegai .consumerPrice {
    font-size: 11px;
    color: #999;
    text-decoration: line-through;
  }
  #matomegai .else {
    text-align: left;
  }
  #matomegai .else li {
    float: none;
    width: auto;
    display: inline;
  }
  #matomegai .M_lumpinput {
    text-align: right;
  }
  #matomegai .content {
    border-top: 1px dashed #b2b2b2;
    padding: 10px 0;
    margin: 10px auto;
    border-bottom: 1px dashed #b2b2b2;
    font-size: 11px;
  }
  #matomegai .btnWrap {
    margin: 10px auto 5px;
    background: #e6e6e6;
    padding: 5px 0;
    text-align: left;
  }
  #matomegai .btnWrap .soldout {
    text-align: center;
    color: #cc0000;
  }
  #matomegai .btnWrap a,
  #matomegai .wishlistBtn {
    display: inline-block;
    text-indent: -9999em;
  }
  #matomegai .btnWrap a {
    width: 77px;
    height: 18px;
    margin-left: 5px;
  }
  #matomegai .wishlistBtn {
    width: 147px;
    height: 22px;
  }
  #matomegai .cartBtn {
    background: url("/images/original_design_default/samplesource/3/r_c_basketBtn.png")
      no-repeat;
  }
  #matomegai .quickBtn {
    background: url("/images/original_design_default/samplesource/3/r_c_buyBtn.png")
      no-repeat;
  }
  #matomegai .wishlistBtn {
    background: url("/images/original_design_default/samplesource/3/r_wishlistBtn.png")
      no-repeat;
  }
  #matomegai .btnWrap a:hover,
  #matomegai .wishlistBtn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  
  /*----------------------------------------------------
      買い物カゴ #basket
  ----------------------------------------------------*/
  #r_basket {
    margin-bottom: 80px;
  }
  #basketTable {
    width: 100%;
    margin-top: 30px;
  }
  #basketTable th,
  #basketTable td {
    padding: 6px;
  }
  #basketTable th {
    background: #fcf9ed;
    border-left: 5px solid #fff;
    color: #69280d;
    text-align: center;
    white-space: nowrap;
  }
  #basketTable th:first-child {
    border-left: none;
  }
  #basketTable .basketNum {
    width: 30px;
    padding: 0;
  }
  #basketTable .basketImg {
    width: 100px;
  }
  #basketTable .basketImg img {
    width: 100%;
  }
  #basketTable .basketName {
    width: 340px;
    text-align: left;
  }
  #basketTable .basketMatomegai {
    margin-top: 4px;
    display: inline-block;
  }
  #basketTable .basketMatomegai a {
    border: 1px solid #999;
    padding: 2px 5px;
    font-size: 11px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #999;
    text-decoration: none;
  }
  #basketTable .basketMatomegai a:hover {
    background: #999;
    color: #fff;
  }
  .quantityWrap {
    display: table;
    margin: 0 auto;
  }
  .quantityInput,
  .basketQunantity,
  .quantityAmend {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
  }
  .quantityInput input {
    height: 29px;
    border: 1px solid #ac9b91;
    margin-right: 5px;
    padding: 0.5em;
  }
  .basketQunantity td {
    border: none;
    padding: 0;
  }
  #basketTable .basketQunantity tr:nth-of-type(1) td {
    padding: 0 0 2px;
  }
  #basketTable .basketQunantity tr:nth-of-type(2) td {
    padding: 2px 0 0;
  }
  .basketQunantity td a {
    position: relative;
    width: 33px;
    height: 18px;
    display: block;
    border: 1px solid #ac9b91;
    text-indent: -9999px;
  }
  .basketQunantity tr:nth-of-type(1) td a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -18%, 0);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #69270d;
    border-left: 8px solid transparent;
  }
  .basketQunantity tr:nth-of-type(2) td a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 42%, 0);
    border-top: 8px solid #69270d;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  #basketTable .basketPoint {
    width: 70px;
    text-align: center;
  }
  #basketTable .basketPrice {
    width: 70px;
    text-align: center;
  }
  #basketTable .basketOption {
    text-align: left;
    margin-top: 4px;
  }
  #basketTable .basketOption select {
    width: 60%;
  }
  #basketTable .basketHaisou {
    padding: 0;
  }
  #basketTable .carriageWrap {
    margin: 30px 0 0;
  }
  #basketTable .basketHaisou p {
    text-align: right;
  }
  #basketTable .basketHaisou .carriageMsg1 {
    color: #b82d28;
  }
  #basketTable .basketHaisou .carriageMsg2 {
    color: #b82d28;
    font-size: 0.875em;
  }
  #basketTable .basketBtns {
    width: 80px;
    text-align: center;
  }
  #basketTable .basketBtns .quantityAmend {
    display: block;
    text-align: center;
    margin-bottom: 4px;
  }
  #basketTable .basketBtns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ac9b91;
    border-radius: 5px;
    color: #fff;
    padding: 0.25em;
  }
  #basketTable .basketBtns .quantityAmend a {
    padding: 0.25em 0.75em;
  }
  #basketTable .basketBtns a.basketBtns_del::before {
    content: "";
    display: block;
    width: 0.75em;
    height: 1px;
    background: #fff;
    margin-right: 0.25em;
  }
  #basketTable .basketBtns img {
    margin-bottom: 2px;
  }
  #basketTable .basketTotal {
    text-align: right;
    background: #fcf9ed;
    border-top: 1px solid #ac9b91;
    padding: 0.75em 1em;
  }
  #basketTable .basketTotal em {
    font-weight: bold;
    font-size: 1.125em;
    color: #69280d;
  }
  #basketTable .basketTotal a {
    text-decoration: underline;
    margin-left: 4px;
  }
  #basketTable .basketTotal a:hover {
    text-decoration: none;
  }
  #basketTable .totalWrap {
    width: 60%;
    margin: 0 0 0 auto;
  }
  #basketTable .totalItem {
    float: left;
    clear: left;
    width: 60%;
    font-size: 1.125em;
    text-align: right;
    color: #69280d;
  }
  #basketTable .matomegaiWrap {
    margin-bottom: 4px;
  }
  #basketTable .basketEmpty p {
    text-align: center;
    margin: 10px auto;
  }
  #r_basket .btnWrap .btnBack {
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
  #r_basket .btnWrap .btnBack a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    background: #69280d;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
  }
  #r_basket .btnWrap .btnBack a img {
    margin-right: 0.5em;
  }
  #r_basket .btnWrap .btnBack a:nth-of-type(2) {
    margin-left: 10px;
  }
  #r_basket .btnWrap .btnOrder {
    float: right;
    margin-top: 30px;
    margin-right: 10px;
  }
  #r_basket .btnWrap .btnOrder .btnOrder_order {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    background: #b82d28;
    border-radius: 10px;
    color: #fff;
  }
  #r_basket .btnWrap .btnOrder .btnOrder_order img {
    margin-right: 0.5em;
  }
  
  /* Amazonボタン */
  .amazonButtonWrap {
    margin-top: 10px;
  }
  .amazonButton {
    width: 205px;
  }
  
  /* お気に入りリスト */
  #wishTable {
    width: 100%;
  }
  #wishTable th,
  #wishTable td {
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    padding: 6px;
  }
  #wishTable th {
    border-top: 2px solid #b2b2b2;
    border-bottom: 1px dashed #b2b2b2;
  }
  #wishTable .wishName {
    text-align: left;
    width: 240px;
  }
  #wishTable .wishQuantity input {
    margin-right: 4px;
  }
  /*----------------------------------------------------
      お知らせ #news
  ----------------------------------------------------*/
  #r_news {
    margin-top: 30px;
  }
  #r_news #newsHead {
    position: relative;
    text-align: left;
    padding: 4px 0;
    font-size: 15px;
  }
  #r_news #newsHead::before {
    content: "";
    background-image: linear-gradient( to right, #ac9b91, #ac9b91 3px, transparent 3px, transparent 8px );
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: calc(100% - 1px);
    bottom: 0;
    left: 0;
    right: 0;
  }
  #r_news #newsHead span {
    margin-right: 10px;
    font-size: 11px;
    color: #999;
  }
  #r_news #newsContents {
    text-align: left;
    padding: 40px 20px;
    border-bottom: 1px dashed #b2b2b2;
    margin-bottom: 20px;
  }
  #r_news #newsAccess {
    text-align: right;
    font-size: 11px;
    color: #999;
    margin-top: 20px;
  }
  #r_news #newsNext {
    text-align: right;
    font-size: 11px;
    margin-bottom: 10px;
  }
  #r_news #newsList {
    margin-bottom: 20px;
  }
  #r_news #newsList .line {
    background: #fff;
  }
  #r_news #newsList .lims {
    border-bottom: 1px dashed #b2b2b2;
  }
  #r_news #newsListBtn {
    margin: 30px auto 0;
    text-align: center;
  }
  #r_news #newsListBtn a {
    color: #fff;
    font-size: 1em;
    border-radius: 10px;
    background: #333;
    width: 260px;
    font-weight: 600;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  #r_news #pager table {
    margin: 0 auto;
  }
  
  /* ご利用ガイド */
  #makebanner #guideMain {
    margin: 0 70px;
  }
  
  /*----------------------------------------------------
      カタログ #catalog
  ----------------------------------------------------*/
  #catalog .ctlg_text {
    margin-top: 24px;
  }
  #r_catalog .catalogCart {
    text-align: right;
    margin: 8px 0;
  }
  
  /*****************************************************
  
      フッタ #footer
  
  *****************************************************/
  .pageTop {
    display: none;
  
    position: fixed;
    bottom: 5%;
    right: 5%;
  }
  #footerWrap {
    width: 100%;
    margin-top: 20px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/footer/img_line-footer.svg)
      repeat-x bottom center/auto 72px;
    padding-bottom: 80px;
  }
  #f_guide {
    background: #fdf9ec;
  }
  #f_guide .heading {
    font-size: 1.5em;
    font-weight: 500;
  }
  .f_guide__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1180px;
  }
  .f_guide__wrapper {
    width: 30%;
  }
  .f_guide__txt {
    font-size: 0.75em;
    line-height: 2;
  }
  .f_guide__txt ol.list__wrap {
    margin-left: 1em;
  }
  .f_guide__txt ol.list__wrap .list {
    list-style: decimal;
  }
  .f_guide__txt ul.list__wrap {
    margin-left: 1em;
  }
  .f_guide__txt ul.list__wrap .list {
    list-style: disc;
  }
  .f_guide__txt ul.att__wrap {
    margin-left: 1em;
  }
  .f_guide__txt ul.att__wrap .list {
    list-style: none;
  }
  .f_guide__txt ul.att__wrap .list::before {
    content: "※";
    margin-left: -1em;
  }
  .f_guide__txt .link {
    color: #69280d;
  }
  #footer {
    width: 1180px;
  }
  #f_nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #f_nav li {
    border-left: 1px solid #000;
    padding: 0 1.5em;
  }
  #f_nav li:first-child {
    border-left: none;
  }
  #f_nav li a:link,
  #f_nav li a:visited,
  #f_nav li a:active {
    font-weight: 500;
  }
  
  /****共通
  よくある質問・商品一覧・レビューの書き方
  ***********************/
  #question *,
  #allItems *,
  #review * {
    box-sizing: border-box;
  }
  img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
    flex-shrink: 0;
  }
  
  /****よくある質問***********************/
  /*ページ内リンク*/
  #question .inPageNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
  }
  #question .inPageNav li {
    width: 49%;
    border: 1px solid #69280d;
    border-radius: 6px;
  }
  #question .inPageNav li:nth-child(-n + 2) {
    margin-bottom: 20px;
  }
  #question .inPageNav li a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: #69280d;
    text-align: center;
    position: relative;
  }
  #question .inPageNav li a::before {
    content: "";
    position: absolute;
    top: 55%;
    right: 16px;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #69280d;
    border-right: 2px solid #69280d;
  }
  #question h4 {
    font-size: 20px;
    color: #69280d;
    margin-bottom: 20px;
  }
  #question #order,
  #question #member,
  #question #return {
    margin-bottom: 100px;
  }
  /*アコーディオン*/
  dd.accBox {
    display: none;
  }
  #question .accArea dd a {
    text-decoration: underline;
  }
  #question .accArea dt {
    font-weight: 500;
    border-top: 1px solid #ac9b91;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 33px;
    position: relative;
  }
  #question .accArea dt span {
    display: inline-block;
    font-size: 22px;
    color: #69280d;
    margin-right: 20px;
  }
  #question .accArea dt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 27px;
    width: 2px;
    height: 16px;
    background: rgba(105, 40, 13, 1);
    transition: all 0.3s;
  }
  #question .accArea dt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 16px;
    height: 2px;
    background: rgba(105, 40, 13, 1);
  }
  #question .accArea dl dt.active::before {
    background: rgba(105, 40, 13, 0);
  }
  #question .accArea dd {
    border-top: 1px dashed #ac9b91;
    padding: 20px;
  }
  #question .accArea dd p{
    font-size: 16px;
    line-height: 1.6!important;
  }
  #question .accArea dl:last-of-type {
    border-bottom: 1px solid #ac9b91;
  }
  
  /****商品一覧***********************/
  /*ページ内リンク*/
  #allItems .inPageNav {
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
  #allItems .inPageNav li {
    width: 280px;
    border:1px solid #AC9B91;
    background: #FDF9EC;
  }
  #allItems .inPageNav li {margin-bottom: 16px;}
  #allItems .inPageNav li a {
    display: block;
    padding: 10px 16px;
    font-size: 16px;
    color: #69280D;
    position: relative;
  }
  #allItems .inPageNav li a::before {
      content: "";
      position: absolute;
      top: 0;
    bottom: 0;
    margin: auto;
      right: 16px;
      width: 22px;
      height: 22px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #69270D;  
  }
  #allItems .inPageNav li a::after {
      content: "";
      position: absolute;
      top: 56%;
      right: 15px;
      transform: rotate(135deg) translate3d(0%, 135%, 0);
      display: block;
      width: 0.4em;
      height: 0.4em;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
  }
  #allItems h2,
  #allItems h3 {
    font-size: 22px;
    text-align: center;
    color: #69280D;
    padding-bottom: 10px;
    border-bottom: 2px solid #69280D;
  }
  #allItems #classic p {
    margin: 0 40px 30px;
  }
  #allItems #classic ul {
    display: flex;
    flex-wrap: wrap;  
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 80px;
  }
  #allItems #classic ul li {
    width: 25%;
    border: 0;
    background: none;
  }
  #allItems #classic ul li a {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    align-content: space-between;
  }
  #allItems #classic ul li a span {
    display: block;
    margin-top: 20px;
    padding-left: 34px;
    position: relative;
  }
  #allItems #classic ul li a span::before {
      content: "";
      position: absolute;
      top: 0;
    bottom: 0;
    margin: auto;
      left: 0;
      width: 22px;
      height: 22px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: #69270D;  
  }
  #allItems #classic ul li a span::after {
      content: "";
      position: absolute;
      top: 57%;
      left: 14px;
      transform: rotate(135deg) translate3d(0%, 135%, 0);
      display: block;
      width: 0.4em;
      height: 0.4em;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
  }
  #allItems .itemBox {
    display: flex;  
    justify-content: space-between;
    align-items: center;
    margin: 0 40px 30px;
  }
  #allItems .itemBox > p {width: 520px;}
  #allItems .item-category ul {
    display: flex;
    flex-wrap: wrap;  
    align-items: stretch;
    margin-bottom: 60px;
  }
  #allItems .item-category ul li {
    color: #69280D;
    width: 280px;
    padding: 0;
    margin-bottom: 12px;
    border:1px solid #AC9B91;
    background: #FDF9EC;  
  }
  #allItems .item-category ul li:not(:nth-child(3n+1)) {
    margin-left: 12px;
  }
  #allItems .item-category ul li {
    font-size: 14px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #allItems .item-category ul li a {
    width: 80px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #69280D;
    padding: 5px;
    margin-left: 10px;
    border-radius: 10px;
    flex-shrink:0;
  }
  
  /****レビューの書き方***********************/
  #review .review-intro,
  #review .review-stepBox {
    margin-bottom: 70px;
  }
  #review .review-intro > p,
  #review .review-stepBox > p {
    margin-bottom: 2em;
  }
  #review img {
    display: block;
    margin: 0 auto;
  }
  #review span.step {
    font-size: 16px;
    font-weight: normal;
    width: 116px;
    background: #69280d;
    color: #fff;
    padding: 1px 20px;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #review span.step > span {
    font-size: 20px;
    padding-left: 6px;
  }
  #review .review-intro ul.indent {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 40px;
  }
  #review .review-intro ul.stepInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  #review .review-intro ul.stepInfo li {
    width: 30%;
    border: 1px solid #69280d;
    border-radius: 10px;
    padding: 40px 16px 16px;
    position: relative;
  }
  #review .review-intro ul.stepInfo li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -36px;
    transform: rotate(45deg) translate3d(0%, 45%, 0);
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-top: 3px solid #69280d;
    border-right: 3px solid #69280d;
  }
  #review .review-intro ul.stepInfo li span.step {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #review .review-intro ul.stepInfo li p {
    margin-top: 1em;
    text-align: center;
    color: #69280d;
  }
  #review h4 {
    font-size: 22px;
    color: #69280d;
    padding: 0 0 6px 136px;
    border-bottom: 1px solid #ac9b91;
    position: relative;
    margin-bottom: 30px;
  }
  #review h4 span.step {
    position: absolute;
    left: 0;
  }
  #review .review-stepBox > p {
    margin: 0 16px 2em;
  }
  #review .review-stepBox ul li {
    max-width: 670px;
    border: 1px solid #d6d6d6;
    padding: 20px 16px;
    margin: 0 auto;
    position: relative;
  }
  #review .review-stepBox ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  #review .review-stepBox ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -48px;
    right: 45%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-top: 3px solid #69280d;
    border-right: 3px solid #69280d;
  }
  #review .point {
    border: 1px solid #69280d;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  #review .point p {
    margin-top: 2em;
    text-align: center;
  }
  #review .memberlink {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 500px;
    padding: 20px;
    margin: 0 auto;
    background: #69280d;
    border-radius: 10px;
  }
  
  /****会員登録***********************/
  #registration h3.r_headint {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background: rgba(200, 22, 29, 0.65)
      url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_heading.png)
      no-repeat center/auto 100%;
    border-radius: 24px;
    font-size: 1.375em;
    font-weight: 500;
    margin: 0 auto 25px auto;
    color: #fff;
  }
  
  #registration .registration-section {
    display: flex;
    justify-content: space-between;
  }
  #registration img {
    display: block;
    margin: 0 auto;
  }
  #registration .registration-intro {
    margin-bottom: 80px;
  }
  #registration .registration-intro p {
    font-size: 14px;
    margin: 0px auto 39px 11px;
  }
  #registration .registration-section:nth-of-type(n + 3) {
    margin-top: 64px;
  }
  #registration .benefitsbox {
    width: 362px;
    background-color: #fdf9ec;
    padding: 55px 29px 20px 29px;
    position: relative;
  }
  #registration .benefitsbox img.order {
    margin-top: 60px;
  }
  #registration span.titlebrown {
    font-size: 20px;
    width: 116px;
    background: #69280d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #registration h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 25px auto;
    font-weight: 600;
    color: #69280d;
    line-height: 30px;
  }
  #registration p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
  }
  #registration a.aboutmember {
    font-size: 16px;
    padding: 13px 0px;
    border-radius: 10px;
    background: #b82d28;
    color: #fff;
    font-weight: 600;
    margin: 10px auto 0 auto;
    display: block;
    text-align: center;
    width: 296px;
  }
  #registration .registrationBackground {
    width: 880px;
    background-color: #fdf9ec;
    margin: 25px auto 65px auto;
  }
  #registration .memberBtn {
    margin: 50px auto 100px auto;
  }
  #registration .memberBtn ul {
    display: flex;
    justify-content: space-between;
  }
  #registration .memberfix a {
    color: #fff;
    font-size: 22px;
    padding: 20px 0px 10px 0;
    border-radius: 10px;
    background: #69280d;
    width: 420px;
    font-weight: 600;
    text-align: center;
    height: 40px;
    display: block;
  }
  #registration .memberregistration a {
    color: #fff;
    font-size: 22px;
    padding: 20px 0px 10px 0;
    border-radius: 10px;
    background: #b82d28;
    width: 420px;
    font-weight: 600;
    text-align: center;
    height: 40px;
    display: block;
  }
  #registration .class {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 807px;
    margin: 0 auto;
  }
  #registration .class p {
    text-align: center;
  }
  #registration .class li.classbox {
    background: #fff;
    width: 230px;
    position: relative;
    padding: 40px 0 34px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #registration .memberclass {
    width: 804px;
    background-color: #fdf9ec;
    margin: 0 auto 65px auto;
    padding: 70px 38px 30px 38px;
  }
  #registration .memberclass ul.class li.classbox span.numberbrown {
    font-size: 22px;
    border-radius: 50%;
    background-color: #69280d;
    font-weight: bold;
    color: #fff;
    width: 29px;
    height: 29px;
    position: absolute;
    text-align: center;
    top: -29px;
    left: 83px;
    padding: 11px 13px 15px 13px;
  }
  #registration p.memberclass_brown {
    font-size: 16px;
    color: #69280d;
    font-weight: bold;
    margin-bottom: 11px;
  }
  #registration p.memberclass_red {
    font-size: 18px;
    color: #b82d28;
    font-weight: bold;
    margin: 0 auto;
  }
  #registration .memberclass ul.class li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -42px;
    transform: rotate(45deg) translate3d(0%, 45%, 0);
    display: block;
    width: 1.2em;
    height: 1.2em;
    border-top: 3px solid #69280d;
    border-right: 3px solid #69280d;
  }
  #registration .registrationclass {
    margin: 68px auto 123px auto;
  }
  #registration .memberimg {
    margin: 0 auto 75px auto;
  }
  #registration .memberimg_existing {
    margin: 0 auto 54px auto;
  }
  
  #registration .memberimg .aboutperiod{
    margin-bottom: 20px;
    background-color: #fdf9ec;
    padding: 0 40px 40px 40px;
  }
  #registration .memberimg p{
    font-size: 14px;
    line-height: 30px;
    margin: 0;
    padding-left: 50px;
    text-indent: -1em;
  }
  #registration .aboutpoint {
    margin: 0 auto;
  }
  #registration .aboutpoint ul {
    padding-left: 45px;
  }
  #registration .aboutpoint ul li {
    list-style: none;
    line-height: 30px;
    text-indent: -1em;
  }
  #registration .aboutpoint a {
    text-decoration: underline;
  }
  #registration .aboutpoint  ul li::before{
    content: "●";
  }
  #registration .aboutpoint p {
    width: 670px;
    border: 1px solid #d6d6d6;
    padding: 20px 16px;
    margin: 20px auto 0;
    position: relative;
  }
  
  /****国産もち麦LP***********************/
  #mochimugi * {
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
    color: #3D2313;
  }
  img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
    flex-shrink: 0;
  }
  .mainContents {max-width: 1180px;margin: 0 auto;width: 100%;}
  
  #mochimugi.mainContents p.pankuzu,
  #mochimugi.mainContents p.pankuzu a {
    font-family: 'Noto Sans JP', sans-serif;  
  }
  
  /*メインビジュアル*/
  #mochimugi .mainImg {
    width: 100%;
    height: 614px;
    margin-bottom: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_mainhakkou.png") center center no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #mochimugi .mainImg h2 {
    text-align: center;
    font-size: 72px;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  #mochimugi .mainImg h2 span {
    font-size: 42px;
    padding-right: 14px;
  }
  
  /*購入ボタンエリア*/
  #mochimugi .purchaseArea li {
    background: #FDF9EC;
    border:1px solid #B09A90;
    padding: 60px 70px;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
  }
  #mochimugi .purchaseArea li:first-child::after {
    display: block;
      content: "";
      position: absolute;
    top: -30px;
    bottom: 0;
    margin: auto;
      right: 30px;
      width: 160px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/img_barley.svg") center center no-repeat;
    background-size: 100% auto;
    z-index: 3;
  }
  #mochimugi .purchaseArea li:first-child > div {
    padding-left: 120px;
  }
  #mochimugi .purchaseArea li p {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
  }
  #mochimugi .purchaseArea li p span {
    font-size: 43px;
    color: #B82D28;
  }
  #mochimugi .purchaseArea li:last-child p {
    font-size: 26px;
    position: relative;
  }
  #mochimugi .purchaseArea li:last-child p.subscTitle + p::before {
    display: block;
      content: "";
      position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
      left: 20px;
      width: 40px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_left.svg") center center no-repeat;
    background-size: 100% auto; 
  }
  #mochimugi .purchaseArea li:last-child p.subscTitle + p {
    margin: 0 30px;
  }
  #mochimugi .purchaseArea li:last-child p.subscTitle + p::after {
    display: block;
      content: "";
      position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
      right: 30px;
      width: 40px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_right.svg") center center no-repeat;
    background-size: 100% auto; 
  }
  #mochimugi .purchaseArea li:last-child p span {
    font-size: 38px;
  }
  #mochimugi .purchaseArea li:last-child {
    padding: 0 0 40px;
    height: auto;
  }
  #mochimugi .purchaseArea li:last-child > div {
    padding: 10px 70px;
  }
  #mochimugi .purchaseArea li div.flexBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 40px;
  }
  #mochimugi .purchaseArea li:last-child p.subscTitle {
    font-size: 43px;
    color: #fff;
    background: #3D2313;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  #mochimugi .purchaseArea .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #722200;
  }
  #mochimugi .purchaseArea span.normalPrice {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #3D2313;
    padding: 10px 16px;
    font-size: 21px;
    margin-right: 10px;
  }
  #mochimugi .purchaseArea span.normalPrice02 {
    color: #722200;
    font-size: 40px;
    font-weight: bold;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
  }
  #mochimugi .purchaseArea span.normalPrice02::before {
    display: block;
      content: "";
      position: absolute;
    top: 40%;
      width: 100%;
      height: 2px;
    background: #B82D28;
  }
  #mochimugi .purchaseArea span.normalPrice02::after {
    display: block;
      content: "";
      position: absolute;
    top: 60%;
      width: 100%;
      height: 2px;
    background: #B82D28;
  }
  #mochimugi .purchaseArea li div.flexBox > div:last-child {
    margin-left: 70px;
    position: relative;
  }
  #mochimugi .purchaseArea li div.flexBox > div:last-child::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -46px;
      transform: rotate(45deg) translate3d(0%, 45%, 0);
      display: block;
      width: 1.2em;
      height: 1.2em;
      border-top: 3px solid #69280D;
      border-right: 3px solid #69280D;
  }
  #mochimugi .purchaseArea li div.flexBox p.spPriceTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    font-size: 25px;
    font-weight: 700;
    border-top: 2px solid #B82D28;
    border-bottom: 2px solid #B82D28;
    padding: 6px 0;
    margin-bottom: 0px;
  }
  #mochimugi .purchaseArea span.specialPrice {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    background: #B82D28;
    padding: 10px 16px;
    margin: 20px 10px 0 0;
  }
  #mochimugi .purchaseArea span.specialPrice02 {
    font-size: 96px;
    font-weight: 900;
    color: #B82D28;
    padding: 0 10px;
    line-height: 1;
  }
  #mochimugi .purchaseArea span.taxBox {
    color: #B82D28;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 6px;
  }
  #mochimugi .purchaseArea span.taxBox > span {
    color: #B82D28;
    font-size: 17px;
    font-weight: bold;
  }
  #mochimugi .purchaseArea li:last-child p.minimum {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 10px 0;
    font-weight: normal;
  }
  
  #mochimugi .purchaseArea li:first-child img.package {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 80px;
    z-index: 3;
  }
  #mochimugi .purchaseArea li:last-child img.package {
    position: absolute;
    bottom: 24px;
    left: 80px;
    z-index: 3;
  }
  
  #mochimugi .purchaseArea li span.size {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0 auto 30px;
    width: 280px;
    background: #3D2313;
    border-radius: 30px;
  }
  #mochimugi .purchaseArea a {
    display: block;
    background: #E58707;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 5px 13px -8px #6b6b6b;
    transition: all 0.3s ease;
  }
  #mochimugi .purchaseArea a:hover {
    background: #f19a24;
  }
  #mochimugi .purchaseArea a span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: bold;  
    color: #fff;
    display: inline-block;
    padding: 20px 0 20px 60px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_cart.svg") left center no-repeat;
    background-size: auto 40px;
  }
  
  /*おいしい麦ごはんを届けたい*/
  #mochimugi #share {
    padding: 30px;
    margin-bottom: 20px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_rice01.jpg") center top no-repeat;
    background-size: 100% auto;
  }
  #mochimugi #share .intro {
    height: 558px;
    display: flex;
    flex-direction: column;
    justify-content: center;  
    align-content: space-between;
    align-items: center;
  }
  #mochimugi #share .intro h3 {
    font-size: 53px;
    color: #B82D28;
    margin-bottom: 20px;
  }
  #mochimugi #share .intro p {
    font-size: 23px;
    text-align: center;
    line-height: 2;
    margin-bottom: 2em;
  }
  #mochimugi #share .mochimugiHistory {
    height: 1120px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/img_rice.jpg") center top no-repeat;
    background-size: 100% auto;
    position: relative;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-content: space-between;
    margin-bottom: 20px;
  }
  #mochimugi #share .mochimugiHistory::after {
    display: block;
      content: "";
      position: absolute;
    top: -200px;
      left: -24px;
      width: 240px;
      height: 400px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/img_barley.svg") center center no-repeat;
    background-size: 100% auto;
  }
  
  #mochimugi #share .mochimugiHistory h4 {
    text-align: center;
    color: #FFF;
    font-size: 59px;
  }
  #mochimugi #share .mochimugiHistory h4 span {
    text-align: center;
    color: #FFF;
  }
  #mochimugi #share .mochimugiHistory h4 .m-large {
    font-size: 59px;
  }
  #mochimugi #share .mochimugiHistory h4 .large {
    font-size: 92px;
  }
  #mochimugi #share .mochimugiHistory h4 .m-small {
    font-size: 50px;
  }
  #mochimugi #share .mochimugiHistory h4 .braces {
    padding: 0 50px;
    position: relative;
  }
  #mochimugi #share .mochimugiHistory h4 .braces::before {
    position: absolute;
    display: block;
      content: "「";
    top: -30px;
      left: -20px;
  }
  #mochimugi #share .mochimugiHistory h4 .braces::after {
    position: absolute;
    display: block;
      content: "」";
    bottom: -10px;
      right: -20px;
  }
  #mochimugi #share .mochimugiHistory p,
  #mochimugi #share .mochimugiHistory p span {
    color: #FFF;
  }
  #mochimugi #share .mochimugiHistory .historyInnerBox {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mochimugi #share .mochimugiHistory .historyInnerBox p:first-child {
    text-align: center;
    font-size: 49px;
  }
  #mochimugi #share .mochimugiHistory .historyInnerBox p:first-child span {
    display: block;
    font-size: 120px;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    margin-top: -0.2em;
  }
  #mochimugi #share .mochimugiHistory .historyInnerBox p:last-child {
    width: 480px;
    font-size: 22px;
    line-height: 1.5;
  }
  
  #mochimugi #share .research h4 {
    background: #fcf2e3;
    font-size: 75px;
    font-weight: 200;
    text-align: center;
    position: relative;
  }
  #mochimugi #share .research h4::after {
    position: absolute;
    display: block;
      content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_multi.svg") center center no-repeat;
  }
  #mochimugi #share .research h4 span {
    padding: 0 80px;
  }
  #mochimugi #share .research .innerBox {
    height: 700px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_barley.jpg") center bottom no-repeat;
    background-size: cover;
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #mochimugi #share .research .innerBox p {
    color: #fff;
  }
  #mochimugi #share .research .innerBox p:first-child {
    font-size: 82px;
    margin-bottom: 0.6em;
    line-height: 1.2;
  }
  #mochimugi #share .research .innerBox p:last-child {
    font-size: 22px;
    line-height: 1.8;
  }
  
  /*消費者の声*/
  #mochimugi .consumer {
    height: 700px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_consumer.jpg") center top no-repeat;
    padding: 70px 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;  
  }
  #mochimugi .consumer p:first-child {
    margin-bottom: 40px;
  }
  #mochimugi .consumer p:first-child span {
    padding: 10px 40px;
    font-size: 45px;  
      border-top: 1px solid #3D2313;
      border-bottom: 1px solid #3D2313; 
  }
  #mochimugi .consumer p:last-child {
    font-size: 22px;
    font-weight: 700;
  }
  
  /*日々進化*/
  #mochimugi .evolution {
    padding: 80px 0 20px;
  }
  #mochimugi .evolution h4 {
    margin: 0 0 0 70px;
    color: #B82D28;
    font-size: 50px;
    position: relative;
  }
  #mochimugi .evolution h4::after {
    position: absolute;
    display: block;
      content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; 
    width: 242px;
    height: 230px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/img_barley02.png") center center no-repeat;
    background-size: 100% auto;
  }
  #mochimugi .evolution h4 span {
    color: #B82D28;
    font-size: 60px;  
  }
  #mochimugi .evolution > div {
    display: flex;
    justify-content: space-between;
    align-items: center;  
  }
  #mochimugi .evolution > div img {
    margin-right: 40px;
  }
  #mochimugi .evolution > div p {
    font-size: 22px;
    line-height: 2;
  }
  
  /*厳しい品質基準*/
  #mochimugi .quality {
    height: 1240px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_rawmaterials.png") center bottom no-repeat;
    display: flex;
    flex-direction: column;
      justify-content: space-between;
  }
  #mochimugi .quality h4 {
    color: #C7732D;
    text-align: center;
    font-size: 70px;
    letter-spacing: 4px;
    margin-bottom: 80px;
  }
  #mochimugi .quality h4 span {
    color: #C7732D;
  }
  #mochimugi .quality h4 .hasBorder {
    display: inline-block;
    font-size: 30px;
    letter-spacing: 0;
    padding: 10px 40px;
      border-top: 1px solid #C7732D;
      border-bottom: 1px solid #C7732D;
  }
  #mochimugi .quality h4 .num {
    font-size: 80px;
  }
  #mochimugi .quality h4 .per {
    font-size: 60px;
  }
  #mochimugi .quality p {
    font-size: 22px;
    text-align: center;
    color: #69280D;
    line-height: 2; 
  }
  #mochimugi .quality p:first-of-type {
    text-shadow: 0px 2px 2px rgba(255,255,255,.8);
  }
  #mochimugi .quality p:last-child {
    margin-top: auto;
    line-height: 80px;
    font-size: 29px;
  }
  
  /*最高においしい麦ごはん*/
  #mochimugi #tasty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 410px;
    position: relative;
  }
  #mochimugi #tasty::before {
    position: absolute;
    display: block;
      content: "";
    top: 0;
    right: 0; 
    width: 238px;
    height: 236px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_barley03.png") center center no-repeat;
    background-size: 100% auto;
    transform: scale(-1, -1);
  }
  #mochimugi #tasty::after {
    position: absolute;
    display: block;
      content: "";
    bottom: 0;
    left: 0;  
    width: 238px;
    height: 236px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_barley03.png") center center no-repeat;
    background-size: 100% auto;
  }
  #mochimugi #tasty p {
    text-align: center;
    font-size: 45px;
    line-height: 1.4;
  }
  #mochimugi #tasty p span:first-child {
    color: #B82D28;
  }
  #mochimugi #tasty p span:nth-of-type(2) {
    font-size: 30px;
  }
  #mochimugi #tasty p span:nth-of-type(3) {
    font-size: 62px;
    color: #B82D28;
    padding: 0 10px;
  }
  
  /*ご満足の声*/
  #mochimugi #voice {
    background: #FDF9EC;
    padding: 80px 50px 40px;
    margin-bottom: 30px;
  }
  #mochimugi #voice p.voiceCatch01 {
    text-align: center;
    font-size: 40px;
    position: relative;
    margin-bottom: 80px;
  }
  #mochimugi #voice p.voiceCatch01 span {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
  }
  #mochimugi #voice p.voiceCatch01::before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: -20px;
      margin: auto;
      left: 140px;
      width: 46px;
      height: auto;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_left.svg) center center no-repeat;
      background-size: 100% auto;
  }
  #mochimugi #voice p.voiceCatch01::after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: -20px;
      margin: auto;
      right: 140px;
      width: 50px;
      height: auto;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_right.svg) center center no-repeat;
      background-size: 100% auto;
  }
  #mochimugi #voice .voiceBox {
    background: #fff;
    padding: 30px 60px 50px;
    border-radius: 20px;
    margin-bottom: 50px;
    position: relative;
  } 
  #mochimugi #voice .voiceBox img {
    position: absolute;
  }
  #mochimugi #voice .voiceBox p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 2;
  }
  #mochimugi #voice .voiceBox p.commentTitle {
    font-size: 22px;
    color: #B82D28;
    margin-bottom: 1em;
    font-weight: 700;
  }
  #mochimugi #voice .voiceBox p span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    border-bottom: 2px solid #FFF452;
  }
  #mochimugi #voice .voiceBox:first-of-type {
    width: 790px;
    padding-right: 160px;
  }
  #mochimugi #voice .voiceBox:first-of-type img {
    top: -40px;
    right: -300px;
    width: 416px;
  }
  #mochimugi #voice .voiceBox:nth-of-type(2) {
    width: 870px;
    margin-left: 210px;
    padding-left: 120px;
  }
  #mochimugi #voice .voiceBox:nth-of-type(2) p.commentTitle {
    text-align: center;
  }
  #mochimugi #voice .voiceBox:nth-of-type(2) img {
    top: -20px;
    left: -250px;
    width: 352px;
  }
  #mochimugi #voice .voiceBox:nth-of-type(3) p.commentTitle {
    text-align: center;
  }
  #mochimugi #voice .voiceBox:nth-of-type(3) {
    width: 730px;
    padding-right: 160px;
    margin: 110px 0 140px;
  }
  #mochimugi #voice .voiceBox:nth-of-type(3) img {
    top: -80px;
    right: -360px;
    width: 547px;
  }
  #mochimugi #voice p.voiceCatch02 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
  }
  
  #mochimugi #voice .voiceBox02 {
    position: relative;
    height: 960px;
  }
  #mochimugi #voice .voiceBox02 .voiceTxt {
    width: 490px;
    background: #fff;
    padding: 30px 56px 40px;
    border-radius: 20px;
    position: relative;
  } 
  #mochimugi #voice .voiceBox02 img {
    position: absolute;
  }
  #mochimugi #voice .voiceBox02 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 2;
  }
  #mochimugi #voice .voiceBox02 p.commentTitle {
    text-align: center;
    font-size: 22px;
    color: #B82D28;
    margin-bottom: 1em;
    font-weight: 700;
  }
  #mochimugi #voice .voiceBox02 .voiceTxt:first-of-type {
    width: 500px;
    margin-left: 20px;
  }
  #mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(2) {
    position: absolute;
    top: 40px;
    right: 0;
  }
  #mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(3) {
    margin: 270px 0 0 140px;
  }
  #mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(4) {
    margin-top: 30px;
  }
  #mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(5) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mochimugi #voice .voiceBox02 img:first-of-type {
    position: absolute;
    bottom: 410px;
    left: -30px;
  }
  #mochimugi #voice .voiceBox02 img:nth-of-type(2) {
    position: absolute;
    bottom: 270px;
    right: -30px;
  }
  
  /*もち麦ごはんの炊き方*/
  #mochimugi #howTo,
  #mochimugi #subscription {
    background: #e7dec5;
    padding: 20px;
    margin-bottom: 30px;
  }
  #mochimugi #howTo .inner,
  #mochimugi #subscription .inner {
    background: #fff;
    padding: 40px 34px;
  }
  #mochimugi #howTo h4 {
    text-align: center;
    font-size: 40px;
    color: #B82D28;
    margin-bottom: 30px;
  }
  /*#mochimugi #howTo p.intro {
    font-size: 28px;
    color: #722200;
    text-align: center;
    margin-bottom: 2em;
  }*/
  #mochimugi #howTo p.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 730px;
    padding: 10px 30px;
    margin: 0 auto 60px;
    border-top:  2px solid #69280D;
    border-bottom:  2px solid #69280D;
  }
  #mochimugi #howTo p.info span {
    font-size: 22px;
    color: #722200;
    font-family: 'Noto Sans JP', sans-serif;
  }
  #mochimugi #howTo p.info span.reference {
    font-size: 18px;
  }
  
  #mochimugi #howTo ul.cook {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 50px;
  }
  #mochimugi #howTo ul.cook li {
    position: relative; 
  }
  #mochimugi #howTo ul.cook .step {
    position: absolute;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background: #722200;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -25px;
    left: 10%;
  }
  #mochimugi #howTo ul.cook li img {
    margin-bottom: 20px;
  }
  #mochimugi #howTo ul.cook li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    color: #722200;
    text-align: center;
  }
  #mochimugi #howTo ul.cook li p span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    color: #B82D28;
    text-align: center;
  }
  
  /*定期購入*/
  #mochimugi #subscription .subscInfo {
    width: 580px;
    background: #B82D28;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
  }
  #mochimugi #subscription .subscInfo::after {
      display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #B82D28 transparent transparent transparent;
    border-width: 20px 14px 0 14px;
  }
  #mochimugi #subscription .subscInfo span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
  }
  #mochimugi #subscription .subscInfo span:nth-of-type(2) {
    font-size: 55px;
    font-weight: bold;
    margin-left: 10px
  }
  #mochimugi #subscription .subscInfo span:nth-of-type(3) {
    font-size: 38px;
    font-weight: bold;
    margin-right: 10px;
    padding-top: 5px
  }
  #mochimugi #subscription .subscInfo span:nth-of-type(4) {
    font-size: 32px;
    font-weight: bold;
  }
  
  #mochimugi #subscription h4 {
    font-size: 60px;
    color: #B82D28;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 30px;
  }
  #mochimugi #subscription h4::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 120px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_shipping.svg") center center no-repeat;
    background-size: 100% auto;
    top: -30px;
    right: 0;
  }
  #mochimugi #subscription h4::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #B82D28, #B82D28 4px, transparent 4px, transparent 16px);
    background-size: 14px 4px;
    background-repeat: repeat-x;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #mochimugi #subscription p.info {
    font-size: 26px;
    text-align: center;
    margin-bottom: 40px;
  }
  #mochimugi #subscription ul.select {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
  }
  #mochimugi #subscription ul.select li {
    width: 49%;
    background: #FDF9EC;
    border-radius: 10px;
    padding: 40px 20px;
  }
  #mochimugi #subscription ul.select li dl {
    width: 100%;
  }
  #mochimugi #subscription ul.select li dt {
    width: 70%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    color: #B82D28;
    text-align: center;
    padding-bottom: 6px;
    margin: 0 auto;
    border-bottom:  2px solid #B82D28;
  }
  #mochimugi #subscription ul.select li dt span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    color: #B82D28;
    margin-left: 1em;
  }
  #mochimugi #subscription ul.select li dd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;  
  }
  #mochimugi #subscription ul.select li dd p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    margin: 20px 0;
  }
  #mochimugi #subscription ul.select li dd p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 47px;  
    font-weight: bold;
    margin: 0 10px;
  }
  #mochimugi #subscription ul.select li:last-child dd p {
    margin-top: 50px;
  }
  #mochimugi #subscription ul.select li:last-child dd img {
    margin-top: 40px;
  }
  
  #mochimugi #subscription ul.modify {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
  }
  #mochimugi #subscription ul.modify li {
    width: 23%;
    background: #FDF9EC;
    border-radius: 10px;
    padding: 40px 20px;
  }
  #mochimugi #subscription ul.modify li img {
    margin: 0 auto 14px;
    height: 90px;
  }
  #mochimugi #subscription ul.modify li p,
  #mochimugi #subscription ul.modify li p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #722200;
  }
  #mochimugi #subscription ul.modify li p span {
    display: block;
    font-size: 27px;
    font-weight: bold;
  }
  #mochimugi #subscription ul.modify li span.notice {
    font-size: 13px;
    font-weight: normal;
  }
  
  /*特定商取引法に基づく表示*/
  #wideContents .q01Style th {
    width: 25%;
  }
  #wideContents .q01Style td.left {
    width: 38%;
    vertical-align: baseline;
  }
  
  /****骨太家族***********************/
  #honebuto * {
    box-sizing: border-box;
    font-family: 'Noto sans JP', sans-serif;
    color: #3D2313;
  }
  /*メインビジュアル*/
  #honebuto .mainImg {
    width: 100%;
    height: 614px;
    margin-bottom: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_mv_pcCa.jpg") center center no-repeat;
    position: relative;
  }
  #honebuto .mainImg h2 {
    text-align: center;
    font-size: 72px;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    margin: 0;
    letter-spacing: 2px;
    line-height: 72px;
  }
  #honebuto .mainImg h2 span {
    padding-left: 10px;
    font-size: 86px;
    line-height: 72px;
    vertical-align: bottom;
  }
  
  /*購入ボタンエリア*/
  #honebuto .purchaseArea > li {
    background: #FDF9EC;
    border:1px solid #B09A90;
    padding: 60px 70px;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
  }
  #honebuto .purchaseArea li p {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
  }
  #honebuto .purchaseArea > li:first-child {margin-bottom: 20px;}
  #honebuto .purchaseArea > li:first-child::before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      right: 0;
      width: 218px;
      height: 236px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_barley.png) center center no-repeat;
      background-size: 100% auto;
      transform: scale(-1, -1);
  }
  #honebuto .purchaseArea li:first-child > div {
    padding-left: 120px;
  }
  #honebuto .purchaseArea li:first-child p:first-of-type {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
  }
  #honebuto .purchaseArea li:first-child p:nth-of-type(2) {
    font-size: 95px;
    color: #E58707;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
  }
  #honebuto .purchaseArea li:first-child p:nth-of-type(2) span {
    font-size: 110px;
    color: #E58707;
    padding-left: 10px;
    line-height: 95px;
    vertical-align: bottom;
  }
  #honebuto .purchaseArea li:first-child div.pointWrap {
    margin-left: 300px;
  }
  #honebuto .purchaseArea li:first-child ul.point li {
    position: relative;
  }
  #honebuto .purchaseArea li:first-child ul.point li:first-child {margin-bottom: 40px;}
  #honebuto .purchaseArea li:first-child ul.point li:first-child::after {
      position: absolute;
      display: block;
      content: "";
      top: -40px;
      left: -160px;
      width: 180px;
      height: 140px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_point01.svg) center center no-repeat;
      background-size: 100% auto;
      transform: scale(1, 1);
  }
  #honebuto .purchaseArea li:first-child ul.point li:last-child::after {
      position: absolute;
      display: block;
      content: "";
      top: -40px;
      left: -160px;
      width: 180px;
      height: 140px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_point02.svg) center center no-repeat;
      background-size: 100% auto;
      transform: scale(1, 1);
  }
  #honebuto .purchaseArea li:first-child ul.point p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #E58707;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #000;
  }
  #honebuto .purchaseArea li:first-child ul.point p:nth-of-type(2) {
    font-size: 22px;
    font-weight: normal;
    color: #3D2313;
    padding: 12px 0 0;
    margin-bottom: 0;
  }
  #honebuto .purchaseArea li:first-child ul.point li:last-child p:nth-of-type(3) {
    font-size: 18px;
    font-weight: normal;
    color: #3D2313;
    padding: 12px 0 0;
    margin-bottom: 0;
  }
  
  #honebuto .purchaseArea li p span {
    font-size: 43px;
    color: #B82D28;
  }
  #honebuto .purchaseArea li:last-child p {
    font-size: 26px;
    position: relative;
  }
  #honebuto .purchaseArea li:last-child p.subscTitle {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
  }
  #honebuto .purchaseArea li:last-child p.subscTitle + p::before {
    display: block;
      content: "";
      position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
      left: 0;
      width: 30px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_voice_left_red.svg") center center no-repeat;
    background-size: 100% auto; 
  }
  #honebuto .purchaseArea li:last-child p.subscTitle + p {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: bold;
    color: #B82D28;
    margin: 0 70px 0 300px;
    width: auto!important;
  }
  #honebuto .purchaseArea li:last-child p.subscTitle + p::after {
    display: block;
      content: "";
      position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
      right: 0;
      width: 30px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_voice_right_red.svg") center center no-repeat;
    background-size: 100% auto; 
  }
  #honebuto .purchaseArea li:last-child p.annotation {
    font-size: 18px;
    margin: 0 70px 0 300px;
    width: auto;
  }
  #honebuto .purchaseArea li:last-child p span {
    font-size: 38px;
  }
  #honebuto .purchaseArea li:last-child {
    padding: 0 0 40px;
    height: auto;
  }
  #honebuto .purchaseArea li:last-child > div {
    padding: 10px 70px;
  }
  #honebuto .purchaseArea li div.flexBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 20px 40px;
  }
  #honebuto .purchaseArea li:last-child p.subscTitle {
    font-size: 43px;
    color: #fff;
    background: #3D2313;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  #honebuto .purchaseArea .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #722200;
  }
  #honebuto .purchaseArea span.normalPrice {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #3D2313;
    padding: 10px 16px;
    font-size: 21px;
    margin-right: 10px;
  }
  #honebuto .purchaseArea span.normalPrice02 {
    font-family: 'Noto Serif JP', serif;
    color: #722200;
    font-size: 40px;
    font-weight: bold;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
  }
  #honebuto .purchaseArea span.normalPrice02::before {
    display: block;
      content: "";
      position: absolute;
    top: 40%;
      width: 100%;
      height: 2px;
    background: #B82D28;
  }
  #honebuto .purchaseArea span.normalPrice02::after {
    display: block;
      content: "";
      position: absolute;
    top: 60%;
      width: 100%;
      height: 2px;
    background: #B82D28;
  }
  #honebuto .purchaseArea li div.flexBox > div:last-child {
    margin-left: 70px;
    position: relative;
  }
  #honebuto .purchaseArea li div.flexBox > div:last-child::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -46px;
      transform: rotate(45deg) translate3d(0%, 45%, 0);
      display: block;
      width: 1.2em;
      height: 1.2em;
      border-top: 3px solid #69280D;
      border-right: 3px solid #69280D;
  }
  #honebuto .purchaseArea li div.flexBox p.spPriceTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    font-size: 25px;
    font-weight: 700;
    border-top: 2px solid #B82D28;
    border-bottom: 2px solid #B82D28;
    padding: 6px 0;
    margin-bottom: 0px;
  }
  #honebuto .purchaseArea span.specialPrice {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    background: #B82D28;
    padding: 10px 16px;
    margin: 20px 10px 0 0;
  }
  #honebuto .purchaseArea span.specialPrice02 {
    font-family: 'Noto Serif JP', serif;
    font-size: 96px;
    font-weight: 900;
    color: #B82D28;
    padding: 0 10px;
    line-height: 1;
  }
  #honebuto .purchaseArea span.taxBox {
    color: #B82D28;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 6px;
  }
  #honebuto .purchaseArea span.taxBox > span {
    color: #B82D28;
    font-size: 17px;
    font-weight: bold;
  }
  #honebuto .purchaseArea li:last-child p.minimum {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 10px 0;
    font-weight: normal;
  }
  
  #honebuto .purchaseArea li:first-child img.package {
    position: absolute;
    bottom: 110px;
    left: 40px;
    z-index: 3;
  }
  #honebuto .purchaseArea li:last-child img.package {
    position: absolute;
    width: 220px;
    bottom: 80px;
    left: 60px;
    z-index: 3;
  }
  
  #honebuto .purchaseArea li span.size {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0 auto 30px;
    width: 280px;
    background: #3D2313;
    border-radius: 30px;
  }
  #honebuto .purchaseArea a {
    display: block;
    background: #E58707;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 5px 13px -8px #6b6b6b;
    transition: all 0.3s ease;
  }
  #honebuto .purchaseArea a:hover {
    background: #f19a24;
  }
  #honebuto .purchaseArea a span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: bold;  
    color: #fff;
    display: inline-block;
    padding: 20px 0 20px 60px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_cart.svg") left center no-repeat;
    background-size: auto 40px;
  }
  
  /* 骨太家族180とは？*/
  #honebuto #about .intro {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_about.jpg") center center no-repeat;
    height: 760px;
    padding: 50px 0 0;
    position: relative;
  }
  #honebuto #about .intro h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 65px;
    color: #69280D;
    text-align: center;
  }
  #honebuto #about .intro h3 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 87px;
    color: #69280D;
  }
  #honebuto #about .intro p {
    font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    color: #69280D;
    padding: 14px;
    text-align: center;
    background-color: rgba(255,255,255, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #honebuto #about .aboutitem {
    padding: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_rice.jpg") center center no-repeat;
  }
  #honebuto #about .aboutitem .itemInnerBox {
    padding: 50px 60px 90px;
    background: #fff;
    border: 1px solid #AC9B91;
    border-radius: 10px;
    position: relative;
  }
  #honebuto #about .aboutitem .itemInnerBox::before {
    display: block;
      content: "";
      position: absolute;
    top: 10px;
    bottom: 0;
      right: 40px;
      width: 217px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_barley03.png") center center no-repeat;
    background-size: 100% auto; 
  }
  #honebuto #about .aboutitem .itemInnerBox::after {
      content: "";
      position: absolute;
    bottom: 40px;
      left: 60px;
      width: 140px;
      height: 160px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_milk.svg") center center no-repeat;
    background-size: 100% auto; 
  }
  #honebuto #about .aboutitem .itemInnerBox h4 {
    font-size: 60px;
    color: #69280D; 
    text-align: center;
    margin-bottom: 40px;
  }
  #honebuto #about .aboutitem .itemInnerBox p {
    font-size: 22px;
    line-height: 2.4;
  }
  #honebuto #about .aboutitem .itemInnerBox p:first-of-type {
    margin-bottom: 50px;
  }
  span.underLine {
    border-bottom: 4px solid #B82D28;
    padding-bottom: 2px;
  }
  #honebuto #about .aboutitem .itemInnerBox p span.underLine > span {
    font-size: 32px;
    font-weight: bold;
    color: #69280D; 
    padding: 0 6px;
  }
  #honebuto #about .aboutitem .itemInnerBox p img {
    display: inline-block;
    padding: 0 14px;
  }
  #honebuto #about .aboutitem .itemInnerBox p:nth-of-type(2) {
    margin-left: 200px;
  }
  
  /* カルシウムの必要性*/
  #honebuto #about .calcium {
    padding: 60px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_table.png") center top repeat-y;
  }
  #honebuto #about .calcium h4 {
    font-size: 62px;
    font-weight: normal;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    text-align: center;
    background: #B82D28;
  }
  #honebuto #about .calcium h4 + p {
    font-size: 40px;
    color: #B82D28;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  #honebuto #about .calcium .fillRate {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
  }
  #honebuto #about .calcium .fillRate h5 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #honebuto #about .calcium .fillRate img {
    margin: 0 auto;
  }
  #honebuto #about .calcium .fillRate + p.note {
    font-size: 14px;
    color: #69280D;
    text-align: center;
    margin-bottom: 50px;
  }
  #honebuto #about .calcium .requirement {
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 120px;
    position: relative;
  }
  #honebuto #about .calcium .requirement::after {
      content: "";
      position: absolute;
      bottom: -90px;
      left: 0;
    right: 0;
    margin: auto;
    width: 136px;
    height: 60px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_arrow_bottom.svg") center center no-repeat;
    background-size: 100% auto;
  }
  #honebuto #about .calcium .requirement > div {
    display: flex;
    justify-content: space-between;
    align-items: center;  
  }
  #honebuto #about .calcium .requirement > img {
    width: 538px;
  }
  #honebuto #about .calcium .requirement ul {
    width: 460px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }
  #honebuto #about .calcium .requirement ul li {
    width: 33%;
    justify-content: space-between;
    text-align: center;
  }
  #honebuto #about .calcium .requirement ul li img {
    margin: 0 auto 20px;
  }
  #honebuto #about .calcium .requirement ul li p {
    font-size: 18px;
    font-weight: bold;
    color: #722200;
    text-align: center;
  }
  #honebuto #about .calcium .requirement ul + p {
    font-size: 14px;
    color: #722200;
    text-align: center;
  }
  #honebuto #about .putItIn p.putInTitle {
    width: 760px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #69280D;
    border-bottom: 4px solid #B82D28;
  }
  #honebuto #about .putItIn > p span {
    font-size: 67px;
    color: #B82D28;
  }
  #honebuto #about .putItIn > div {
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 40px 70px;
    margin-bottom: 20px;
    position: relative;
  }
  #honebuto #about .putItIn p {
    font-size: 28px;
    color: #69280D;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #honebuto #about .putItIn > div > p >span {
    display: block;
  }
  #honebuto #about .putItIn > div > p >span:first-child {
    text-align: left;
  }
  #honebuto #about .putItIn > div > p >span:last-child {
    text-align: right;
  }
  #honebuto #about .putItIn span.strong {
    font-size: 45px;
    color: #B82D28;
    font-weight: bold;
    border-bottom: 4px solid #FDF46F;
    padding-right: 12px;
  }
  #honebuto #about .putItIn > div ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #honebuto #about .putItIn > div ul li:first-child {
    margin-right: 40px;
  }
  #honebuto #about .putItIn p.note {
      font-size: 14px;
      color: #69280D;
    font-weight: normal;
      text-align: center;
      margin-bottom: 0;
    border-bottom: 0;
  }
  /* 4つの特徴*/
  #honebuto #feature .featureTitle {
      padding: 30px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_rice.jpg) center center no-repeat;  
  }
  #honebuto #feature .featureTitle h3 {
    width: 500px;
    margin: 0 auto 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 89px;
    color: #AA5A27;
    text-align: center;
    line-height: 1;
    padding-bottom: 6px;
    border-bottom: 3px solid #AA5A27;
  }
  #honebuto #feature .featureTitle h3 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 174px;
    color: #AA5A27;
  }
  #honebuto #feature .featureBox h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    color: #fff;
    background: #AA5A27;
    line-height: 80px;
    padding: 10px 50px 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-shadow: 0px 2px 6px rgb(0, 0, 0, .4);
  }
  #honebuto #feature .featureBox h4 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 86px;
    color: #fff;
    line-height: 80px;
    padding-right: 20px;
  }
  #honebuto #feature .featureBox > div {
    padding: 60px;
    height: 440px;
    display: flex;
    flex-direction: column;
  }
  #honebuto #feature .featureBox > div p {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    color: #fff;
  }
  #honebuto #feature .featureBox:nth-of-type(2) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_feature01.jpg") center top no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-content: center;
  }
  #honebuto #feature .featureBox:nth-of-type(2) > div p:not(.notice) {
    margin-bottom: 2em;
  }
  #honebuto #feature .featureBox:nth-of-type(2) > div p.notice {
    font-size: 16px;
  }
  #honebuto #feature .featureBox:nth-of-type(3) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_feature02.jpg") center center no-repeat;
    background-size: cover;
    justify-content: center;
  }
  #honebuto #feature .featureBox:nth-of-type(3) > div p {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 2px 6px rgb(0, 0, 0, .4);
  }
  #honebuto #feature .featureBox:nth-of-type(4) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_feature03.jpg") center center no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #honebuto #feature .featureBox:nth-of-type(5) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_feature04.jpg") center center no-repeat;
    background-size: cover;
    justify-content: center;
    align-content: center;  
  }
  #honebuto #feature .featureBox:nth-of-type(5) > div p {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #honebuto #feature .featureBox:nth-of-type(5) > div ul li {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    color: #fff;
    line-height: 2;
  }
  /* ご満足の声 */
  #honebuto #voice {
    padding: 80px 40px;
    margin-bottom: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_voice.jpg") center top repeat-y;
  }
  #honebuto #voice p.voiceCatch01 {
    font-family: 'Noto Serif JP', serif;
      text-align: center;
      font-size: 56px;
    font-weight: bold;
    color: #69280D;
      position: relative;
      margin-bottom: 50px;
  }
  #honebuto #voice p.voiceCatch01 span {
    font-family: 'Noto Serif JP', serif;
      display: block;
      font-size: 40px;
    font-weight: bold;
    color: #69280D;
    line-height: 1.5;
      margin-bottom: 10px;
  }
  #honebuto #voice p.voiceCatch01::before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: -20px;
      margin: auto;
      left: 50px;
      width: 56px;
      height: auto;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_voice_left.svg) center center no-repeat;
      background-size: 100% auto;
  }
  #honebuto #voice p.voiceCatch01::after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: -20px;
      margin: auto;
      right: 50px;
      width: 60px;
      height: auto;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_voice_right.svg) center center no-repeat;
      background-size: 100% auto;
  }
  #honebuto #voice ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
  }
  #honebuto #voice ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  #honebuto #voice ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  #honebuto #voice ul li:nth-child(1) img {
    width: 230px;
  }
  #honebuto #voice ul p {
    font-size: 22px;
    width: 830px;
    background: #fff;
    padding: 50px 30px;
    border-radius: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  #honebuto #voice ul p span span {
    color: #B82D28;
  }
  #honebuto #voice ul li:nth-child(odd) p::before {
      display: block;
      content: "";
      position: absolute;
      bottom: 46px;
      margin: auto;
      left: -50px;
      width: 60px;
      height: 44px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_balloon.svg) center center no-repeat;
      background-size: 100% auto;
  }
  #honebuto #voice ul li:nth-child(even) p::before {
      display: block;
      content: "";
      position: absolute;
      bottom: 46px;
      margin: auto;
      right: -50px;
      width: 60px;
      height: 44px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_balloon.svg) center center no-repeat;
      background-size: 100% auto;
    transform: scale(-1, 1);
  }
  
  
  /* Youtube*/
  .wrapper {
    text-align: center;
  
  }
  .youtube {
    max-width: 500px;
    width: 100%;
    height: 340px;
  }
  
  /* takikata*/
  
  .setumei {
   padding:10px;
  }
  
  .zairyou {
   list-style: inside;
   }
  
  .takikata {
   list-style-position:inside;
   list-style-type: decimal;
   }
  
  /****カレー粥***********************/
  #currygayu * {
    box-sizing: border-box;
    font-family: 'Noto Serif JP', sans-serif;
    color: #3D2313;
  }
  /*メインビジュアル*/
  #currygayu .mainImg {
    width: 100%;
    height: 614px;
    margin-bottom: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/pctop.jpg") center center no-repeat;
    position: relative;
  }
  #currygayu .mainImg h2 {
    text-align: center;
    font-size: 72px;
    position: absolute;
    bottom: 56px;
    left: 0;
    right: 0;
    margin: 0;
    letter-spacing: 2px;
    line-height: 72px;
  }
  #currygayu .mainImg h2 span {
    padding-left: 10px;
    font-size: 86px;
    line-height: 72px;
    vertical-align: bottom;
  }
  
  /*購入ボタンエリア*/
  #currygayu .purchaseArea > li {
    background: #FDF9EC;
    border:1px solid #B09A90;
    padding: 60px 70px;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
  }
  #currygayu .purchaseArea li p {
    font-size: 27px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
  }
  #currygayu .purchaseArea > li:first-child {margin-bottom: 20px;}
  #currygayu .purchaseArea > li:first-child::before {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      right: 0;
      width: 218px;
      height: 236px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/bg_barley.png) center center no-repeat;
      background-size: 100% auto;
      transform: scale(-1, -1);
  }
  #currygayu .purchaseArea li:first-child > div {
    padding-left: 120px;
  }
  #currygayu .purchaseArea li:first-child p:first-of-type {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0;
  }
  #currygayu .purchaseArea li:first-child p:nth-of-type(2) {
    font-size: 95px;
    color: #E58707;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
  }
  #currygayu .purchaseArea li:first-child p:nth-of-type(2) span {
    font-size: 110px;
    color: #E58707;
    padding-left: 10px;
    line-height: 95px;
    vertical-align: bottom;
  }
  #currygayu .purchaseArea li:first-child div.pointWrap {
    margin-left: 300px;
  }
  #currygayu .purchaseArea li:first-child ul.point li {
    position: relative;
  }
  #currygayu .purchaseArea li:first-child ul.point li:first-child {margin-bottom: 40px;}
  #currygayu .purchaseArea li:first-child ul.point li:first-child::after {
      position: absolute;
      display: block;
      content: "";
      top: -40px;
      left: -160px;
      width: 180px;
      height: 140px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_point01.svg) center center no-repeat;
      background-size: 100% auto;
      transform: scale(1, 1);
  }
  #currygayu .purchaseArea li:first-child ul.point li:last-child::after {
      position: absolute;
      display: block;
      content: "";
      top: -40px;
      left: -160px;
      width: 180px;
      height: 140px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_point02.svg) center center no-repeat;
      background-size: 100% auto;
      transform: scale(1, 1);
  }
  #currygayu .purchaseArea li:first-child ul.point p:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #E58707;
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #000;
  }
  #currygayu .purchaseArea li:first-child ul.point p:nth-of-type(2) {
    font-size: 22px;
    font-weight: normal;
    color: #3D2313;
    padding: 12px 0 0;
    margin-bottom: 0;
  }
  #currygayu .purchaseArea li:first-child ul.point li:last-child p:nth-of-type(3) {
    font-size: 18px;
    font-weight: normal;
    color: #3D2313;
    padding: 12px 0 0;
    margin-bottom: 0;
  }
  
  #currygayu .purchaseArea li p span {
    font-size: 43px;
    color: #B82D28;
  }
  #currygayu .purchaseArea li:last-child p {
    font-size: 26px;
    position: relative;
  }
  .subscTitle-pt {
    padding-top:40px;
  }
  #currygayu .purchaseArea li:last-child p.subscTitle {
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
  }
  #currygayu .purchaseArea li:last-child p.subscTitle + p::before {
    display: block;
      content: "";
      position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
      left: 0;
      width: 30px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/icon_voice_left_red.svg") center center no-repeat;
    background-size: 100% auto; 
  }
  #currygayu .purchaseArea li:last-child p.subscTitle + p {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    font-weight: bold;
    color: #B82D28;
    margin: 0 70px 0 300px;
  }
  #currygayu .purchaseArea li:last-child p.subscTitle + p::after {
    display: block;
      content: "";
      position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
      right: 0;
      width: 30px;
      height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/icon_voice_right_red.svg") center center no-repeat;
    background-size: 100% auto; 
  }
  #currygayu .purchaseArea li:last-child p.annotation {
    font-size: 18px;
    margin: 0 70px 0 300px;
  }
  #currygayu .purchaseArea li:last-child p span {
    font-size: 38px;
  }
  #currygayu .purchaseArea li:last-child {
    padding: 0 0 40px;
    height: auto;
  }
  #currygayu .purchaseArea li:last-child > div {
    padding: 10px 70px;
  }
  #currygayu .purchaseArea li div.flexBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 20px 40px;
  }
  #currygayu .purchaseArea li:last-child p.subscTitle {
    font-size: 43px;
    color: #fff;
    background: #3D2313;
    padding: 10px;
    border-radius: 10px 10px 0 0;
  }
  #currygayu .purchaseArea .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #722200;
  }
  #currygayu .purchaseArea span.normalPrice {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #3D2313;
    padding: 10px 16px;
    font-size: 21px;
    margin-right: 10px;
  }
  #currygayu .purchaseArea span.normalPrice02 {
    font-family: 'Noto Serif JP', serif;
    color: #722200;
    font-size: 40px;
    font-weight: bold;
    margin-right: 6px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
  }
  #currygayu .purchaseArea span.normalPrice02::before {
    display: block;
      content: "";
      position: absolute;
    top: 40%;
      width: 100%;
      height: 2px;
    background: #B82D28;
  }
  #currygayu .purchaseArea span.normalPrice02::after {
    display: block;
      content: "";
      position: absolute;
    top: 60%;
      width: 100%;
      height: 2px;
    background: #B82D28;
  }
  #currygayu .purchaseArea li div.flexBox > div:last-child {
    margin-left: 70px;
    position: relative;
  }
  #currygayu .purchaseArea li div.flexBox > div:last-child::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -46px;
      transform: rotate(45deg) translate3d(0%, 45%, 0);
      display: block;
      width: 1.2em;
      height: 1.2em;
      border-top: 3px solid #69280D;
      border-right: 3px solid #69280D;
  }
  #currygayu .purchaseArea li div.flexBox p.spPriceTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    font-size: 25px;
    font-weight: 700;
    border-top: 2px solid #B82D28;
    border-bottom: 2px solid #B82D28;
    padding: 6px 0;
    margin-bottom: 0px;
  }
  #currygayu .purchaseArea span.specialPrice {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    background: #B82D28;
    padding: 10px 16px;
    margin: 20px 10px 0 0;
  }
  #currygayu .purchaseArea span.specialPrice02 {
    font-family: 'Noto Serif JP', serif;
    font-size: 96px;
    font-weight: 900;
    color: #B82D28;
    padding: 0 10px;
    line-height: 1;
  }
  #currygayu .purchaseArea span.taxBox {
    color: #B82D28;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 6px;
  }
  #currygayu .purchaseArea span.taxBox > span {
    color: #B82D28;
    font-size: 17px;
    font-weight: bold;
  }
  #currygayu .purchaseArea li:last-child p.minimum {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 10px 0;
    font-weight: normal;
  }
  
  #currygayu .purchaseArea li:first-child img.package {
    position: absolute;
    bottom: 110px;
    left: 40px;
    z-index: 3;
  }
  #currygayu .purchaseArea li:last-child img.package {
    position: absolute;
    width: 220px;
    bottom: 80px;
    left: 60px;
    z-index: 3;
  }
  
  #currygayu .purchaseArea li span.size {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0 auto 30px;
    width: 280px;
    background: #3D2313;
    border-radius: 30px;
  }
  #currygayu .purchaseArea a {
    display: block;
    background: #E58707;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 5px 13px -8px #6b6b6b;
    transition: all 0.3s ease;
  }
  #currygayu .purchaseArea a:hover {
    background: #f19a24;
  }
  #currygayu .purchaseArea a span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    font-weight: bold;  
    color: #fff;
    display: inline-block;
    padding: 20px 0 20px 60px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/icon_cart.svg") left center no-repeat;
    background-size: auto 40px;
  }
  
  
  /*CPバナー*/
  #currygayu .cp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:30px;
  }
  
  #currygayu .cp img {
    max-width: 100%; 
    height: auto;
  }
  
  /* 3つの特徴*/
  #currygayu #feature .featureTitle {
      padding: 30px;
      background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/bg_rice.jpg) center center no-repeat;  
  }
  #currygayu #feature .featureTitle h3 {
    width: 500px;
    margin: 0 auto 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 89px;
    color: #3D2313
    text-align: center;
    line-height: 1;
    padding-bottom: 6px;
    border-bottom: 3px solid #3D2313
  }
  #currygayu #feature .featureTitle h3 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 174px;
    color: #3D2313
  }
  #currygayu #feature .featureBox h4 {
    font-family: 'Noto Serif JP', serif;
    font-size: 60px;
    color: #fff;
    background: #3D2313;
    line-height: 80px;
    padding: 10px 50px 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-shadow: 0px 2px 6px rgb(0, 0, 0, .4);
  }
  #currygayu #feature .featureBox h4 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 86px;
    color: #fff;
    line-height: 80px;
    padding-right: 20px;
  }
  #currygayu #feature .featureBox > div {
    padding: 60px;
    height: 440px;
    display: flex;
    flex-direction: column;
  }
  #currygayu #feature .featureBox > div p {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    color: #3D2313;
  }
  #currygayu #feature .featureBox:nth-of-type(2) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_feature01.jpg") center top no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-content: center;
  }
  #currygayu #feature .featureBox:nth-of-type(2) > div p:not(.notice) {
    margin-bottom: 2em;
  }
  #currygayu #feature .featureBox:nth-of-type(2) > div p.notice {
    font-size: 16px;
  }
  #currygayu #feature .featureBox:nth-of-type(3) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_feature02.jpg") center center no-repeat;
    background-size: cover;
    justify-content: center;
  }
  #currygayu #feature .featureBox:nth-of-type(3) > div p {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 2px 6px rgb(0, 0, 0, .4);
  }
  #currygayu #feature .featureBox:nth-of-type(4) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_feature03.jpg") center center no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #currygayu #feature .featureBox:nth-of-type(5) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_feature04.jpg") center center no-repeat;
    background-size: cover;
    justify-content: center;
    align-content: center;  
  }
  #currygayu #feature .featureBox:nth-of-type(5) > div p {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  #currygayu #feature .featureBox:nth-of-type(5) > div ul li {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    color: #3D2313;
    line-height: 2;
  }
  

  p{
    line-height: unset!important;
  }