@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  margin-top: 88px;
}

.-eng {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #222;
  text-decoration: none;
}

a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.6;
  text-decoration: none;
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}

/*index*/
#headers {
  padding: 0px 5%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 4;
}

.header-wrapper {
  position: relative;
}

.headers-in {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.-s-logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#logo {
  max-width: 159px;
}

.gnav {
  margin: 0 auto;
}

.gnav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gnav-area__list {
  text-align: center;
  font-size: 1.4rem;
  padding: 20px 0;
}

.gnav-area__list:not(:last-child) {
  margin-right: 30px;
}

.mega-menu_wrapper {
  position: absolute;
  background: #fff;
  max-height: 0px;
  overflow: hidden;
  width: 100%;
  top: 100%;
  left: 0;
}

.-mega-key {
  cursor: pointer;
}

.-mega-key:hover {
  border-bottom: 2px solid #000;
}

.-mega-key:hover .mega-menu_wrapper {
  overflow: visible;
  max-height: 1000px;
}

.mega-menu {
  padding: 40px 5%;
}

.mega-menu-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.mega-menu-inner dt {
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.mega-menu-inner dd {
  font-size: 1.3rem;
  text-align: left;
}

.mega-menu-inner dd:not(:last-of-type) {
  margin-bottom: 10px;
}

.mega-menu-category {
  display: grid;
  grid-template-columns: repeat(5, 18%);
  gap: 0 2.5%;
  margin: 0 auto 30px;
}

.mega-menu-outline {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 0 4%;
}

.mega-menu-outline__list {
  text-align: center;
  font-size: 1.3rem;
}

.mega-menu-outline__list--a {
  border: 1px solid #ccc;
  padding: 10px 6px;
  display: block;
  width: 100%;
  letter-spacing: 0;
}

.i-mega-gift,
.side-cate-gift {
  background: url(../img/i-mega-gift.svg) no-repeat left center / 20px 20px;
}

.i-mega-smork,
.side-cate-smork {
  background: url(../img/i-mega-smoke.svg) no-repeat left center / 20px 20px;
}

.i-mega-seafood,
.side-cate-seafood {
  background: url(../img/i-mega-seafood.svg) no-repeat left center / 20px 20px;
}

.i-mega-kaori,
.side-cate-kaori {
  background: url(../img/i-mega-kaori.svg) no-repeat left center / 16px 16px;
}

.i-mega-pair,
.side-cate-pair {
  background: url(../img/i-mega-pair.svg) no-repeat left center / 20px 20px;
}

.i-mega-special,
.side-cate-special {
  background: url(../img/i-mega-special.svg) no-repeat left center / 20px 20px;
}

.i-mega-send,
.side-cate-send {
  background: url(../img/i-mega-send.svg) no-repeat left center / 20px 20px;
}

.i-mega-teiki,
.side-cate-teiki {
  background: url(../img/i-mega-teiki.svg) no-repeat left center / 20px 20px;
}

.i-mega-item {
  background: url(../img/i-mega-item.svg) no-repeat left center / 20px 20px;
}

.i-mega-gift,
.i-mega-seafood,
.i-mega-kaori,
.i-mega-pair,
.i-mega-smork,
.i-mega-special,
.i-mega-send,
.i-mega-teiki,
.i-mega-item,
.side-cate-gift,
.side-cate-seafood,
.side-cate-kaori,
.side-cate-pair,
.side-cate-smork,
.side-cate-special,
.side-cate-send,
.side-cate-teiki {
  padding: 3px 0 3px 26px;
}

.side-cate-gift,
.side-cate-seafood,
.side-cate-kaori,
.side-cate-pair,
.side-cate-smork,
.side-cate-special,
.side-cate-send,
.side-cate-teiki {
  margin-left: -26px;
}

.nav-wrapper {
  display: none;
}

.-nav-ja {
  margin-bottom: 6px;
}

.tp-actbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.tp-act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  margin-left: 34px;
}

.tp-act__list:not(:first-child) {
  margin-left: 10px;
}

.tp-act__list:last-child {
  display: none;
}

.-tp_icon {
  max-width: 18px;
  margin: 0 auto 6px;
}

.tp-search__box {
  -webkit-box-shadow: 0 0 0 1px inset #ccc;
  box-shadow: 0 0 0 1px inset #ccc;
  padding: 8px;
  border-radius: 4px;
}

.tp-search__box form {
  display: grid;
  grid-template-columns: auto 14px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  width: 190px;
}

.tp-search__input {
  background: #eee;
}

.tp-search__box form ::-webkit-input-placeholder {
  color: #999;
}

.tp-search__box form :-ms-input-placeholder {
  color: #999;
}

.tp-search__box form ::placeholder {
  color: #999;
}

.-sp-searchs {
  display: grid;
  grid-template-columns: auto 40px;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.-sp-searchs img {
  max-width: 20px;
  margin: 0 auto 5px;
  display: block;
}

.-sp-searchs input {
  border: 1px solid #666;
  padding: 4px;
}

.-sp-searchs .tp-search__btn {
  display: inherit;
}

.-sp-searchs .tp-search__btn span {
  font-size: 1rem;
  line-height: 1;
  color: #000 !important;
}

#humberger {
  position: relative;
  height: 28px;
  width: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0px;
  cursor: pointer;
}

#humberger span {
  position: absolute;
  left: 3px;
  height: 2px;
  width: 28px;
  background-color: #333232;
  border-radius: 2px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#humberger span:nth-of-type(1) {
  bottom: 18px;
}

#humberger span:nth-of-type(2) {
  bottom: 10px;
}

#humberger span:nth-of-type(3) {
  bottom: 2px;
}

#humberger.active span:nth-of-type(1) {
  bottom: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#humberger.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

#humberger.active span:nth-of-type(3) {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tp-act__list--a {
  position: relative;
  display: block;
}

