
/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

img{max-width:100%;}

*{
    webkit-appearance:none; 
    -webkit-appearance: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

div,p{
    word-break: break-all;  
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select,textarea{
    vertical-align:middle;
    border:none;
    font-size:inherit;
}


input[type="text"],
input[type="number"],
input[type="search"],
select{
    padding:10px;
    border:1px solid #808080;   
    box-sizing:border-box;
    width:100%;
}

select{
    appearance: none;
    background: #fff url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_select-pull.svg) no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    border: 1px solid #AC9B91;
    padding-right:36px; 
}

.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

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

      layout

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

body{
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background: #ffffff;
    text-align: left;
    line-height:1.5;
    color: #000;
    position:relative;
    overflow-x:hidden;
    right:0;
    font-size:14px;
}

img{
    max-width:100%; 
    vertical-align:bottom;
}

img[width="1"],img[width="0"]{
    display:none!important; 
}

.t_left {
    text-align: left;
}
.t_right {
    text-align: right;
}
.t_center {
    text-align: center;
}

body .c_blk {
    color: #000;
}
body .c_wht {
    color: #fff;
}
body .c_brn {
    color: #69280D;
}
body .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;
}

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

      head

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

.navBar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99999;
    background:#fff;
}   

.navBar ul {
    position: relative;
    display: flex;
    justify-content: stretch;
    padding: 0 5%;
}

.navBar li{
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.navBar li a {
    display:block;
    position: relative;
}

.navBar li img {
}

.navBar li.navHome {
    max-width: 45%;
    margin: 0 auto 0 4px;
}

.navCartIcon{
    position: absolute;
    right: -5px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    font-size: 11px;
    border-radius: 9px;
    background: #B82D28;
    color: #fff; 
}

#sideMenu {
    display: none;
    position:fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: rgba(255, 255, 255, .95);
    overflow:scroll;
    z-index: 99999;
}

.navSearch__wrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 90%;
    background: rgba(255, 255, 255, .95);
    padding: 10px 5%;
}

.searchArea {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #B82D28;
    border: 1px solid #B82D28;
    border-radius: 20px;
}

input[name="brand_search_form"]{
    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);
    height: 43px;
    border-radius: 19px;
    padding: 0 0.5em 0 3em;
    margin-left: -1px;
}
input[name="brand_search_form"]:focus {
    outline: none;
}

input[name="brand_search_button"]{
    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: 1em;
    font-weight: bold;
    background: transparent;
}

.searchword__wrap {
    margin-top: 20px;
}
.searchword__ttl {
    color: #B82D28;
    font-size: 0.875em;
    font-weight: 700;
    text-align: center;
}
.navBar .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;
    margin-left: 0;
}

.header-menu-switch {
    border: none;
    background: transparent;
}
.header-menu-switch.open img {
    height: 32px;
}

.sideNav {
    padding-bottom: 10%;
}
.sideNav ul:not(.beginner__wrap) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sideNav,.sideNav a{
    color:#000;
}

.sideNav .inner-sideNav li a {
    display: block;
    border-bottom: 1px solid #AC9B91;
    padding: 1em;
}

.sideNav-title{
    width: calc(90% - 2em);
    border-top: 1px solid #AC9B91;
    margin: 0 auto;
    padding: 1em;
}

.sideNav-title.mt20{
    margin-top: 20px;
    padding-bottom: 0;
}
.sideNav-guide {
    position: relative;
    padding-bottom: 1em;
}
.sideNav-guide::before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    width: 15px;
    height: 1px;
    background: #AC9B91;
    transition: all .3s;
}
.sideNav-guide::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 4px;
    display: block;
    width: 1px;
    height: 15px;
    background: #AC9B91;
    transition: all .3s;
}
.sideNav-guide.open::after {
    transform: rotate(90deg);
}
.sideNav .sideNav-title ul:not(.beginner__wrap) {
    display: none;
    width: 100%;
}
.sideNav .sideNav-title .inner-sideNav li:last-child a {
    border-bottom: none;
}

.inner-sideNav{
    border-top: 1px solid #AC9B91;
}

.inner-sideNav li a{
}
.categorySwitch{
}

.categorySwitch.open{
}

.sideCategory{
    display:none;
}

#category_list2 {
}   

#category_list2 li a{
}

header{
    position: relative;
    margin-top: 80px;
}
.obi__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.obi__wrap .obi__txt {
    border: 1px solid #732200;
    border-radius: 5px;
    color: #732200;
    font-size: 0.85em;
    padding: 0.5em;
    text-align: center;
}

.nav__wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.nav__wrapper .nav__wrapper__list {
    flex-basis: calc(50% - 2.5px);
}
.nav__wrapper .nav__wrapper__list .categorySwitch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #B82D28;
    color: #fff;
    font-weight: 500;
}
.nav__wrapper .nav__wrapper__list .categorySwitch::before {
    content: "";
    transform: rotate(135deg) translate3d(120%, 135%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.nav__wrapper .nav__wrapper__list .categorySwitch.open::before {
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg) translate3d(160%, 105%, 0);
}
.nav__wrapper .nav__wrapper__list .sideCategory {
    position: absolute;
    top: 100%;
    left: 0;
    width: 85%;
    background: rgba(255, 255, 255, .95);
    padding-bottom: 5%;
    z-index: 9999;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu a {
    position: relative;
    border-top: none;
    padding: 1em 1em 1em 3em;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu a::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;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu 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;
}
.nav__wrapper .nav__wrapper__list .nav__wrapper__guide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #B82D28;
    color: #fff;
    font-weight: 500;
}
.nav__wrapper .nav__wrapper__list .nav__wrapper__guide img {
    height: 1.5em;
    margin-right: 1em;
}

.sideNav-bnr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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

      common

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

.headint {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    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.25em;
    font-weight: 500;
    padding: .5em 0;
}

#mainContents .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    background: #E7DBA2;
    margin: 0 1em;
}
#mainContents .bx-wrapper .bx-pager.bx-default-pager a:hover, #mainContents .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #C8161D;
}
/* スライダー下の余白 */
#mainContents .bx-wrapper{
    margin-bottom: 35px;
}

#list_item,
.item,
.rankingList{
    text-align:left;
    margin:20px auto;   
    letter-spacing:-0.4em; 
}

#list_item li,
.item li{
    display:inline-block;
    vertical-align:top;
    width:31%;
    margin-left:auto;
    font-size:12px;
    margin-bottom:15px;
    text-align:center;
    letter-spacing:normal;
}

.rankingList  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.rankingList li {
    width: 50%;
    font-size: 12px;
    box-sizing: border-box;
}

#list_item .itemImgWrap,
.item .itemImg,
.rankingList .itemImg{
    text-align:center;
    margin-bottom:5px;
    position:relative;
}

.rankingNum{
    background:#2490d0;
    color:#fff; 
    border-radius:50%;
    width:22px;
    height:22px;
    line-height:22px;
    display:inline-block;
    position:absolute;
    left:-3px;
    top:-3px;
}

.rankingPrice{
    font-weight: 500;
    color: #69280D;
    line-height: 3;
}

.item .reviewRateStar{
    width:15px;
    height:15px;
    background-size:15px 15px;
    margin:0 0.5px; 
}

.item .reviewCount{
    display:none;   
}   

.itemDetail{
    text-align:left;    
}

.item span{
    font-weight: 500;
    color: #69280D;
    line-height: 3;  
}

.btn{
    display:inline-block;
    padding:10px;
    border-radius:6px;  
    width:80%;
    box-sizing:border-box;
}


.pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 60px;
}

.pager li{
    display: inline-block;
    margin: 0 0.25em;
}

.pager a span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #AC9B91;
    border-radius: 50%;
    padding: 0;
}

.pager a span.btn-next,
.pager a span.btn-prev{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: #69270D;
    border: none;
    text-indent: -9999px;
}
.pager a span.btn-prev::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-135deg) translate3d(-125%, 0%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.pager a span.btn-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg) translate3d(115%, 10%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pager span.current{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #eee;
    border: 1px solid #AC9B91;
    border-radius: 50%;
    padding: 0;
}

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

      content

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

#main-content{
    margin:10px 0;  
}

.heading{
    font-size:16px;
}

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

      top

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

.index-section{
    margin-bottom:30px; 
}

.recommendHeading,
.newHeading,
.rankingHeading{
    background:#222;    
    color:#fff;
    padding:6px 0;  
}

.indexSection {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.obi__txt {
    text-align: center;
}

.indexBanner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.banner__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner__list {
    flex-basis: 47.5%;
}
.banner__img {
    width: 100%;
    height: auto;
}
.banner__txt {
    display: block;
}

.indexBeginner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.beginner__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.beginner__list {
    flex-basis: 47.5%;
}

.itemListReview{
}

.itemListReview li {
    position: relative;
    width:100%;
    margin:0;
    display:block;
}
.itemListReview li::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;
}

.itemListReview a{
    display: block;
    padding: 14px 0;
    box-sizing:border-box;
}

.itemListReview .itemBox{
    display:table;
}

.itemListReview .itemImg,
.itemListReview .itemDetail{
    display:table-cell;
    vertical-align:top;
}

.itemListReview .itemDetail{
    padding-left:5px;   
}

.itemListReview .itemImg{
    width:80px; 
}

.itemImg img{
    height:auto;    
}

.reviewBox{
    margin-top: 10px;
    font-size:12px;
    width:100%;
    box-sizing:border-box;
}

.reviewNullText{
    text-align:center;  
    padding:32px 0 48px;
}

.catlistHeading{
    text-align:left;
    padding:0 0 10px 10px;
}

.catMenu a{
    display:block;
    text-align:left;
    padding:10px;
    font-size:15px;
    border-top:1px dotted #666; 
}

.indexSection.indexOverview {
    width: 100%;
    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: 78px auto, 146px auto, 146px auto, 78px auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.overview__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.overview__ttl {
    font-size: 1.25em;
    font-weight: 500;
}
.overview__txt {
    line-height: 2;
}


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

      category

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

#topicPath,
.searchPath{
    text-align:left;
    padding: 10px 5%;
    font-size:11px;
    margin-bottom:10px;
    word-wrap: break-word; 
}

#topicPath,
#topicPath a,
.searchPath{
    color:#666; 
}

#topicPath li{
    display:inline; 
}

.moreBtn a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding:10px;
    width:80%;
    border-radius:6px;
    border:3px solid #ccc;  
}

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

      利用案内/特定商取引/個人情報保護ポリシー

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


h3.catTit {
    text-align:left;
    font-size:17px;
    margin:20px 10px 25px;
}

.editContent {
    margin:0 10px 24px;
    text-align:left;
}

.editContent h4{
    font-size:14px;
    margin-bottom:20px;
}

#lawList th{
    font-size:14px;
}

#lawList td{
    font-size:13px;
    margin-bottom:30px; 
    padding:15px 0 30px;
}

.editArea {
    font-size:12px;
    text-align:left;
}

.editArea pre {
    margin:10px;
    white-space:pre-wrap;
}

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

      商品レビュー

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

/* レビューの星 */
.reviewRate{
    display:inline-block;   
    vertical-align:middle;
    font-size:0;
    margin:8px 0 8px -1px;
}

.reviewRateStar{
    display:inline-block;
    width:21px;
    height:21px;
    text-indent:-9999em;
    cursor:pointer;
    background:no-repeat center center;
    background-size:21px 21px;
    margin:0 1px;
}

.starOn{
    background:url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review.png) no-repeat center/100% auto;
}

.starOff{
    background:url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review_n.png) no-repeat center/100% auto;
}

.starHalf{
    background:url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review_h.png) no-repeat center/100% auto;
}


/* レビューを書く */
.reviewContent{
    text-align:left;
    margin:0 10px 24px; 
}

.reviewForm dl {
    margin-bottom: 10px;
}
.reviewForm dd {
    margin-bottom: 15px;
}
.reviewForm dt {
    margin-bottom:4px;
    font-weight:bold;
}
.reviewForm dl input {
    padding: 6px 0;
    width: 99%;
}
.reviewForm dl textarea {
    padding: 6px 0;
    width: 99%;
}

.reviewForm .reviewRateStar{
    width:43px;
    height:43px;
    background-size:43px 43px;  
}

