/* このクーポンの対象商品非表示 */
.fs-c-coupon__products {
    display: none;
}

/*ご注文手続き画面のクーポンCSS*/
.fs-c-checkout-couponList__item {
    background: #e0ffff;
}

.fs-c-checkout-couponList__couponDiscount {
    font-weight: bold;
}


/*新規追加分CSS*/

table.shira_list {
    margin: 20px 0 0 0;
}

@media screen and (max-width:750px) {
    table.shira_list {
        margin: 10px auto;
    }
}

td.shira_item {
    width: 50%;
    padding: 5px;
    border: 2px solid #f4f4f4;
}

img.shira_img {
    width: 30%;
}

@media screen and (max-width:750px) {
    img.shira_img {
        width: 35%;
    }
}

a.item_position {
    display: flex;
}

p.itemText {
    font-size: 18px;
    color: #007e5c;
    margin: auto auto auto 10px;
    font-weight: bold;
}

@media screen and (max-width:750px) {
    p.itemText {
        font-size: 14px;
    }
}

br.shiraSp {
    display: none;
}

@media screen and (max-width:750px) {
    br.shiraSp {
        display: inline;
    }
}



/*新規追加分SPヘッダーCSS*/



ul.button li::after {
    font-size: 10px;
    display: block;
    text-align:
        center;
    color: #007e5c;
}

ul.button li.abc1::after {
    content: "マイページ";
}

ul.button li.abc2::after {
    content: "カート";
}

ul.button li.abc3::after {
    content: "メニュー";
}



img.shiraBnr_list {
    margin-top: 10px;
}

@media screen and (max-width:750px) {
    img.shiraBnr_list {
        margin-top: 5px;
    }
}

img.shiraBnr_img {
    margin-bottom: 10px;
}

@media screen and (max-width:750px) {
    img.shiraBnr_img {
        margin-bottom: 5px;
    }
}

img.pc_bnrs {
    display: block;
}

@media screen and (max-width:750px) {
    img.pc_bnrs {
        display: none;
    }
}

img.sp_bnrs {
    display: none;
}

@media screen and (max-width:750px) {
    img.sp_bnrs {
        display: block;
    }
}

/*新規追加フッターSNSアイコンCSS*/
ul.f-sns {
    display: flex;
    width: 15%;
    justify-content: space-around;
    margin: auto;
    padding: 1% 0;
}

@media screen and (max-width:750px) {
    ul.f-sns {
        width: 40%;
        padding: 7% 0;
    }
}


ul.f-sns li {
    padding: 5%;
}

img.shiraBnr_list.sp_bnrs {
    margin-top: 3px;
}

.shira_space {
    margin-top: 2px;
}


/*ヘッダー内問合せ追加CSS*/


.telNum_add {
    margin: 0 13px;
    font-size: 22px;
    font-weight: 700;
    color: var(--color-new-primary);
}

@media screen and (max-width:750px) {
    .telNum_add {
        font-size: 24px;
        margin: 0 10px;
    }
}

.telTitle_add {
    font-size: 15px;
    padding-top: 6px;
    font-weight: 700;
}

@media screen and (max-width:750px) {
    .telTitle_add {
        font-size: 14px;
    }
}

.telDesc_add {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    padding-bottom: 10px;
}

@media screen and (max-width:750px) {
    .telDesc_add {
        font-size: 12px;
    }
}

span.navi-pc__label {
    white-space: nowrap;
}

/*数量選択箇所に数量のテキスト表示*/

.fs-c-quantity {
    display: block;
    align-items: center;
    position: relative;
    text-align: left;
}

.fs-c-quantity::before {
    content: "数量";
    white-space: nowrap;
    margin-right: 5px;
}

.fs-c-continueShopping {
    text-align: left;
}

@media screen and (max-width: 750px) {
    .fs-c-continueShopping {
        text-align: center;
    }
}

/*お届け先リストの背景*/

a.fs-c-button--addToAddressbook.fs-c-button--secondary {
    background: linear-gradient(to bottom, #f19147 0%, #d34b19 100%);
    ;
}

.button-add-area {
    width: 50%;
    margin: 0 0 4% auto;
    text-align: center;
}

@media screen and (max-width:750px) {
    .button-add-area {
        width: 100%;
        margin: 0 0 5%;
    }
}

.sample-add-area {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
}

@media screen and (max-width:750px) {
    .sample-add-area {
        display: block;
    }
}


p.sample-text1 {
    font-size: 1.5em;
    text-align: center;
}

@media screen and (max-width:750px) {
    p.sample-text1 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 3px;
    }
}


p.sample-title {
    font-size: 4em;
    font-weight: bold;
    color: #347C5D;
    text-align: center;
}

@media screen and (max-width:750px) {
    p.sample-title {
        font-size: 40px;
        letter-spacing: -3px;
    }
}