.fs-client-cart-count {
  background: #e74908;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  height: 18px;
  right: 0;
  line-height: 1em;
  padding: 5px 0px 5px;
  position: absolute;
  top: -5px;
  width: 18px;
  letter-spacing: 0;
  text-align: center;
}

.fs-client-cart-count--0 {
  display: none;
}

.navi {
  position: fixed;
  right: 0;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  width: 440px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  -webkit-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  overflow: auto;
  top: 0;
}

.navi_inner {
  position: relative;
  padding: 100px 5%;
}

.n-act__list {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.n-act__list:not(:last-child) {
  margin-bottom: 10px;
}

.n-act__list--a {
  text-align: center;
  color: #fff !important;
  background: #f7b700;
  display: block;
  border-radius: 6px;
  padding: 10px;
}

.hum-nav {
  margin-bottom: 40px;
}

.hum-nav__list {
  margin: 0 0 -1px -1px;
  font-weight: bold;
}

.hum-nav__list--a {
  display: block;
  padding: 14px 10px;
  border-bottom: 1px dashed #ccc;
}

.hum-mins {
  margin-bottom: 40px;
}

.hum-mins__list {
  font-display: 1.8rem;
  margin-bottom: -1px;
}

.hum-mins__list--a {
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
}

.g-nav--block-child {
  display: none;
}

#close {
  position: absolute;
  top: 30px;
  width: 24px;
  cursor: pointer;
}

.fs-c-breadcrumb {
  max-width: 1120px;
  margin: 25px auto;
}

.fs-c-breadcrumb__list {
  background: url(../img/i-home.svg) no-repeat left 7px / 10px 12px;
  padding-left: 20px;
}

.-underline {
  text-decoration: underline;
}

.eme-info {
  background: #c75f56;
  padding: 10px 5%;
}

.eme-info,
.eme-info a {
  color: #fff !important;
}
.eme-info div {
  max-width: 1120px;
  margin: 0 auto;
}

/**/

.slick_mvslider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  max-width: 1340px;
  margin: 0 auto;
}

.slick_mvslider .slick-list {
  overflow: visible;
}

.slick_mvslider img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slick_mvslider.slick-initialized {
  opacity: 1;
}

.slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: pointer;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.slick-dots li {
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background: #f7f7f7;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background: #c75f56;
}

.mv_cover {
  margin-bottom: 100px;
}

.tit-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.tit-lang__ja {
  font-size: 2.4rem;
  margin-right: 30px;
}

.tit-lang__jen {
  font-size: 1.4rem;
  color: #999;
}

.fs-c-productListCarousel__ctrl {
  display: none;
}

#m-cont,
.kaori-selection {
  max-width: 1120px;
  margin: 0 auto 100px;
}

.kaori-selection .slick-dots {
  bottom: -40px;
}

.c-cate {
  padding-bottom: 40px;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 40px;
}

.c-cate__list--act {
  background: url(../img/i-plus.svg) no-repeat right center / 9px 9px;
  padding: 10px 20px 10px 0;
  cursor: pointer;
}

.c-cate__list--act.active {
  background: url(../img/i-muinus.svg) no-repeat right center / 9px 9px;
}

.c-cate__list--a {
  background: url(../img/side-arrow.svg) no-repeat right center / 9px 9px;
  padding: 10px 20px 10px 0;
  cursor: pointer;
}

#l-side {
  width: 23.2%;
}

.c-cate__list--min {
  margin-left: 26px;
  font-size: 1.4rem;
}

.c-cate__list--min li:not(:last-of-type) {
  margin-bottom: 6px;
}

.c-cate__list--min {
  display: none;
}

.s-catetit {
  font-weight: bold;
  margin: 30px auto 10px;
}

.c-sns__list--a {
  display: grid;
  grid-template-columns: 44px auto;
  gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-sns__list:not(:last-of-type),
.side-ban__list:not(:last-of-type) {
  margin-bottom: 20px;
}

.c-sns {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.side-ban {
  margin-top: 40px;
}

#m-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#m-main {
  width: 72.3%;
}

#single {
  width: 100%;
}

.youtube {
  margin: 0 auto 40px;
}

.about-message {
  text-align: center;
  margin: 30px auto 40px;
  line-height: 2;
}

.about-message__btn {
  max-width: 270px;
  margin: 0 auto;
}

.about-message__btn .w-arrow {
  display: block;
}

.-red-btn {
  background: #c75f56;
  color: #fff !important;
  padding: 15px;
  border-radius: 4px;
  display: block;
  text-align: center;
}

.-line-btn {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  display: block;
  text-align: center;
  border: 1px solid #707070;
}

.w-arrow {
  background: url(../img/arrow-w.svg) no-repeat right center / 6px 13px;
  padding-right: 16px;
}
.bk-arrow {
  background: url(../img/arrow-bk.svg) no-repeat right center / 6px 13px;
  padding-right: 16px;
}