.reviewContent .required {
    background: #C00;
    color: white;
    display: inline-block;
    font-size: 11px;
    margin-left: 8px;
    padding: 1px 3px;
    font-weight: normal;
}

.reviewItem{
    margin: 16px auto;
    width: 100%;
    box-sizing: border-box;
    padding:16px;
    background:#eee;
    box-sizing:border-box;
    display:table;
}

.reviewItemUnit{
    display:table-cell;
    vertical-align: middle;
    text-align:left;
}
.reviewItemName{
    padding-left:8px;
    font-size:13px;
}

.reviewItemImg{
    width:80px; 
}

.reviewItemImg img{
    border: solid 1px #ccc;
    box-sizing: border-box;
    max-width:100%;
    height:auto;
}

.errorTxt{
    color:#cc0000;
    margin-bottom:5px;
}

.captionTxt{
    color:#888; 
    text-align:right;
    font-size:12px;
}

.reviewText{
    border: 1px solid #808080;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height:120px;
}

.btnPost{
    background:#999;
    text-align:center;
    color:#fff !important;  
    width:100%;
    padding:15px 0;
    font-size:16px;
}

#review #back .btn{ 
    width:auto;
    font-size:13px;
    padding:10px 30px;
    background:#eee;
}


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

      お知らせ

***************************************/
.newsHeading {
    background: #222;
    color: #fff;
    padding: 6px 0;
}

.newsList{
}

.newsList li {
    position: relative;
    padding: 14px 0;
}
.newsList li::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;
}

.newsDate,
.newsTitle{
    display: block;
}

.newsDate {
}

.newsTitle{
    margin-top: 5px;
}

.newsIndexLink{
}

/* お知らせ詳細 */

.newsMain{
    padding: 15px;
    text-align: left;
}

.newsMain .newsMainInfo{
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    text-align: right;
}

.newsMain .newsMainTitle{
    font-size: 14px;
    margin-bottom: 10px;
}

.newsMain .newsMainWrap{
    margin-bottom: 30px;
    border-top: dotted 1px #999;
    border-bottom: dotted 1px #999;
}

.newsMain .newsMainContent{
    font-size: 12px;
    padding: 20px 10px 50px;
}

.newsMain .newsMainPager{
    width: 100%;
    margin-bottom: 20px;
    overflow:hidden;
}

.newsMain .newsMainPager li{
    text-align: center;
}

.newsMain .newsMainPager a{
    display: inline-block;
    background: #e5e5e5;
    color: #333;    
    width: 25%;
    white-space: nowrap;
}

.newsMain .newsMainPager a.btnPrev{
    float: left;
}

.newsMain .newsMainPager a.btnNext{
    float: right;
}

.newsMain .newsIndexBtn a{
    background: #333;
    color: #fff;    
    width: 100%;
    text-align: center;
}

/* お知らせ一覧 */

.newsListAll{
    margin-bottom: 30px;
    padding: 0 15px;
}

.newsListAll .newsListContent li{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.newsListAll .newsDate,
.newsListAll .newsTitle{
    display: block;
}

.newsListAll .newsDate{
}

.newsListAll .newsTitle{
}

.newsTitle{
}

.newsListPager{
    margin: 0 auto;
    font-size: 12px;
}
.newsList .newsListPager .pager li::after {
    content: none;
}

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

      footer

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

#footer-content{
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/footer/img_line-footer.svg) repeat-x bottom center/auto 40px;
    font-size: 12px;
    margin-top: 100px;
    padding-bottom: 60px;
}

.footerNav{
    border-top: 1px solid #AC9B91;
    border-bottom: 1px solid #AC9B91;
}

.footerNav-link{
}

.footerNav-link a {
    position: relative;
    display: block;
    padding: 1em 5%;
}
.footerNav-link 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;
}
.footerNav-link:last-child a::after {
    content: none;
}

.btn-switch{
}

.sns__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns__list {
    margin: 0 1.5em;
}

.copyright{
    font-size:10px;
}

/****よくある質問・商品一覧 共通
***********************/
#question *,
#allItems *,
#review *{
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
    flex-shrink: 0;
}
#question.qaSection,
#allItems.aiSection,
#review.reSection {
    padding: 0 5%;
}

#question.qaSection{
    padding-bottom: 50px;
}
#question li,
#allItems li {
    list-style: none;   
}
/* ページトップ */
.pageTopBtn {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
}
.pageTopBtn a img {
    width: 100%;
    height: 100%;
}
/****よくある質問***********************/

#question a {
    text-decoration: underline;
    color: #000;
}
/*ページ内リンク*/
#question .inPageNav {
    margin-bottom: 50px;
}
#question .inPageNav li {
    list-style: none;
    width: 100%;
    border:1px solid #69280D;
    border-radius: 6px;
}
#question .inPageNav li:not(:last-child) {margin-bottom: 12px;}
#question .inPageNav li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #69280D;
    text-align: center;
    position: relative;
    text-decoration: none;
}
#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: 18px;
    color: #69280D;
    margin-bottom: 20px;
}
#question #order,
#question #member,
#question #return {
    margin-bottom: 60px;
}

/*アコーディオン*/
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 30px 10px 6px;
    position: relative;
}
#question .accArea dt span {
    display: inline-block;
    font-size: 18px;
    color: #69280D;
    margin-right: 10px;
}
#question .accArea dt::before {
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 2px;
    height: 16px;
    background: rgba(105,40,13,1);
    transition: all .3s;
}
#question .accArea dt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    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 dl:last-of-type {
    border-bottom: 1px solid #AC9B91;
}

/****商品一覧***********************/
#allItems a {text-decoration: none;}
/*ページ内リンク*/
#allItems .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: 40px;
}
#allItems .inPageNav li {
    width: 49%;
    border:1px solid #AC9B91;
    background: #FDF9EC;
}
#allItems .inPageNav li {margin-bottom: 8px;}
#allItems .inPageNav li a {
    display: block;
    padding: 10px 8px;
    font-size: 12px;
    color: #69280D;
    position: relative;
    letter-spacing: -1px;
}
#allItems .inPageNav li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #69270D;    
}
#allItems .inPageNav li a::after {
    content: "";
    position: absolute;
    top: 56%;
    right: 4px;
    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: 20px;
    text-align: center;
    color: #69280D;
    padding-bottom: 6px;
    border-bottom: 2px solid #69280D;
}
#allItems #classic p {
    margin: 0 5% 30px;
}
#allItems #classic ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 60px;
}
#allItems #classic ul li {
    width: 50%;
    border: 0;
    background: none;
}
#allItems #classic ul li:nth-child(-n+2) {margin-bottom: 30px;}
#allItems #classic ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; 
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    color: #000;
    font-size: 16px;
}
#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 .item-category:not(:last-child) {
    margin-bottom: 50px;
}
#allItems .itemBox {
    margin: 0 5% 40px;
}
#allItems .itemBox img {margin: 0 auto 20px;}
#allItems .item-category ul {
    margin: 0 5%;
}
#allItems .item-category ul li {
    color: #69280D;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
    border:1px solid #AC9B91;
    background: #FDF9EC;    
}
#allItems .item-category ul li {
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;    
}
#allItems .item-category ul li a {
    width: 96px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #69280D;
    padding: 5px;
    margin-left: 10px;
    border-radius: 10px;
    flex-shrink: 0;
}

/****レビューの書き方***********************/
#review .review-intro,
#review .review-stepBox {
    margin-bottom: 40px;
}
#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: 4px;
}
#review .review-intro ul.indent {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 50px;
}
#review .review-intro ul.stepInfo li {
    width: 100%;
    border:1px solid #69280D;
    border-radius: 10px;
    padding: 40px 16px 16px;
    position: relative;
}
#review .review-intro ul.stepInfo li:not(:last-child) {
    margin-bottom: 60px;
}
#review .review-intro ul.stepInfo li:not(:last-child)::after{
    content: "";
    position: absolute;
    bottom: -50px;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1.4em;
    height: 1.4em;
    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: 20px;
    color: #69280D;
    padding: 0 0 6px 100px;
    border-bottom: 1px solid #AC9B91;
    position: relative;
    margin-bottom: 30px;
}
#review h4 span.step {
    position: absolute;
    top: 2px;
    left: 0;
    width: 90px;
    padding: 1px 10px;
    font-size: 13px;
}
#review span.step > span {
    font-size: 17px;
}
#review .review-stepBox > p {
    margin: 0 16px 2em;
}
#review .review-stepBox ul li {
    width: 100%;
    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;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1.4em;
    height: 1.4em;
    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 img {
    width: 86%; 
}
#review .point p {
    margin-top: 2em;
    text-align: center;
}
#review .memberlink {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #69280D;
    border-radius: 10px;
}


/****国産もち麦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;
}
#mochimugi li {
    list-style: none;   
}

/*メインビジュアル*/
#mochimugi .mainImg {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: calc(100%*254/380);
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/SP_bg_mainhakkou.png") center center no-repeat;
    background-size: 100% auto;
    position: relative;
}
#mochimugi .mainImg h2 {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -1px;
}
#mochimugi .mainImg h2 span {
    font-size: 15px;
    padding-right: 6px;
}

/*購入ボタンエリア*/
#mochimugi .purchaseArea {
    padding: 0 5%;
}
#mochimugi .purchaseArea li {
    background: #FDF9EC;
    border:1px solid #B09A90;
    padding: 30px 10px;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
}#mochimugi .purchaseArea li:last-of-type {
    padding: 0 0 30px;
}
#mochimugi .purchaseArea li p {
    white-space: nowrap;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
#mochimugi .purchaseArea li p span:first-of-type {
    display: block;
    font-size: 23px;
}
#mochimugi .purchaseArea li p span:last-of-type {
    font-size: 34px;
    color: #B82D28;
    line-height: 1;
    margin-right: -10px;
}
#mochimugi .purchaseArea li span.size {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 4px 10px;
    margin: 0 auto 20px;
    width: 190px;
    background: #3D2313;
    border-radius: 30px;
}#mochimugi .purchaseArea li:last-child span.size {
    margin: 0 auto 10px;
}
#mochimugi .purchaseArea li .package {
    position: relative;
}
#mochimugi .purchaseArea li .package img {
    width: auto;
    height: 240px;
    margin: 0 auto 20px;
}
#mochimugi .purchaseArea li .package::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 40px;
    height: 80px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_left.svg") center center no-repeat;
    background-size: 100% auto; 
}
#mochimugi .purchaseArea li .package::after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 80px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_right.svg") center center no-repeat;
    background-size: 100% auto; 
}
#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 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;  
    color: #fff;
    display: inline-block;
    padding: 14px 0 14px 50px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_cart.svg") left center no-repeat;
    background-size: auto 30px;
}
#mochimugi .purchaseArea li:last-child p {
    padding: 0 3%;
}
#mochimugi .purchaseArea li:last-child p.subscTitle {
    font-size: 24px;
    color: #fff;
    background: #3D2313;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 2px;
}
#mochimugi .purchaseArea .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #722200;
    margin: 0 5%;
}
#mochimugi .purchaseArea li .priceBox.pB02 {
    align-items: flex-end;
}
#mochimugi .purchaseArea span.normalPrice {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #3D2313;
    padding: 6px 12px;
    font-size: 18px;
    margin-right: 10px;
}
#mochimugi .purchaseArea span.normalPrice02 {
    color: #722200; 
    font-size: 34px;
    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 p.spPriceTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid #B82D28;
    border-bottom: 2px solid #B82D28;
    padding: 4px 0;
    margin: 40px 5% 4px;
    position: relative;
}
#mochimugi .purchaseArea li p.spPriceTxt::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1em;
    height: 1em;
    border-top: 2px solid #69280D;
    border-right: 2px solid #69280D;
}

#mochimugi .purchaseArea span.specialPrice {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #B82D28;
    padding: 6px 12px;
    margin: 6px 10px 0 0;
}
#mochimugi .purchaseArea span.specialPrice02 {
    font-size: 50px;
    font-weight: bold;
    color: #B82D28;
    padding: 0 6px;
    margin-bottom: -14px;
}
#mochimugi .purchaseArea span.taxBox {
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
}
#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: 15px;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: normal;
}
#mochimugi .purchaseArea li:last-child a {
    margin: 0 5%;
}

