@import url("https://isekadoyabeer.itembox.design/item/css/ranking.css");

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf) format("opentype");
}

@font-face {
    font-family: "centurygothic";
    src: url(../fonts/CenturyGothic.ttf) format("truetype");
}

@font-face {
    font-family: 'YuGothicB';
    src: url(../fonts/yugothib.ttf) format("truetype");
}

@font-face {
    font-family: 'YuGothicC';
    src: url(../fonts/yugothic.ttf) format("truetype");
}

@font-face {
    font-family: 'Gargon';
    src: url(../fonts/garcon-grotesque-bold.otf) format("opentype");
}

.se-pre-con {
    opacity: 0;
    visibility: hidden;
    transition: all 2s cubic-bezier(0.335, 0.010, 0.030, 1.360);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #005935;
    line-height: 1;
}

.se-pre-con .loader-text {
    text-align: center;
    display: inline-block;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    color: white;
    line-height: 1;
}

.se-pre-con .loader-text .loader-text1 {
    font-size: 80px;
    font-family: 'gargon';
    letter-spacing: 25px;
    text-indent: 25px;
    line-height: 1;
}

.se-pre-con .loader-text .loader-text2 {
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Helvetica Neue LT Std';
    text-indent: 2px;
    line-height: 1;
}

.se-pre-con .loader-text::before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #005935;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
    line-height: 1;
}

@keyframes loadLogo {
    0% {
        left: 0;
    }
    50% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

.se-pre-con.loadopen {
    opacity: 0 !important;
    visibility: hidden !important;
    line-height: 1;
}

@keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 50px;
    height: 50px;
    position: fixed;
    display: inline-block;
    z-index: 1001;
    top: 5%;
    right: 5%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    line-height: 1;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.main-content1 {
    visibility: hidden;
    line-height: 1;
}

.wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 1;
}

.spinner-wrap {
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}

.spinner {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: -50px auto 0;
    animation: spin 1s steps(12, end) infinite;
    line-height: 1;
}

.spinner:first-child {
    line-height: 1;
    margin-right: 50px;
}

.spinner i {
    line-height: 1;
    height: 30px;
    width: 6px;
    margin-left: -3px;
    display: block;
    transition: height 1s;
    position: absolute;
    left: 50%;
    transform-origin: center 50px;
    background: #fff;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.spinner:nth-child(2) i {
    height: 6px;
    line-height: 1;
}

.spinner:hover i {
    height: 6px;
    line-height: 1;
}

.spinner:hover:nth-child(2) i {
    height: 30px;
    line-height: 1;
}

.spinner i:nth-child(1) {
    opacity: 0.08;
}

.spinner i:nth-child(2) {
    transform: rotate(30deg);
    opacity: 0.167;
}

.spinner i:nth-child(3) {
    transform: rotate(60deg);
    opacity: 0.25;
}

.spinner i:nth-child(4) {
    transform: rotate(90deg);
    opacity: 0.33;
}

.spinner i:nth-child(5) {
    transform: rotate(120deg);
    opacity: 0.4167;
}

.spinner i:nth-child(6) {
    transform: rotate(150deg);
    opacity: 0.5;
}

.spinner i:nth-child(7) {
    transform: rotate(180deg);
    opacity: 0.583;
}

.spinner i:nth-child(8) {
    transform: rotate(210deg);
    opacity: 0.67;
}

.spinner i:nth-child(9) {
    transform: rotate(240deg);
    opacity: 0.75;
}

.spinner i:nth-child(10) {
    transform: rotate(270deg);
    opacity: 0.833;
}

.spinner i:nth-child(11) {
    transform: rotate(300deg);
    opacity: 0.9167;
}

.spinner i:nth-child(12) {
    transform: rotate(330deg);
    opacity: 1;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}


/* 行の高=フォントサイズ */

html,
body {
    overflow-x: hidden;
    font-family: 'YuGothicC';
    width: calc(100vw - (100vw - 100%));
    min-width: auto;
}


/* 新規追加要素をブロック要素化 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/* ulのマーカー非表示 */

ol,
ul {
    list-style: none;
}


/* 引用符の非表示 */

blockquote,
q {
    quotes: none;
}


/* blockquote要素、q要素の前後にコンテンツ非表示 */

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
}


/* ins要素 デフォルトセット 色を変える場合はここで変更 */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}


/* テキスト 打ち消し線 */

del {
    text-decoration: line-through;
}


/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}


/*　隣接するセルのボーダーを重ねて表示　*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 水平罫線デフォルトリセット */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}


/* 縦方向の揃え 中央揃え */

input,
select {
    vertical-align: middle;
}


/* 画像を縦に並べた時に余白0 */

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}


/*box-sizingを全ブラウザに対応*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

br {
    line-height: inherit;
}


/*【共通】パーツ
----------------------------------------------------------------*/


/* リンク */

a,
a * {
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    -webkit-backface-visibility: hidden;
    /* 追加 */
    backface-visibility: hidden;
    /* 追加 */
}

a:hover,
a:active {
    text-decoration: none;
    /* opacity: 0.7;
    filter: alpha(opacity=70); */
}

img {
    max-width: 100%;
    height: auto;
}


/*  */

#header {
    background-color: white;
    position: relative;
    z-index: inherit;
    line-height: 1;
}

header.scroll {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999 !important;
    -webkit-animation: headerSlideDown 0.5s ease;
    animation: headerSlideDown 0.5s ease;
    line-height: 1;
}

@-webkit-keyframes headerSlideDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes headerSlideDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.pc .menu-btn {
    position: fixed;
    top: 0;
    padding: 16px;
    background: #333;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    left: calc(100% - var(--rightvw));
    z-index: 999;
    line-height: 1;
}

.pc .menu-btn:active,
.pc .menu-btn:focus {
    outline: none;
    line-height: 1;
}

.pc .menu-btn .menu-text {
    margin: 0;
    color: white;
    padding-top: 3px;
    position: relative;
    line-height: 1;
    font-size: 10px;
}

.pc .menu-btn .menu-text_active {
    visibility: hidden;
    line-height: 1;
}

.pc .menu-btn.is--active {
    animation: 1s ease-out 0s 1 slideInFromLeft;
    padding: 19px 20px 18px;
    left: auto;
    right: 0;
    line-height: 1;
}

@keyframes slideInFromLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    20% {
        -webkit-transform: translateX(-100%);
        transform: translateX(0);
    }
}

.pc .menu-btn .menu-text_active::after {
    content: "閉じる";
    position: absolute;
    visibility: visible;
    display: block;
    bottom: 0;
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    line-height: 1;
}

.pc .menu-btn__icon {
    position: relative;
    width: 40px;
    height: 28px;
    margin: 0 auto;
    cursor: pointer;
    line-height: 1;
}

.pc .icon {
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
}

.pc .icon--menu span {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    transition: all 0.18s;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
    transition-delay: 0.05s;
    line-height: 1;
}

.pc .icon--menu span:not(last-child) {
    margin-bottom: 8px;
    line-height: 1;
}

.pc .icon--close {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    line-height: 1;
    transform-origin: center center;
    transition: all 0.18s;
    transition-delay: 0.08s;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
    opacity: 0;
}

.pc .icon--close span {
    position: relative;
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    line-height: 1;
}

.pc .icon--close span:nth-of-type(1) {
    top: 9px;
    transform: rotate(45deg);
}

.pc .icon--close span:nth-of-type(2) {
    top: 8px;
    transform: rotate(-45deg);
}

.pc .is--active .icon--menu span {
    width: 0;
}

.pc .is--active .icon--close {
    transform: scale(1);
    opacity: 1;
}

.pc .is--clicked:after {
    animation: btnClick 0.35s;
    animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
}

@keyframes btnClick {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 0.35;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

.pc .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    line-height: 1;
}

.overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #F4F2EE;
    text-align: center;
    z-index: -10;
    top: 0;
    line-height: 1;
}

.overlay.element,
.overlay-sp.element {
    animation: 3s ease 0s normal forwards 1 fadein;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    opacity: 1;
    z-index: 100;
    visibility: visible;
    line-height: 1;
    overflow-y: scroll;
}

.overlay.element::-webkit-scrollbar,
.overlay-sp.element::-webkit-scrollbar {
    width: 0;
    line-height: 1;
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    20% {
        opacity: 1
    }
}

.overlay .top-toggle-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 98%;
    line-height: 1;
    margin-left: auto;
}

.overlay .top-toggle-menu .right-toggle-menu {
    display: flex;
    margin-right: 80px;
    line-height: 1;
}

.overlay .top-toggle-menu .right-toggle-menu a p {
    font-size: 18px;
    font-family: 'YuGothicB';
    color: white;
    background-color: #005935;
    display: flex;
    line-height: 1;
    align-items: center;
    padding: 30px 50px;
}

.overlay .top-toggle-menu .right-toggle-menu a p img {
    width: 20px;
    margin-right: 15px;
    line-height: 1;
}

.overlay .top-toggle-menu .right-toggle-menu a .home img {
    width: 18px;
    line-height: 1;
}

.overlay .top-toggle-menu .right-toggle-menu a .about-company {
    background-color: #D2B14C;
    line-height: 1;
}

.overlay .top-toggle-menu .right-toggle-menu a .cart {
    background-color: #AD181F;
    position: relative;
    line-height: 1;
}

.overlay .top-toggle-menu .right-toggle-menu a .cart .cart-count {
    position: absolute;
    top: 10px;
    right: 35px;
    color: red;
    background: white;
    border-radius: 30px;
    padding: 3px 6px;
    line-height: 1;
    display: block;
}

.overlay .main-content {
    padding: 1px;
    line-height: 1;
}

.overlay .main-content .main-content-tag {
    background-color: white;
    line-height: 1;
    padding: 3% 5% 1%;
    text-align: left;
}

.overlay p {
    line-height: 1;
}

.overlay .main-content .main-content-tag p {
    font-size: 18px;
    font-family: 'YuGothicC';
    line-height: 1;
}

.overlay .main-content .first-top-menu,
.overlay .main-content .second-top-menu,
.overlay .main-content .third-top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
    border-bottom: 2px solid #666;
    padding-bottom: 1%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.overlay .main-content .second-top-menu {
    width: 80%;
    margin-left: 2.5%;
}

.overlay .main-content .second-top-menu,
.overlay .main-content .third-top-menu {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 2%;
}

.overlay .main-content .first-top-menu a,
.overlay .main-content .second-top-menu a,
.overlay .main-content .third-top-menu a {
    display: inline-block;
}

.overlay .main-content .first-top-menu a p,
.overlay .main-content .second-top-menu a p,
.overlay .main-content .third-top-menu a p {
    font-size: 17px;
    font-family: 'YuGothicB';
    font-weight: bold;
    color: #005935;
    display: flex;
    align-items: center;
}

.overlay a {
    line-height: 1;
}

.overlay .main-content .third-top-menu a:hover::after {
    width: 100%;
    left: 0;
}

.overlay .main-content .second-top-menu a p {
    color: #333;
}

.overlay .main-content .third-top-menu a p {
    color: #333;
    font-weight: normal;
    font-family: 'YuGothicC';
}

.overlay .main-content .first-top-menu a p img,
.overlay .main-content .second-top-menu a p img {
    width: 25px;
    margin-right: 15px;
}

.overlay .main-content .second-top-menu a p #right-image {
    margin-left: 15px;
}

.overlay .main-content .third-top-menu .sns-menu a img {
    width: 40px;
    filter: invert(1);
    margin: 0 20px;
}

.overlay .main-content .third-top-menu .sns-menu #sns-facebook {
    width: 20px;
}

.overlay .main-content .fourth-top-menu {
    margin-top: 2%;
    display: flex;
    align-items: center;
}

.overlay .main-content .fourth-top-menu label {
    font-size: 22px;
    font-family: 'YuGothicB';
    font-weight: bold;
}

.overlay .main-content .fourth-top-menu .search {
    font-size: 20px;
    position: relative;
    margin-left: 8%;
}

.overlay .main-content .fourth-top-menu input {
    font-size: 20px;
    padding: 5px;
    width: 350px;
    padding-right: 70px;
}

.overlay .main-content .fourth-top-menu input::placeholder {
    font-size: 15px;
}

.overlay .main-content .fourth-top-menu .search p {
    font-size: 16px;
    font-family: 'YuGothicB';
    font-weight: bold;
    background-color: #005935;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    padding: 0 20px;
    cursor: pointer;
}

.overlay .main-content .category-menu {
    margin-top: 3%;
}

.overlay .main-content .category-menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 7vw;
    text-align: left;
}

.overlay .main-content .category-menu ul li {
    border-top: 3px solid #333;
}