.sample-text-area {
    padding: 5% 0;
    width: auto;
}

@media screen and (max-width:750px) {
    .sample-text-area {
        padding: 0;
    }
}

.button-add-area2 {
    width: 50%;
    margin: -85px 0 4% auto;
    text-align: center;
}

@media screen and (max-width:750px) {
    .button-add-area2 {
        width: 100%;
        margin: auto;
    }
}

.button-add-area3 {
    width: 50%;
    margin: 0 0 4% auto;
    padding: 0 1%;
    text-align: center;
}@media screen and (max-width:750px){
    .button-add-area3 {
         width: 100%;
         margin: 0;
         padding: 0;
}
}


.add-area3-area {
    display: flex;
}@media screen and (max-width:750px) {
    .add-area3-area {
        display: block;
        margin: 0 0 4% 0;
}
}

div.sample-img {
    width: auto;
}

@media screen and (max-width:750px) {
    div.sample-img {
        width: 80%;
        padding-bottom: 2%;
        margin: auto;
    }
}

.useful_area {
    display: inline-block;
    width: 100%;
    margin: 1%;
    border: solid 5px #dcdcdc;
    padding: 1%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

@media screen and (max-width:750px) {
    .useful_area {
        margin: 2% 0 15% 0;
        padding: 1%;
        height: 90%;
    }
}

.useful_area:hover {
    opacity: 0.6;
}

.useful_title {
    font-size: 25px;
    font-weight: bold;
    color: #007E5C;
    text-align: left;
}

@media screen and (max-width:750px) {
    .useful_title {
        font-size: 18px;
        text-align: center;
        padding-bottom: 3%;
        line-height: 1.3;
    }
}

.useful_sub_title {
    color: #007E5C;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

@media screen and (max-width:750px) {
    .useful_sub_title {
        font-size: 12px;
        text-align: center;
        padding-top: 5%;
    }
}

.useful_display {
    display: flex;
}

@media screen and (max-width:750px) {
    .useful_display {
        display: block;
    }
}

.useful_img {
    width: 20%;
    padding: 3% 2%;
}

@media screen and (max-width:750px) {
    .useful_img {
        width: 33%;
        margin: auto;
    }
}

.useful_text_area {
    padding: 3% 0;
}

.hover-area {
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.hover-area:hover {
    opacity: 0.6;
}

.q-top-navi {
    justify-content: space-around;
}


.q-top-ranking .list__image {
    position: relative;
}

.ranking-kakaku {
    display: flex;
    color: crimson;
    font-weight: bold;
    top: -28%;
    right: -6%;
    position: absolute;
}

@media screen and (max-width:750px) {
    .ranking-kakaku {
        top: -20%;
        right: -4%;
    }
}

p.kakaku-main {
    font-size: 160%;
    letter-spacing: -1px;
    padding-left: 4px;
}

@media screen and (max-width:750px) {
    p.kakaku-main {
        letter-spacing: 0px;
        font-size: 190%;
    }
}

p.kakaku-tax {
    margin: auto 0;
    font-size: 110%;
    background: crimson;
    color: #fff;
    padding: 1px 5px 0;
    border-radius: 6px;
}

@media screen and (max-width:750px) {
    p.kakaku-tax {
        letter-spacing: 0px;
    }
}

p.kakaku-unit {
    margin: auto 0;
    font-size: 110%;
    letter-spacing: -1px;
    padding-top: 4px;
}

@media screen and (max-width:750px) {
    p.kakaku-unit {
        letter-spacing: 0px;
    }
}




/*がっちりマスタ*/





/*ここから詳細*/

h2.n-title {
    width: 100%;
    margin: 3% 0;
}

@media screen and (max-width:750px) {
    h2.n-title {
        margin: 6% 0;
    }
}

.n-box-area {
    border: solid 2px #ccc;
    margin-bottom: 5%;
    padding: 3% 5%;
}

@media screen and (max-width:750px) {
    .n-box-area {
        padding: 2%;
        font-size: 110%;
        letter-spacing: 1px;
    }
}

h3.n-title-sub {
    width: 95%;
    margin: 2% auto 0;
}

@media screen and (max-width:750px) {
    h3.n-title-sub {
        width: 100%;
        margin: 5% 0;
    }
}

.n-box-area p {
    padding: 2% 0;
    font-size: 120%;
}

@media screen and (max-width:750px) {
    .n-box-area p {
        padding: 5% 0;
        font-size: 100%;
    }

}

.n-box-area span {
    color: red;
}

table.n-table {
    width: 90%;
    margin: 3% auto 6%;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width:750px) {
    table.n-table {
        width: 100%;
        border: none;
    }
}

.n-table td {
    padding: 1%;
    border: none;
}

td.td-left {
    text-align: left;
    border: none;
}

.speech {
    position: relative;
    width: 75%;
    margin: 3% auto 1%;
    padding: 1%;
    color: #555;
    font-size: 16px;
    background: #FFF;
    border: solid 4px #555;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width:750px) {
    .speech {
        width: 95%;
        margin: 3% auto 5%;
        padding: 2%;
    }
}

.speech:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

@media screen and (max-width:750px) {
    .speech:before {
        bottom: -23px;
    }
}

.speech:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}

.speech p {
    margin: 0;
    padding: 0;
}

.n-img {
    width: 80%;
    margin: 2% auto 10%;
}

@media screen and (max-width:750px) {
    .n-img {
        width: 100%;
    }
}

.box-wrap {
    display: flex;
}

@media screen and (max-width:750px) {
    .box-wrap {
        display: block;
    }
}

.wrap-img-area {
    text-align: center;
    margin: 3% auto;
}

.hosoku-box {
    padding: 4%;
    margin: 2% auto;
    background: #f0f8ff;
}

@media screen and (max-width:750px) {
    .hosoku-box {
        font-size: 90%;
        margin: 8% auto;
    }
}


.hosoku-box p {
    margin: 0;
    padding: 0;
}

span.hosoku-title {
    font-size: 110%;
    font-weight: 600;
    border-bottom: solid 2px #4682b4;
    color: #4682b4;
}

.wrap-t-text {
    display: flex;
    margin: 0 0 5%;
}

.wrap-t-text p {
    width: 50%;
    padding: 0 2%;
}

.n-sizai {
    padding: 3% 3% 10%;
    
}

.n-sizai p {
    padding: 2% 0;
    font-size: 110%;
}

@media screen and (max-width:750px) {
    .n-sizai p {}
}

.n-sizai span {
    color: red;
}

.n-img-link {
    width: 40%;
    margin: 2% 0 auto auto;
}

@media screen and (max-width:750px) {
    .n-img-link {
        width: 70%;
        margin: 7% 0 auto auto;
    }
}

.hosoku-box2 {
    padding: 4%;
    margin: 2% auto;
    background: #f0f8ff;
    font-size: 120%;
}@media screen and (max-width:750px){
    .hosoku-box2{
        font-size: 100%;
}
}

span.box-name {
    color: #232323;
    font-size: 115%;
    font-weight: bold;
}

.jirei-img-area {
    display: flex;
    margin: 3% auto 0;
}

.n-main-img-area img{
    width: 100%;
    margin: auto;
}

.img-01 p{
    padding: 0;
    text-align: center;
}@media screen and (max-width:750px){
    .img-01 p{
    font-size: 95%;
}
}

.img-02 p{
    padding: 0;
    text-align: center;
}@media screen and (max-width:750px){
    .img-02 p{
    font-size: 95%;
}
}

.bs-btn-area {
    width: 80%;
    margin: 6% auto 3%;
    text-align: center;
}@media screen and (max-width:750px){
.bs-btn-area {
     width: 100%;

}
}


ul.bs-list-ul {
  padding: 0;
  margin-bottom: 15% !important;
}

ul.bs-list-ul li {
    color: #404040;
    border-left: solid 15px #95C855;
    border-bottom: solid 4px #dadada;
    background: whitesmoke;
    margin-bottom: 6px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none !important;
    font-size: 130%;
}@media screen and (max-width:750px){
    ul.bs-list-ul li{
    font-size: 110%;
}
}


li.po1-li{
    font-size: 180% !important;
    font-weight: bold !important;
    border-left: solid 15px #E4A260!important;
}@media screen and (max-width:750px){
    li.po1-li{
    font-size: 150% !important;
}
}

span.bs-list-point {
    font-weight: bold;
    padding: 1%;
    color: #95C855;
}


/*ヘッダーコンテンツPC*/
.g-header .products {
    justify-content: space-between;
}

li.products__item {
    margin: auto;
}


/*商品ラインナップ*/

div.lineup-area {
    width: 45%;
    margin: 1% 0 3% auto;
}

@media screen and (max-width:750px) {
    div.lineup-area {
        width: 100%;
    }
}

div.lineup-area-mate {
    width: 100%;
    margin: 1% 0 3% auto;
}


td.lineup-td {
    vertical-align: middle;
}

th.lineup-th {
    text-align: center;
}

td.lineup-td {
    text-align: center;
}

td.lineup-td2 a {
    color: #3366b4;
}

td.lineup-td2 a {
    color: #3366b4;
    padding: 0 3%;
}



.member_bene_area {
    margin: 7% auto;
    width: 95%;
    display: flex;
}@media screen and (max-width: 750px){
    .member_bene_area {
         display: block;
         margin: 7% auto 15%;
}
}

.bene_title {
    font-size: 3em;
    font-weight: bold;
    text-align: center;
    color: #007E5C;
    letter-spacing: 2px;
    margin: 1% auto auto 0;
}@media screen and (max-width: 750px){
    .bene_title{
        font-size: 2em;
}
}

.bene_area {
    display: flex;
    margin: 2% 0 auto auto;
    justify-content: space-around;
}@media screen and (max-width: 750px){
    .bene_area{
        display: block;
}
}

.bene_text {
    font-size: 145%;
    font-weight: bold;
}@media screen and (max-width: 750px){
    .bene_text{
        font-size: 120%;
        padding-bottom: 5%;
        text-align: center;
}
}

.bene_button{
    text-align: right;
}@media screen and (max-width: 750px){
    .bene_button{
        text-align: center;
}
}


.fs-c-panel--info {
    color: #ffffff;
    background: #006db8;
    font-size: 50px;
}@media screen and (max-width: 750px){
     .fs-c-panel--info {
          font-size: 30px;
}
}

.fs-c-panel--info::before {
    content: "\e914";
    color: #fff;
}

.info-border-area{
    border: none;
}


td.as-td {
    width: 50%;
    text-align: center;
    padding: 2% 0 1%;
    font-size: 115%;
}@media screen and (max-width: 750px){
    td.as-td{
    text-align: left;
    font-size: 100%;
    border: none;
    padding: 2%;
}
}

table.as-table {
    border: none;
}

ol.payment-list {
    display: flex;
}

ol.payment-list li {
    width: 40px;
    padding: 1px;
}@media screen and (max-width:751px){
ol.payment-list li {
    width: 40px;
}
}

li.payment-icon img {
    width: 40px;
}

.payment-title {
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 0;
}

.payment-item {
    font-weight: bold;
    margin: 3px 0 -3px;
    font-size: 13px;
    color: #4682b4;
}@media screen and (max-width:751px){
.payment-item{
 margin: 6px 0 0;
}
}

.payment-img-one {
    text-align: left;
}

.payment-img-one img {
    padding: 1px;
}

.payment-area-sp {
    display: flex;
}

.paiment-area-group {
    margin: 0 20px 0 0;
}

.side-payment-area {
    width: 100%;
    margin: 10px auto 0;
    text-align: left;
}

.paiment-group-area {
    display: flex;
    justify-content: space-between;
}

.pc_look{
    width: 100%;
    margin: auto;
    display: block;
}@media screen and (max-width:410px){
    .pc_look {
        display: none;
}
}

.sp_look{
     display: none;
}@media screen and (max-width:410px){
    .sp_look{
        width: 100%;
        margin: auto;
        display: block;
}
}

a.bs-btn_09 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}

a.bs-btn_09:hover {
	color: #fff;
	opacity: 0.5;
}

.structure-img-area {
    width: 100%;
    margin: 3% auto;
}

.structure-img-area img {
    width: 95%;
    margin: auto;
    display: block;
}

@media screen and (max-width:751px) {
    .structure-img-area img {
        margin: 6% auto 1%;
        width: 100%;
    }
}

.structure-area {
    margin: 6% 0 1%;
    padding: 0 1%;
}

@media screen and (max-width:751px) {
    .structure-area {
        margin: 8% 0 10%;
    }
}

.link-area {
    padding: 2%;
    font-size: 130%;
    display: flex;
    width: 90%;
    margin: auto;
}@media screen and (max-width:751px){
    .link-area{
        font-size: 100%;
        display: block;
        text-align: center;
        padding: 2% 4%;
}
}

.link-area a {
    color: #4682b4 !important;
    margin: 10px !important;
    font-weight: bold;
}

.link-div {
    margin: 0 auto;
}

.mate-contents-text {
    padding: 3%;
    font-size: 110%;
    line-height: 1.7;
}@media screen and (max-width:751px){
    .mate-contents-text{
           margin: 10px 15px;
           font-size: 100%;
}
}

.mate-contents-text ol {
    list-style: auto;
}

.mate-contents-text ul {
    list-style: disc;
}

a.comparison-btn{
    display: block;
    text-align: center;
    vertical-align: middle!important;
    text-decoration: none!important;
    width: 85%;
    margin: 1px !important;
    padding: 2% !important;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff !important;
    transition: 0.5s;
    background: #3366B4!important;
}@media screen and (max-width:751px){
    a.comparison-btn{
    width: 87%;
    margin: 1px 0 !important;
    padding: 2% 1% !important;
    font-size: 65% !important;
}
}
a.comparison-btn:hover {
	color: #3366B4!important;
	background: #fff!important;
        border: 2px solid #3366B4;
}

.comparison-btn-area {
    display: flex;
    margin-bottom: 25px;
}

.comparison-btn-hidden {
    width: 98%;
}