/*おいしい麦ごはんを届けたい*/
#mochimugi #share {
    padding: 60px 5% 30px;
    margin-bottom: 20px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/bg_rice01.jpg") center top no-repeat;
    background-size: cover;
}
#mochimugi #share .intro h3 {
    font-size: 30px;
    color: #B82D28;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
#mochimugi #share .intro p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 6em;
}

#mochimugi #share .mochimugiHistory {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/img_rice.jpg");
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #000;
    position: relative;
    padding: 30px 5%;
    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: -80px;
    left: -18px;
    width: 140px;
    height: 200px;
    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: 27px;
    letter-spacing: 3px;
    line-height: 1.3;
    margin-bottom: 260px;
}
#mochimugi #share .mochimugiHistory h4 span {
    text-align: center;
    color: #FFF;
}
#mochimugi #share .mochimugiHistory h4 .m-large {
    font-size:27px;
}
#mochimugi #share .mochimugiHistory h4 .large {
    font-size: 37px;
}
#mochimugi #share .mochimugiHistory h4 .m-small {
    font-size: 22px;
}
#mochimugi #share .mochimugiHistory h4 .braces {
    padding: 0 20px;
    position: relative;
}
#mochimugi #share .mochimugiHistory h4 .braces::before {
    position: absolute;
    display: block;
    content: "「";
    top: -10px;
    left: -10px;
}
#mochimugi #share .mochimugiHistory h4 .braces::after {
    position: absolute;
    display: block;
    content: "」";
    bottom: -3px;
    right: -10px;
}
#mochimugi #share .mochimugiHistory p,
#mochimugi #share .mochimugiHistory p span {
    color: #FFF;
}
#mochimugi #share .mochimugiHistory .historyInnerBox p:first-child {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
#mochimugi #share .mochimugiHistory .historyInnerBox p:first-child span {
    font-size: 50px;
    letter-spacing: 0.2em;
    padding-left: 0.3em;
}
#mochimugi #share .mochimugiHistory .historyInnerBox p:last-child {
    font-size: 14px;
    line-height: 1.8;
}

#mochimugi #share .research h4 {
    background: #fcf2e3;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 10px 0;
}
#mochimugi #share .research h4::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_multi.svg") center center no-repeat;
    background-size:  auto 100%;
}
#mochimugi #share .research h4 span:first-of-type {
    padding: 0 100px 0 0;
}
#mochimugi #share .research .innerBox {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_barley.jpg") 10% bottom no-repeat;
    background-size: cover;
    padding: 20px 5%;
    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: 28px;
    margin: 3em 0 1em;
    line-height: 1.3;
}
#mochimugi #share .research .innerBox p:last-child {
    font-size: 14px;
    line-height: 1.8;
}

/*消費者の声*/
#mochimugi .consumer {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/bg_consumer.jpg") left top no-repeat;
    background-size: 100% auto;
    padding: calc(100%*300/374) 5% 0;
}
#mochimugi .consumer p:first-child {
    margin: 0 5% 30px;
    padding: 10px 0;
    border-top: 1px solid #3D2313;
    border-bottom: 1px solid #3D2313;
    text-align: center;
}
#mochimugi .consumer p:first-child span {
    font-size: 26px;    
}
#mochimugi .consumer p:last-child {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 5%;
}

/*日々進化*/
#mochimugi .evolution {
    padding: 150px 0 60px;
}
#mochimugi .evolution h4 {
    margin: 0;
    color: #B82D28;
    font-size: 27px;
    text-align: center;
    position: relative;
}
#mochimugi .evolution h4::after {
    position: absolute;
    display: block;
    content: "";
    top: -140px;
    right: 5%;  
    width: 150px;
    height: 150px;
    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: 47px;    
}
#mochimugi .evolution > div img {
    margin-right: 40px;
}
#mochimugi .evolution > div p {
    font-size: 14px;
    line-height: 2;
    margin: 0 10%;
}

/*厳しい品質基準*/
#mochimugi .quality {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/bg_rawmaterials.jpg") center bottom no-repeat;
    background-size: contain;
}
#mochimugi .quality h4 {
    color: #C7732D;
    text-align: center;
    font-size: 37px;
    letter-spacing: 4px;
    margin: 0 5% 30px;
}
#mochimugi .quality h4 span {
    color: #C7732D;
}
#mochimugi .quality h4 .hasBorder {
    display: inline-block;
    font-size: 26px;
    letter-spacing: 0;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-top: 2px solid #C7732D;
    border-bottom: 2px solid #C7732D;
}
#mochimugi .quality h4 .num {
    font-size: 43px;
}
#mochimugi .quality h4 .per {
    font-size: 37px;
}
#mochimugi .quality p {
    font-size: 14px;
    text-align: center;
    color: #69280D;
    line-height: 2; 
    white-space: nowrap;
}
#mochimugi .quality p:first-of-type {
    text-shadow: 0px 2px 2px rgba(255,255,255,.8);
}
#mochimugi .quality p:last-child {
    margin-top: auto;
    font-size: 18px;
    padding: 10px 10%;
    margin: 65% 0 0;
    line-height: 1.4;
    background: rgba(255,255,255,.7);
}

/*最高においしい麦ごはん*/
#mochimugi #tasty {
    padding: 70px 0;
    position: relative;
}
#mochimugi #tasty::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;   
    width: 120px;
    height: 130px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_barley03.png") right top no-repeat;
    background-size: 100% auto;
    transform: scale(-1, -1);
}
#mochimugi #tasty::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;    
    width: 120px;
    height: 130px;
    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: 29px;
    line-height: 1.4;
}
#mochimugi #tasty p span:first-child {
    color: #B82D28;
    position: relative;
}
#mochimugi #tasty p span:first-child::before {
    position: absolute;
    display: block;
    content: "「";
    top: -10px;
    left: -60px;
}
#mochimugi #tasty p span:first-child::after {
    position: absolute;
    display: block;
    content: "」";
    bottom: -3px;
    right: -80px;
}
#mochimugi #tasty p span:nth-of-type(2) {
    font-size: 20px;
}
#mochimugi #tasty p span:nth-of-type(3) {
    font-size: 32px;
    color: #B82D28;
    padding: 0 10px;
}

/*ご満足の声*/
#mochimugi #voice {
    background: #FDF9EC;
    padding: 40px 5% 40px;
    margin-bottom: 30px;
}
#mochimugi #voice p.voiceCatch01 {
    text-align: center;
    font-size: 19px;
    position: relative;
    margin-bottom: 40px;
}
#mochimugi #voice p.voiceCatch01 span {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}
#mochimugi #voice p.voiceCatch01::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
    width: 24px;
    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: 0px;
    margin: auto;
    right: -10px;
    width: 24px;
    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;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
} 
#mochimugi #voice .voiceBox img {
    position: absolute;
    z-index: 2;
}
#mochimugi #voice .voiceBox p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}
#mochimugi #voice .voiceBox p.commentTitle {
    font-size: 18px;
    color: #B82D28;
    margin-bottom: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
#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 {
    margin-bottom: 130px;
}
#mochimugi #voice .voiceBox:first-of-type img {
    bottom: -150px;
    right: -16px;
    width: 230px;
}
#mochimugi #voice .voiceBox:nth-of-type(2) {
    margin-bottom: 190px;
}
#mochimugi #voice .voiceBox:nth-of-type(2) img {
    bottom: -210px;
    right: 0px;
    width: 100%;
    max-width: 360px;
}

#mochimugi #voice p.voiceCatch02 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}
#mochimugi #voice .voiceBox02 .voiceTxt {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
} 
#mochimugi #voice .voiceBox02 img {
    position: absolute;
    z-index: 2;
}
#mochimugi #voice .voiceBox02 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 2;
}
#mochimugi #voice .voiceBox02 p.commentTitle {
    text-align: center;
    font-size: 16px;
    color: #B82D28;
    margin-bottom: 1em;
    font-weight: bold;
    white-space: nowrap;
}
#mochimugi #voice .voiceBox02 .voiceTxt:first-of-type {
    margin-right: 20%;
    margin-bottom: 20px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:first-of-type p:not(.commentTitle) {
    padding-right: 40px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:first-of-type img {
    bottom: 0px;
    right: -80px;
    width: 130px;
    transform: rotate( 17deg );
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(2) {
    margin: 0 0 90px 30px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(2) img {
    bottom: -110px;
    left: -40px;
    width: 150px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(3) {
    margin-bottom: 20px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(4) {
    margin: 0 100px 20px 0;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(4) p:not(commentTitle) {
    padding-right: 1em;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(4) img {
    bottom: 0px;
    right: -110px;
    width: 140px;
}

/*もち麦ごはんの炊き方*/
#mochimugi #howTo,
#mochimugi #subscription {
    background: #e7dec5;
    padding: 20px;
    margin-bottom: 30px;
}
#mochimugi #howTo .inner,
#mochimugi #subscription .inner {
    background: #fff;
    padding: 30px 20px;
}
#mochimugi #howTo h4 {
    text-align: center;
    font-size: 28px;
    color: #B82D28;
    margin-bottom: 30px;
}
#mochimugi #howTo p.info {
    text-align: center;
    padding: 10px;
    margin: 0 auto 40px;
    border-top:  2px solid #69280D;
    border-bottom:  2px solid #69280D;
}
#mochimugi #howTo p.info span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #722200;
}
#mochimugi #howTo p.info span.reference {
    font-size: 14px;
}

#mochimugi #howTo ul.cook li {
    width: 80%;
    margin: 0 auto;
    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: 46px;
    background: #722200;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: -25px;
    left: 8%;
}
#mochimugi #howTo ul.cook li img {
    margin-bottom: 10px;
}
#mochimugi #howTo ul.cook li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #722200;
    text-align: center;
    margin-bottom: 40px;
}
#mochimugi #howTo ul.cook li p span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #B82D28;
    text-align: center;
}

/*定期購入*/
#mochimugi #subscription .subscInfo {
    width: 100%;
    background: #B82D28;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    padding: 10px;
}
#mochimugi #subscription .subscInfo::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #B82D28 transparent transparent transparent;
    border-width: 16px 12px 0 12px;
}
#mochimugi #subscription .subscInfo span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
#mochimugi #subscription .subscInfo span:nth-of-type(2) {
    font-size: 29px;
    font-weight: bold;
    margin-left: 3px
}
#mochimugi #subscription .subscInfo span:nth-of-type(3) {
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
    padding-top: 5px
}
#mochimugi #subscription .subscInfo span:nth-of-type(4) {
    font-size: 19px;
    font-weight: bold;
}

#mochimugi #subscription h4 {
    font-size: 30px;
    color: #B82D28;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 20px;
}
#mochimugi #subscription h4::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #B82D28, #B82D28 3px, transparent 3px, transparent 12px);
    background-size: 12px 3px;
    background-repeat: repeat-x;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#mochimugi #subscription p.info {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -1px;
    white-space: nowrap;
}
#mochimugi #subscription ul.select li {
    width: 100%;
    background: #FDF9EC;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
}
#mochimugi #subscription ul.select li dl {
    width: 100%;
}
#mochimugi #subscription ul.select li dt {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    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: 20px;
    color: #B82D28;
    margin-left: 1em;
}
#mochimugi #subscription ul.select li dd {
}
#mochimugi #subscription ul.select li dd p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-align: center;
    margin: 10px 0 20px;
}
#mochimugi #subscription ul.select li dd p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;    
    font-weight: bold;
    margin: 0 6px;
}
#mochimugi #subscription ul.select li:first-child dd img {
    width: 70%;
    margin: 0 auto;
}
#mochimugi #subscription ul.select li:last-child dd p {
    margin: 20px 0;
}
#mochimugi #subscription ul.modify {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
}
#mochimugi #subscription ul.modify li {
    width: 48%;
    background: #FDF9EC;
    border-radius: 10px;
    padding: 20px;
}
#mochimugi #subscription ul.modify li:nth-child(-n+2) {
    margin-bottom: 10px;
}
#mochimugi #subscription ul.modify li img {
    margin: 0 auto 14px;
    height: 50px;
}
#mochimugi #subscription ul.modify li p,
#mochimugi #subscription ul.modify li p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #722200;
}
#mochimugi #subscription ul.modify li p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
#mochimugi #subscription ul.modify li span.notice {
    font-size: 10px;
    font-weight: normal;
}

/* reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

img{max-width:100%;}

*{
    webkit-appearance:none; 
    -webkit-appearance: none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

div,p{
    word-break: break-all;  
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select,textarea{
    vertical-align:middle;
    border:none;
    font-size:inherit;
}


input[type="text"],
input[type="number"],
input[type="search"],
select{
    padding:10px;
    border:1px solid #808080;   
    box-sizing:border-box;
    width:100%;
}

select{
    appearance: none;
    background: #fff url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_select-pull.svg) no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    border: 1px solid #AC9B91;
    padding-right:36px; 
}

.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

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

      layout

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

body{
    font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    background: #ffffff;
    text-align: left;
    line-height:1.5;
    color: #000;
    position:relative;
    overflow-x:hidden;
    right:0;
    font-size:14px;
}

img{
    max-width:100%; 
    vertical-align:bottom;
}

img[width="1"],img[width="0"]{
    display:none!important; 
}

.t_left {
    text-align: left;
}
.t_right {
    text-align: right;
}
.t_center {
    text-align: center;
}

body .c_blk {
    color: #000;
}
body .c_wht {
    color: #fff;
}
body .c_brn {
    color: #69280D;
}
body .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;
}

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

      head

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

.navBar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99999;
    background:#fff;
}   

.navBar ul {
    position: relative;
    display: flex;
    justify-content: stretch;
    padding: 0 5%;
}

.navBar li{
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.navBar li a {
    display:block;
    position: relative;
}

.navBar li img {
}

.navBar li.navHome {
    max-width: 45%;
    margin: 0 auto 0 4px;
}

.navCartIcon{
    position: absolute;
    right: -5px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    font-size: 11px;
    border-radius: 9px;
    background: #B82D28;
    color: #fff; 
}

#sideMenu {
    display: none;
    position:fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: rgba(255, 255, 255, .95);
    overflow:scroll;
    z-index: 99999;
}

.navSearch__wrap {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 90%;
    background: rgba(255, 255, 255, .95);
    padding: 10px 5%;
}

.searchArea {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #B82D28;
    border: 1px solid #B82D28;
    border-radius: 20px;
}

input[name="brand_search_form"]{
    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);
    height: 43px;
    border-radius: 19px;
    padding: 0 0.5em 0 3em;
    margin-left: -1px;
}
input[name="brand_search_form"]:focus {
    outline: none;
}

input[name="brand_search_button"]{
    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: 1em;
    font-weight: bold;
    background: transparent;
}

.searchword__wrap {
    margin-top: 20px;
}
.searchword__ttl {
    color: #B82D28;
    font-size: 0.875em;
    font-weight: 700;
    text-align: center;
}
.navBar .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;
    margin-left: 0;
}

.header-menu-switch {
    border: none;
    background: transparent;
}
.header-menu-switch.open img {
    height: 32px;
}

.sideNav {
    padding-bottom: 10%;
}
.sideNav ul:not(.beginner__wrap) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.sideNav,.sideNav a{
    color:#000;
}

.sideNav .inner-sideNav li a {
    display: block;
    border-bottom: 1px solid #AC9B91;
    padding: 1em;
}

.sideNav-title{
    width: calc(90% - 2em);
    border-top: 1px solid #AC9B91;
    margin: 0 auto;
    padding: 1em;
}

.sideNav-title.mt20{
    margin-top: 20px;
    padding-bottom: 0;
}
.sideNav-guide {
    position: relative;
    padding-bottom: 1em;
}
.sideNav-guide::before {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    width: 15px;
    height: 1px;
    background: #AC9B91;
    transition: all .3s;
}
.sideNav-guide::after {
    content: "";
    position: absolute;
    right: 7px;
    top: 4px;
    display: block;
    width: 1px;
    height: 15px;
    background: #AC9B91;
    transition: all .3s;
}
.sideNav-guide.open::after {
    transform: rotate(90deg);
}
.sideNav .sideNav-title ul:not(.beginner__wrap) {
    display: none;
    width: 100%;
}
.sideNav .sideNav-title .inner-sideNav li:last-child a {
    border-bottom: none;
}

.inner-sideNav{
    border-top: 1px solid #AC9B91;
}

.inner-sideNav li a{
}
.categorySwitch{
}

.categorySwitch.open{
}

.sideCategory{
    display:none;
}

#category_list2 {
}   

#category_list2 li a{
}

/* header{
    position: relative;
    margin-top: 80px;
} */
.obi__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.obi__wrap .obi__txt {
    border: 1px solid #732200;
    border-radius: 5px;
    color: #732200;
    font-size: 0.85em;
    padding: 0.5em;
    text-align: center;
}

.nav__wrapper {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.nav__wrapper .nav__wrapper__list {
    flex-basis: calc(50% - 2.5px);
}
.nav__wrapper .nav__wrapper__list .categorySwitch {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #B82D28;
    color: #fff;
    font-weight: 500;
}
.nav__wrapper .nav__wrapper__list .categorySwitch::before {
    content: "";
    transform: rotate(135deg) translate3d(120%, 135%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.nav__wrapper .nav__wrapper__list .categorySwitch.open::before {
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg) translate3d(160%, 105%, 0);
}
.nav__wrapper .nav__wrapper__list .sideCategory {
    position: absolute;
    top: 100%;
    left: 0;
    width: 85%;
    background: rgba(255, 255, 255, .95);
    padding-bottom: 5%;
    z-index: 9999;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu a {
    position: relative;
    border-top: none;
    padding: 1em 1em 1em 3em;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu a::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;
}
.nav__wrapper .nav__wrapper__list .sideCategory .catMenu 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;
}
.nav__wrapper .nav__wrapper__list .nav__wrapper__guide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #B82D28;
    color: #fff;
    font-weight: 500;
}
.nav__wrapper .nav__wrapper__list .nav__wrapper__guide img {
    height: 1.5em;
    margin-right: 1em;
}

.sideNav-bnr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

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

      common

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

.headint {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    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.25em;
    font-weight: 500;
    padding: .5em 0;
}

#mainContents .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    background: #E7DBA2;
    margin: 0 1em;
}
#mainContents .bx-wrapper .bx-pager.bx-default-pager a:hover, #mainContents .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #C8161D;
}
/* スライダー下の余白 */
#mainContents .bx-wrapper{
    margin-bottom: 35px;
}

#list_item,
.item,
.rankingList{
    text-align:left;
    margin:20px auto;   
    letter-spacing:-0.4em; 
}

#list_item li,
.item li,
.rankingList li{
    display:inline-block;
    vertical-align:top; 
    width:31%;
    margin-left:2%;
    font-size:12px;
    margin-bottom:15px;
    text-align:left;
    letter-spacing:normal;
}

#list_item li:nth-child(3n),
.item li:nth-child(3n),
.rankingList li:nth-child(3n){
    margin-right:1%;
}

#list_item .itemImgWrap,
.item .itemImg,
.rankingList .itemImg{
    text-align:center;
    margin-bottom:5px;
    position:relative;
}

.rankingNum{
    background:#2490d0;
    color:#fff; 
    border-radius:50%;
    width:22px;
    height:22px;
    line-height:22px;
    display:inline-block;
    position:absolute;
    left:-3px;
    top:-3px;
}

.rankingPrice{
    font-weight: 500;
    color: #69280D;
    line-height: 3;
}

.item .reviewRateStar{
    width:15px;
    height:15px;
    background-size:15px 15px;
    margin:0 0.5px; 
}

.item .reviewCount{
    display:none;   
}   

.itemDetail{
    text-align:left;    
}

.item span{
    font-weight: 500;
    color: #69280D;
    line-height: 3;  
}

.btn{
    display:inline-block;
    padding:10px;
    border-radius:6px;  
    width:80%;
    box-sizing:border-box;
}


.pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 60px;
}

.pager li{
    display: inline-block;
    margin: 0 0.25em;
}

.pager a span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #AC9B91;
    border-radius: 50%;
    padding: 0;
}

.pager a span.btn-next,
.pager a span.btn-prev{
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: #69270D;
    border: none;
    text-indent: -9999px;
}
.pager a span.btn-prev::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-135deg) translate3d(-125%, 0%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.pager a span.btn-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg) translate3d(115%, 10%, 0);
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pager span.current{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #eee;
    border: 1px solid #AC9B91;
    border-radius: 50%;
    padding: 0;
}

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

      content

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

#main-content{
    margin:10px 0;  
}

.heading{
    font-size:16px;
}

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

      top

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

.index-section{
    margin-bottom:30px; 
}

.recommendHeading,
.newHeading,
.rankingHeading{
    background:#222;    
    color:#fff;
    padding:6px 0;  
}

.indexSection {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.indexBanner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.banner__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner__list {
    flex-basis: 47.5%;
}
.banner__img {
    width: 100%;
    height: auto;
}
.banner__txt {
    display: block;
}

.indexBeginner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.beginner__wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.beginner__list {
    flex-basis: 47.5%;
}

.itemListReview{
}

.itemListReview li {
    position: relative;
    width:100%;
    margin:0;
    display:block;
}
.itemListReview li::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;
}

.itemListReview a{
    display: block;
    padding: 14px 0;
    box-sizing:border-box;
}

.itemListReview .itemBox{
    display:table;
}

.itemListReview .itemImg,
.itemListReview .itemDetail{
    display:table-cell;
    vertical-align:top;
}

.itemListReview .itemDetail{
    padding-left:5px;   
}

.itemListReview .itemImg{
    width:80px; 
}

.itemImg img{
    height:auto;    
}

.reviewBox{
    margin-top: 10px;
    font-size:12px;
    width:100%;
    box-sizing:border-box;
}

.reviewNullText{
    text-align:center;  
    padding:32px 0 48px;
}

.catlistHeading{
    text-align:left;
    padding:0 0 10px 10px;
}

.catMenu a{
    display:block;
    text-align:left;
    padding:10px;
    font-size:15px;
    border-top:1px dotted #666; 
}

.indexSection.indexOverview {
    width: 100%;
    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: 78px auto, 146px auto, 146px auto, 78px auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.overview__wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.overview__ttl {
    font-size: 1.25em;
    font-weight: 500;
}
.overview__txt {
    line-height: 2;
}


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

      category

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

#topicPath,
.searchPath{
    text-align:left;
    padding: 10px 5%;
    font-size:11px;
    margin-bottom:10px;
    word-wrap: break-word; 
}

#topicPath,
#topicPath a,
.searchPath{
    color:#666; 
}

#topicPath li{
    display:inline; 
}

.moreBtn a{
    display:inline-block;
    padding:10px;
    width:80%;
    border-radius:6px;
    border:3px solid #ccc;  
}

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

      利用案内/特定商取引/個人情報保護ポリシー

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


h3.catTit {
    text-align:left;
    font-size:17px;
    margin:20px 10px 25px;
}

.editContent {
    margin:0 10px 24px;
    text-align:left;
}

.editContent h4{
    font-size:14px;
    margin-bottom:20px;
}

#lawList th{
    font-size:14px;
}

#lawList td{
    font-size:13px;
    margin-bottom:30px; 
    padding:15px 0 30px;
}

.editArea {
    font-size:12px;
    text-align:left;
}

.editArea pre {
    margin:10px;
    white-space:pre-wrap;
}

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

      商品レビュー

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

/* レビューの星 */
.reviewRate{
    display:inline-block;   
    vertical-align:middle;
    font-size:0;
    margin:8px 0 8px -1px;
}

.reviewRateStar{
    display:inline-block;
    width:21px;
    height:21px;
    text-indent:-9999em;
    cursor:pointer;
    background:no-repeat center center;
    background-size:21px 21px;
    margin:0 1px;
}

.starOn{
    background:url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review.png) no-repeat center/100% auto;
}

.starOff{
    background:url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review_n.png) no-repeat center/100% auto;
}