.overlay .main-content .category-menu ul li dt {
    font-family: 'YuGothicB';
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.overlay .main-content .category-menu ul li dd {
    font-family: 'YuGothicC';
    font-size: 15px;
    margin-top: 20px;
    position: relative;
}

.overlay .main-content .category-menu ul li dd a {
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    color: #666;
}

.overlay .main-content .category-menu ul li dd a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: black;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.overlay .main-content .category-menu ul li dd .image_a::after {
    height: 0;
}

.overlay .main-content .category-menu ul li dd a:hover::after {
    width: 100%;
    left: 0;
}

.overlay ul,
.overlay li,
.overlay a,
.overlay dd,
.overlay dt,
.top-adver,
.top-adver * {
    line-height: 1;
}


/*  */

.top-adver {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.top-adver .ad-text-1 {
    font-size: 15px;
    color: #005935;
    padding: 20px 0;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}

.top-adver .top-header .logo {
    width: 211px;
    display: block;
    z-index: 2;
    position: relative;
    margin-left: 40px;
    margin-top: 35px;
}

.back-grey {
    position: absolute;
    width: calc(100% - var(--topvw));
    right: 0;
    background-color: #F4F2EE;
    height: 180px;
    z-index: 1;
    top: 190px;
}

.top-adver .top-header .menu .shop-name {
    width: 220px;
    display: block;
}

.top-adver .top-header .menu .shop-name img {
    margin-top: 20px;
}

.first-sp-header.sp-top-title {
    margin-bottom: 20px;
}

.sp .menu .top-menu .shop-name .first-sp-header img {
    width: 150px;
    position: relative;
    z-index: 2;
}

.top-adver .top-header {
    display: flex;
    align-items: baseline;
}

.top-adver .top-header .menu {
    width: 95%;
}

.top-adver .top-header .menu .top-menu {
    display: flex;
    width: 95%;
    justify-content: space-between;
    margin-left: 5%;
}

.top-adver .top-header .right-menu .cart {
    display: block;
    position: relative;
    padding: 0;
}

.top-adver .top-header .right-menu .cart-count {
    background-color: #9F1323;
    color: white;
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 14px;
    padding: 2px 5px;
    border-radius: 50px;
    display: block;
}

.top-adver .top-header .right-menu {
    text-align: center;
    display: flex;
    margin-right: 10%;
    align-items: end;
}

.top-adver .top-header .right-menu a {
    display: inline-block;
    margin-left: 50px;
}

.top-adver .top-header .right-menu a p {
    font-size: 12px;
    margin-top: 10px;
    color: #333;
}

.top-adver .top-header .right-menu a img {
    width: 18px;
}

.top-adver .top-header .right-menu .cart img {
    width: 30px;
    filter: invert(1);
}

.top-adver .top-header .bottom-menu {
    margin: 50px 60px 0;
    position: relative;
    z-index: 2;
}

.top-adver .top-header .bottom-menu a {
    position: relative;
    margin-right: 50px;
    display: inline-block;
    padding-bottom: 5px;
    color: #333;
    text-decoration: none !important;
}

.top-adver .top-header .bottom-menu a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: black;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.top-adver .top-header .bottom-menu a:hover:after {
    width: 100%;
    left: 0;
}

.top-adver .top-header .bottom-menu p::before {
    content: '\f054';
    font: normal normal normal 14px/1 fontawesome;
    margin-right: 10px;
}

.main-section {
    position: relative;
    z-index: 2;
    margin-top: 5%;
    line-height: 1;
}

.main-section * {
    line-height: 1;
}

.breadcrumb-1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 10px 0;
    width: calc(100% - var(--rightvw));
    background-color: #333;
    color: white;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.breadcrumb-1 * {
    line-height: 1;
}

.breadcrumb-1.fixbread {
    position: fixed;
    margin: 0;
    top: 0;
    z-index: 10;
}

.breadcrumb-1 .bread {
    display: flex;
    align-items: center;
    margin-right: 10%;
}

.breadcrumb-1 .bread .goods-name {
    font-size: 19px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.breadcrumb-1 .bread .goods-name::after {
    content: "\007C";
    font: normal normal normal 14px/1 fontawesome;
    font-size: 35px;
    margin: 0 10px;
}

.breadcrumb-1 .bread .goods-cost {
    font-size: 28px;
    font-family: 'centurygothic';
    font-weight: bold;
    white-space: nowrap;
}

.breadcrumb-1 .bread .goods-cost #yen {
    font-size: 14px;
    font-family: 'YuGothicC';
}

.breadcrumb-1 .addcart {
    font-size: 13px;
    background: #005935;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
}

.breadcrumb-1 .addcart a {
    color: #fff !important;
}

.breadcrumb-1 .addcart img {
    width: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.breadcrumb-1 .addcart a p {
    line-height: 13px;
    font-size: 10px;
}

.breadcrumb-1 .beaf-logo {
    width: auto;
    margin-right: 10%;
}

.breadcrumb-1 .beaf-logo img {
    height: 60px;
}

.main-section .sidebar {
    width: 200px;
    float: left;
    position: relative;
}

.main-section .goods-details {
    width: 75%;
    float: right;
    margin-left: 2%;
}

.main-section .main-details {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 86%
}

.main-section::after {
    clear: both;
    content: '';
    display: block;
}

.main-slider .goods-main-title {
    font-size: 34px;
    font-family: 'YuGothicB';
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 7%;
}

.main-slider img {
    object-fit: cover;
}

.main-slider .swiper-container {
    width: 100%;
    max-width: 550px;
}

.multiple-items .item.odd {
    display: none;
}

.main-slider .swiper-container.slider {
    height: 70%;
}

.main-slider .swiper-container.slider-thumbnail {
    height: 20%;
}

.main-slider .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
}

.main-slider .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.main-goods * {
    line-height: 1;
}

.main-goods {
    display: flex;
    justify-content: space-between;
}

.main-goods .main-slider {
    width: 60%;
}

.main-goods .main-slider .product-description {
    font-family: 'YuGothicB';
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 50px;
}

.main-goods .maingood-detail {
    width: 35%;
    margin-left: 5%;
}

.main-goods .maingood-detail .beaf-sub-logo {
    width: 140px;
    margin-left: auto;
}

.main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content {
    text-align: center;
    border: 3px solid #005935;
    border-radius: 100%;
    padding: 12px 20px;
    transition: 0.5s;
    width: 100%;
    border-radius: 50%;
    text-align: center;
    padding: 8% 0;
    line-height: 0;
    position: relative;
}

.main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content.beef img {
    object-fit: contain;
    max-height: 75px;
    height: 5vw;
}

.opp-link,
.opp-product {
    display: none;
}

.beaf-sub-logo-content-other * {
    line-height: 1;
}

.beaf-sub-logo-content-other {
    width: 140px;
    height: 140px;
}

.main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content:hover {
    border: 3px solid #333;
}

.main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content img {
    height: 75px;
}

.main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content p {
    font-size: 14px;
    font-family: 'YuGothicB';
    padding: 10px 12px 0;
    line-height: 1;
}

.main-goods .maingood-detail .goods-title {
    font-size: 18px;
    font-family: 'YuGothicB';
    font-weight: bold;
    margin-top: 10%;
}

.main-goods .maingood-detail .category {
    font-family: 'YuGothicB';
    font-size: 30px;
    margin: 5% 0;
    font-weight: bold;
}

.main-goods .maingood-detail .sample {
    font-family: 'YuGothicC';
    font-size: 18px;
}

.main-goods .maingood-detail .good-number {
    font-family: 'YuGothicC';
    font-size: 12px;
    margin: 5% 0;
    padding: 10px;
    color: #666;
    border: 1px solid #666666;
    display: inline-block;
}

.main-goods .maingood-detail .review {
    font-size: 25px;
    margin-top: 8%;
    margin-bottom: 8%;
}

.main-goods .maingood-detail .review a {
    font-size: 12px;
    margin-left: 15px;
}

.main-goods .maingood-detail .counter {
    display: flex;
    align-items: center;
}

.main-goods .maingood-detail .counter label {
    font-size: #4D4D4D;
    font-size: 16px;
    margin-right: 10px;
}

.main-goods .maingood-detail .counter input {
    width: 60px;
    padding: 10px;
    font-size: 16px;
}

.main-goods .maingood-detail .counter span {
    font-family: 'YuGothicC';
    font-size: 40px;
}

.main-goods .maingood-detail .counter .cost {
    margin-left: 30px;
}

.main-goods .maingood-detail .counter span .yen {
    font-size: 20px;
}

.main-goods .maingood-detail .addcart {
    font-size: 18px;
    color: white;
    background-color: #005935;
    text-align: center;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
    background: linear-gradient(to left, #005935 50%, #333 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.main-goods .maingood-detail .addcart:hover {
    background-position: left;
}

.main-goods .maingood-detail .addcart img {
    width: 25px;
    margin-right: 20px;
}

.main-goods .maingood-detail .delivery {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-goods .maingood-detail .delivery a {
    border-bottom: 1px solid
}

.main-goods .maingood-detail .delivery a:hover {
    color: #005935;
    font-weight: bold
}

.main-goods .maingood-detail .delivery .fs-c-productMarks{
    font-family: 'YuGothicC';
    font-size: 14px;
    padding: 4px 10px;
    display: flex;
    gap: 3px;
    color: white;
    border-radius: 5px;
    text-align: center;

}
.main-goods .maingood-detail .delivery .fs-c-productMarks .fs-c-mark--preorder.fs-c-mark,
.main-goods .maingood-detail .delivery .fs-c-productMarks .fs-coolmark.fs-c-mark--coolDelivery.fs-c-mark,
.main-goods .maingood-detail .delivery .deliver-p {
    font-family: 'YuGothicC';
    font-size: 14px;
    background-color: #45A2C8;
    padding: 4px 10px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.main-goods .maingood-detail .delivery .deliver-p {
    background-color: #333;
    display: none;
}

.main-goods .maingood-detail .delivery a {
    font-family: 'YuGothicC';
    font-size: 16px;
    color: #4D4D4D;
    display: inline-block;
    vertical-align: baseline;
}

.custom_free * {
    line-height: 1;
}

.main-goods .maingood-detail .free,
.custom_free {
    font-family: 'YuGothicB';
    font-size: 20px;
    color: #4D4D4D;
    margin: 6% 0;
}

.main-goods .maingood-detail .sns,
.custom_sns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-goods .maingood-detail .sns .add-sns,
.custom_sns .add-sns {
    font-family: 'YuGothicC';
    font-size: 14px;
    border: 1px solid #999999;
    display: inline-block;
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;
    background: #F2F2F2;
    line-height: 1;
}

.main-goods .maingood-detail .sns .add-sns:hover,
.custom_sns .add-sns:hover {
    font-weight: bold;
    color: #666;
}

.main-goods .maingood-detail .sns .add-sns::before,
.custom_sns .add-sns::before {
    content: '\f08a';
    font: normal normal normal 14px/1 fontawesome;
    margin-right: 10px;
}

.main-goods .maingood-detail .sns .add-sns:hover:before,
.custom_sns .add-sns:hover:before {
    font-weight: bold;
}

.main-goods .maingood-detail .sns .share a,
.custom_sns .share a {
    margin: 0 10px;
}

.main-goods .maingood-detail .sns .share a:hover img,
.custom_sns .share a:hover img {
    filter: brightness(0.5);
}

.main-goods .maingood-detail .sns .share p {
    margin-left: 10px;
    padding-bottom: 4px;
    font-size: 13px;
}

.main-goods .maingood-detail .sns .share img,
.custom_sns .share img {
    width: 25px;
}

.main-goods .maingood-detail .sns .share .facebook img,
.custom_sns .share .facebook img {
    width: 13px;
}

.main-title * {
    line-height: 1;
}

.main-title {
    display: block;
    margin-top: 8%;
}

.main-title h2 {
    font-size: 28px;
    font-family: 'YuGothicB';
    font-weight: bold;
    text-align: center;
    line-height: 49px;
    margin: 3% 0;
}

.main-title .paleail {
    background-color: #F4F2EE;
    padding-bottom: 50px;
}

.main-title .paleail .pale-image {
    max-height:65px;
}

@media screen and (max-width: 1430px){
	.main-title .paleail .pale-image {
    max-height:calc(65/1430 * 100vw);
}
}

.main-title .paleail .taste {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.main-title .paleail .taste h3 img {
    width: 60px;
    margin-right: 30px;
}

.main-title .paleail .taste h3 {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 32px;
}

.main-title .paleail .taste ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 5%;
}

.main-title .paleail .taste ul .paleail-content h3 {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 30px;
    font-family: 'Helvetica Neue LT Std';
}

.main-title .paleail .taste ul .paleail-content .taste-title {
    font-family: 'YuGothicB';
    font-size: 18px;
    line-height: 1.8;
}

.main-title .paleail .taste ul .paleail-content .taste-content {
    font-family: 'YuGothicC';
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.8;
    text-align: justify;
}

.main-title .paleail .taste ul a {
    font-family: 'YuGothicB';
    font-weight: bold;
    font-size: 16px;
    color: #005935;
    text-align: center;
    margin: 20px auto;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 5px;
}

.main-title .paleail .taste ul a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #005935;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.main-title .paleail .taste ul a:hover:after {
    left: 0;
    width: 100%;
}

.main-title .paleail .taste .catch {
    margin-top: 30px;
}

.main-title .paleail .taste .catch p {
    font-size: 16px;
    font-family: 'YuGothicC';
    line-height: 1.8;
}

.main-title .paleail .taste .catch p:first-child {
    margin: 5% 0 3%;
    font-family: 'YuGothicB';
    font-size: 18px;
}

.special-frame * {
    line-height: 1;
}

.special-frame {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.special-frame h2 {
    font-size: 34px;
    font-family: 'YuGothicB';
    font-weight: bold;
    text-align: center;
    line-height: 52px;
    margin: 10% 0 5%;
}

.special-frame ul {
    display: block;
}

.special-frame ul img {
    width: 100%;
}

.special-frame .gold-content {
    font-size: 16px;
    font-family: 'YuGothicC';
    margin: 3% 0;
    line-height: 1.8;
}

.award {
    background-color: #DEC970;
}
.award .award-content .award-year *{
	
	line-height:1.8;
}

.award .award-title {
    display: flex;
    margin: 3% 0;
    padding: 1px;
}

.award .award-title .award-line {
    display: flex;
    align-items: flex-start;
}

.award .award-title .award-line img {
    width: 60px;
    margin-right: 15px;
    height: 2px;
    margin-top: 15px;
}

.award .award-title .award-line .award-en {
    font-size: 32px;
    font-family: 'YuGothicB';
    font-weight: bold;
}

.award .award-title .award-line .award-en span {
    font-family: 'YuGothicC';
    font-size: 16px;
}

.award .award-title .indi-award {
    margin-left: 20%;
    margin-top: 20px;
}

.award .award-title .indi-award p {
    font-size: 16px;
    font-family: 'YuGothicB';
    font-weight: bold;
    color: white;
    background-color: #0097E0;
    padding: 10px;
}

#award {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
}

.award .award-content {
    margin: 3% 0;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.award .award-content .content {
    font-family: 'YuGothicC';
    font-size: 14px;
    width: 68%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.award .award-content .content tr .medal td {
    display: flex;
    align-items: center;
}

.award .award-content .content tr .year {
    width: 13%;
    vertical-align: top;
}

.award .award-content .tr_content {
    line-height: 1.8;
}

.award .award-content .tr_content .year {
    line-height: 1.5;
    padding-top: 15px;
}

.award .award-content .tr_content .competition {
    line-height: 1.5;
    padding-top: 15px;
}

.award .award-content .tr_content .medal {
    line-height: 1.5;
    padding-top: 15px;
}

.award .award-content .content tr .competition {
    width: 65%;
    vertical-align: top;
}

.award .award-content .content tr .medal {
    width: 22%;
    vertical-align: top;
}

.award .award-content .medal div {
    font-size: 14px;
    font-family: 'YuGothicC';
    display: flex;
    align-items: center;
}
.award .award-content .award-year p {
    display: flex;
    margin-top: 15px;
    line-height: 1.8;
}

.award .award-content .gold-image {
    width: 30%;
}


.award .award-content .medal p {
    font-size: 14px;
    font-family: 'YuGothicC';
    line-height: 1.8;
    display: flex;
    align-items: center;
}

.award .award-content .medal img {
    width: 15px;
    margin-right: 5px;
    display: block;
}

.detail-title * {
    line-height: 1;
}

.detail-title .detail-title-first {
    display: flex;
    align-items: center;
    margin: 10% 0 5%;
}

.detail-title .detail-title-first img {
    width: 60px;
    margin-right: 15px;
    height: 2px;
}

.detail-title .detail-title-first p {
    font-size: 32px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: bold;
}

.detail-title .detail-goods {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    align-items: center;
}

.detail-title .detail-goods .detail-goods-right {
    width: 310px;
}

.detail-title .detail-goods .detail-goods-right .goods-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    text-align: center;
    border: 1px solid #333;
}

.detail-title .detail-goods .detail-goods-right .goods-image img {
    max-height: 100px;
    object-fit:contain;
}

.detail-title .detail-goods .detail-goods-content {
    width: 60%;
    margin: 3%;
}

.detail-title .detail-goods .detail-goods-content p {
    font-family: 'YuGothicC';
    margin-top: 15px;
    display: flex;
    margin: 4% 0;
}

.detail-title .detail-goods .detail-goods-content p span {
    line-height: 1.8;
	width: 70%;
	font-family: 'YuGothicC';
}


.detail-title .detail-goods .detail-goods-content p .title {
    width: 30%;
    font-weight: 900;
	font-family: 'YuGothicB';
}

.detail-title .detail-goods .detail-goods-right {
    margin: 3% 0;
    width: 34%;
    max-width: 310px;
}

.main-title h2 .detail-title .detail-goods .detail-goods-right .goods-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15%;
    border: 1px solid;
}

.detail-title .detail-goods .detail-goods-right .details-goods-title {
    font-size: 18px;
    font-family: 'YuGothicC';
    margin: 10% 0;
}

.detail-title .detail-goods .detail-goods-right .fs-c-productNameHeading__copy_1 {
    font-family: 'Helvetica Neue LT Std';
    font-size: 33px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.detail-title .detail-goods .detail-goods-right .add-number {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-title .detail-goods .detail-goods-right .add-number div {
    display: flex;
    align-items: center;
}

.detail-title .detail-goods .detail-goods-right .add-number label {
    font-size: 16px;
    font-family: 'YuGothicC';
    margin-right: 10px;
}

.detail-title .detail-goods .detail-goods-right .add-number input {
    font-size: 12px;
    padding: 10px;
    width: 50px;
}

.detail-title .detail-goods .detail-goods-right .add-number .cost {
    font-size: 33px;
    font-family: 'centurygothic';
    display: inline-block;
    white-space: nowrap;
}

.detail-title .detail-goods .detail-goods-right .add-number .cost #tax-yen {
    font-size: 20px;
    font-family: 'YuGothicC';
}

.detail-title .detail-goods .detail-goods-right .add-cart {
    display: flex;
    background-color: #005935;
    align-items: center;
    color: white;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'YuGothicC';
    padding: 30px 0;
    margin-top: 5%;
    cursor: pointer;
    background: linear-gradient(to left, #005935 50%, #333 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.detail-title .detail-goods .detail-goods-right .add-cart:hover {
    background-position: left;
}

.detail-title .detail-goods .detail-goods-right .add-cart img {
    width: 25px;
    margin-right: 10px;
}

.goods-details * {
    line-height: 1;
}

.goods-details .about {
    margin-top: 8%;
    margin-bottom: 3%;
    display: flex;
}

.goods-details .about .about-image {
    width: 70%;
    position: relative;
}

.goods-details .about .about-image .banner img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}

.goods-details .about .about-image .goods-details .about .about-content {
    width: 30%;
}

.goods-details .about .about-content a p {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to left, #fff 50%, #005935 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.goods-details .about .about-content a p:hover {
    background-position: left;
    color: white;
}

.goods-details .about .about-content a p:hover img {
    transition: .5s;
    filter: invert(0);
}

.goods-details .about .about-content a p img {
    width: 8px;
    margin-right: 10px;
    filter: invert(1);
}

.goods-details .about .about-image p {
    position: absolute;
    top: 15%;
    left: 5%;
    z-index: 3;
    width: 80%;
}

.goods-details .about .about-content {
    font-family: 'YuGothicC';
    background-color: #333;
    padding: 4%;
    color: white;
    font-size: 17px;
    line-height: 1.8;
}
.goods-details .about .about-content p{
	line-height: 1.8;
}
.goods-details .about .about-content a {
    margin-top: 5%;
}

.goods-details .about .about-content a p {
    padding: 10px;
    color: black;
    font-family: 'YuGothicC';
    font-size: 20px;
    background-color: white;
    text-align: center;
    margin-top: 3%;
}

.recommend * {
    line-height: 1;
}

.recommend ul {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    margin-top: -10%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
}

.recommend ul figure {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #F3F2ED;
}

.recommend .recommend-title img {
    width: 60px;
    filter: invert(1);
    margin-right: 15px;
    padding-bottom: 10px;
}

.recommend .recommend-title {
    background-color: #005935;
    display: flex;
    padding: 5% 8% 15%;
    align-items: baseline;
}

.recommend .recommend-title p {
    font-size: 32px;
    font-family: 'Helvetica Neue LT Std';
    color: white;
}

.recommend .recommend-title p span {
    font-size: 16px;
    font-family: 'YuGothicC';
}

.recommend ul li figcaption {
    margin-top: 20px;
}

.recommend ul li figcaption h3 {
    font-family: 'YuGothicB';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.8;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.recommend ul li figcaption h3::after {
    background: #666;
    position: absolute;
    display: block;
    height: 2px;
    left: 45%;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    content: '';
}

.recommend ul li figcaption h3:hover::after {
    width: 100%;
    left: 0;
}

.recommend ul li figcaption p {
    font-family: 'YuGothicC';
    font-size: 14px;
    line-height: 1.8;
}

.recommend ul li figcaption .member-cost {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    white-space: nowrap;
}

.recommend ul li figure:hover~figcaption h3::after {
    width: 100%;
    left: 0;
}

.recommend ul li figure:hover~figcaption .member-cost span {
    color: red;
}

.recommend ul li figcaption .member-cost:hover span {
    color: red;
}

.recommend ul li figcaption .member-cost span {
    font-size: 17px;
    font-family: 'YuGothicC';
    padding-bottom: 5px;
    white-space: nowrap;
    letter-spacing: -1px;
}

.recommend ul li figcaption .fig-content {
    margin-top: 10px;
}

.sp {
    display: none;
}

footer {
    clear: both;
    background-color: #F4F2EE;
    margin-top: 2%;
}


.footer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 90%;
}

.footer .top-footer {
    display: flex;
    justify-content: space-between;
    color: black;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.footer .top-footer .company-logo p {
    font-size: 16px;
    font-family: 'YuGothicC';
    margin-bottom: 10px;
    letter-spacing: 7px;
}

.footer .top-footer .company-logo h2 {
    font-size: 30px;
    font-family: 'YuGothicB';
}

.footer .top-footer .company-address {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'YuGothicC';
    line-height: 1.5;
}

.footer .top-footer .company-address p {
    font-family: 'YuGothicC';
}

.footer .top-footer .company-contact {
    font-family: 'YuGothicC';
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.footer .top-footer .company-contact a {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer .top-footer .company-contact .time {
    margin-top: 10px;
}

.footer .top-footer .company-contact a span {
    font-size: 32px;
    border-bottom: 2px solid #333;
    font-family: 'YuGothicB';
}

.footer .top-footer .right-footer {
    width: 25px;
}

.footer .top-footer .fax {
    margin-top: 20px;
}

.bottom-right-footer {
    margin-right: 100px;
}

.footer .bottom-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    align-items: flex-end;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

.footer .bottom-footer .logo-icon {
    width: 243px;
    /* width: auto; */
}

.sidebar .bn_link {
    margin-bottom: 30px;
}

.bn_link {
    background: white;
}

.bn_link div {
    padding-top: 10%;
    width: 100%;
    margin: auto;
}

.bn_link img {
    width: 100%;
}

.goods-details .bn_link {
    display: none;
}

.sidebar .bn_link {
    display: block;
}

@media screen and (max-width: 750px) {
    .goods-details .bn_link {
        display: block;
        padding-bottom: 10%;
    }
    .sidebar .bn_link {
        display: none;
    }
    .bn_link div {
        padding-top: 10%;
        width: 90%;
        margin: auto;
    }
}

.footer .bottom-footer .bottom-right-footer a {
    margin: 20px 10px;
    font-size: 16px;
    font-family: 'YuGothicC';
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0;
    color: #333;
}

.footer .bottom-footer .bottom-right-footer a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: black;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.footer .bottom-footer .bottom-right-footer a:hover:after {
    width: 100%;
    left: 0;
}

.copy {
    font-size: 12px;
    text-align: center;
    padding: 20px;
    background-color: white;
}

.pc {
    display: block;
}

.sp {
    display: none !important;
}

.sidebar .shopping-guide {
    background-color: black;
    color: white;
    padding: 20px;
}

.main-section .sidebar .insidebar {
    display: block;
}

.main-section .sidebar .insidebar a {
    display: block;
    text-align: center;
}

.main-section .sidebar .insidebar a p {
    background: linear-gradient(to left, #333 50%, #666 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.main-section .sidebar .insidebar a:hover p {
    background-position: left;
}

.main-section .sidebar .p500 {
    margin: 15% 0;
}

.main-section .sidebar .goods-search {
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
    padding: 15% 0 15%;
}

.main-section .sidebar .goods-search p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'YuGothicC';
    padding-bottom: 5%;
}

.main-section .sidebar .goods-search .search-div {
    position: relative;
    width: 200px;
}

.main-section .sidebar .goods-search .search-div input {
    font-size: 18px;
    width: 200px;
    padding: 5px 50px 5px 5px;
}

.main-section .sidebar .goods-search .search-div p {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background-color: #333;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 14px;
    cursor: pointer;
}

.main-section .sidebar .use-search,
.main-section .sidebar .category-search,
.main-section .sidebar .style-search,
.main-section .sidebar .bar-search,
.main-section .sidebar .cost-search {
    padding: 15% 5%;
    border-bottom: 5px solid #333;
}

.main-section .sidebar .use-search p,
.main-section .sidebar .category-search p,
.main-section .sidebar .style-search p,
.main-section .sidebar .bar-search p,
.main-section .sidebar .cost-search p {
    font-size: 18px;
    font-weight: bold;
    font-family: 'YuGothicB';
}

.main-section .sidebar .use-search a,
.main-section .sidebar .category-search a,
.main-section .sidebar .style-search a,
.main-section .sidebar .bar-search a,
.main-section .sidebar .cost-search a {
    display: inline-block;
    font-size: 15px;
    margin-top: 11%;
    position: relative;
    padding-bottom: 5px;
    color: #333;
}

.main-section .sidebar .use-search a:focus,
.main-section .sidebar .category-search a:focus,
.main-section .sidebar .style-search a:focus,
.main-section .sidebar .bar-search a:focus,
.main-section .sidebar .cost-search a:focus,
.main-section .sidebar .use-search a:active,
.main-section .sidebar .category-search a:active,
.main-section .sidebar .style-search a:active,
.main-section .sidebar .bar-search a:active,
.main-section .sidebar .cost-search a:active {
    color: #333;
}

.main-section .sidebar .use-search a::after,
.main-section .sidebar .category-search a::after,
.main-section .sidebar .style-search a::after,
.main-section .sidebar .bar-search a::after,
.main-section .sidebar .cost-search a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #333;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.main-section .sidebar .use-search a:hover:after,
.main-section .sidebar .category-search a:hover:after,
.main-section .sidebar .style-search a:hover:after,
.main-section .sidebar .bar-search a:hover:after,
.main-section .sidebar .cost-search a:hover:after {
    width: 100%;
    left: 0;
}

.sidebar .shopping-guide p {
    border: 1px solid white;
    padding: 15px;
}

.sns-follow .contant-form {
    border: 3px solid #005935;
    padding: 2% 5%;
    margin-top: 3%;
}

.sns-follow {
    margin-top: 10%;
    margin-bottom: 30px;
}

.sns-follow .sns {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.sns-follow .sns a {
    margin: 20px;
}

.sns-follow .follow-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3%;
}

.sns-follow .follow-title img {
    width: 60px;
    margin-top: 12px;
    margin-right: 20px;
}

.sns-follow .follow-title h2 {
    font-size: 32px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: bold;
    line-height: 0.8;
}

.sns-follow .follow-title span {
    font-size: 16px;
    font-family: 'YuGothicC';
}

.sns-follow .sns a img {
    filter: invert(1);
    width: 50px;
    /* filter: invert(26%) sepia(12%) saturate(4980%) hue-rotate(117deg) brightness(91%) contrast(101%); */
}

.sns-follow .sns .facebook img {
    width: 25px;
}

.sns-follow .sns a img:hover {
    filter: invert(86%) sepia(130%) saturate(4980%) hue-rotate(117deg) brightness(80%) contrast(101%);
}

.sns-follow .contant-form {
    border: 3px solid #005935;
    padding: 2% 5%;
}

.sns-follow .contant-form .title h2 {
    font-size: 22px;
    text-align: center;
    color: #005935;
    padding: 2%;
    font-family: 'YuGothicB';
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.sns-follow .contant-form .content {
    display: flex;
    justify-content: space-between;
}

.sns-follow .contant-form .content .tel,
.sns-follow .contant-form .content .fax {
    width: auto;
    display: inline-block;
}

.sns-follow .contant-form .content .fax .content1 a {
    margin-left: 35px;
}

.sns-follow .contant-form .content .tel .phone,
.sns-follow .contant-form .content .fax .phone {
    font-size: 40px;
    color: #CA0815;
    font-weight: bold;
    letter-spacing: 1px;
}

.sns-follow .contant-form .content .tel .content-title,
.sns-follow .contant-form .content .fax .content-title {
    font-size: 20px;
    padding: 5% 0;
}

.sns-follow .contant-form .content .tel .content1,
.sns-follow .contant-form .content .fax .content1 {
    font-size: 18px;
    margin: 5% 0;
}

.sns-follow .contant-form .content .fax .content1 a {
    display: inline-block;
    position: relative;
}

.sns-follow .contant-form .content .fax .content1 a::after {
    position: absolute;
    display: block;
    height: 2px;
    width: 0;
    left: 50%;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    background-color: #005935;
    content: '';
}

.sns-follow .contant-form .content .fax .content1 a:hover {
    color: #005935;
}

.sns-follow .contant-form .content .fax .content1 a:hover::after {
    width: 100%;
    left: 0;
}

.goods-details .main-slider .gallery ul li {
    margin: 0 1.5rem 0 0;
}

.goods-details .main-slider .gallery {
    padding: 0 0 4rem 0;
}

.goods-details .main-slider .gallery .img-container {
    width: 100%;
    height: auto;
    cursor: pointer;
    overflow: hidden;
}

.goods-details .main-slider .gallery .img-container:hover .img-content-hover {
    display: block;
}

.goods-details .main-slider .gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.goods-cost-select .fs-c-productPrice.fs-c-productPrice--listed,
.goods-cost-select .fs-c-productPrice.fs-c-productPrice--member {
    display: none !important;
}

.fs-c-productMembersLoginLink {
    display: block;
    margin-top: 20px;
}

.main-goods .member-price {
    margin: 10px 0 20px;
}

.goods-cost-select .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: flex;
    align-items: center;
    margin-right: 45px;
    position: relative;
}

.fs-c-quantity__message {
    position: absolute;
    top: 40px;
    display: none !important;
}

.goods-cost-select .fs-c-price__value {
    font-family: 'centurygothic';
    font-size: 33px;
    color: #333;
}

.goods-cost-select .fs-c-productPrice__addon__label {
    font-size: 20px;
}

.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: flex;
    align-items: center;
}

.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
    content: '数量';
    margin-right: 10px;
    font-size: 16px;
    font-family: 'YuGothicC';
    display: block;
    white-space: nowrap;
}

.goods-cost-select .fs-c-productPrice__main__price.fs-c-price .fs-c-price__currencyMark {
    display: none;
}

.fs-c-productPrice.fs-c-productPrice--sellingfs-c-productPrice__addon .fs-c-productPrice__addon {
    display: flex;
    align-items: center;
}

.goods-details .main-slider .gallery img:hover {
    transform: scale(1.05);
}

.recommend.fs-c-productListCarousel.fs-c-slick {
    display: none !important;
}

.leaf img {
    object-fit: cover;
    max-height: 380px;
    height: 100%;
}

.fs-c-productNumber__number_1 {
    font-family: 'centurygothic';
}

#top {
    position: relative;
    color: white;
    padding: 30px;
    display: block;
    text-align: center;
    font-size: 20px;
    background: linear-gradient(to bottom, #005935 50%, #333 50%);
    background-size: 100% 200%;
    background-position: bottom left;
    transition: all .3s ease-out;
    line-height: 1;
}

#top:hover {
    background-position: top left;
    color: white;
}

.fs-c-productReview {
    margin: 5% 0;
}

.slidecampaign .multiple-items .slick-dots li:first-child {
    display: flex;
    align-items: center;
}

.fs-c-button--addToCart--detail.fs-c-button--primary {}


/* Recommend */

.fs-c-productListCarousel__list .fs-c-button--addToWishList--icon.fs-c-button--particular,
.fs-c-productListCarousel__list .fs-c-button--addToCart--list.fs-c-button--plain {
    display: none;
}

.fs-c-productListCarousel__list .fs-c-productListItem__productName a {
    display: flex;
    flex-direction: column;
}

.fs-c-productListCarousel__list .fs-c-productListItem__productName .fs-c-productName__copy {
    font-family: 'YuGothicB';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.fs-c-productListCarousel__list .fs-c-productListItem__productName .fs-c-productName__name {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-family: "YuGothicC";
}

.fs-c-productListCarousel__list .fs-c-productPrice__main__price.fs-c-price {
    margin-left: 15px;
    font-size: 25px;
    color: #CA0815;
    font-family: "YuGothicC";
}

.fs-c-productListCarousel__list .fs-c-productPrice.fs-c-productPrice--selling {
    margin-top: 10px;
    text-align: center;
    font-family: 'YuGothicC';
    justify-content: center;
}

.fs-c-productListCarousel__list .fs-c-productListItem__productDescription {
    margin-top: 20px;
    font-family: "YuGothicC";
}

.fs-c-productListCarousel__list {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}


/* .fs-c-productListCarousel__list__itemTrack {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    overflow: hidden;
} */

.fs-c-productListCarousel__list__itemTrack .slick-slide img {
    width: 100%;
}

.fs-c-productListCarousel__list__itemTrack .slick-slide {
    margin: 0 27px;
}

.fs-c-productListCarousel__list .slick-list {
    margin: 0 -27px;
}

.fs-c-productListCarousel__list .fs-c-productPrice__main__label {
    display: inline-block;
}

.random .fs-c-productListCarousel__ctrl {
    display: none !important;
}

.fs-c-productListCarousel__list__itemTrack .slick-slide .article {
    width: 300px;
}

.fs-c-productNotice.fs-c-productNotice--outOfStock {
    background: #E5E5E5;
    text-align: center;
    padding: 20px;
    font-family: 'YuGothicC';
    margin: 20px 0;
}

.fs-c-productSalesPeriod {
    background: #E5E5E5;
    text-align: center;
    font-family: 'YuGothicC';
    padding: 20px 0;
    margin: 20px 0;
    line-height: 1.5;
}

.fs-c-featuredProduct {
    display: none;
}

.scroll-sp-header {
    display: none;
}


/* Gallery */


/* 12columns.css | Created by Katherine Kato | Released under the MIT license */


/* GitHub: https://kathykato.github.io/12columns/ */

.goods-details .main-slider .gallery .grid {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
}

.goods-details .main-slider .gallery .grid>[class*=column-] {
    display: block;
}

.goods-details .main-slider .gallery .first {
    order: -1;
}

.goods-details .main-slider .gallery .last {
    order: 12;
}

.goods-details .main-slider .gallery .align-top {
    align-items: start;
}

.goods-details .main-slider .gallery .align-center {
    align-items: center;
}

.goods-details .main-slider .gallery .align-bottom {
    align-items: end;
}

.fs-c-productNumber__label {
    font-family: 'YuGothicC';
}

.fs-c-productNumber__number {
    font-family: 'centurygothic';
}

.column-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.column-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.column-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.column-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.column-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.column-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.column-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.column-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.column-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.column-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.column-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.column-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 48rem) {
    .column-sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .column-sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .column-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .column-sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .column-sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .column-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .column-sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .column-sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .column-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .column-sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .column-sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .column-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 62rem) {
    .column-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .column-md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .column-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .column-md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .column-md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .column-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .column-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .column-md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .column-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .column-md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .column-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .column-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (min-width: 75rem) {
    .column-lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .column-lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .column-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .column-lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .column-lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .column-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .column-lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .column-lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .column-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .column-lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .column-lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .column-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@supports (display: grid) {
    .goods-details .main-slider .gallery .grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto;
    }
    .grid>[class*=column-] {
        margin: 0;
        max-width: 100%;
    }
    .column-xs-1 {
        grid-column-start: span 1;
        grid-column-end: span 1;
    }
    .column-xs-2 {
        grid-column-start: span 2;
        grid-column-end: span 2;
    }
    .column-xs-3 {
        grid-column-start: span 3;
        grid-column-end: span 3;
    }
    .column-xs-4 {
        grid-column-start: span 4;
        grid-column-end: span 4;
    }
    .column-xs-5 {
        grid-column-start: span 5;
        grid-column-end: span 5;
    }
    .column-xs-6 {
        grid-column-start: span 6;
        grid-column-end: span 6;
    }
    .column-xs-7 {
        grid-column-start: span 7;
        grid-column-end: span 7;
    }
    .column-xs-8 {
        grid-column-start: span 8;
        grid-column-end: span 8;
    }
    .column-xs-9 {
        grid-column-start: span 9;
        grid-column-end: span 9;
    }
    .column-xs-10 {
        grid-column-start: span 10;
        grid-column-end: span 10;
    }
    .column-xs-11 {
        grid-column-start: span 11;
        grid-column-end: span 11;
    }
    .column-xs-12 {
        grid-column-start: span 12;
        grid-column-end: span 12;
    }
    @media (min-width: 48rem) {
        .column-sm-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }
        .column-sm-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }
        .column-sm-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }
        .column-sm-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }
        .column-sm-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }
        .column-sm-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }
        .column-sm-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }
        .column-sm-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }
        .column-sm-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }
        .column-sm-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }
        .column-sm-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }
        .column-sm-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
    @media (min-width: 62rem) {
        .column-md-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }
        .column-md-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }
        .column-md-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }
        .column-md-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }
        .column-md-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }
        .column-md-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }
        .column-md-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }
        .column-md-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }
        .column-md-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }
        .column-md-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }
        .column-md-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }
        .column-md-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
    @media (min-width: 75rem) {
        .column-lg-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }
        .column-lg-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }
        .column-lg-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }
        .column-lg-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }
        .column-lg-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }
        .column-lg-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }
        .column-lg-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }
        .column-lg-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }
        .column-lg-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }
        .column-lg-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }
        .column-lg-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }
        .column-lg-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
}