.about-kaori {
  margin: 0 auto 120px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube lite-youtube {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

.tp-bansarea {
  margin: 0 auto 90px;
}

.tp-bansarea__list:not(:last-of-type) {
  margin-bottom: 30px;
}

.next-send {
  text-align: center;
  margin: 20px auto 0px;
}

.tp-cateblk,
.basic-area {
  margin: 0 auto 100px;
}

.tp-cateblk-area {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 20px 4%;
  text-align: center;
  font-size: 1.5rem;
}

.tp-cateblk-area img {
  margin-bottom: 10px;
}

.cling-tab {
  display: grid;
  grid-template-columns: repeat(4, 24.4%);
  gap: 20px 0.8%;
  text-align: center;
  margin-bottom: 40px;
}

.cling-tab__list {
  padding: 20px 10px;
  background: #e8e8e8;
  cursor: pointer;
}

.cling-tab__list.select {
  background: #fff;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

.cling-box {
  margin: 0 auto 40px;
}

.cling-area {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 20px 4%;
}

.cling-area__list--img {
  margin-bottom: 20px;
}

.cling-area__list--name {
  margin-bottom: 20px;
}

.cling-area__list--price {
  font-weight: bold;
}

.cling__btn {
  max-width: 270px;
  margin: 0 auto;
}

.articles__btn {
  max-width: 270px;
  margin: 40px auto 0;
}

.cling__btn .bk-arrowm,
.articles__btn .bk-arrowm {
  display: block;
}

.hide {
  display: none;
}

.articles-box {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 40px 5%;
}

.articles-box__list {
  font-size: 1.4rem;
}

.articles-box__list p:not(:last-of-type) {
  margin-bottom: 20px;
}

.articles-box__list--img {
  margin-bottom: 20px;
}

.recipe-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 20px auto 0;
}

.recipe-cate li:not(:last-of-type) {
  background: url(../img/cate-line.svg) no-repeat right center / 21px 21px;
  padding-right: 30px;
  margin: 0 10px 10px 0;
}

.tp-news__line {
  background: url(../img/dod-line.svg) repeat-x left bottom;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 0 30px;
  padding: 0 0 20px;
}

.tp-news__line:not(:last-of-type) {
  margin-bottom: 20px;
}

.tp-news__line time {
  font-size: 1.4rem;
}

.tp-news__line_link {
    text-decoration: underline;
}

.tp-news__line_link:hover {
    text-decoration: none;
}

.-more__btn {
  max-width: 270px;
  margin: 40px auto 0;
}

.about-smoked {
  background: url(../img/about-smoked.jpg) no-repeat center center / cover;
  width: 100%;
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 5%;
}

.about-smoked_in {
  max-width: 1120px;
  margin: 0 auto;
  line-height: 2;
  color: #fff !important;
  text-align: center;
}

.mb_txt p:not(:last-of-type) {
  margin-bottom: 30px;
}

.-about-btn {
  background: rgba(0, 0, 0, 0.3);
}

.-about-btn,
.-about-btn-b {
  padding: 15px;
  border-radius: 4px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  color: #fff !important;
}

.-about-btn-b {
  background: rgba(0, 0, 0, 0.6);
}

.-about-sm_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 620px;
  margin: 20px auto 0;
}

.-about-sm {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}
.-about-sm:first-child {
  margin-right: 20px;
}

.f-act {
  max-width: 1120px;
  margin: 0px auto;
  padding: 60px 0;
  background: #fff;
}

.f-act-box {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.f-act-box__list--a {
  display: block;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 4px;
}

.f-member {
  background: url(../img/f-member.svg) no-repeat left center / 18px 18px;
  padding-left: 28px;
}

.f-mail {
  background: url(../img/f-mail.svg) no-repeat left center / 18px 18px;
  padding-left: 28px;
}

.f-sns {
  display: grid;
  grid-template-columns: 44px 44px 44px 44px;
  gap: 0 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
}

.f-sns__list {
  max-width: 44px;
}

#footers {
  background: #fff;
}

.foot-area {
  background: #eeeeef;
  padding: 60px 5%;
}

.foot-area-in {
  max-width: 1120px;
  margin: 0 auto;
}

.f-cases {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 20px 2%;
  background: url(../img/dod-line.svg) repeat-x left bottom;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.f-cases__list a {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  height: 100%;
}

.f-cases__list a:hover {
  opacity: 0.6;
}

.f-cases__list--icon {
  max-width: 98px;
}

.f-cases__list__box {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: 98px auto;
  gap: 20px;
  font-size: 1.4rem;
}

.f-cases__list--tit {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.en-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.en-box__add {
  font-size: 1.4rem;
}

.en-box__add li {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 20px 10px;
}

.en-box__add li:not(:last-of-type) {
  margin-bottom: 6px;
}

.f-logo {
  max-width: 192px;
  margin-right: 30px;
}

.f-overg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px auto;
  font-size: 1.3rem;
  line-height: 1;
  width: 400px;
}

.f-overg__list:not(:first-child) {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  padding-left: 10px;
}
.f-overg__list:nth-child(4) {
  border: none;
}

.f-overg__list {
  margin-bottom: 10px;
}

small {
  font-size: 1.3rem;
  text-align: right;
  display: block;
}

.en-icon {
  max-width: 17px;
}

.en-box__overg {
  margin-left: auto;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#pagetop:hover {
  opacity: 0.6;
}

#pagetop span {
  background: url(../img/i-pagetop.svg) no-repeat right center / 40px 40px;
  padding: 13px 50px 13px 0;
}

.fs-c-featuredProduct {
  margin-top: 50px;
}

.-seosonal .slick-arrow,
.-scenes .slick-arrow,
.one_selection .slick-arrow,
#fs_ProductDetails .fs-c-featuredProduct__list .slick-arrow,
#fs_ShoppingCart .fs-c-featuredProduct__list .slick-arrow {
  display: none !important;
}

#fs_ShoppingCart .fs-c-slick.slick-slider {
  width: 100%;
}

.-seosonal .fs-c-slick .slick-track,
.-scenes .fs-c-slick .slick-track,
.one_selection .fs-c-slick .slick-track,
#fs_ProductDetails .fs-c-featuredProduct__list .slick-track,
#fs_ShoppingCart .fs-c-featuredProduct__list .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#fs_ProductDetails .fs-c-featuredProduct__list .slick-track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.one_selection .fs-c-slick .slick-track {
  height: 345px;
}

.-seosonal .fs-c-slick .slick-slide:not(:last-child),
.-scenes .fs-c-slick .slick-slide:not(:last-child),
.one_selection .fs-c-slick .slick-slide:not(:last-child),
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-slick .slick-slide:not(:nth-child(4n)),
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-slick .slick-slide:not(:nth-child(4n)) {
  margin-right: 4%;
}