.starHalf{
    background:url(https://gigaplus.makeshop.jp/haku8989baku/img/common/img_review_h.png) no-repeat center/100% auto;
}


/* レビューを書く */
.reviewContent{
    text-align:left;
    margin:0 10px 24px; 
}

.reviewForm dl {
    margin-bottom: 10px;
}
.reviewForm dd {
    margin-bottom: 15px;
}
.reviewForm dt {
    margin-bottom:4px;
    font-weight:bold;
}
.reviewForm dl input {
    padding: 6px 0;
    width: 99%;
}
.reviewForm dl textarea {
    padding: 6px 0;
    width: 99%;
}

.reviewForm .reviewRateStar{
    width:43px;
    height:43px;
    background-size:43px 43px;  
}

.reviewContent .required {
    background: #C00;
    color: white;
    display: inline-block;
    font-size: 11px;
    margin-left: 8px;
    padding: 1px 3px;
    font-weight: normal;
}

.reviewItem{
    margin: 16px auto;
    width: 100%;
    box-sizing: border-box;
    padding:16px;
    background:#eee;
    box-sizing:border-box;
    display:table;
}

.reviewItemUnit{
    display:table-cell;
    vertical-align: middle;
    text-align:left;
}
.reviewItemName{
    padding-left:8px;
    font-size:13px;
}

.reviewItemImg{
    width:80px; 
}

.reviewItemImg img{
    border: solid 1px #ccc;
    box-sizing: border-box;
    max-width:100%;
    height:auto;
}

.errorTxt{
    color:#cc0000;
    margin-bottom:5px;
}

.captionTxt{
    color:#888; 
    text-align:right;
    font-size:12px;
}

.reviewText{
    border: 1px solid #808080;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height:120px;
}

.btnPost{
    background:#999;
    text-align:center;
    color:#fff !important;  
    width:100%;
    padding:15px 0;
    font-size:16px;
}

#review #back .btn{ 
    width:auto;
    font-size:13px;
    padding:10px 30px;
    background:#eee;
}


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

      お知らせ

***************************************/
.newsHeading {
    background: #222;
    color: #fff;
    padding: 6px 0;
}

.newsList{
}

.newsList li {
    position: relative;
    padding: 14px 0;
}
.newsList li::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;
}

.newsDate,
.newsTitle{
    display: block;
}

.newsDate {
}

.newsTitle{
    margin-top: 5px;
}

.newsIndexLink{
}

/* お知らせ詳細 */

.newsMain{
    padding: 15px;
    text-align: left;
}

.newsMain .newsMainInfo{
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    text-align: right;
}

.newsMain .newsMainTitle{
    font-size: 14px;
    margin-bottom: 10px;
}

.newsMain .newsMainWrap{
    margin-bottom: 30px;
    border-top: dotted 1px #999;
    border-bottom: dotted 1px #999;
}

.newsMain .newsMainContent{
    font-size: 12px;
    padding: 20px 10px 50px;
}

.newsMain .newsMainPager{
    width: 100%;
    margin-bottom: 20px;
    overflow:hidden;
}

.newsMain .newsMainPager li{
    text-align: center;
}

.newsMain .newsMainPager a{
    display: inline-block;
    background: #e5e5e5;
    color: #333;    
    width: 25%;
    white-space: nowrap;
}

.newsMain .newsMainPager a.btnPrev{
    float: left;
}

.newsMain .newsMainPager a.btnNext{
    float: right;
}

.newsMain .newsIndexBtn a{
    background: #333;
    color: #fff;    
    width: 100%;
    text-align: center;
}

/* お知らせ一覧 */

.newsListAll{
    margin-bottom: 30px;
}

.newsListAll .newsListContent li{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #999;
}

.newsListAll .newsDate,
.newsListAll .newsTitle{
    display: block;
}

.newsListAll .newsDate{
}

.newsListAll .newsTitle{
}

.newsTitle{
}

.newsListPager{
    margin: 0 auto;
    font-size: 12px;
}

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

      footer

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

#footer-content{
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/footer/img_line-footer.svg) repeat-x bottom center/auto 40px;
    font-size: 12px;
    margin-top: 100px;
    padding-bottom: 60px;
}

.footerNav{
    border-top: 1px solid #AC9B91;
    border-bottom: 1px solid #AC9B91;
}

.footerNav-link{
}

.footerNav-link a {
    position: relative;
    display: block;
    padding: 1em 5%;
}
.footerNav-link 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;
}
.footerNav-link:last-child a::after {
    content: none;
}

.btn-switch{
}

.sns__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sns__list {
    margin: 0 1.5em;
}

.copyright{
    font-size:10px;
}

/****よくある質問・商品一覧 共通
***********************/
#question *,
#allItems *,
#review *{
    box-sizing: border-box;
}
img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
    flex-shrink: 0;
}
#question.qaSection,
#allItems.aiSection,
#review.reSection {
    padding: 0 5%;
}
#question li,
#allItems li {
    list-style: none;   
}
/* ページトップ */
.pageTopBtn {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 46px;
    height: 46px;
}
.pageTopBtn a img {
    width: 100%;
    height: 100%;
}
/****よくある質問***********************/

#question a {
    text-decoration: underline;
    color: #000;
}
/*ページ内リンク*/
#question .inPageNav {
    margin-bottom: 50px;
}
#question .inPageNav li {
    list-style: none;
    width: 100%;
    border:1px solid #69280D;
    border-radius: 6px;
}
#question .inPageNav li:not(:last-child) {margin-bottom: 12px;}
#question .inPageNav li a {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #69280D;
    text-align: center;
    position: relative;
    text-decoration: none;
}
#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: 18px;
    color: #69280D;
    margin-bottom: 20px;
}
#question #order,
#question #member,
#question #return {
    margin-bottom: 60px;
}

/*アコーディオン*/
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 30px 10px 6px;
    position: relative;
}
#question .accArea dt span {
    display: inline-block;
    font-size: 18px;
    color: #69280D;
    margin-right: 10px;
}
#question .accArea dt::before {
content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 2px;
    height: 16px;
    background: rgba(105,40,13,1);
    transition: all .3s;
}
#question .accArea dt::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    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 dl:last-of-type {
    border-bottom: 1px solid #AC9B91;
}

/****商品一覧***********************/
#allItems a {text-decoration: none;}
/*ページ内リンク*/
#allItems .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: 40px;
}
#allItems .inPageNav li {
    width: 49%;
    border:1px solid #AC9B91;
    background: #FDF9EC;
}
#allItems .inPageNav li {margin-bottom: 8px;}
#allItems .inPageNav li a {
    display: block;
    padding: 10px 8px;
    font-size: 12px;
    color: #69280D;
    position: relative;
    letter-spacing: -1px;
}
#allItems .inPageNav li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #69270D;    
}
#allItems .inPageNav li a::after {
    content: "";
    position: absolute;
    top: 56%;
    right: 4px;
    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: 20px;
    text-align: center;
    color: #69280D;
    padding-bottom: 6px;
    border-bottom: 2px solid #69280D;
}
#allItems #classic p {
    margin: 0 5% 30px;
}
#allItems #classic ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 60px;
}
#allItems #classic ul li {
    width: 50%;
    border: 0;
    background: none;
}
#allItems #classic ul li:nth-child(-n+2) {margin-bottom: 30px;}
#allItems #classic ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; 
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    color: #000;
    font-size: 16px;
}
#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 .item-category:not(:last-child) {
    margin-bottom: 50px;
}
#allItems .itemBox {
    margin: 0 5% 40px;
}
#allItems .itemBox img {margin: 0 auto 20px;}
#allItems .item-category ul {
    margin: 0 5%;
}
#allItems .item-category ul li {
    color: #69280D;
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
    border:1px solid #AC9B91;
    background: #FDF9EC;    
}
#allItems .item-category ul li {
    padding: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;    
}
#allItems .item-category ul li a {
    width: 96px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #69280D;
    padding: 5px;
    margin-left: 10px;
    border-radius: 10px;
    flex-shrink: 0;
}

/****レビューの書き方***********************/
#review .review-intro,
#review .review-stepBox {
    margin-bottom: 40px;
}
#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: 4px;
}
#review .review-intro ul.indent {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 50px;
}
#review .review-intro ul.stepInfo li {
    width: 100%;
    border:1px solid #69280D;
    border-radius: 10px;
    padding: 40px 16px 16px;
    position: relative;
}
#review .review-intro ul.stepInfo li:not(:last-child) {
    margin-bottom: 60px;
}
#review .review-intro ul.stepInfo li:not(:last-child)::after{
    content: "";
    position: absolute;
    bottom: -50px;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1.4em;
    height: 1.4em;
    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: 20px;
    color: #69280D;
    padding: 0 0 6px 100px;
    border-bottom: 1px solid #AC9B91;
    position: relative;
    margin-bottom: 30px;
}
#review h4 span.step {
    position: absolute;
    top: 2px;
    left: 0;
    width: 90px;
    padding: 1px 10px;
    font-size: 13px;
}
#review span.step > span {
    font-size: 17px;
}
#review .review-stepBox > p {
    margin: 0 16px 2em;
}
#review .review-stepBox ul li {
    width: 100%;
    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;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1.4em;
    height: 1.4em;
    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 img {
    width: 86%; 
}
#review .point p {
    margin-top: 2em;
    text-align: center;
}
#review .memberlink {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #69280D;
    border-radius: 10px;
}


/****国産もち麦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;
}
#mochimugi li {
    list-style: none;   
}

/*メインビジュアル*/
#mochimugi .mainImg {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: calc(100%*254/380);
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/SP_bg_mainhakkou.png") center center no-repeat;
    background-size: 100% auto;
    position: relative;
}
#mochimugi .mainImg h2 {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -1px;
}
#mochimugi .mainImg h2 span {
    font-size: 15px;
    padding-right: 6px;
}

/*購入ボタンエリア*/
#mochimugi .purchaseArea {
    padding: 0 5%;
}
#mochimugi .purchaseArea li {
    background: #FDF9EC;
    border:1px solid #B09A90;
    padding: 30px 10px;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
}#mochimugi .purchaseArea li:last-of-type {
    padding: 0 0 30px;
}
#mochimugi .purchaseArea li p {
    white-space: nowrap;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
#mochimugi .purchaseArea li p span:first-of-type {
    display: block;
    font-size: 23px;
}
#mochimugi .purchaseArea li p span:last-of-type {
    font-size: 34px;
    color: #B82D28;
    line-height: 1;
    margin-right: -10px;
}
#mochimugi .purchaseArea li span.size {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 4px 10px;
    margin: 0 auto 20px;
    width: 190px;
    background: #3D2313;
    border-radius: 30px;
}#mochimugi .purchaseArea li:last-child span.size {
    margin: 0 auto 10px;
}
#mochimugi .purchaseArea li .package {
    position: relative;
}
#mochimugi .purchaseArea li .package img {
    width: auto;
    height: 240px;
    margin: 0 auto 20px;
}
#mochimugi .purchaseArea li .package::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 40px;
    height: 80px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_left.svg") center center no-repeat;
    background-size: 100% auto; 
}
#mochimugi .purchaseArea li .package::after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: 30px;
    width: 40px;
    height: 80px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_voice_right.svg") center center no-repeat;
    background-size: 100% auto; 
}
#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 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;  
    color: #fff;
    display: inline-block;
    padding: 14px 0 14px 50px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_cart.svg") left center no-repeat;
    background-size: auto 30px;
}
#mochimugi .purchaseArea li:last-child p {
    padding: 0 3%;
}
#mochimugi .purchaseArea li:last-child p.subscTitle {
    font-size: 24px;
    color: #fff;
    background: #3D2313;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 2px;
}
#mochimugi .purchaseArea .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #722200;
    margin: 0 5%;
}
#mochimugi .purchaseArea li .priceBox.pB02 {
    align-items: flex-end;
}
#mochimugi .purchaseArea span.normalPrice {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #3D2313;
    padding: 6px 12px;
    font-size: 18px;
    margin-right: 10px;
}
#mochimugi .purchaseArea span.normalPrice02 {
    color: #722200; 
    font-size: 34px;
    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 p.spPriceTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
    border-top: 2px solid #B82D28;
    border-bottom: 2px solid #B82D28;
    padding: 4px 0;
    margin: 40px 0 4px;
    position: relative;
    width: calc(100% - 20px);
    margin: 0 auto;
}
#mochimugi .purchaseArea li p.spPriceTxt::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1em;
    height: 1em;
    border-top: 2px solid #69280D;
    border-right: 2px solid #69280D;
}