@supports (display: grid) {
    .goods-details .main-slider .gallery .grid {
        grid-gap: 1rem;
    }
}

@media screen and (max-width:1430px) {
    /* .main-section .sidebar {
        display: none;
    } */
    .main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content img {
        max-height: 75px;
        height: 5vw;
    }
    .beaf-sub-logo-content-other {
        width: 10vw;
        height: 10vw;
    }
    .main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content {
        padding: 0.8vw 1vw;
    }
    .main-goods .maingood-detail .beaf-sub-logo .beaf-sub-logo-content p {
        font-size: 0.978vw;
        padding: 0.7vw 0.8vw 0;
    }
    .main-section .sidebar {
        width: 20%
    }
    .sidebar .shopping-guide {
        padding: 1.4vw;
    }
    .sidebar .shopping-guide p {
        font-size: 1.125vw;
        padding: 1vw;
    }
    .pc .menu-btn {
        padding: 1.125vw;
    }
    .overlay .top-toggle-menu .right-toggle-menu a p {
        font-size: 1.3vw;
        padding: 30px 15px
    }
    .overlay .menu-spec {
        font-size: 1.3vw;
    }
    .overlay .main-content .main-content-tag p {
        font-size: 1.7vw;
    }
    .overlay .main-content .first-top-menu a p,
    .overlay .main-content .second-top-menu a p,
    .overlay .main-content .third-top-menu a p {
        font-size: 1.35vw;
    }
    .overlay .main-content .first-top-menu a p img,
    .overlay .main-content .second-top-menu a p img {
        width: 1.35vw;
    }
    .overlay .main-content .second-top-menu a p,
    .overlay .main-content .third-top-menu a p {
        font-size: 1.3vw;
    }
    .overlay .main-content .third-top-menu .sns-menu a img {
        filter: invert(1);
        margin: 0 10px;
        width: 2.5vw;
    }
    .overlay .main-content .third-top-menu .sns-menu #sns-facebook {
        width: 1.3vw
    }
    .overlay .main-content .fourth-top-menu label {
        font-size: 1.5vw;
    }
    .overlay .main-content .category-menu ul li dt {
        font-size: 1.35vw;
    }
    .overlay .main-content .category-menu ul {
        grid-gap: 3vw;
    }
    .overlay .top-toggle-menu .right-toggle-menu a .cart .cart-count {
        right: 18px;
    }
    .bottom-right-footer {
        margin-right: 0;
    }
    .recommend ul li figcaption h3 {
        font-size: 14px;
    }
    .goods-cost-select .fs-c-price__value,
    .detail-title .detail-goods .detail-goods-right .add-number .cost {
        font-size: 2.1vw;
    }
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
    .goods-cost-select .fs-c-productPrice__addon__label,
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after,
    .detail-title .detail-goods .detail-goods-right .add-number .cost #tax-yen {
        font-size: 1.2vw;
    }
    .leaf img {
        height: 380px;
    }
    .goods-cost-select .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
        margin-right: 10px;
    }
    .main-section .sidebar .goods-search p {
        width: 100%;
        font-size: 1.25vw;
    }
    .main-section .sidebar .goods-search .search-div p {
        font-size: 1vw;
        padding: 0.5vw 0.8vw;
        width: auto
    }
    .main-section .sidebar .use-search p,
    .main-section .sidebar .category-search p,
    .main-section .sidebar .style-search p,
    .main-section .sidebar .bar-search p,
    .main-section .sidebar .cost-search p {
        font-size: 1.25vw;
    }
    .main-section .sidebar .use-search a,
    .main-section .sidebar .category-search a,
    .main-section .sidebar .style-search a,
    .main-section .sidebar .bar-search a,
    .main-section .sidebar .cost-search a {
        font-size: 1.05vw;
    }
    /* .top-adver .top-header .bottom-menu a p{
        font-size: 1.1vw;
    }
    .top-adver .top-header .menu .shop-name{
        width: 15.4vw;
    } */
    .main-section .sidebar .use-search,
    .main-section .sidebar .category-search,
    .main-section .sidebar .style-search,
    .main-section .sidebar .bar-search,
    .main-section .sidebar .cost-search {
        padding: 2.1vw 0.7vw;
    }
    .main-section .sidebar .goods-search {
        padding: 2.1vw 0 2.1vw;
    }
    .main-section .sidebar .use-search a,
    .main-section .sidebar .category-search a,
    .main-section .sidebar .style-search a,
    .main-section .sidebar .bar-search a,
    .main-section .sidebar .cost-search a {
        margin-top: 1.38vw;
    }
    .main-section .sidebar {
        width: 14vw;
    }
    .main-section .sidebar .goods-search .search-div {
        width: 14vw;
    }
    .main-section .sidebar .goods-search .search-div input {
        width: 14vw;
        font-size: 1.2vw;
        padding: 0.5vw 4vw 0.5vw 0.5vw;
    }
    .recommend .recommend-title p {
        font-size: 2.25vw;
    }
    .recommend .recommend-title p span {
        font-size: 1.125vw;
    }
    .recommend .recommend-title img {
        width: 4.2vw;
    }
    .recommend ul li figcaption h3,
    .award .award-title .award-line .award-en span {
        font-size: 1.125vw;
        letter-spacing: -1px;
    }
    .recommend ul li figcaption p {
        font-size: 0.95vw;
    }
    .recommend ul li figcaption .member-cost {
        font-size: 0.95vw;
    }
    .recommend ul li figcaption .member-cost span {
        font-size: 1.2vw;
    }
	
    .award .award-title .award-line .award-en {
        font-size: 2.25vw;
    }
    .award .award-title .award-line img {
        width: 4.2vw;
        margin-top: 7%;
    }
	
	
	
	.award .award-content .content {
		
		font-size: calc( 14/1430 * 100vw );
		width: 68%;
		border-collapse: separate;
		border-spacing: 0 calc( 15/1430 * 100vw );
	}

	.award .award-content .tr_content .year {
		line-height: 1.5;
		padding-top: calc( 15/1430 * 100vw );
	}

	.award .award-content .tr_content .competition {
		line-height: 1.5;
		padding-top: calc( 15/1430 * 100vw );
	}

	.award .award-content .tr_content .medal {
		line-height: 1.5;
		padding-top: calc( 15/1430 * 100vw );
	}


	.award .award-content .medal div {
		font-size: calc( 14/1430 * 100vw );
		
	}
	.award .award-content .award-year p {
		
		margin-top: calc( 15/1430 * 100vw );
		
	}


	.award .award-content .medal p {
		font-size: calc( 14/1430 * 100vw );
		
	}

	.award .award-content .medal img {
		width: calc( 15/1430 * 100vw );
		margin-right: calc( 5/1430 * 100vw );
		display: block;
	}

	
    .sns-follow .follow-title img {
        width: 4.2vw;
        margin-top: 2%;
    }
    .sns-follow .follow-title h2 {
        font-size: 2.25vw;
    }
    .sns-follow .follow-title span {
        font-size: 1.125vw;
    }
    .sns-follow .sns a {
        margin: 1.4vw;
    }
    .sns-follow .follow-title h2 {
        font-size: 2.25vw;
    }
    .sns-follow .follow-title span {
        font-size: 1.125vw;
    }
    .sns-follow .sns a img {
        width: 3.53vw;
    }
    .sns-follow .sns .facebook img {
        width: 1.74vw;
    }
    .sns-follow .sns a {
        margin-right: 2.8vw;
    }
    .sns-follow .contant-form .title h2 {
        font-size: 1.54vw;
    }
    .sns-follow .contant-form .content .tel .content-title,
    .sns-follow .contant-form .content .fax .content-title {
        font-size: 1.4vw;
    }
    .sns-follow .contant-form .content .tel .phone,
    .sns-follow .contant-form .content .fax .phone {
        font-size: 2.8vw;
    }
    .sns-follow .contant-form .content .tel .content1,
    .sns-follow .contant-form .content .fax .content1 {
        font-size: 1.26vw;
    }
    .footer .top-footer .company-logo p {
        font-size: 1.125vw;
    }
    .footer .top-footer .company-logo h2 {
        font-size: 2.1vw;
    }
    .footer .top-footer .company-address {
        font-size: 1.125vw;
    }
    .footer .top-footer .company-contact a {
        font-size: 1.26vw;
    }
    .footer .top-footer .company-contact a span {
        font-size: 2.25vw;
    }
    .footer .top-footer .company-contact {
        font-size: 1.4vw;
    }
    .footer .top-footer .right-footer {
        width: 1.74vw;
    }
    .footer .bottom-footer .bottom-right-footer a {
        margin: 1vw;
        font-size: 1.125vw;
    }
    .top-adver .top-header .logo {
        width: 199px;
    }
    .top-adver .top-header .menu .shop-name {
        width: 185px;
    }
    .top-adver .top-header .right-menu a {
        margin-left: 3px;
    }
    .footer .bottom-footer .logo-icon {
        width: 17vw;
    }
    .main-goods .main-slider .product-description {
        font-size: 1.96vw;
        line-height: 3.53vw;
        margin-bottom: 3.53vw;
    }
    .back-grey {
        height: 12.5vw;
    }
    .main-goods .maingood-detail .beaf-sub-logo {
        width: 9.8vw;
    }
    .maingood-detail .fs-c-productNameHeading__name {
        font-size: 5vw;
    }
    .fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
    /* font-size: 2.1vw !important; */
        margin-top: 1.74vw !important;
    }
    .fs-goods-category-name {
        font-size: 1.26vw !important;
        margin: 1.4vw 0 !important;
    }
    .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
        font-size: 1.125vw;
    }
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
    .goods-cost-select .fs-c-productPrice__addon__label,
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after,
    .detail-title .detail-goods .detail-goods-right .add-number .cost #tax-yen {
        font-size: 1.2vw !important;
    }
    .fs-c-button--addToCart--detail .fs-c-button__label::before {
        width: 1.74vw !important;
        background-size: 1.74vw 25px !important;
    }
    .fs-c-button--addToCart--detail .fs-c-button__label {
        font-size: 1.26vw !important;
    }
    .fs-c-button--addToCart--detail {
        padding: 1.8vw 0px !important;
    }
    .main-goods .maingood-detail .delivery .fs-c-productMarks {
        font-size: 1vw;
        padding: 0.35vw 0.7vw;
    }
    .main-goods .maingood-detail .delivery .deliver-p {
        padding: 0.7vw 1.4vw;
    }
    .main-goods .maingood-detail .delivery a {
        font-size: 1.125vw;
    }
    .main-goods .maingood-detail .free,
    .custom_free {
        font-size: 1.4vw;
    }
    .main-goods .maingood-detail .sns .add-sns,
    .custom_sns .add-sns {
        font-size: 1vw;
        padding: 0.7vw;
    }
    .main-goods .maingood-detail .sns .share img,
    .custom_sns .share img {
        width: 2vw;
    }
    .main-goods .maingood-detail .sns .share a,
    .custom_sns .share a {
        margin: 0 0.7vw;
    }
    .main-goods .maingood-detail .sns .share .facebook img,
    .custom_sns .share .facebook img {
        width: 1.05vw;
    }
    .main-goods .maingood-detail .sns .add-sns::before,
    .custom_sns .add-sns::before {
        font-size: 0.98vw;
        margin-right: 0.7vw;
    }
    .cantype {
        font-size: 1.26vw !important;
        margin: 3.53vw 0 !important;
    }
    .main-title h2 {
        font-size: 1.958vw;
        line-height: 3.2vw;
    }
    .fs-c-quantity__select.fs-system-quantity-list {
        width: 3.8vw !important;
        font-size: 1.125vw !important;
        padding: 0.7vw !important;
    }
    .main-title .paleail .taste ul .paleail-content h3 {
        font-size: 2.25vw;
        margin: 2.1vw;
    }
    .main-title .paleail .taste h3 img {
        width: 4.2vw;
        margin-right: 2.1vw;
    }
    .main-title .paleail .taste ul .paleail-content .taste-title {
        font-family: 'YuGothicB';
        font-size: 1.26vw;
        line-height: 1.8;
    }
    .main-title .paleail .taste ul .paleail-content .taste-content {
        font-family: 'YuGothicC';
        font-size: 1.125vw;
        margin-top: 2.1vw;
        line-height: 1.8;
        text-align: justify;
    }
    .main-title .paleail .taste ul a {
        font-family: 'YuGothicB';
        font-weight: bold;
        font-size: 1.125vw;
        color: #005935;
        text-align: center;
        margin: 1.4vw auto;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 0.1vw
    }
    .main-title .paleail .taste .catch p,
    .special-frame .gold-content,
    .detail-title .detail-goods .detail-goods-content p {
        font-size: 1.125vw;
    }
    .main-title .paleail .taste .catch p:first-child {
        font-size: 1.26vw;
    }
    .special-frame h2 {
        font-size: 2.37vw;
        line-height: 3.53vw;
    }
    .detail-title .detail-goods .detail-goods-right .details-goods-title {
        font-size: 1.26vw;
    }
    .goods-details .about .about-content {
        font-size: 1.2vw;
    }
    .goods-details .about .about-content a p {
        font-size: 1.4vw;
        padding: 0.7vw;
    }
    .leaf img {
        height: 25vw;
    }
    .award .award-content .award-year p,
    .award .award-content .medal p {
        font-size: 0.98vw;
    }
    .award .award-content .medal img {
        width: 1.1vw;
    }
    .detail-title .detail-goods .detail-goods-right .add-cart {
        font-size: 1.26vw;
        padding: 2.1vw 0;
    }
    .detail-title .detail-goods .detail-goods-right .add-cart img {
        width: 1.74vw;
    }
    .goods-details .about .about-image .banner img {
        height: 16.5vw;
    }
    .breadcrumb-1 .bread .goods-name {
        font-size: 1.35vw;
    }
    .breadcrumb-1 .bread .goods-cost {
        font-size: 1.958vw;
    }
    .breadcrumb-1 .bread .goods-cost #yen {
        font-size: 0.98vw;
    }
    .breadcrumb-1 .addcart a p {
        font-size: 0.7vw;
    }
    .breadcrumb-1 .addcart img {
        width: 1.74vw;
    }
    .breadcrumb-1 .addcart {
        padding: 0.7vw 15px;
    }
    .breadcrumb-1 .addcart {
        font-size: 1vw;
    }
    .fs-c-quantity__select.fs-system-quantity-list {
        width: 3.5vw !important;
        padding: 0.7vw !important;
        font-size: 1.125vw !important;
    }
}