.-seosonal .fs-c-productListCarousel__list__item,
.-scenes .fs-c-productListCarousel__list__item,
.one_selection .fs-c-productListCarousel__list__item,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item {
  margin: 0;
}

.-seosonal .fs-c-productListCarousel__list__item,
.-scenes .fs-c-productListCarousel__list__item,
.one_selection .fs-c-productListCarousel__list__item,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0;
  position: relative;
}

.one_selection .fs-c-productListCarousel__list__item,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productListCarousel__list__item {
  display: grid !important;
  grid-template-rows: 1fr 60px auto;
}

.-seosonal .fs-c-productMarks,
.-seosonal .fs-c-productName__copy,
.-scenes .fs-c-productMarks,
.-scenes .fs-c-productName__copy,
.one_selection .fs-c-productMarks,
.one_selection .fs-c-productName__copy,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productMarks,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productName__copy,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productMarks,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productName__copy {
  display: none;
}

.-seosonal .slick-track,
.-scenes .slick-track,
.one_selection .slick-track,
#fs_ProductDetails .fs-c-featuredProduct__list .slick-track,
#fs_ShoppingCart .fs-c-featuredProduct__list .slick-track {
  -webkit-transform: unset !important;
  transform: unset !important;
}

.-seosonal .fs-c-productListItem__imageContainer,
.-scenes .fs-c-productListItem__imageContainer,
.one_selection .fs-c-productListItem__image,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productListItem__imageContainer,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
}

#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-price__value,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-price__value {
  font-size: 1.4rem !important;
}

.-seosonal .fs-c-productListItem__productName,
.-scenes .fs-c-productListItem__productName,
.one_selection .fs-c-productListItem__productName,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productListItem__productName,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productListItem__productName {
  font-size: 1.6rem;
  line-height: 1.5;
}

.one_selection .fs-c-productListItem__productName {
  margin: 0 !important;
}

.-seosonal .fs-c-productPrices,
.-scenes .fs-c-productPrices,
.one_selection .fs-c-productPrices,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productPrices,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productPrices {
  font-weight: bold;
}

.one_selection .fs-c-slick .slick-slide,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-slick .slick-slide,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-slick .slick-slide {
  width: 22%;
}

#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-slick .slick-slide,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-slick .slick-slide {
  margin-top: 40px;
}

.-seosonal .fs-c-button--particular.fs-c-button--addToWishList--icon,
.-scenes .fs-c-button--particular.fs-c-button--addToWishList--icon,
.one_selection .fs-c-button--particular.fs-c-button--addToWishList--icon,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-button--particular.fs-c-button--addToWishList--icon,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-button--particular.fs-c-button--addToWishList--icon,
.-seosonal .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
.-scenes .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
.one_selection .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-button--particular.fs-c-button--removeFromWishList--icon,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-button--particular.fs-c-button--removeFromWishList--icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.-seosonal .fs-c-price,
.-scenes .fs-c-price,
.one_selection .fs-c-price,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-price,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-price {
  font-size: 1.4rem;
}

.-seosonal .fs-c-productListItem__control,
.-scenes .fs-c-productListItem__control,
.one_selection .fs-c-productListItem__control,
#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productListItem__control,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productListItem__control {
  padding: 0;
  margin: 0 !important;
}

#fs_ProductDetails .fs-c-featuredProduct__list .fs-c-productListItem__control form,
#fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-productListItem__control form {
  display: none;
}

#fs_ProductDetails .fs-c-featuredProduct__title,
#fs_ShoppingCart .fs-c-featuredProduct__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0px;
  border: none;
}

/*under*/
.fs-c-heading--page {
  font-size: 2.8rem;
  letter-spacing: 1px;
  padding: 0;
  margin: 20px auto 40px;
  border: none;
}

.category--mv {
  max-width: 1340px;
  margin: 0 auto 80px;
}

.category--mv_box {
  position: relative;
}

.category--mv_box h1 {
  color: #fff !important;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.category--mv__txt {
  max-width: 1040px;
  margin: 30px auto;
  text-align: center;
  line-height: 2;
  padding: 0 5%;
}

.tit-under {
  font-size: 2.4rem;
  margin-bottom: 34px;
}

.one_cates {
  margin: 0 auto 60px;
  letter-spacing: 2px;
  line-height: 2;
}

.one_cates:nth-child(even) {
  background: #fcf3ee;
  padding: 5%;
}

.one_cates:nth-child(:last-child) {
  margin-bottom: 0;
}

.one_cates img,
.under-cates img {
  max-width: 100%;
  height: auto;
  display: block;
}

.single-img {
  margin: 0 auto 30px;
}

.one_cates .mb_txt:not(:last-of-type) {
  margin-bottom: 50px;
}

.one_cates .mb_txt p:not(:last-of-type) {
  margin-bottom: 20px;
}

.one_cates:nth-child(even) .mb_txt:last-of-type,
.grid-info .mb_txt {
  margin-bottom: 0;
}

.dobble-img {
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 40px 4%;
}

.third-img {
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 40px 2%;
}

.grid-info {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 0 30px;
}

.category-list_blk {
  margin: 0 auto 60px;
}

.c-list_name {
  font-weight: bold;
  margin-bottom: 30px;
}

.under-cates {
  display: grid;
  grid-template-columns: repeat(4, 22%);
  gap: 40px 4%;
}

.under-cates__name {
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
}

.about-subsc__qa {
  margin-bottom: 25px;
}

.about-subsc__qa > li {
  border: 1px solid #707070;
  border-radius: 14px;
  padding: 3%;
}

.about-subsc__qa > li:not(:last-of-type) {
  margin-bottom: 10px;
}

.sd-key {
  background: url(../img/icon-q.svg) no-repeat 20px 50% / 17px 22px;
  padding: 0 0 0 57px;
  cursor: pointer;
  font-weight: bold;
}