#mochimugi .purchaseArea span.specialPrice {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #B82D28;
    padding: 6px 12px;
    margin: 6px 10px 0 0;
}
#mochimugi .purchaseArea span.specialPrice02 {
    font-size: 50px;
    font-weight: bold;
    color: #B82D28;
    padding: 0 6px;
    margin-bottom: -14px;
}
#mochimugi .purchaseArea span.taxBox {
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
}
#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: 15px;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: normal;
}
#mochimugi .purchaseArea li:last-child a {
    margin: 0 5%;
}

/*おいしい麦ごはんを届けたい*/
#mochimugi #share {
    padding: 60px 5% 30px;
    margin-bottom: 20px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/bg_rice01.jpg") center top no-repeat;
    background-size: cover;
}
#mochimugi #share .intro h3 {
    font-size: 30px;
    color: #B82D28;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5;
}
#mochimugi #share .intro p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
    margin-bottom: 6em;
}

#mochimugi #share .mochimugiHistory {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/img_rice.jpg");
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #000;
    position: relative;
    padding: 30px 5%;
    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: -80px;
    left: -18px;
    width: 140px;
    height: 200px;
    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: 27px;
    letter-spacing: 3px;
    line-height: 1.3;
    margin-bottom: 260px;
}
#mochimugi #share .mochimugiHistory h4 span {
    text-align: center;
    color: #FFF;
}
#mochimugi #share .mochimugiHistory h4 .m-large {
    font-size:27px;
}
#mochimugi #share .mochimugiHistory h4 .large {
    font-size: 37px;
}
#mochimugi #share .mochimugiHistory h4 .m-small {
    font-size: 22px;
}
#mochimugi #share .mochimugiHistory h4 .braces {
    padding: 0 20px;
    position: relative;
}
#mochimugi #share .mochimugiHistory h4 .braces::before {
    position: absolute;
    display: block;
    content: "「";
    top: -10px;
    left: -10px;
}
#mochimugi #share .mochimugiHistory h4 .braces::after {
    position: absolute;
    display: block;
    content: "」";
    bottom: -3px;
    right: -10px;
}
#mochimugi #share .mochimugiHistory p,
#mochimugi #share .mochimugiHistory p span {
    color: #FFF;
}
#mochimugi #share .mochimugiHistory .historyInnerBox p:first-child {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
#mochimugi #share .mochimugiHistory .historyInnerBox p:first-child span {
    font-size: 50px;
    letter-spacing: 0.2em;
    padding-left: 0.3em;
}
#mochimugi #share .mochimugiHistory .historyInnerBox p:last-child {
    font-size: 14px;
    line-height: 1.8;
}

#mochimugi #share .research h4 {
    background: #fcf2e3;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 10px 0;
}
#mochimugi #share .research h4::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_multi.svg") center center no-repeat;
    background-size:  auto 100%;
}
#mochimugi #share .research h4 span:first-of-type {
    padding: 0 100px 0 0;
}
#mochimugi #share .research .innerBox {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_barley.jpg") 10% bottom no-repeat;
    background-size: cover;
    padding: 20px 5%;
    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: 28px;
    margin: 3em 0 1em;
    line-height: 1.3;
}
#mochimugi #share .research .innerBox p:last-child {
    font-size: 14px;
    line-height: 1.8;
}

/*消費者の声*/
#mochimugi .consumer {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/bg_consumer.jpg") left top no-repeat;
    background-size: 100% auto;
    padding: calc(100%*300/374) 5% 0;
}
#mochimugi .consumer p:first-child {
    margin: 0 5% 30px;
    padding: 10px 0;
    border-top: 1px solid #3D2313;
    border-bottom: 1px solid #3D2313;
    text-align: center;
}
#mochimugi .consumer p:first-child span {
    font-size: 26px;    
}
#mochimugi .consumer p:last-child {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 5%;
}

/*日々進化*/
#mochimugi .evolution {
    padding: 150px 0 60px;
}
#mochimugi .evolution h4 {
    margin: 0;
    color: #B82D28;
    font-size: 27px;
    text-align: center;
    position: relative;
}
#mochimugi .evolution h4::after {
    position: absolute;
    display: block;
    content: "";
    top: -140px;
    right: 5%;  
    width: 150px;
    height: 150px;
    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: 47px;    
}
#mochimugi .evolution > div img {
    margin-right: 40px;
}
#mochimugi .evolution > div p {
    font-size: 14px;
    line-height: 2;
    margin: 0 10%;
}

/*厳しい品質基準*/
#mochimugi .quality {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/sp/bg_rawmaterials.jpg") center bottom no-repeat;
    background-size: contain;
}
#mochimugi .quality h4 {
    color: #C7732D;
    text-align: center;
    font-size: 37px;
    letter-spacing: 4px;
    margin: 0 5% 30px;
}
#mochimugi .quality h4 span {
    color: #C7732D;
}
#mochimugi .quality h4 .hasBorder {
    display: inline-block;
    font-size: 26px;
    letter-spacing: 0;
    padding: 20px 10px;
    margin-bottom: 10px;
    border-top: 2px solid #C7732D;
    border-bottom: 2px solid #C7732D;
}
#mochimugi .quality h4 .num {
    font-size: 43px;
}
#mochimugi .quality h4 .per {
    font-size: 37px;
}
#mochimugi .quality p {
    font-size: 14px;
    text-align: center;
    color: #69280D;
    line-height: 2; 
    margin: 0 10%;
    white-space: nowrap;
}
#mochimugi .quality p:first-of-type {
    text-shadow: 0px 2px 2px rgba(255,255,255,.8);
    margin: 0;
}
#mochimugi .quality p:last-child {
    margin-top: auto;
    font-size: 18px;
    padding: 10px 10%;
    margin: 65% 0 0;
    line-height: 1.4;
    background: rgba(255,255,255,.7);
}

/*最高においしい麦ごはん*/
#mochimugi #tasty {
    padding: 70px 0;
    position: relative;
}
#mochimugi #tasty::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;   
    width: 120px;
    height: 130px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/bg_barley03.png") right top no-repeat;
    background-size: 100% auto;
    transform: scale(-1, -1);
}
#mochimugi #tasty::after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;    
    width: 120px;
    height: 130px;
    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: 29px;
    line-height: 1.4;
}
#mochimugi #tasty p span:first-child {
    color: #B82D28;
    position: relative;
}
#mochimugi #tasty p span:first-child::before {
    position: absolute;
    display: block;
    content: "「";
    top: -10px;
    left: -60px;
}
#mochimugi #tasty p span:first-child::after {
    position: absolute;
    display: block;
    content: "」";
    bottom: -3px;
    right: -80px;
}
#mochimugi #tasty p span:nth-of-type(2) {
    font-size: 20px;
}
#mochimugi #tasty p span:nth-of-type(3) {
    font-size: 32px;
    color: #B82D28;
    padding: 0 10px;
}

/*ご満足の声*/
#mochimugi #voice {
    background: #FDF9EC;
    padding: 40px 5% 40px;
    margin-bottom: 30px;
}
#mochimugi #voice p.voiceCatch01 {
    text-align: center;
    font-size: 19px;
    position: relative;
    margin-bottom: 40px;
}
#mochimugi #voice p.voiceCatch01 span {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}
#mochimugi #voice p.voiceCatch01::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -10px;
    width: 24px;
    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: 0px;
    margin: auto;
    right: -10px;
    width: 24px;
    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;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
} 
#mochimugi #voice .voiceBox img {
    position: absolute;
    z-index: 2;
}
#mochimugi #voice .voiceBox p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}
#mochimugi #voice .voiceBox p.commentTitle {
    font-size: 18px;
    color: #B82D28;
    margin-bottom: 1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
#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 {
    margin-bottom: 130px;
}
#mochimugi #voice .voiceBox:first-of-type img {
    bottom: -150px;
    right: -16px;
    width: 230px;
}
#mochimugi #voice .voiceBox:nth-of-type(2) {
    margin-bottom: 190px;
}
#mochimugi #voice .voiceBox:nth-of-type(2) img {
    bottom: -210px;
    right: 0px;
    width: 100%;
    max-width: 360px;
}

#mochimugi #voice p.voiceCatch02 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}
#mochimugi #voice .voiceBox02 .voiceTxt {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    position: relative;
} 
#mochimugi #voice .voiceBox02 img {
    position: absolute;
    z-index: 2;
}
#mochimugi #voice .voiceBox02 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 2;
}
#mochimugi #voice .voiceBox02 p.commentTitle {
    text-align: center;
    font-size: 16px;
    color: #B82D28;
    margin-bottom: 1em;
    font-weight: bold;
    white-space: nowrap;
}
#mochimugi #voice .voiceBox02 .voiceTxt:first-of-type {
    margin-right: 20%;
    margin-bottom: 20px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:first-of-type p:not(.commentTitle) {
    padding-right: 40px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:first-of-type img {
    bottom: 0px;
    right: -80px;
    width: 130px;
    transform: rotate( 17deg );
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(2) {
    margin: 0 0 90px 30px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(2) img {
    bottom: -110px;
    left: -40px;
    width: 150px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(3) {
    margin-bottom: 20px;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(4) {
    margin: 0 100px 20px 0;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(4) p:not(commentTitle) {
    padding-right: 1em;
}
#mochimugi #voice .voiceBox02 .voiceTxt:nth-of-type(4) img {
    bottom: 0px;
    right: -110px;
    width: 140px;
}

/*もち麦ごはんの炊き方*/
#mochimugi #howTo,
#mochimugi #subscription {
    background: #e7dec5;
    padding: 20px;
    margin-bottom: 30px;
}
#mochimugi #howTo .inner,
#mochimugi #subscription .inner {
    background: #fff;
    padding: 30px 20px;
}
#mochimugi #howTo h4 {
    text-align: center;
    font-size: 28px;
    color: #B82D28;
    margin-bottom: 30px;
}
#mochimugi #howTo p.info {
    text-align: center;
    padding: 10px;
    margin: 0 auto 40px;
    border-top:  2px solid #69280D;
    border-bottom:  2px solid #69280D;
}
#mochimugi #howTo p.info span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #722200;
}
#mochimugi #howTo p.info span.reference {
    font-size: 14px;
}

#mochimugi #howTo ul.cook li {
    width: 80%;
    margin: 0 auto;
    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: 46px;
    background: #722200;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: -25px;
    left: 8%;
}
#mochimugi #howTo ul.cook li img {
    margin-bottom: 10px;
}
#mochimugi #howTo ul.cook li p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #722200;
    text-align: center;
    margin-bottom: 40px;
}
#mochimugi #howTo ul.cook li p span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #B82D28;
    text-align: center;
}

/*定期購入*/
#mochimugi #subscription .subscInfo {
    width: 100%;
    background: #B82D28;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 16px;
    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: -16px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #B82D28 transparent transparent transparent;
    border-width: 16px 12px 0 12px;
}
#mochimugi #subscription .subscInfo span {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
#mochimugi #subscription .subscInfo span:nth-of-type(2) {
    font-size: 29px;
    font-weight: bold;
    margin-left: 3px
}
#mochimugi #subscription .subscInfo span:nth-of-type(3) {
    font-size: 18px;
    font-weight: bold;
    margin-right: 3px;
    padding-top: 5px
}
#mochimugi #subscription .subscInfo span:nth-of-type(4) {
    font-size: 19px;
    font-weight: bold;
}

#mochimugi #subscription h4 {
    font-size: 30px;
    color: #B82D28;
    text-align: center;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 20px;
}
#mochimugi #subscription h4::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #B82D28, #B82D28 3px, transparent 3px, transparent 12px);
    background-size: 12px 3px;
    background-repeat: repeat-x;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#mochimugi #subscription p.info {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -1px;
    white-space: nowrap;
}
#mochimugi #subscription ul.select li {
    width: 100%;
    background: #FDF9EC;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 20px;
}
#mochimugi #subscription ul.select li dl {
    width: 100%;
}
#mochimugi #subscription ul.select li dt {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    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: 20px;
    color: #B82D28;
    margin-left: 1em;
}
#mochimugi #subscription ul.select li dd {
}
#mochimugi #subscription ul.select li dd p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-align: center;
    margin: 10px 0 20px;
}
#mochimugi #subscription ul.select li dd p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 26px;    
    font-weight: bold;
    margin: 0 6px;
}
#mochimugi #subscription ul.select li:first-child dd img {
    width: 70%;
    margin: 0 auto;
}
#mochimugi #subscription ul.select li:last-child dd p {
    margin: 20px 0;
}
#mochimugi #subscription ul.modify {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
}
#mochimugi #subscription ul.modify li {
    width: 48%;
    background: #FDF9EC;
    border-radius: 10px;
    padding: 20px;
}
#mochimugi #subscription ul.modify li:nth-child(-n+2) {
    margin-bottom: 10px;
}
#mochimugi #subscription ul.modify li img {
    margin: 0 auto 14px;
    height: 50px;
}
#mochimugi #subscription ul.modify li p,
#mochimugi #subscription ul.modify li p span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #722200;
}
#mochimugi #subscription ul.modify li p span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
#mochimugi #subscription ul.modify li span.notice {
    font-size: 10px;
    font-weight: normal;
}

