/* =Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    color: #371E05;
}

html {
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    font-family: 'Noto Sans JP', sans-serif;
    overflow: hidden;
    overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

th {
    font-weight: bold;
}

th,
td {
    /* border: 1px solid #EAEAEA;
   padding: 6px 10px;*/
}

caption,
th,
td {
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: """";
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}

a:visited {
    color: #371E05;
}

a img {
    border: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;

}

body {
    overflow: hidden;
    line-height: 200%;
}

body a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all .2s ease-in;
}

a {
    transition: all 0.2s ease-in;
}

/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
    /*visibility: hidden;*/
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* =SCROLL UP
----------------------------------------------- */
.page_top {

    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 6;
    /*width: 60px;
  height: 60px;
  background: rgba(50, 61, 127, 0.75);*/
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-decoration: none;

    -moz-transition: 0s;
    -webkit-transition: 0s;
    -o-transition: 0s;
    -ms-transition: 0s;
    transition: 0s;
}

.page_top:hover {
    /*background: #323d7f;*/
    opacity: 0.8;
    transition: all 0.2s ease-in;
    color: #fff;
}

.page_top::after {
    content: url(https://yaeyama.itembox.design/item/newimg/btn_fortop.png);
    z-index: 2;
}

/* =LINKS
----------------------------------------------- */
a {
    color: #371E05;
    text-decoration: none;
}

a:hover {
    color: #503816;
    text-decoration: none;
}

a:focus,
a:active {
    color: #371E05;

}


/*========= スクロール途中からヘッダーの高さが小さくなるため??CSS ===============*/
#headerfix {
    /*はじめの高さを設??*/
    height: 120px;
    width: 100%;

}

/*HeightMinと????クラス名がつ????ら高さを小さく、上部固定に*/
#headerfix.HeightMin {
    position: fixed;
    z-index: 40;
    /*最前面へ*/
    height: 70px;
    animation: DownAnime 0.5s forwards;
    top: 0;
    background: #fff;
    padding: 0;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-170px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =HEADER
----------------------------------------------- */
header {
    width: 1200px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}



header #gnav {
    margin: 5px 0 8px 0;
    font-size: 14px;
    text-align: right;
    width: 100%;
    display: table;
    table-layout: fixed;
}

header #gnav li {
    display: inline;
    padding: 0 0;
    margin: 0 0 0 17px;
}

header #gnav li img {
    padding: 0 0 0 2px;
    vertical-align: middle;
}



#header_logoarea {
    margin: 0 0 12px 0;
    width: 350px;

}

.header_leftlogoarea {
    padding: 5px 0 0 0;

}


.fixed {
    position: fixed;
    width: 1150px;
    margin: auto;
    top: 0;
    left: calc(50% - 1150px/2);

}

#header_logonavi {
    box-sizing: border-box;
    padding: 5px;
    width: 840px;
}



#gnav_bottom > ul {
    border-collapse: collapse;
}

#gnav_bottom > ul > li {
    display: table-cell;
    margin: 0 12px 0 0;
    padding: 0;
    vertical-align: middle;

}

#gnav_bottom > ul > li:hover {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_gnav.png) center bottom no-repeat;
}

#gnav_bottom > ul > li:first-child {
    display: table-cell;
    margin: 0;
    padding: 0;
    border-left: none;

}

.gnav_bottom_ico_gnav {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_gnav.png) center bottom no-repeat;
}


#gnav_bottom > ul > li:hover:last-child {
    color: #fff;

    background-color: #F5F0EA;
    background: none;
}

#gnav_bottom > ul > li:hover > a {
    color: #468C38;

}

#gnav_bottom > ul > li:hover .menu {
    max-height: 9999px;
    opacity: 1;
    z-index: 9000;
}

#gnav_bottom > ul > li > a {
    display: block;
    padding: 5px 0.65em 5px;
    font-size: 16px;
    font-weight: 600;

}

.fixed #gnav_bottom > ul .menu {
    transition: all 0.5s ease-in;
    max-height: 0;
    z-index: 9000;
    overflow: hidden;
    width: 100%;
    left: 0px;
    text-align: center;
    position: absolute;
    background: #FBF9F3;
    margin: 0;
    padding: 0;
    top: 40px;


}

#gnav_bottom > ul .menu {
    transition: all 0.5s ease-in;
    max-height: 0;
    z-index: 9000;
    overflow: hidden;
    width: 100%;
    left: 0px;
    text-align: center;
    position: absolute;
    background: #FBF9F3;
    margin: 0;
    padding: 0;
    top: 93px;


}



#gnav_bottom > ul .menu .menu_inner01,
#gnav_bottom > ul .menu .menu_inner02 {
    margin: 2.5em auto;
    width: 1200px;
    padding: 0;
    vertical-align: top;
    min-height: 200px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

#gnav_bottom > ul .menu .menu_inner03 {
    margin: 2.5em auto;
    width: 895px;
    padding: 0;
    vertical-align: top;
    min-height: 200px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}


#gnav_bottom > ul .menu .menu_inner01 dl {
    width: 18.3%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#gnav_bottom > ul .menu .menu_inner02 dl {
    width: 23.1%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#gnav_bottom > ul .menu .menu_inner03 dl {
    width: 31%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

#gnav_bottom > ul .menu .menu_inner01 dl dd,
#gnav_bottom > ul .menu .menu_inner02 dl dd,
#gnav_bottom > ul .menu .menu_inner03 dl dd {
    text-align: left;
    border-bottom: 2px #E0DFD4 dotted;
    padding: 20px 0;
    font-size: 14px;
}

#gnav_bottom > ul .menu .menu_inner01 dl dd a,
#gnav_bottom > ul .menu .menu_inner02 dl dd a,
#gnav_bottom > ul .menu .menu_inner03 dl dd a {
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_dropmenu.jpg) 96% 50% no-repeat;

}

#gnav_bottom > ul .menu .menu_inner01 dl dd a:hover,
#gnav_bottom > ul .menu .menu_inner02 dl dd a:hover,
#gnav_bottom > ul .menu .menu_inner03 dl dd a:hover {
    color: #7C4D25;
}

/*ヘッダー小さ??*/
#headerfix.HeightMin #gnav {
    display: none;
}

#headerfix.HeightMin .global-nav {
    margin: 10px 0 0 0;

}

#headerfix .logo_top {
    display: block;
}

#headerfix.HeightMin .logo_top {
    display: none;
}

#headerfix .logo_headerfix {
    display: none;
}

#headerfix.HeightMin .logo_headerfix {
    display: block;
}

#headerfix.HeightMin .nav-item_sub {
    top: 57px;
}

.member_info_header {
    background: #FBF9F3;
    padding: 2px 0;
    width: 100%;
    box-sizing: border-box;
    color: #311F05;
    margin: 0;
}

.member_info_header_inner {
    width: 1216px;
    margin: auto;
    font-size: 14px;
}

.members_name {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn03.jpg) 0 50% no-repeat;
    display: inline-block;
    margin: 0 10px 0 0;
    background-size: 30px;
    padding: 0 0 0 32px;
}

/*
#gnav_bottom > ul .menu .menu_innerseries li:nth-child(3n){
	width:29.5%;
	text-align:center;
	margin:0 0 0 0;
}
*/








#gnav_bottom > ul .menu a {
    color: #371B00;
}



#navi_last {
    background: url(https://yaeyama.itembox.design/item/newimg/bg_navilast.gif) repeat;
    padding: 5px 1em 0px;
}

#borderno {
    border: none !important;
}


.fixed #header_logonavi {
    width: 1150px;
    margin: auto;
}


/*検索??+キーワー??*/
#h-seach-kw {
    vertical-align: top;
    padding: 2% 1%;
    border: 1px #CCCCCC solid;
    height: 32px;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    width: 200px;
    margin: 5px 0 0 0;
}

#h-seach-kw .search-text input {
    float: left;


    width: 155px;
    /*height:37px;
	border:1px solid #C29E62;*/
    border: none;
    text-indent: 10px;
    margin: 0 0 0 5px;
    padding: 0 !important;
    font-size: 14px;
    min-height: auto;
}

#h-seach-kw .btn-search {
    float: left;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0;
}

#h-seach-kw .kw {
    clear: both;
    font-size: 11px;
    margin-top: 0px;
}

#h-seach-kw .kw div {
    margin: 0;
}

#h-seach-kw .kw .word {
    font-size: 13px;
    margin: 0 0px 0 0;
}

.cart {
    display: inline-block;
     !important;
    vertical-align: top;
    margin: -40px 10px 0 10px;
}

.souryou {
    display: inline-block;
     !important;
    vertical-align: top;
    margin-top: -37px;
}

/*
メニューボタン
-------------------------------------------*/
.smp_btn,
.btn_close {
    display: none;
}

.pc_only {
    display: block;
}

.smp_only {
    display: none;
}

.ico_menu_smp {
    display: none;
}

/*
フューチャーショ???????一覧
-------------------------------------------*/
.fs-c-breadcrumb__listItem a {
    color: #508446;
}

.fs-c-heading--page {
    padding: 0;
    border: none;
    text-align: left;
    color: #371F07;
}

.fs-c-productList__list {
    display: flex !important;
    flex-wrap: wrap !important;
}

.fs-c-productList__list .fs-c-productList__list__item {
    width: 25% !important;
    padding: 2em 1em;
}

.fs-c-subgroupList {
    box-sizing: border-box;
    list-style: none;
    margin: 8px 0;
    padding: 1px 0 0 1px;
    display: block;
}

.fs-c-subgroupList li {
    float: left;
    width: 24%;
    margin: 0 1.4% 0.8% 0;
    box-sizing: border-box;
}

.fs-c-subgroupList li:nth-of-type(4n) {
    float: left;
    width: 23.8%;
    margin: 0 0 0.8% 0;

}

.fs-c-subgroupList li a {
    display: block;
    padding: 10px 8px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
    font-size: 14px;
    font-weight: 600;
}

.fs-c-subgroupList__link::after {
    content: "";
}

.fs-c-subgroupList li a:hover {
    color: #986929;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    background-size: 14px;
}

.fs-c-listControl {
    clear: both;
}

.fs-c-productName__copy,
.fs-c-productName__name,
.fs-c-productName__variation {
    font-size: 0.7em;
}

.fs-c-productName__name {
    line-height: 180%;
    font-weight: 500;
}

.fs-c-productListItem__image__image {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
    max-width: 100%;
    max-height: 256px;
    object-fit: contain;
    text-align: center;
    display: block;
    margin: auto;
}

#fs_ProductCategory .fs-c-productListItem__image__image {
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -o-border-radius: 1.5em;
    -ms-border-radius: 1.5em;
    border-radius: 1.5em;
    max-width: 100%;
    max-height: 256px;
    object-fit: contain;
    text-align: center;
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
    background-color: #FFF;
}

.fs-c-productListItem__productName {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    margin: 8px 0;
}

.fs-c-mark__label {
    color: #fff;
}

.fs-c-productPrice__main__label {
    margin-right: 4px;
    display: none;
}

.fs-c-productPrice {
    justify-content: flex-end;
}

.fs-c-productPrice__main {
    font-size: 1.5em;
}

.fs-c-productPrice__addon {
    font-size: 0.8rem;
    padding: 0 0 0 5px;
    line-height: 1;
}

#fs_ProductCategory .fs-c-buttonContainer {
    display: none;
}

.fs-c-buttonContainer {
    /*display: none;*/
}

#fs_ProductCategory .fs-c-buttonContainer {
    display: block !important;
}

.fs-c-productListItem__notice {
    background: #FBF9F3;
    color: #371E05;
    font-size: 0.8rem;
    border: none;
    font-weight: 600;
    padding: 8px;
}

.fs-c-sortItems {
    font-size: 0.8rem;
}


.fs-client-cart-count {
    display: block;
    position: absolute;
    top: 15px;
    padding: 2px 7px;
    right: 15px;
    color: #fff;
    font-size: 10px;
    font-size: 0.6rem;
    letter-spacing: 0.01em;
    background: #D82929;
    border-radius: 50%;
}

.fs-p-drawer {
    overflow: inherit;
}

.fs-c-sortItems__label {
    border: none;
}

.fs-c-sortItems__list__item.is-active {
    background: #FBF9F3;
}

.fs-body-category .fs-c-productName__name {
    line-height: 190%;
}

/*
フューチャーショ???????詳細
-------------------------------------------*/
.fs-c-reviewStars::before,
.fs-c-rating__value {
    color: #e8b91f;
    font-size: 0.7em;
}

.fs-c-aggregateRating__count {
    font-size: 1rem;
    padding-bottom: 10px;
}

.fs-c-reviewStars::before {
    font-size: 0.7em;
}

.fs-c-reviewRating .fs-c-reviewInfo__stars {
    font-size: 1.8em;
}

.fs-c-reviewList__item:first-child {
    border-top: 1px solid #E3E2DD;
}

.fs-c-aggregateRating__rating::before {
    padding-bottom: 8px;
}

.fs-c-aggregateRating__rating {
    margin-bottom: 15px;
}

.kasou_voice {
    margin: 0;
}

.kasou_voice h3 {
    color: #0F5732;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: 600;
    line-height: 160%;
    font-size: 1.7em;
}

.slick-slide .fs-c-productListCarousel__list__item .fs-c-productMarks {
    /*display:none;*/

}

#detail_right .fs-c-productPrices .fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice__main__price .fs-c-price__value {
    padding: 10px 0 0;
}


.fs-c-reviewList__item {
    border-bottom: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
}


.fs-c-productReview {
    width: 800px;
    margin: 0 auto 90px;
}

.fs-c-reviewer__profile {
    font-size: 0.9rem;
}

.fs-c-reviewInfo__date {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    margin: 4px 0;
}

.fs-c-reviewBody {
    border: 0;
    padding: 0;
}

.fs-c-reviewerStatus {
    background: #371E05;
    border-radius: 0.2em;
    color: #ffffff;
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    margin: 0 10px;
    min-width: 8em;
    padding: 4px 8px;
    text-align: center;
}

#btn_shikuwasadetail li a {
    display: block;
    padding: 15px 8px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
}

.fs-c-mark--coolDelivery {
    background: #371E05;
    color: #fff;
}


#fs_ProductDetails .fs-c-productMarks,
#fs_ProductDetailsSubscribe .fs-c-productMarks {
    /* position: relative; */
    /* top: -35px; */
    /* height: 0; */
    display: flex;
    margin-bottom: 10px;
}

.fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 82px;
    flex-shrink: 0;
    margin: 0;
}

#detail_right .fs-c-productNameHeading .fs-c-productNameHeading__copy {
    font-weight: 500;
    font-size: 0.7em;
    display: flex;
}


.fs-c-dropdown::after {
    /*    transform: scaleX(0.7);*/
    font-size: 2rem;
    padding: 0;

}


.fs-c-button--particular {
    background: #fff;
    border: 1px solid #468C38;
    border-radius: 3px;
    color: #3c3c3c;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: none;
}

.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
    display: flex;
    align-items: center;
    width: 136px;
    max-width: 100% !important;
    border: 0;
    margin-top: 20px;

}

.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity::before {
    content: '数量';
    width: 50px;
    font-size: .9em;
    font-weight: 500;
}

.fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity select {
    width: 82px;
    font-size: calc(12em / 13);
    padding: 8px 0 8px 16px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
}


.fs-c-productSelection__selection .fs-c-productSelection__field .fs-c-dropdown .fs-c-dropdown__menu,
.fs-c-productSelection__selection .fs-c-productSelection__field #option_2,
.fs-c-productSelection__selection .fs-c-productSelection__field #option_3,
.fs-c-productSelection__selection .fs-c-productSelection__field #option_4,
.fs-c-productSelection__selection .fs-c-productSelection__field #option_5,
.fs-c-productSelection__selection .fs-c-productSelection__field #option_6,
.fs-c-productSelection__selection .fs-c-productSelection__field #option_7 {
    height: 40px;
}

.fs-c-dropdown__menu {
    padding: 4px 4em 4px 8px;
}


.fs-c-productNameHeading {
    line-height: 1.8;
}

.fs-c-productPrice__main__price {
    color: #371E05;
}

.fs-c-productListItem__preorderMessage,
fs-c-productListItem__productDescription {
    font-size: 0.9em;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    font-size: 1.05em;
}

.fs-c-productMarks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
    margin-top: -5px;
    margin-left: -5px;
    position: relative;
    top: -25px;
    height: 0;
*/
}

.fs-c-productListCarousel__list__item > * + * {
    margin-top: 5px;
}

.fs-c-salesPeriod__date {
    border: none;
    font-size: 0.8rem;
    margin: 0;
    padding: 4px 8px;
    text-align: center;
    background-color: #FBF9F3;
    line-height: 1.8;
}

.fs-c-salesPeriod__date > dd {
    line-height: 1.8;
}


#fs_input_addressLine2,
#fs_input_addressLine3,
#option_2,
#option_3,
#option_7 {
    height: 50px;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-size: 1.5rem;
}

#fs_ProductDetails .fs-c-productMarks,
#fs_ProductDetailsSubscribe .fs-c-productMarks {
    display: flex;
    height: 20px;
    /*    position: absolute;*/
}

.fs-c-productMark__mark--22,
.fs-c-mark--preorder {
    background: #371E05;
    color: #fff;
}

.fs-c-mark--subscription {
    background: #371E05;
    color: #fff;
}

.fs-c-productMark__mark--22 .fs-c-productMark__label {
    color: #fff;
}

.fs-c-checkout-preview__title {
    border-bottom: 1px #ECECEC solid;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0 0 20px;
    text-align: center;
}

.fs-c-button__label {
    color: #fff;
}



.fs-c-productCarouselMainImage__thumbnail img {
    border-radius: 5px;
}

.fs-c-productSelection__name {
    padding: 6px 0 0;
}

#detail_right .fs-c-productMarks {
    position: relative;
    top: 0;
}

.fs-c-breadcrumb {
    font-size: 0.6rem;
    width: 1200px;
    margin: 0 auto;
}

#fs_ProductDetails .fs-l-productLayout,
#fs_ProductDetailsSubscribe .fs-l-productLayout {
    display: block !important;
    width: 100%;

}

#fs_ProductDetails .fs-c-productCarouselMainImage .slick-list,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .slick-list {
    padding: 0 !important;
    width: 500px;
    height: 500px !important;
    margin: 0 !important;
}

#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick.slick-slider,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick.slick-slider {
    height: 500px;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__image > img,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage__image > img {
    max-width: 100vw;
    max-height: 500px;
    min-width: 500px;
    border-radius: 4% !important;
    /*object-fit: cover !important;*/
    height: 100% !important;
    width: 100% !important;
}

#fs_ProductDetails .fs-c-productCarouselMainImage__image > img,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage__image > img {
    object-fit: contain;
    width: 100%;
    /*background: #f3f3f3;*/
    border-radius: 0;
    aspect-ratio: 1/1;
}

#fs_ProductDetails .fs-c-productCarouselMainImage,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage {
    margin: 0 0 25px;
}

#fs_ProductDetails .fs-c-featuredProduct .slick-list,
#fs_ProductDetailsSubscribe .fs-c-featuredProduct .slick-list {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

#fs_ProductDetails .fs-c-featuredProduct .fs-c-slick.slick-slider,
#fs_ProductDetailsSubscribe .fs-c-featuredProduct .fs-c-slick.slick-slider {
    height: auto;
}

@media screen and (max-width:1000px) {
    #fs_ProductDetails .fs-c-productCarouselMainImage__image > img {
        object-fit: contain;
        width: 100vw;
        aspect-ratio: 1/1;
        height: auto;
        min-width: 100vw;
        max-height: none;
        background: #f3f3f3;
        border-radius: 0;
    }

    #fs_ProductDetails .fs-c-slick.slick-slider {
        height: auto;
    }
}

.fs-c-productNameHeading {
    color: #371E05;
    font-size: 1.5rem;
    line-height: 1.5;
}

.fs-c-price__currencyMark,
.fs-c-price__value {
    font-size: 0.65em;
    /*    padding: 10px 0 0;*/
    line-height: 1.5;
}

.fs-c-productNumber {
    border: 0;
    display: inline-block;
    font-size: 0.7rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.fs-c-productNumber__number {
    font-weight: 400;
}

.fs-c-productQuantityAndWishlist__wishlist .fs-c-button--addToWishList--detail .fs-c-button__label,
#fs_ProductDetailsSubscribe .fs-c-buttonContainer--addToWishList--detail .fs-c-button__label {
    color: #468C38;
}

.fs-c-productSelection__name {
    background: none;
    font-size: 1em;
}

.fs-c-productSelection {
    font-size: 0.9em;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail {

    font-size: 0.8rem;
}

#detail_left {
    width: 54%;
    float: left;
    margin: 0 0 85px;
}

#detail_right {
    float: right;
    width: 44%;
    margin: 0 0 85px;
}

#fs_ProductDetails .fs-c-featuredProduct,
#fs_ProductDetailsSubscribe .fs-c-featuredProduct {
    background-color: #FBF9F3;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    padding: 60px 0;
    box-sizing: border-box;
}

#fs_ProductDetails .fs-c-featuredProduct .fs-c-featuredProduct__title,
#fs_ProductDetailsSubscribe .fs-c-featuredProduct .fs-c-featuredProduct__title {
    border: none;
    color: #045D31;
    text-align: center;
    font-size: 1.3rem;
    margin: 0 0 35px 0;
    font-weight: 600;
}

#fs_ProductDetails .fs-c-featuredProduct .fs-c-productListItem__image__image,
#fs_ProductDetailsSubscribe .fs-c-featuredProduct .fs-c-productListItem__image__image {
    max-height: 200px;
    background-color: #fff;
}

/*
#fs_ProductDetails .fs-c-featuredProduct .fs-c-buttonContainer {
    display: block !important;
}
*/

#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-buttonContainer,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-buttonContainer {
    display: none;
}

#fs_ProductDetails .fs-c-productCarouselMainImage .slick-dotted.slick-slider,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .slick-dotted.slick-slider {
    margin-bottom: 12px;
}

#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
    /* display: none !important; */
}

.fs-c-productCarouselMainImage__thumbnailList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    overflow-x: inherit;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
    width: 100%;
}

@media screen and (max-width:768px) {
    .fs-c-productCarouselMainImage__thumbnailList {
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 10px;
    }
}

#fs_ProductDetails .fs-l-productMainImageContainer .fs-c-productMainImage {
    width: 100%;
}



.fs-c-productActionButton .fs-c-button--primary {
    display: block;
    padding: 15px;

    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    width: 80%;
    background-color: #468C38;
    margin: 20px auto 0;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
    border: none;
    padding: 22px 0 22px 15px;
}

#fs_ProductDetails .fs-c-productActionButton .fs-c-button--primary,
#fs_ProductDetailsSubscribe .fs-c-productActionButton .fs-c-button--primary {
    width: 90%;
}

.fs-c-productActionButton .fs-c-button__label {
    color: #fff;
    position: relative;
}

.fs-c-productActionButton .fs-c-button__label:before {
    content: "";
    display: inline-block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_pro_detail_cart.jpg) center top no-repeat;
    height: 35px;
    width: 39px;
    padding: 0 15px 0 0;
    position: absolute;
    right: 150px;
    bottom: -2px;
}



.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title {
    /*    border-bottom: 2px solid currentColor;*/
    color: #381E05;
    font-size: 1.5rem;
    margin: 0 0 40px 0;
    padding: 0 0 0 15px;
    font-size: 1.45em;
    font-weight: bold;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
    display: none;
}

#fs_ProductDetails .fs-c-productSelection .fs-c-requiredMark {
    display: inline-block;
    overflow: inherit;
    text-indent: -9999px;
    position: relative;
}

#fs_ProductDetails .fs-c-productPrice {
    justify-content: flex-start;
}

/* #fs_ProductDetails .fs-c-productPrice {
    justify-content: end;
} */

#fs_ProductDetails .fs-c-requiredMark::before {
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_pro_detail_txt.jpg) center top no-repeat;
    height: 20px;
    width: 49px;
    position: absolute;
    margin: 6px 0 0 3px;
}

#fs_ProductDetails .fs-c-productSelection .fs-c-dropdown::after {
    background: none;
    border-left: none;
}

#fs_ProductDetails .fs-c-productPointDisplay {
    background: #fff;
    display: inline-block;
    font-size: 0.8rem;
}

.off200 {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px #E3E3DB solid;
}
.fs-body-top .crown {
        margin: 0 auto 22px;
        width: auto;
    }

#fs_CustomPage .fs-l-main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1216px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fs-body-product .fs-p-snsArea {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.detail_tel {
    text-align: center;
    margin: 45px auto 0;
    width: 72%;
}

.detail_tel p {
    margin: 0 0 30px;
}

#fs_ProductDetails .detail_tel p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.8;
    padding-bottom: 10px;
}

.detail_tel p:last-child {
    margin: 0;
}

/*既存タイトルを消す*/
.fs-body-category-hamburger_group .fs-l-pageMain .fs-c-heading,
.fs-body-category-shikwasa .fs-l-pageMain .fs-c-heading,
.fs-body-category-pine_apple .fs-l-pageMain .fs-c-heading,
.fs-body-category-organic_pineapple .fs-l-pageMain .fs-c-heading,
.fs-body-category-shikwasa_juice .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_pork .fs-l-pageMain .fs-c-heading,
.fs-body-category-pork .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_beaf .fs-l-pageMain .fs-c-heading,
.fs-body-category-beaf .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_oseibo .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_syabusyabu .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_hanpukai .fs-l-pageMain .fs-c-heading,
.fs-body-category-hanpukai .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_kgft .fs-l-pageMain .fs-c-heading,
.fs-body-category-kgft .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_mgft .fs-l-pageMain .fs-c-heading,
.fs-body-category-mgft .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_foodservice .fs-l-pageMain .fs-c-heading,
.fs-body-category-foodservice .fs-l-pageMain .fs-c-heading,
.fs-body-category-gr0 .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_event .fs-l-pageMain .fs-c-heading,
.fs-body-category-event .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_new .fs-l-pageMain .fs-c-heading,
.fs-body-category-new .fs-l-pageMain .fs-c-heading,
.fs-body-category-pineapple_group .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_drink .fs-l-pageMain .fs-c-heading,
.fs-body-category-drink .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_vegetable .fs-l-pageMain .fs-c-heading,
.fs-body-category-vegetable .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_fruits .fs-l-pageMain .fs-c-heading,
.fs-body-category-fruits .fs-l-pageMain .fs-c-heading,
.fs-body-category-pricelist .fs-l-pageMain .fs-c-heading,
.fs-body-category-dev_gr0 .fs-l-pageMain .fs-c-heading,
.fs-body-category-renew-sale .fs-l-pageMain .fs-c-heading,
.fs-body-category-trial_size .fs-l-pageMain .fs-c-heading  {
    display: none;
}

/*シークワーサーペ??ジ*/
.citrusdepressa_area,
.citrusdepressa_area01 {
    margin: 0 0 150px 0;
}

.citrusdepressa_area .citrusdepressa_area_left {
    float: left;
    width: 50%;
    /*
    margin-top: 75px;
    padding-left: 10px;
*/
}

.pinetoptxt {
    margin-top: 75px;
    padding-left: 10px;
}

.citrusdepressa_area .citrusdepressa_area_right {
    float: right;
    width: 47.5%;
}

.citrusdepressa_area01 .citrusdepressa_area_left {
    float: left;
    width: 47.5%;
}

.citrusdepressa_area01 .citrusdepressa_area_right {
    float: right;
    width: 49%;
}

.citrusdepressa_area .citrusdepressa_area_left ul {
    margin: 0 0 50px 0;
}

.citrusdepressa_area .citrusdepressa_area_left li {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_imgcitrusdepressa.jpg) 0 50% no-repeat;
    background-size: 23px;
    padding: 0 0 0 40px;
    color: #32200C;
    font-weight: 600;
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

.citrusdepressa_area .citrusdepressa_area_left li:nth-of-type(3n) {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
}

.citrusdepressa_area .citrusdepressa_area_left p span {
    color: #0F5732;
    font-weight: 600;
}

#faqarea {}

#faqarea h4 {
    margin: 0 0 38px 0;
    background-color: #ABC937;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    padding: 14px 0 14px 14px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: inherit;
}

#faqarea p {
    margin: 0 0 60px 20px;
}

#btn_citrusdepressa_area {}

#btn_citrusdepressa_area li {
    float: left;
    width: 24%;
    margin: 0 0.75% 0.8% 0;
    box-sizing: border-box;
}

#btn_citrusdepressa_area li a {
    font-weight: 600;
}

#btn_citrusdepressa_area li:nth-of-type(4n) {
    margin: 0 0% 0.8% 0;
}

#citrusdepressa_area_txt01 {
    font-weight: 600;
}

#citrusdepressa_area_txt02 {
    font-weight: 600;
    color: #0F5732;
}

/*パイナップル*/
.pine_shipment {
    font-weight: 600;
    margin: 0 0 20px;
}

/*leftnavi*/
.acd-check {
    display: none;
}

.acd-label,
.no-accordion {
    color: #583705;
    display: block;
    margin-bottom: 1px;
    padding: 4px 0 5px;
    position: relative;
    border-bottom: 2px #F0F0F0 dotted;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
}

.acd-label:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 32%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #E8B91F;
    border-right: solid 2px #E8B91F;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.acd-content {

    display: block;
    height: 0;
    opacity: 0;
    padding: 0 0;
    transition: .5s;
    visibility: hidden;
    font-size: 0.85em;
}

.acd-check:checked + .acd-label:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 35%;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px 0;
    visibility: visible;
    font-size: 0.85em;
}

.acd-check:checked + .acd-label + .acd-content a {
    display: block;
}

.acd-check:checked + .acd-label + .acd-content a:hover {
    color: #774211;
}

.no-accordion a {
    display: block;
}

.accordion_txt_indent01 {
    text-indent: 1em;
}

.accordion_txt_indent02 {
    text-indent: 1.3em;
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
}

.accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 0;
    font-size: 1.25em;
    font-weight: normal;
    color: #583705;
    background: #fff;
    cursor: pointer;
    border-bottom: 2px #F0F0F0 dotted;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
    color: #583705;
}

.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
    color: #815007;
}

.accordion-title {
    position: relative;




}

.accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #E8B91F;
    border-right: solid 2px #E8B91F;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
}

.accordion-content {
    display: none;
    padding-left: 1.3125em;
}

.accordion-content ul {
    margin: 2.3125em 0;
}

/* CSS for CodePen */
.accordion-container {
    width: 100%;
    margin: 0 auto 20px;
}

/*leftnavi
.fs-pt-menu__item{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
    font-weight: bold;
    padding-left: 20px;
    text-indent: 10;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
    width: 280px;
}
.fs-pt-menu__item::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #739100;
    border-right: solid 2px #739100;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
.open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
.fs-pt-menu__item:hover , .open {
    background-color: #87aa58;
    color: #FFF;
}
.fs-pt-menu__item:hover::before , .open::before{
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}
.fs-pt-menu__submenu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 40px;
    background-color: #e3ecd1;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
}
.fs-pt-menu__submenu li a::before{
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #739100;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: 25px;
}
.fs-pt-menu__submenu li a:hover{
    background-color: #9fbb79;
}
.fs-pt-menu__submenu li a:hover::before {
    border-left: solid 6px #ffffff;
}*/
.fs-pt_menu__item--event .fs-pt-menu__link,
.fs-pt_menu__item--drink .fs-pt-menu__link,
.fs-pt_menu__item--vegetables .fs-pt-menu__link,
.fs-pt_menu__item--new .fs-pt-menu__link,
.fs-pt_menu__item--fruits .fs-pt-menu__link,
.fs-pt_menu__item--health .fs-pt-menu__link {
    display: block;
    position: relative;
    margin: 0;
    /*padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;*/
    font-weight: normal;
    color: #371E05;
    border-bottom: 2px #F0F0F0 dotted;
    cursor: pointer;
    text-decoration: none;
}

.fs-pt_menu__item--event .fs-pt-menu__link:hover,
.fs-pt_menu__item--event .fs-pt-menu__link:active,
.fs-pt_menu__item--drink .fs-pt-menu__link:hover,
.fs-pt_menu__item--drink .fs-pt-menu__link:active,
.fs-pt_menu__item--new .fs-pt-menu__link:hover,
.fs-pt_menu__item--new .fs-pt-menu__link:active,
.fs-pt_menu__item--fruits .fs-pt-menu__link:hover,
.fs-pt_menu__item--fruits .fs-pt-menu__link:active,
.fs-pt_menu__item--health .fs-pt-menu__link:hover,
.fs-pt_menu__item--health .fs-pt-menu__link:active {
    /*background-color: #00aaa7;
  color: white;*/
}

.fs-pt_menu__item--event .fs-pt-menu__link:hover i:before,
.fs-pt_menu__item--event .fs-pt-menu__link:hover i:active,
.fs-pt_menu__item--drink .fs-pt-menu__link:hover i:before,
.fs-pt_menu__item--drink .fs-pt-menu__link:hover i:active,
.fs-pt_menu__item--new .fs-pt-menu__link:hover i:before,
.fs-pt_menu__item--new .fs-pt-menu__link:hover i:active,
.fs-pt_menu__item--fruits .fs-pt-menu__link:hover i:before,
.fs-pt_menu__item--fruits .fs-pt-menu__link:hover i:active,
.fs-pt_menu__item--health .fs-pt-menu__link:hover i:before,
.fs-pt_menu__item--health .fs-pt-menu__link:hover i:active {
    color: white;
}

.fs-pt-menu__link {
    position: relative;
}

.fs-pt-menu--lv1 .fs-pt-menu--lv2 .fs-pt-menu__link:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #E8B91F;
    border-right: solid 2px #E8B91F;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fs-pt-menu--lv1 .fs-pt-menu--lv2 .fs-pt-menu__submenu .fs-pt-menu__link:after {
    display: none;
}

.fs-pt-menu--lv1 .fs-pt-menu--lv2 .fs-pt-menu__link.open:after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    top: 35%;
}

.fs-pt-menu--lv1 ul.fs-pt-menu__submenu:first-child {
    display: block;
}

.fs-pt-menu--lv1 .fs-pt-menu--lv2 ul.fs-pt-menu__submenu {
    display: none;

}

.open .fs-pt-menu__submenu {
    display: block;

}

.fs-pt_menu__item--gr0 span.fs-pt-menu__heading--lv1 a {
    display: none;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: none;
}

.fs-p-sideMenu .fs-pt-menu__heading {
    display: block;
    padding: 0px;
}






.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
    /*content: "\e933";*/
    content: "";
}

.fs-pt-menu__link {
    font-size: 0.9em;
    color: #371E05;
}

.fs-p-sideMenu a {
    padding: 2px 0 12px 8px;
}

.fs-p-sideMenu a:hover {
    background: #fff;
    color: #583705;
}

.fs-p-drawer__heading {
    border-bottom: none;
    font-size: 0.9rem;
    padding: 0px 0 10px;
    text-align: left;
    color: #E8B91F;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.fs-p-drawer__heading2 {
    border-bottom: none;
    font-size: 0.9rem;
    padding: 10px 0 10px;
    text-align: left;
    color: #E8B91F;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
}

.left_information li {
    border-bottom: 2px #F0F0F0 dotted;
    padding: 4px 0 5px;
}

.left_information li a {
    font-size: 0.9em;
    font-weight: 500;
}

.left_information li a:hover {
    color: #583705;
}



/*
????トト???
-------------------------------------------*/
/*#fs_CustomPage .fs-l-main {
    margin: 24px auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}

#fs_CustomPage .fs-l-pageMain {
    max-width: 100%;
    width: 100%;
}

#fs_CustomPage .fs-l-pageMaintest {
    max-width: 915px;
    min-height: 1600px;
}*/

.fs-body-top .fs-l-main {
    margin: 24px auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    display: block;
}

.fs-body-top .fs-l-pageMain {
    max-width: 100%;
    width: 100%;
}

.fs-l-pageMaintest {
    max-width: 915px;
    min-height: 1600px;
}

.fs-l-pageMain_top {
    max-width: 100%;
}

#test_freepage {
    max-width: 915px;
}

#test_freepage_main {
    margin: 24px auto;
    padding: 8px;
    max-width: 1216px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



/*
スライダー
-------------------------------------------*/
.swiper-pagination {
    position: relative;
    margin: 10px 0 0 0;
}

.swiper-button-prev {
    background-image: url("https://yaeyama.itembox.design/item/newimg/ico_slider_left.png");
    left: -20px !important;
    right: auto;
}

.swiper-button-next {
    background-image: url("https://yaeyama.itembox.design/item/newimg/ico_slider_right.png");
    right: -20px !important;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 44px 44px;
    width: 44px;
    top: 47%;
}

.swiper-slide {
    text-align: center;
}

.section_inner {
    width: 1200px;
    margin: auto;
}

.swiper1,
.swiper2,
.swiper_detail_recommend {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /*overflow: hidden;*/
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper_detail_recommend {
    overflow: hidden;
    padding: 0 15px;

}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;

}


.swiper-wrapper {
    padding: 0 0 20px 0;
}

.swiper-button-next {
    top: 48%;
    right: -20px;
}

.swiper-button-prev {
    top: 48%;
    left: -20px;
}

.swiper_detail_recommend .swiper-button-next {
    top: 32%;
    right: -1px !important;
    width: 44px;
}

.swiper_detail_recommend .swiper-button-prev {
    top: 32%;
    left: 0 !important;
    width: 44px;
}

.swiper_detail_recommend_padding {
    padding: 10% 1% 6% !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -20px !important;
}





.slick-slide img {
    display: block;
    margin: auto;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    object-fit: cover;
    height: 200px;
    width: 200px;
}

.top-slider-wrap .slick-slide img {
    height: inherit !important;
    width: inherit !important;
}

/*
topおすすめ????
-------------------------------------------*/
.home section {
    width: 100%;
    margin: 100px 0;
}

.h-section {
    width: 100%;
    margin: 120px 0;
}

.yaeyama_recommend {
    width: 1200px;
    margin: auto;
    padding-top: 50px;
}

.yaeyama_recommend h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.yaeyama_recommend h4 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 85px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}


.tab_container {
    padding-bottom: 1em;
    background-color: #fff;
    margin: 0 auto;
}

.tab_item {
    width: calc(100%/4);
    padding: 5px 0 8px 0;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-collapse: collapse;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_pickup.png) 96% 50% no-repeat;
    border-top: 1px #F1F1F1 solid;
    border-bottom: 1px #F1F1F1 solid;
    border-left: 1px #F1F1F1 solid;
    5 box-sizing: border-box;
    line-height: 130%;
    font-size: 1.2em;
}

.tab_container label:nth-of-type(4) {
    border-right: 1px #F1F1F1 solid;
}

.tab_item:hover,
.tab_item01:hover {
    opacity: 0.75;
}

input[name="tab_item"],
input[name="tab_item01"] {
    display: none;
}

.tab_content {
    display: none;
    /*    padding: 1em 1em 0;*/
    clear: both;
    overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
    display: block;
    width: 100%;
    margin: auto;
    padding-top: 60px;
}

#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content {
    display: block;
}

.tab_container input:checked + .tab_item,
.tab_container input:checked + .tab_item01 {
    background-color: #468C38;
    color: #fff;
}

.tab_container input:checked + .tab_item span,
.tab_container input:checked + .tab_item01 span {
    color: #fff;
    font-size: .8em;
    font-weight: 100;
}

.tab_container .tab_item span,
.tab_container .tab_item01 span {
    font-size: 0.8em;
    font-weight: 100;
}

.tab_content_description {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.tab_content_description dl {
    width: 23%;
    margin: 30px 0 0 0;
}

.tab_content_description dl dt {
    margin: 0 0 15px 0;
}

.tab_content_description dl dt img {
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    border-radius: 2em;
}

.top_btnarea a {


    display: block;
    padding: 17px;

    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 94% 50% no-repeat;
    background-size: 22px;
    width: 428px;
    background-color: #468C38;
    margin: 80px auto 0;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
}

.top_btnarea01 a {
    display: block;
    padding: 15px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    background-size: 18px;
    width: 316px;
    background-color: #468C38;
    margin: 35px 0 0;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    color: #FFF;
    font-weight: 600;
    font-size: 1.2em;
}

.top_btnarea02 a {
    display: block;
    padding: 11px 11px 13px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 93% 50% no-repeat;
    background-size: 18px;
    width: 316px;
    background-color: #468C38;
    margin: 35px 0 0;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    color: #FFF;
    font-weight: 600;
    font-size: 1em;
}

.top_btnarea_center a {
    margin: 30px auto;
}


.foot_btnarea a {
    display: block;
    padding: 15px 28px 15px 15px;

    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 88% 50% no-repeat;
    width: 316px;
    background-color: #468C38;
    margin: 35px 0 0;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    color: #FFF;
    font-weight: 600;
    font-size: 1.1em;
    background-size: 20px;
}

.top_btnarea a:hover,
.top_btnarea01 a:hover,
.top_btnarea02 a:hover,
.foot_btnarea a:hover {
    color: #E1F1DE;
}


/*
topランキング
-------------------------------------------*/
.section_bg1 {
    width: 100%;
    margin: 125px 0 145px;
    padding: 0;
    background-color: #FBF9F3;
}

.section_bg1::before {
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/bg_section_top.jpg) center top repeat-x;
    height: 41px;
}

.section_bg1::after {
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/bg_section_bottom.jpg) center bottom repeat-x;
    height: 41px;
}

.top_ranking_area {
    margin: 100px auto 120px;
    width: 1200px;
}

.top_ranking_area h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 30px 0;
}

.top_ranking_area h4 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 85px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.ranking_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.ranking_inner dl {
    width: 18%;
    margin: 0;
    position: relative;
}

.ranking_inner dl dt {
    margin: 0 0 15px 0;
}

.ranking_inner dl:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 51px;
    height: 39px;
    z-index: 1;
}

.ranking_inner dl dt img {
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
}

.pc_only .ranking_inner dl:nth-of-type(1):before {
    position: absolute;
    top: -20px;
    left: 5px;
    content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking01.png);
    display: inline-block;
    width: 51px;
    height: 39px;
    z-index: 1;
}

.pc_only .ranking_inner dl:nth-of-type(2):before {
    position: absolute;
    top: -20px;
    left: 5px;
    content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking02.png);
    display: inline-block;
    width: 51px;
    height: 39px;
    z-index: 1;
}

.pc_only .ranking_inner dl:nth-of-type(3):before {
    position: absolute;
    top: -20px;
    left: 5px;
    content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking03.png);
    display: inline-block;
    width: 51px;
    height: 39px;
    z-index: 1;
}

.pc_only .ranking_inner dl:nth-of-type(4):before {
    position: absolute;
    top: -20px;
    left: 5px;

    content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking04.png);
    display: inline-block;
    width: 51px;
    height: 39px;
    z-index: 1;
}

.pc_only .ranking_inner dl:nth-of-type(5):before {
    position: absolute;
    top: -20px;
    left: 5px;
    content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking05.png);
    display: inline-block;
    width: 51px;
    height: 39px;
    z-index: 1;
}

.crown {
    display: block;
    text-align: center;

    margin: 0 auto 35px;
}

.wave {
    display: block;
    text-align: center;
    margin: 0 auto 35px;
}

/*
fixボタン
-------------------------------------------*/
.btn_fix_pc {
    background-color: #fff;
    padding: 26px 19px;
    border-radius: 10px 0 0 10px;
    position: fixed;
    right: 0;
    top: 24%;
    z-index: 10;
}

.btn_fix_pc li {
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 100%;

}

.btn_fix_pc li:last-child {
    margin: 0;

}

.btn_fix_pc li a {
    text-align: center;
    font-size: 0.8em;

}

.btn_fix_pc .fs-pt-menu__heading {
    display: block;
    padding: 0 0 10px 0;
}

.btn_fix_pc .fs-pt-menu__heading a {
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_btn02.jpg) center 0 no-repeat;
    padding: 44px 0 0 0;
    cursor: pointer;
    display: block;
    color: #371E05;
    width: 65px;
    height: 60px;
}

.btn_fix_pc .log_rireki_pc .fs-pt-menu__heading:first-child a {
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_btn02.jpg) center 0 no-repeat;
    padding: 44px 0 0 0;
    cursor: pointer;
    display: block;
    color: #371E05;
    width: 65px;
    height: 60px;
}

.btn_fix_pc .member_mypage_pc .fs-pt-menu__heading:first-child a {
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_btn03.jpg) center 0 no-repeat;
    padding: 44px 0 0 0;
    cursor: pointer;
    display: block;
    color: #371E05;
    width: 65px;
    height: 60px;

}

.btn_fix_pc .log_rireki_pc .member_mypage_pc .fs-pt-menu__heading:nth-of-type(2) a {
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_btn03.jpg) center 0 no-repeat;
    padding: 44px 0 0 0;
    cursor: pointer;
    display: block;
    color: #371E05;
    width: 65px;
    height: 60px;
}

.btn_fix_pc .log_rireki_pc .smp_rireki .fs-pt-menu__heading a {
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_btn05.jpg) center 0 no-repeat;
    padding: 44px 0 0 0;
    cursor: pointer;
    display: block;
    color: #371E05;
    width: 65px;
    height: 60px;
}

.logout.my-false {
    display: none;
}

.login.my-true {
    display: none;
}

/*
topリアルタイ??
-------------------------------------------*/
.top_realtime_area {
    width: 1100px;
    margin: auto;
}

.top_realtime_area h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.top_realtime_area h3 img {
    padding: 0 5px 0 0;
}

.top_realtime_area h4 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 85px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

/*
top????????ファー??につ????
-------------------------------------------*/

.top_about {
    margin: 125px auto;
    width: 1200px;
}

.top_about h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 24px 0;
}

.top_about h4 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 85px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.top_abouttxt01 {
    text-align: center;
    margin: 0 0 80px 0;
}

.top_about_inner {
    width: 1200px;
    margin: 0 auto 70px;
}

.top_about_innerleft {
    float: left;
    width: 47.5%;
}


.top_about_innerright {
    float: right;
    width: 47.5%;
}

.top_about_innerright h5 {
    margin: 56px 0 30px;
    font-size: 1.5em;
    font-weight: 600;

    line-height: 1.5;
}

.top_about_innerright h5 span {
    color: #025D31;
}

.distribution_area {
    background: #fff;
    box-sizing: border-box;
    padding: 90px 18px 60px 90px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 0 85px 0;

}

.distribution_arealeftbox {
    width: 37%;

}

.distribution_arearightbox {
    width: 53.58%;
    position: relative;
    margin: 0 15px 0 0;


}

.distribution_arearightbox p {
    position: absolute;
    left: 0;
    top: -35px;
    z-index: 10;

}

.movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 140px 0;
}

.staff_recommend {
    background: #fff;
    box-sizing: border-box;
    padding: 90px 60px 50px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
}


.staff_recommendbox {
    margin: 0 0 35px 0;
}

.staff_recommendleftbox {
    width: 46.79%;
    float: left;
}

.staff_recommendrightbox {
    width: 47.64%;
    float: right;
    padding: 45px 0 0 0;
}

.staff_recommendrightbox p span {
    font-weight: 600;
    display: block;
    margin: 0 0 15px 0;
    font-size: 1.1em;
}

.top_about_innerleft .swiper-button-next,
.top_about_innerleft .swiper-button-prev,
.distribution_arearightbox .swiper-button-next,
.distribution_arearightbox .swiper-button-prev {
    width: 44px;
}


/*
topバナーエリア
-------------------------------------------*/

.top_banner_area {
    margin: 90px auto 135px;
    width: 1200px;
}

.top_banner_area li {
    float: left;
    margin: 0 0 40px 0;
}

.top_banner_area li:nth-of-type(2) {
    float: left;
    margin: 0 45px 40px;
}

.top_banner_area li:nth-of-type(5) {
    margin: 0 45px 0;
}

.top_banner_area li:nth-of-type(4),
.top_banner_area li:nth-of-type(6) {
    margin: 0;
}

/*
topお知らせ
-------------------------------------------*/

#yaeyama_news_list_rss_iframe {
    width: 928px;
}

.top_news {
    margin: 130px auto;
    width: 1200px;
}

.top_news h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.top_news h4 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 20px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.top_news ul {
    text-align: center;
    margin: 50px 0 50px 0;
}

.top_news ul li {
    width: 42px;
    margin: 0 3px;
    display: inline-block;
}

.top_newsleft {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 15px 15px 45px;
    box-sizing: border-box;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    font-size: 1em;
    min-height: 540px
}

.top_newsright {
    float: right;
    width: 501px;
}

.kasou_newslist {
    min-width: 928px;
}

.top_newsleft .fs-p-dateList,
.kasou_newslist .fs-p-dateList {
    width: 100%;
    box-sizing: border-box;
}

.top_newsleft .fs-p-dateList .fs-pt-list__item,
.kasou_newslist .fs-p-dateList .fs-pt-list__item {
    width: 90%;
    margin: 0;
    border-top: 2px #E2E2E2 dotted;
    padding: 10px 5px 0;
    text-align: left;
    position: relative;
    margin: 20px 20px 0;
}

.top_newsleft .fs-p-dateList .fs-pt-list__item:last-child,
.kasou_newslist .fs-p-dateList .fs-pt-list__item:last-child {
    border-top: 2px #E2E2E2 dotted;
    border-bottom: 2px #E2E2E2 dotted;
    padding-bottom: 20px;
}

.top_newsleft .fs-p-dateList .fs-pt-list__item a {
    max-width: 90%;
    display: inline-block;
}

.kasou_newslist .fs-p-dateList .fs-pt-list__item a {
    max-width: 96%;
    display: inline-block;
}

.top_newsleft .fs-p-dateList .fs-pt-list__item a::after,
.kasou_newslist .fs-p-dateList .fs-pt-list__item a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #E8B91F;
    border-right: solid 1px #E8B91F;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 60%;
    left: calc((100% - -86%)/2);
    margin-top: -4px;
}

.kasou_newslist .fs-p-dateList .fs-pt-list__item a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #E8B91F;
    border-right: solid 1px #E8B91F;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: calc((100% - -96%)/2);
    margin-top: -4px;
}

.fs-p-dateList > li time {
    font-weight: 400;
}

.fs-p-dateList > li time:first-child {
    display: block;
    background: none;
    color: #E8B91F;
    /*    margin: 0 0 10px 0;*/
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2em;
}

.top_newsleft_btn {
    display: block;
    padding: 10px 10px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    background-size: auto;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
    width: 30%;
    margin: auto;
}

/*
topカ????リー
-------------------------------------------*/
.top_category {
    margin: 140px auto 130px;
    width: 1200px;
}

.top_category h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.top_category h4 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 85px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;

}

.top_category li {
    float: left;
    width: 19%;
    margin: 0 1.2% 0.8% 0;
    box-sizing: border-box;
}

.top_category li:nth-of-type(5n) {
    float: left;
    width: 19%;
    margin: 0 0 0.8% 0;
}

.top_category li a {
    display: block;
    padding: 9px 8px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
    font-weight: 500;
}

.top_category li a:hover {
    color: #986929;
}



/*
footer
-------------------------------------------*/
.fs-l-footer {
    border: none;
    background-color: #FBF9F3;
}

.section_bg1_foot {
    margin: 0 0 110px !important;
}

#calendar-frame_pc {
    margin: 0 !important;
}

footer {
    width: 100%;
    margin: 100px 0 0;
    padding: 0 0 40px 0;
    background-color: #FBF9F3;
}

footer::before {
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/bg_section_top.jpg) center top repeat-x;
    height: 41px;
}

.footer_inner {
    width: 1200px;
    margin: 60px auto 0;
    /*    padding: 0 0 60px 0;*/
}

.footer_innerleft {
    float: left;
    width: 53.33%;
    min-height: 350px;
}

.footer_innerright {
    float: right;
    width: 490px;
    position: relative;
    /*top: -50px;*/
    min-height: 350px:
}


.footer_innerleft h5 {
    font-size: 1.4em;
    font-weight: 600;
}

.footer_innerleft h5 span {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    width: 40px;
}

.footer_innerleft h5 span:first-child {
    margin: 0 0 0 20px;
}

.footer_innerleft table {
    /*    margin: 0 0 15px 0;*/
}

.footer_innerleft table td {
    vertical-align: middle;
    /*    padding: 10px 0 0 0;*/
}

.footer_innerleft table td:last-child {
    padding: 0 0 0 15px;
}

.footer_innerlefttxt01 {
    line-height: 200%;
    margin: 0 0 10px 0;
}

.footer_innerlefttxt02 {
    line-height: 200%;
    font-size: 0.87em;
}

.footer_guide {
    border-top: 1px #BFBFBF solid;
    width: 1200px;
    margin: auto;
    line-height: 160%;
}

.footer_guide h5 {
    font-size: 1.5em;
    font-weight: 600;
    margin: 37px 0 50px 0;
    text-align: center;
}

.footer_guide dl {
    float: left;
    width: 32%;
    margin: 0;
}

.footer_guide dl:nth-of-type(2) {
    float: left;
    width: 32%;
    margin: 0 2%;
}

.footer_guide dl dt {

    font-size: 1.1em;
    margin: 0 0 15px 0;
    font-weight: 600;

}

.footer_guide dl dd {
    margin: 0 0 26px 0;
    font-size: 14px;
    line-height: 2;
}

.footer_guide dl dd a {
    color: #468C38;
    font-weight: 600;
}

.footer_navi {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px #BFBFBF solid;
    border-bottom: 1px #BFBFBF solid;
    padding: 26px 0;

}

.footer_navi li {
    border-right: 1px #BFBFBF solid;
    padding: 0 12px;
    display: inline;
}

.footer_navi li:last-child {
    border-right: none;

}


.footer_navi li a {
    font-size: 0.8em;
}

.footer_navi li a:hover {
    text-decoration: underline;
}

.copyright {
    text-align: center;
    font-size: 0.9em;
    margin: 40px 0 0 0;
}


/*　==============================下層ペ??ジ==============================　*/
.kasou_detail_pro {
    width: 100%;
    margin: auto;
    line-height: 180%;
}

.tit_kasou {
    font-size: 2em !important;
    /*    margin: 10px 0;*/
}



.kasou_detail_pro h3 {
    font-size: 2em;
    text-align: left;
    font-weight: 600;
}

.kasou_detail_pro h4 {
    text-align: left;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 20px 0 90px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}



.kasou_detail_pro2 h3 {
    font-size: 1.7em;
    text-align: left;
    font-weight: 600;
}


.kasou_detail_pro2 h4 {
    text-align: left;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 20px 0 85px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.kasou_detail_yaeyama h3 {
    font-size: 2em;
    text-align: left;
    font-weight: 600;
}

.kasou_detail_guide h3 {
    font-size: 2em;
    text-align: left;
    font-weight: 600;
}

.kasou_detail_yaeyama h4 {
    text-align: left;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 12px 0 150px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.kasou_detail_guide h4 {
    text-align: left;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 12px 0 90px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.fs-p-scrollingCartButton {
    display: none;
}

@media screen and (max-width: 1000px) {
    .kasou_detail_yaeyama h3 {
        font-size: 2em;
        text-align: left;
        font-weight: 600;
        margin: 0 0 0 15px;
    }


    .kasou_detail_guide h3 {
        font-size: 2em;
        text-align: left;
        font-weight: 600;
        margin: 0 0 0 15px;
    }

    .kasou_detail_yaeyama h4 {
        text-align: left;
        color: #E8B91F;
        font-size: 0.9em;
        margin: 7px 0 41px 15px;
        letter-spacing: 0.2em;
        font-family: 'Poppins', sans-serif;
    }

    .kasou_detail_guide h4 {
        text-align: left;
        color: #E8B91F;
        font-size: 0.9em;
        margin: 0px 0 45px 15px;
        letter-spacing: 0.2em;
        font-family: 'Poppins', sans-serif;
    }

    #test_freepage_main {
        margin: 31px auto;
        padding: 8px;
        max-width: 1216px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: 2000px;
    }
}

/*　==============================シークワーサー==============================　*/
.shikuwasa_txt01 {
    color: #0F5732;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: 600;
    line-height: 160%;
    font-size: 1.37em !important;
}

.shikuwasa_txt02 {
    text-align: center;
    font-weight: 600;
    margin: 0 0 90px;
}

.shikuwasa_txt03 {
    font-weight: 600;
    margin: 0 0 30px;
}

.shikuwasa_txt04 {
    padding: 45px 0 0;
}

.shikuwasa_txt05 {
    margin: 0 0 30px !important;
}

.shikuwasa_txt06 {
    color: #371E05 !important;
}

.shikuwasa_txt07 {
    margin: 0 0 80px !important;
}

.shikuwasa_txt08 {
    margin: 0 0 100px !important;
}

.syutten {
    margin-top: 40px;
}

.ziki {
    margin: 0 0 50px;
}

.aogiri {
    margin-bottom: 0;
}

.about_aogiri {
    margin: 0 0 12px;
}

.megumi {
    margin: 0 0 80px;
}

.shikwasa_point {
    padding: 10px 0 0;
}

/*????詳細　おすすめ*/

.product_detail_recommend_pa {
    padding: 90px 1% !important;
}

.product_detail_recommend h4 {
    margin: 0 0 12px;
    text-align: center;
    color: #371E05;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: inherit;
    font-family: 'Noto Sans JP', sans-serif;
}

.product_detail_recommend h5 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 45px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.swiper_detail_recommend .swiper-slide {
    text-align: left;
    font-size: 0.85em;
}

.swiper_detail_recommend .swiper-slide img {
    padding: 0 0 5px;
    width: 210px;
    height: 210px;
}

.swiper_detail_recommend .swiper-slide span {
    display: block;
    text-align: right;
    font-size: 1rem;
}

#swiper_price {
    font-size: 0.85em;
    font-weight: 100;
    display: inline;
}


/*　==============================シークワーサジュース==============================　*/
.shikuwasa_juice_cate h4 {
    margin: 0 0 12px;
    text-align: center;
    color: #371E05;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: inherit;
    font-family: 'Noto Sans JP', sans-serif;
}

.shikuwasa_juice_cate h5 {
    text-align: center;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 0 0 56px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.shikuwasa_juice_cateinner {
    width: 100%;
    margin: 0 0 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.shikuwasa_juice_cateinner_leftbox {
    width: 32.8%;
}

.shikuwasa_juice_cateinner_rightbox {
    width: 63.2%
}

.shikuwasa_juice_nutritioninner {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.shikuwasa_juice_nutritioninner_leftbox {
    width: 52%;
    padding-left: 7px;
}

.shikuwasa_juice_nutritioninner_rightbox {
    width: 42.5%
}

.shikuwasa_juice_txt01 {
    margin: 0 0 100px;
}

.shikuwasa_juice_txt02 {
    font-weight: 600;
    color: #005F30;
    font-size: 1.05em;
}

.shikuwasa_juice_txt02 span {
    font-weight: 600;
    color: #371E05;
    margin: 8px 0;
    font-size: 1.4em;
    display: block;
}

/* .shikuwasa_juice_txt03 {
    margin: 0 0 120px;
} */

#shikuwasa_juice_txt04 {
    font-size: 0.8em;
    color: #371E05;
    line-height: 160%;
    font-weight: 100;
    display: block;
}

#shikuwasa_juice_txt05 {
    font-weight: 600;
    color: #371E05;
}

.shikuwasa_juice_txt06 {
    margin: 0 0 75px;
}



.shikuwasa_juice_txt08 {
    color: #32200C;
    font-weight: 600;
    width: 100%;
    margin: 0 0 20px 0;
}

.btn_shikuwasa {
    width: 430px !important;
    margin: auto !important;
    display: block !important;
}

.btn_shikuwasa01 {
    margin: auto !important;
    color: #468C38 !important;
    font-size: 1.3em !important;
    padding: 20px 15px !important;
}

.shikuwasa_juice_featureinner {
    width: 680px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.shikuwasa_juice_featureinner_leftbox {
    width: 18.2%;
}

.shikuwasa_juice_featureinner_leftbox img {
    margin: 0 0 0 50px;
}

.shikuwasa_juice_featureinner_rightbox {
    width: 70.0%;
    padding-top: 16px;
}

.shikuwasa_juice2_featureinner_rightbox {
    width: 80.0%;
    padding-top: 10px;
}

.shikuwasa_juice_featureinner_rightbox p {
    margin: 0 0 16px;

}

.shikuwasa_juice_featureinner_rightbox p span {
    color: #ECC342;
    font-size: 0.9em;
    letter-spacing: 0.2em;
    display: block;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
}

#shikuwasa_juice_feature_txt01 {
    font-size: 1.3em;
    font-weight: 600;
    color: #371E05;
    letter-spacing: inherit;
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8;
}

.shikuwasa_juice_feature_txt02 {
    padding: 0 0 30px;
}

.shikuwasa_juice_feature_txt03 {
    margin: 0 0 10px 0 !important;
}



.shikuwasa_juice_media {
    width: 710px;
    margin: auto
}

.shikuwasa_juice_media h5,
.shikuwasa_juice_mediainner h5 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 55px 70px;
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/img_shikuwasaJuice15.jpg) left 0 no-repeat;
    background-size: 30px;
    padding: 0 0 0 40px;
}

#monoqlo {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 55px;
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/img_shikuwasaJuice20_2.jpg) left 0 no-repeat;
    background-size: 30px;
    padding: 0 0 0 40px;
}

#ritou {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 55px;
    content: "";
    display: block;

    background: url(https://yaeyama.itembox.design/item/newimg/img_shikuwasaJuice20_3.jpg) left 0 no-repeat;
    background-size: 30px;
    padding: 0 0 0 40px;
}

#ritou01 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 55px;
    content: "";
    display: block;

    background: url(https://yaeyama.itembox.design/item/newimg/img_shikuwasaJuice20_3.png) left 0 no-repeat;
    background-size: 30px;
    padding: 0 0 0 40px;
}

.shikuwasa_juice_media h5 span,
.shikuwasa_juice_mediainner h5 span {
    font-size: 0.8em;
    font-weight: 100;
}

.shikuwasa_juice_media01_leftbox {
    float: left;
    width: 42.8%;
}

.shikuwasa_juice_media01_rightbox {
    float: right;
    width: 53.7%;
}

.shikuwasa_juice_media_txt01 {
    font-weight: 600;
    color: #005F30;
}

.shikuwasa_juice_media_txt01 span {
    font-weight: 600;
    color: #371E05;
    margin: 10px 0;
    font-size: 1.2em;
    display: block;
}

.shikuwasa_juice_media_txt02 {
    margin: 80px 0 15px !important;
    font-size: 1.3em !important;
}

.shikuwasa_juice_media_txt03 {
    margin: 0 0 7px !important;
}

.shikuwasa_juice_media_txt04 {
    color: #005F30;
}

.shikuwasa_juice_mediainner {
    border-bottom: 1px #E9E7DA solid;
    padding: 40px 0;
}

.shikuwasa_juice_mediainner:last-child {
    border-bottom: none;
    padding: 40px 0;
}

.shikuwasa_juice_mediainner_leftbox {
    float: left;
    width: 58%;
}

.shikuwasa_juice_mediainner_rightbox {
    float: right;
    width: 38.1%;
}

.shikuwasa_juice_mediainner p span {
    font-weight: 600;
}

.shikuwasa_juice_voiceinner {
    margin: 0 0 60px;
}

.shikuwasa_juice_voiceinner_last {
    margin: 0 0;
}

.shikuwasa_juice_voiceinner_leftbox {
    float: left;
    width: 44.5%;
}

.shikuwasa_juice_voiceinner_rightbox {
    float: right;
    width: 50.8%;
}

.shikuwasa_juice_voiceinner_rightbox p span {
    font-weight: 600;
}

#btn_shikuwasavoice_area ul {
    text-align: center;
}

#btn_shikuwasavoice_area li {
    display: inline-block;
    text-align: center;
    margin: 0 16px;
    width: 220px;
    float: none;
}

#btn_shikuwasavoice_area li a {
    display: block;
    padding: 11px 11px 13px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 93% 50% no-repeat;
    background-size: 18px;
    width: 220px;
    background-color: #468C38;
    margin: 35px 0 0;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    color: #FFF;
    font-weight: 600;
    font-size: 1em;
}

#btn_shikuwasa_list {
    margin: 0 auto 90px;
    max-width: 718px;
}

#btn_shikuwasa_list li {
    float: none;
    width: 220px;
    margin: 0 2% 0.8% 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

#btn_shikuwasa_list li a {
    font-weight: 600;
    font-size: 0.8em;
    padding: 8px 8px;
}

.shikuwasavoice_voice {
    margin: 0 0 90px !important;
}

/*シークワーサージュース詳細*/
#acMenu_navi01,
#acMenu_navi02 {
    margin: 0 0 50px 0;
}

#acMenu_navi01 p,
#acMenu_navi02 p,
#acMenu_navi03 p {
    /*    line-height: 180%;*/
}
#acMenu_navi01 dd p {
    line-height: 180%;
}

#acMenu_navi01 dt {
    display: block;
    width: 100%;
    line-height: 120%;
    margin: 20px 0;
    cursor: pointer;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail.jpg) 95% -55px no-repeat;
    background-size: 31px;
    box-sizing: border-box;
    margin: 0 0 0 0;
    font-size: 1.1em;
    color: #371E05;
    font-weight: normal;
    border-bottom: 1px #F2F1ED solid;
    border-top: 1px #F2F1ED solid;
    padding: 23px 0 23px 14px;
    font-weight: 600;

}

#fs_ProductDetails #detail_left #acMenu_navi01 dt {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail.jpg) 95% -50px no-repeat;
}

#fs_ProductDetails #detail_left #acMenu_navi01 dt.active {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail.jpg) 95% 20px no-repeat;
}

#acMenu_navi01 dt:nth-of-type(2) {
    border-top: none;
}

#acMenu_navi01 dt.active {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail.jpg) 95% 15px no-repeat;

}

#fs_ProductDetails #detail_left #acMenu_navi01 #acMenu_navi02 dt {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail.jpg) 95% -23px no-repeat;
}

#fs_ProductDetails #detail_left #acMenu_navi01 #acMenu_navi02 dt.active {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail.jpg) 95% 20px no-repeat;
}

#acMenu_navi01 dd {

    width: 100%;
    height: auto;
    line-height: 120%;
    padding: 2% 0;
    display: none;
    box-sizing: border-box;
    margin: 45px auto 0;
    font-size: 15px;
}

#acMenu_navi02 dt {
    display: block;
    width: 100%;
    line-height: 120%;
    margin: 20px 0;
    cursor: pointer;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail01.jpg) 95% -55px no-repeat;
    background-size: 20px !important;
    box-sizing: border-box;
    margin: 0 0 0 0;

    font-size: 1.1em;
    color: #371E05;
    font-weight: normal;
    border: 1px #F2F1ED solid;
    padding: 23px 0 23px 14px;
    font-weight: 600;

}

#acMenu_navi02 dt.active {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detail01.jpg) 95% 15px no-repeat;

}

#acMenu_navi02 dd {

    width: 100%;
    height: auto;
    line-height: 120%;
    padding: 2% 0;
    display: none;
    box-sizing: border-box;
    margin: 0;
    font-size: 15px;
}

#fs_ProductDetails #acMenu_navi01 dd,
#fs_ProductDetails #acMenu_navi02 dd {
    padding: 0;
    margin: 20px auto;
}

#deli_drop {
    padding: 30px 0 2px !important;
}

.shikuwasa_juice_detail_deli_sustit {
    background: #ABC937;
    padding: 15px 14px;
    font-size: 1.1em;
    font-weight: 600;
    color: #FFF;
    margin: 0 0 15px;
}

.shikuwasa_juice_detail_deli_price {
    color: #f00;
    font-weight: 600;
    margin: 20px 0 0;
    font-size: 1.1em;
}

.shikuwasa_juice_detail_deli_price span {
    font-size: 0.8em;
    color: #f00;
}

.shikuwasa_juice_detail_delitxt01 {
    margin: 10px 0 20px;
}

.shikuwasa_juice_detail_delitxt02 {
    width: 340px;
    padding: 0 0 0 10px;
}

.shikuwasa_juice_detail_delitxt03 {
    border: 1px #E7B91E solid;
    padding: 3% 20px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    font-weight: 600;
    font-size: 1.09em;
    margin: 0 0 20px;
}

.shikuwasa_juice_detail_delitxt03 span {
    color: #f00;
}

.shikuwasa_juice_detail_delitxt04 {
    color: #371E05 !important;
    font-size: 0.8em;
}

.pine_detail_delitxt04 {
    color: #371E05 !important;
    font-size: 0.8em;
    font-weight: 400;
}


.shikuwasa_juice_detail_delitxt05 {
    margin: 0 0 16px;
    line-height: 1.8;
}

.shikuwasa_juice_detail_delitxt05 span {
    margin: 0 0 20px;
    display: block;
    font-weight: 600;
}

.detailpage_cominfo {
    margin: 86px auto;
}

#fs_ProductDetails .detailpage_cominfo {
    margin: 86px auto;
    font-size: 0.9rem;
    line-height: 1.8;
}

.detailpage_cominfo table {
    box-sizing: border-box;
    width: 100%;
}

.detailpage_cominfo th {
    width: 14.2%;
    padding: 20px 5px;
    border-bottom: 1px #E3E2DD solid;
}

#fs_ProductDetails .detailpage_cominfo th {
    width: 17%;
    padding: 9px 5px;
    border-bottom: 1px #E3E2DD solid;
}

.detailpage_cominfo td {
    width: 85.8%;
    padding: 9px 5px;
    border-bottom: 1px #E3E2DD solid;
}

.detailpage_cominfo th:first-of-type,
.detailpage_cominfo td:first-of-type {
    border-top: 1px #E3E2DD solid;
}

.about_shikusawa {
    font-weight: 600;
    font-size: 1.3em;
    border-top: 1px #E3E2DD solid;
    border-bottom: 1px #E3E2DD solid;
    margin: 0 0 60px;
    padding: 20px 0;
}

.about_shikusawa_txt01 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 30px;
}

.about_shikusawa_txt02 {
    text-align: center;
    margin: 0 0 50px;
}

#faqarea_detail h4 {
    margin: 0 0 30px 0;
    background-color: #ABC937;
    font-weight: 600;
    color: #fff;
    padding: 10px 0 10px 14px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: inherit;
}

#faqarea_detail p {
    margin: 0 0 50px 15px;
}

.detailpage_voice {
    font-size: 1.4em !important;
}

.detailpage_voice_txt01 {
    text-align: center;
}

#btn_shikuwasadetail {
    width: 670px;
    margin: auto;
}

#btn_shikuwasadetail li {
    float: left;
    width: 45.6%;
    margin: 0 8.8% 0.8% 0;
    box-sizing: border-box;
}

#btn_shikuwasadetail li:last-of-type {
    margin: 0;
}

#btn_shikuwasadetail li a {
    font-weight: 600;
}

.detailpage_deliinfo {
    width: 670px;
    margin: auto !important;
    border: 1px #E7B91E solid;
    padding: 36px;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    font-weight: 600;
    margin: 0 0 20px;
    box-sizing: border-box;
}

.detailpage_deliinfo a {
    display: block;
    padding: 15px 8px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
    width: 45.6%;
    margin: 15px auto 0;
}

/*=============パイナップル===========*/
.productdetail_subtit {
    font-weight: 600;
    font-size: 1.37em;
    border-top: 1px #E3E2DD solid;
    border-bottom: 1px #E3E2DD solid;
    margin: 0 0 56px;
    padding: 18px 0;
}

.product_about_pineapple_inner {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.product_about_pineapple_innerleft {
    width: 50%;
}

.product_about_pineapple_innerleft span {
    font-weight: 600;
}

.product_about_pineapple_innerright {
    width: 46.7%;
}

.product_about_pineapple_innerleft01 {
    width: 41.0%;
}

.product_about_pineapple_innerright01 {
    width: 55.2%;
}

.product_about_pineapple_innerleft01 h6 {
    font-size: 1.3em;
    font-weight: 600;
}

.product_oragnic_pine_inner {
    width: 100%;
    margin: 0 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.product_oragnic_pine_innerleft {
    width: 50%;
}

.product_oragnic_pine_innerright {
    width: 41.7%;
}

.product_oragnic_pine_inner01 {
    width: 100%;
    margin: 0 0 30px;
}

.product_oragnic_pine_innerleft01 {
    width: 47.3%;
    float: left;
}

.product_oragnic_pine_innerright01 {
    width: 50%;
    float: right;
}

.product_oragnic_pine_innerleft02 {
    width: 50%;
}

.product_oragnic_pine_innerright02 {
    width: 47.3%;
    text-align: right;
}

.product_oragnic_pine_innerleft span {
    font-weight: 600;
}


.product_oragnic_pine_voice {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.product_oragnic_pine_voiceleft {
    width: 45.9%
}

.product_oragnic_pine_voiceright {
    width: 50.9%
}

.product_oragnic_pine_voiceright span {
    font-weight: 600;
}

.organic_pine_txt01 {
    padding: 80px 0 0;
}

.organic_pine_txt02 {
    font-size: 1.25em;
}

.organic_pine_txt03 {
    color: #ECC342;
    font-size: 0.73em;
    letter-spacing: 0.2em;
    display: block;
    margin: 10px 0;
    font-weight: 100 !important;
    font-family: 'Poppins', sans-serif;
}

.organic_voice_txt01 {
    font-size: 1.25em;
    font-weight: 600;
    text-align: center;
    margin: 0 0 35px;
}

/*=============ハンバ??グ===========*/
.hamburgsteak_txt01 {
    text-align: center;
}

.hamburgsteak_txt02 {
    background: #371E05;
    padding: 2px 8px;
    color: #fff;
    display: inline !important;
    font-size: 0.9em !important;
}

.hamburgsteak_txt03 {
    margin: 35px auto 0 !important;
}

.hamburgsteak_txt01 span {
    font-weight: 600;
}

.hamburgsteak_txt04 {
    font-size: 1.3em;
    font-weight: 600;
}

/* .hamburgsteak_txt05 {
    padding: 3% 5% !important;
} */

.product_hamburgsteak_inner {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.product_hamburgsteak_innerleft {
    width: 50%;
}

.product_hamburgsteak_innerleft span {
    font-weight: 600;
}

.product_hamburgsteak_innerright {
    width: 39.2%;
}

.product_hamburgsteak_inner01 {
    width: 100%;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.product_hamburgsteak_innerleft01 {
    width: 50%;
}

.product_hamburgsteak_innerright01 {
    width: 60.0%;
    text-align: right;
}

.hamburg_hiketsu {
    text-align: center;
}


.hamburgsteak_txt06 {
    color: #ECC342;
    font-size: 0.7em;
    letter-spacing: 0.2em;
    display: block;
    font-weight: 100 !important;
    font-family: 'Poppins', sans-serif;
}

.hamburgsteak_txt07 {
    font-size: 1.25em;
    font-weight: 600;
    line-height: 95%;
    margin: 0 0 10px;
}

.hamburgsteak_txt08 {
    font-size: 0.8em;
}

.hamburgsteak_txt09 {
    font-size: 1.25em;
    font-weight: 600;
    margin: 0 0 15px;
}

.hamburgsteak_txt10 {
    margin: 0 0 15px;
}

.hamburgsteak_txt10 span {
    color: #ECC342;
    font-size: 0.85em;
    letter-spacing: 0.2em;
    display: inline-block;
    margin: 0 16px 0 0;
    font-weight: 100 !important;
    font-family: 'Poppins', sans-serif;
}

.hamburgsteak_txt11 {
    font-size: 1.05em;
    font-weight: 600;
    margin: 0 0 15px;
}

#hamburgsteak_txt12 {
    display: block;
}

.hamburgsteak_txt13 {
    width: 708px;
    margin: auto;
    line-height: 1.9;
}

.hamburgsteak_txt13 span {
    font-weight: 600;
}

#hamburgsteak_txt14 {
    width: 47.2%;
}

.ham_kodawari {
    margin: 0 0 35px;
}

.ham_kodawari_left {
    float: left;
    margin: 0 15px 0 0;
    width: 13.3%;
}

.ham_kodawari_right {
    float: right;
    width: 84.8%;
}

.ham_kodawari_right p span {
    color: #ECC342;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    display: block;
    margin: 10px 0 2px;
    font-family: 'Poppins', sans-serif;

}

.ham_eat {
    margin: 0 0 45px;
}

.ham_eat_left {
    float: left;
    margin: 0 15px 0 0;
    width: 44.2%;
}

.ham_eat_right {
    float: right;
    width: 47.2%;
    margin-top: 50px;
}

#btn_hamburg_list {
    margin: 0 auto 90px;
    max-width: 918px;
}

#btn_hamburg_list li {
    float: left;
    width: 24%;
    margin: 0 0.75% 0.8% 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

#btn_hamburg_list li:nth-of-type(4n) {
    margin: 0 0 0.8% 0;
}

#btn_hamburg_list li a {
    font-weight: 600;
    font-size: 0.8em;
    padding: 8px 8px;
}

/*=============アグー??===========*/
.painu_bui {
    width: 77.5%;
    margin: 55px auto;
}

.painu_bui h6 {
    color: #0F5732;
    font-weight: 600;
}

.painu_bui p {
    margin: 0 0 60px;
}

.painu_butxt01 {
    font-size: 1.3em !important;
    color: #371E05 !important;
}

.painu_butxt02 {
    line-height: 200%;
}

.painu_areatxt01 {
    margin: 85px 0 20px;
}

/*=============しゃぶしゃぶ===========*/
.shabushabu {
    margin: 0 auto 90px;
}

.shabushabu h3 {
    font-size: 1.3em;
    color: #0F5732;
    text-align: center;
    margin: 0 0 50px;
}

.shabushabu_leftbox {
    float: left;
    width: 50.0%;
}

.shabushabu_rightbox {
    float: right;
    width: 47.1%;
}



/*=============毎月お届け===========*/


.monthly_deli_point {
    text-align: center;
}

.monthly_deli_point h3 {
    font-size: 1.3em;
    color: #0F5732;
    text-align: center;
    margin: 0 0 50px;
    line-height: 160%;
}

.monthly_deli_pointtxt01 {
    font-size: 0.7em;
}

.monthly_lineup {
    width: 82.7%;
    margin: 0 auto 90px;
}

.monthly_lineup_leftbox {
    float: left;
    width: 39.4%;
}

.monthly_lineup_rightbox {
    float: right;
    width: 55.4%;
}

.monthly_lineup_rightbox .month_area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    margin: 0 0 20px;
}

.monthly_lineup_rightbox .month_area_inner:first-child {
    margin-right: auto;
}

.monthly_lineup_rightbox .month_areatxt01 {
    color: #0F5732;
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;

}

.monthly_lineup_rightbox .month_areatxt02 {
    color: #fff;
    background: #371E05;
    text-align: center;
    text-align: center;
    padding: 2px 12px;
    font-size: 0.8em;
    margin: 0 0 0 5px;
    height: 21px;
    line-height: 140%;
    font-weight: 600;
    padding: 2px 18px;

}

.monthly_lineup_rightbox .month_areatxt03 {
    font-weight: 600;
    font-size: 1.1em;
}

.monthly_lineup_faq {
    width: 100% !important;
    margin: 0 auto 150px !important;
}


.monthly_deli_point {
    text-align: center;
}

/*=============カタログギフト===========*/
.catalog_recommend {
    margin: 0 auto 50px;
    width: 220px;
}

.catalog_recommend p {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 20px;
    text-align: center;
}

.catalog_recommend li {
    background: url(https://yaeyama.itembox.design/item/newimg/img_cataloggift02.jpg) 0 50% no-repeat;
    float: none !important;
    width: 100% !important;
    padding: 0 0 0 40px;
    font-weight: 600;
    line-height: 200%;
}

.catalog_recommend_txt01 {
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 50px;
}

.catalog_recommend_txt02 {
    font-size: 1.4rem;
}

.catalog_recommend_txt03 {
    font-size: 0.9rem !important;
}

.catalog_course {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 50px;
}

.catalog_course_leftbox {
    width: 59.8%;
}

.catalog_course_rightbox {
    width: 32.7%;
}

.catalog_course_leftbox li {
    border-bottom: 1px #E2E2E2 solid;
    padding: 16px 0 16px 15px;
    width: 100% !important;
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important;
}

.catalog_course_leftbox li a {
    background: none !important;
    padding: 0 !important;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
    border: none !important;
}

.catalog_course_leftbox li :first-child {
    border-top: 1px #E2E2E2 solid;
}


/*=============目録ギフト===========*/
.mokuroku_gift {
    width: 846px;
    margin: 0 auto 10px;

}

.mokuroku_gift_leftbox {
    width: 42.9%;
    float: left;
}

.mokuroku_gift_rightbox {
    width: 50%;
    float: right;
}

.mokuroku_gift_rightbox ul {
    margin: 0 !important;
}

.kasou_select01 .mokuroku_gift_rightbox li,
.kasou_select01 .mokuroku_gift_rightbox li:nth-of-type(3n) {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_mokurokugift.jpg) left 50% no-repeat;
    float: none;
    width: 100%;
    font-weight: 600;
    padding: 0 0 0 10px;
}

.kasou_select01 .mokuroku_gift_rightbox li:first-child {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_mokurokugift.jpg) left 20% no-repeat;
}

.mokuroku_giftpoint_size {
    font-size: 0.85em !important;
}

.kasou_select01 .mokuroku_gift_rightbox li span {
    font-weight: 100;
}

.mokuroku_gift_txt01 {
    display: inline !important;
}



/*=============業務用===========*/
.about_forbusiness {
    margin: 0 auto 20px;
    width: 750px;
}

.about_forbusiness p {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0 0 20px;
    text-align: center;
}

.about_forbusiness li {
    background: url(https://yaeyama.itembox.design/item/newimg/img_cataloggift02.jpg) 0 50% no-repeat;
    float: none !important;
    width: 100% !important;
    padding: 0 0 0 40px;
    font-weight: 600;
    line-height: 350%;
}

.about_forbusiness_tel {
    width: 290px;
    margin: 0 auto 100px;
}


.about_forbusiness_tel p {
    text-align: center;
    margin: 0 0 10px;
    font-size: 0.9em;
}

.about_forbusiness_txt01 {
    text-align: center;
    line-height: 400%;
}

.about_forbusiness_txt02 {
    font-size: 1.4em !important;
    margin: 0 0 56px !important;
}

.about_forbusiness_txt04 {
    margin: 0 auto 170px !important;
}

.fs-body-category-dev_foodservice .fs-c-productList {
    display: none;
}

.kasou_select02 .about_forbusiness_product .about_forbusiness_btn,
.kasou_select01 .about_forbusiness_product .about_forbusiness_btn {
    background-color: #fff;
    text-align: center;
    font-weight: 600;
}

.kasou_select01 .about_forbusiness_product {
    width: 90%;
    margin: auto;
}

.kasou_select02 .about_forbusiness_product {
    width: 94%;
    margin: auto;
    /*    padding-bottom: 35px;*/
}

.kasou_select01 .about_forbusiness_product li,
.kasou_select01 .about_forbusiness_product li:nth-of-type(3n),
.kasou_select02 .about_forbusiness_product li,
.kasou_select02 .about_forbusiness_product li:nth-of-type(4n) {
    float: left;
    width: 44%;
    min-height: 184px;
    background: none;
    margin: 0;
}

.kasou_select01 .about_forbusiness_product li:nth-of-type(2n),
.kasou_select02 .about_forbusiness_product li:nth-of-type(2n) {
    margin: 0 0 0 11%;
}

.kasou_select01 .about_forbusiness_product li h5,
.kasou_select02 .about_forbusiness_product li h5 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 15px;
}

.kasou_select01 .about_forbusiness_product li h5 span,
.kasou_select02 .about_forbusiness_product li h5 span {
    font-size: 0.85em;
    font-weight: 100;
    text-indent: 1em;
    display: inline-block;
}

.one_type {
    margin: 0 0 0 28% !important;
}

/*=============お歳暮ギフト===========*/
.kasou_select02 .wintergift_recommend ul,
.kasou_select01 .giftpackaging {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.kasou_select02 .wintergift_recommend li {
    width: 23.2%;
    background: none;
    margin: 0;
}

.kasou_select02 .wintergift_recommend li img {
    display: block;
}

.kasou_select02 .wintergift_recommend li a {
    border: none;
    padding: 0;
    font-size: 0.9em;
    font-weight: 600;
    background: none;
}

.kasou_select02 .wintergift_recommend li a span {
    display: block;
    text-align: right;
    margin: 20px 0 0 0;
}


.kasou_select01 .giftpackaging .packleft,
.kasou_select01 .giftpackaging .packright {
    width: 47.5%;
}


.giftpackaging_inner_left {
    float: left;
    margin: 0;
    width: 27.5%;
}

.giftpackaging_inner_right {
    float: right;
    width: 69.0%;
}

.giftpackaging_inner_right p {
    font-size: 0.9em;
}

#giftpackaging_inner_txt01 {
    font-size: 1.2em;
    font-weight: 600;
    color: #371E05;
    display: block;
    letter-spacing: inherit;
    margin: 0;
}

.year_endgift_txt01 {
    text-align: center;
    margin: 30px 0 150px;
}

.popular_gifts {
    width: 100%;
    margin: 100px 0 150px 0;
    padding: 0;
    background-color: #FBF9F3;
    box-sizing: border-box;
    padding: 8% 3%;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
}


.popular_gifts h3 {
    color: #0F5732;
    text-align: center;

    margin: 0 0 90px 0;
}

.popular_gifts dd span {
    text-align: right;
    display: block;
    margin: 20px 0 0 0;
}

.kasou_select01,
.kasou_select03 {
    margin: 0 0 150px 0;
}

.kasou_select01 {
    margin: 0 0 115px 0;
}


.kasou_select01 h3,
.kasou_select03 h3 {
    color: #0F5732;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: 600;
    line-height: 160%;
    font-size: 1.7em;
}

.kasou_select01 ul {
    width: 670px;
    margin: auto;
}

.kasou_select01 li {
    float: left;
    width: 31.8%;
    margin: 0 0.8% 0.8% 0;

    box-sizing: border-box;
}

.kasou_select01 li:nth-of-type(3n) {
    float: left;
    width: 31.8%;
    margin: 0 0 0.8% 0;
}

.kasou_select01 li a {
    display: block;
    padding: 15px 8px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
}

.kasou_select01 li a:hover {
    color: #986929;
}

.kasou_select02 {

    width: 100%;
    margin: 0 0 150px 0;
    padding: 0;
    background-color: #FBF9F3;
    box-sizing: border-box;
    padding: 90px 37px 90px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
}

.kasou_abouttxt {
    padding: 90px 20px 50px;
}


.kasou_select02 h3 {
    color: #0F5732;
    text-align: center;
    margin: 0 0 90px 0;
    font-weight: 600;
    font-size: 1.7em;
    line-height: 160%;
}

.kasou_select01 ul {
    width: 100%;
    margin: auto;
}

.kasou_select02 li {
    float: left;
    width: 23.5%;
    margin: 0 0.8% 0.8% 0;
    box-sizing: border-box;
    background-color: #fff;
}

.kasou_select02 li:nth-of-type(4n) {
    float: left;
    width: 23.5%;
    margin: 0 0 0.8% 0;
}

.kasou_select02 li a {
    display: block;
    padding: 15px 8px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
    background-color: #fff;
    font-weight: 600;
}

.kasou_select02 li a:hover {
    color: #986929;
}


.kasou_banner_area {
    margin: 120px auto;
    width: 1200px;
}

.kasou_banner_area li {
    float: left;
    margin: 0;
    width: 370px;
}

.kasou_banner_area li:nth-of-type(2) {
    margin: 0 45px;
}

.yaeyama_recommend_kasou {
    padding-top: 0;
}

.hamburg_seiren {
    padding: 30px 30px 50px 40px;
}

.shikuwasa_juice_txt07 {
    font-size: 1.4em;
    margin: 0 0 55px;
}

.gift_wrapping {
    margin: 0 0 150px 0;
}

.gift_wrapping h3 {
    color: #0F5732;
    text-align: center;
    margin: 0 0 90px 0;

}

.gift_wrapping_left {
    float: left;
    width: 48%;
}

.gift_wrapping_right {
    float: right;
    width: 48%;
}

.gift_wrapping_left table:first-child,
.gift_wrapping_right table:first-child {
    margin: 0 0 45px 0;
}

.gift_wrapping_left table img {
    padding: 0 12px 0 0;
}

.gift_wrapping_img01 {
    width: 134px;
}

.gift_wrapping_txt01 {
    color: #E8B91F;
    font-size: 0.9em;
    margin: 0 0 15px 0;
}

.gift_wrapping_txt02 span {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0;
    display: block;
}

.kasou_banner_ara {
    margin: 100px auto;
    width: 1200px;
}

.kasou_bannerinner {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.kasou_bannerinner dl {
    width: 370px;
    margin: 0;
}

.kasou_bannerinner dl dt {
    margin: 0 0 15px 0;
}

/* =????????ファー??につ????
----------------------------------------------- */
.about_yaeyama_img {
    width: 86.4%;
    margin: 0 auto 150px;
}


.about_yaeyama_txt01 {
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 500;
    font-size: 1.25em;
}

.about_yaeyama_txt01_1 {
    text-align: center;
    margin: 0 0 62px 0;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.8;
}

.about_yaeyama_img {
    width: 86.4%;
    margin: 0 auto 140px;

}

.about_yaeyama_safety {
    width: 100%;
    margin: 0 auto 52px;

    background-color: #fff;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    padding: 35px 4%;
    box-sizing: border-box;
}

.about_yaeyama_safety:last-child {
    margin: 0 auto;
}

.about_yaeyama_safety h5 {
    background-color: #ABC937;
    color: #fff;
    font-size: 1.15em;
    padding: 10px 23px;
    margin: 0 0 30px 0;
    font-weight: 600;
}

.about_yaeyama_safetyinner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.about_yaeyama_safetyinner_txt01 {
    width: 49.8%;
}

.about_yaeyama_safetyinner_txt02 {
    width: 45.9%;
}

.about_yaeyama_safetyinner_movie {
    margin: 0 0 130px 0;
}

.about_yaeyama_safetyinner h6 {
    font-size: 1.1em;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.about_yaeyama_safetyinnerleftbox {
    float: left;
    width: 52.8%;
}

.about_yaeyama_safetyinnerrightbox {
    float: right;
    width: 44%;
}

.about_yaeyama_safetyinnerrightbox h3 {
    color: #0F5732;
    text-align: left;
    margin: 140px 0 40px 0;
    font-size: 1.5em;
}

.mar_b100 {
    margin: 0 0 100px 0 !important;
}

.mar_b110 {
    margin: 0 0 110px 0 !important;
}

.about_yaeyama_safetyflow {
    background-color: #FBF9F3;
    margin: 0 0 150px 0;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
}

.about_yaeyama_safetyflowinner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 70px 0 40px 0;
    width: 710px;
}

.about_yaeyama_safetyflowinner:nth-of-type(n+2) {
    padding: 25px 0 20px 0;
}

.about_yaeyama_safetyflowinnerleftbox {
    width: 40%;
}

.about_yaeyama_safetyflowinnerrightbox {
    width: 56%;
}

.about_yaeyama_safetyflowinnerrightbox h3 {
    color: #0F5732;
    text-align: left;
    margin: 15px 0 10px 0;
    font-size: 1.5em;
}

.about_yaeyama_safetyflow_btn a {
    display: block;
    padding: 15px 20px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    background-size: auto;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 22px;
    color: #371E05;
    background-color: #FFF;
    font-size: 1em;
    font-weight: 500;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #448C38 !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}


/* =よくある質??
----------------------------------------------- */
.faq_btn {
    margin: 0 auto 150px;
    width: 96%;
    box-sizing: border-box;
}


.faq_btn li {
    float: left;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}

.faq_btn li a {
    display: block;
    padding: 15px 30px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_faq.jpg) 92% 50% no-repeat;
    background-size: auto;
    border: 1px #ECECEC solid;
    background-size: 22px;
    color: #371E05;
    font-weight: 500;
    font-size: 1.1em;
}

.faq_btn li:nth-of-type(n+3) a {

    border-top: none;
}

.faq_btn li:nth-of-type(1) a,
.faq_btn li:nth-of-type(3) a,
.faq_btn li:nth-of-type(5) a {
    border-right: none;
}

.faq_area,
.shopping_guide_area {
    margin: 0 auto 150px;
    width: 100%;
}

.bg_faq_area,
.bg_shopping_guide_area {
    background-color: #FBF9F3;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    padding: 90px 20px;
    box-sizing: border-box;
}

.faq_area h3,
.shopping_guide_area h3 {
    margin: 0 0 90px 0;
    padding: 0 0 0 25px;
    font-size: 1.45em;
    border-left: 8px #ABC937 solid;
    font-weight: bold;
}

.faq_area h4 {
    margin: 0 0 30px 0;
    letter-spacing: inherit;
    background-color: #ABC836;
    font-size: 1.13em;
    font-weight: 600;
    color: #fff;
    padding: 8px 0 10px 35px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}

.faq_area h4:before {
    margin: 0 0 90px 0;
    content: "Q.";
    display: block;
    position: absolute;
    left: 10px;

}

.bg_faq_area h4 {
    margin: 0 0 30px 0;
    background-color: #ABC937;
    font-size: 1.13em;
    font-weight: 600;
    color: #fff;
    padding: 8px 0 8px 50px;
    position: relative;
}

.bg_faq_area h4:before {
    margin: 0 0 90px 0;
    content: "Q.";
    display: block;
    position: absolute;
    left: 22px;
}

.faq_area p {
    margin: 0 0 50px 0;
    padding: 0 0 0 30px;
    position: relative;
}

.faq_area_txt01 {
    margin: 0 !important;
}

.faq_area p:before {
    margin: 0 0 90px 0;
    content: "A.";
    display: block;
    position: absolute;
    left: 6px;
}

/* =privacy policy
----------------------------------------------- */
.privacy_area {
    margin: 0 auto 150px;
    width: 96%;
}

.privacy_tit {
    display: inline-block;

}


.privacy_area h3 {
    margin: 0 0 40px 0;
    padding: 0 0 0 25px;
    font-size: 1.45em;
    border-left: 8px #ABC937 solid;
    font-weight: bold;
}

.privacy_area ul,
.privacy_area p {
    margin: 0 0 90px;
}

.privacy_area li {
    list-style-position: outside;
    list-style-type: disc;
    padding: 0;
    margin: 0 0 0 20px;
}

.privacy_area li ul li {
    list-style-position: outside;
    list-style-type: circle;
    padding: 0;
    margin: 0 0 0 40px;
}

.privacy_area_txt01 {
    margin: 0 0 1em !important;
}

/* .privacy_area_txt02{
	margin: 20px 0 2em 0 !important;
} */
.privacy_area_txt03 {
    margin: 0 0 2em;
}

.privacy_area_txt04 {
    list-style-type: none !important;

}

/* =特定商取引法に基づく表示
----------------------------------------------- */
.terms_area {
    margin: 0 auto 150px;
    width: 100%;
    min-width: 928px;
}

.terms_area h3 {
    margin: 0 0 40px 0;
    padding: 0 0 0 25px;
    font-size: 1.45em;
    border-left: 8px #ABC937 solid;
    font-weight: bold;
}

.terms_area h4 {
    margin: 0 0 30px 0;
    background-color: #ABC937;
    font-size: 1.13em;
    font-weight: 600;
    color: #fff;
    padding: 8px 0 8px 20px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    letter-spacing: inherit;
}

.terms_area p {
    margin: 0 0 80px 0;
    padding: 0 0 0 20px;
    position: relative;
}

.terms_area ul {
    margin: 0 0 80px 20px;
}

.terms_area li {
    list-style-position: outside;
    list-style-type: disc;
    padding: 0;
    margin: 0 0 0 20px;
}

.terms_area li ul li {
    list-style-position: outside;
    list-style-type: circle;
    padding: 0;
    margin: 0 0 0 40px;
}

.terms_area .fs-c-explainList {
    margin: 0 0 80px 20px;
}

.terms_area .fs-c-explainList dt {
    font-weight: 700;
}

.terms_area .fs-c-explainList dd {
    margin: 0;
}

.terms_area .fs-c-explainList dd:not(:last-child) {
    margin-bottom: 8px;
}

.terms_area .fs-c-explainList:first-child {
    margin-top: 0;
}

/* =ショ????ングガイ??
----------------------------------------------- */
.shopping_guide_area h4 {
    margin: 0 0 30px 0;
    letter-spacing: inherit;
    background-color: #ABC836;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    padding: 8px 0 8px 25px;
    font-family: 'Noto Sans JP', sans-serif;
}

.shopping_guide_area h5 {
    font-size: 1.1em;
    font-weight: 600;
}

.shopping_guide_area p {
    margin: 0 0 90px 0;
    padding: 0;
    position: relative;
}

.shopping_guide_area ul {
    padding: 0 0 0 25px;
    margin: 0 0 90px 0;
}

.shopping_guide_area li {
    list-style-type: disc;
    list-style-position: outside;
}

.shopping_guide_area th {
    padding: 10px 60px 10px 0;
}

.shopping_guide_area td {
    padding: 10px 20px;
}

.shopping_guide_leftbox {
    float: left;
    width: 48%;
}

.shopping_guide_rightbox {
    float: right;
    width: 48%;
}

.shopping_guide_leftbox p,
.shopping_guide_rightbox p {
    color: #D71110;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 35px 0;
}

.shopping_guide_leftbox p span,
.shopping_guide_rightbox p span {
    font-size: 0.8em;
    color: #D71110;
}

.mar_b25 {
    margin: 0 0 25px 0 !important;
}

.mar_b20 {
    margin: 0 0 20px 0 !important;
}


.shopping_guide_area_txt01 {
    margin: 0 0 90px 0;
}

.shopping_guide_area_txt02 {
    color: #D8110E;
}

.shopping_guide_area_txt03 {
    margin: 0 0 15px 0 !important;
}

.shopping_guide_area_txt04 {
    margin: 0 !important;
}

.shopping_guide_area_txt05 {
    margin: 0 0 15px 0 !important;
    text-align: center;
    font-weight: 500;
    font-size: 1.1em;
}

/* 下層お知らせ */
#test_freepage_main {
    padding: 0;

}


.pagefeed {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.pagefeed li {
    display: inline-block;
    margin: 0 23px 0 0;
}

.pagefeed li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
}

.pagefeed li a {
    padding: 10px 18px;
    border: 1px #E3E3E3 solid;
    font-family: 'Poppins', sans-serif;
}

.pagefeed li a.active {
    padding: 10px 18px;
    border: 1px #E7B91E solid;
    background: #E7B91E;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.kasou_select03 .entry-metadata {
    margin: 0 0 5px 0px;
}

.kasou_select03 .entry-metadata .datetime {
    color: #E8B91F;
    margin: 0 2em 0 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}

.kasou_select03 .t-content {
    font-size: 1.5em;
    margin: 0 0 60px 0px;
    line-height: 180%;
    font-weight: 600;
}

.category-news {
    margin: 0 0 0 0px;
}

.pagefeed_detail {
    text-align: center;
}

.pagefeed_detail li {
    margin: 0 57px 0 0;
    width: 33%;
    display: inline-block;
    text-align: left;
}

.pagefeed_detail li:last-child {
    margin: 0;
}

.pagefeed_detail li a {
    display: inline-block;
    padding: 16px 15px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 95% 50% no-repeat;
    background-size: auto;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 20px;
    color: #371E05;
    width: 100%;
    font-weight: 600;
}

/* ログイン */
.fs-body-login .fs-l-pageMain h1::after {
    content: "LOGIN";
    text-align: left;
    color: #E8B91F;
    font-size: 0.55em;
    margin: 0px 0 40px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 60px;
    left: 0px;
    font-weight: 500;
    font-size: 0.6em;
}

.fs-body-login .fs-c-requiredMark::before {
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_login.jpg) center top no-repeat;
    background-size: 48px;
    height: 20px;
    width: 48px;
    position: absolute;
    margin: 0 0 0 5px;
}

.fs-c-button--particular.fs-c-button--displayPassword::before {
    font-size: 1.8rem;
    padding-top: 10px;
}

.fs-c-button--primary {
    width: 320px;
    padding: 17px 15px;
    font-size: 1em;
    margin: 0 auto;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
    background-size: 18px;
    background-color: #468C38;
    border: none;
    font-weight: 600;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    box-shadow: none;
}

.fs-c-heading--page {
    position: relative;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 130px;
    letter-spacing: 0.1em;
}

.fs-c-subSection__title {
    border-bottom: none;
    color: #371E05;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 0 45px;
    font-weight: 600;
}

.fs-body-login .fs-c-inputInformation__field {
    background: #FBF9F3;
    padding: 40px 32px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
}

.fs-c-button--primary .fs-c-button__label {
    color: #FFF;
}

.fs-c-inputInformation__link {
    margin-top: 8px;
    text-align: center;
    color: #468C38;
    font-weight: 600;
}

.fs-c-inputInformation__link a {
    color: #468C38;
}

.fs-c-anotherLogin--amazon p {
    margin: 0 0 30px;
}

.fs-body-login .fs-c-inputTable__headerCell {
    margin: 0 0 10px;
}

@media screen and (min-width: 960px) {
    .fs-body-login .fs-c-registeredUsers {
        flex-grow: 1;
        flex-basis: calc(70% - 0px);
        border-right: 1px #ccc dotted;
        padding: 0 40px 0 0;
    }

    .fs-body-login .fs-c-newUsers {
        margin-left: 40px;
        min-height: 4em
    }

    #fs_Login [type="text"] {
        padding: 13px 5px;
    }

    #fs_Login .fs-c-inputGroup {
        padding: 7px 5px;
    }
}

/*カート??ージ*/
#fs_ShoppingCart .fs-c-heading--page:after {
    content: "SHOPPING CART";
    text-align: left;
    color: #E8B91F;
    font-size: 0.55em;
    margin: 0px 0 40px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 60px;
    left: 0px;
    font-weight: 500;
}

.text_souryou {
    padding-top: 0;
    margin-bottom: 0;
}

.souryou_detail_deli_price {
    color: #f00;
    font-weight: 600;
    margin: 0;
    font-size: 1.1em;
}

.souryou_detail_deli_price span {
    color: #f00;
    font-weight: 600;
    margin: 0;
    font-size: 0.8em;
}

.souryou_detail_delitxt01 {
    margin: 0 0 30px;
}

.souryou_detail_delitxt02 {
    padding: 0 0 0 10px;
}

.souryou_detail_delitxt {
    font-size: 1em;
    padding-bottom: 30px;
}

.souryou_deli_tit01 {
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 600;
}

.souryou_deli_txt {
    font-size: 0.8em;
    font-weight: 500;
}

.fs-c-cartTable__dataCell .fs-c-price {
    font-size: 0.85rem;
    font-weight: 600;
}

.fs-c-orderTotalTable {
    font-size: 0.95rem;
}

#fs_ShoppingCart .fs-l-cart__contentsArea {
    font-size: 0.8em;
}

#fs_ShoppingCart .fs-c-cartTableContainer {
    border: none;
    padding: 0;
}

#fs_ShoppingCart .fs-c-cartTable__headerCell {
    background: none;
    text-align: center;
    border-bottom: 1px #E5E3D4 solid !important;
}

#fs_ShoppingCart .fs-c-cartTable td {
    padding: 30px 0;
    /* border-bottom: 1px #E5E3D4 solid !important; */
}

#fs_ShoppingCart .fs-c-cartTable__headerCell,
.fs-c-cartTable__dataCell {
    border: none;
    vertical-align: middle;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--point,
#fs_ShoppingCart .fs-c-cartTable__dataCell--quantity,
#fs_ShoppingCart .fs-c-cartTable__dataCell--subtotal {
    vertical-align: middle;
    text-align: center;
    font-size: 1.2em;
}

#fs_ShoppingCart .fs-c-cartTable__actionButton__container > button, 
#fs_ShoppingCartSubscribe .fs-c-cartTable__actionButton__container > button{
    font-size: 1.0rem;
}

#fs_ShoppingCart .fs-c-cartTable__productName__name,
#fs_ShoppingCart .fs-c-cartTable__unitPrice {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 8px;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell--product {
    width: 50%;
}

#fs_ShoppingCart .fs-c-cartPayment p,
.fs-c-payWithAmazon p {
    font-size: 0.8em;
    line-height: 1.8;
}

#fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage {
    padding-right: 15px;
}


#fs_ShoppingCart .fs-c-button--secondary {
    width: 100%;
    padding: 17px 15px;
    font-size: 0.85em;
    margin: 0 auto;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
    background-size: 18px;
    background-color: #468C38;
    border: none;
    font-weight: 600;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
}

#fs_ShoppingCart .fs-l-cart__sideColumn .fs-c-button__label {
    color: #fff;
}

#fs_ShoppingCart .fs-c-button--primary{
    font-size: 0.85em;
    width: 100%;
}

#fs_ShoppingCartSubscribe .fs-c-button--primary{
    font-size: 1em;
    width: 100%;
}

.fs-c-cartDiscountInfo {
    display: none;
}

#fs_ShoppingCart .fs-c-cartDiscountInfo__info {
    font-size: 1.5em;
}

#fs_ShoppingCart .fs-c-cartDiscountInfo__info .fs-c-price__value {
    color: #f00;
}

#fs_ShoppingCart .fs-c-cartDiscountInfo__more {
    font-size: 1.5em;
}

#fs_ShoppingCart .fs-c-price--inline {
    /* display: inline-flex; */
    display: flex;
}

#fs_ShoppingCart .fs-c-cartDiscountInfo__note {
    font-size: 1em;
}

#fs_ShoppingCart .kasou_select01,
#fs_ShoppingCart .kasou_select02 {
    font-size: 1.2em;
}

#fs_ShoppingCart .fs-c-productListItem__control {
    display: block;
    padding: 0;
}

.fs-c-productListItem__control {
    /*    display: none;*/
}

#fs_ProductCategory .fs-c-productListItem__control {
    /* display: block !important; */
}

.fs-c-buttonContainer .fs-c-button--plain {
       display: block;
}

#fs_ShoppingCartSubscribe .fs-c-buttonContainer .fs-c-button--plain .fs-c-button__label{
    color:#468C38;
}

.kasou_deli_area {
    margin: 0 0 40px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.kasou_deli_area_leftbox {
    width: 48.0%;
}

.kasou_deli_area_rightbox {
    width: 48.0%;
}

.kasou_deli_area_txt01 {
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 600;
}

#fs_ShoppingCart .kasou_select02 #btn_shikuwasa_list,#fs_ShoppingCartSubscribe .kasou_select02 #btn_shikuwasa_list{
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
}

#fs_ShoppingCart .kasou_select02 #btn_shikuwasa_list li {
    float: none;
    width: 32%;
    margin: 0 1% 0.8% 0;
}

#fs_ShoppingCart .kasou_select02 #btn_shikuwasa_list li:last-child,#fs_ShoppingCartSubscribe .kasou_select02 #btn_shikuwasa_list li:last-child{
    float: none;
    width: 32%;
    margin: 0 0 0.8% 0;
}

#fs_ShoppingCart .kasou_select02 #btn_shikuwasa_list li a, #fs_ShoppingCartSubscribe .kasou_select02 #btn_shikuwasa_list li a{
    font-size: 1em;
}

.kasou_souryou {
    width: 100%;
    margin: 0 0 90px 0;
    padding: 0;
    background-color: #FBF9F3;
    box-sizing: border-box;
    padding: 60px 20px 60px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    -ms-border-radius: 1em;
    font-size: 1.25em;
}

#fs_ShoppingCart .kasou_souryou #btn_shikuwasa_list {
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
}

#fs_ShoppingCart .kasou_souryou #btn_shikuwasa_list li a {
    font-size: 1em;
}

#fs_ShoppingCart .kasou_souryou li a {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_mypage.jpg) 96% 50% no-repeat;
    background-size: 12px;
    background-color: #fff;
    font-size: 1em;
    padding-left: 20px;
}

#btn_souryou_list li a {
    font-weight: 600;
    font-size: 0.8em;
    padding: 8px 24px;
}

#btn_souryou_list li {
    float: none;
    width: 267px;
    margin: 0 2% 0.8% 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

.kasou_souryou li a {
    display: block;
    padding: 15px 8px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 96% 50% no-repeat;
    border: 1px #ECECEC solid;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    background-size: 14px;
    color: #371E05;
}

.font-color_red_free {
    color: #f00;
    font-size: 1.2em;
}

.font-size-1_2em {
    font-size: 1.2em;
}

.text_souryou {
    padding-top: 90px;
    margin-bottom: 0;
}

.souryou_detail_deli_price {
    color: #f00;
    font-weight: 600;
    margin: 0;
    font-size: 1.1em;
}

.souryou_detail_deli_price span {
    color: #f00;
    font-weight: 600;
    margin: 0;
    font-size: 0.8em;
}

.souryou_detail_delitxt01 {
    margin: 0 0 30px;
}

.souryou_detail_delitxt02 {
    padding: 0 0 0 10px;
}

.souryou_detail_delitxt {
    font-size: 1em;
    padding-bottom: 30px;
}

.souryou_deli_tit01 {
    font-size: 1.2em;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 600;
}

.souryou_deli_txt {
    font-size: 0.8em;
    font-weight: 400;
}


#btn_souryou_list li a {
    font-weight: 600;
    font-size: 0.8em;
    padding: 8px 8px;
}

#btn_souryou_list li {
    float: none;
    width: 267px;
    margin: 0 1.8% 0.8% 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;

}

.cartpage_delifree {
    border: 1px #E7B91E solid;
    padding: 20px 20px 0;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    font-weight: 600;
    font-size: 1.3em;
    margin: 0 0 50px;
    box-sizing: border-box;
}

.cartpage_delifree_txt01 {
    font-weight: 600;
    text-align: center;
    margin: 0 auto 35px;
    font-size: 1.1em;
}

.cartpage_delifree_txt01 img {
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.cartpage_delifree_txt02 {
    font-size: 0.8em;
}

.cartpage_delifree_txt03 {
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.cartpage_deli_tit {
    padding: 10px 14px !important;
}

.cartpage_about_deli {
    margin: 0 !important;
}

.cartpage_deli_tit01 {
    font-size: 1.1em;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 600;
}

.fs-c-continueShopping a {
    width: 320px;
    padding: 17px 15px;
    font-size: 1em;
    margin: 55px auto 90px;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
    background-size: 18px;
    background-color: #468C38;
    border: none;
    font-weight: 600;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    display: block;

}

.fs-c-continueShopping .fs-c-button__label {
    color: #fff;
}

/* マイペ??ジ */
.fs-body-my-top .fs-l-pageMain h1::after {
    content: "MY PAGE";
    text-align: left;
    color: #E8B91F;
    font-size: 0.55em;
    margin: 0px 0 40px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 55px;
    left: 0px;
    font-weight: 500;
}

.fs-body-my-top .fs-p-accountInfo {
    background: #FBF9F3;
    padding: 30px;
    color: #371E05;
    width: 100%;
}

.fs-body-my-top .fs-p-accountInfo__accountName {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 0 20px;
}

.fs-body-my-top .fs-p-accountInfo__accountName__nameLabel {
    font-size: 0.8em;
}

.fs-p-accountInfo__point__point__available__number {
    color: #f00;
    font-size: 1.7rem;
}

.fs-body-my-top .fs-p-accountInfo__header {
    margin: 0 0 16px 0;
}

.fs-body-my-top .fs-p-accountInfo__body {
    text-align: left;
}

.fs-body-my-top .fs-p-accountInfo__point {
    margin: 0 0 0 40px;
    text-align: left !important;
}

.fs-c-accountService__page--couponList {
    flex-basis: 100%;
}

.fs-c-accountService__page {
    flex-basis: 100%;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    background: #fff;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    color: #371E05;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
    background-size: 17px;
    font-weight: 600;

}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_mypage.jpg) 98% 50% no-repeat;
}

.fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink,
.taikai {
    width: 80%;
    padding: 10px 15px;
    font-size: 1em;
    margin: 40px auto;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
    background-size: 18px;
    border: 2px #468C38 solid;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    display: inline-block;
}

.fs-body-my-top .fs-c-accountService__page--accountDelete .fs-c-string,
.taikai,
.no_login {
    color: #468C38;
    text-align: center;
    font-weight: 600;
}

.fs-body-my-top .fs-c-accountService__page--accountDelete {
    display: none;
}

.taikai01 {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_list.jpg) 92% 50% no-repeat;
    background-size: 24px;

}

#fs_ShoppingCart .fs-c-button--primary {
    width: 100%;
}

.btn_cart_right {
    width: 100%;
    padding: 8px 15px;
    font-size: 0.8em;
    margin: auto;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
    background-size: 18px;
    border: 2px #468C38 solid;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    display: inline-block;
    color: #468C38 !important;
    font-weight: 600;
}

.fs-c-cartPayment,
.fs-c-payWithAmazon {
    margin-top: 0 !important;
    font-size: 1.2rem;
}

#fs_ShoppingCart .fs-c-buttonContainer {
    /* width: 100% !important; */
}

.kasou_news h4 {
    text-align: left;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 20px 0 90px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}
.no_login {
    width: 80%;
    padding: 7px 15px;
    font-size: 1em;
    margin: 4px auto;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
    background-size: 18px;
    border: 2px #468C38 solid;
    text-align: center;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    display: inline-block;
    color: #468C38 !important;
    display: block;
    font-weight: 600;
}

.btn_mypage {
    width: 64%;
    margin: 60px auto;
}

.btn_mypage_txt01 {
    width: 100%;
    margin: 0 auto 30px;
}

.fs-body-my-top .fs-clientInfo {
    display: block !important;
}

.fs-body-my-top .fs-p-accountInfo__point__point__available__number .fs-clientInfo {
    color: #f00;
}

.fs-body-my-top .fs-c-accountService__page .fs-c-accountService__pageLink__label::before {
    display: none;
}

.fs-body-my-top .fs-l-account {
    display: block;
}

.mypage_sub {
    margin: 0 0 40px 0;
    padding: 0 0 0 25px;
    font-size: 1.45em;
    border-left: 8px #ABC937 solid;
    font-weight: bold;
}

.fs-body-my-top .fs-p-accountInfo {
    margin-bottom: 95px;
}

.fs-body-my-top .mypage_txt02 {
    margin: 0 auto 80px;
    width: 82%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.fs-body-my-top .fs-c-accountService__page {
    height: 60px;
    width: 47%;
    flex-basis: auto;
}

.fs-body-my-top .fs-c-accountService__pageLink__label {
    flex-grow: 1;
    font-size: 1.0rem !important;
}

.fs-body-my-top .fs-c-accountService__pageLink {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 95% 50% no-repeat !important;
    background-size: 18px !important;
}

.fs-body-my-top .btn_mypage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 74%;
    margin: 60px auto;

}

.fs-body-my-top .btn_mypage li {
    width: 47% !important;
    margin: 0 4% 0 0% !important;
}

.fs-body-my-top .fs-p-accountInfo__point__point {
    margin: 0 0 0 20px !important;
    display: inline-block !important;
}

.fs-body-my-top .fs-p-accountInfo__point__label {
    font-weight: 600;
}

/* 会員登録 */
.fs-body-register .fs-l-pageMain h1::after {
    content: "REGISTRATION";
    text-align: left;
    color: #E8B91F;
    font-size: 0.55em;
    margin: 0px 0 40px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 55px;
    left: 0px;
    font-weight: 500;
}

.fs-c-button--particular.fs-c-button--hidePassword::before {
    font-size: 2rem;
}

.fs-p-announcement {
    text-align: center;
}

.fs-p-announcement__title {
    border-bottom: none;
    color: #371E05;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 40px;
    font-weight: 600;
}

.point_members {
    margin: 0 auto 65px;
    width: 94%;
}

.point_members dt {
    margin: 0 0 5px;
    color: #E8B91F;
    font-size: 0.9em;
    letter-spacing: 0.18em;
    line-height: 110%;
    font-family: 'Poppins', sans-serif;
}

.point_members dd {
    margin: 0 0 30px;
    line-height: 200%;
    font-weight: 600;
    font-size: 1.3rem;
}

.point_members dd span {
    color: #005F30;
}

.fs-c-inputInformation {
    width: 94%;
    margin: auto;
}

.point_present {
    width: 365px;
    display: block;
    margin: 0 auto 20px;

}

#fs_Register .fs-p-announcement__title {
    margin: 0 0 60px;
    font-size: 1.4em;
    line-height: 1.6;
}

#fs_Register .fs-c-button--primary {
    width: 55%;
}

#fs_Login .fs-c-newUsers__message {
    margin: 0 0 40px;
}

.fs-body-register .fs-c-inputInformation__message {

    /*justify-content: left;*/
}

.fs-body-register .fs-c-requiredMark::before,
.fs-c-requiredMark::before {
    content: "";
    display: block;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_login.jpg) center top no-repeat;
    background-size: 48px;
    height: 33px;
    width: 50px;
    position: absolute;
    margin: 0;
}

.fs-body-register [type="text"],
.fs-body-register [type="tel"] {
    padding: 14px 5px;
}

.fs-body-register .fs-c-inputTable__headerCell {
    padding: 0 0 5px;
}

.fs-body-register .fs-c-inputInformation__field {
    margin: 24px auto;
    max-width: 600px;
}

.fs-body-register .fs-c-inputInformation {
    margin: auto;
    width: 40vw;
}

@media screen and (max-width: 1000px) {
    .pc_only {
        display: none;
    }

    .smp_only {
        display: block;
    }
}

/* グローバルメニュー */
.global-nav {
    margin: 0;
    /*position: relative;*/
}

.global-nav .nav-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.global-nav .nav-list .nav-item {
    /*flex: 1;*/
}

.global-nav .nav-list .nav-item a {
    /*border-right: 1px solid #ccc;*/
    display: table-cell;
    padding: 5px 0.65em 5px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.global-nav .nav-list .nav-item a:hover.arrow {
    color: #468C38;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_gnav.png) center bottom no-repeat;
    transition: none !important;
    background-color: #fff;
}

a.arrow div.nav-item_sub:hover {
    color: #468C38;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_gnav.png) center bottom no-repeat;
    transition: none !important;
    background-color: #fff;
}



.nav-item_sub .inner ul li a,
.nav-item_sub .inner01 ul li a,
.nav-item_sub .inner02 ul li a {
    font-weight: 200 !important;
}

.global-nav .nav-list .nav-item:last-child a {
    border-right: none;
}




.loginname.my-false {
    display: none;
}

.loginpoint.my-false {
    display: none;
}

/* サブナビゲーション */
@media screen and (min-width: 1001px) {

    /* 確?? */
    /*
    .global-nav .nav-list .nav-item a:hover.arrow {
        background: none;
        transition: none !important;
    }

    a.arrow div.nav-item_sub:hover {
        color: #468C38;
        background: none;
        transition: none !important;
        background-color: #fff;
    }
*/



    .nav-list {
        /*position: relative;*/
    }

    .nav-item_sub {
        /*background: #FBF9F3;
    left: 0;
    margin: -6px calc(50% - 61vw);
    opacity: 0;
    position: absolute;
    top: 40px;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 130vw;
	min-height:250px;*/

        left: 0;
        opacity: 0;
        position: absolute;
        top: 100px;
        transition: all 0.2s ease;
        visibility: hidden;
        width: 100vw;
        min-height: 250px;
        background-color: #FBF9F3;
        z-index: 10;
    }



    .nav-item_sub .inner {
        display: flex;
        margin: 0 auto;
        width: 1200px;

    }

    .nav-item_sub .inner ul {
        margin: 20px 20px 20px;
    }



    .global-nav .nav-list .nav-item_sub a {
        text-align: left;
    }

    .nav-item:hover .nav-item_sub {
        opacity: 1;
        visibility: visible;

    }

    .nav-item:hover .nav-item a {
        border: 1px #CC3300 solid;

    }



    .nav-item_sub .inner,
    .nav-item_sub .inner01 {
        margin: 0.5em auto;
        width: 1200px;
        padding: 0;
        vertical-align: top;
        min-height: 200px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    .nav-item_sub .inner02 {

        margin: 0.5em auto;
        width: 895px;
        padding: 0;
        vertical-align: top;
        min-height: 200px;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }


    .nav-item_sub .inner ul {
        width: 18.3%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .nav-item_sub .inner01 ul {
        width: 23.1%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .nav-item_sub .inner02 ul {
        width: 31%;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    .nav-item_sub .inner ul li,
    .nav-item_sub .inner01 ul li,
    .nav-item_sub .inner02 ul li {
        text-align: left;
        border-bottom: 2px #E0DFD4 dotted;
        padding: 10px 0;
        font-size: 15px;
    }

    .nav-item_sub .inner ul li a,
    .nav-item_sub .inner01 ul li a,
    .nav-item_sub .inner02 ul li a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_dropmenu.jpg) 96% 50% no-repeat;
        padding: 0 !important;
        display: block !important;
        color: #371B00;

        font-size: 14px !important;
    }

    .nav-item_sub .inner01 ul li a span,
    .nav-item_sub .inner02 ul li a span {
        font-weight: 600;
    }

    .nav-item_sub .inner ul li a:hover,
    .nav-item_sub .inner01 ul li a:hover,
    .nav-item_sub .inner02 ul li a:hover {
        color: #7C4D25;
    }

}


#fs_CustomPage h1.fs-c-heading--page {
    display: none;
}

/* SP時：ハンバ??ガーメニューボタン */
.global-nav-icon {
    display: none;
}


/*お問????わせ
-------------------------------------------*/
#fs_CustomPage .inq_area {
    width: 928px;
}

#fs_CustomPage .inq_area html {
    overflow: hidden !important;
    background: none;
}

@media screen and (max-width:1000px) {

    body {

        overflow: hidden;
    }

    .top-slider-wrap {
        margin: 10px auto 0;

    }

    .member_info_header {
        padding: 4px 0;
    }

    .members_name {
        padding: 5px 0 0 30px;
        margin: 0 10px 0 10px;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn03.jpg) 0 65% no-repeat;
        background-size: 25px;
    }

    .member_info_header_inner {
        width: 100%;
    }


    #headerfix.HeightMin .global-nav {
        margin: 0;
    }

    /*========= スクロール途中からヘッダーの高さが小さくなるため??CSS ===============*/
    #headerfix {
        /*はじめの高さを設??*/
        height: 74px;


    }

    /*HeightMinと????クラス名がつ????ら高さを小さく、上部固定に*/
    #headerfix.HeightMin {
        height: 74px;
    }


    header {
        width: 100%;
        box-sizing: border-box;
    }

    #header_logonavi {
        width: 70%;
        box-sizing: border-box;
    }

    .fixed #header_logonavi {
        width: 70%;
        margin: auto;
    }

    #header_logoarea {
        margin: 0 0 12px 0;
        width: 29.1%;

    }

    .smp_logo {
        padding: 0 0.5%;
    }

    .smp_logo img {
        width: 280px;
        padding: 12px;
    }

    .swiper-container {
        margin: 70px 0 0 0;
    }



    .ico_menu_smp {
        display: inline-block;
        width: 12%;
        vertical-align: middle;
    }

    .nav-item a img {
        width: 60px;
        padding: 0 10px;
    }


    .fa-bars::before {
        content: url(https://yaeyama.itembox.design/item/newimg/btn_menu_smp01.jpg) !important;
        display: inline-block;

    }

    .fa-times::before {
        content: url(https://yaeyama.itembox.design/item/newimg/btn_menu_smp02.jpg) !important;
        display: inline-block;
    }

    header {
        padding: 0 2%;
        z-index: 25;
        position: relative;
    }

    .header_leftlogoarea {
        width: 80%;
    }

    header #gnav {
        display: none;
    }

    .global-nav-header {
        height: 50px;
        position: fixed;
        right: 20px;
        z-index: 20;
    }

    .global-nav .nav-list {
        background: rgba(251, 249, 243, 1);
        display: none;
        left: 0%;
        padding: 15px 0;
        position: fixed;
        transform: translate(0%, 0%);
        width: 100vw;
        height: 100vh;
        box-sizing: border-box;
    }

    .global-nav .nav-list .nav-item {
        width: 92%;
        margin: auto;
    }

    .global-nav .nav-list .nav-item a {
        /*border-bottom: 1px solid #ccc;*/
        border-right: none;
        color: #341F0C !important;
        padding: 0.5rem 1rem 0.2em 0.24em;
        text-align: left;
        display: block;
        background: #fff;
        margin: 0 0 5px 0;
        -moz-border-radius: 1em;
        -webkit-border-radius: 0.6em;
        -o-border-radius: 1em;
        -ms-border-radius: 1em;
        font-weight: 600 !important;
    }

    .global-nav .nav-list .nav-item:last-child a {
        border-bottom: none;
    }

    .global-nav-icon {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-size: 28px;
        position: absolute;
        right: -20px;
        top: -3px;
        z-index: 20;
        transform: scale(0.65);
    }

    .nav-item_sub {
        display: none;
        background: #fff;
        margin: -13px 0 5px 0;
        border-bottom-left-radius: 1em;
        -webkit-border-bottom-left-radius: 1em;
        -moz-border-radius-bottomleft: 1em;
        border-bottom-right-radius: 1em;
        -webkit-border-bottom-right-radius: 1em;
        -moz-border-radius-bottomleft: 1em;
    }

    .nav-item_sub .inner a,
    .nav-item_sub .inner01 a,
    .nav-item_sub .inner02 a {
        background: url(https://yaeyama.itembox.design/item/newimg/ico_smp03.jpg) 96% 60% no-repeat !important;
        background-size: 10px !important;
    }

    .global-nav {
        /*height: 100%;*/
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
    }

    .close .global-nav {
        height: 100%;
        overflow-y: scroll;
        z-index: 15;
    }

    .nav-list {
        height: 100%;
        overflow: auto;

        -webkit-overflow-scrolling: touch;
    }

    .nav-item_sub .inner ul li,
    .nav-item_sub .inner01 ul li,
    .nav-item_sub .inner02 ul li {
        border-bottom: 2px #E2E2E2 dotted;
        width: 94%;
        margin: 0 auto;
    }

    .nav-bordertop {
        border-top: 2px #E2E2E2 dotted;
    }

    .nav-2kaisou span {
        padding-left: 15px;
    }


    .nav-item_sub .inner ul li a,
    .nav-item_sub .inner01 ul li a,
    .nav-item_sub .inner02 ul li a {
        margin: 20px 20px 20px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
    }

    .global-nav #h-seach-kw {
        margin: 0 auto 15px;
        background-color: #fff;
        width: 92%;
        height: 50px;
        border: none;
    }

    #h-seach-kw {
        padding: 1% 1% !important;
    }

    .global-nav #h-seach-kw .search-text input {
        width: 86.5%;
        font-size: 1em;
    }

    .global-nav #h-seach-kw .btn-search {
        width: 8%;
        position: relative;
        top: -2px;

    }

    .global-nav #h-seach-kw .btn-search input {
        width: 50%;
        margin: 0 0 10px 0;
    }


    .search-box {
        padding-top: 6px;
    }

    /*アコー????オンタイトル*/
    .title {
        position: relative;
        /*+マ??クの位置基準とするためrelative????*/
        cursor: pointer;
        font-size: 1rem;
        font-weight: normal;
        padding: 3% 3% 3% 50px;
        transition: all .5s ease;
    }

    /*アイコン*/

    .title::after {
        position: absolute;
        content: url(https://yaeyama.itembox.design/item/newimg/ico_smp_18.jpg);
    }

    .title::after {
        top: 23%;
        right: 20px;
        transform: rotate(0deg);

    }

    /*　closeと????クラスがつ????ら形状変化　*/

    .title.close::after {
        top: 20%;
        right: 20px;
        transform: rotate(180deg);
    }

    section,
    .h-section {
        width: 100%;
        margin: 0px 0 0 0;
    }

    .smp_mar10 {
        margin: 10px 0;
    }

    .ham_sns {
        text-align: center;
        margin-bottom: 60px;
    }

    .ham_sns span {
        text-align: center;
        display: inline-block;
        width: 50px;
    }

    .ham_sns img {
        width: 40px;
        margin-right: 0.5em;
        margin-bottom: 100px;
    }

    .fs-client-cart-count {
        top: 6%;
        padding: 2px 5px;
        right: 5%;
    }

    .kasou_banner_area {

        margin: 0 auto 30px;
        width: 92%;
        text-align: center;

    }

    .kasou_banner_area li {
        float: none;
        margin: 0 0 18px 0;
        width: 100%;
    }

    .kasou_banner_area li:nth-of-type(2) {
        float: none;
        margin: 0 0 18px 0;
    }

    .kasou_banner_area li:last-child {
        float: none;
        margin: 0;
    }

    #fs_CustomPage .fs-l-pageMaintest {
        margin: 0 0 50px;
    }

    /*　????????ファー??おすすめ????　*/
    .yaeyama_recommend {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .yaeyama_recommend h3 {
        font-size: 1.36em;
        margin: 0 0 4px 0;
    }

    .yaeyama_recommend_txt01 {
        font-size: 1.3em !important;
    }

    .yaeyama_recommend h4 {
        margin: 0 0 43px 0;
        letter-spacing: 0.2em;
        font-size: 0.87em;
    }

    .tab_container {
        z-index: 1000;
        padding-bottom: 0.05em;
    }

    .tab_item {
        width: calc(100%/2);
        padding: 5px 0 11px;
        text-align: center;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
        border-collapse: collapse;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_pickup.png) 96% 50% no-repeat;
        background-size: 15px;
        border: 1px #F1F1F1 solid;
        box-sizing: border-box;
        font-size: 0.95em;
        line-height: 120%;
    }


    .tab_item01 {
        width: calc(100%/2);
        padding: 13px 0 15px;
        text-align: center;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
        border-collapse: collapse;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_pickup.png) 95% 50% no-repeat;
        background-size: 16px;
        border: 1px #F1F1F1 solid;
        box-sizing: border-box;
        font-size: 0.95em;
        line-height: 120%;
    }

    .tab_item span {
        font-size: 0.8em;
        line-height: 1.6;
    }

    .tab_content_description dl {
        width: 48%;
        margin: 3% 0 9% 0;
    }

    .yaeyama_recommend .tab_content_description dl dd {
        font-size: 0.9em;
        line-height: 140%;
        font-weight: 500;
        line-height: 2;
    }

    .tab_content_description dl dt img {
        border-radius: 1em;
    }

    .tab_content_description {
        flex-wrap: wrap;

    }

    .top_btnarea a {
        width: 80%;
        padding: 10px 15px;
        font-size: 1em;
        margin: 0 auto;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 92% 50% no-repeat;
        background-size: 18px;
        background-color: #468C38;
    }

    .top_btnarea01 a {
        width: 90%;
        margin: 10px auto 15px;
        font-size: 1em;
        padding: 10px;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_btn_green.png) 94% 50% no-repeat;
        background-size: 18px;
        width: 316px;
        background-color: #468C38;
    }

    .top_btnarea02 a {
        width: 82%;
        margin: 30px auto;
        font-size: 1em;
        padding: 10px;
    }

    .btn_tabinner {
        width: 100%;
    }

    .tab_content_description .top_btnarea {
        width: 100%;
    }

    .tab_content_description .top_btnarea a {
        width: 88%;
    }

    .w-80 {
        width: 80% !important;
        font-size: 1em !important;
    }

    .smptop_btnarea {
        width: 100%;
    }

    .smptop_btnarea a {
        width: 100%;
        margin: 0 auto;
    }

    .fs-c-button--primary {
        width: 80%;
    }

    /*
topランキング
-------------------------------------------*/
    .section_bg1 {
        margin: 0;
    }

    .section_bg1::before {
        background-size: 100px;
        height: 20px;
        background: url(https://yaeyama.itembox.design/item/newimg/bg_section_top_sp.jpg) center top repeat-x;
        background-size: contain;
    }

    .section_bg1::after {
        background-size: 100px;
        height: 22px;
    }

    .top_ranking_area {
        margin: 45px auto 30px;
        width: 92%;
    }

    .fs-body-top .crown {
    margin: 0 auto 22px;
    width: 36px;} 


    .crown {
        margin: 0 auto 22px;
        width: 80px;
    }


    .wave {
        margin: 0 auto 16px;
        width: 72px;
    }

    .top_ranking_area h3 {
        font-size: 1.4em;
        margin: 0 0 5px;
    }

    .top_ranking_area h4 {
        margin: 0;
        letter-spacing: 0.2em;
        font-size: 0.9em;
    }

    .ranking_inner {
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .ranking_inner dl {
        width: 48%;
        margin: 0;
        margin: -6px 0 0 0;
    }

    .ranking_inner dl dd {
        font-size: 0.9em;
        line-height: 160%;
        font-weight: 500;
    }

    .smp_only .ranking_inner dl:nth-of-type(1) dd {
        display: none;
    }

    .smp_only .ranking_inner dl:nth-of-type(2) dt {
        display: none;
    }

    .smp_only .ranking_inner dl:nth-of-type(2) dd {
        display: table-cell;
        vertical-align: middle;
        height: 200px;
    }

    .smp_only .ranking_inner dl:nth-of-type(1):before {
        top: 30px;
        content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking01.png);
    }

    .smp_only .ranking_inner dl:nth-of-type(2):before {
        content: "";
        height: 0;
    }

    .smp_only .ranking_inner dl:nth-of-type(3):before {
        top: 30px;
        content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking02.png);
    }

    .smp_only .ranking_inner dl:nth-of-type(4):before {
        top: 30px;
        content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking03.png);
    }

    .smp_only .ranking_inner dl:nth-of-type(5):before {
        top: 30px;
        content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking04.png);
    }

    .smp_only .ranking_inner dl:nth-of-type(6):before {
        top: 30px;
        content: url(https://yaeyama.itembox.design/item/newimg/ico_ranking05.png);
    }

    /*
topリアルタイ??
-------------------------------------------*/
    .top_realtime_area {
        width: 92%;
        margin: 0 auto 50px;
    }

    .top_realtime_area h3 {
        font-size: 1.4em;
        margin: 50px 0 5px 0;
    }

    .top_realtime_area h3 img {
        padding: 0 5px 0 0;
        width: 42px;
    }

    .top_realtime_area h4 {
        font-size: 0.9em;
        margin: 0 0 30px 0;
        letter-spacing: 0.2em;
    }

    /*
top????????ファー??につ????
-------------------------------------------*/

    .top_about {
        margin: 50px auto 30px;
        width: 95%;
    }

    .top_about h3 {
        font-size: 1.4em;
        margin: 0 0 10px 0;
    }

    .top_about h4 {
        font-size: 0.9em;
        margin: 0 0 34px 0;
        letter-spacing: 0.2em;
    }

    .top_about_inner {
        width: 100%;
        margin: 0 auto 40px;
    }

    .top_about_innerleft {
        float: none;
        width: 96%;
        margin: 0 auto 40px;
    }

    .top_about_innerright {
        float: none;
        width: 100%;
        padding-top: 20px;

    }

    .top_about_innerright h5 {
        margin: 0 0 30px 0;
        text-align: center;
        font-size: 1.1em;
        line-height: 190%;
    }

    .top_abouttxt01 {
        margin: 0 0 30px 0;
    }

    .top_about_innerleft .swiper-button-next,
    .top_about_innerleft .swiper-button-prev,
    .distribution_arearightbox .swiper-button-next,

    .distribution_arearightbox .swiper-button-prev {
        width: 36px;
        height: 36px;
    }


    .swiper-button-prev {
        background-image: url("https://yaeyama.itembox.design/item/newimg/ico_slider_left.png");
        left: -10px !important;
        right: auto;
        background-repeat: no-repeat;
    }

    .swiper-button-next {
        background-image: url("https://yaeyama.itembox.design/item/newimg/ico_slider_right.png");
        right: -10px !important;
        left: auto;
        background-repeat: no-repeat;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-size: 36px 36px;
        width: 36px;
        top: 47%;
    }



    .distribution_area {
        background: #fff;
        box-sizing: border-box;
        padding: 3%;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        -o-border-radius: 1em;
        -ms-border-radius: 1em;
        display: block;
        margin: 60px auto 45px;
        width: 98%;
    }

    .distribution_arealeftbox {
        width: 100%;

    }

    .distribution_arearightbox {
        width: 96%;
        margin: 70px auto 54px;

    }

    .distribution_arearightbox p {
        top: -35px;
        width: 60%;
    }

    .staff_recommend {
        background: #fff;
        box-sizing: border-box;
        padding: 3% 0;
        -moz-border-radius: 1em;
        -webkit-border-radius: 1em;
        -o-border-radius: 1em;
        -ms-border-radius: 1em;
        margin: 50px auto 0;
        width: 98%;
    }


    .staff_recommendbox {
        margin: 35px 0;
        padding: 0;
    }

    .staff_recommendleftbox {
        width: 100%;
        float: none;
    }

    .staff_recommendrightbox {
        width: 100%;
        float: none;
        padding: 40px 0 0 0;
        font-weight: 500;
    }

    .smp_top_about_txt01 {
        width: 92%;
        margin: auto;
        font-size: 0.96em;
    }

    .crown01 {
        display: block;
        text-align: center;
        margin: -30px auto 20px;
    }

    .tab_content {
        padding: 1.2% 3.5% 0;
    }


    #tab1:checked ~ #tab1_content,
    #tab2:checked ~ #tab2_content,
    #tab3:checked ~ #tab3_content,
    #tab4:checked ~ #tab4_content {
        padding-top: 40px;
        padding-bottom: 50px
    }

    /*
topバナーエリア
-------------------------------------------*/

    .top_banner_area {
        margin: 40px auto 30px;
        width: 92%;
    }

    .top_banner_area li {
        float: left;
        margin: 0 0 15px 0;
        width: 100%;
    }

    .top_banner_area li:nth-of-type(2),
    .top_banner_area li:nth-of-type(4),
    .top_banner_area li:nth-of-type(5) {
        float: left;
        margin: 0 0 20px;
    }

    /*
topお知らせ
-------------------------------------------*/
    .top_news {
        margin: 50px auto;
        width: 94%;
    }

    .top_news h3 {
        font-size: 1.4em;
        margin: 0 0 10px 0;
    }


    .top_news h4 {
        margin: 0 0 15px 0;
        letter-spacing: 0.2em;
        font-size: 0.9em;
    }

    .top_newsleft {
        float: none;
        margin: 0 0 30px 0;
        width: 100%;
        background-color: #FBF9F3;
        padding: 15px 0;
    }

    .top_newsright {
        float: none;
        max-width: 501px;
        width: 100%;
        margin: auto;
    }

    .top_news ul {
        margin: 10px 0 20px;
    }

    .fs-p-dateList > li time:first-child {
        font-size: 0.9em;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .top_newsleft .fs-p-dateList .fs-pt-list__item {
        padding: 20px 0;
        line-height: 160%;
        margin: 0;
        width: 100%;

    }

    .top_newsleft .fs-p-dateList .fs-pt-list__item:last-child {
        padding-bottom: 20px;
    }

    .top_newsleft .fs-pt-list__item a {
        width: 90%;
        display: inline-block;
    }

    .kasou_newslist .fs-p-dateList .fs-pt-list__item a::after {
        left: calc((100% - -92%)/2);

    }

    .top_newsleft_btn {
        width: 84%;
        background-color: #fff;
        padding: 6px 14px;
        font-weight: 500;
        font-size: 0.9em;
    }

    .top_newsleft .fs-p-dateList .fs-pt-list__item a::after {
        left: calc((100% - -92%)/2);
    }

    .fb-page {
        width: 360px;
        margin: auto;
    }

    /*
topカ????リー
-------------------------------------------*/
    .top_category {
        margin: 50px auto;
        width: 94%;
    }

    .top_category h3 {
        font-size: 1.4em;
        margin-bottom: 10px
    }

    .top_category h4 {
        margin: 0 0 40px 0;
        font-size: 0.9em;
    }

    .top_category li,
    .top_category li:nth-of-type(5n) {
        float: left;
        width: 48%;
        margin: 0 4% 2.5% 0;
        box-sizing: border-box;
        line-height: 120%;
    }

    .top_category li:nth-of-type(2n) {
        float: left;
        width: 48%;
        margin: 0 0 2% 0;
    }


    .top_category li a {
        font-size: 0.9em;
        min-height: 50px;
        border: 2px #F2F2F2 solid;
        padding: 12px 0 0 6px;
    }

    .top_category li:nth-of-type(9) a {
        padding: 6px 8px;
    }



    /*
footer
-------------------------------------------*/
    .fs-l-footer {
        margin-top: 0;
    }

    footer {
        margin: 0;
    }

    footer::before {
        background-size: 100px;
        height: 22px;
    }

    .footer_inner {
        width: 92%;
        margin: 50px auto 0;
        padding: 0 0 20px 0;
    }

    .footer_innerleft {
        float: none;
        width: 100%;
        margin: auto;
    }

    .footer_innerright {
        float: none;
        width: 92%;
        margin: auto;
    }

    .footer_innerleft h5 {
        font-size: 1em;
        text-align: center;
    }

    .footer_innerleft h5 div {
        display: block;
        text-align: center;
        margin: 12px 0;
    }

    .footer_innerleft h5 span {
        display: none;
    }

    .footer_innerleft h5 span:first-child {
        padding: 0;
    }

    .footer_innerleft p {
        text-align: center;
        font-size: 0.9em;
    }

    .footer_spfont {
        font-size: 0.9em;
    }



    .footer_innerleft table,
    .footer_innerleft td {
        width: max-content;
        display: block !important;
        margin: 5px auto 0;
        text-align: center;
    }

    .footer_innerleft table td {
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .footer_innerleft table td:last-child {
        padding: 0;
    }

    .footer_inner .top_btnarea01 .top_btnarea02 a {
        width: 100%;
        margin: 30px auto;
        box-sizing: border-box;
    }

    .footer_guide {
        display: none;
    }

    .footer_navi {
        width: 100%;
        text-align: center;
        border: none;
        padding: 26px 0;
    }

    .footer_navi li {
        border-right: 1px #E5E3D4 solid;
        border-top: 1px #E5E3D4 solid;
        padding: 0 15px;
        display: block;
        box-sizing: border-box;
        float: left;
        width: 50%;
    }

    .footer_navi li:nth-of-type(2n) {
        border-right: none;
    }

    .footer_navi li:nth-last-of-type(2) {
        border-bottom: 1px #E5E3D4 solid;
    }

    .footer_navi li:last-child {
        border-bottom: 1px #E5E3D4 solid;
    }

    .footer_navi li a {
        display: block;
        padding: 10px 0;
        white-space: nowrap;
        font-weight: 600;
    }

    .fs-c-productNameHeading,
    .fs-c-productPrices,
    .fs-c-productPostage__label,
    .fs-c-productPointDisplay {
        padding: 0 16px;
    }

    .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
        margin-left: 16px;
    }

    .fs-c-button--particular.fs-c-button--addToWishList--detail,.fs-c-button--particular .fs-c-button__label {
        font-size: 0.7rem;
    }

    .fs-c-productQuantityAndWishlist__wishlist {
        margin-right: 16px;
    }

    .smp_sns {
        text-align: center;
        margin: 25px 0 10px;
    }

    .smp_sns img {
        width: 11.2%;
        margin-right: 0.5em;
    }


    #calendar-frame_pc {

        position: relative;
        /*top: -50px;*/
    }


    #acMenu_navi {
        margin: 5px 0 50px 0;
    }

    #acMenu_navi dt {
        display: block;
        width: 100%;
        line-height: 120%;
        margin: 20px 0;
        cursor: pointer;
        background: url(https://yaeyama.itembox.design/item/newimg/i_swich_navi.png) 95% -40px no-repeat;
        background-size: 18px;
        box-sizing: border-box;
        margin: 0 0 0 0;
        font-size: 15px;
        color: #371E05;
        font-weight: normal;
        border-bottom: 1px #E5E3D4 solid;
        padding: 15px 0 15px 14px;

        font-weight: 600;

    }

    #acMenu_navi dt:first-child {
        border-top: 1px #E5E3D4 solid;
    }

    .deri_free_area {
        margin: 0 0 20px !important;
    }

    #deri_free {
        border: 1px #E9EAE4 solid !important;
        padding: 18px !important;
        width: 100% !important;
    }


    #acMenu_navi dd {

        width: 100%;
        height: auto;
        line-height: 120%;
        padding: 2%;
        display: none;
        box-sizing: border-box;
        margin: 0;
        font-size: 15px;
    }

    #acMenu_navi dd ul {
        margin: 15px 0 0 0;
    }

    #acMenu_navi dd li {
        margin: 0 0 20px 0;
    }

    #acMenu_navi dd p {
        text-align: left;
        line-height: 220% !important;
    }

    #acMenu_navi dd p a {
        color: #468C38;
        font-weight: 600;
    }

    #acMenu_navi dd img {
        vertical-align: middle;
    }

    #acMenu dt.active {
        background: url(https://yaeyama.itembox.design/item/newimg/i_swich.png) 95% 20px no-repeat;
        background-size: 18px;

    }

    #acMenu_navi dt.active {
        background: url(https://yaeyama.itembox.design/item/newimg/i_swich_navi.png) 95% 20px no-repeat;
        background-size: 18px;

    }

    .sp_calender {
        position: relative;
        top: 40px;

    }


    .page_top {
        transform: scale(0.65);
        right: 0;
        bottom: 40px;
    }

    .fs-c-breadcrumb {
        font-size: 0.5rem;
        width: 94%;
        margin: 20px 0 38px 15px;
        line-height: 2;
    }

    .footer_smp_txt01 {
        margin: 0 0 10px 0;
    }

    .footer_smp_txt02 {
        margin: 0 0 10px 0;
        text-align: center;
        font-weight: 500;
        font-size: 1.1em;
    }

    /*  下層ペ??ジ　*/


    .year_endgift_txt01 {
        text-align: left;
        margin: 30px 0 50px;
    }

    .kasou_detail_pro h3 {
        margin: 0 0 5px 15px;
        font-size: 1.5em
    }

    .tit_kasou {
        font-size: 1.5em !important;
        margin: 0 0 10px 0;
    }

    .kasou_detail_pro h4 {
        margin: 0 0 45px 15px;
        font-size: 0.9em;
    }

    .popular_gifts h3 {
        margin: 0 0 30px 0;
    }

    .popular_gifts,
    .kasou_select02 {
        width: 100%;

        margin: 50px 0 64px 0;
        padding: 0;
        background-color: #FBF9F3;
        box-sizing: border-box;
        padding: 0;
        -moz-border-radius: 0em;
        -webkit-border-radius: 0em;
        -o-border-radius: 0em;
        -ms-border-radius: 0em;
    }

    .popular_gifts::before,
    .kasou_select02::before,
    .bg_shopping_guide_area::before,
    .bg_faq_area::before {
        content: "";
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/bg_section_top_sp.jpg) center top repeat-x;
        background-size: 100px;
        height: 22px;
        background-size: contain;
        padding: 0 0 40px;

    }

    .popular_gifts::after,
    .kasou_select02::after,
    .bg_shopping_guide_area::after,
    .bg_faq_area::after {
        content: "";
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/bg_section_bottom_sp.jpg) center bottom repeat-x;
        background-size: 100px;
        height: 22px;
        background-size: contain;
        padding: 40px 0 0;
    }

    .kasou_select01 {
        margin: 0 auto 30px !important;
        /*width: 96%;*/
    }

    .kasou_select01_side {
        margin: 0 auto 30px !important;
        padding: 0 3% 24px;
    }


    .w-96 {
        width: 96%;
    }

    .kasou_select01 h3 {
        margin: 0 0 41px 0;
        font-size: 1.4em;
    }

    .kasou_select01 ul,
    .kasou_select02 ul {
        width: 96%;
        margin: auto;
    }

    .kasou_select01 li,
    .kasou_select02 li {
        float: left;
        width: 48%;
        margin: 0 4% 0.8% 0;
        box-sizing: border-box;
    }

    .kasou_select03 {
        margin: 0 auto 50px;
        width: 94%;
    }

    .kasou_select03 p {}

    .kasou_newslist {
        min-width: auto;
    }

    .pagefeed_detail li {
        margin: 0 auto 20px;
        width: 80%;
        display: block;
        text-align: left;
    }

    .pagefeed_detail li:last-child {
        margin: 0 auto;
    }

    .detail_tel {
        text-align: center;
        margin: 45px auto 0;
        width: 75%;
    }

    .fs-c-productReview__addReview {
        /*        position: absolute;*/
        right: 0;
        top: 0;
    }

    .fs-c-button--addReview--detail .fs-c-button__label {
        color: #371E05;
        border: none;

    }

    #detail_right .fs-c-productMarks,
    fs-c-productPreorderMessage,
    .fs-c-productPostage,
    fs-c-productSalesPeriod {
        padding: 0 16px;
    }



    .kasou_select01 li:nth-of-type(3n) {
        float: left;
        width: 48%;
        margin: 0 4% 0.8% 0;
    }

    .kasou_select01 li:nth-of-type(2n),
    .kasou_select02 li:nth-of-type(2n) {
        float: left;
        width: 48%;
        margin: 0 0 0.8% 0;
    }


    .kasou_select02 h3 {
        margin: 0 0 50px 0;
        line-height: 160%;
        font-size: 1.4em;
    }


    .kasou_select02 li:nth-of-type(4n) {
        float: left;
        width: 48%;
        margin: 0 0 0.8% 0;
    }

    .gift_wrapping {
        width: 92%;
        margin: auto;
    }

    .gift_wrapping_left {
        float: none;
        width: 100%;
    }

    .gift_wrapping_right {
        float: none;
        width: 100%;
    }

    .gift_wrapping_left table,
    .gift_wrapping_right table:first-child {
        margin: 0 0 35px 0;
    }

    .kasou_banner_ara {
        margin: 50px auto;
        width: 100%;
    }

    .kasou_bannerinner {
        display: block;
        width: 92%%;
    }

    .kasou_bannerinner dl {
        width: 92%;
        margin: 0 auto 15px;
    }



    .fontwb {
        font-weight: 600;
    }

    .about_yaeyama_img {
        width: 100%;
        margin: 0 auto 64px;
    }

    .about_yaeyama_safety {
        margin: 0 auto 45px;
        padding: 20px 5%;
        -webkit-border-radius: 0.6em;
    }

    .about_yaeyama_safety h5 {
        font-size: 1.1em;
        padding: 8px 16px 8px;
        margin: 0 0 20px;
    }

    .about_yaeyama_txt01 {
        font-weight: 600;
        font-size: 0.95em;
        line-height: 2;
        margin-bottom: 30px;
    }

    .about_yaeyama_safetyinner {
        display: block;
        margin: 0;
        padding: 0;
    }

    .about_yaeyama_safetyinner h6 {
        margin: 0 0 10px 0;
        font-size: 1em;
    }

    .about_yaeyama_safetyinner p {
        font-size: 0.95em;
        line-height: 2;
    }

    .about_yaeyama_safetyinner_txt01 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .about_yaeyama_safetyinner_txt02 {
        width: 100%;
    }

    .about_yaeyama_safetyinnerleftbox {
        float: none;
        width: 100%;
    }

    .about_yaeyama_safetyinnerrightbox {
        float: none;
        width: 100%;
    }


    .about_yaeyama_safetyinner_movie {
        margin: 0 0 80px 0;
    }

    .about_yaeyama_safetyinnerrightbox h3 {
        color: #0F5732;
        text-align: center;
        margin: 45px 0 45px 0;
        font-size: 1.28em;
        font-weight: 600;
    }

    .about_yaeyama_safety_txt001 {
        width: 90%;
        margin: auto;
        font-size: 0.95em;
        line-height: 2;
    }

    .about_yaeyama_safetyflowout {
        margin: 0 5%;
    }

    .about_yaeyama_safetyflow {
        margin: 0 auto 50px 0;
    }

    .about_yaeyama_safetyflowinner {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .about_yaeyama_safetyflowinner:nth-of-type(n+2) {
        padding: 0;
    }

    .about_yaeyama_safetyflowinnerleftbox {
        width: 84%;
        margin: 10px auto 10px;
    }

    .about_yaeyama_safetyflowinnerrightbox {
        width: 100%;
        margin: 0 auto 20px;

    }

    .about_yaeyama_safetyflowinnerrightbox h3 {
        margin: 0 0 10px 0;
        font-size: 1.2em;
        text-align: center;

    }

    .about_yaeyama_safetyflowinnerrightbox p {
        text-align: center;
        margin: 10px 10px;
        font-size: 0.95em;
    }

    .about_yaeyama_safetyflow_btn a {
        padding: 8px 20px;
        text-align: left;
        background-size: 18px;
        font-size: 0.9em;
    }

    .movie {
        margin: 0 8px 40px;
        background: url(https://yaeyama.itembox.design/item/newimg/bg_movie.jpg)no-repeat;
        background-size: cover;
    }

    .bg_faq_area {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0;
        margin: 0 0 50px 0;
    }

    .faq_area,
    .shopping_guide_area {
        margin: 0 auto 64px;
        width: 92%;

    }

    .faq_area h3 {

        margin: 0 0 47px 0;
        font-size: 1.2em;
        padding: 0 0 0 15px;
    }

    .faq_area h4 {
        padding: 14px 0 14px 35px;
        margin: 0 0 16px 0;
        font-size: 1.0em;
        line-height: 120%;
    }

    .faq_area h4::before {
        left: 10px;
    }

    .faq_area p {
        padding: 0 0 0 30px;
        margin-bottom: 40px;
    }

    .faq_area p::before {
        left: 10px;
    }

    .faq_btn {
        line-height: 110%;
        width: 100%;
        margin: 0 auto 64px;
    }

    .faq_btn li a {
        background-size: 15px;
    }

    .faq_btn li span {
        padding: 8px 0 0 0;
        display: inline-block;
        min-height: 35.2px;
    }

    .bg_inner_smp {
        width: 92%;
        margin: 0 auto;
    }

    .bg_shopping_guide_area {
        -moz-border-radius: 0;

        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        padding: 0px;
        width: 100%;
    }

    .shopping_guide_area h3 {
        margin: 0 0 20px 0;
        padding: 0 0 0 10px;
        font-size: 1.2em;
    }

    .shopping_guide_area h4 {
        margin: 0 0 16px 0;
        font-size: 1.0em;
        letter-spacing: inherit;
        padding: 4px 0 4px 10px;
    }

    .shopping_guide_area p {
        margin: 0 0 45px 0;
    }

    .shopping_guide_area th {
        padding: 0 20px;
    }

    .shopping_guide_area td {
        padding: 0 20px 30px;
    }

    .shopping_guide_leftbox,
    .shopping_guide_rightbox {
        float: none;
        width: 100%;
    }

    .shopping_guide_leftbox img,
    .shopping_guide_rightbox img {
        padding: 5px 0 0 0;
    }

    /*  シークワーサーペ??ジ　*/
    .citrusdepressa_area .citrusdepressa_area_left,
    .citrusdepressa_area .citrusdepressa_area_right,
    .citrusdepressa_area01 .citrusdepressa_area_left,
    .citrusdepressa_area01 .citrusdepressa_area_right {
        float: none;
        width: 100%;
        padding: 0 1%;
    }

    .syutten {
        margin: 10px 0 0;
    }

    .ziki {
        margin: 0 0 50px;
    }

    .aogiri {
        margin-bottom: 0;
    }

    .about_aogiri {
        margin: 0 0 5px;
    }

    .megumi {
        margin: 0 0 60px;
    }

    .shikwasa_point {
        padding: 0 0 0;
        line-height: 1;
    }

    .citrusdepressa_area .citrusdepressa_area_left li:nth-of-type(2n) {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .shikuwasa_juice_mediainner {
        border-bottom: none !important;
    }

    .shikuwasa_juice_mediainner h5 {
        padding: 4px 0 20px 34px !important;
    }

    .footer_fixed_btn_sp {
        /*display: none;*/
        position: fixed;
        z-index: 10;
margin-top: 0;
    display: block;
    bottom: 0 !important;
    position: fixed;
    padding: 0;
    height: auto;
    background: #FBF9F3;
    width: 100%;
    left: 0;
	height: 3.3em;
    }

    .footer_fixed_btn_sp .fs-pt-menu__heading {
        display: block;
        padding: 0 0 10px 0;
    }

    .footer_fixed_btn_sp .fs-pt-menu__heading a {

        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn04.jpg) center 5px no-repeat;
        padding: 32px 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 40%;
        /*width:65px;
	height:60px;*/
    }

    .footer_fixed_btn_sp .rireki_smp li:first-child a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn03.jpg) center 5px no-repeat;
        padding: 35% 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35%;
        min-height: 50px;
    }

    .footer_fixed_btn_sp .rireki_smp li:nth-of-type(2) a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn06.jpg) center 5px no-repeat;
        padding: 35% 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35%;
        min-height: 100px;
    }

    .footer_fixed_btn_sp .login_mypage_smp li:first-child a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn04.jpg) center 5px no-repeat;
        padding: 35% 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35%;
        min-height: 50px;
    }

    .footer_fixed_btn_sp .login_mypage_smp li:nth-of-type(2) a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn03.jpg) center 5px no-repeat;
        padding: 35% 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35%;
        min-height: 100px;
    }

    .footer_fixed_btn_sp ul .fs-clientInfo {
        font-size: 0;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        border: none;
        display: block;

    }

    .footer_fixed_btn_sp ul .fs-clientInfo li {

        width: 100%;
        /*display: inline-block;*/
        vertical-align: top;
        text-align: center;
        padding: 0;
        border: none;
        background: #FBF9F3;
        line-height: 120%;
        color: #371E05;
        font-weight: 500;
    }

    #yaeyama_news_list_rss_iframe {
        width: 100%;
    }


    .calden_txt01 {
        width: 94%;
        font-size: 0.88em;
        margin: -40px auto 40px;
        line-height: 150%;
    }

    /* Fixed */
    .footer_fixed_btn_sp.fixed01 {
        margin-top: 0;
        display: block;
        bottom: 0 !important;
        position: fixed;
        padding: 0;
        height: auto;
        background: #FBF9F3;
        width: 100%;
        left: 0;
        /*transition: top 0.65s ease-in !important;
        -webkit-transition: top 0.65s ease-in !important;
        -moz-transition: top 0.65s ease-in !important;*/
        z-index: 50 !important;
        height: 5em;
    }

    /*????検索*/
    .footer_fixed_btn_sp.fixed01 li button {
        border: none;
        background: none;

        color: #371E05;
    }

    .footer_fixed_btn_sp.fixed01 li button a {
        color: #371E05;
    }

    .footer_fixed_btn_sp ul li button img {
        width: 64%;
    }

    /*.popup {
        display: none;
        height: 100vh;
        width: 100%;
        background: rgba(232, 232, 213, .85);
        position: fixed;
        top: 0;
        left: 0;
    }*/

    .content {}

    .show {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: -1;
    }

    /* ????詳細 */

    .fs-l-checkout {
        margin: 0 8px;
    }

    .fs-c-wishlistProduct__header {
        margin-left: 16px;
    }

    .fs-checkout-payHere-container {
        padding: 10px 0;
    }

    #detail_right .fs-c-productSelection {
        background-color: #FBF9F3;
        padding: 30px 16px;
    }

    #fs_ProductDetails .fs-c-productPointDisplay {
        padding-bottom: 30px;
    }

    #fs_ProductDetails .fs-l-productLayout {
        width: 100%;
        float: none;
    }

    #detail_left {
        width: 100% !important;
        float: none;
        margin: 0 0 40px;
    }

    #detail_right {
        float: none;
        width: 100% !important;
        margin: 0;
    }

    #fs_ProductDetails .fs-c-productCarouselMainImage .slick-list,
    #fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .slick-list {
        padding: 0 !important;
        width: 100%;
        height: 100% !important;
        margin: 0 !important;
    }

    #fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick.slick-slider,
    #fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick.slick-slider {
        height: 100%;
    }

    /* #fs_ProductDetails .fs-c-productCarouselMainImage__image > img {
        max-width: 100vw;
        max-height: 100%;
        min-width: 100%;
        border-radius: 4% !important;
               object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    }

    #fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage__image > img {
        max-width: 100vw;
        max-height: 100%;
        min-width: 100%;
        border-radius: 4% !important;
        object-fit: cover !important;
        height: 100% !important;
        width: 100% !important;
    } */

    #fs_ProductDetails .fs-c-productCarouselMainImage__image > img, #fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage__image > img {
        object-fit: contain;
        width: 100%;
        background: #f3f3f3;
        border-radius: 0;
        aspect-ratio: 1/1;
        min-width: 100vw;
      }

    #fs_ProductDetails .fs-c-productCarouselMainImage__image > img,
    #fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage__image > img {
        object-fit: contain;
        width: 100%;
        /*background: #f3f3f3;*/
        border-radius: 0;
        aspect-ratio: 1/1;
    }

    #fs_ProductDetails .fs-c-productCarouselMainImage,
    #fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage {
        margin: 0 0 25px;
    }

    #fs_ProductDetails .fs-c-featuredProduct .slick-list,
    #fs_ProductDetailsSubscribe .fs-c-featuredProduct .slick-list {
        padding: 0 !important;
        width: 100%;
        height: 100%;
        margin: 0 !important;
    }

    #fs_ProductDetails .fs-c-featuredProduct .fs-c-slick.slick-slider,
    #fs_ProductDetailsSubscribe .fs-c-featuredProduct .fs-c-slick.slick-slider {
        height: auto;
    }

    #fs_ProductDetails .detailpage_cominfo th {
        width: 25.2%;
    }

    #fs_ProductDetails .fs-c-productCarouselMainImage .slick-dotted.slick-slider {
        margin-bottom: 26px !important;
    }

    .fs-c-button--carousel--prev::before {
        content: "";
        background: url(https://yaeyama.itembox.design/item/newimg/ico_slider_left.png) no-repeat;
        background-size: 100px;
        height: 46px;
        width: 46px;
        background-size: contain;
        /*right: 5px;*/
        position: absolute;
        top: -55px;
    }

    .fs-c-button--carousel--next::before {
        content: "";
        background: url(https://yaeyama.itembox.design/item/newimg/ico_slider_right.png) no-repeat;
        background-size: 100px;
        height: 46px;
        width: 46px;
        background-size: contain;
        /*right: 5px;*/
        position: absolute;
        top: -55px;
    }

    #fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-prev:before {
        content: "";
        background: url(https://yaeyama.itembox.design/item/newimg/ico_slider_left.png) no-repeat;
        background-size: 100px;
        height: 46px;
        width: 46px;
        background-size: contain;
        position: absolute;
        top: 0px;
        left: 0;
    }

    #fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-next:before {
        content: "";
        background: url(https://yaeyama.itembox.design/item/newimg/ico_slider_right.png) no-repeat;
        background-size: 100px;
        height: 46px;
        width: 46px;
        background-size: contain;
        position: absolute;
        top: 0px;
        right: 0;
    }

    #fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-prev,
    #fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-next {
        background: none;
    }

    #fs_ProductDetails .fs-c-featuredProduct .fs-c-button--carousel--next::before {}

    #fs_ProductDetails .fs-c-featuredProduct .fs-c-button--carousel {
        left: 0;
        position: inherit;
        z-index: 1;
    }

    /* マイペ??ジ */
    .fs-body-my-top .fs-l-pageMain h1::after {
        content: "MY PAGE";
        text-align: left;
        color: #E8B91F;
        font-size: 0.55em;
        margin: 0px 0 40px 0;
        letter-spacing: 0.2em;
        font-family: 'Poppins', sans-serif;
        position: absolute;
        top: 42px;
        left: 0px;
        font-weight: 300;
    }

    .fs-c-heading--page {
        position: relative;
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0px 14px 80px;
        line-height: 0.8;
    }

    .fs-body-login .fs-c-inputInformation__field {
        padding: 14px 20px;
    }

    .fs-body-login .fs-c-inputTable__headerCell {
        margin: 0 0 4px;
    }

    .fs-body-login .fs-l-pageMain h1::after {
        font-size: 0.9rem;
    }

    .btn_mypage {
        width: 80%;
        margin: 60px auto;
    }

    .fs-body-my-top .mypage_txt02 {
        margin: 0 auto 50px;
    }

    .mypage_sub {
        margin: 0 0 25px 0;
        padding: 0 0 0 10px;
        font-size: 1.2em;
        border-left: 8px #ABC937 solid;
        font-weight: bold;
    }

    .fs-body-my-top .fs-c-accountService__page {
        margin: 0 0 15px;
        height: 50px;
    }

    /* ログイン */
    .fs-body-login .fs-l-pageMain h1::after {
        font-weight: 300;
    }

    .fs-body-login .fs-l-pageMain h1::after {
        top: 42px;
        left: 0px;
    }

    .fs-body-login [type="text"],
    .fs-body-login [type="password"] {
        /*        padding: 13px 5px;*/
    }

    .fs-c-button--particular.fs-c-button--displayPassword::before,
    .fs-c-button--particular.fs-c-button--hidePassword::before {
        color: #999999;
        margin: auto 4px;
        padding: 0 5px 0 0;
    }

    .fs-c-button--primary {
        width: 90%;
    }

    .fs-c-inputInformation__link a {
        font-size: 0.9rem;
    }

    .fs-c-otherServiceLogin {
        margin: 50px 0 80px;
    }

    .fs-body-login .fs-c-newUsers {
        width: 100%;
    }

    /* 会員登録 */
    .fs-body-register .fs-c-heading--page {
        position: relative;
        font-size: 1.7rem;
        font-weight: 600;
        margin: 0 0 80px 14px;
    }

    .fs-body-register .fs-p-announcement__title {
        font-size: 1.4rem;
        margin: 0 0 55px;
    }

    .fs-body-register .point_members dd {
        font-size: 1.1rem;
    }

    .fs-body-register .fs-l-pageMain h1::after {
        top: 40px;
        font-size: 0.57em;
    }

    #fs_Register .fs-p-announcement__title {
        margin: 0 0 40px;
    }

    .point_members dt {
        font-size: 0.9em;
    }

    .point_members dd {
        margin: 0 0 40px;
    }

    .fs-body-register .fs-c-requiredMark::before {
        background-size: 50px;
        margin: 0;
    }

    /* ポップア??? */

    .local_search_area {
        width: 100%;
        background: rgba(243, 243, 233, .85) !important;
    }

    .search_area {
        width: 100%;
        background: rgba(232, 232, 213, .85);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 50px;
        top: 0;
        display: none;
        z-index: 50;
        display: none;
    }

    .open1 .search_area {
        display: block !important;
    }

    .search_area:before,
    .search_area:after {
        content: "";
        width: 40px;
        height: 3px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #468C38;
        position: absolute;
        right: 20px;
        top: 30px;
    }

    .search_area:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .search_area .inner {
        display: block;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        height: 100%;
        width: 90%;
        max-width: 1000px;
        margin: auto;
    }

    .search_area .fs-p-searchForm {
        width: 100%;
    }

    .search_area p.serch_title {
        width: 100%;
        color: #371E05;
        font-size: 17px;
        font-size: 1.7rem;
        text-align: center;
        margin: 0 auto 20px;
    }

    .search_area form {
        width: 90vw;
        display: block;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;

        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        border-radius: 25px;
        overflow: hidden;
        padding: 10px;
        border: 1px #DBDACF solid;
    }

    .search_area form .fs-p-searchForm__input {
        background: #fff;
        width: 100%;
        font-size: 1.5em;

    }

    .search_area form .fs-p-searchForm__button {
        width: 30px;
        height: 30px;
        position: relative;
        background: none;
        padding: 0;
        margin: 0 0 0 5px;
        border: none;
    }

    .search_area form .fs-p-searchForm__button:before {
        content: "";

        background: url(https://yaeyama.itembox.design/item/newimg/btn_search_smp.jpg) no-repeat;
        background-size: contain;
        width: 30px;
        height: 30px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        position: absolute;
    }

    /* ポップア??? */
    .popup {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        transition: .6s;
    }

    .popup.is-show {
        opacity: 1;
        visibility: visible;
    }

    .popup-inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 600px;
        /*padding: 50px;
  background-color: #fff;*/

        z-index: 2;
    }

    .popup-inner img {
        width: 100%;
    }

    .close-btn {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        z-index: 2
    }

    .close-btn img {
        width: 80% !important;
    }

    .bg-black {
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        background: rgba(232, 232, 213, .85);
        z-index: 1;
        cursor: pointer;
    }

    .popup #h-seach-kw {

        background: #fff;
        width: 100%;
        height: 45px;
    }

    .popup #h-seach-kw .search-box {
        padding: 0;
    }

    .popup #h-seach-kw .btn-search .search-box {

        width: 92%;
    }

    .popup #h-seach-kw .search-text input {
        float: left;
        width: 80%;
        margin: 5px 0 0 0;
    }

    .popup #h-seach-kw .btn-search input {
        width: 50%;
    }

    .popup p {
        font-size: 2em;
        margin: 0 0 15px 0;
    }

    .popup #close {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 4;
    }


    .footer_fixed_btn_sp ul {
        font-size: 0;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        border-top: 1px #DFDED9 solid;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }

    .footer_fixed_btn_sp ul li {
        font-size: 11px;
        width: 20%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 7px 0 5px 0;
        border-right: 1px #DCDAD5 solid;
        background: #FBF9F3;
        line-height: 120%;
        color: #371E05;
        font-weight: 500;
    }

    .footer_fixed_btn_sp ul li a {
        color: #371E05;
    }

    .footer_fixed_btn_sp ul li:last-child {
        border: none;
    }

    .footer_fixed_btn_sp ul li img {
        width: 40%;
    }

    .footer_fixed_btn_sp ul li:first-child {
        margin-left: 0;
    }

    .copyright {
        margin: 0px 0 40px 0;
    }
}


@media screen and (max-width: 1000px) {
    .kasou_detail_pro2 h3 {
        font-size: 2em;
        text-align: left;
        font-weight: 600;
        margin: 0 0 0 15px;
    }


    .kasou_detail_pro2 h4 {
        font-size: 1em;
        margin: 0px 0 10px 0;
    }

    .faq_btn li {
        font-size: 0.9em;
    }

    .faq_btn li a {

        padding: 10px 15px;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_faq.jpg) 94% 50% no-repeat;
        background-size: 18px;
    }

    .faq_area h3,
    .shopping_guide_area h3 {

        margin: 0 0 45px 0;
        padding: 0 0 0 10px;
        font-size: 1.2em;
        border-left: 8px #ABC937 solid;

        font-weight: bold;

    }

    .shopping_guide_area ul {
        padding: 0 0 0 25px;
        margin: 0 0 40px 0;
    }

    .fs-pt-list__item {
        width: 92%;
        margin: 0;
        border-top: 2px #E2E2E2 dotted;
        padding: 10px 5px;
        text-align: left;
        position: relative;
        margin: 0 auto;
    }

    .kasou_newslist .fs-p-dateList .fs-pt-list__item a {
        font-weight: 600;

    }

    .kasou_newslist .fs-p-dateList .fs-pt-list__item a::after {
        top: 65%;
    }

    .global-nav .nav-list .nav-item a:hover.arrow {
        background-image: none;
    }

    .inner01,
    .inner02 {
        padding: 10px 0 10px;
        margin-bottom: 10px;
    }

    .privacy_area {
        margin: 0 auto 150px;
        width: 94%;
    }

    .privacy_tit {
        display: none;
    }

    .privacy_area h3 {
        margin: 0 0 20px 0;
        font-size: 1.2em;
        padding: 0 0 0 15px;
        border-left: 6px #ABC937 solid;
    }

    .privacy_area p {
        margin: 0 0 90px;
        line-height: 200%;
    }


    .privacy_area_txt02 {
        margin: 0px 0 35px 15px !important;
    }

    .privacy_area_txt03 {
        margin: 0 auto 1.5em;
        width: 94%;
        line-height: 190%;
    }

    .terms_area {
        margin: 0 auto 150px;
        width: 92%;
        min-width: inherit;
    }

    .terms_area p {
        padding: 0;
    }

    .terms_area ul {
        margin: 0 0 80px 0px;
    }

    .terms_area .fs-c-explainList {
        margin: 0 0 80px 0px;
    }

    .fs-c-listControl__status {
        padding-left: 10px;
    }

    .logout.my-false {
        display: none;
    }

    .login.my-true {
        display: none;
    }

    .regist.my-true {
        display: none;
    }


    #acMenu_navi01 dd,
    #acMenu_navi02 dd,
    #acMenu_navi03 dd {
        margin: 16px auto 64px;
        padding: 0;
    }

    #acMenu_navi01 dd {
        width: 96%;
    }

    .smp_deli_drop {
        width: 94% !important;
        margin: 40px auto !important;
    }

    .hinshitsu {
        padding-top: 40px;
    }

    /*シークワーサージュース*/
    .shikuwasa_txt01 {
        text-align: center !important;
        margin: 0 auto 45px !important;
    }

    .shikuwasa_txt03 {
        font-weight: 600;
        margin: 0 0 40px;
        text-align: center;
        font-size: 1.2em;
    }

    .shikuwasa_txt04 {
        padding: 0;
    }

    .shikuwasa_juice_txt06 {
        margin: 0 auto 48px;
        width: 92%;
    }

    .shikuwasa_juice_txt08 {
        text-align: center;
        font-size: 1.3em;
    }

    .citrusdepressa_area {
        width: 94%;
        margin: auto !important;
    }

    .citrusdepressa_area .citrusdepressa_area_left li {
        font-size: 1.3em;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_imgcitrusdepressa.jpg) 0 0% no-repeat;
    }

    .citrusdepressa_area_left {
        margin: 0 0 45px;
    }

    .shikuwasa_juice_cate {
        padding: 0 1.5%;
    }

    .shikuwasa_juice_cate h4 {
        font-size: 1.3em;
        margin: 0;
    }

    .shikuwasa_juice_cate h5 {
        margin: 12px 0 36px;
        font-size: 0.9em;
    }

    .shikuwasa_juice_cateinner {
        margin: 0 0 25px;
    }

    .shikuwasa_juice_txt02 span {
        margin: 8px 0 16px;
    }

    .btn_shikuwasa {
        width: 88% !important;
    }

    .shikuwasa_juice_cate .top_btnarea02 a {
        width: 88%;
        margin: 10px auto 60px;
    }

    #top_btnarea02_last {
        margin: 10px auto 30px;
    }

    .shikuwasa_juice_nutritioninner {
        display: block;
        width: 92%;
        margin: auto;
    }

    .shikuwasa_juice_nutritioninner_leftbox,
    .shikuwasa_juice_nutritioninner_rightbox {
        width: 100%;
    }

    .shikuwasa_juice_nutritioninner_leftbox {
        margin: 0 0 30px;
    }

    .shikuwasa_juice_featureinner {
        width: 92%;
        margin: auto;
    }

    .shikuwasa_juice_featureinner_leftbox {
        width: 35%;
    }

    .shikuwasa_juice_featureinner_rightbox {
        width: 62%;
    }

    .shikuwasa_juice_featureinner_rightbox_point {
        position: relative;
        top: -5px;

    }

    #shikuwasa_juice_feature_txt01 {
        font-size: 1.2em;
    }

    .shikuwasa_juice_featureinner_rightbox p span {
        margin: 0 0 10px 0;
    }

    .shikuwasa_juice_cateinner_leftbox {
        width: 38.5%;
    }

    .shikuwasa_juice_cateinner_leftbox img {
        border-radius: 20px;
    }


    .shikuwasa_juice_cateinner_rightbox {
        width: 58%;
    }

    .shikuwasa_juice_media {
        width: 94%;
        margin: auto;
        font-size: 0.95em;
    }

    .shikuwasa_juice_mediainner {
        padding: 22px 0;
    }

    .shikuwasa_juice_mediainner:last-child {
        border-bottom: none;
        padding: 40px 0 20px;
    }

    .shikuwasa_juice_media_txt01 {
        font-size: 1.05em;
    }

    .shikuwasa_juice_media_txt01 span {
        margin: 0;
    }

    .shikuwasa_juice_media01_rightbox {
        float: none;
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }

    .shikuwasa_juice_media01_leftbox {
        float: none;
        width: 100%;
    }

    .shikuwasa_juice_media01_leftbox img {
        width: 76%;
        margin: auto;
        display: block;
    }

    .shikuwasa_juice_media_txt02 {
        margin: 20px 0 5px !important;
        color: #005F30;
        text-align: center !important;
        line-height: 1.5;
        font-size: 1.25rem !important;
        white-space: nowrap;
    }

    .shikuwasa_juice_media_txt03 {
        margin: 0 !important;
    }

    .shikuwasa_juice_mediainner_leftbox {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .shikuwasa_juice_mediainner_rightbox {
        float: none;
        width: 100%;
    }

    .shikuwasa_juice_mediainner_rightbox img {
        width: 70%;
        margin: auto;
        display: block;
    }

    .shikuwasa_juice_txt07 {
        font-size: 1.4em !important;
        margin: 0 0 36px;
    }

    .shikuwasa_juice_voiceinner_leftbox {
        float: none;
        width: 94%;
        margin: 0 2% 20px;
    }

    .shikuwasa_juice_media h5 span,
    .shikuwasa_juice_mediainner h5 span {
        font-size: 0.7em;
    }

    .shikuwasa_juice_voiceinner_rightbox {
        float: none;
        width: 94%;
        margin: 0 auto;
    }

    .shikuwasa_juice_voiceinner_last {
        margin: 0 0 140px;
    }

    #btn_shikuwasa_list li,
    #btn_citrusdepressa_area li {
        float: left;
        width: 48%;
        margin: 0 2% 2% 0;
        text-align: left;
    }

    .media_smp {
        margin: 24px 0 64px 0;
    }

    .fs-c-subgroupList {
        margin: 8px 8px 8px 10px;
    }

    #btn_shikuwasa_list li:nth-of-type(2n),
    #btn_citrusdepressa_area li:nth-of-type(2n) {
        margin: 0 0 2% 0;
    }

    #faqarea h4 {
        font-size: 1.1em;
    }

    .smp_media_tit {
        border: none !important;
        color: #0F5732 !important;
        text-align: center;
        margin: 0 !important;
    }

    #acMenu_navi01 dt {
        background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detailsmp.jpg) 95% -35px no-repeat;
        background-size: 18px;
        border-top: none;

    }

    #acMenu_navi01 dt.active {
        background: url(https://yaeyama.itembox.design/item/newimg/ico_shikuwasa_detailsmp.jpg) 95% 24px no-repeat;
        background-size: 18px;

    }

    #btn_shikuwasadetail {
        width: 100%;
        margin: auto;
    }

    #btn_shikuwasadetail li {
        float: left;
        width: 48%;
        margin: 0 4% 0.8% 0;
        box-sizing: border-box;
        line-height: 120%;
    }

    #btn_shikuwasadetail li a {
        font-weight: 600;
        min-height: 37px;
        padding: 7px 8px;
    }

    #btn_shikuwasadetail li:last-of-type a {
        padding: 17px 8px 0px 8px;
    }

    .detailpage_cominfo {
        width: 92%;
        font-size: 0.9em;
    }

    .detailpage_cominfo th {
        width: 20%;
        padding: 10px 0;
        border-bottom: 1px #E3E2DD solid;
    }

    .detailpage_cominfo td {
        width: 80%;
        padding: 10px 0;
        border-bottom: 1px #E3E2DD solid;
    }

    .detail_tel_smp {
        margin: 30px auto;
        text-align: center;
    }

    .detail_tel_smp img {
        width: 80%;
        display: block;
        padding: 8px 0;
        margin: auto;
    }

    .about_shikusawa {
        font-size: 1.2em;
        padding: 14px 0 14px 15px;
    }

    .about_shikusawa_txt01 {
        text-align: center;
    }

    .about_shikusawa_txt03 {
        border-top: none !important;
    }

    .about_shikusawa_txt04 {
        margin: 0 auto 100px;
        width: 94%;
    }

    #acMenu_navi01 dt:last-of-type {
        border-top: 1px #F2F1ED solid;
    }

    #border_top {
        border-top: 1px #F2F1ED solid !important;
    }


    .detailpage_deliinfo {
        width: 94%;
        margin: auto;
        padding: 15px 10px;
    }

    .detailpage_deliinfo a {
        width: 80%;
    }

    /*パイナップル
-------------------------------------------*/
    .product_detail_recommend h4 {
        margin: 0 0 12px;
        font-size: 1.4em;
    }

    .swiper_detail_recommend {
        width: 90%;
        margin: auto;
    }

    .swiper_detail_recommend .swiper-button-next,
    .swiper_detail_recommend .swiper-button-prev {
        top: 26%;
    }

    .product_about_pineapple_inner {
        display: block;
        width: 94%;
        margin: auto;
    }

    .product_about_pineapple_innerleft,
    .product_about_pineapple_innerleft01 {
        width: 100%;
    }

    .product_about_pineapple_innerleft01 {
        width: 100%;
        padding-top: 16px;
    }

    .product_about_pineapple_innerright {
        width: 100%;
    }

    .product_about_pineapple_innerleft01 h6 {
        text-align: center;
        margin: 0 0 21px;
    }

    .product_about_pineapple_innerright01 {
        width: 100%;
    }

    .product_detail_drop #acMenu_navi01 {
        margin: 0;
    }

    #product_detail_media_smp {
        margin: 40px 0 55px 30px;
    }

    .product_detail_drop #pa {
        padding: 14px 0 14px 14px;
    }

    .product_detail_drop .shikuwasa_juice_mediainner h5,
    #monoqlo,
    #ritou {
        padding: 0 0 15px 40px;
    }

    .product_detail_drop #acMenu_navi01 dt:last-of-type {
        border-top: none;
    }

    .product_detail_drop .border_t {
        border-top: 1px #F2F1ED solid !important;
    }

    .product_detail_drop .about_yaeyama_txt01 {
        margin: 40px 0 30px;
    }

    #sangyo {
        line-height: 180%;
    }

    .product_oragnic_pine_voice {
        display: block;
        width: 94%;
        margin: 0 auto 50px;
    }

    .product_oragnic_pine_voice{
        display: block;
        width: 94%;
        margin: 0 auto 40px;
        padding: 0 0 40px;
        border-bottom: 1px #F2F1ED solid;
    }

    .product_oragnic_pine_voiceleft {
        width: 100%;
        margin: 0 0 30px;
    }

    .product_oragnic_pine_voiceright {
        width: 100%
    }

    .product_oragnic_pine_voiceright p {
        line-height: 220% !important;
    }

    .organic_pine_txt01 {
        padding: 0 !important;
    }

    .organic_voice_txt01 {
        margin: 0 0 30px;
    }

    .product_oragnic_pine_inner {
        display: block;

        width: 92%;
        margin: 0 auto 45px;
    }

    .product_oragnic_pine_innerleft {
        width: 100%;
    }

    .product_oragnic_pine_innerright {
        width: 100%;
    }

    .product_oragnic_pine_inner01 {
        width: 92%;
        margin: 0 auto 45px;
    }

    .product_oragnic_pine_innerleft01 {
        width: 100%;
        float: none;
    }

    .product_oragnic_pine_innerright01 {
        width: 100%;
        float: none;
    }

    .product_oragnic_pine_innerleft02 {
        width: 100%;
    }

    .product_oragnic_pine_innerright02 {
        width: 100%;
    }

    /*=============ハンバ??グ===========*/
    .hamburg_catesmp {
        width: 96%;
        margin: auto;
    }

    .product_hamburgsteak_inner {
        display: block;
        width: 94%;
        margin: 0 auto 60px !important;
    }

    .product_hamburgsteak_inner_bottom {
        /*        padding-bottom: 70px;*/
    }

    .product_hamburgsteak_innerleft {
        width: 100%;
    }

    .product_hamburgsteak_innerleft p {
        line-height: 200% !important;
    }

    .product_hamburgsteak_innerright {
        width: 100%;
        text-align: center;
    }

    .product_hamburgsteak_inner01 {
        display: block;
        width: 94%;
        margin: 0 auto 50px !important;
    }

    .product_hamburgsteak_innerleft01 {
        width: 100%;
    }

    .product_hamburgsteak_innerright01 {
        width: 88%;
        text-align: center;
        margin: 40px auto;
    }

    .hamburgsteak_txt04 {
        text-align: center;
    }

    .hamburgsteak_txt05 {
        padding: 0 !important;
    }

    .hamburgsteak_txt09 {
        text-align: center;
    }

    .hamburgsteak_txt10 {
        margin: 0 auto 15px;
        width: 94%;
    }

    .hamburgsteak_txt10 span {
        display: block;
        font-size: 0.9em;
    }

    .hamburg_tsuika {
        width: 96%;
        margin: 0 auto;
    }

    .hamburgsteak_txt11 {
        text-align: center;
        font-size: 1.1em;
    }

    .hamburgsteak_txt13 {
        width: 93%;
        margin: auto;
        line-height: 200%;
    }

    .hamburgsteak_smptxt01 {
        width: 94%;
        margin: 0 auto 60px;
        font-weight: 600;
    }

    .hamburgsteak_smptxt02 {
        font-size: 1.3em;
        font-weight: 600;
        margin: 0 0 25px;
        text-align: center;
    }

    .hamburgsteak_smptxt03 {
        width: 80%;
        margin: 0 auto 25px;
        text-align: center;
    }

    .hamburg_hiketsu {
        text-align: left;
        width: 94%;
        margin: auto;
    }

    .ham_kodawari {
        margin: 0 auto 30px;
        width: 94%
    }

    .ham_kodawari_left {
        float: left;
        margin: 0;
        width: 33.7%;
    }

    .ham_kodawari_right {
        float: right;
        width: 61.8%;
    }

    .ham_eat_left {
        float: none;
        margin: 0 auto 30px;
        width: 100%;
    }

    .ham_eat_right {
        float: none;
        width: 94%;
        margin: 0 auto;
    }

    #btn_hamburg_list {
        margin: 0 auto 90px;
        max-width: 100%;
    }

    #btn_hamburg_list li {
        float: left;
        width: 48%;
        margin: 0 4% 0.8% 0;
        box-sizing: border-box;
        display: inline-block;
        text-align: left;
    }

    #btn_hamburg_list li:nth-of-type(2n),
    #btn_hamburg_list li:nth-of-type(4n) {
        margin: 0 0 0.8% 0;
    }

    .shikuwasa_juice_media h5,
    .shikuwasa_juice_mediainner h5 {
        padding: 0 0 0 35px;
        font-size: 1.3em;
        line-height: 1.5;
        margin: 0 0 15px 25px;
    }

    /*=============アグー??===========*/
    .painu_areatxt01 {
        margin: 0 0 20px;
    }

    .painu_areatxt02 {
        margin: auto;
        width: 90%;
        display: block;
    }

    .painu_bui {
        width: 94%;
        margin: auto;
    }

    .ishigaki_beef_txt01 {
        margin: 0 auto 30px !important;
        text-align: center !important;
    }

    .ishigaki_beef_txt02 {
        margin: 0 auto 40px;
    }


    /*=============しゃぶしゃぶ===========*/
    .shabushabu {
        margin: 0 auto 70px;
        width: 94%;
    }

    .shabushabu h3 {
        font-size: 1.4em;
        margin: 0 0 50px;
    }

    .shabushabu_leftbox {
        float: none;
        width: 100.0%;
    }

    .shabushabu_rightbox {
        float: none;
        width: 100%;
    }

    /*=============毎月お届け===========*/
    .monthly_deli_pointtxt02 {
        font-size: 1.4em !important;
        margin: 0 auto 50px !important;
    }

    .monthly_deli_point .hamburgsteak_txt07 {
        font-size: 1.05em;
        line-height: 1.8;
    }

    .btn_w80 {
        width: 86% !important;
    }

    .month_area {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        width: 100%;
        margin: 0 0 10px;
    }

    .month_area_inner:first-child {
        margin-right: auto;
    }

    .month_areatxt01 {
        color: #0F5732;
        text-align: center;
        font-weight: 600;
        font-size: 1.5em;

    }

    .month_areatxt02 {
        color: #fff;
        background: #371E05;
        text-align: center;
        text-align: center;
        padding: 2px 10px;
        font-size: 0.75em;
        margin: 0 0 0 5px;
        height: 23px;
        line-height: 140%;

    }

    .month_areatxt03 {
        font-weight: 600;
        font-size: 1.1em;
    }

    .monthly_lineup {
        width: 90%;
        padding-top: 45px;
        margin: 0 auto;
    }

    .monthly_lineup_faq {
        width: 94% !important;
        margin: 0 auto 0 !important;
    }


    /*=============カタログギフト===========*/
    .catalog_recommend {
        margin: 0 auto 60px;
        width: 70vw;
    }

    .catalog_recommend li {
        font-size: 1.2em;
    }

    .catalog_point {
        text-align: left !important;
    }

    .catalog_course {
        display: block;
        margin: 0 0 50px;
    }

    .catalog_course_leftbox {
        width: 100%;
        margin: 0 0 30px;
    }

    .catalog_course_leftbox li a {
        display: block;
        line-height: 1.8;
    }

    .catalog_course_rightbox {
        width: 100%;
    }

    .catalog_course_leftbox li {
        line-height: 1.8;
    }

    /*=============目録ギフト===========*/
    .mokuroku_gift_b70 {
        margin: 0 auto 70px !important;
    }

    .mokuroku_gift_txt_left {
        text-align: left !important;
    }

    .mokuroku_gift {
        width: 94%;
        margin: 0 auto 10px;
        display: block;
    }

    .mokuroku_gift_leftbox {
        width: 100%;
        margin: 0 0 25px;
        float: none;
    }

    .mokuroku_gift_rightbox {
        width: 100%;
        float: none;
    }

    .mokuroku_gift_rightbox ul {
        margin: 0 !important;
        width: 100% !important;
    }

    .kasou_select01 .mokuroku_gift_rightbox li {
        float: none;
        width: 100%;
        font-weight: 600;
    }

    .kasou_select01 .mokuroku_gift_rightbox li span {
        font-weight: 100;
    }


    /*=============業務用===========*/
    .about_forbusiness {
        margin: 0 auto 40px;
        width: 100%;
    }

    .about_forbusiness_tel {
        margin: 0 auto 50px;
    }

    .about_forbusiness_txt02 {
        margin: 0 0 20px !important;
    }

    .about_forbusiness_txt03 {
        margin: 0 0 20px !important;
        line-height: 200% !important;
        font-size: 0.9em;
    }

    .about_forbusiness li {
        background: url(https://yaeyama.itembox.design/item/newimg/img_cataloggift02.jpg) 0 top no-repeat;
        font-weight: 600;
        line-height: 150%;
        margin: 0 0 20px !important;
    }

    .about_forbusiness .about_yaeyama_safetyflow_btn {
        text-align: center !important;
    }


    .kasou_select01 .about_forbusiness_product li,
    .kasou_select01 .about_forbusiness_product li:nth-of-type(3n),
    .kasou_select02 .about_forbusiness_product li,
    .kasou_select02 .about_forbusiness_product li:nth-of-type(4n) {
        float: none;
        width: 100%;
        min-height: 184px;
        background: none;
        margin: 0;
    }

    .kasou_select01 .about_forbusiness_product li:nth-of-type(2n),
    .kasou_select02 .about_forbusiness_product li:nth-of-type(2n) {
        margin: 0 0 0 0;
    }

    .kasou_select01 .about_forbusiness_product {
        width: 100%;
        margin: auto;
    }

    .kasou_select02 .about_forbusiness_product,
    .kasou_select02 .about_forbusiness_product ul {
        width: 100%;
        margin: auto;
    }

    .one_type {
        margin: 0 !important;
    }


    .ishigaki_pine_txt01 {
        margin: 0 auto 50px !important;
    }


    /*=============お歳暮ギフト===========*/
    .kasou_select02 .wintergift_recommend ul {
        flex-wrap: wrap;

    }

    .kasou_select02 .wintergift_recommend li {
        width: 48%;
        background: none;
        margin: 0;
    }

    .kasou_select02 .wintergift_recommend li:nth-of-type(1),
    .kasou_select02 .wintergift_recommend li:nth-of-type(2) {
        margin: 0 0 40px;
    }

    .kasou_select01 .giftpackaging {
        display: block;
    }

    .kasou_select01 .giftpackaging .packleft {
        width: 94%;
        margin: 0 auto 50px;
    }

    .kasou_select01 .giftpackaging .packright {
        width: 94%;
        margin: auto;
    }

    .giftpackaging_inner_left {
        float: left;
        margin: 0;
        width: 33.7%;
    }

    .giftpackaging_inner_right {
        float: right;
        width: 62.5%;
    }

    .smp_point01 {
        font-size: 0.9em !important;
    }

    .smp_point02 {
        font-size: 1.15em !important;
    }

    .bnr_hansoku {
        width: 96%;
        margin: 0 auto 50px;
    }

    #fs_ShoppingCart .kasou_select02 p {
        font-size: 0.8em;
    }

    /*=============カート??ージ===========*/
    .cartpage_delifree_txt01 {
        font-size: 1.0em;
        text-align: left;
        padding: 0 0 0 32vw;
        line-height: 120%;
    }

    #fs_ShoppingCart .fs-c-cartTable__actionButton__container > button,#fs_ShoppingCartSubscribe .fs-c-cartTable__actionButton__container > button  {
        text-align: left;
        padding-left: 10px;
    }


    #fs_ShoppingCart .fs-c-heading--page:after,#fs_ShoppingCartSubscribe .fs-c-heading--page:after{
        top: 40px;
    }

    #fs_ShoppingCart .fs-c-cartTable td {
        padding: 0;
        border: 0;
    }

    .cartpage_delifree_txt01:before {
        content: "";
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/img_deli_kasou05.jpg) center 50% no-repeat;
        height: 50px;
        width: 70px;
        left: 10vw;
        position: absolute;
        margin: 6px 0 0 10px;
    }



    #fs_ShoppingCart .kasou_select02 #btn_shikuwasa_list li {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
        text-align: center;
        font-size: 1rem;
    }

    #fs_ShoppingCart .kasou_select02 #btn_shikuwasa_list li:last-child {
        width: 100%;
    }

    #fs_ShoppingCartSubscribe .kasou_select02 #btn_shikuwasa_list li {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
        text-align: center;
        font-size: 1rem;
    }

    #fs_ShoppingCartSubscribe .kasou_select02 #btn_shikuwasa_list li:last-child {
        width: 100%;
    }


    /*=============会員登録===========*/
    .fs-p-announcement {
        text-align: left;
    }

    .fs-body-register .fs-c-inputInformation {
        margin: 0 auto 50px;
        width: 100%;
    }

    .fs-c-heading--page {
        font-size: 1.5rem;
    }

    .fs-body-my-top .mypage_txt02 {
        display: block;
    }

    .fs-body-my-top .fs-c-accountService__page {
        width: 100%;
    }

    .fs-body-my-top .mypage_txt02 {
        width: 100%;
    }

    .fs-body-my-top .btn_mypage {
        display: block;
        width: 98%;
        margin: auto;
    }

    .fs-body-my-top .btn_mypage li {
        width: 100% !important;
        margin: 0 auto 0% !important;
    }

    .fs-body-my-top .fs-c-button--primary {
        width: 100% !important;
    }

    .fs-body-cart .fs-c-button--primary,
    #fs_ShoppingCart .fs-c-button--secondary {
        width: 80% !important;
    }

    .smp_productlist_txt {
        width: 92%;
        margin: 0 auto 100px;
    }

    .smp_productlist_txt01 {
        text-align: center !important;
    }

    .fs-body-my-top .fs-l-pageMain {
        width: 96%;
        margin: auto;
    }

    .slick-slide img {
        height: 140px !important;
        width: 150px;
    }

    #fs_ProductDetailsSubscribe .fs-c-button--carousel {
        top: -40px !important;
    }

    .fs-body-login .fs-c-button--primary {
        width: 90%;
    }

    .fs-c-anotherLogin--amazon p {
        margin: 0 6px 30px;
    }

    #acMenu_navi03,
    #acMenu_navi04 {
        /*        margin: 5px 0 0 0;*/
    }

    #acMenu_navi03 dt {
        display: block;
        width: 100%;
        line-height: 120%;
        margin: 20px 0;
        cursor: pointer;
        box-sizing: border-box;
        margin: 0 0 0 0;
        font-size: 1.1em;
        color: #371E05;
        border-bottom: 1px #F2F1ED solid;
        padding: 14px 0 14px 14px;
        font-weight: 600;

    }

    #acMenu_navi03 dd,
    #acMenu_navi04 dd {
        display: none;
    }

    #acMenu_navi03 dt {
        background: url(https://yaeyama.itembox.design/item/newimg/ico_hamburg_detailsmp.png) 95% -70px no-repeat;
        background-size: 18px;
        padding: 14px 0 14px 14px;
        /*        line-height: 180%;*/
    }

    #acMenu_navi03 dt.active {
        background: url(https://yaeyama.itembox.design/item/newimg/ico_hamburg_detailsmp.png) 95% 24px no-repeat;
        background-size: 18px;

    }

    #acMenu_navi04 dt {
        display: block;
        width: 100%;
        line-height: 120%;
        margin: 20px 0;
        cursor: pointer;
        box-sizing: border-box;
        margin: 0 0 0 0;
        font-size: 1.1em;
        color: #371E05;
        border-bottom: 1px #F2F1ED solid;
        padding: 0 0 23px 14px;
        font-weight: 600;

    }

    #acMenu_navi04 dt {
        background: url(https://yaeyama.itembox.design/item/newimg/ico_hamburg_detailsmp.png) 95% -58px no-repeat;
        background-size: 18px;
        line-height: 180%;

    }

    #acMenu_navi04 dt.active {
        background: url(https://yaeyama.itembox.design/item/newimg/ico_hamburg_detailsmp.png) 95% 35px no-repeat;
        background-size: 18px;

    }

    .product_detail_drop .hum_kodawari {
        padding: 14px 0 14px 14px;
    }
}

/*パンくず
-------------------------------------------*/

.free_breadcrumb {
    position: relative;
    /* left: -300px; */
    /* top: -40px; */
    font-size: 0.6em;
    color: #371E05;
    z-index: 2;
    width: 1210px;
    margin: 10px auto;
}

.free_breadcrumb a {
    color: #468C38;
}

@media screen and (max-width: 1000px) {
    .free_breadcrumb {
        position: relative;
        left: 0;
        top: 0;
        font-size: 0.5em;
        color: #371E05;
        z-index: 2;
        margin: 10px 0 38px 15px;
        line-height: 2;

    }

    .free_breadcrumb .fs-pt-list__item {
        width: auto !important;
        margin: 0;
        /* border-top: 2px #E2E2E2 dotted; */
        padding: 10px 5px;
        text-align: left;
        /* position: relative; */
        margin: 0 auto;
        display: inline;
    }

    .free_breadcrumb .fs-pt-list--breadcrumb {
        display: inline-block;
        /* flex-wrap: inherit; */
    }
}

.navi_3kai {
    font-weight: 100 !important;
}

@media screen and (max-width: 1000px) {
    .navi_3kai {
        margin-left: 15px;
    }

    /*お問????わせ
-------------------------------------------*/
    #fs_CustomPage .inq_area {
        width: 100%;
        margin: 0 auto;
        min-height: 160vh;
    }

    .contact_txt01 {
        width: 94%;
        margin: auto;
    }
}

/*
.fs-c-productCarouselMainImage__image {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex!important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
*/


/*そ????
-------------------------------------------*/
.txt_center {
    text-align: center;
}

.txt_pccenter_spleft {
    text-align: center;
}

.font-bold {
    font-weight: 600;

}

.font-color_green {
    color: #0F5732;
}

.font-color_orange {
    color: #E8B91F;
}

.font_point {
    font-family: 'Poppins', sans-serif;
}

.font-color_red {
    color: #f00;
}

.font-color_normal {
    color: #371E05 !important;
}

.font-size1 {
    font-size: 1em !important;
}

.font-size12 {
    font-size: 12px !important;
    display: inline-block !important;
}

.font-size17 {
    font-size: 17px !important;
}

.font-size18 {
    font-size: 18px !important;
}

.mar_0 {
    margin: 0 !important;
}

.pad_0 {
    padding: 0 !important;
}

.mar_b0 {
    margin-bottom: 0;
}

.mar_b5 {
    margin: 0 0 5px;
}

.mar_b10 {
    margin: 0 0 10px;
}

.mar_b12 {
    margin: 0 0 12px;
}

.mar_b15 {
    margin: 0 0 15px;
}

.mar_b20 {
    margin: 0 0 20px;
}

.mar_b25 {
    margin: 0 0 25px;
}

.mar_b30 {
    margin: 0 0 30px;
}

.mar_b35 {
    margin: 0 auto 35px;
}

.mar_b40 {
    margin: 0 0 40px;
}

.mar_b50 {
    margin: 0 0 50px;
}

.mar_b55 {
    margin: 0 0 55px !important;
}

.mar_b60 {
    margin: 0 0 60px;
}

.mar_b65 {
    margin: 0 0 65px !important;
}

.mar_b70 {
    margin: 0 auto 70px !important;
}

.mar_b75 {
    margin: 0 auto 75px;
}

.mar_b80 {
    margin: 0 0 80px;
}


/*.mar_b90業務用専用
-------------------------------------------*/
.mar_b90 {
    margin: 0 0 90px;
}


.mar_b100 {
    margin: 0 0 100px;
}

.mar_b110 {
    margin: 0 0 110px;
}

.mar_b115 {
    margin: 0 0 115px;
}


.mar_b120 {
    margin: 0 0 120px;
}

.mar_b130 {
    margin: 0 0 130px;
}


.mar_b140 {
    margin: 0 0 140px;
}

.mar_b150 {
    margin: 0 0 150px;
}

.mar_b230 {
    margin: 0 0 230px;
}

.mar_t10 {
    margin: 10px 0 0;
}

.mar_t40 {
    margin: 40px 0 0;
}

.mar_t50 {
    margin: 50px 0 0;
}

.mar_t50_b150 {
    margin: 50px 0 150px;
}

.mar_t100 {
    margin: 100px 0 0;
}

.mar_tb10 {
    margin: 10px 0 !important;
}

.mar_tb50 {
    margin: 50px 0;
}

.pad_t10 {
    padding: 10px 0 0;
}

.pad_t30 {
    padding: 30px 0 0;
}

/*.pad_t35業務用専用
-------------------------------------------*/
.pad_t35 {
    padding: 35px 0 0;
}


.pad_t50 {
    padding: 50px 0 0;
}

.pad_t80 {
    padding: 80px 0 0;
}

/*.pad_b20業務用専用
-------------------------------------------*/
.pad_b20 {
    padding-bottom: 20px;
}

.pad_l20 {
    padding-left: 20px;
}


.font_s9 {
    font-size: 0.9em;
}

.font_s1-1 {
    font-size: 1.1em;
}

.font_s1-3 {
    font-size: 1.3em;
}

/*追??
-------------------------------------------*/
.detail_pro_pickup {
    margin: 0 0 90px !important;
}

#fs_ShoppingCart .fs-c-featuredProduct,#fs_ShoppingCartSubscribe .fs-c-featuredProduct {
    background-color: #FBF9F3;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    -o-border-radius: 2em;
    -ms-border-radius: 2em;
    padding: 60px 25px;
    box-sizing: border-box;
    font-weight: 600;
}

#fs_ShoppingCart .fs-c-featuredProduct__title,#fs_ShoppingCartSubscribe  .fs-c-featuredProduct__title{
    border-bottom: none;
    color: #468C38;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 0 35px;
}

#fs_ShoppingCart .fs-c-button--carousel--prev::before,
#fs_ProductDetails .fs-c-button--carousel--prev::before,
#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-prev:before,
#fs_ProductDetailsSubscribe .fs-c-button--carousel--prev::before,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick .slick-prev:before {
    content: "";
    background: url(https://yaeyama.itembox.design/item/newimg/ico_slider_left.png) no-repeat;
    background-size: 100px;
    height: 46px;
    width: 46px;
    background-size: contain;
    left: 5px;
    position: absolute;
    top: -55px;
}

#fs_ShoppingCart .fs-c-button--carousel--next::before,
#fs_ProductDetails .fs-c-button--carousel--next::before,
#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-next:before,
#fs_ProductDetailsSubscribe .fs-c-button--carousel--next::before,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick .slick-next:before {
    content: "";
    background: url(https://yaeyama.itembox.design/item/newimg/ico_slider_right.png) no-repeat;
    background-size: 100px;
    height: 46px;
    width: 46px;
    background-size: contain;
    right: 5px;
    position: absolute;
    top: -55px;
}

#fs_ProductDetails .fs-c-button--carousel--next::before,
#fs_ProductDetails .fs-c-button--carousel--prev::before,
#fs_ProductDetailsSubscribe .fs-c-button--carousel--prev::before,
#fs_ProductDetailsSubscribe .fs-c-button--carousel--next::before {
    top: inherit !important;
}

#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-prev:before,
#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-next:before,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick .slick-prev:before,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick .slick-next:before {
    top: 0 !important;
}

#fs_ShoppingCart .fs-c-cartTable__product {
    display: flex;
}

#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-prev,
#fs_ProductDetails .fs-c-productCarouselMainImage .fs-c-slick .slick-next,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick .slick-prev,
#fs_ProductDetailsSubscribe .fs-c-productCarouselMainImage .fs-c-slick .slick-next {
    background: none;
}

#fs_ShoppingCart .fs-c-cartTable__productImage {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    padding-right: 0;
    width: 140px;
}

#fs_ShoppingCart .fs-c-cartTable__productImage + .fs-c-cartTable__productInfo {
    width: 60%;
}

#fs_ShoppingCart .fs-c-cartTable__dataCell .fs-c-price {
    font-size: 1.3rem;
}

#fs_ShoppingCart .fs-c-productImage__image {
    width: 140px;
    background-color: #fff;
}

/* #fs_ShoppingCart .fs-c-cartTable__dataCell--point {
    padding: 30px !important;
} */

.tit_news{
    font-size: 2em;
    text-align: left;
    font-weight: 600;
}
.kasou_news h4 {
    text-align: left;
    color: #E8B91F;
    font-size: 1.1em;
    margin: 20px 0 90px 0;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
}
.fs-c-button--viewProductDetail {
    display: none;
}

.fs-c-productListCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.fs-c-button--carousel {
    left: 25px;
    position: absolute;
    /*top: -35px !important;*/
    z-index: 1;
}

#fs_ProductDetails .fs-c-button--carousel {
    left: 0;
    position: relative;
    z-index: 1;
}

.fs-c-productListCarousel__ctrl.slick-disabled {
    opacity: 0.8;
    z-index: 5;
}

.fs-c-productCarouselMainImage__thumbnail__img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.footer_topmenu_tit {
    margin: 0 !important;
}

#fs_ShoppingCart .kasou_select02 li a {
    background: url(https://yaeyama.itembox.design/item/newimg/ico_mypage.jpg) 96% 50% no-repeat;
    background-size: 12px;
}
.kasou_select_pickup{
    padding: 90px 12px 90px;
}

.mail_err {
    color: #F00;
    font-weight: 600;
}

.only_shikuwasa {
    margin: 55px 0 0;
}

.coupon_200 {
    padding: 50px 0 0;
}

.fs-c-productList__controller select {
    border: none;
    width: 14%;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_faq.jpg) 96% 50% no-repeat;
    background-size: 18px;
    position: relative;
    font-size: 0.9em;
    cursor: pointer;
}

.fs-c-productList__controller > * {
    margin: 8px 0;
    width: 40%;
}

.fs-c-listControl {
    flex-direction: row-reverse;
    align-items: center;
}



.product_select {
    position: relative;
}

.product_select:after {
    margin: 0 0 0 0;
    content: "並び替え";
    display: block;
    position: absolute;
    right: 16%;
    top: 9px;
    font-size: 0.9em;
}

.prodetail_select {
    margin: 30px 0 0;
    width: 100%;
    box-sizing: border-box;
    width: 396px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
}

.prodetail_select dl {
    width: 128px;
    height: 112px;
    border: 2px #468C38 solid;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -ms-border-radius: 0.7em;
    padding: 25px 8px 10px;
    color: #468C38;
    margin: 0 0 10px 0;
}

.prodetail_select dl dt {
    font-weight: 600;
    background: none;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px #468C38 solid;
    width: 100%;
    line-height: 130%;
    color: #468C38;
}

.prodetail_select dl dd {
    font-weight: 600;
    line-height: 100%;

}

.prodetail_select a dl dd span,
.prodetail_select dl dd span {
    font-size: 0.7em;

}

.prodetail_select a dl {
    width: 128px;
    height: 112px;
    border: 2px #EBEAE0 solid;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -ms-border-radius: 0.7em;
    padding: 25px 8px 10px;
    color: #371E05;
    margin: 0 0 10px 0;
}

.prodetail_select:after {
    content: "";
    width: 125px;
}

.prodetail_select a dl dt {
    font-weight: 600;
    background: url(https://yaeyama.itembox.design/item/newimg/ico_prodetail_select.jpg) 100% 10% no-repeat;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px #EBEAE0 solid;
    width: 100%;
    line-height: 100%;
    font-size: 0.9em;
}

.prodetail_select dl dd {
    font-weight: 600;
    line-height: 100%;

}

.shekuwa_cate_text01 {
    margin: 0 0 110px;
}

.shekuwa_cate_text02 {
    margin: 0 0 90px;
}

.shekuwa_cate_text03 {
    margin: 0 0 90px !important;
}

.shekuwa_cate_hiketsu {
    padding: 90px 3% 55px !important;
}

.shekuwa_cate_tokucyo {
    margin: 0 0 70px !important;
}

.media_tit01 {
    margin: 0 0 85px !important;
}

.footer_topmenu_tit .shikuwasa_juice_cate h5 {
    margin: 0 0 45px !important;
}

/*
.fs-body-category-shikwasa .fs-c-subgroup,
.fs-body-category-pine_apple .fs-c-subgroup,
.fs-body-category-organic_pineapple .fs-c-subgroup,
.fs-body-category-shikwasa_juice .fs-c-subgroup {
    margin: 0 auto 90px;
    max-width: 718px;
}

.fs-body-category-shikwasa .fs-c-subgroup li,
.fs-body-category-pine_apple .fs-c-subgroup li,
.fs-body-category-organic_pineapple .fs-c-subgroup li,
.fs-body-category-shikwasa_juice .fs-c-subgroup li {
    float: none;
    width: 220px;
    margin: 0 2% 0.8% 0;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
}

.fs-body-category-shikwasa .fs-c-subgroup li:nth-of-type(4n),
.fs-body-category-pine_apple .fs-c-subgroup li:nth-of-type(4n),
.fs-body-category-organic_pineapple .fs-c-subgroup li:nth-of-type(4n),
.fs-body-category-shikwasa_juice .fs-c-subgroup li:nth-of-type(4n) {
    float: none;
    width: 220px;
    margin: 0 2% 0.8% 0;
}

.fs-body-category-shikwasa .fs-c-subgroup li a,
.fs-body-category-pine_apple .fs-c-subgroup li a,
.fs-body-category-organic_pineapple .fs-c-subgroup li a,
.fs-body-category-shikwasa_juice .fs-c-subgroup li a {
    font-weight: 600;
    font-size: 0.8em;
    padding: 8px 8px;
}
*/

.pain_apple_txt_add01 {
    padding: 80px 0 0;
}

.pain_apple_txt_add02 {
    margin: 0 0 85px !important;
}

.pain_apple_txt_add03 {
    margin: 0 0 170px !important;
}

.pain_apple_txt_add04 {
    margin: 0;
}

.pain_apple_txt_add05 {
    margin: 0 0 56px !important;
}

.pain_apple_txt_add06 {
    margin: 0 0 150px !important;
}

.organic_pain_txt_add01 {
    margin: 0 0 90px !important;
}

.organic_pain_txt_add02 {
    margin: 0 0 150px !important;
}

.organic_pain_txt_add03 {
    margin: 0 0 60px !important;
}

.organic_pain_txt_add04 {
    margin: 0 0 100px !important;
}

.organic_pain_txt_add05 {
    margin: 0 0 150px !important;
}

.organic_pain_txt_add06 {
    margin: 0 0 130px !important;
}

.organic_pain_txt_add07 {
    margin: 0 0 50px !important;
}

.shikujuice_txt_add01 {
    margin: 0 0 4px 0 !important;
}

.shikujuice_txt_add02 {
    margin: 0 0 90px !important;
}

.shikujuice_txt_add03 {
    margin: 0 0 120px !important;
}

.shikujuice_txt_add04 {
    padding: 18px 15px !important;
    font-size: 1.3rem !important;
}

.shikujuice_txt_add05 {
    padding: 90px 3% 65px !important;
    margin: 0 0 90px !important;
}

.shikujuice_txt_add06 {
    margin: 60px 0 0 !important;
}

.shikujuice_txt_add07 {
    margin: 0 0 90px !important;
}

.shikujuice_txt_add08 {
    padding: 90px 20px 40px !important margin: 0 0 90px !important;
}

.shikujuice_txt_add09 {
    margin: 0 0 50px !important;
}

.shikujuice_txt_add10 {
    margin: 0 0 0 0 !important;
}

.shikujuice_txt_add11 {
    /*    width: 62% !important;*/
}

.shikujuice_txt_add12 {
    margin: 0 0 85px !important;
}

.shikujuice_txt_add13 {
    width: 180px !important;
}

.shikujuice_txt_add14 {
    margin: 0 12px !important;
    width: 180px !important;
}

.shikujuice_txt_add15 {
    margin: 0 0 50px !important;
    font-size: 1.3em !important;
}

.shikujuice_txt_add16 {
    margin: 0 0 30px 0 !important;
    font-size: 1.0em !important;
    padding: 8px 0 8px 10px !important;
}

.shikujuice_osusume {
    margin-top: 10px;
    font-size: 1.1em;
    padding-left: 0;
}

.answer p {
    position: relative;
    margin: 0 0 50px 15px !important;
    padding: 0 0 0 15px;
}

.answer p:before {
    margin: 0 0 0 0;
    content: "A.";
    display: block;
    position: absolute;
    left: -5px;
}

.shikuwasa_faq_tit {
    color: #0F5732;
    text-align: center;
    margin: 0 0 55px 0;
    font-weight: 600;
    line-height: 160%;
    font-size: 1.5em;
}

#shikuwasa_faq {
    display: none;
}

.fs-body-category-shikwasa_juice #shikuwasa_faq {
    display: block;
    margin: 50px 0 0;
}

.fs-body-login #calender,
.fs-body-register #calender,
.fs-body-customerDetails #calender,
.fs-body-forgotPassword #calender,
.fs-body-review-login #calender {
    display: none;
}

.fs-body-cart .slick-slide img {
    height: 200px;
    width: 200px !important;
    background-color: #fff;
}

.painupig_txt_add01 {
    margin: 0 0 85px !important;
}

.painupig_txt_add02 {
    margin: 0 0 100px !important;
}

.painupig_txt_add03 {
    margin: 0 0 80px !important;
}

.painupig_txt_add04 {
    margin: 0 0 110px !important;
}

.painupig_txt_add05 {
    margin: 0 0 100px !important;
}

.painupig_txt_add06 {
    margin: 0 0 75px !important;
}

.painupig_txt_add07 {
    padding: 35px 37px 55px !important;
    margin: 0 0 90px !important;
}

.painupig_txt_add08 {
    margin: 0 0 45px !important;
}

.painupig_txt_add09 {
    font-size: 0.9rem !important;
}

.painupig_txt_add10 {
    margin: 0 0 55px !important;
}

.event_reco {
    padding: 90px 3% !important;
    margin: 0 0 90px !important;
}

.event_price_txt01 {
    margin: 0 auto !important;
    max-width: 918px;
}

.btn_hum01 {
    margin: 85px 0 0 !important;
}

.btn_hum02 {
    margin: 110px 0 0 !important;
}

.hiketsu {
    margin: 90px 0 0;
}

.beef_kodawari {
    margin: 0 0 90px !important;
}

.beef_umasa {
    margin: 0 0 60px !important;
}

.beef_umasa01 {
    margin: 0 0 110px !important;
}

@media screen and (max-width: 1000px) {

    .pad_t35 {
        padding: 0;
    }

    .pad_b20 {
        padding-bottom: 0;
    }

    .mar_b45 {
        margin: 0 auto 45px !important;
    }

    .mar_b0 {
        margin: 0 !important;
    }

    .txt_pccenter_spleft {
        text-align: left;
    }


    .w-94 {
        width: 94% !important;
        margin: auto;
    }

    .w-90-image {
        width: 90%;
        margin: auto;
        display: block;
    }

    .txt_left {
        text-align: left !important;
    }

    .txt_jyunkan_tit {
        font-size: 1.13em !important;
        margin: 0 0 30px !important;
    }

    .smp_btnlist_lineheight {
        line-height: 100%;
    }

    .smp_subtit_lineheight {
        line-height: 200%;
    }

    /*追??*/
    p {
        font-size: 15px;
        line-height: 30px;
    }

    .detail_pro_pickup {
        margin: 0 0 64px !important;
    }

    .fs-c-breadcrumb__list {
        padding: 0 !important;
    }

    .product_detail_recommend_pa {
        padding: inherit !important;
    }

    .shikuwasa_txt08 {
        margin: inherit !important;
    }

    .shikuwasavoice_voice {
        margin: inherit !important;
    }

    .shikuwasa_txt002 {
        margin: 0 0 45px !important;
    }

    .mar_b64 {
        margin: 0 0 64px;
    }

    .smp_mar_b70 {
        margin: 0 0 70px;
    }

    .product_detail_recommend h5 {
        font-size: 14px;
    }

    .swiper_detail_recommend .swiper-button-next {
        right: -6px !important;
    }

    .swiper_detail_recommend .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .shikuwasa_reco_b70 {
        margin: 0 0 70px;
    }

    .shikuwasa_txt_15 {
        font-size: 15px !important;
        line-height: 24px !important;
    }

    .btn_shikuwasa01 {
        padding: 10px !important;
        font-size: 1em !important;
    }

    .line_h200 {
        line-height: 200%;
    }

    .shikuwasa_juice_voiceinner {
        border-bottom: 1px #E2E2E2 dotted;
        padding: 0 0 30px;
        margin: 0 0 15px;
    }

    .shikuwasa_juice_txt001 {
        margin: 0 !important;
    }

    .only_shikuwasa {
        margin: 0;
    }

    .point_present {
        width: 96%;
        margin: 0 auto 15px;
    }

    .fs-c-subSection__title {
        margin: 0 0 20px;
    }

    #fs_Login .fs-c-newUsers__message {
        margin: 0 auto 25px;
        width: 92%;
    }

    .no_login {
        width: 90%;
    }

    .fs-c-button--displayPassword {
        padding-top: 8px;
    }

    .taikai01 {
        background-size: 18px;
    }

    #fs_ShoppingCart .fs-c-button--carousel--prev::before {
        left: -10px;
    }

    #fs_ShoppingCart .fs-c-cartTable__productImage + .fs-c-cartTable__productInfo {
        width: 70%;
    }

    #fs_ShoppingCart .fs-c-productImage__image {
        width: 100%;
        padding: 0;
    }

    #fs_ShoppingCart .fs-c-cartTable__product > .fs-c-cartTable__productImage {
        padding-right: 10px;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell--point {
        vertical-align: middle;
        text-align: right;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell .fs-c-price {
        font-size: 1.5rem;
    }

    #fs_ShoppingCart .fs-c-button--secondary {
        width: 90%;
    }

    #fs_ShoppingCart .fs-c-continueShopping {
        width: 90%;
        margin: auto;
    }

    #fs_ShoppingCart .fs-p-announcement__title {
        font-size: 1.2rem;
        margin: 0 0 20px;
    }

    .fs-c-wishlistProduct__title {
        /* border-bottom: 2px solid currentColor; */
        color: #381E05;
        font-size: 1.5rem;
        margin: 0 0 40px 0;
        padding: 0;
        font-size: 1.2em;
        font-weight: bold;
    }

    #fs_ShoppingCart .fs-p-announcement__body {
        width: 92%;
        margin: auto;
    }

    #fs_ShoppingCart .fs-p-announcement__body p {
        line-height: 220%;
    }

    #fs_ShoppingCart .fs-c-cartTable__dataCell--product {
        width: 100%;
    }

    .fs-c-button--carousel {
        /*top: calc((0% - 110px)/2) !important;*/
    }

    #fs_Register .fs-c-button--primary {
        width: 90% !important;
    }

    .fs-body-register .fs-c-inputInformation__field,
    .fs-c-inputInformation__field {
        width: 92%;
        margin: auto !important;
    }

    .shikuwasa_txt05 {
        margin: 0 auto 30px !important;
    }

    .smp_btn_detail001 {
        padding: 17px 8px 17px 8px !important;
    }

    .painu_bui p {
        margin: 0 0 20px;
    }

    .footer_topmenu_tit .shikuwasa_juice_cate h5 {
        margin: 10px 0 30px !important;
    }

    .fs-c-productList__list .fs-c-productList__list__item {
        width: 50% !important;
        padding: 0 1em 30px;
    }

    .fs-body-my-top .fs-p-accountInfo {
        background: #FBF9F3;
        padding: 10px;
    }

    .fs-body-my-top .fs-p-accountInfo {
        margin-bottom: 40px;
    }

    .fs-body-my-top .fs-p-accountInfo__accountName {
        margin: 0;
    }

    .btn_cart_right {
        width: 80% !important;
    }

    .cart_amazon_txt {
        margin: 20px auto !important;
        width: 80%;
    }

    #fs_ShoppingCart .fs-c-featuredProduct,
    #fs_ShoppingCartSubscribe .fs-c-featuredProduct{
        padding: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        margin-bottom: 30px;
    }

    .fs-c-cartTable__dataCell {
        padding: 0;
    }

    .fs-c-cartTable__productImage img {
        border-radius: 10px;
        width: 100%;
    }

    .fs-c-productListCarousel__list__item {
        flex-basis: 132px;
        max-width: 140px;
        min-width: 140px;
        margin: 0 4px;
    }

    .fs-c-totalAndActions button:not(.fs-c-button--image) {
        margin: 10px 0;
    }


    .fs-c-featuredProduct::before {
        content: "";
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/bg_section_top_sp.jpg) center top repeat-x;
        background-size: 100px;
        height: 22px;
        background-size: contain;
        padding: 0 0 64px;
    }

    .fs-c-featuredProduct::after {
        content: "";
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/bg_section_bottom_sp.jpg) center bottom repeat-x;
        background-size: 100px;
        height: 22px;
        background-size: contain;
        padding: 40px 0 0;
    }
    #fs_MyOrders .fs-c-price__value {
        font-size: 1.25em;
    }

    .coupon_200 {
        padding: 50px 0 !important;
    }

    .catalog_btn_margin {
        margin: 0 0 120px !important;
    }

    .fs-c-productList__controller select {
        width: 30vw;
    }

    .product_select:after {
        right: 30vw;
    }

    /* .fs-body-category-gr0 .product_select:after,.fs-body-category-pricelist  .product_select:after{
        display:none;
    } */

    .prodetail_select {
        width: 96%;
        margin: 0 auto;
    }

    .prodetail_select dl {
        width: 31.5%;
    }

    .prodetail_select:after {
        content: "";
        width: 31.5%;
    }

    .prodetail_select a dl dd,
    .prodetail_select dl dd {
        white-space: nowrap;
    }

    .font-s09 {
        font-size: 0.9rem;
    }

    .point4_txt {
        margin: 0 0 20px;
    }

    .sheekuwasa_tit001 {
        margin: 0 auto 40px !important;
    }

    .sheekuwasa_txt002 {
        padding: 0 0 0 30px !important;
    }

    .sheekuwasa_txt003 {
        margin: 0 auto !important;
    }

    .sheekuwasa_txt004 {
        margin: 0 auto 55px !important;
        padding: 1%;
    }

    .sheekuwasa_txt005 {
        margin: 10px auto 60px !important;
    }

    .sheekuwasa_txt006 {
        margin: 0 0 30px;
         !important;
    }

    .sheekuwasa_txt007 {
        margin: 0 0 40px !important;
    }

    .sheekuwasa_txt008 {
        padding: 0 0 40px 14px !important;
    }

    .sheekuwasa_txt009 {
        margin: 0 0 15px 15px !important;
    }

    .shekuwa_cate_text01,
    .shekuwa_cate_text02 {
        margin: 0 !important;
    }

    .shekuwa_cate_hiketsu {
        padding: 0 !important;
    }

    .shekuwa_cate_text03 {
        margin: 0 auto 50px !important;
    }

    .shikuwasa_juice_featureinner_leftbox img {
        margin: 0;
    }

    .fs-body-category-shikwasa .fs-c-subgroup li,
    .fs-body-category-pine_apple .fs-c-subgroup li,
    .fs-body-category-organic_pineapple .fs-c-subgroup li,
    .fs-body-category-shikwasa_juice .fs-c-subgroup li {
        float: none;
        width: 48%;
        margin: 0 2% 0.8% 0;
        box-sizing: border-box;
        display: inline-block;
        text-align: left;
    }

    .fs-body-category-shikwasa .fs-c-subgroup li:nth-of-type(2n),
    .fs-body-category-shikwasa .fs-c-subgroup li:nth-of-type(4n),
    .fs-body-category-pine_apple .fs-c-subgroup li:nth-of-type(2n),
    .fs-body-category-pine_apple .fs-c-subgroup li:nth-of-type(4n),
    .fs-body-category-organic_pineapple .fs-c-subgroup li:nth-of-type(2n),
    .fs-body-category-organic_pineapple .fs-c-subgroup li:nth-of-type(4n),
    .fs-body-category-shikwasa_juice .fs-c-subgroup li:nth-of-type(2n),
    .fs-body-category-shikwasa_juice .fs-c-subgroup li:nth-of-type(4n) {
        float: none;
        width: 47%;
        margin: 0 0 0.8% 0;
    }

    .fs-body-category-pine_apple .fs-c-subgroup li:nth-of-type(3) a,
    .fs-body-category-organic_pineapple .fs-c-subgroup li:nth-of-type(3) a {
        line-height: 130% !important;
    }

    .fs-c-subgroupList li {
        float: left;
        width: 48% !important;
        margin: 0 1.4% 0.8% 0;
        box-sizing: border-box;
    }

    .fs-c-subgroupList li:nth-of-type(4n) {
        float: left;
        width: 48% !important;
        margin: 0 0 0.8% 0;

    }

    .fs-body-category-hamburger_group .fs-c-subgroupList li:nth-of-type(4) a {
        line-height: 120% !important;
        padding: 9px 8px !important;

    }

    .fs-body-category-pineapple_group .fs-c-subgroupList li:nth-of-type(2) a,
    .fs-body-category-pineapple_group .fs-c-subgroupList li:nth-of-type(5) a {
        line-height: 120% !important;

    }

    .pine_shipment {
        margin: 0 0 10px;
    }

    .pain_apple_txt_add02 {
        margin: 0 0 60px !important;
    }

    .pain_apple_txt_add06 {
        margin: 0 0 128px !important;
    }

    .pain_apple_txt_smpadd01 {
        margin: 0 0 70px !important;
    }

    .pain_apple_txt_smpadd02 {
        line-height: 160%;
    }

    .pain_apple_txt_smpadd03 {
        margin: 0 !important;
    }

    .pain_apple_txt_smpadd04 {
        margin: 0 0 30px !important;
    }

    .pain_apple_txt_smpadd05 {
        font-size: 1.2rem !important;
        text-align: center;
    }

    .ham_kodawari_right p span {
        font-size: 0.9em;
    }

    .organic_pain_txt_add01 {
        margin: 0 0 60px !important;
    }

    .organic_pain_txt_smpadd01 {
        margin: 0 0 70px !important;
    }

    .organic_pain_txt_smpadd02 {
        line-height: 160%;
    }

    .organic_pain_txt_smpadd03 {
        margin: 0 !important;
    }

    .organic_pain_txt_smpadd04 {
        margin: 0 0 10px !important;
    }

    .organic_pain_txt_smpadd05 {
        margin: 10px auto 50px !important;
    }

    .organic_pain_txt_smpadd06 {
        margin: 0 auto 50px !important;
    }

    .organic_pain_txt_smpadd07 {
        margin: 0 auto 60px !important;
    }

    .shikujuice_txt_add01 {
        font-size: 1.2rem !important;
    }

    .shikujuice_txt_add02 {
        margin: 0 0 60px !important;
    }

    .shikujuice_txt_add04 {
        padding: 8px 15px !important;
        font-size: 1.0rem !important;
        width: 84% !important;
    }

    .shikujuice_txt_add05 {
        padding: 0 !important;
        margin: 0 0 45px !important;
    }

    .shikujuice_txt_add06 {
        margin: 45px 0 0 !important;
    }

    .shikujuice_txt_add08 {
        padding: 0 !important;
        margin: 0 0 90px !important;
    }

    .shikujuice_txt_add10 {
        margin: 0 !important;
    }

    .shikujuice_txt_smpadd01 {
        font-size: 1.2rem !important;
    }

    .shikujuice_txt_smpadd02 {
        margin: 0 auto 30px !important;
        width: 94% !important;
    }

    .shikujuice_txt_smpadd03 {
        margin: 0 auto 70px !important;
    }

    .shikujuice_txt_smpadd04 {
        margin: 0 auto 30px !important;
    }

    .shikujuice_txt_smpadd05 {
        margin: 0 0 10px !important;
        line-height: 160%;
    }

    .shikujuice_txt_smpadd06 {
        margin: 0 auto 20px !important;
    }

    .shikujuice_txt_smpadd07 {
        margin: 0 !important;
    }

    .shikujuice_txt_smpadd08 {
        width: 40% !important;
    }

    .answer p {
        position: relative;
        margin: 0 0 50px 5px !important;
        padding: 0 0 0 25px;
    }

    .answer p:before {
        left: 5px;
    }

    .shikuwasa_faq_tit {
        font-size: 1.4em;
    }

    .shikuwasa_juice_txt03 {
        margin: 0 !important;
    }

    .painupig_txt_add01 {
        margin: 0 0 35px !important;
    }

    .painupig_txt_add03,
    .hum_txt_add01 {
        margin: 0 0 10px !important;
        line-height: 150%;
    }

    .painupig_txt_add04 {
        margin: 0 0 10px !important;
        line-height: 150%;
    }

    .painupig_txt_add07 {
        padding: 0 !important;
        margin: 0 0 60px !important;
    }

    .painupig_txt_add001 {
        margin: 10px auto 120px !important;
    }

    .painupig_txt_add002 {
        margin: 0 auto 10px !important;
    }

    .fs-body-category-dev_pork .top_btnarea02 a {
        width: 90%;
        margin: 10px auto 60px;
    }

    .fs-body-category-dev_pork .pain_apple_txt_add06 {
        margin: 0 !important;
    }

    .shopping_guide_addtxt01 {
        margin: 7px 0 41px 15px !important;
    }

    .shopping_guide_addtxt02 {
        margin: 0 0 14px !important;
    }

    #monoqlo {
        background: url(https://yaeyama.itembox.design/item/newimg/img_shikuwasaJuice20_2.jpg) left 6px no-repeat;
        background-size: 1.3em;
    }

    .shikuwasa_juice_media h5,
    .shikuwasa_juice_mediainner h5 {
        background: url(https://yaeyama.itembox.design/item/newimg/img_shikuwasaJuice15.jpg) left 6px no-repeat;
        background-size: 30px;
    }

    .fs-body-category-shikwasa .fs-c-subgroup,
    .fs-body-category-pine_apple .fs-c-subgroup,
    .fs-body-category-organic_pineapple .fs-c-subgroup,
    .fs-body-category-shikwasa_juice .fs-c-subgroup {
        margin: 0 auto 64px;
        max-width: 100%;
    }

    .fs-c-productList__controller,
    .fs-c-coordinationList__controller,
    .fs-c-staffList__controller {
        margin: 0 0 40px;
    }

    #fs_ProductDetails .fs-c-featuredProduct,
    #fs_ProductDetailsSubscribe .fs-c-featuredProduct {
        padding: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        margin-bottom: 60px;
    }

    .organic_pine_txt02 {
        font-size: 1.25em;
        text-align: center;
        margin: 0 auto 21px;
    }

    .hiketsu {
        margin: 0;
    }

    .howtoeat {
        margin: 0 0 90px !important;
    }

    .fs-c-productPostage {
        display: none;
    }

    .fs-c-subgroupList li a {
        margin-bottom: 5px;
        margin-left: 5px;
    }

    .#fs_ProductCategory .fs-c-productListItem__image__image {
        max-height: 163px;
    }

    .fs-c-productQuantityAndAction__quantity {
        margin-right: 16px;
        margin-left: 16px;
    }

    .fs-c-listTable > tbody > tr > th::before,
    .fs-c-listTable > tbody > tr td::before {
        font-size: 1rem;
    }

    
    .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
        font-size: 1rem;
    }

    .fs-c-subscriptionPriceTable {
        width: 94%;
        margin: 15px auto;

    }

    .fs-p-announcement,
    .fs-c-anotherLogin__message,
    #fs-cartContent-container,
    .amazonpay-button-container,
    #fs-checkout-amazon-template,
    .fs-l-account,
    .fs-c-returnedSpecialContract,
    .fs-c-productReview,
    .fs-c-history,
    #fs-cartTotals-container,
    .fs-c-productReviewed,
    .fs-c-reveiwNotes,
    #fs_ShoppingCart .cartcupon,
    #fs_ShoppingCartSubscribe .cartcupon,
    .fs-c-checkoutSuccess,
    .fs-c-addressBookList__count,
    .fs-c-addressBookList__list,
    #fs_MySubscriptionDetails .fs-c-orderDetail,
    #fs_MySubscriptionDetails .fs-c-buttonContainer,
    #fs_MyOrderDetails .fs-c-orderDetail,
    #fs_MyOrderDetails .fs-c-buttonContainer,
    .fs-c-buttonContainer--myPageTop
    {
        width: 94%;
        margin: 0 auto;
    }
    .prodetail_select dl {
        width: 120px;
    }
    .fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
    line-height: 1.8;
    }
    #fs_ProductDetails .fs-c-requiredMark::before{
        margin: 6px 0 0 3px;
    }
    .fs-c-purchaseHere__message{
        margin: 15px 0 15px 15px;
        font-weight: 500;
    }
    #fs_ProductCategory .fs-c-productListItem__image__image{
        max-height: 160px;
    }
    .month_areatxt02{
        font-size: 0.8em;
    }

    #fs_ShoppingCartSubscribe .fs-c-cartTable__price{
        font-size: 0.8em;
        padding: 10px 0 3px;
    }
    #fs_CheckoutSuccess .fs-p-announcement__title{
        margin: 30px 0 20px;
        text-align: left;
        
    }
    #fs_CheckoutSuccess .fs-c-subSection h2 {
        font-size: 1.3em;
    }
    #fs_MyAddressBook .fs-c-button--secondary.fs-c-button--addToAddressbook, #fs_MyAddressBook .fs-c-button--secondary.fs-c-button--addReview--guest {
        width: 88%;
    }


    #fs_ShoppingCartSubscribe .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
        font-size:1em;
    }
    #fs-paymentList-container fs-c-checkout-paymentInfo__title h2
    {
    font-size: 1em;
    font-weight:500;
    }
    #fs_CheckoutWithSubscribe .fs-c-cartTable__dataCell .fs-c-price{
        font-size:1em;
    }
    .kasou_select_pickup {
        padding: 0;
    }
    .prodetail_select{
        border-bottom: 0;
    }


    .top_newsleft .fs-p-dateList .fs-pt-list__item, .kasou_newslist .fs-p-dateList .fs-pt-list__item {
        padding: 10px 0 0;
        margin: 20px auto;
    }

}

@media screen and (max-width: 678px) {
    .global-nav #h-seach-kw .btn-search input {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .tit_news {
        font-size: 1.5em;
        text-align: left;
        font-weight: 600;
        margin: 0 0 5px 15px;
    }
    .kasou_news h4 {
        margin: 0 0 45px 15px;
        font-size: 0.9em;
    }

    .fs-c-productReview {
        width: 100%;
        margin: 0 auto 64px;
    }

    .write_Review {
        padding: 17px 8px 17px 8px !important;
    }

    #fs_ProductDetailsSubscribe .fs-c-productActionButton .fs-c-button__label:before {
        right: 130px;
    }

    .footer_fixed_btn_sp .rireki_smp li:first-child a {
        min-height: 50px;
    }

    .fs-client-cart-count {
        top: 3px;
        padding: 2px 5px;
        right: 11px;
    }

    .footer_innerleft table,
    .footer_innerleft td {
        width: 100%;
    }

    .footer_fixed_btn_sp .fs-pt-menu__heading a {

        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn04.jpg) center 5px no-repeat;
        padding: 32px 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35px;
        /*width:65px;
	height:60px;*/
    }

    .footer_fixed_btn_sp .rireki_smp li:first-child a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn03.jpg) center 5px no-repeat;
        padding: 32px 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35px;
    }

    .footer_fixed_btn_sp .rireki_smp li:nth-of-type(2) a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn06.jpg) center 5px no-repeat;
        padding: 32px 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35px;
    }

    .footer_fixed_btn_sp .login_mypage_smp li:first-child a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn04.jpg) center 5px no-repeat;
        padding: 32px 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35px;
        min-height: 50px;
    }

    .footer_fixed_btn_sp .login_mypage_smp li:nth-of-type(2) a {
        display: block;
        background: url(https://yaeyama.itembox.design/item/newimg/ico_flex_smpbtn03.jpg) center 5px no-repeat;
        padding: 32px 0 0 0;
        cursor: pointer;
        display: block;
        color: #371E05;
        background-size: 35px;
    }

    #fs_CustomPage .fs-l-pageMaintest {
        min-height: auto;
        margin: 0 auto 97px !important;
    }
    .footer_fixed_btn_sp.fixed01 {
        height: 3.3em;
    }

}