.sd-key span {
  background: url(../img/qa-plus.svg) no-repeat 97% 50% / 15px 15px;
  display: block;
}

.sd-key.active span {
  background: url(../img/qa-close.svg) no-repeat 97% 50% / 15px 15px;
  display: block;
}

.omatome {
  text-align: center;
  margin: 0 auto 60px;
}

.omatome--fcp {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto 25px;
}
.c_red {
  color: #e23c30;
}

.sd-key__box {
  background: url(../img/icon-a.svg) no-repeat 20px 24px / 17px 22px #eee;
  padding: 3% 3% 3% 57px;
  border-radius: 10px;
  margin-top: 10px;
  display: none;
}

/*detail*/
.fs-l-product4 .fs-l-productLayout,
.fs-l-product2 .fs-l-productLayout {
  display: grid;
  grid-template-columns: 53% auto;
  grid-gap: 60px 110px;
}

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productThumbnail {
  display: grid;
  grid-template-columns: repeat(5, 18%);
  grid-gap: 2.5%;
}

.fs-c-productThumbnail__image {
  margin: 0;
}

.fs-c-productMainImage,
.fs-c-productMarks,
.fs-p-productDescription--full,
.fs-c-productPrices--productDetail {
  margin-bottom: 20px !important;
}

.fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: 20px;
}

.fs-c-productNameHeading {
  font-size: 2.4rem;
  margin: 0 auto 20px;
}

.fs-p-productDescription--full {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

.fs-c-productMark__mark {
  line-height: 1;
  padding: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 5px 5px 0;
}

.tag_refrigerator {
  background: #d8e7f2;
}

.tag_sale {
  background: #f2e0d8;
}

.tag_frozen {
  background: #eadcef;
}

.tag_limited {
  background: #d8e7f2;
}

.tag_normal-temperature {
  background: #f2e0d8;
}

.tag_send-free {
  background: #d9e0ea;
}

.tag_shipping-included {
  background: #d8e7f2;
}

.tag_noshi {
  background: #f2e0d8;
}

.tag_wrapping {
  background: #f5f37b;
}

.doukon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px !important;
}

.doukon dt::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background: url(../img/i-doukon.svg) no-repeat center;
  background-size: contain;
  vertical-align: top;
}

.doukon dt {
  background: #eeeeef;
  padding: 8px;
}

.doukon dd {
  margin-left: 1em;
}

.i-souryou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px !important;
}

.i-souryou dt {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  font-weight: bold;
}

.i-souryou dd {
  font-size: 1.4rem;
  font-weight: bold;
}

.separately {
  font-size: 1.2rem;
  margin-bottom: 25px !important;
}

.fs-c-button--addToCart--detail .fs-c-button__label {
  background: url(../img/i-cart-w.svg) no-repeat left center / 22px 18px;
  padding: 3px 0 3px 42px;
}

#fs_ProductDetails .fs-c-button--primary {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px 10px;
}

.fs-c-timeJoint {
  display: none;
}

.fs-c-productSalesPeriod {
  border: none;
  text-align: left;
  font-size: 1.4rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fs-c-productSalesPeriod__date time:first-child,
.fs-c-requiredMark {
  display: none;
}

.fs-c-productSalesPeriod__date time::after {
  content: "まで";
}

.fs-c-productSelection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

.fs-c-productSelection__name {
  background: none;
  padding: 0;
}

.fs-c-productSelection__name {
  width: 6.5em;
  font-size: 1.4rem;
}

.fs-c-productSelection__selection {
  width: calc(100% - 5.5em);
  padding: 0;
}

.fs-c-productSelection__field input {
  border: none;
  padding: 0;
}

.fs-c-productSalesPeriod__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.5em;
  font-weight: bold;
}

.fs-c-productSalesPeriod__label::before {
  content: "[";
  display: block;
}

.fs-c-productSalesPeriod__label::after {
  content: "]";
  display: block;
}

.fs-c-productSalesPeriod__date {
  width: calc(100% - 5.5em);
}

.-cart_custom {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 49% 49%;
  -webkit-column-gap: 2%;
  column-gap: 2%;
  position: relative;
}

.-cart_custom .fs-c-productQuantityAndWishlist {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  grid-column: 2/3;
  grid-row: 2/3;
}

.-cart_custom .fs-c-buttonContainer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  grid-column: 1/3;
  padding: 0;
  margin: 0 auto 20px;
  width: 100%;
}

.-cart_custom .fs-c-productActionButton.fs-c-buttonContainer {
  margin-top: 50px;
}

.-cart_custom .fs-c-productQuantityAndWishlist__quantity {
  position: absolute;
  left: 0;
  top: 0;
}

.-cart_custom .fs-c-buttonContainer--inquiryAboutProduct {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  grid-column: 1/2;
  grid-row: 3/2;
}

.-cart_contact,
.-cart_wish {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  border: 1px solid #707070;
  padding: 10px !important;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 46px;
  border-radius: 4px;
  font-size: 1.6rem;
  color: #333;
}

.-cart_contact span {
  background: url(../img/f-mail.svg) no-repeat left center / 17px 17px;
  padding-left: 27px;
}

.-cart_wish span {
  background: url(../img/i-wish.svg) no-repeat left center / 17px 17px;
  padding-left: 27px;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail {
  font-size: 1.6rem;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  display: none;
}

.one-details_cont--img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.one-details_cont--img p:not(:last-child) {
  margin-bottom: 30px;
}

.detail-tab {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 0 2%;
  text-align: center;
  margin: 0px auto 50px !important;
}

.detail-tab li {
  padding: 20px;
  background: #e8e8e8;
  cursor: pointer;
}

.detail-tab li.select {
  background: #fff;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}

.detail-box h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.one-details_cont--txt {
  letter-spacing: 2px;
  line-height: 2;
  margin: 0 auto 40px;
}

.one-details_cont--img {
  margin: 0 auto 60px;
}

.detail-spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-bottom: 25px;
}

.detail-spec th,
.detail-spec td {
  padding: 15px;
  border: 1px solid #ccc;
}

.detail-spec th {
  width: 28%;
  background: #f7f7f7;
}

#fs_ProductDetails {
  overflow: unset;
}