/****骨太家族***********************/
#honebuto * {
    box-sizing: border-box;
    font-family: 'Noto sans JP', sans-serif;
    color: #3D2313;
}
#honebuto img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
    flex-shrink: 0;
}
#honebuto li {
    list-style: none;   
}

/*メインビジュアル*/
#honebuto .mainImg {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: calc(100%*249/375);
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/bg_mv_Ca.jpg) center center no-repeat;
    background-size: 100% auto;
    position: relative;
}
#honebuto .mainImg h2 {
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0;
    line-height: 52px;
}
#honebuto .mainImg h2 span {
    padding-left: 10px;
    font-size: 32px;
    line-height: 52px;
    vertical-align: bottom;
}

/*購入ボタンエリア*/
#honebuto .purchaseArea {
    padding: 0 5%;
}
#honebuto .purchaseArea > li {
    background: #FDF9EC;
    border:1px solid #B09A90;
    padding: 40px 10px 30px;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
}
#honebuto .purchaseArea li:last-of-type {
    padding: 0 0 30px;
}
#mochimugi .purchaseArea >li > p {
    white-space: nowrap;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
#honebuto .purchaseArea > li > p span:first-of-type {
    display: block;
    font-size: 23px;
}
#honebuto .purchaseArea > li:first-child {
    margin-bottom: 20px;
}
#honebuto .purchaseArea > li:first-child {
    background-image: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/bg_barley.png);
    background-size: 160px auto;
    background-position: top right;
    background-repeat: no-repeat;
}
#honebuto .purchaseArea > li:first-child p:first-of-type {
    font-size: 18px; 
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
#honebuto .purchaseArea li:first-child p:nth-of-type(2) {
    font-size: 44px;
    color: #E58707;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    margin-bottom: 20px;
}
#honebuto .purchaseArea li:first-child p:nth-of-type(2) span {
    display: inline;
    font-size: 50px;
    color: #E58707;
    line-height: 55px;
    vertical-align: bottom;
    padding-right: 0.2em;
}
#honebuto .purchaseArea li .package {
    display: block;
    position: relative;
}
#honebuto .purchaseArea li .package::before {
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    right: 50px;
    width: 46px;
    height: 140px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/icon_packageEffect.svg) center center no-repeat;
    background-size: 100% auto;
    transform: scale(1, 1);
}
#honebuto .purchaseArea li .package img {
    width: 40%;
    margin: 0 auto;
}
#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: -4px;
    left: 0px;
    width: 90px;
    height: 80px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_point01.svg) center center no-repeat;
    background-size: 100% auto;
}
#honebuto .purchaseArea li:first-child ul.point li:last-child::after {
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    left: 0px;
    width: 90px;
    height: 80px;
    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 {
    margin-left: 10%;
    padding: 10px 0 10px 20%;
}
#honebuto .purchaseArea li:first-child ul.point p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #E58707;
    margin-bottom: 0;
    border-bottom: 1px dashed #000;
}
#honebuto .purchaseArea li:first-child ul.point p:nth-of-type(2) {
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    color: #3D2313;
    margin-bottom: 0;
}
#honebuto .purchaseArea li:first-child ul.point p.present {
    line-height: 1;
}
#honebuto .purchaseArea li:first-child ul.point p.present + p {
    padding: 10px 0;
}
#honebuto .purchaseArea li:first-child ul.point li:last-child p:nth-of-type(3) {
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    color: #3D2313;
    margin-bottom: 0;
}

#honebuto .purchaseArea li:last-child p {
    font-size: 26px;
    position: relative;
}
#honebuto .purchaseArea li:last-child p.subscTitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #3D2313;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 2px;
}
#honebuto .purchaseArea li:last-child p.subscTitle + p::before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    left: 16px;
    width: 20px;
    height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_voice_left_red.svg") center bottom no-repeat;
    background-size: 100% auto; 
}
#honebuto .purchaseArea li:last-child p.subscTitle + p {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: bold;
    color: #B82D28;
    text-align: center;
    margin-bottom: 20px;
}
#honebuto .purchaseArea li:last-child p.subscTitle + p::after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    right: 16px;
    width: 20px;
    height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/icon_voice_right_red.svg") center bottom no-repeat;
    background-size: 100% auto; 
}
#honebuto .purchaseArea li:last-child p.annotation {
    padding: 0 5%;
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px;
}
#honebuto .purchaseArea li:last-child span.size {
    margin: 0 auto 10px;
}
#honebuto .purchaseArea li span.size {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 4px 10px;
    margin: 0 auto 20px;
    width: 190px;
    background: #3D2313;
    border-radius: 30px;
}
#honebuto .purchaseArea li:last-child span.size {
    margin: 0 auto 10px;
}
#honebuto .purchaseArea li:last-child p.subscTitle {
    font-size: 24px;
    color: #fff;
    background: #3D2313;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 2px;
}
#honebuto .purchaseArea .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #722200;
    margin: 0 5%;
}
#honebuto .purchaseArea li .priceBox.pB02 {
    align-items: flex-end;
}
#honebuto .purchaseArea span.normalPrice {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #3D2313;
    padding: 6px 12px;
    font-size: 18px;
    margin-right: 10px;
}
#honebuto .purchaseArea span.normalPrice02 {
    font-family: 'Noto Serif JP', serif;
    color: #722200; 
    font-size: 34px;
    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 p.spPriceTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #B82D28;
    border-bottom: 2px solid #B82D28;
    padding: 4px 0;
    margin: 40px 5% 4px;
    position: relative;
}
#honebuto .purchaseArea li p.spPriceTxt::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1em;
    height: 1em;
    border-top: 2px solid #69280D;
    border-right: 2px solid #69280D;
}

#honebuto .purchaseArea span.specialPrice {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #B82D28;
    padding: 6px 12px;
    margin: 6px 8px 0 0;
    flex-shrink: 0;
}
#honebuto .purchaseArea span.specialPrice02 {
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: bold;
    color: #B82D28;
    padding: 0 6px;
    margin-bottom: -14px;
    flex-shrink: 0;
}
#honebuto .purchaseArea span.taxBox {
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 1;
}
#honebuto .purchaseArea span.taxBox > span {
    color: #B82D28;
    font-size: 16px;
    font-weight: bold;
}
#honebuto .purchaseArea li:last-child p.minimum {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: normal;
}
#honebuto .purchaseArea li:last-child a {
    margin: 0 5%;
}

#honebuto .purchaseArea a {
    display: block;
    background: #E58707;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 5px 13px -8px #6b6b6b;
}
#honebuto .purchaseArea a span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 14px 0 14px 50px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_cart.svg) left center no-repeat;
    background-size: auto 30px;
}

/* 骨太家族180とは？*/
#honebuto #about .intro {
    display: block;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/bg_about.jpg") center center no-repeat;
    background-size: 100% auto;
    padding-bottom: calc(100%*386/375);
    position: relative;
}
#honebuto #about .intro h3 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
    color: #69280D;
    text-align: center;
}
#honebuto #about .intro h3 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 42px;
    color: #69280D;
}
#honebuto #about .intro p {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    color: #69280D;
    padding: 10px;
    text-align: center;
    background-color: rgba(255,255,255, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#honebuto #about .aboutitem {
    padding: 30px 0;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/bg_rice.jpg") center center no-repeat;
    background-size: cover;
}
#honebuto #about .aboutitem .itemInnerBox {
    padding: 30px 10px 40px;
    background: #fff;
    border: 1px solid #AC9B91;
    border-radius: 10px;
    position: relative;
    margin: 0 5%;
}
#honebuto #about .aboutitem .itemInnerBox h4 {
    font-size: 36px;
    color: #69280D; 
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -2px;
}
#honebuto #about .aboutitem .itemInnerBox p {
    font-size: 16px;
    line-height: 2.4;
    text-align: center;
}
#honebuto #about .aboutitem .itemInnerBox p:first-of-type {
    margin-bottom: 220px;
    position: relative;
}
#honebuto #about .aboutitem .itemInnerBox p:first-of-type::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -200px;
    right: 0;
    left: 0;
    margin: auto;
    width: 180px;
    height: 180px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_barley03.png") center center no-repeat;
    background-size: 100% auto; 
}
span.underLine {
    border-bottom: 3px solid #B82D28;
    padding-bottom: 2px;
}
#honebuto #about .aboutitem .itemInnerBox p span.underLine > span {
    font-size: 22px;
    font-weight: bold;
    color: #69280D; 
    padding: 0 6px;
}
#honebuto #about .aboutitem .itemInnerBox p img {
    display: inline-block;
    padding: 0 10px;
    width: 60px;
}
#honebuto #about .aboutitem .itemInnerBox img.milk {
    display: block;
    margin: 10px auto 0;
}

/* カルシウムの必要性*/
#honebuto #about .calcium {
    padding: 40px 5%;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/bg_table.jpg") center top repeat-y;
    background-size: 100% auto;
}
#honebuto #about .calcium h4 {
    font-size: 34px;
    font-weight: normal;
    color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    background: #B82D28;
    letter-spacing: -1px;
}
#honebuto #about .calcium h4 + p {
    font-size: 20px;
    color: #B82D28;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
#honebuto #about .calcium .fillRate {
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
#honebuto #about .calcium .fillRate h5 {
    font-size: 18px;
    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: 10px;
    color: #69280D;
    margin-bottom: 30px;
}
#honebuto #about .calcium .requirement {
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 80px;
    position: relative;
}
#honebuto #about .calcium .requirement::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 40px;
    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 > img {
    width: 100%;
    margin-bottom: 20px;
}
#honebuto #about .calcium .requirement ul {
    width: 100%;
    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;
    height: 90px;
}
#honebuto #about .calcium .requirement ul li p {
    font-size: 13px;
    font-weight: bold;
    color: #722200;
    text-align: center;
}
#honebuto #about .calcium .requirement ul + p {
    font-size: 12px;
    color: #722200;
    text-align: center;
}

#honebuto #about .putItIn p.putInTitle {
    width: 100%;
    padding-bottom: 6px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #69280D;
    border-bottom: 4px solid #B82D28;
}
#honebuto #about .putItIn > p span {
    font-size: 40px;
    color: #B82D28;
}
#honebuto #about .putItIn > div {
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    padding: 30px 10px;
    margin-bottom: 20px;
    position: relative;
}
#honebuto #about .putItIn p {
    font-size: 18px;
    color: #69280D;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
#honebuto #about .putItIn > div > p >span {
    display: block;
}
#honebuto #about .putItIn span.strong {
    font-size: 30px;
    color: #B82D28;
    font-weight: bold;
    border-bottom: 4px solid #FDF46F;
    padding-right: 12px;
}
#honebuto #about .putItIn span.lastitem {
    display: inline-block;
    margin-top: 10px;
}
#honebuto #about .putItIn > div ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#honebuto #about .putItIn > div ul li:first-child {
    margin-right: 3px;
}
#honebuto #about .putItIn p.note {
    font-size: 10px;
    color: #69280D;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
    border-bottom: 0;
}

/* 4つの特徴*/
#honebuto #feature .featureTitle {
    display: block;
    padding: 4px 16px 1px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/bg_rice02.jpg) center center no-repeat;
    background-size : cover;
}
#honebuto #feature .featureTitle h3 {
    width: 70%;
    margin: 0 auto 16px;
    font-family: 'Noto Serif JP', serif;
    font-size: 37px;
    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: 74px;
    color: #AA5A27;
}