@media screen and (max-width:1000px) {
    .breadcrumb-1 .addcart {
        padding: 7.5px 15px;
    }
}

@media screen and (max-width:500px) {
    .detail-title .detail-goods .detail-goods-right .goods-image {
        width: 100%;
        padding: 15px;
    }
    .detail-title .detail-goods .detail-goods-right .goods-image img {
        width: auto;
        display: block;
        height: 100%;
    }
    .main-goods .maingood-detail .delivery .fs-c-productMarks,
    .main-goods .maingood-detail .delivery .deliver-p {
        font-size: inherit;
    }
    .pc {
        display: none;
    }
    .scroll-sp-header {
        display: none;
        width: 150px;
    }
    .sp {
        display: block !important;
    }
    .goods-cost-select .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
        margin-right: 10px;
    }
    .banner-section {
        /* margin-top: -50px; */
    }
    .main-title {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-title .paleail .taste .pc {
        display: none;
    }
    .main-title .paleail .taste .leaf {
        margin: 40px 0;
    }
    .sp .menu-btn {
        position: relative;
        top: 0;
        padding: 0;
        background: transparent;
        margin: 0 auto;
        border: none;
        cursor: pointer;
        left: auto;
        margin-left: 25px;
        z-index: 999;
    }
    .sp .menu-btn:active,
    .sp .menu-btn:focus {
        outline: none;
    }
    .sp .menu-btn.is--active {
        position: fixed;
        top: 25px;
        right: 5%;
        animation: 1s ease-out 0s 1 slideInFromTop;
    }
    @keyframes slideInFromTop {
        0% {
            transform: translateY(100%);
        }
        20% {
            transform: translateY(0);
        }
    }
    .sp .menu-btn .menu-text {
        margin: 0;
        color: black;
        padding-top: 3px;
        position: relative;
    }
    .sp .menu-btn .menu-text_active {
        visibility: hidden;
    }
    .sp .menu-btn .menu-text_active::after {
        content: "閉じる";
        position: absolute;
        visibility: visible;
        display: block;
        bottom: 0;
        padding-top: 5px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .sp .menu-btn__icon {
        position: relative;
        width: 40px;
        height: 30px;
        margin: 0 auto;
        cursor: pointer;
    }
    .sp .icon {
        position: absolute;
        top: 0;
        left: 0;
    }
    .sp .icon--menu span {
        display: block;
        width: 40px;
        height: 2px;
        background: #333;
        transition: all 0.18s;
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
        transition-delay: 0.05s;
    }
    .sp .icon--menu span:not(last-child) {
        margin-bottom: 8px;
    }
    .sp .icon--menu .last-span {
        margin-bottom: 0;
    }
    .sp .icon--close {
        transform: scale(0);
        transform-origin: center center;
        transition: all 0.18s;
        transition-delay: 0.08s;
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
        opacity: 0;
    }
    .sp .icon--close span {
        position: relative;
        display: block;
        width: 40px;
        height: 2px;
        background: #333;
    }
    .sp .icon--close span:nth-of-type(1) {
        top: 15px;
        transform: rotate(45deg);
    }
    .sp .icon--close span:nth-of-type(2) {
        top: 13px;
        transform: rotate(-45deg);
    }
    .sp .is--active .icon--menu span {
        width: 0;
    }
    .sp .is--active .icon--close {
        transform: scale(1);
        opacity: 1;
    }
    .sp .is--clicked:after {
        animation: btnClick 0.35s;
        animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.36);
    }
    @keyframes btnClick {
        0% {
            opacity: 0;
            transform: scale(0);
        }
        50% {
            opacity: 0.35;
            transform: scale(1);
        }
        100% {
            opacity: 0;
            transform: scale(0);
        }
    }
    .sp .menu .top-menu .shop-name .first-sp-header {
        width: 107px;
        position: absolute;
    }
    .sp .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
    .sp .menu {
        padding: 20px;
    }
    .sp .menu .top-menu {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .sp .menu .top-menu .shop-name {
        width: 89px;
    }
    .sp .menu .top-menu .shop-name img {
        width: 100%;
    }
    .sp .menu .top-menu .right-menu {
        display: flex;
        align-items: center;
    }
    .sp .menu .top-menu .right-menu a {
        text-align: center;
        margin-left: 20px;
    }
    .sp .menu .top-menu .right-menu img {
        width: 18px;
    }
    .sp .menu .top-menu .right-menu p {
        font-size: 10px;
        margin-top: 10px;
        color: #333;
    }
    .sp .menu .top-menu .right-menu .menu-text {
        margin-top: 0px;
    }
    .sp .menu .top-menu .right-menu .cart {
        position: relative;
    }
    .sp .menu .top-menu .right-menu .cart img {
        filter: invert(1);
        width: 30px;
    }
    .sp .menu .top-menu .right-menu .cart span {
        background-color: #9F1323;
        color: white;
        position: absolute;
        top: -10px;
        right: -10px;
        padding: 2px 6px;
        border-radius: 20px;
        display: block;
    }
    .breadcrumb-1 .beaf-logo {
        display: none;
    }
    .breadcrumb-1 .addcart {
        display: none;
    }
    .breadcrumb-1 {
        margin-left: auto;
        margin-top: 50px;
    }
    .breadcrumb-1 .bread {
        display: flex;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        justify-content: center;
        padding: 20px 0px 100px 10px
    }
    .main-section {
        margin-top: 0;
    }
    .main-section .goods-details {
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        background-color: #F4F2EE;
    }
    .main-goods {
        flex-direction: column;
    }
    .main-goods .main-slider {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -80px;
    }
    .main-slider .goods-main-title {
        font-size: 22px;
        margin-top: 10%;
    }
    .slider-thumbnail {
        display: none;
    }
    .main-goods .maingood-detail .beaf-sub-logo {
        display: none;
    }
    .fs-c-productNameHeading__copy_1 {
        font-size: 33px;
        font-family: 'YuGothicB';
        margin: -20px 0 30px;
    }
    .back-grey {
        position: absolute;
        width: 100%;
        right: 0;
        background-color: #F4F2EE;
        height: 500px;
        z-index: 0;
        top: 115px;
    }
    .main-goods .maingood-detail {
        background-color: white;
        width: 100%;
        padding: 2% 7%;
        margin: 0;
    }
    .main-goods .maingood-detail .deatail1 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-goods .maingood-detail .deatail1 .detailmore {
        font-size: 18px;
        font-family: 'YuGothicC';
        display: inline-block !important;
        margin-top: 50px;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-goods .maingood-detail .deatail1 .detailmore img {
        filter: invert(1);
        width: 8px;
        margin-right: 10px;
    }
    .main-goods .maingood-detail .deatail1 .detailmore::after {
        content: '';
        height: 2px;
        background-color: #666;
        width: 0;
        left: 50%;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        display: block;
        position: absolute;
    }
    .main-goods .maingood-detail .deatail1 .detailmore:hover:after {
        left: 0;
        width: 100%;
    }
    .main-title {
        width: 100%;
        margin-top: 0;
    }
    .main-title h2 {
        font-size: 20px;
        text-align: justify;
        line-height: 35px;
        letter-spacing: -1px;
        padding: 15% 10% 10%;
        background-color: white;
        margin: 0;
    }
    .main-title .paleail .taste ul {
        grid-template-columns: 1fr;
    }
    .main-title .paleail .taste ul .paleail-content h3 {
        justify-content: flex-start;
        font-family: 'Helvetica Neue LT Std';
        margin-left: 0;
    }
    .main-title .paleail .taste ul .paleail-content .taste-title {
        margin-left: 95px;
        font-size: 20px;
    }
    .special-frame h2 {
        font-size: 24px;
        margin-top: 0;
        width: 100%;
        background: white;
        padding-top: 40px;
        margin: 0;
    }
    .special-frame .gold-content {
        padding: 5% 5% 10%;
        background-color: white;
        margin: 0;
    }
    .smart-below-image {
        padding-top: 10%;
        background: white;
    }
    .smart-below-image ul li {
        padding: 5%;
    }
    .special-frame {
        width: 100%;
    }
    .special-frame ul {
        background-color: white;
    }
    .special-frame ul img {
        padding: 5%;
    }
    .award .award-content .award-year p {
        flex-direction: column;
    }
    .award .award-content .award-year {
        width: 100%;
    }
    .award .award-title .indi-award {
        display: none;
    }
    .award .award-content .competition {
        line-height: 1;
    }
    .award .award-content .competition img {
        width: 15px;
        margin-right: 10px;
    }
    .award .award-content .year {
        margin-bottom: 10px;
    }
    .award .award-content .competition #medal {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }
    .detail-title .detail-goods {
        flex-direction: column;
        border-bottom: none;
    }
    .detail-title .detail-goods .detail-goods-content p .title {
        width: 100%;
    }
    .detail-title .detail-goods .detail-goods-content .custom {
        background-color: #F4F2EE;
        padding: 3%;
    }
    .detail-title .detail-goods .detail-goods-content {
        width: 100%;
        margin: 0;
    }
    .detail-title .detail-goods .detail-goods-content p {
        flex-direction: column;
        padding: 3%;
    }
    .detail-title .detail-goods .detail-goods-content p .content {
        margin-top: 20px;
    }
    .detail-title .detail-goods .detail-goods-right {
        width: 100%;
    }
    .detail-title {
        margin: 0;
        background-color: white;
        padding: 5%;
    }
    .detail-title .detail-title-first {
        padding: 5% 0;
        padding-top: 15%;
        background-color: white;
        margin: 0;
    }
    .goods-details .about {
        flex-direction: column;
        background-color: white;
        padding: 5%;
        margin: 0;
    }
    .goods-details .about .about-image {
        width: 100%;
        margin-bottom: 20px;
    }
    .recommend ul {
        width: 100%;
        grid-template-columns: 1fr;
        padding-bottom: 100px;
    }
    .recommend ul figure {
        width: 100%;
    }
    .breadcrumb-1 .bread .goods-name {
        font-size: 14px;
    }
    .breadcrumb-1 .bread .goods-cost {
        font-size: 16px;
    }
    .breadcrumb-1 {
        width: 95%
    }
    .box .plus {
        cursor: pointer;
        height: 21px;
        position: relative;
        width: 21px;
        padding: 16px;
        border-radius: 50px;
        background-color: white;
    }
    .box .plus:before,
    .box .plus:after {
        background: #000;
        content: '';
        height: 5px;
        left: 6px;
        position: absolute;
        top: 13px;
        width: 21px;
        transition: transform 500ms ease;
    }
    .box .plus:after {
        transform-origin: center;
    }
    .box .plus.cscollapsed:after {
        transform: rotate(90deg);
    }
    .box .plus.cscollapsed:before {
        transform: rotate(180deg);
    }
    .award .award-title {
        justify-content: space-between;
        align-items: start;
    }
    .overlay-sp {
        width: 100%;
        background-color: #DBDBDB;
        position: fixed;
        height: 100%;
        z-index: 100;
        top: 0;
        overflow-y: scroll;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
    }
    .overlay-sp .main-overlay {
        /*font-size: 20px;*/
        font-family: 'YuGothicC';
        font-weight: 100;
        background-color: white;
			padding-top: 12%;/*22.11.14 Tsuika*/
    }
    .overlay-sp .main-overlay .login {
        display: inline-block;
        margin-top: -15px;
        margin-right: 20px;
        margin-left: 20px;
        line-height: 35px;
    }
    .overlay-sp .main-overlay .menu-sp ul li img {
        width: 30px;
        margin-right: 20px;
    }
    .overlay-sp .main-overlay .menu-sp ul .single-item {
        /*font-size: 20px;*/
        font-family: 'YuGothicC';
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .main-goods .main-slider .product-description {
        font-family: 'YuGothicB';
        font-size: 20px;
        line-height: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .overlay-sp .main-overlay .menu-sp ul .single-item span {
        display: flex;
        align-items: center;
    }
    .overlay-sp .main-overlay .menu-sp ul .single-item::after {
        content: '\f105';
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 30px;
    }
    .overlay-sp .main-overlay .menu-sp ul .single-item.black img {
        filter: grayscale(1);
    }
    .overlay-sp .main-overlay .menu-sp ul .sp-home {
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }
    .overlay-sp .main-overlay .menu-sp ul .sp-home .home {
        background-color: #005935;
        color: white;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    .overlay-sp .main-overlay .menu-sp ul .sp-home .home img {
        width: 26px;
    }
    .overlay-sp .main-overlay .menu-sp ul .sp-home a {
        width: 40%;
    }
    .overlay-sp .main-overlay .menu-sp ul .sp-home a:last-child {
        width: 60%;
    }
    .overlay-sp .main-overlay .menu-sp ul .sp-home .about-company {
        background-color: #D2B14C;
        color: white;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title {
        background-color: #666;
        color: white;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title p {
        font-size: 18px;
        padding: 5% 10%;
        margin: 20px 0;
    }
    .overlay-sp .main-overlay .menu-sp ul .search {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .overlay-sp .main-overlay .menu-sp ul .search.category {
        margin: 0;
    }
    .overlay-sp .main-overlay .menu-sp ul .search.category.first {
        margin-top: 20px;
    }
    .overlay-sp .main-overlay .menu-sp ul .search .category-title {
        display: flex;
        align-items: center;
        color: #005935;
    }
    .overlay-sp .main-overlay .menu-sp ul .search.category .category-title {
        justify-content: space-between;
    }
    .overlay-sp .main-overlay .menu-sp ul .search .search-div form {
        display: flex;
        margin-top: 15px;
    }
    .overlay-sp .main-overlay .menu-sp ul .search .search-div input {
        font-size: 20px;
        width: 70%;
        padding: 5px;
    }
    .overlay-sp .main-overlay .menu-sp ul .search .search-div {
        display: flex;
        align-items: center;
    }
    .overlay-sp .main-overlay .menu-sp ul .search .search-div input::placeholder {
        font-size: 13px;
    }
    .overlay-sp .main-overlay .menu-sp ul .search .search-div p {
        background-color: #005935;
        color: white;
        display: inline-flex;
        align-items: center;
        padding: 10px;
        margin-left: 20px;
        cursor: pointer;
    }
    .overlay-sp .main-overlay .menu-sp ul .search .category-title span {
        display: flex;
        align-items: center;
        color: #005935;
    }
    .overlay-sp .main-overlay .menu-sp ul .search.category {
        width: 100%;
    }
    .overlay-sp .main-overlay .menu-sp ul .search.category .category-title {
        background-color: #F4F2EE;
        padding: 5% 8%;
    }
    .category-title .plus {
        cursor: pointer;
        height: 21px;
        position: relative;
        width: 21px;
        padding: 16px;
    }
    .category-title .plus:before,
    .category-title .plus:after {
        background: #005935;
        content: '';
        height: 3px;
        left: 6px;
        position: absolute;
        top: 13px;
        width: 21px;
        transition: transform 500ms ease;
    }
    .category-title .plus:after {
        transform-origin: center;
    }
    .category-title .plus.cscollapsed:after {
        transform: rotate(90deg);
    }
    .category-title .plus.cscollapsed:before {
        transform: rotate(180deg);
    }
    .overlay-sp .main-overlay .menu-sp .search-category {
        width: 100%;
    }
    .overlay-sp .main-overlay .menu-sp .search-category a {
        display: block;
        padding: 5% 10% 5% 12%;
        color: #666;
        text-decoration: none !important;
    }
    .overlay-sp .main-overlay .menu-sp .search-category a {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D9D9D9;
    }
    .overlay-sp .main-overlay .menu-sp .search-category a::after {
        content: '>';
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green {
        background-color: #005935;
        color: white;
        margin-bottom: 1px;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green img {
        filter: brightness(0) invert(1);
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5% 10% 5% 12%;
        color: white;
        text-decoration: none !important;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green a span {
        display: flex;
        align-items: center;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green a::after {
        content: '\f105 ';
        font: normal normal normal 14px/1 Fontawesome;
        font-size: 30px;
        color: white;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green.white {
        background-color: white;
        color: #666;
        border-bottom: 1px solid #D9D9D9;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green.white a {
        color: #666;
        text-decoration: none !important;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green.last a::after {
        display: none;
    }
    .overlay-sp .main-overlay .menu-sp ul .search-title.green.last #last {
        margin: 0;
    }
    .overlay-sp .pickup {
        margin: 20px;
    }
    .overlay-sp .pickup h2 {
        font-family: 'YuGothicB';
        font-weight: bold;
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        margin: 10px;
        color: #005935;
    }
    .overlay-sp .pickup p {
        font-family: 'YuGothicC';
        background-color: white;
        color: #666;
        padding: 3%;
        font-size: 22px;
        text-align: center;
        padding: 30px 10px;
    }
    .overlay-sp .pickup p a {
        color: #666;
        text-decoration: none !important;
    }
    .overlay-sp .copy {
        font-family: 'YuGothicC';
        background-color: white;
        color: #666;
        text-align: center;
        padding: 20px;
        font-size: 14px;
    }
    .footer .top-footer .company-logo p,
    .footer .top-footer .company-address {
        font-size: 14px;
        letter-spacing: 4px;
    }
    .footer .top-footer .company-logo h2,
    .footer .top-footer .company-contact a span {
        font-size: 23px;
        font-family: 'YuGothicB';
    }
    .footer .top-footer .company-contact a span {
        border-bottom: 2px solid #333;
    }
    .bottom-right-footer {
        display: none;
    }
    .footer .bottom-footer .logo-icon {
        width: 207px;
    }
    .footer {
        padding: 5%;
    }
    .sns-follow {
        width: 100%;
        padding: 5%;
        padding-top: 20%;
        background: white;
        margin: 0;
    }
    .sns-follow .contant-form .content {
        flex-direction: column;
    }
    .sns-follow .contant-form .content .tel,
    .sns-follow .contant-form .content .fax {
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .sns-follow .contant-form .content .tel .content1,
    .sns-follow .contant-form .content .fax .content1 {
        font-size: 15px;
    }
    .slideshow.recommend {
        background-color: transparent;
    }
    .slideshow.recommend .item {
        margin-right: 27px;
    }
    .slideshow.recommend .item .slick-list {
        margin: 0 20px;
        margin-left: -27px;
    }
    .slideshow.recommend .item img {
        height: auto;
        width: 100%;
    }
    .recommend {
        background-color: white;
    }
    .footer .top-footer .company-address p {
        letter-spacing: 1px;
    }
    .footer .top-footer .right-footer {
        width: 20px
    }
    .amazon {
        text-align: center;
        padding-top: 10%;
        margin-bottom: 10%;
        background: white;
    }
    .amazon img {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .sns-follow .contant-form .content .tel .phone,
    .sns-follow .contant-form .content .fax .phone {
        font-size: 28px;
        white-space: nowrap;
    }
    .sns-follow .contant-form .content .fax .content1 a {
        margin-left: 0;
    }
    .sns-follow .sns a {
        margin-right: 20px;
    }
    .sns-follow .sns {
        margin-left: 0;
    }
    footer {
        margin-top: 0;
    }
    .production-items {
        padding-bottom: 90px;
    }
    .recommend .slick-prev.slick-arrow,
    .slideshow.slideproduction .slick-prev.slick-arrow {
        position: absolute;
        bottom: 0;
        left: 40%;
        z-index: 3;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
        outline: none;
        border: none;
        background: none;
    }
    .recommend .slick-next.slick-arrow,
    .slideshow.slideproduction .slick-next.slick-arrow {
        position: absolute;
        bottom: 0;
        right: 40%;
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
        outline: none;
        border: none;
        background: none;
    }
    .product .slick-list {
        margin-left: 30px!important;
        padding-left: 0 !important;
    }
    .recommend .slick-prev.slick-arrow:after,
    .slideshow.slideproduction .slick-prev.slick-arrow:after {
        content: '';
        background: url(../img/left-arrow.png);
        background-size: 100%;
        display: block;
        width: 50px;
        height: 50px;
    }
    .recommend .slick-next.slick-arrow:after,
    .slideshow.slideproduction .slick-next.slick-arrow:after {
        content: '';
        background: url(../img/right-arrow.png);
        background-size: 100%;
        display: block;
        width: 50px;
        height: 50px;
    }
    .recommend .slick-list {
        padding-bottom: 20%;
        padding-left: 0 !important;
        margin-left: 32px;
    }
    .detail-title .detail-goods .detail-goods-right .add-number {
        margin-top: 5%;
    }
    /* slider animation */
    .goods-details .main-slider .gallery .grid {
        grid-template-columns: auto;
        padding-bottom: 25%;
    }
    .goods-details .main-slider .gallery .grid .slick-slide {
        padding:0 10px;
    }
    .goods-details .main-slider .gallery .grid .slick-list {
        /* padding-left: 0px!important; */
    }
    .goods-details .main-slider .gallery .grid .slick-prev.slick-arrow {
        position: absolute;
        bottom: 0;
        left: 40%;
        z-index: 3;
        -webkit-transform: translateX(-40%);
        transform: translateX(-40%);
        outline: none;
        border: none;
        background: none;
    }
    .goods-details .main-slider .gallery .grid .slick-next.slick-arrow {
        position: absolute;
        bottom: 0;
        right: 40%;
        -webkit-transform: translateX(40%);
        transform: translateX(40%);
        outline: none;
        border: none;
        background: none;
    }
    .goods-details .main-slider .gallery .grid .slick-list {
        /* padding-left: 0px!important; */
    }
    .goods-details .main-slider .gallery .grid .slick-prev.slick-arrow:after {
        content: '';
        background: url(../img/left-arrow.png);
        background-size: 100%;
        display: block;
        width: 50px;
        height: 50px;
    }
    .goods-details .main-slider .gallery .grid .slick-next.slick-arrow:after {
        content: '';
        background: url(../img/right-arrow.png);
        background-size: 100%;
        display: block;
        width: 50px;
        height: 50px;
    }
    .goods-details .main-slider .gallery .grid .slick-list {
        padding-bottom: 20%;
    }
    .goods-details .main-slider .gallery {
        padding: 0;
    }
    .breadcrumb-1 .bread .goods-cost #yen {
        font-size: 12px;
    }
    .breadcrumb-1 .bread .goods-name::after {
        margin: 0 2px;
        content: "|";
        font: unset;
        font-size: 20px;
    }
    .leaf img {
        object-fit: cover;
        height: 368px;
        width: 100%;
    }
    .main-goods .maingood-detail .delivery a,
    .main-goods .maingood-detail .free,
    .custom_free,
    .main-goods .maingood-detail .sns .add-sns,
    .custom_sns .add-sns,
    .detail-title .detail-goods .detail-goods-content p {
        font-size: 14px;
    }
    .main-goods .maingood-detail .sns .share img,
    .custom_sns .share img {
        width: 25px
    }
    .main-goods .maingood-detail .sns .share .facebook img,
    .custom_sns .share .facebook img {
        width: 30px
    }
    .main-goods .maingood-detail .free,
    .custom_free {
        font-size: auto;
    }
    .main-title .paleail .taste ul .paleail-content h3 {
        margin: 30px;
    }
    .main-title .paleail .taste h3 {
        font-size: 32px;
    }
    .main-title .paleail .taste ul .paleail-content .taste-content {
        margin-top: 30px;
    }
    .main-title .paleail .taste ul .paleail-content .taste-content {
        font-size: 16px;
    }
    .detail-title .detail-goods .detail-goods-right .details-goods-title {
        font-size: 18px;
    }
    .goods-cost-select .fs-c-price__value,
    .detail-title .detail-goods .detail-goods-right .add-number .cost {
        font-size: 30px;
    }
    .recommend ul li figcaption h3,
    .recommend ul li figcaption p {
        font-size: 14px;
    }
    .recommend ul li figcaption .member-cost span {
        font-size: 17px;
    }
    .main-section .main-details {
        width: 100%
    }
    .maingood-detail .fs-c-productNameHeading__name {
        font-size: inherit;
    }
    .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
        font-size: 16px;
    }
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
    .goods-cost-select .fs-c-productPrice__addon__label,
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after,
    .detail-title .detail-goods .detail-goods-right .add-number .cost #tax-yen {
        font-size: 20px;
    }
    .detail-title .detail-goods .detail-goods-content p span {
        width: 100%
    }
    .recommend ul li figcaption .member-cost {
        font-size: 14px;
    }
    .sns-follow .contant-form .content .tel .content-title,
    .sns-follow .contant-form .content .fax .content-title {
        font-size: 18px;
    }
    .footer .top-footer .company-contact {
        font-size: 16px;
    }
    .sns-follow .follow-title h2 {
        font-size: 32px;
    }
    .sns-follow .follow-title span {
        font-size: 16px;
    }
    .sns-follow .follow-title img {
        width: 60px;
        height: 2px;
        margin-top: 12px;
        margin-right: 15px;
        margin-left: 20px;
    }
    .sns-follow .sns a img {
        width: 50px;
    }
    .sns-follow .sns .facebook img {
        width: 25px;
    }
    .sns-follow .contant-form .title h2 {
        font-size: 22px;
    }
    .sns-follow .contant-form .content .tel .content-title,
    .sns-follow .contant-form .content .fax .content-title {
        font-size: 20px;
    }
    .award .award-title .award-line .award-en {
        font-size: 32px;
        font-family: 'YuGothicB';
        font-weight: bold;
    }
    .award .award-title .award-line img {
        width: 60px;
        margin-right: 15px;
        height: 2px;
        margin-top: 15px;
    }
    .award .award-title .award-line .award-en span {
        font-family: 'YuGothicC';
        font-size: 16px;
    }
    .recommend .recommend-title p {
        font-size: 32px;
        font-family: 'Helvetica Neue LT Std';
        color: white;
    }
    .recommend .recommend-title img {
        width: 60px;
    }
    .recommend .recommend-title p span {
        font-size: 16px;
    }
    .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
        font-size: 16px;
    }
    .main-goods .maingood-detail .beaf-sub-logo {
        width: 140px;
    }
    .maingood-detail .fs-c-productNameHeading__name {
        font-size: 24px;
    }
    .fs-c-productNameHeading.fs-c-heading .fs-c-productNameHeading__copy {
    /* font-size: 30px !important; */
        margin-top: 25px !important;
    }
    .fs-goods-category-name {
        font-size: 18px !important;
        margin: 20px 0 !important;
    }
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before,
    .goods-cost-select .fs-c-productPrice__addon__label,
    .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after,
    .detail-title .detail-goods .detail-goods-right .add-number .cost #tax-yen {
        font-size: 20px !important;
    }
    .fs-c-button--addToCart--detail .fs-c-button__label::before {
        width: 25px !important;
        background-size: 25px 25px !important;
    }
    .fs-c-button--addToCart--detail .fs-c-button__label {
        font-size: 18px !important;
    }
    .fs-c-button--addToCart--detail {
        padding: 26px 0px !important;
    }
    .main-goods .maingood-detail .delivery .fs-c-productMarks,
    .main-goods .maingood-detail .delivery .deliver-p {
        font-size: 14px;
    }
    .main-goods .maingood-detail .delivery a {
        font-size: 16px;
    }
    .main-goods .maingood-detail .free,
    .custom_free {
        font-size: 20px;
    }
    .main-goods .maingood-detail .sns .share img,
    .custom_sns .share img {
        font-size: 30px;
    }
    .main-goods .maingood-detail .sns .share a,
    .custom_sns .share a {
        margin: 0 10pxvw;
    }
    .main-goods .maingood-detail .sns .share .facebook img,
    .custom_sns .share .facebook img {
        width: 13px;
    }
    .cantype {
        font-size: 18px !important;
        margin: 50px 0 !important;
    }
    .main-title .paleail .taste ul .paleail-content h3 {
        font-size: 32px;
        margin: 30px;
    }
    .main-title .paleail .taste h3 img {
        width: 60px;
        margin-right: 30px;
    }
    .main-title .paleail .taste ul .paleail-content .taste-title {
        font-family: 'YuGothicB';
        font-size: 18px;
        line-height: 1.8;
    }
    .main-title .paleail .taste ul .paleail-content .taste-content {
        font-family: 'YuGothicC';
        font-size: 16px;
        margin-top: 30px;
        line-height: 1.8;
        text-align: justify;
    }
    .main-title .paleail .taste ul a {
        font-family: 'YuGothicB';
        font-weight: bold;
        font-size: 16px;
        color: #005935;
        text-align: center;
        margin: 20px auto;
        display: inline-block;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 5px;
    }
    .main-title .paleail .taste .catch p:first-child {
        font-size: 18px;
    }
    .main-title .paleail .taste .catch p,
    .special-frame .gold-content,
    .detail-title .detail-goods .detail-goods-content p {
        font-size: 16px;
    }
    .special-frame h2 {
        line-height: 52px;
    }
    .goods-details .about .about-content a p {
        padding: 10px;
        color: black;
        font-family: 'YuGothicC';
        font-size: 20px;
        background-color: white;
        text-align: center;
        margin-top: 3%;
    }
    .breadcrumb-1 .addcart a p {
        font-size: 10px;
    }
    .award .award-content .award-year p,
    .award .award-content .medal p {
        font-size: 14px;
    }
    .fs-c-quantity__select.fs-system-quantity-list {
        padding: 10px !important;
        width: 57px !important;
        font-size: 16px !important;
    }
    .main-goods .maingood-detail .delivery .fs-c-productMarks {
        padding: 5px 10px;
    }
    .main-goods .maingood-detail .delivery .deliver-p {
        padding: 10px 20px;
    }
    .main-goods .maingood-detail .sns .add-sns,
    .custom_sns .add-sns {
        padding: 10px;
    }
    .main-goods .maingood-detail .sns .add-sns::before,
    .custom_sns .add-sns::before {
        font-size: 14px;
        margin-right: 10px;
    }
    .main-goods .maingood-detail .sns .share a,
    .custom_sns .share a {
        margin: 0 10px;
    }
    .detail-title .detail-goods .detail-goods-right .add-cart {
        display: flex;
        background-color: rgb(0, 89, 53);
        align-items: center;
        color: white;
        text-align: center;
        justify-content: center;
        font-size: 18px;
        font-family: YuGothicC;
        padding: 30px 0px;
        margin-top: 5%;
        cursor: pointer;
    }
    .detail-title .detail-goods .detail-goods-right .add-cart img {
        width: 25px;
        margin-right: 10px;
    }
    .goods-details .about .about-content {
        font-family: YuGothicC;
        background-color: rgb(51, 51, 51);
        padding: 4%;
        color: white;
        font-size: 17px;
        line-height: 1.8;
    }
    .goods-details .about .about-image .banner img {
        width: 100%;
        object-fit: cover;
        height: 240px
    }
    .footer .top-footer .company-contact a {
        font-size: 18px;
    }
}

@media screen and (max-width:650px) {
    .se-pre-con .loader-text .loader-text1 {
        font-size: 12.5vw;
        font-family: 'gargon';
        letter-spacing: 4vw;
        text-indent: 4vw;
    }
    .se-pre-con .loader-text .loader-text2 {
        margin-top: 3.125vw;
        letter-spacing: 0.3vw;
        font-size: 6.25vw;
        font-weight: bold;
        font-family: 'Helvetica Neue LT Std';
        text-indent: 0.3vw;
    }
    .main-section .sidebar {
        display: none;
    }
    .beaf-sub-logo-content-other {
        display: none;
    }
    .overlay .main-content .second-top-menu {
        width: 100%;
    }
    .overlay .main-content .first-top-menu,
    .overlay .main-content .second-top-menu,
    .overlay .main-content .third-top-menu {
        width: auto;
    }
}





.main-title .paleail .taste ul .variety_content .taste-title {
    font-family: 'YuGothicB';
    font-size: 18px;
    line-height: 1.8;
}

.variety_content {
    padding-top: 20px;
    padding-right: 20px;
}

.main-title .paleail .variety h3 {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 30px;
    padding-bottom: 1px;
    font-family: 'Helvetica Neue LT Std';
}

.main-title .paleail .variety ul {
    grid-template-columns: 1fr 2fr;
    background: white;
}

.main-title .paleail .taste .variety .variety_link {
    font-family: 'YuGothicB';
    font-weight: bold;
    font-size: 16px;
    color: #005935;
    text-align: center;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    left: 100%;
    transform: translateX(-100%);
}

.main-title .paleail .taste ul .variety_content .taste-content {
    font-family: 'YuGothicC';
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.8;
    text-align: justify;
}

.main-title .paleail .taste .variety ul {
    margin-bottom: 3%;
    margin-top: 0;
}

.main-title .paleail .taste .variety ul a {
    float: right;
    left: 0;
    transform: none;
}
.main-title .paleail .taste .variety .variety_link::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #005935;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.main-title .paleail .taste .variety .variety_link:hover:after {
    left: 0;
    width: 100%;
}
.main-title .paleail .taste ul .variety_content .taste-title span{
		font-size: 20px;
	}
@media screen and (max-width:1430px) {
    .variety_content {
        padding-top: calc( 20/1430 * 100vw);
        padding-right: calc( 20/1430 * 100vw);
    }
    .main-title .paleail .variety h3 {
        font-size: calc(32/1430 * 100vw);
    }
    .main-title .paleail .taste ul .variety_content .taste-content {
        font-size: calc(16/1430 * 100vw);
		margin-top:calc(30/1430 * 100vw);
    }
    .main-title .paleail .taste ul .variety_content .taste-title {
        font-size: calc(18/1430 * 100vw);
    }
	.main-title .paleail .taste ul .variety_content .taste-title span{
		font-size: calc(20/1430 * 100vw);
	}
	
}

@media screen and (max-width: 500px) {
    .variety_content {
        padding: 20px;
    }
    .main-title .paleail .taste ul .variety_content .taste-title {
        font-size: 18px
    }
	.main-title .paleail .taste ul .variety_content .taste-title span{
		font-size: 20px;
	}
    .main-title .paleail .taste .variety ul {
        grid-template-columns: 1fr;
    }
    .main-title .paleail .variety h3 {
        font-size: 32px;
    }
    .main-title .paleail .taste ul .variety_content .taste-content {
        font-size: 16px;
		margin-top: 30px;
    }
	.main-title .paleail .variety h3{
		    margin-top: 60px;
	}
	.special-frame h2{
		line-height: 36px;
	}
}