.fs-l-productLayout__item--2 {
  grid-row: 1/3;
  grid-column: 2/3;
}

.fs-c-price__currencyMark {
  display: none;
}

#fs_ProductDetails .fs-c-price__value {
  font-size: 2.6rem;
  letter-spacing: 0.03em;
  font-weight: bold;
}

#fs_ProductDetails .fs-c-price__value::after {
  font-size: 1.6rem;
  font-weight: normal;
}

.fs-c-price__value::after {
  color: #333333;
  content: "円";
}

.fs-c-productNameHeading__copy {
  margin-bottom: 22px;
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
  font-weight: normal;
}

.fs-c-productNameHeading__name {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: normal;
  margin-top: 0;
}

.spec-key {
  margin: 40px auto;
  width: 300px;
  background-color: #e9e8e8;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
}

.spec-key::before {
  content: "";
  position: absolute;
  left: 13%;
  top: 46%;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.spec-key.active::before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  top: 56%;
}

.spec-box {
  display: none;
}

.allergy-indication dt,
.size-indication dt,
.ingredients-tit {
  font-weight: bold;
  font-size: 1.6rem;
}

.allergy-indication dt,
.ingredients-tit {
  margin-bottom: 20px;
}

.size-indication dt,
.ingredients-sub {
  margin-bottom: 10px;
}

.allergy-indication dd {
  font-size: 1.4rem;
}

.size-indication {
  margin: 0 auto 40px;
}

.allergy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 6px auto 40px;
}

.allergy-box li {
  padding: 10px;
  text-align: center;
  border: 2px solid #e0bc24;
  color: #e0bc24;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1;
  margin: 0 5px 5px 0;
  font-size: 1.4rem;
}

.allergy-box li.a-identificatn {
  border: 2px solid #c75f56;
  color: #c75f56;
}

.fs-l-product4 .fs-l-productLayout__item--3 {
  grid-column: 1 / 2;
}

.fs-l-product4 .fs-l-productLayout__item--4 {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

#fs_ProductDetailsSubscribe .fs-c-productQuantityAndAction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

#fs_ProductDetailsSubscribe .fs-c-productQuantityAndAction--subscription .fs-c-productQuantityAndAction__action {
  grid-column: 1/3;
  padding: 0;
  margin: 0 auto 20px;
  width: 100%;
}

#fs_ProductDetailsSubscribe .fs-c-productQuantityAndAction--subscription .fs-c-button--addToSubscriptionCart--detail {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px 10px;
}

#fs_ProductDetailsSubscribe .fs-c-productQuantityAndAction--subscription .fs-c-productQuantityAndAction__quantity {
  margin: 0 auto 20px 0;
}

/*term*/
.about_terms-tbl {
  width: 100%;
  border-collapse: collapse;
}

.about_terms-tbl th,
.about_terms-tbl td {
  padding: 15px;
  border-bottom: 1px dashed #ccc;
}

.about_terms-tbl th {
  width: 25%;
  font-weight: normal;
  text-align: left;
}

.item_noshi--btn {
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 15px !important;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}

.item_noshi--btnlink {
    display: block;
    font-weight: bold;
    padding: 5px 15px;
    text-align: center;
}

.item_noshi--btnicon {
    background: url(../img/i-mega-gift.svg) no-repeat left center / 20px;
    padding: 5px 0 5px 30px;
}

/*order*/
.cat-step {
  max-width: 520px;
  margin: 0 auto 50px;
}