#honebuto #feature .featureBox h4 {
    font-family: 'Noto Serif JP', serif;
    background: #AA5A27;
    padding: 10px 20px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-shadow: 0px 2px 6px rgb(0, 0, 0, .4);
}
#honebuto #feature .featureBox h4 span:first-child {
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    color: #fff;
    padding-right: 16px;
}
#honebuto #feature .featureBox h4 span:last-child {
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
#honebuto #feature .featureBox > div {
    padding: 30px 5%;
    height: 440px;
    display: flex;
    flex-direction: column;
}

#honebuto #feature .featureBox > div p {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    color: #fff;
}
#honebuto #feature .featureBox:nth-of-type(2) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/img_feature01.jpg") center top no-repeat;
    background-size: cover;
    justify-content: flex-start;
    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: 14px;
}

#honebuto #feature .featureBox:nth-of-type(3) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/sp/img_feature02.jpg") center center no-repeat;
    background-size: cover;
    justify-content: flex-start;
}
#honebuto #feature .featureBox:nth-of-type(3) > div p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    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/sp/img_feature03.jpg") center center no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
}
#honebuto #feature .featureBox:nth-of-type(5) > div {
    padding: 60px 5%;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/img_feature04.jpg") center center no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-content: center;  
}
#honebuto #feature .featureBox:nth-of-type(5) > div p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
}
#honebuto #feature .featureBox:nth-of-type(5) > div ul li {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    white-space: nowrap;
}

/* ご満足の声 */
#honebuto #voice {
    padding: 40px 5%;
    margin-bottom: 30px;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/honebuto/bg_voice.jpg") center top repeat-y;
    background-size: 300% auto;
}
#honebuto #voice p.voiceCatch01 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 30px;
    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: 18px;
    font-weight: bold;
    color: #69280D;
    line-height: 1;
    margin-bottom: 10px;
}
#honebuto #voice p.voiceCatch01::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 40px;
    height: 66px;
    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;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 40px;
    height: 66px;
    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;
    background: #fff;
    padding: 30px 20px;
    border-radius: 40px;
}
#honebuto #voice ul li:not(:last-child) {
    margin-bottom: 20px;
}
#honebuto #voice ul li:nth-child(even) {
    flex-direction: row-reverse;
}
#honebuto #voice ul li img {
    width: 90px;
}
#honebuto #voice ul li:nth-child(1) img {
    width: 100px;
}
#honebuto #voice ul li:nth-child(odd) img,
#honebuto #voice ul li:nth-child(even) p {
    margin-right: 12px;
}
#honebuto #voice ul p span span {
    color: #B82D28;
}



/****カレー粥***********************/
#currygayu * {
    box-sizing: border-box;
    font-family: 'Noto sans JP', sans-serif;
    color: #3D2313;
}
#currygayu img {
    display: block;
    max-width: 100%;
    vertical-align: bottom;
    flex-shrink: 0;
}
#currygayu li {
    list-style: none;   
}

/*メインビジュアル*/
#currygayu .mainImg {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: calc(100%*249/375);
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/SP/bg_mv_pre.jpg) center center no-repeat;
    background-size: 100% auto;
    position: relative;
}
#currygayu .mainImg h2 {
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0;
    line-height: 52px;
}
#currygayu .mainImg h2 span {
    padding-left: 10px;
    font-size: 32px;
    line-height: 52px;
    vertical-align: bottom;
}

/*購入ボタンエリア*/
#currygayu .purchaseArea {
    padding: 0 5%;
}
#currygayu .purchaseArea > li {
    background: #FDF9EC;
    border:1px solid #B09A90;
    padding: 40px 10px 30px;
    border-radius:10px;
    position: relative;
    margin-bottom: 30px;
}
#currygayu .purchaseArea li:last-of-type {
    padding: 0 0 30px;
}
#mochimugi .purchaseArea >li > p {
    white-space: nowrap;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 24px;
}
#currygayu .purchaseArea > li > p span:first-of-type {
    display: block;
    font-size: 23px;
}
#currygayu .purchaseArea > li:first-child {
    margin-bottom: 20px;
}
#currygayu .purchaseArea > li:first-child {
    background-image: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/sp/bg_barley.png);
    background-size: 160px auto;
    background-position: top right;
    background-repeat: no-repeat;
}
#currygayu .purchaseArea > li:first-child p:first-of-type {
    font-size: 18px; 
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}
#currygayu .purchaseArea li:first-child p:nth-of-type(2) {
    font-size: 44px;
    color: #E58707;
    font-weight: bold;
    text-align: center;
    /* line-height: 55px; */
    margin-bottom: 20px;
}

#currygayu .purchaseArea li:first-child p:nth-of-type(2) span {
    display: inline;
    font-size: 50px;
    color: #E58707;
    /* line-height: 55px; */
    vertical-align: bottom;
    padding-right: 0.2em;
}
#currygayu .purchaseArea li .package {
    display: block;
    position: relative;
}
#currygayu .purchaseArea li .package::before {
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    right: 50px;
    width: 46px;
    height: 140px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/sp/icon_packageEffect.svg) center center no-repeat;
    background-size: 100% auto;
    transform: scale(1, 1);
}
#currygayu .purchaseArea li .package img {
    width: 55%;
    margin: 0 auto;
    padding: 15px;
}
#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: -4px;
    left: 0px;
    width: 90px;
    height: 80px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_point01.svg) center center no-repeat;
    background-size: 100% auto;
}
#currygayu .purchaseArea li:first-child ul.point li:last-child::after {
    position: absolute;
    display: block;
    content: "";
    top: -10px;
    left: 0px;
    width: 90px;
    height: 80px;
    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 {
    margin-left: 10%;
    padding: 10px 0 10px 20%;
}
#currygayu .purchaseArea li:first-child ul.point p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #E58707;
    margin-bottom: 0;
    border-bottom: 1px dashed #000;
}
#currygayu .purchaseArea li:first-child ul.point p:nth-of-type(2) {
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    color: #3D2313;
    margin-bottom: 0;
}
#currygayu .purchaseArea li:first-child ul.point p.present {
    line-height: 1;
}
#currygayu .purchaseArea li:first-child ul.point p.present + p {
    padding: 10px 0;
}
#currygayu .purchaseArea li:first-child ul.point li:last-child p:nth-of-type(3) {
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    color: #3D2313;
    margin-bottom: 0;
}

#currygayu .purchaseArea li:last-child p {
    font-size: 26px;
    position: relative;
}
#currygayu .purchaseArea li:last-child p.subscTitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #3D2313;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 2px;
}
#currygayu .purchaseArea li:last-child p.subscTitle + p::before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    left: 16px;
    width: 20px;
    height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/icon_voice_left_red.svg") center bottom no-repeat;
    background-size: 100% auto; 
}
#currygayu .purchaseArea li:last-child p.subscTitle + p {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: bold;
    color: #B82D28;
    text-align: center;
    margin-bottom: 20px;
}
#currygayu .purchaseArea li:last-child p.subscTitle + p::after {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    right: 16px;
    width: 20px;
    height: auto;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/icon_voice_right_red.svg") center bottom no-repeat;
    background-size: 100% auto; 
}
#currygayu .purchaseArea li:last-child p.annotation {
    /*padding: 0 5%;*/
    font-size: 12px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px;
    text-align: center;
}
#currygayu .purchaseArea li:last-child span.size {
    margin: 0 auto 10px;
}
#currygayu .purchaseArea li span.size {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 4px 10px;
    margin: 0 auto 20px;
    width: 190px;
    background: #3D2313;
    border-radius: 30px;
}
#currygayu .purchaseArea li:last-child span.size {
    margin: 0 auto 10px;
}
#currygayu .purchaseArea li:last-child p.subscTitle {
    font-size: 24px;
    color: #fff;
    background: #3D2313;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    letter-spacing: 2px;
}
#currygayu .purchaseArea .priceBox {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #722200;
    margin: 0 5%;
}
#currygayu .purchaseArea li .priceBox.pB02 {
    align-items: flex-end;
}
#currygayu .purchaseArea span.normalPrice {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    background: #3D2313;
    padding: 6px 12px;
    font-size: 18px;
    margin-right: 10px;
}
#currygayu .purchaseArea span.normalPrice02 {
    font-family: 'Noto Serif JP', serif;
    color: #722200; 
    font-size: 34px;
    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 p.spPriceTxt {
    font-family: 'Noto Sans JP', sans-serif;
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #B82D28;
    border-bottom: 2px solid #B82D28;
    padding: 4px 0;
    margin: 40px 5% 4px;
    position: relative;
}
#currygayu .purchaseArea li p.spPriceTxt::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 53%;
    transform: rotate(135deg) translate3d(0%, 135%, 0);
    display: block;
    width: 1em;
    height: 1em;
    border-top: 2px solid #69280D;
    border-right: 2px solid #69280D;
}

#currygayu .purchaseArea span.specialPrice {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #B82D28;
    padding: 6px 12px;
    margin: 6px 8px 0 0;
    flex-shrink: 0;
}
#currygayu .purchaseArea span.specialPrice02 {
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: bold;
    color: #B82D28;
    padding: 0 6px;
    margin-bottom: -14px;
    flex-shrink: 0;
}
#currygayu .purchaseArea span.taxBox {
    color: #B82D28;
    font-size: 20px;
    font-weight: bold;
    flex-shrink: 1;
}
#currygayu .purchaseArea span.taxBox > span {
    color: #B82D28;
    font-size: 16px;
    font-weight: bold;
}
#currygayu .purchaseArea li:last-child p.minimum {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: normal;
}
#currygayu .purchaseArea li:last-child a {
    margin: 0 5%;
}

#currygayu .purchaseArea a {
    display: block;
    background: #E58707;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0px 5px 13px -8px #6b6b6b;
}
#currygayu .purchaseArea a span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 14px 0 14px 50px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/mochimugi/icon_cart.svg) left center no-repeat;
    background-size: auto 30px;
}

/*CPバナー*/
#currygayu .cp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom:20px;
}

#currygayu .cp img {
  max-width: 100%; 
  height: auto;
}

/* 3つの特徴*/
#currygayu #feature .featureTitle {
    display: block;
    padding: 4px 16px 1px;
    background: url(https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/SP/bg_rice_pre.jpg) center center no-repeat;
    background-size : cover;
}
#currygayu #feature .featureTitle h3 {
    width: 70%;
    margin: 0 auto 16px;
    font-family: 'Noto Serif JP', serif;
    font-size: 37px;
    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: 74px;
    color: #3D2313;
}

#currygayu #feature .featureBox h4 {
    font-family: 'Noto Serif JP', serif;
    background: #3D2313;
    padding: 10px 20px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-shadow: 0px 2px 6px rgb(0, 0, 0, .4);
}
#currygayu #feature .featureBox h4 span:first-child {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    color: #fff;
    padding-right: 16px;
}
#currygayu #feature .featureBox h4 span:last-child {
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
#currygayu #feature .featureBox > div {
    padding: 30px 5%;
    height: 440px;
    display: flex;
    flex-direction: column;
}

#currygayu #feature .featureBox > div p {
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    color: #3D2313;
}
#currygayu #feature .featureBox:nth-of-type(2) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/SP/img_rfeature01_pre.jpg") center top no-repeat;
    background-size: cover;
    justify-content: flex-start;
    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: 14px;
}

#currygayu #feature .featureBox:nth-of-type(3) > div {
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/SP/img_rfeature02_pre.jpg") center center no-repeat;
    background-size: cover;
    justify-content: flex-start;
}
#currygayu #feature .featureBox:nth-of-type(3) > div p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    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/SP/img_rfeature03_pre.jpg") center center no-repeat;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
}
#currygayu #feature .featureBox:nth-of-type(5) > div {
    padding: 60px 5%;
    background: url("https://gigaplus.makeshop.jp/haku8989baku/img/currygayu/img_feature04.jpg") center center no-repeat;
    background-size: cover;
    justify-content: space-between;
    align-content: center;  
}
#currygayu #feature .featureBox:nth-of-type(5) > div p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
}
#currygayu #feature .featureBox:nth-of-type(5) > div ul li {
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    white-space: nowrap;
}
  p{
    width: auto;
  }



  .hdrTop .hdrInner:not(.hdrInner--one){
    justify-content: center!important;
  }