@media (max-width: 1120px) {
  /*detail*/
  .fs-l-product4 .fs-l-productLayout,
  .fs-l-product2 .fs-l-productLayout {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 50% auto;
    grid-gap: 50px;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 959px) {
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }
  .gnav,
  .tp-search__box,
  .tp-act__list:first-child {
    display: none;
  }

  .tp-act__list:last-child {
    display: block;
  }

  body {
    margin-top: 60px;
  }

  #headers {
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 4;
    padding: 13px 5%;
  }

  #logo {
    max-width: 80px;
  }

  .fs-c-breadcrumb {
    margin: 0 auto;
    border-top: 1px solid #cccccc;
    padding: 10px 5%;
  }

  .kaori-selection {
    width: 90%;
  }

  .tit-lang {
    text-align: center;
    display: block;
  }

  .tit-lang__ja {
    font-size: 1.9rem;
    margin-right: 10px;
  }

  .tit-lang__jen {
    font-size: 1.2rem;
  }

  #m-main {
    width: 100%;
  }

  .about-kaori,
  .tp-bansarea,
  .tp-cateblk,
  .basic-area,
  .tp-news {
    width: 90%;
    margin-bottom: 60px;
  }

  #l-side {
    display: none;
  }

  .tp-news {
    margin: 0 auto 60px;
  }

  .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }

  .nav-wrapper__in {
    padding: 5% 5% 120px;
    overflow-y: auto;
    height: 90%;
  }

  .h-snav {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    position: relative;
  }

  .h-snav > li > a {
    display: block;
    padding: 10px 0;
  }

  .h-snav span,
  .h-cate span {
    padding: 5px 0 5px 30px;
  }

  .h-cate li {
    border-bottom: 1px solid #ccc;
  }

  .h-cate > li > a {
    display: block;
    padding: 20px 0;
  }

  .h-subs {
    background: url(../img/i-plus.svg) no-repeat right center / 10px 10px;
    padding: 20px 0;
  }

  .h-subs.active {
    background: url(../img/i-muinus.svg) no-repeat right center / 10px 10px;
    padding: 20px 0;
  }

  .h-subs__list .c-cate {
    display: none;
  }

  .h-subs__list .c-cate {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  .h-subs__list .c-cate__list:last-child {
    border: none;
  }

  .h-subs__list .c-cate__list--act {
    padding: 20px 20px 20px 0;
  }

  .h-subs__list .c-cate__list--min a {
    padding: 10px 0 10px 0;
    display: block;
  }

  .h-subs__list .c-cate__list--min li:last-child {
    border: none;
  }

  .i-sp-member {
    background: url(../img/i-sp-member.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-login {
    background: url(../img/i-sp-login.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-heart {
    background: url(../img/i-sp-heart.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-cart {
    background: url(../img/i-sp-cart.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-read {
    background: url(../img/i-sp-read.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-cate {
    background: url(../img/i-sp-cate.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-send {
    background: url(../img/i-sp-send.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-new {
    background: url(../img/i-sp-new.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-gift {
    background: url(../img/i-sp-gift.svg) no-repeat left center / 20px 20px;
  }
  .i-sp-teiki {
    background: url(../img/i-sp-teiki.svg) no-repeat left center / 20px 20px;
  }
  .h-ennav {
    margin: 20px 0 30px;
  }
  .h-ennav li:not(:last-child) {
    margin-bottom: 10px;
  }
  .h-ennav a {
    background: url(../img/i-ennav.svg) no-repeat left center / 6px 12px;
    padding-left: 16px;
  }

  .hum-sns {
    display: grid;
    grid-template-columns: 30px 30px 30px 30px 30px;
    gap: 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 0;
  }

  .hum-sns__list {
    max-width: 30px;
  }

  .nav-wrapper__in .tp-search__box {
    display: block;
    max-width: 370px;
    margin: 20px auto;
  }

  .nav-wrapper__in .tp-search__box form {
    width: 100%;
    padding: 10px;
  }

  .f-act {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .f-cases {
    grid-template-columns: repeat(2, 49%);
    gap: 10px 2%;
  }

  .f-cases__list__box {
    grid-template-columns: 70px auto;
  }

  /*under*/
  .tit-under {
    font-size: 1.9rem;
    margin-bottom: 24px;
  }

  .one_cates,
  .category-list_blk {
    padding: 0 5%;
  }

  /*term*/
  .about_terms-tbl {
    width: 90%;
    margin: 0 auto;
  }

  /*detail*/
  .fs-l-product4 .fs-l-productLayout,
  .fs-l-product2 .fs-l-productLayout {
    margin-top: 30px;
  }

  .detail-tab li {
    padding: 20px 15px;
  }

  .-cart_contact,
  .-cart_wish,
  .fs-c-button--particular.fs-c-button--addToWishList--detail {
    font-size: 1.3rem;
  }

  #fs_ProductDetails .fs-c-featuredProduct {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .tp-cateblk-area {
    grid-template-columns: repeat(2, 49%);
    gap: 20px 2%;
    text-align: center;
  }

  .-scrolls {
    overflow: scroll;
  }

  .cling-box {
    width: 90%;
  }

  .basic-area.-seosonal,
  .basic-area.-scenes {
    width: 100%;
  }

  .recipe-cate {
    width: 90%;
  }

  .tp-news__line {
    display: block;
    grid-template-columns: 120px auto;
    gap: 0 30px;
    padding: 0 0 20px;
  }

  .tp-news__line {
    padding: 5%;
  }

  .tp-news__line:not(:last-of-type) {
    margin-bottom: 0;
  }

  .about-smoked {
    background: url(../img/about-smoked-sp.jpg) no-repeat center center / cover;
    width: 100%;
    height: auto;
    padding: 60px 5%;
    font-size: 1.5rem;
  }

  .f-act-box {
    grid-template-columns: repeat(1, 100%);
    gap: 10px 0%;
  }

  .f-act {
    padding: 60px 0 40px;
    width: 90%;
  }

  .f-sns__list {
    max-width: 32px;
  }

  .en-box {
    display: block;
  }

  .f-logo {
    margin: 0 auto 30px;
    max-width: 100px;
  }

  .en-box__add {
    background: url(../img/dod-line.svg) repeat-x left bottom;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 1.2rem;
  }

  .f-overg {
    font-size: 1.1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }

  small {
    text-align: center;
  }

  /*order*/
  .cat-step {
    max-width: 520px;
    margin: 0 auto 50px;
    padding: 0 5%;
  }

  /*detail*/
  .doukon {
    font-size: 1rem;
  }

  .-cart_contact,
  .-cart_wish {
    font-size: 1.2rem;
  }

  .-cart_wish span {
    padding: 3px 0 3px 27px;
  }

  .fs-l-productLayout__item--2 {
    position: relative;
    top: auto;
  }

  /*category*/
  .omatome--fcp {
    font-size: 1.6rem;
  }

  .about-subsc__qa {
    font-size: 1.4rem;
  }

  .sd-key {
    background: url(../img/icon-q.svg) no-repeat 10px 50% / 17px 22px;
    padding: 0 0 0 42px;
  }
}

@media (max-width: 519px) {
  .cling-tab {
    width: 750px;
    grid-template-columns: 180px 1fr 1fr 1fr;
    gap: 0 10px;
    padding-left: 5%;
    margin-bottom: 30px;
    border-bottom: 1px solid #707070;
  }

  .cling-tab__list {
    margin-bottom: -1px;
    border-bottom: 1px solid #707070;
  }
  .cling-tab__list.select {
    border-bottom: 1px solid #fff;
  }

  .cling-area,
  .articles-box {
    grid-template-columns: repeat(2, 47%);
    gap: 40px 6%;
  }

  .-new-articles .articles-box__list:not(:first-child) {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 40px 6%;
  }

  .-new-articles .articles-box {
    grid-template-columns: repeat(1, 100%);
    gap: 40px 6%;
  }

  .basic-area.-new-articles .articles-box__list:first-child .articles-box__list--img {
    margin-bottom: 20px;
  }

  .-about-sm_box {
    display: block;
    width: 90%;
    margin: 20px auto;
  }

  .-about-sm:first-child {
    margin: 0 auto 10px;
  }

  .f-cases {
    grid-template-columns: repeat(1, 100%);
    gap: 10px 0;
  }

  .f-cases__list a {
    padding: 14px 20px;
  }

  .f-cases__list--tit {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .f-cases__list__box {
    grid-template-columns: 66px auto;
  }
  .f-overg__list:nth-child(4) {
    margin-left: 0;
    padding-left: 0;
  }

  .f-overg {
    width: 100%;
  }

  #pagetop span {
    background: url(../img/i-pagetop.svg) no-repeat right center / 40px 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    font-size: 0;
    display: block;
  }

  .-seosonal .fs-c-slick .slick-track,
  .-scenes .fs-c-slick .slick-track,
  .one_selection .fs-c-slick .slick-track {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .one_selection .fs-c-slick .slick-track {
    height: 100%;
  }

  .-seosonal .fs-c-slick .slick-slide:not(:last-child),
  .-scenes .fs-c-slick .slick-slide:not(:last-child),
  .one_selection .fs-c-slick .slick-slide:not(:last-child),
  #fs_ProductDetails .fs-c-featuredProduct__list .fs-c-slick .slick-slide:not(:last-child),
  #fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-slick .slick-slide:not(:last-child) {
    margin: 0 6% 40px 0;
  }

  .-seosonal .fs-c-slick .slick-slide,
  .-scenes .fs-c-slick .slick-slide,
  .one_selection .fs-c-slick .slick-slide,
  #fs_ProductDetails .fs-c-featuredProduct__list .fs-c-slick .slick-slide,
  #fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-slick .slick-slide {
    margin: 0 6% 40px 0;
    width: 47%;
  }

  .-seosonal .fs-c-slick .slick-slide:nth-child(2n),
  .-scenes .fs-c-slick .slick-slide:nth-child(2n),
  .one_selection .fs-c-slick .slick-slide:nth-child(2n),
  #fs_ProductDetails .fs-c-featuredProduct__list .fs-c-slick .slick-slide:nth-child(2n),
  #fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-slick .slick-slide:nth-child(2n) {
    margin-right: 0%;
  }

  .-seosonal .fs-c-slick .slick-slide:nth-last-child(-n + 2),
  .-scenes .fs-c-slick .slick-slide:nth-last-child(-n + 2),
  .one_selection .fs-c-slick .slick-slide:nth-last-child(-n + 2),
  #fs_ProductDetails .fs-c-featuredProduct__list .fs-c-slick .slick-slide:nth-last-child(-n + 2),
  #fs_ShoppingCart .fs-c-featuredProduct__list .fs-c-slick .slick-slide:nth-last-child(-n + 2) {
    margin-bottom: 0%;
  }

  #fs_ProductDetails .fs-c-featuredProduct__title,
  #fs_ShoppingCart .fs-c-featuredProduct__title {
    width: 100%;
    margin: 0 auto 25px;
    font-size: 1.95rem;
  }

  /*under*/

  .fs-c-heading--page {
    font-size: 2.2rem;
    margin: 20px auto 40px;
  }

  .grid-info {
    grid-template-columns: 100%;
    gap: 30px 0;
  }

  .under-cates {
    display: grid;
    grid-template-columns: repeat(2, 47%);
    gap: 50px 6%;
  }

  /*term*/

  .about_terms-tbl th,
  .about_terms-tbl td {
    display: block;
    width: 100%;
  }
  .about_terms-tbl th {
    border: none;
    padding: 0 5%;
  }

  .about_terms-tbl td {
    padding: 10px 5% 20px;
  }

  .about_terms-tbl tr:not(:first-child) th {
    padding-top: 20px;
  }

  /*detail*/
  .fs-l-product4 .fs-l-productLayout,
  .fs-l-product2 .fs-l-productLayout {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  .fs-c-productThumbnail {
    width: 90%;
    margin: 0 auto;
  }

  .detail-tab {
    margin: 40px auto 40px !important;
    width: 90%;
  }

  .detail-tab li {
    padding: 12px 10px;
    font-size: 1.3rem;
  }

  .detail-box h2 {
    width: 90%;
    margin: 0 auto 25px;
    font-size: 1.95rem;
  }

  .one-details_cont--txt {
    width: 90%;
    margin: 0 auto 40px;
  }

  .fs-l-productLayout__item--2 {
    width: 90%;
    margin: 50px auto;
  }

  .fs-c-productNameHeading__name {
    font-size: 2.35rem;
  }

  .doukon {
    font-size: 1.2rem;
  }

  .doukon dt {
    padding: 8px 5px;
  }

  .i-souryou {
    border: 1px solid #333;
    padding: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .i-souryou,
  .i-souryou dd {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .separately {
    letter-spacing: 0;
  }

  .fs-c-button--primary {
    max-width: 360px;
    width: 100%;
  }

  .sd-key {
    background: url(../img/icon-q.svg) no-repeat 10px 50% / 13px 18px;
  }

  .sd-key__box {
    background: url(../img/icon-a.svg) no-repeat 20px 10px / 13px 18px #eee;
    padding: 3% 3% 3% 57px;
  }
}

@media (max-width: 414px) {
  .one_selection .fs-c-productListCarousel__list__item {
    grid-template-rows: 1fr 70px auto;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

/*購入手続きのカートボタンを追従させる*/
@media screen and (min-width: 768px) {
  .fs-l-checkout__sideColumn {
    position: -webkit-sticky;
    /* safari対応 */
    position: sticky;
    top: 100px;
  }

  #fs_CheckoutWithMultiAddress {
    overflow: unset;
  }
}
