@charset "utf-8";

/*--------------------------------------------------
  reset
--------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 700;
}

p {
  margin: 0;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

@media (max-width: 750px) {
  input {
    font-size: 16px;
  }
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

@media (max-width: 750px) {
  textarea {
    font-size: 16px;
  }
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 750px) {
  select {
    font-size: 16px;
  }
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

li {
  list-style: none;
}

a {
  display: block;
  color: #81766b;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s;
  color: #81766b;
}

a:visited {
  color: #81766b;
}

a, a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

a[href*="tel:"] {
  /* pointer-events: none; */
  cursor: default;
  text-decoration: none;
}

/*--------------------------------------------------
  PC・TB・SP出し分け
--------------------------------------------------*/

@media (min-width: 1366px) {
  .for__pc {
    display: block !important
  }
  .for__tb, .for__sp {
    display: none !important
  }
  .only__pc {
    display: block !important;
  }
}

@media (min-width: 961px) and (max-width: 1365px) {
  .for__pc {
    display: block !important
  }
  .only__pc {
    display: block !important;
  }
  .for__tb, .for__sp {
    display: none !important
  }
}

@media (max-width: 960px) {
  .for__tb, .for__pc {
    display: block !important
  }
  .for__sp {
    display: none !important
  }
  .only__pc {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .for__tb, .for__pc {
    display: none !important
  }
  .only__pc {
    display: none !important;
  }
  .for__sp {
    display: block !important
  }
}

/*--------------------------------------------------
  body
--------------------------------------------------*/

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  color: #81766b;
}

/* メニューが開いている時のbodyとhtml */
html.is-fixed,
html.is-fixed body {
  overflow: hidden;
}
@media (max-width: 750px) {
  html.is-fixed,
  html.is-fixed body {
    height: 100%;
    /* position: fixed; */
  }
}

.contents {
  display: flex;
}

@media (max-width: 960px) {
  .contents {
    display: block;
  }
}

/*--------------------------------------------------
  ヘッダー(SP)
--------------------------------------------------*/

.header {
  width: 100%;
  position: relative;
  z-index: 100;
}

.header__nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  display: flex;
  align-items: center;
  background: #e8e4da;
}

.header__nav__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header__nav__item {
  width: calc(20% - 2%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__nav__item::after {
  content: '';
  width: 0.27vw;
  height: 2.14vw;
  background: #fff;
  margin-bottom: 1vw;
}

.header__nav__item:last-of-type::after {
  content: '';
  background: none;
}

.header__nav__item__link {
  width: 100%;
  height: 15.5vw;
}

.header__nav__item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 10.67vw;
  margin: 0 auto;
}

.header__nav__item__text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.67vw;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

.header__nav__item:last-of-type {
  cursor: pointer;
}

.header__nav__item:nth-of-type(1) figure {
  width: 4vw;
}

.header__nav__item:nth-of-type(2) figure {
  width: 8.54vw;
}

.header__nav__item:nth-of-type(3) figure {
  width: 5.34vw;
}

.header__nav__item:nth-of-type(4) figure {
  width: 5.73vw;
}

.header__nav__item:nth-of-type(5) figure {
  width: 4.27vw;
}

.header__nav__item.for__tb {
  /* position: absolute;
  top: 1vw;
  right: 0;
  width: 14vw */
  position: absolute;
  top: 0;
  right: 0;
  width: 14vw;
  cursor: pointer;
}

.follow__bnr__tb + .header.for__sp + .header__logo + .header__nav__item.for__tb {
  top: 9.2vw;
}

.header__nav__item.for__tb .header__nav__item__link {
  /* height: 10vw */
  height: 10.8vw;
  padding-top: 1.2vw;
}

.header__nav__item.for__tb .header__nav__item__img {
  height: 5.5vw
}

.header__nav__item.for__tb .header__nav__item__text {
  font-size: 2vw
}

.header__logo {
  display: none;
  background: #fff;
  text-align: center
}

@media (max-width: 960px) {
  .header__logo {
    display: block
  }
}

@media (max-width: 750px) {
  .header__logo {
    padding-top: 15.5vw
  }
}

.header__logo a {
  padding: 3vw 0
}

@media (max-width: 750px) {
  .header__logo a {
    /* padding: 5.73vw 0 5.2vw; */
    padding: 5.4vw 0 5.2vw;
    border-bottom: 2px solid #e8e4da;
  }
}

@media (max-width: 960px) {
  .header__logo a {
    border-bottom: 2px solid #e8e4da;
  }
}

@media (max-width: 750px) {
  .fs-body-top .header__logo a {
    border-bottom: none;
  }
}

.header__logo img {
  width: 45.3vw;
  /* vertical-align: baseline */
}

@media (max-width: 750px) {
  .header__logo img {
    width: 45.3vw;
    vertical-align: baseline;
  }
}

.header.is-show .header__nav {
  border-bottom: 1px solid #fff;
}

.header.is-show .header__nav__item:nth-of-type(5) figure {
  transition: .3s;
  width: 3.74vw;
}

.header.is-show .header__logo {
  transition: .3s;
  display: none;
}

/*--------------------------------------------------
  サイドバー(PC)
--------------------------------------------------*/

.side {
  width: 240px;
  background: #e8e4da;
}

@media (max-width: 960px) {
  .side {
    display: none;
  }
}

.side .logo {
  text-align: center;
}

.side .logo a {
  padding: 44px 0 30px;
}
.side .logo a img {
  max-width: 85%;
}

.side__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 6px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.side__nav__item {
  width: 65px;
  height: 65px;
  margin: 0 4px 43px 4px;
}

.side__nav__item__link {
  width: 100%;
  height: 100%;
  color: #593b1c;
}

.side__nav__item__link:visited {
  color: #593b1c;
}

.side__nav__item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

.side__nav__item__text {
  padding-top: 10px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  letter-spacing: 0;
}

.side__nav__item:last-of-type {
  cursor: pointer;
}

.side__item {
  border-bottom: 1px solid #fff;
}

.side__item:last-child {
  border-bottom: none;
}

.side__item li {
  border-top: 1px dotted #fff;
  font-size: 14px;
}

.side__item li a {
  display: flex;
  align-items: center;
  padding: 17px 0 16px 25px;
  line-height: 1.4;
  letter-spacing: 0;
}

.side__item li a::before {
  content: '--';
  padding-right: 9px;
}

.side__item__inner {
  padding: 19px 10px;
  border-top: 1px dotted #fff;
  text-align: center;
}

.side__item__inner figure+figure {
  margin-top: 8px;
}

.side__item:last-child {
  padding: 20px 10px;
  text-align: center;
}

.side__item__list--guide {
  margin: 0 auto 30px;
  padding-top: 23px;
  border-top: 1px dotted #fff;
}

.side__item__list--guide li {
  width: 210px;
  margin: 8px auto 0;
  background: #fff;
  border-bottom: 2px solid #aea79a;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
}

.side__item__list--guide li a {
  display: flex;
  align-items: center;
  width: 220px;
  height: 50px;
}

.side__item__list--guide li::before {
  content: '';
  padding-left: 0;
}

.side__item__list--guide li:nth-of-type(1) a {
  padding-left: 17px;
}

.side__item__list--guide li:nth-of-type(1) a::before {
  content: '';
  width: 25px;
  height: 18px;
  margin-right: 14px;
  background: url('https://nagasaka.itembox.design/item/common/side_guide_ttl_mail.png') no-repeat center 0;
}

.side__item__list--guide li:nth-of-type(2) a {
  padding-left: 21px;
}

.side__item__list--guide li:nth-of-type(2) a::before {
  content: '';
  width: 19px;
  height: 30px;
  margin-right: 20px;
  background: url('https://nagasaka.itembox.design/item/common/side_guide_ttl_tel.png') no-repeat center 0;
}

.side__item__list--guide li:nth-of-type(3) a {
  padding-left: 12px;
}

.side__item__list--guide li:nth-of-type(3) a::before {
  content: '';
  width: 43px;
  height: 18px;
  margin-right: 39px;
  background: url('https://nagasaka.itembox.design/item/common/side_guide_ttl_access.png') no-repeat center 0;
}

/* メディアテスト用 */
.side__item__list--guide li:nth-of-type(1).side__item__list--mail a {
  padding-left: 17px;
}

.side__item__list--guide li:nth-of-type(1).side__item__list--mail a::before {
  content: '';
  width: 25px;
  height: 18px;
  margin-right: 14px;
  background: url('https://nagasaka.itembox.design/item/common/side_guide_ttl_mail.png') no-repeat center 0;
}

.side__item__list--guide li:nth-of-type(2).side__item__list--tel a {
  padding-left: 21px;
}

.side__item__list--guide li:nth-of-type(2).side__item__list--tel a::before {
  content: '';
  width: 19px;
  height: 30px;
  margin-right: 20px;
  background: url('https://nagasaka.itembox.design/item/common/side_guide_ttl_tel.png') no-repeat center 0;
}

.side__item__list--guide li:nth-of-type(3).side__item__list--media a {
  padding-left: 12px;
}

.side__item__list--guide li:nth-of-type(3).side__item__list--media a::before {
  content: '';
  width: 40px;
  height: 35px;
  margin-right: 25px;
  background: url('https://nagasaka.itembox.design/item/common/side_guide_ttl_media.png') no-repeat center 0;
}

.side__item__list--guide li:nth-of-type(4).side__item__list--shop a {
  padding-left: 12px;
}

.side__item__list--guide li:nth-of-type(4).side__item__list--shop a::before {
  content: '';
  width: 43px;
  height: 18px;
  margin-right: 39px;
  background: url('https://nagasaka.itembox.design/item/common/side_guide_ttl_access.png') no-repeat center 0;
}
/* メディアテスト用 */






.side__item__ttl {
  display: flex;
  align-items: center;
  font-size: 21px;
  color: #593b1c;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-family: fot-tsukuardgothic-std;
}

.side__item__ttl--product {
  padding: 30px 0 21px 26px;
}

.side__item__ttl--product::before {
  content: '';
  width: 30px;
  height: 38px;
  margin-right: 15px;
  background: url('https://nagasaka.itembox.design/item/common/side_ttl_product.png') no-repeat center 0;
}

.side__item__ttl--reading {
  padding: 38px 0 25px 20px;
}

.side__item__ttl--reading::before {
  content: '';
  width: 39px;
  height: 30px;
  margin-right: 15px;
  background: url('https://nagasaka.itembox.design/item/common/side_ttl_reading.png') no-repeat center 0;
}

.side__item__ttl--sns {
  padding: 25px 0 18px 26px;
}

.side__item__ttl--sns::before {
  content: '';
  width: 26px;
  height: 44px;
  margin-right: 16px;
  background: url('https://nagasaka.itembox.design/item/common/side_ttl_sns.png') no-repeat center 0;
}

.side__item__ttl--guide {
  padding: 29px 0 16px 26px;
}

.side__item__ttl--guide::before {
  content: '';
  width: 26px;
  height: 33px;
  margin-right: 15px;
  background: url('https://nagasaka.itembox.design/item/common/side_ttl_guide.png') no-repeat center 0;
}

.side__item__ttl--calendar {
  padding: 34px 0 20px 24px;
}

.side__item__ttl--calendar::before {
  content: '';
  width: 30px;
  height: 26px;
  margin-right: 10px;
  background: url('https://nagasaka.itembox.design/item/common/side_ttl_calendar.png') no-repeat center 0;
}

.side__item__ttl--scene {
  padding: 32px 0 21px 22px;
}
.side__item__ttl--scene::before {
  content: '';
  width: 29px;
  height: 38px;
  margin-right: 18px;
  background: url('https://nagasaka.itembox.design/item/common/side_ttl_scene.png') no-repeat center 0;
  background-size: 100%;
}

.side__item__ttl--price {
  padding: 32px 0 24px 22px;
}
.side__item__ttl--price::before {
  content: '';
  width: 31px;
  height: 31px;
  margin-right: 20px;
  background: url('https://nagasaka.itembox.design/item/common/side_ttl_price.png') no-repeat center 0;
  background-size: 100%;
}

.side .calender {
  width: 210px;
  margin: 0 auto 19px;
  padding: 13px 20px 20px 20px;
  background: #fff;
  font-size: 10px;
  font-family: fot-tsukuardgothic-std;
}

.side .calender__note {
  margin-top: 8px;
}

.side__other:nth-child(n+2) {
  margin-top: 11px;
  /* margin: 11px 0 20px; */
}

/*--------------------------------------------------
  メイン
--------------------------------------------------*/

.main {
  position: relative;
  width: calc(100% - 240px);
  padding-bottom: 105px;
}

@media (max-width: 960px) {
  .main {
    width: 100%;
  }
}

@media (max-width: 750px) {
  .main {
    padding-bottom: 9.74vw;
    /* padding-bottom: 14.67%; */
  }
}

/*--------------------------------------------------
  フッター
--------------------------------------------------*/

.footer {
  position: relative;
  padding: 75px 0 100px;
  background: #ffdf7e;
  color: #593b1c;
}

@media (max-width: 960px) {
  .footer {
    padding: 60px 0 80px;
  }
}

@media (max-width: 750px) {
  .footer {
    padding: 9.2vw 0 7.07vw;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 92%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .footer__inner {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .footer__inner {
    width: 85%;
  }
}

.footer__info {
  font-size: 14px;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .footer__info {
    font-size: 1.2vw;
  }
}

@media (max-width: 960px) {
  .footer__info {
    font-size: 1.5vw;
  }
}

@media (max-width: 750px) {
  .footer__info {
    font-size: 2.94vw;
    line-height: 1.6;
    text-align: center;
  }
}

.footer__info__logo {
  width: 330px;
}
@media (max-width: 750px) {
  .footer__info__logo {
    width: 45.6vw;
    margin: 0 auto;
  }
}

.footer__info__address {
  margin-top: 32px;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .footer__info__address {
    margin-top: 5.74vw;
    line-height: 1;
  }
}

@media (max-width: 960px) {
  .footer__info__address span {
    display: block !important;
  }
}

.footer__info__hours {
  margin: 7px 0 0 -7px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (max-width: 750px) {
  .footer__info__hours {
    margin-left: -7px;
    line-height: 1;
  }
}

@media (max-width: 960px) {
  .footer__info__hours span {
    display: block !important;
    margin-left: 7px;
    letter-spacing: 0;
  }
}

.footer__info__tel {
  margin-top: 15px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 37px;
  letter-spacing: 0.08em;
}

@media (max-width: 960px) {
  .footer__info__tel {
    font-size: 3.7vw;
  }
}

@media (max-width: 750px) {
  .footer__info__tel {
    margin-top: 2.67vw;
    font-family: futura-pt, sans-serif;
    font-size: 6.27vw;
  }
}

@media (max-width: 750px) {
  .footer__info__tel a {
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    color: #593b1c;
  }
}

.footer__info__tel span {
  margin: 0 -6px;
}

@media (max-width: 750px) {
  .footer__info__tel span {
    margin: 0 -1vw;
  }
}

.footer__info__fax {
  margin-top: 14px;
}

.footer__nav {
  width: 60%;
  margin-left: 10px;
}

@media (min-width: 1366px) {
  .footer__nav {
    width: 706px;
  }
}

.footer__nav__list {
  display: flex;
  justify-content: space-between;
}

.footer__nav__item {
  width: 108px;
  height: 108px;
  margin: 0 4px 35px 4px;
}

.footer__nav__item__link {
  width: 100%;
  height: 100%;
  color: #593b1c;
  cursor: pointer;
}

.footer__nav__item__link:visited {
  color: #593b1c;
}

.footer__nav__item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

.footer__nav__item__text {
  display: block;
  width: 100%;
  padding-top: 2vw;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (min-width: 1366px) {
  .footer__nav__item__text {
    font-size: 20px;
    padding-top: 15px;
  }
}

@media (max-width: 750px) {
  .footer__link__list {
    display: flex;
    justify-content: space-between;
    width: 86.14vw;
    margin: 6.54vw auto 0;
    font-size: 3.07vw;
  }
}

@media (max-width: 750px) {
  .footer__link__item {
    width: calc(50% - 2%);
    border: 1px solid #593b1c;
    border-radius: 5px;
    text-align: center;
  }
  .footer__link__item a {
    padding: 3.87vw 0;
    color: #593b1c;
  }
}

.footer__text {
  margin-top: 52px;
  font-size: 1.2vw;
  line-height: 1.4;
  text-align: right;
}

@media (min-width: 1366px) {
  .footer__text {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .footer__text {
    font-size: 1.5vw;
  }
}

@media (max-width: 750px) {
  .footer__text {
    margin-top: 8vw;
    font-size: 2.94vw;
    text-align: center;
  }
}

.footer__text span {
  display: inline;
}

@media (max-width: 960px) {
  .footer__text span {
    display: none;
  }
}

.footer__copyright {
  margin-top: 7px;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 750px) {
  .footer__copyright {
    margin-top: 5vw;
    font-size: 2.94vw;
    text-align: center;
  }
}


.footer .pagetop {
  position: absolute;
  top: -47px;
  right: 5.8%;
}

@media (max-width: 750px) {
  .footer .pagetop {
    width: 18.4vw;
    height: 18.4vw;
    top: -8.54vw;
    right: 2.8vw;
  }
}

/*--------------------------------------------------
  メニュー
--------------------------------------------------*/

.menu {
	position: fixed;
  visibility: hidden;
	width: 100%;
	height: 100vh;
	top: 0;
  opacity: 0;
  transition: 0.2s;
  pointer-events: none;
	z-index: 2;
	background: #f3f1ec;
  height: calc(var(--vh, 1vh) * 100);
}

.menu.is-show {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  pointer-events: all;
}

.menu__bg {
  position: fixed;
	position: absolute;
  height: 100vh;
  width: 100%;
}

.menu__wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
	top: 167px;
	transform: translate(-50%,-50%);
	transform: translate(-50%,0);
	max-width: 1020px;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .menu__wrapper {
		width: 88%;
  }
}
@media (max-width: 960px) {
  .menu__wrapper {
		width: 95%;
  }
}

@media (max-width: 750px) {
  .menu__wrapper {
		top: 0;
		width: 100%;
    padding: 15.5vw 0 0;
  }
}

.menu__inner {
  margin: 0 auto;
  font-size: 14px;
}

@media (min-width: 961px) and (max-width: 1365px) {
	.menu__inner {

  }
}

@media (max-width: 960px) {
  .menu__inner {

  }
}

@media (max-width: 750px) {
  .menu__inner {
    width: 100%;
    padding: 0;
    font-size: 4.27vw;
  }
}

@media (min-width: 1366px) {
  .menu__inner {
    width: 100%;
  }
}

.menu__close {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 4;
}

@media (max-width: 750px) {
  .menu__close {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 8vw 0 7.34vw; */
    padding: 8vw 0 47vw;
    background: #fff;
    font-size: 5.34vw;
    text-align: center;

    cursor: pointer;
    /* z-index: 1000; */
  }
  .menu__close::after {
    content: '';
    width: 3.74vw;
    height: 3.74vw;
    margin-left: 4vw;
    background: url('https://nagasaka.itembox.design/item/common/menu_close_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.menu__close__inner {
  width: 108px;
  height: 108px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
}

.menu__close__link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.menu__box__wrapper {
  display: flex;
  justify-content: space-between;
}

.menu__box {
  width: 340px;
  padding-top: 18px;
}

@media (max-width: 750px) {
  .menu__box {
    width: 100%;
    padding-top: 0;
  }

  .menu__box--search {
    border-bottom: 1px solid #fff;
  }
}

/* .menu__box a {
  padding: 16px 0 16px 1em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 17px 0 16px 25px;
  letter-spacing: 0;
}

@media (max-width: 750px) {
  .menu__box a {
    padding: 0;
  }
} */

@media (max-width: 960px) {
  .menu__box__inner--tb + * {
    padding-top: 20px;
    border-top: 1px solid #bab3ab;
  }
}

.menu__box__inner+.menu__box__inner {
  padding-top: 38px;
  border-top: 1px solid #bab3ab;
}

.menu__box+.menu__box {
  border-left: 1px solid #bab3ab;
}

@media (max-width: 750px) {
  .menu__box+.menu__box {
    border-left: none;
  }
}


.menu__ttl {
  display: flex;
  align-items: center;
  width: 220px;
  margin: 0 auto 16px;
  font-size: 22px;
  color: #593b1c;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  letter-spacing: -0.02em;
}

@media (max-width: 750px) {
  .menu__ttl {
    width: 100%;
    margin: 0;
    font-size: 5.34vw;
  }
}

.menu__ttl::before {
  content: '';
}

.menu__ttl--product::before {
    content: '';
    width: 30px;
    height: 38px;
    margin-right: 15px;
    background: url(https://nagasaka.itembox.design/item/common/side_ttl_product.png) no-repeat center 0;
}

@media (max-width: 750px) {
  .menu__ttl--product::before {
    width: 4.27vw;
    height: 5.2vw;
    margin-right: 5.34vw;
    background: url(https://nagasaka.itembox.design/item/common/side_ttl_product.png) no-repeat center 0;
    background-size: 100%;
  }
}

.menu__ttl--product {
  padding-top: 32px;
  border-top: 1px solid #bab3ab;
}

@media (max-width: 960px) {
  .menu__ttl--product {
    padding-top: 0;
    border-top: none;
  }
}

@media (max-width: 750px) {
  .menu__ttl--product {
    padding: 9.33vw 0 8.14vw 7.07vw;
    border-top: none;
  }
}

@media (max-width: 750px) {
  .menu__ttl--info {
    padding: 9.33vw 0 8.14vw 7.07vw;
  }
}

.menu__ttl--info::before {
  width: 28px;
  height: 32px;
  margin-right: 17px;
  background: url('https://nagasaka.itembox.design/item/common/menu_content_ttl_info.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .menu__ttl--info::before {
    width: 4.27vw;
    height: 5.2vw;
    margin-right: 5.34vw;
    background: url('https://nagasaka.itembox.design/item/common/menu_ttl_info_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  .menu__ttl--guide {
    padding: 9.2vw 0 6.67vw 7.6vw;
  }
}

.menu__ttl--guide::before {
  width: 30px;
  height: 37px;
  margin-right: 10px;
  background: url('https://nagasaka.itembox.design/item/common/menu_content_ttl_guide.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .menu__ttl--guide::before {
    width: 4.8vw;
    height: 6vw;
    margin-right: 12px;
    background: url('https://nagasaka.itembox.design/item/common/menu_ttl_guide_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  .menu__ttl--search {
    padding: 8.8vw 0 4.4vw 7.47vw;
  }
}

.menu__ttl--search::before {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url('https://nagasaka.itembox.design/item/common/menu_content_ttl_search.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .menu__ttl--search::before {
    width: 4.54vw;
    height: 4.67vw;
    margin-right: 10px;
    background: url('https://nagasaka.itembox.design/item/common/menu_ttl_search_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  .menu__ttl--reading {
    padding: 8.26vw 0 7.74vw 6.27vw;
  }
}

.menu__ttl--reading::before {
  width: 40px;
  height: 31px;
  margin-right: 12px;
  background: url('https://nagasaka.itembox.design/item/common/menu_content_ttl_reading.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .menu__ttl--reading::before {
    width: 6.94vw;
    height: 5.34vw;
    margin-right: 4.4vw;
    background: url('https://nagasaka.itembox.design/item/common/menu_ttl_reading_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  .menu__ttl--sns {
    padding: 6.8vw 0 5.6vw 7.34vw;
  }
}

.menu__ttl--sns::before {
  width: 23px;
  height: 38px;
  margin-right: 11px;
  background: url('https://nagasaka.itembox.design/item/common/menu_content_ttl_sns.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .menu__ttl--sns::before {
    width: 5.2vw;
    height: 8.67vw;
    margin-right: 4vw;
    background: url('https://nagasaka.itembox.design/item/common/menu_ttl_sns_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  .menu__ttl--scene {
    padding: 10.93vw 0 7.86vw 7.06vw;
  }
  .menu__ttl--scene::before {
    width: 3.86vw;
    height: 5.2vw;
    margin-right: 4.93vw;
    background: url('https://nagasaka.itembox.design/item/common/side_ttl_scene_sp.png') no-repeat center 0;
    background-size: 100%;
  }
  .menu__ttl--price {
    padding: 8.26vw 0 8.26vw 6.93vw;
  }
  .menu__ttl--price::before {
    width: 5.06vw;
    height: 5.06vw;
    margin-right: 3.86vw;
    background: url('https://nagasaka.itembox.design/item/common/side_ttl_price_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.menu__list {
  width: 220px;
  margin: 0 auto;
  padding-bottom: 16px;
}

@media (max-width: 750px) {
  .menu__list {
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid #fff;
  }
}

.menu__item {
  border-top: 1px dotted #fff;
}

.menu__box a {
  padding: 16px 0 16px 1em;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 17px 0 16px 25px;
  letter-spacing: 0;
}
/*
@media (max-width: 750px) {
  .menu__box a {
    padding: 7.07vw 17.06vw 7.6vw;
  }
} */

@media (max-width: 750px) {
  .menu__item a {
    padding: 7.07vw 17.06vw 7.6vw;
    font-size: 4.27vw;
  }
}

.menu__item a::before {
  content: '--';
  padding-right: 9px;
}

@media (max-width: 750px) {
  .menu__item a::before {
    content: '';
  }
}

.menu__item.login.my-true { display: none; }
.menu__item.logout.my-false { display: none; }

.menu__img {
  margin: 17px auto 0px;
  width: 220px;
}

@media (max-width: 750px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
}

.menu__img img {
  width: 100%;
}

.menu__img img :last-of-type {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .menu__img img :last-of-type {
    margin-bottom: 0;
  }
}

.menu__img a {
  padding: 0;
}

@media (max-width: 750px) {
  .menu__img a {
    display: block;
    width: 86vw;
    margin: 0 auto 8vw;
  }
}

.menu__img:last-of-type {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .menu__img:last-of-type {
    margin-bottom: 0;
  }
}

.menu__search {
  display: flex;
  margin-left: 10%;
  align-items: center;
  padding-bottom: 32px;
}

@media (max-width: 750px) {
  .menu__search {
    margin: 0 0 4vw 7vw;
  }
}

@media (min-width: 1366px) {
  .menu__search {
    margin-left: 55px;
  }
}

.menu__search--text {
  -webkit-appearance: none;
  vertical-align: top;
  max-width: 163px;
  width: 73%;
  height: 30px;
  background: #fff;
  border: none;
  border-radius: 0;
}

@media (max-width: 750px) {
  .menu__search--text {
    max-width: none;
    width: 71.6vw;
    height: 11.6vw;
    font-size: 5.34vw;
  }
}

.menu__search--img {
  -webkit-appearance: none;
  vertical-align: top;
  width: 47px;
  height: 30px;
}

@media (max-width: 750px) {
  .menu__search--img {
    width: 14.67vw;
    height: 11.6vw;
  }
}

.menu__nav__list {
  display: flex;
  justify-content: space-between;
  width: 88%;
	max-width: 768px;
  margin: 0 auto;
  padding: 60px 0 20px;
  font-size: 14px;
}

@media (max-width: 960px) {
  .menu__nav__list {
    width: 82%;
  }
}

/* @media (min-width: 1366px) {
  .menu__nav__list {
    width: 768px;
  }
} */

.menu__nav__item {
  width: 108px;
  height: 108px;
  margin: 0 4px 35px 4px;
  cursor: pointer;
}

.menu__nav__item__link {
  width: 100%;
  height: 100%;
  color: #593b1c;
}

.menu__nav__item__link:visited {
  color: #593b1c;
}

.menu__nav__item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

.menu__nav__item:last-of-type .menu__nav__item__img {
  background: #593b1c;
}

.menu__nav__item__text {
  display: block;
  width: 100%;
  padding-top: 2vw;
  text-align: center;
  font-size: 1.5vw;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (min-width: 1366px) {
  .menu__nav__item__text {
    padding-top: 15px;
    font-size: 20px;
  }
}

/* .menu__btn__trigger {
  transition: .3s;
}

.menu__btn__trigger:hover {
  opacity: 0.7;
} */

/*--------------------------------------------------
  緊急メッセージ
--------------------------------------------------*/

.message {
  width: 88%;
  min-height: 300px;
  margin: 40px auto 0;
  border: 1px solid #e8e4da;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .message {
    width: 92vw;
    min-height: 160px;
    margin: 6vw auto 0;
    border: 1px solid #e8e4da;
  }
}

.message .fs-pt-column__item {
  position: relative;
  display: flex;
  padding: 30px 3.6% 30px;
  font-size: 21px;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .message .fs-pt-column__item {
    display: flex;
    padding: 3.6vw;
    font-size: 2.94vw;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.4;
  }
}

.message .fs-pt-column__item + .fs-pt-column__item:before {
  background: #e8e4da;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  width: 92%;
}

.message .fs-pt-column__item .fs-pt-column__heading {
  display: block;
  min-width: 9em;
  font-size: inherit;
  font-weight: normal;
}

@media (max-width: 750px) {
  .message .fs-pt-column__item .fs-pt-column__heading {
    display: block;
    min-width: 9em;
  }
}

.fs-pt-column__description {
  margin-top: 0;
}


/*--------------------------------------------------
  ながさかのおすすめ・季節のおすすめ・関連商品共通
--------------------------------------------------*/
.recommend {
	margin-top: 0;
  padding: 100px 7.5% 0;
	border-top: 3px solid #e8e4da;
}

@media (max-width: 750px) {
  .recommend {
    padding: 15.47vw 4vw 0;
		border-top: 1px solid #e8e4da;
  }
}

.season {
	padding: 100px 7.5% 0;
}

@media (max-width: 750px) {
  .season {
    /* margin-top: 15.47vw; */
		padding: 15.47vw 4vw 0;
  }
}

.fs-body-top .recommend, .fs-body-top .season {
  margin-top: 62px;
	padding-top: 0;
	border-top: none;
}

@media (max-width: 750px) {
  .fs-body-top .recommend, .fs-body-top .season {
    margin-top: 10.4vw;
		padding-top: 0;
		border-top: none;
  }
}


.recommend__ttl, .season__ttl, .fs-c-featuredProduct__title {
  text-align: center;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .recommend__ttl, .season__ttl, .fs-c-featuredProduct__title {
    font-size: 6vw;
  }
}

.recommend .fs-c-productListCarousel,
.season .fs-c-productListCarousel,
.fs-c-featuredProduct .fs-c-productListCarousel {
  margin-top: 20px;
}

@media (max-width: 750px) {
  .recommend .fs-c-productListCarousel,
  .season .fs-c-productListCarousel,
  .fs-c-featuredProduct .fs-c-productListCarousel,
  .gift_standard .fs-c-productListCarousel {
    flex-wrap: wrap;
    margin-top: 4.27vw;
  }
}

.recommend .fs-c-productListCarousel__ctrl,
.season .fs-c-productListCarousel__ctrl,
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl,
.gift_standard .fs-c-productListCarousel__ctrl {
  display: none !important;
}

.recommend .slick-track,
.season .slick-track,
.fs-c-featuredProduct .slick-track,
.gift_standard .slick-track {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100% !important;
  transform: none !important;
}

.recommend .slick-track:before,
.recommend .slick-track:after,
.season .slick-track:before,
.season .slick-track:after,
.fs-c-featuredProduct .slick-track:before,
.fs-c-featuredProduct .slick-track:after,
.gift_standard .slick-track:before,
.gift_standard .slick-track:after {
  display: block;
  content: normal;
}

@media all and (-ms-high-contrast: none) {
  .recommend .slick-track:before,
  .recommend .slick-track:after,
  .season .slick-track:before,
  .season .slick-track:after,
  .fs-c-featuredProduct .slick-track:before,
  .fs-c-featuredProduct .slick-track:after,
  .gift_standard .slick-track:before,
  .gift_standard .slick-track:after {
    display: flex!important;
  }
}

.recommend .fs-c-slick .slick-list,
.season .fs-c-slick .slick-list,
.fs-c-featuredProduct .fs-c-slick .slick-list,
.gift_standard .fs-c-slick .slick-list {
  position: static;
  overflow: visible;
}

.recommend .fs-c-productListCarousel__list,
.season .fs-c-productListCarousel__list,
.fs-c-featuredProduct .fs-c-productListCarousel__list,
.gift_standard .fs-c-productListCarousel__list {
  display: block;
  width: 100%;
}

.recommend .fs-c-productListCarousel__list__item,
.season .fs-c-productListCarousel__list__item,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item,
.gift_standard .fs-c-productListCarousel__list__item {
  display: flex !important;
  flex-direction: column;
  width: calc(25% - 1.8%) !important;
  flex-basis: auto;
  max-width: none;
  min-width: auto;
  margin: 0;
}

@media (max-width: 750px) {
  .recommend .fs-c-productListCarousel__list__item,
  .season .fs-c-productListCarousel__list__item,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item,
  .gift_standard .fs-c-productListCarousel__list__item {
    width: calc(50% - 2%) !important;
    margin-bottom: 7.74vw;
  }
}

.recommend .fs-c-productListCarousel__list__item>*+*,
.season .fs-c-productListCarousel__list__item>*+*,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item>*+*,
.gift_standard .fs-c-productListCarousel__list__item>*+* {
  margin-top: 0;
}

.recommend .fs-c-productListItem__control,
.season .fs-c-productListItem__control,
.fs-c-featuredProduct .fs-c-productListItem__control,
.gift_standard .fs-c-productListItem__control {
  display: none;
}

@media (max-width: 750px) {
  .recommend .fs-c-productListCarousel__list__item:nth-last-child(1),
  .recommend .fs-c-productListCarousel__list__item:nth-last-child(2),
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item:nth-last-child(1),
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item:nth-last-child(2) {
    margin-bottom: 4vw;
  }
}

/*--------------------------------------------------
  季節のおすすめ　もっと見る
--------------------------------------------------*/
.season .season__list--more,
.gift_standard .gift_standard__list--more {
  display: none;
  margin-top: 70px;
}
@media (max-width: 750px) {
  .season .season__list--more,
  .gift_standard .gift_standard__list--more {
    margin-top: 0;
  }
}
.season .season__list--more.is-show,
.gift_standard .gift_standard__list--more.is-show {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.season .season__link--more,
.gift_standard .gift_standard__link--more {
  width: 180px;
  margin: 87px auto 0;
  padding: 24px 0;
  background: #e8e4da;
  text-align: center;
  cursor: pointer;
  font-family: fot-tsukuardgothic-std;
}
@media (max-width: 750px) {
  .season .season__link--more,
  .gift_standard .gift_standard__link--more {
    width: 38.67vw;
    margin: 6.67vw auto 0;
    padding: 4.8vw 0;
    font-size: 3.34vw;
  }
}

.season .season__link--link {
  display: none;
  width: 180px;
  margin: 89px auto 0;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .season .season__link--link {
    width: 38.67vw;
    margin: 4vw auto 0;
    font-size: 3.34vw;
  }
}

.season .season__link--link a {
  padding: 24px 0;
  background: #e8e4da;
  text-align: center;
}
@media (max-width: 750px) {
  .season .season__link--link a {
    padding: 4.8vw 0;
  }
}

@media (max-width: 750px) {
  .season {
    margin-top: 10.4vw;
    padding-top: 0;
    border-top: none;
  }
}

.season .articleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*--------------------------------------------------
  バナー
--------------------------------------------------*/

.bnr {
  width: 85%;
  margin: 76px auto 0;
}

@media (max-width: 750px) {
  .bnr {
    width: 92vw;
    margin: 11vw auto 0;
    text-align: center;
  }
}

.bnr__inner {
  display: flex;
  justify-content: space-between;
}

.bnr__inner figure {
  width: calc(50% - 1.2%);
}

.bnr__inner img {
  width: 100%;
}

.bnr img {
  width: 100%;
}

/*--------------------------------------------------
  はちみつのある暮らし・お知らせ・メディア掲載共通
--------------------------------------------------*/

.articleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.articleItem {
  width: calc(25% - 1.8%);
}

@media (max-width: 750px) {
  .articleItem {
    width: 100%;
    padding: 4.54vw 0;
    border-top: 1px solid #e8e4da;
  }
  .articleItem:last-of-type {
    border-bottom: 1px solid #e8e4da;
  }
}

@media (max-width: 750px) {
  .articleItemLink__inner {
    display: flex;
  }
  .articleItemLink__inner div {
    width: 62vw;
  }
}

.articleThumb {
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .articleThumb {
    width: 25vw;
    margin-bottom: 0.5vw;
    margin-right: 6.14vw;
  }
}

.articleThumb img {
  width: 100%;
  object-fit: cover;
}

.articleNew .articleThumb {
  position: relative;
}

.articleNew .articleThumb::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 58.5px;
  height: 22px;
  background: url('https://nagasaka.itembox.design/item/common/column_article_icon_new.png') 0 0 no-repeat;
  background-size: contain;
}

.articleDate {
  font-size: 16px;
}

@media (max-width: 750px) {
  .articleDate {
    font-size: 2.94vw;
  }
}

.articleTtl {
  margin: 9px 0 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .articleTtl {
    margin: 2.4vw 0 0;
    font-size: 3.47vw;
  }
}

body[class^="fs-"] .articleAreaTtl {
	display: none;
}

.atricleCategory {
  display: inline-block;
  margin: 0 6px 5px 0;
  font-size: 1.1vw;
  vertical-align: top;
}

@media (max-width: 750px) {
  .atricleCategory {
    margin: 1.2vw 1vw 0 0;
    font-size: 3.07vw;
  }
}

@media (min-width: 1366px) {
  .atricleCategory {
    font-size: 15px;
  }
}

.atricleCategory a {
  display: flex;
  align-items: center;
  padding: 0 12px 0 11px;
  height: 35px;
  color: #fff;
}

@media (max-width: 750px) {
  .atricleCategory a {
    padding: 0 2.67vw;
    height: 7.74vw;
  }
}

@media (min-width: 1366px) {
  .atricleCategory a {
    height: 40px;
  }
}

.atricleCategory a::before {
  content: '';
}

/*--------------------------------------------------
  はちみつのある暮らし
--------------------------------------------------*/

.column {
  width: 85%;
  margin: 97px auto 0;
}

@media (max-width: 750px) {
  .column {
    width: 92vw;
    margin: 13.34vw auto 0;
  }
}

.column__ttl {
  text-align: center;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .column__ttl {
    font-size: 6vw;
  }
}

.column__list {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .column__list {
    margin-top: 5.34vw;
  }
}

.column .column-cooking {
  background: #e79d79;
}

.column .column-cooking a::before {
  width: 18px;
  height: 23px;
  margin-right: 11px;
  background: url('https://nagasaka.itembox.design/item/common/column_icon_cooking.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .column .column-cooking a::before {
    width: 3.34vw;
    height: 4.27vw;
    margin-right: 2.67vw;
    background: url('https://nagasaka.itembox.design/item/common/column_icon_cooking_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.column .column-everyone {
  background: #93ce7f;
}

.column .column-everyone a::before {
  width: 27px;
  height: 20px;
  margin-right: 8px;
  background: url('https://nagasaka.itembox.design/item/common/column_icon_everyone.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .column .column-everyone a::before {
    width: 5.34vw;
    height: 4vw;
    margin-right: 1.74vw;
    background: url('https://nagasaka.itembox.design/item/common/column_icon_everyone_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.column .column-product {
  background: #eaaa44;
}

.column .column-product a::before {
  width: 16px;
  height: 20px;
  margin-right: 12px;
  background: url('https://nagasaka.itembox.design/item/common/column_icon_product.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .column .column-product a::before {
    width: 3.07vw;
    height: 3.87vw;
    margin-right: 2.67vw;
    background: url('https://nagasaka.itembox.design/item/common/column_icon_product_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.column .column-life {
  background: #c6a898;
}

.column .column-life a::before {
  width: 20px;
  height: 18px;
  margin-right: 12px;
  background: url('https://nagasaka.itembox.design/item/common/column_icon_life.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .column .column-life a::before {
    width: 3.86vw;
    height: 3.34vw;
    margin-right: 2.67vw;
    background: url('https://nagasaka.itembox.design/item/common/column_icon_life_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.column .column-company {
  background: #e0cc43;
}

.column .column-company a::before {
  width: 24px;
  height: 22px;
  margin-right: 13px;
  background: url('https://nagasaka.itembox.design/item/common/column_icon_company.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .column .column-company a::before {
    width: 4.4vw;
    height: 4.27vw;
    margin-right: 2.13vw;
    background: url('https://nagasaka.itembox.design/item/common/column_icon_cooking_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.column__list--more {
  display: none;
  margin-top: 70px;
}

@media (max-width: 750px) {
  .column__list--more {
    margin-top: 0;
  }
  .column__list--more .articleItem:first-of-type {
    border-top: none;
  }
}

.column__link--more {
  width: 180px;
  margin: 89px auto 0;
  padding: 24px 0;
  background: #e8e4da;
  text-align: center;
  cursor: pointer;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .column__link--more {
    width: 38.67vw;
    margin: 6.67vw auto 0;
    padding: 4.8vw 0;
    font-size: 3.34vw;
  }
}

.column__link--more:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s;
}

.column__link--link {
  display: none;
  width: 180px;
  margin: 89px auto 0;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .column__link--link {
    width: 38.67vw;
    margin: 6.67vw auto 0;
    font-size: 3.34vw;
  }
}

.column__link--link a {
  padding: 24px 0;
  background: #e8e4da;
  text-align: center;
}

@media (max-width: 750px) {
  .column__link--link a {
    padding: 4.8vw 0;
  }
}

/*--------------------------------------------------
  インスタグラム
--------------------------------------------------*/

.insta {
  width: 85%;
  margin: 105px auto 0;
  text-align: center;
}

@media (max-width: 750px) {
  .insta {
    width: 92vw;
    margin: 13.07vw auto 0;
  }
}

.insta__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .insta__ttl {
    font-size: 6vw;
  }
}

.insta__ttl::after {
  content: '';
  margin-left: 20px;
  width: 44px;
  height: 44px;
  background: url('https://nagasaka.itembox.design/item/common/instagram_icon.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .insta__ttl::after {
    width: 5.86vw;
    height: 5.86vw;
    margin-left: 2.9vw;
    background-size: 100%;
  }
}

.instaArea {
  position: relative;
}

.instaArea a.instaAreaWrap:hover, .instaArea a.instaAreaWrap:hover img {
  opacity: 1;
}

.instaArea a.instaAreaWrap img:hover {
  opacity: .8;
}

.insta .jr-insta-thumb ul.thumbnails.no-border {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 33px 0 auto;
}

@media (max-width: 750px) {
  .insta .jr-insta-thumb ul.thumbnails.no-border {
    flex-wrap: wrap;
    margin: 3.74vw 0 auto;
  }
}

.jr-insta-thumb ul.thumbnails.no-border.jr_col_1 li {
  width: calc(25% - 1.8%) !important;
}

@media (max-width: 750px) {
  .jr-insta-thumb ul.thumbnails.no-border.jr_col_1 li {
    width: calc(50% - 2%) !important;
    margin-bottom: 3.74vw;
  }
}

@media (max-width: 750px) {
  .insta .jr-insta-thumb ul.thumbnails.no-border li:nth-last-child(1),
  .insta .jr-insta-thumb ul.thumbnails.no-border li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.insta .jr-insta-thumb ul.thumbnails.no-border li div:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s;
}

.insta .jr-insta-thumb ul.thumbnails.no-border li a {
  position: relative;
  width: 100%;
  height: 210px;
  margin: 0;
  margin-right: 16px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 750px) {
  .insta .jr-insta-thumb ul.thumbnails.no-border li a {
    margin-right: 0;
  }
}

.insta .jr-insta-thumb ul.thumbnails.no-border li a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  min-height: 210px;
  min-height: 100%;
  object-fit: cover;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.insta .jr-insta-thumb ul.thumbnails.no-border .insta_overflow {
  margin-top: 12px;
  text-align: left;
}

@media (max-width: 750px) {
  .insta .jr-insta-thumb ul.thumbnails.no-border .insta_overflow {
    margin-top: 1.34vw;
    font-size: 2.94vw;
  }
}

.insta_icon_like {
  margin-right: 16px;
}

@media (max-width: 750px) {
  .insta_icon_like {
    margin-right: 3.07vw;
  }
}

.insta_icon_like img {
  margin-right: 4px;
}

@media (max-width: 750px) {
  .insta_icon_like img {
    width: 3.47vw;
    margin-right: 1vw;
    vertical-align: middle;
  }
}

.insta_icon_comments img {
  margin-top: -2px;
  margin-right: 4px;
}

@media (max-width: 750px) {
  .insta_icon_comments img {
    width: 3.2vw;
    margin-top: -0.8vw;
    margin-right: 1vw;
    vertical-align: middle;
  }
}

.insta__text {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 17px;
}

@media (max-width: 750px) {
  .insta__text {
    margin-top: 5.2vw;
    text-align: left;
    font-size: 3.47vw;
  }
}

.insta__text a {
  display: inline;
  color: #f38f00;
}

/*--------------------------------------------------
  カレンダー
--------------------------------------------------*/

.cal_wrapper {
  padding: 8px 0;
}

.schedule_wrapper {
  padding: 10px 0;
  width: 310;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}

.cal_wrapper .cal {
  background: none;
}

.cal_wrapper .cal tr th p {
  float: left;
  padding: 5px;
  padding: 5px 3px 10px;
  margin: 0;
  color: #666;
  font-size: 12px;
}

.cal_wrapper .cal tr th div.cal_ui {
  float: right;
}

.cal_wrapper .cal tr th div.cal_ui input {
  border: none;
  background-color: transparent;
  font-size: 13px;
  margin: 0 1px;
  padding: 1px 5px;
  border-radius: 3px;
}

.cal_wrapper .cal tr td {
  border-top: dashed 1px #e5d3bb;
  border-right: dashed 1px #e5d3bb;
}

.cal_wrapper .cal tr td:nth-child(7) {
  border-right: 0;
}

.cal_wrapper .cal tr td {
  font-size: 13px;
  text-align: center;
  padding: 0;
  width: 28px;
}

.cal_wrapper .cal tr.headline td {
  padding: 5px 0;
  padding: 9px 0;
  color: #666;
}

.cal_wrapper .cal tr td div {
  position: relative;
  padding: 10px 9px;
  padding: 7px 0;
  font-size: 13px;
  text-align: center;
}

.cal_wrapper .cal tr td div span {
  display: none;
  position: absolute;
  top: -45px;
  left: -15px;
  width: 100px;
  height: 50px;
  background-color: #fff;
  text-align: left;
  padding: 14px 0 5px 14px;
  z-index: 10;
  color: #2d251c;
  font-weight: normal;
  line-height: 1.1;
  background: url('https://nagasaka.itembox.design/item/common/calendar_fukidashi02.png') no-repeat center;
  text-indent: 0em;
  font-size: 11px;
  background-size: 100%;
}

.cal_wrapper .cal tr td div.Specialday span {
  display: none;
  position: absolute;
  top: -45px;
  left: -15px;
  width: 100px;
  height: 50px;
  background-color: #fff;
  text-align: left;
  padding: 14px 0 5px 14px;
  z-index: 10;
  color: #2d251c;
  font-weight: normal;
  line-height: 1.1;
  background: url('https://nagasaka.itembox.design/item/common/calendar_fukidashi02.png') no-repeat center;
  text-indent: 0;
  font-size: 11px;
  background-size: 100%;
}

.cal_wrapper .cal tr td div.Sat {
  color: #00f;
}

.cal_wrapper .cal tr td div.backward {
  color: #ccc;
  font-weight: normal;
}

.cal_wrapper .cal tr td div.Sun {
  color: #fff;
  background: #d9d9d3;
}

.cal_wrapper .cal tr td div.Today {
  font-weight: bolder;
}

.cal_wrapper .cal tr td div.Deli {
  background-color: #efe;
}

.cal_wrapper .cal tr td div.Holyday {
  color: #f00;
  font-size: 13px;
}

.cal_wrapper .cal tr td div.Specialday02 {
  color: #f00;
  background: url('https://nagasaka.itembox.design/item/common/calendar_bunbun.png') no-repeat center;
  background-size: contain;
  font-size: 12px;
  text-indent: -9999em;
}

.cal_wrapper .cal tr td div.pointer {
  cursor: pointer;
}

.cal_wrapper .cal tr td div.pointer:hover {
  background-color: transparent;
}

/*--------------------------------------------------
  バナー　長坂養蜂場について
--------------------------------------------------*/

.bnr__company {
  width: 70%;
  margin: 78px auto 0;
}

@media (max-width: 750px) {
  .bnr__company {
    width: 92vw;
    margin: 7.74vw auto 0;
  }
}

.bnr__company__img img {
  width: 100%;
}

/*--------------------------------------------------
  お知らせ
--------------------------------------------------*/

.news {
  width: 80.5%;
  margin: 80px auto 0;
  padding: 57px 0 40px;
  border: 2px solid #e8e4da;
}

@media (max-width: 750px) {
  .news {
    width: 92vw;
    margin: 13.07vw auto 0;
    padding: 0;
    border: 0;
  }
}

.news__ttl {
  text-align: center;
  font-size: 30px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .news__ttl {
    font-size: 6vw;
  }
}

.news .articleList {
  display: block;
  width: 82%;
  margin: 36px auto 0;
}

@media (max-width: 750px) {
  .news .articleList {
    width: 100%;
    margin-top: 5.34vw;
  }
}

.news .articleItem {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #e8e4da;
}

.news .articleThumb {
  width: 30%;
  max-width: 120px;
  max-height: 120px;
  margin-right: 30px;
}

@media (max-width: 750px) {
  .news .articleThumb {
    max-width: none;
    max-height: none;
    width: 25vw;
    margin-right: 6.14vw;
  }
}

.news .articleItemLink__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.news .articleItemLink__inner div {
  width: 100%;
}

@media (max-width: 750px) {
  .news .articleText {
    width: 62vw;
  }
}

.news .articleDate {
  margin-top: 0;
  font-size: 16px;
}

@media (max-width: 750px) {
  .news .articleDate {
    margin-top: 0.5vw;
    font-size: 2.94vw;
  }
}

.news .articleTtl {
  overflow: hidden;
  margin: 7px 0 10px;
  line-height: 28px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 750px) {
  .news .articleTtl {
    margin: 2.4vw 0 0;
    font-size: 3.47vw;
  }
}

.news .articleItemLink {
  display: flex;
}

.news .articleItemLink::after {
  content: "";
  display: block;
  clear: both;
}

.news .atricleCategory {
  display: inline-block;
  font-size: 1.1vw;
  margin-top: auto;
}

@media (max-width: 750px) {
  .news .atricleCategory {
    margin-top: 2.67vw;
    font-size: 3.07vw;
  }
}

@media (min-width: 1366px) {
  .news .atricleCategory {
    font-size: 15px;
  }
}

.news .atricleCategory.news, .news .atricleCategory.family {
  display: none;
}


.news .atricleCategory span {
  display: inline-block;
  border: 1px solid #e79d79;
}

.news .atricleCategory a {
  padding: 11px 19px 12px 19px;
  color: #e79d79;
}

.news .articleNew .articleThumb::before {
  width: 65%;
  height: 18px;
}

@media (max-width: 750px) {
  .news .articleNew .articleThumb::before {
    width: 11vw;
  }
}

/*--------------------------------------------------
  メディア掲載
--------------------------------------------------*/

.media {
  width: 85%;
  margin: 83px auto 0;
}

@media (max-width: 750px) {
  .media {
    width: 92vw;
    margin: 13.07vw auto 0;
  }
}

.media__ttl {
  text-align: center;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .media__ttl {
    font-size: 6vw;
  }
}

.media__list {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .media__list {
    margin-top: 5.34vw;
  }
}

.media .atricleCategory {
  display: inline-block;
}

@media (min-width: 1366px) {
  .media .atricleCategory {
    font-size: 15px;
  }
}

.media .atricleCategory a {
  height: auto;
  padding: 9px 19px 10px 19px;
  border: 1px solid #e79d79;
  color: #e79d79;
  line-height: 1.3;
}

.media__list--more {
  display: none;
  margin-top: 70px;
}

@media (max-width: 750px) {
  .media__list--more {
    margin-top: 0;
  }
  .media__list--more .articleItem:first-of-type {
    border-top: none;
  }
}

.media__link--more {
  width: 180px;
  margin: 89px auto 0;
  padding: 24px 0;
  background: #e8e4da;
  text-align: center;
  cursor: pointer;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .media__link--more {
    width: 38.67vw;
    margin: 6.67vw auto 0;
    padding: 4.8vw 0;
    font-size: 3.34vw;
  }
}

.media__link--more:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s;
}

.media__link--link {
  display: none;
  width: 180px;
  margin: 89px auto 0;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .media__link--link {
    width: 38.67vw;
    margin: 6.67vw auto 0;
    font-size: 3.34vw;
  }
}

.media__link--link a {
  padding: 24px 0;
  background: #e8e4da;
  text-align: center;
}

@media (max-width: 750px) {
  .media__link--link a {
    padding: 4.8vw 0;
  }
}

/* wp category hidden */
.atricleCategory.non-category, .atricleCategory.media, .atricleCategory.family {
  display: none;
}
/* wp category hidden end */

/*--------------------------------------------------
  商品ジャンル一覧・商品カテゴリ一覧　共通
--------------------------------------------------*/

.fs-c-productListItem__imageContainer {
  margin-bottom: 20px;
}

@media (max-width: 750px) {
  .fs-c-productListItem__imageContainer {
    margin-bottom: 4vw;
  }
}

.fs-c-productListItem__image__image {
  width: 100%;
}

.fs-c-productListItem__viewMoreImageButton {
  display: none;
}

.fs-c-productMarks {
  font-size: 15px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .fs-c-productMarks {
    font-size: 2.94vw;
  }
}

.fs-c-productMark {
  align-items: center;
  min-height: 1.3em;
  margin-bottom: 15px;
}

@media (max-width: 750px) {
  .fs-c-productMark {
    margin-bottom: 3.2vw;
  }
}

.fs-c-productMark__item {
  margin-right: 17px;
}

@media (max-width: 750px) {
  .fs-c-productMark__item {
    margin-right: 3.5vw;
  }
}

.fs-c-productMark__item:last-of-type {
  margin-right: 0;
}


/* 商品マーク */
.fs-c-productMark__item .icon_ranking {
  color: #f3b100;
}
.fs-c-productMark__item .icon_ranking::before {
  content: '';
  width: 19px;
  height: 15px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_ranking.png') no-repeat center 0;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_ranking::before {
    width: 3.74vw;
    height: 2.8vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_ranking_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_new {
  color: #e79d79;
}
.fs-c-productMark__item .icon_new::before {
  content: '';
  width: 19px;
  height: 20px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_new.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_new::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_new.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_limited {
  color: #93ce7f;
}
.fs-c-productMark__item .icon_limited::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_limited.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_limited::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_limited.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_blue {
  color: #a2b6e3;
}
.fs-c-productMark__item .icon_blue::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_blue.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_blue::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_blue.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_lightblue {
  color: #96d4c8;
}
.fs-c-productMark__item .icon_lightblue::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_lightblue.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_lightblue::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_lightblue.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_orange {
  color: #f7ba64;
}
.fs-c-productMark__item .icon_orange::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_orange.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_orange::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_orange.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_pink {
  color: #ffa1a1;
}
.fs-c-productMark__item .icon_pink::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_pink.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_pink::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_pink.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_purple {
  color: #b790c0;
}
.fs-c-productMark__item .icon_purple::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_purple.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_purple::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_purple.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_yellow {
  color: #dfcc42;
}
.fs-c-productMark__item .icon_yellow::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_yellow.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_yellow::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_yellow.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-productMark__item .icon_yellowgreen {
  color: #c4d24d;
}
.fs-c-productMark__item .icon_yellowgreen::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_icon_yellowgreen.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .fs-c-productMark__item .icon_yellowgreen::before {
    width: 3.2vw;
    height: 3.2vw;
    background: url('https://nagasaka.itembox.design/item/common/product_icon_yellowgreen.png') no-repeat center 0;
    background-size: 100%;
  }
}


.fs-c-productMark__mark {
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 0;
  font-size: inherit;
}

.fs-c-productMark__label {
  margin-left: 6px;
}

@media (max-width: 750px) {
  .fs-c-productMark__label {
    margin-left: 0.8vw;
  }
}

.fs-c-mark--coolDelivery {
  display: none;
}

.fs-c-mark--preorder {
  background: #b790c0;
  color: #fff;
  margin-bottom: 1em;
}

.fs-body-product .fs-c-mark--preorder {
  margin-top: 1em;
}

.fs-c-productList__list .fs-c-productListItem__preorderMessage.fs-c-preorderMessage,
.fs-c-productListItem__preorderMessage.fs-c-preorderMessage {
  display: none;
}

.fs-c-productListItem__productName {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .fs-c-productListItem__productName {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
}


.fs-c-productListItem__productDescription {
  margin: 0 0 auto;
  line-height: 1.4;
  font-size: 16px;
}

@media (max-width: 750px) {
  .fs-c-productListItem__productDescription {
    font-size: 2.94vw;
  }
}

.fs-c-productListItem__prices {
  margin-top: 13px;
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .fs-c-productListItem__prices {
    content: 4vw;
  }
}

.fs-c-productListItem__outOfStock+.fs-c-productListItem__prices, .fs-c-productListItem__salesPeriodNotice+.fs-c-productListItem__prices {
  margin-top: 7px;
}

@media (max-width: 750px) {
  .fs-c-productListItem__outOfStock+.fs-c-productListItem__prices, .fs-c-productListItem__salesPeriodNotice+.fs-c-productListItem__prices {
    margin-top: 1.5vw;
  }
}

.fs-c-productListItem form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.dv-productList-text__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
}

/*--------------------------------------------------
  商品カテゴリ一覧
--------------------------------------------------*/

.fs-c-breadcrumb {
  width: 85%;
  margin: 70px auto 0;
  line-height: 1;
}

@media (max-width: 960px) {
  .fs-c-breadcrumb {
    width: 100%;
    margin: 0 auto;
    padding: 40px 7.5% 0;
  }
}

@media (max-width: 750px) {
  .fs-c-breadcrumb {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0 auto 5.34vw;
    padding: 5.34vw 3.6vw 0;
    font-size: 2.94vw;
  }
}

.fs-c-breadcrumb__list {
  padding: 0;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .fs-c-breadcrumb__list {
    line-height: 1;
  }
}

.fs-c-breadcrumb__listItem a {
  display: inline-block;
}

.fs-c-breadcrumb__listItem+.fs-c-breadcrumb__listItem::before {
  margin: 0 7px;
}

.fs-body-category .product__mv {
  display: none;
}

.fs-c-listControl {
  display: none;
}

/* 商品カテゴリのタイトル */

.fs-c-heading--page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 80px 0 0;
  border-bottom: none;
  color: #81766b;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  line-height: 1.2;
	letter-spacing: 0.15em;
}

@media (max-width: 750px) {
  .fs-c-heading--page {
    padding: 11.07vw 4vw 0;
    font-size: 6vw;
  }
}

.fs-body-category .fs-c-heading--page::before {
  content: '';
}

.fs-body-category-set5 .fs-c-heading--page::before {
  width: 40px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_set5.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-set5 .fs-c-heading--page::before {
    width: 5.34vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-gift_winter .fs-c-heading--page::before {
  width: 52px;
  height: 60px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_giftt_winter.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-giftt_winter .fs-c-heading--page::before {
    width: 6.94vw;
    height: 8vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-second .fs-c-heading--page::before, .fs-body-category-japanese .fs-c-heading--page::before, .fs-body-category-world .fs-c-heading--page::before, .fs-body-category-pickles .fs-c-heading--page::before {
  width: 42px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_honey.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-second .fs-c-heading--page::before, .fs-body-category-japanese .fs-c-heading--page::before, .fs-body-category-world .fs-c-heading--page::before, .fs-body-category-pickles .fs-c-heading--page::before {
    width: 5.6vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-manuka .fs-c-heading--page::before {
  width: 42px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_manuka.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-manuka .fs-c-heading--page::before {
    width: 5.6vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-margarine .fs-c-heading--page::before {
  width: 56px;
  height: 40px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_margarine.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-margarine .fs-c-heading--page::before {
    width: 7.47vw;
    height: 5.34vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-jam .fs-c-heading--page::before {
  width: 42px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_jam.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-jam .fs-c-heading--page::before {
    width: 5.6vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-sweets .fs-c-heading--page::before {
  width: 64px;
  height: 48px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_sweets.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-sweets .fs-c-heading--page::before {
    width: 8.54vw;
    height: 6.4vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-candy .fs-c-heading--page::before {
  width: 72px;
  height: 40px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_candy.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-candy .fs-c-heading--page::before {
    width: 9.6vw;
    height: 5.34vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-drink .fs-c-heading--page::before {
  width: 56px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_drink.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-drink .fs-c-heading--page::before {
    width: 7.47vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-gohan .fs-c-heading--page::before {
  width: 56px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_miso.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-gohan .fs-c-heading--page::before {
    width: 7.47vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-gift .fs-c-heading--page::before {
  width: 42px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_gift.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-gift .fs-c-heading--page::before {
    width: 5.6vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-royaljelly .fs-c-heading--page::before {
  width: 64px;
  height: 56px;
  margin-right: 22px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_royaljelly.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-royaljelly .fs-c-heading--page::before {
    width: 8.54vw;
    height: 7.47vw;
    margin-right: 2.94vw;
    background-size: 100%;
  }
}

.fs-body-category-propolis .fs-c-heading--page::before {
  width: 64px;
  height: 56px;
  margin-right: 22px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_propolis.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-propolis .fs-c-heading--page::before {
    width: 8.54vw;
    height: 7.47vw;
    margin-right: 2.94vw;
    background-size: 100%;
  }
}

.fs-body-category-health .fs-c-heading--page::before {
  width: 42px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_health.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-health .fs-c-heading--page::before {
    width: 5.6vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-cosmetics .fs-c-heading--page::before {
  width: 48px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_cosmetics.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-cosmetics .fs-c-heading--page::before {
    width: 6.4vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-bunbun .fs-c-heading--page::before {
  width: 48px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_bunbun.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-bunbun .fs-c-heading--page::before {
    width: 6.4vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-mikan .fs-c-heading--page::before {
  width: 56px;
  height: 56px;
  margin-right: 32px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_mikan.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-mikan .fs-c-heading--page::before {
    width: 7.47vw;
    height: 7.47vw;
    margin-right: 4.27vw;
    background-size: 100%;
  }
}

.fs-body-category-nagasakakurashi .fs-c-heading--page::before {
  width: 58px;
  height: 56px;
  margin-right: 30px;
  background: url('https://nagasaka.itembox.design/item/common/product_ttl_icon_nagasakakurashi.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-nagasakakurashi .fs-c-heading--page::before {
    width: 7.74vw;
    height: 7.47vw;
    margin-right: 4vw;
    background-size: 100%;
  }
}

/* 商品グループ　タイトル下のリード文 */
.fs-body-category .dv-product__lead {
  margin-top: 28px;
  padding: 0 4vw;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 750px) {
  .fs-body-category .dv-product__lead {
    font-size: 3.47vw;
  }
}

/* 商品カテゴリのリスト */

.fs-c-productListItem__control {
  display: none;
}

.fs-c-productList {
  margin: 58px auto 0;
  padding-bottom: 100px;
}

@media (max-width: 750px) {
  .fs-c-productList {
    margin: 9.07vw auto 0;
    padding-bottom: 15.47vw;
  }
}

.fs-c-productList__controller, .fs-c-coordinationList__controller, .fs-c-staffList__controller {
  margin: 0;
}

.fs-c-productList__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fs-c-productList__list {
    width: 92vw;
  }
}

.fs-c-productList__list:before {
  content: "";
  display: block;
  width: calc(25% - 1.8%);
  height: 0;
  order: 1;
}

.fs-c-productList__list:after {
  content: "";
  display: block;
  width: calc(25% - 1.8%);
  height: 0;
}

.fs-c-productList__list__item {
  display: flex;
  flex-direction: column;
  width: calc(25% - 1.8%);
  margin-top: 96px;
  padding: 0;
  border-bottom: none;
}

@media (max-width: 750px) {
  .fs-c-productList__list__item {
    width: calc(50% - 2%) !important;
    margin-top: 10.67vw;
  }
}

.fs-c-productList__list__item:nth-child(-n+4) {
  margin-top: 0;
}

@media (max-width: 750px) {
  .fs-c-productList__list__item:nth-child(-n+4) {
    margin-top: 10.67vw;
  }
  .fs-c-productList__list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.fs-c-button--viewMoreImage {
  display: none;
}

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
  border: none;
  margin: 11px 0 0 -8px;
  padding: 0;
  font-size: 16px;
  color: #f38f00;
  text-align: left;
}

@media (max-width: 750px) {
.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
    /* margin: 11px 0 0 -8px; */
    font-size: 3.7vw;
  }
}

.fs-c-productPrice--preorder .fs-c-productPrice__main__label,
.fs-c-productPrice--selling .fs-c-productPrice__main__label {
  display: none;
}

.fs-c-productPrice__main__label {
  margin-right: 4px;
  font-size: 1.2rem;
}

.fs-c-productList__list__item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 30px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

@media (max-width: 750px) {
  .fs-c-productList__list__item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 6vw;
  }
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  color: #f38f00;
}

@media (max-width: 750px) {
  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 6vw;
  }
}

.fs-c-productPrice--listed {
  margin-bottom: 0.1em;
}

.fs-c-productPrice--listed .fs-c-productPrice__addon {
  font-size: 1.2rem;
  margin-left: .5em;
}

.fs-c-productPrice--preorder .fs-c-productPrice__addon,
.fs-c-productPrice--selling .fs-c-productPrice__addon {
  display: none !important;
}

@media (max-width: 1210px) {
  .fs-c-productPrice--listed .fs-c-productPrice__addon {
    display: none;
  }
}

.fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-price__currencyMark {
  font-weight: normal;
  font-size: 22px;
  text-decoration: line-through;
  font-family: futura-pt, sans-serif;
}

@media (max-width: 750px) {
  .fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-price__currencyMark {
    font-size: 20px;
    text-decoration: line-through;
  }
}

.fs-c-productListItem__salesPeriod {
  display: none;
}

.fs-c-productListItem__salesPeriodNotice {
  padding: 0;
  background: none;
  font-size: 16px;
  color: #f38f00;
  text-align: left;
}

/*--------------------------------------------------
  商品ジャンル一覧
--------------------------------------------------*/

.fs-body-category-all .fs-c-productList,
.fs-body-category-all_test .fs-c-productList {
  display: none;
}

.fs-body-category-all .product__mv,
.fs-body-category-all_test .product__mv {
  display: block;
  width: 100%;
  margin-top: 76px;
  padding: 0 7.5%;
}

@media (max-width: 750px) {
  .fs-body-category-all .product__mv,
	.fs-body-category-all_test .product__mv {
    margin-top: 6vw;
    padding: 0;
  }
}

.fs-body-category-all .product__mv img,
.fs-body-category-all_test .product__mv img {
  width: 100%;
}

.fs-body-category-all .fs-c-heading,
.fs-body-category-all_test .fs-c-heading {
  display: none;
}

.fs-body-category-all .fs-c-subgroup,
.fs-body-category-all_test .fs-c-subgroup {
  margin: 0;
  padding-bottom: 100px;
}

@media (max-width: 750px) {
  .fs-body-category-all .fs-c-subgroup,
	.fs-body-category-all_test .fs-c-subgroup {
    padding-bottom: 0;
  }
}

.fs-body-category-all .fs-c-subgroupList,
.fs-body-category-all_test .fs-c-subgroupList {
  justify-content: space-between;
  margin-top: 70px;
  padding: 0 7.5%;
}

.fs-body-category-all .fs-c-subgroupList::after,
.fs-body-category-all_test .fs-c-subgroupList::after {
  display: block;
  content: '';
  width: calc(25% - 1.8%);
  height: 0;
}

.fs-body-category-all .fs-c-subgroupList::before,
.fs-body-category-all_test .fs-c-subgroupList::before {
  display: block;
  content: '';
  width: calc(25% - 1.8%);
  height: 0;
  order: 1;
}

@media (max-width: 750px) {
  .fs-body-category-all .fs-c-subgroupList::before,
  .fs-body-category-all .fs-c-subgroupList::after,
	.fs-body-category-all_test .fs-c-subgroupList::before,
	.fs-body-category-all_test .fs-c-subgroupList::after {
    display: none;
  }
}

@media (max-width: 750px) {
  .fs-body-category-all .fs-c-subgroupList,
	.fs-body-category-all_test .fs-c-subgroupList {
    margin: 5.87vw 0 0;
    padding: 0;
  }
}

.fs-body-category-all .fs-c-subgroupList__item,
.fs-body-category-all_test .fs-c-subgroupList__item {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 0;
  margin-left: 0;
  margin-top: 100px;
  width: calc(25% - 1.8%);
}

@media (max-width: 750px) {
  .fs-body-category-all .fs-c-subgroupList__item,
	.fs-body-category-all_test .fs-c-subgroupList__item {
    flex-basis: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-top: 1px dashed #e8e4da;
  }
  .fs-body-category-all .fs-c-subgroupList__item::after,
	.fs-body-category-all_test .fs-c-subgroupList__item::after {
    content: '';
    display: block;
    clear: both;
  }
}

.fs-body-category-all .fs-c-subgroupList__item:nth-child(-n+4),
.fs-body-category-all_test .fs-c-subgroupList__item:nth-child(-n+4) {
  margin-top: 0;
}

.fs-body-category-all .fs-c-subgroupList__link,
.fs-body-category-all_test .fs-c-subgroupList__link {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
  border: none;
}

@media (max-width: 750px) {
  .fs-body-category-all .fs-c-subgroupList__link,
	.fs-body-category-all_test .fs-c-subgroupList__link {
    flex-direction: row;
    padding: 4.4vw 3.6vw;
  }
}

.fs-body-category-all .fs-c-subgroupList__link::after,
.fs-body-category-all_test .fs-c-subgroupList__link::after {
  content: '';
  display: block;
  width: 88px;
  height: 30px;
  margin: auto 0 0 auto;
  background: url('https://nagasaka.itembox.design/item/common/product_more.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .fs-body-category-all .fs-c-subgroupList__link::after,
	.fs-body-category-all_test .fs-c-subgroupList__link::after {
    width: 1.87vw;
    height: 3.6vw;
    margin: 0;
    background: url('https://nagasaka.itembox.design/item/common/product_more_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-body-category-all .fs-c-subgroupList__image,
.fs-body-category-all_test .fs-c-subgroupList__image {
  width: 100%;
  margin-right: 0;
}

@media (max-width: 750px) {
  .fs-body-category-all .fs-c-subgroupList__image,
	.fs-body-category-all_test .fs-c-subgroupList__image {
    width: 26.7vw;
    margin-right: 5.74vw;
  }
}

.fs-body-category-all .dv-subgroupList__inner,
.fs-body-category-all_test .dv-subgroupList__inner {
  width: 100%;
}

@media (max-width: 750px) {
  .fs-body-category-all .dv-subgroupList__inner,
	.fs-body-category-all_test .dv-subgroupList__inner {
    width: 54.67vw;
    margin-right: 3vw;
  }
}

.fs-c-subgroupList__label {
  margin-top: 20px;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 750px) {
  .fs-c-subgroupList__label {
    margin-top: 0;
    font-size: 4vw;
  }
}

.fs-c-subgroupList__comment {
  margin: 20px 0 7px;
  font-size: 17px;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .fs-c-subgroupList__comment {
    margin-top: 2.4vw;
    font-size: 3.2vw;
  }
}

.fs-c-subgroupList__image>img {
  width: 100%;
}

/*--------------------------------------------------
  商品カテゴリ一覧（特集ページ）
--------------------------------------------------*/
.feature__mv {
	margin: 80px auto 70px;
}

.feature__mv img {
	width: 100%;
}


/*--------------------------------------------------
  商品詳細
--------------------------------------------------*/

.fs-body-product div.fs-c-breadcrumb {
  display: none;
}

.fs-l-productLayout {
  display: grid;
  grid-row-gap: 0;
  padding-bottom: 58px;
}

@media (max-width: 750px) {
  .fs-l-productLayout {
    padding-bottom: 6.67vw;
  }
}

.fs-c-productNumber {
  padding: 0;
  border: none;
  color: #81766b;
}

/* 商品詳細の画像とカートボタン周り */

.dv-product__wrap {
  display: flex;
  justify-content: space-between;
  width: 75%;
  max-width: 833px;
  margin: 100px auto 0;
  padding-bottom: 85px;
  border-bottom: 1px dashed #e8e4da;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .dv-product__wrap {
    width: 85%;
    max-width: none;
  }
}

@media (max-width: 960px) {
  .dv-product__wrap {
    width: 85%;
  }
}

@media (max-width: 750px) {
  .dv-product__wrap {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 9.34vw;
    border-bottom: none;
  }
}

.dv-product__inner {
  width: 53%;
}

@media (max-width: 750px) {
  .dv-product__inner {
    width: 100%;
  }
}

.fs-c-productMainImage__image img {
  width: 100%;
}

.fs-c-productImageModalCarousel__figure {
  height: 100vh;
}

.fs-c-productMainImage__expandButton {
  display: none;
}

.fs-c-productThumbnail {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 0.20fr 0.20fr 0.20fr 0.20fr 0.20fr;
  -ms-grid-columns: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr;
  gap: 10px;
  margin-top: 47px;
}

@media (max-width: 750px) {
  .fs-c-productThumbnail {
    gap: 2vw;
    margin: 4.3vw 4vw 6vw;
  }
}

.fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: auto;
  min-width: auto;
}

@media (max-width: 750px) {
  .fs-c-productThumbnail__image {
    width: 16.6vw;
  }
}

/* IE9〜11 */

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .fs-c-productThumbnail__image {
    padding: 5px;
  }
}
/* IE9〜11e end */

.fs-c-productThumbnail__image:nth-of-type(1) {
  -ms-grid-column: 1;
}

.fs-c-productThumbnail__image:nth-of-type(2) {
  -ms-grid-column: 2;
}

.fs-c-productThumbnail__image:nth-of-type(3) {
  -ms-grid-column: 3;
}

.fs-c-productThumbnail__image:nth-of-type(4) {
  -ms-grid-column: 4;
}

.fs-c-productThumbnail__image:nth-of-type(5) {
  -ms-grid-column: 5;
}

@media (max-width: 750px) {
  .fs-c-productThumbnail__image > img {
    width: 16.6vw;
    height: 16.6vw;
  }
}

.fs-c-productThumbnail__image>img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}

.fs-c-productThumbnail__image.is-active>img {
  border: none;
}

.dv-product-discription__inner {
  width: 40%;
}

@media (max-width: 750px) {
  .dv-product-discription__inner {
    width: 100%;
    padding: 0 4vw;
  }
}

.dv-product__wrap .fs-c-productNameHeading {
  font-size: 28px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  color: #81766b;
  line-height: 1.3;
}

.dv-product__wrap .fs-c-productNumber {
  margin-top: 20px;
  font-size: 16px;
}

@media (max-width: 750px) {
  .dv-product__wrap .fs-c-productNumber {
    padding: 2.67vw 0 0;
  }
}

.dv-product__wrap .fs-c-productNumber__label {
  margin-right: 14px;
}

.dv-product__wrap .fs-c-productNumber__number {
  font-weight: normal;
}

.dv-product__wrap .fs-c-productPrices {
  margin-top: 17px;
}

@media (max-width: 750px) {
  .dv-product__wrap .fs-c-productPrices {
    margin-top: 3.6vw;
  }
}

.dv-product__wrap .fs-c-productPostage {
  margin-top: 7px;
}

.dv-product__wrap .fs-c-productPrice__main__label {
  display: block;
  margin-right: 8px;
  font-size: 18px;
}

.dv-product__wrap .fs-c-productPrice+.fs-c-productPrice {
  margin-top: 4px;
}

.dv-product__wrap .fs-c-productPrice--listed .fs-c-productPrice__main__label {
  margin-right: 16px;
  font-size: 16px;
}

.dv-product__wrap .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  margin-top: 3px;
  font-size: 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: #f38f00;
}

@media (max-width: 750px) {
  .dv-product__wrap .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 8vw;
  }
}

.dv-product__wrap .fs-c-productPrice--listed .fs-c-productPrice__main__price {
  position: relative;
}

.dv-product__wrap .fs-c-productPrice--listed .fs-c-productPrice__main__price::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 2px;
  background: #81766b;
  top: 50%;
}

.dv-product__wrap .fs-c-productPrice--listed .fs-c-price__value, .fs-c-productPrice--listed .fs-c-price__currencyMark {
  text-decoration: none;
}

.dv-product__wrap .fs-c-price__currencyMark {
  display: none;
}

.dv-product__wrap .fs-c-mark--coolDelivery {
  margin-top: 16px;
}

@media (max-width: 750px) {
  .dv-product__wrap .fs-c-mark--coolDelivery {
    margin-top: 4.27vw;
  }
}

.dv-product__wrap .fs-c-price__value::after {
  content: '円';
  margin: 0 3px;
  font-size: 14px;
}

.dv-product__wrap .fs-c-productPrice__addon {
  display: block !important;
  font-size: 14px;
  color: #f38f00;
}

.dv-product__wrap .fs-c-productPrice--listed .fs-c-productPrice__addon {
  display: none !important;
}

.dv-product__wrap .fs-c-productMark {
  display: none;
}

.dv-product__wrap .fs-c-mark--coolDelivery {
  display: inline-block;
  padding: 8px 13px 9px;
  background: #9ed1d4;
  border-radius: 0px;
  font-size: 14px;
}

@media (max-width: 750px) {
  .dv-product__wrap .fs-c-mark--coolDelivery {
    padding: 3.34vw 5.07vw 3.5vw;
  }
}

.dv-product__wrap .fs-c-productNotice--outOfStock {
  margin-top: 15px;
  padding: 15px;
}

.dv-product__wrap .fs-c-productSalesPeriod {
  border: 1px solid #81766b;
  margin: 15px 0;
}

.fs-c-productSelection {
  margin-top: 17px;
}

.wrapping_area {
  margin-top: 22px !important;
}

@media (max-width: 750px) {
  .wrapping_area {
    margin-top: 5.34vw !important;
  }
}

.fs-c-productSelection__name {
  margin-bottom: 8px;
  padding: 0;
  font-size: 16px;
  background: none;
  font-weight: normal;
}

.fs-c-productSelection__name label {
  cursor: default;
}

.fs-c-productSelection__selection {
  margin-bottom: 17px;
  padding: 0;
}

@media (max-width: 750px) {
  .fs-c-productSelection__selection {
    margin-bottom: 4vw;
  }
}

.dv-product__wrap .fs-c-dropdown__menu {
  /* font-size: 16px; */
  padding: 11px;
}

.fs-c-dropdown::after {
  background: #e8e4da;
}

.fs-c-productSelection__field .errMsg {
  margin-top: 6px;
}

.fs-c-productSelection__field input {
  min-height: auto;
  padding: 7px 11px;
  border-radius: 0;
  border: 1px solid #aba49c;
}

.dv-product__wrap .fs-c-productQuantityAndWishlist {
  -ms-grid-columns: 0.7fr 1.3fr;
  grid-template-columns: 0.7fr 1.3fr;
  margin-top: 22px;
}

.fs-c-productQuantityAndWishlist__wishlist {
  -ms-grid-column: 2;
  width: 100%;
}

.dv-product__wrap .fs-c-quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-grid-column: 1;
  position: relative;
  /* width: 100%; */
  /* max-width: 85%; */
  /* height: 42px; */
}

.dv-product__wrap .fs-c-quantity::before {
  content: '数量';
  font-size: 16px;
  margin-right: 0;
  width: 6em;
}

.dv-product__wrap .fs-c-quantity__select {
  height: 40px;
  border: 1px solid #aba49c;
  border-radius: 0;
  margin-top: -2px;
}

.fs-c-quantity__message {
  position: absolute;
  top: -2.5em;
  left: .5em;
  transform: scale(1.5);
  padding: 0 .5em .5em;
}

.fs-body-product .fs-c-buttonContainer {
  margin-top: 0;
  padding: 0;
}

.dv-product__wrap .fs-c-button--addToWishList--detail {
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  background: #81766b;
  box-shadow: none;
  justify-content: center;
  padding: 0 10px;
  color: #fff;
  border: none;
  border-radius: 0;
}

.dv-product__wrap .fs-c-button--addToWishList--detail:hover {
  color: #fff;
}

.dv-product__wrap .fs-c-button--particular {
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  justify-content: center;
}

.dv-product__wrap .fs-c-button--particular.fs-c-button--addToWishList--detail, .dv-product__wrap .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  height: 41px;
}

.dv-product__wrap .fs-c-button--particular.fs-c-button--addToWishList--detail::before, .dv-product__wrap .fs-c-button--particular.fs-c-button--removeFromWishList--detail::before {
  content: "\e919";
  font-family: 'fs-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  margin-right: 6px;
}

.dv-product__wrap .fs-c-button--particular.fs-c-button--addToWishList--detail::after, .dv-product__wrap .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  content: '';
}

.dv-product__wrap .fs-c-productActionButton {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .dv-product__wrap .fs-c-productActionButton {
    margin-top: 6.67vw;
  }
}

.dv-product__wrap .fs-c-button--addToCart--detail {
  font-size: 16px;
  padding: 20px 0;
  width: 100%;
}

.dv-product__wrap .fs-c-button--addToCart--detail .fs-c-button__label::before {
  content: '';
  width: 25px;
  height: 20px;
  margin-right: 10px;
  background: url('https://nagasaka.itembox.design/item/common/product_cart_btn.png') no-repeat 0 0;
}

.dv-product__wrap .fs-c-button--addToCart--detail .fs-c-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dv-product__wrap .fs-c-productActionButton .fs-c-button--secondary {
  min-width: auto;
  width: 100%;
}

/* 商品詳細の独自コメント */

.dv-product_comment {
  width: 75%;
  max-width: 805px;
  margin: 57px auto 0;
  color: #81766b;
}

@media (max-width: 750px) {
  .dv-product_comment {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

.dv-product__originalComment>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 58px;
  padding-top: 56px;
  border-top: 1px dashed #ebe7de;
}

@media (max-width: 750px) {
  .dv-product__originalComment>div {
    flex-direction: column;
    margin-top: 10.67vw;
    padding-top: 0;
    border-top: none;
  }
}

.dv-product__originalComment:first-of-type>div {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.dv-product__originalComment>div>div {
  width: 48%;
}

@media (max-width: 750px) {
  .dv-product__originalComment>div>div {
    width: 100%;
  }
}

.dv-product__originalComment img {
  width: 43%;
}

@media (max-width: 750px) {
  .dv-product__originalComment img {
    width: 100%;
  }
}

.dv-product__originalComment h3 {
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .dv-product__originalComment h3 {
    margin-top: 7.47vw;
    padding: 0 4vw;
    font-size: 4.8vw;
    text-align: center;
  }
}

.dv-product__originalComment p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 30px;
  text-align: justify;
}

@media (max-width: 750px) {
  .dv-product__originalComment p {
    margin-top: 5.2vw;
    padding: 0 4vw;
    font-size: 3.74vw;
  }
}

@media (max-width: 750px) {
  .dv-product__originalComment > p {
    margin-top: 0;
  }
}

.dv-product-discription__inner .dv-product__originalComment > p {
  font-size: inherit;
}
@media (max-width: 750px) {
  .dv-product-discription__inner .dv-product__originalComment > p {
    padding: 0;
  }
}


/* 商品詳細のスペック表 */

.fs-p-productDescription--short div {
  width: 75%;
  margin: 55px auto 0;
  padding-top: 55px;
  border-top: 2px solid #e8e4da;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .fs-p-productDescription--short div {
    width: 100%;
    margin: 7.6vw auto 0;
    padding: 7.6vw 4vw 0;
    font-size: 3.74vw;
  }
}

.fs-p-productDescription--full dl, .fs-p-productDescription--full dl>dt, .fs-p-productDescription--full dl>dd {
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.4;
}

.fs-p-productDescription--full div {
  width: 75%;
  margin: 55px auto 0;
  padding-top: 55px;
  border-top: 2px solid #e8e4da;
}

@media (max-width: 750px) {
  .fs-p-productDescription--full div {
    width: 100%;
    margin: 7.6vw auto 0;
    padding: 7.6vw 4vw 0;
    font-size: 3.47vw;
  }
}

.fs-p-productDescription--full dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #81766b;
  border-top: none;
}

.fs-p-productDescription--full dl>dt, .fs-p-productDescription--full dl>dd {
  padding: 20px;
  margin: 0;
  border-top: 1px solid #81766b;
}

@media (max-width: 750px) {
  .fs-p-productDescription--full dl>dt, .fs-p-productDescription--full dl>dd {
    padding: 3.6vw 2.94vw;
    line-height: 1.5;
  }
}

.fs-p-productDescription--full dl>dt {
  width: 22%;
  background: #e8e4da;
  border-right: 1px solid #81766b;
  text-align: center;
}

@media (max-width: 750px) {
  .fs-p-productDescription--full dl>dt {
    width: 24%;
    text-align: left;
  }
}

.fs-p-productDescription--full dl>dd {
  width: 78%;
}

@media (max-width: 750px) {
  .fs-p-productDescription--full dl>dd {
    width: 76%;
  }
}

/* 商品詳細のレビュー */

.review {
  width: 75%;
  margin: 55px auto 0;
  padding-top: 55px;
  border-top: 2px solid #e8e4da;
}

@media (max-width: 750px) {
  .review {
    width: 100%;
    margin: 7.6vw auto 0;
    padding: 7.6vw 4vw 0;
  }
}

.review__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82%;
  margin: 0 auto 20px;
  text-align: center;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .review__ttl {
    font-size: 6vw;
    margin: 0 auto 6vw;
    width: 100%;
  }
}

.review__ttl::before {
  content: '';
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background: url('https://nagasaka.itembox.design/item/common/product_review_icon.png') no-repeat center 0;
  background-size: 100%;
}

@media (max-width: 750px) {
  .review__ttl::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 4.94vw;
    background: url('https://nagasaka.itembox.design/item/common/product_review_icon.png') no-repeat center 0;
    background-size: 100%;
  }
}

.fs-c-aggregateRating__rating::before {
  content: "総合評価";
  font-size: 20px;
  flex: 0 12%;
}

@media (max-width: 750px) {
  .fs-c-aggregateRating__rating::before {
    font-size: 3.73vw;
    flex: 0 18%;
  }
}

.fs-c-aggregateRating__rating {
  flex: 1;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #e8e4da;
}

@media (max-width: 750px) {
  .fs-c-aggregateRating__rating {
    padding-bottom: 4vw;
  }
}

.fs-c-reviewStars {
  display: flex;
  justify-content: flex-end;
  order: 3;
  flex: 1;
}

.fs-c-aggregateRating__count {
  display: none;
}

.fs-c-reviewList__item .fs-c-reviewStars {
  justify-content: flex-start;
}

.fs-c-rating__value {
  color: #f38f00;
  font-size: 36px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .fs-c-rating__value {
    font-size: 7.4vw;
  }
}

.fs-c-reviewList__item {
  padding: 29px 0 35px;
  border-bottom: 1px dashed #e8e4da;
}

@media (max-width: 750px) {
  .fs-c-reviewList__item {
    padding: 6.4vw 0;
  }
}

.fs-c-reviewBody {
  border: none;
  padding: 0;
}

.fs-c-reviewList__item:first-child {
  border-top: none;
}

.fs-c-reviewStars::before {
  color: #f38f00;
  font-size: 22px;
}

@media (max-width: 750px) {
  .fs-c-reviewStars::before {
    font-size: 5.07vw;
  }
}

.fs-c-reviewInfo__reviewer {
  order: 2;
  margin-top: 25px;
  font-size: 14px;
}

@media (max-width: 750px) {
  .fs-c-reviewInfo__reviewer {
    margin-top: 4.27vw;
    font-size: 3.2vw;
  }
}

.fs-c-reviewer__profile {
  font-size: 14px;
}

.fs-body-product .fs-c-reviewer__profile {
  margin-left: 9px;
}

.fs-c-reviewInfo__date {
  order: 3;
  margin: 8px 0 0;
}

@media (max-width: 750px) {
  .fs-c-reviewInfo__date {
    margin: 2.4vw 0 0;
    font-size: 2.67vw;
  }
}

.fs-c-reviewInfo__date dt {
  display: none;
}

.fs-c-reviewRating {
  order: 1;
}

.fs-c-reviewList__item__body {
  margin: 30px 0 0;
  padding: 0;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .fs-c-reviewList__item__body {
    margin: 4.8vw 0 0;
    font-size: 3.47vw;
  }
}

.fs-c-productReview__allReviews, .fs-c-productReview__addReview, .fs-c-inquiryAboutProduct {
  justify-content: center;
}

@media (max-width: 750px) {
  .fs-c-productReview__allReviews, .fs-c-productReview__addReview, .fs-c-inquiryAboutProduct {
    font-size: 3.74vw;
  }
}

.fs-c-productReview__allReviews {
  margin-top: 34px;
}

@media (max-width: 750px) {
  .fs-c-productReview__allReviews {
    margin-top: 5.2vw;
  }
}

.fs-c-button--plain.fs-c-button--viewAllReviews::before {
  content: '';
  width: 28px;
  height: 28px;
  margin-right: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_review_icon.png');
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-c-button--plain.fs-c-button--viewAllReviews::before {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 5.34vw;
    background: url('https://nagasaka.itembox.design/item/common/product_review_icon.png');
    background-size: 100%;
  }
}

.fs-c-button--addReview--detail::before {
  content: ''!important;
  width: 26px;
  height: 26px;
  margin-right: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_review_write_icon.png');
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-c-button--addReview--detail::before {
    width: 6.14vw;
    height: 6.14vw;
    margin-right: 5.34vw;
    background: url('https://nagasaka.itembox.design/item/common/product_review_write_icon.png');
    background-size: 100%;
  }
}

.fs-body-product .fs-c-button--viewAllReviews, .fs-body-product .fs-c-button--addReview--detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 393px;
  height: 68px;
  margin-top: 17px;
  background: #e8e4d9;
  color: #81766b;
  text-decoration: none;
}

@media (max-width: 750px) {
  .fs-body-product .fs-c-button--viewAllReviews, .fs-body-product .fs-c-button--addReview--detail {
    width: 100%;
    height: 16vw;
    margin-top: 2.67vw;
  }
}

.fs-c-button--viewAllReviews:hover, .fs-c-button--addReview--detail:hover {
  text-decoration: none;
}

.fs-c-button--viewAllReviews {
  margin-top: 0;
}

/* 商品詳細の下部ボタン */

.fs-c-inquiryAboutProduct {
  padding: 0 4vw;
}

.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
  width: 393px;
  height: 68px;
  margin-top: 17px;
  background: #81766b;
  color: #fff;
}

@media (max-width: 750px) {
  .fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    width: 92%;
    height: 16vw;
    margin-top: 2.67vw;
  }
}

.fs-c-button--inquiryAboutProduct.fs-c-button--plain:hover {
  color: #fff;
}

.fs-c-button--inquiryAboutProduct::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 16px;
  margin-right: 19px;
  background: url('https://nagasaka.itembox.design/item/common/product_contact_icon.png');
  background-size: 100%;
}

@media (max-width: 750px) {
  .fs-c-button--inquiryAboutProduct::before {
    width: 5.34vw;
    height: 3.87vw;
    margin-right: 5.34vw;
    background: url('https://nagasaka.itembox.design/item/common/product_contact_icon.png');
    background-size: 100%;
  }
}

.fs-c-button--inquiryAboutProduct:hover {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------
  関連商品
--------------------------------------------------*/

.fs-c-featuredProduct {
  margin-top: 62px;
  padding: 0 7.5%;
}

@media (max-width: 750px) {
  .fs-c-featuredProduct {
    margin-top: 10.4vw;
    padding: 0 4vw;
  }
}

.fs-c-featuredProduct .slick-track {
  flex-wrap: wrap;
}

.fs-c-featuredProduct__title {
  border-bottom: none;
  color: #81766b;
}

.fs-c-featuredProduct .fs-c-productListCarousel__list__item {
  margin-top: 96px;
}

@media (max-width: 750px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
    width: calc(50% - 2%) !important;
    margin-top: 10.67vw;
  }
}

.fs-c-featuredProduct .fs-c-productListCarousel__list__item:nth-child(-n+4) {
  margin-top: 0;
}

@media (max-width: 750px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item:nth-child(-n+2) {
    margin-top: 0;
  }
}

/*--------------------------------------------------
  商品検索結果一覧
--------------------------------------------------*/

.fs-body-search .fs-c-productList__list {
  margin-top: 25px;
}

.fs-body-search .fs-p-productSearch__parameter {
  display: flex;
  align-items: center;
}

.fs-body-search .fs-p-productSearch__formSwitch {
  width: 150px;
  background: #e8e4da;
  /* border: 1px solid #b7afa6; */
  padding: 6px;
  text-align: center;
}

.fs-body-search .fs-p-productSearch {
  border-bottom: none;
}

.fs-body-search .fs-p-productSearch__parameter {
  display: none;
}

.fs-body-search .fs-p-productSearch__field input {
  background: #fff;
}
@media (max-width: 750px) {
  .fs-body-search .fs-c-button--secondary  {
    min-width: auto;
  }
}

/*--------------------------------------------------
  下層ページ共通（レイアウトやボタンなど）
--------------------------------------------------*/

.contents__inner {
  padding: 0 7.5% 100px;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .contents__inner {
		padding: 0 4vw 10vw;
    font-size: 3.3vw;
  }
}

.contents__inner .fs-c-breadcrumb {
  width: 100%;
}
@media (max-width: 960px) {
  .contents__inner .fs-c-breadcrumb {
    padding: 5.34vw 0 0;
  }
}
@media (max-width: 750px) {
  .contents__inner .fs-c-breadcrumb {
    padding: 5.34vw 3.6vw 0;
  }
}

.contents__inner .fs-c-heading--page {
  padding: 50px 0;
  line-height: 1.2;
}

@media (max-width: 750px) {
  .contents__inner .fs-c-heading--page {
    padding: 9vw 0;
  }
}

.contents__inner h1, .contents__inner h2, .contents__inner h3, .contents__inner h4, .contents__inner h5 {
  line-height: 1.5;
}

.fs-c-list {
  margin: 1rem 0 0;
}

.fs-p-announcement {
  margin: 26px 0;
  padding: 24px;
  border: 1px solid #ccc;
  font-size: 14px;
}

@media (max-width: 750px) {
  .fs-p-announcement {
    margin: 6vw 0;
    padding: 5vw;
    font-size: 3.3vw;
  }
}

.fs-p-announcement__title {
  color: #81766b;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media (max-width: 750px) {
  .fs-p-announcement__title {
    font-size: 4vw;
  }
}

.fs-c-subSection__title {
  margin-bottom: 10px;
  border: none;
  color: #81766b;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 750px) {
  .fs-c-subSection__title {
    font-size: 4.7vw;
  }
}

.fs-c-subSection {
  margin-bottom: 8vw;
}

@media screen and (max-width: 750px) {
  .fs-c-inputInformation__field {
    max-width: 100%;
  }
}

.fs-c-productImage__image {
  width: 100%;
}

/* ボタン関連 */

.fs-c-button--primary {
  min-width: 260px;
  border: none;
  font-size: 15px;
  padding: 22px 10px;
  box-shadow: none;
}

@media (max-width: 750px) {
  .fs-c-button--primary {
    width: 100%;
    padding: 6vw 5vw;
    font-size: 3.8vw;
  }
}

.fs-c-button--secondary {
  min-width: 300px;
  border: none;
  font-size: 15px;
  padding: 22px 10px;
  box-shadow: none;
  background: #81766b;
}

@media (max-width: 750px) {
  .fs-c-button--secondary {
    width: 100%;
    padding: 6vw 5vw;
    font-size: 3.8vw;
  }
}

.fs-c-button--plain {
  font-size: 15px;
  color: #81766b;
}

@media (max-width: 750px) {
  .fs-c-button--plain {
    font-size: 3.8vw;
  }
}

.fs-c-button--plain:hover {
  color: #81766b;
  text-decoration: none;
}

.fs-c-button--standard {
  padding: 10px;
  box-shadow: none;
  border: none;
  margin-top: 12px;
}
.fs-c-checkout-pointInfo__body .fs-c-button--standard {
  margin-top: 0;
}

.fs-c-button--back.fs-c-button--standard {
  margin: 0 auto;
  padding: 12px 24px;
}

#fs-communicationInfo-container .fs-c-button--standard {
  margin-top: 0;
}

.fs-c-buttonContainer {
  margin-top: 28px;
  padding: 0;
}

/*--------------------------------------------------
  フォーム関連共通
--------------------------------------------------*/

.fs-c-inputField {
  margin-top: 5px;
}

.fs-c-inputTable__label, .fs-c-inputTable__label {
  font-size: 18px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .fs-c-inputTable__label, .fs-c-inputTable__label {
    font-size: 3.8vw;
  }
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
  border: 1px solid #b7afa6;
  border-radius: 0;
  padding: 6px;
}

.fs-c-dropdown__menu {
  color: #81766b;
  padding: 6px 8px;
}

.fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
  margin-right: 8px;
  background: #f38f00;
  border-color: #f38f00;
}

@media (max-width: 750px) {
  .fs-c-checkbox__checkbox:checked+label>.fs-c-checkbox__checkMark {
    margin-right: 1.2vw;
    background: #f38f00;
    border-color: #f38f00;
  }
}

.fs-c-agreementConfirmation__message {
  margin-top: 10px;
  padding: 13px;
}

.fs-c-checkbox__checkMark {
  margin-right: 8px;
}

.fs-c-agreementConfirmation__checkbox {
  margin-top: 12px;
}

[type="hidden"].is-error, [type="text"].is-error, [type="search"].is-error, [type="tel"].is-error, [type="url"].is-error, [type="email"].is-error, [type="password"].is-error, [type="datetime"].is-error, [type="date"].is-error, [type="month"].is-error, [type="week"].is-error, [type="time"].is-error, [type="datetime-local"].is-error, [type="number"].is-error, select.is-error, textarea.is-error {
  background-color: #fae5e9;
}

.fs-c-inputInformation .fs-c-inputInformation__field {
  padding: 16px 32px 28px;
}

@media (max-width: 750px) {
  .fs-c-inputInformation .fs-c-inputInformation__field {
    padding: 3vw 3vw 4vw;
  }
}

.fs-c-inputInformation__field input {
  background: #fff;
}

/*--------------------------------------------------
  ショッピングカート共通
--------------------------------------------------*/

@media (min-width: 961px) {
  .fs-body-cart .header__logo, .fs-body-checkout-multi .header__logo, .fs-body-checkout-multiAddress .header__logo, .fs-body-checkout-multiAddress-products .header__logo, .fs-body-checkout-multiAddress-confirm .header__logo, .fs-body-checkout-multiAddress-options .header__logo, .fs-body-checkout-amazon .header__logo, .fs-body-customerDetails .header__logo, .fs-body-cart-login .header__logo {
    display: block;
  }
  .fs-body-cart .header__nav__item.for__tb, .fs-body-checkout-multi .header__nav__item.for__tb, .fs-body-checkout-multiAddress .header__nav__item.for__tb, .fs-body-checkout-multiAddress-products .header__nav__item.for__tb, .fs-body-checkout-multiAddress-confirm .header__nav__item.for__tb, .fs-body-checkout-multiAddress-options .header__nav__item.for__tb, .fs-body-checkout-amazon .header__nav__item.for__tb, .fs-body-customerDetails .header__nav__item.for__tb, .fs-body-cart-login .header__nav__item.for__tb {
    display: block !important;
    position: absolute;
    /* top: 15px; */
    right: 0;
    width: 14vw;
  }
  .header__logo a {
    padding: 36px 0 34px;
    border-bottom: 2px solid #e8e4da;
  }
  .header__logo img {
    width: 230px;
    vertical-align: baseline;
  }
  .header__nav__item.for__tb .header__nav__item__text {
    font-size: 20px;
  }
  .header__nav__item.for__tb .header__nav__item__img {
    width: auto;
    height: 60px;
  }
  .header__nav__item.for__tb .header__nav__item__link {
    height: auto;
  }
}

.fs-body-cart .main, .fs-body-checkout-multi .main, .fs-body-checkout-multiAddress .main, .fs-body-checkout-multiAddress-products .main, .fs-body-checkout-multiAddress-confirm .main, .fs-body-checkout-multiAddress-options .main, .fs-body-checkout-amazon .main, .fs-body-customerDetails .main, .fs-body-cart-login .main {
  width: 100%;
}

.fs-body-cart .fs-c-breadcrumb, .fs-body-checkout-multi .fs-c-breadcrumb, .fs-body-checkout-multiAddress .fs-c-breadcrumb, .fs-body-checkout-multiAddress-products .fs-c-breadcrumb, .fs-body-checkout-multiAddress-confirm .fs-c-breadcrumb, .fs-body-checkout-multiAddress-options .fs-c-breadcrumb, .fs-body-checkout-amazon .fs-c-breadcrumb, .fs-body-customerDetails .fs-c-breadcrumb, .fs-body-cart-login .fs-c-breadcrumb {
  max-width: 1100px;
}

.fs-l-cart, .fs-l-checkout, #fs-addressList-container, .fs-c-checkout-deliveryInfo, .fs-c-buttonContainer--next, .fs-c-buttonContainer--back {
  max-width: 1100px;
  margin: 0 auto;
}

.fs-c-checkout-deliveryInfo:not(.fs-c-checkout-preview) {
  margin: 48px auto;
}

@media screen and (min-width: 960px) and (max-width: 1299px) {
  .fs-body-cart .fs-l-cart__contentsArea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 250px;
    grid-template-columns: 1fr 250px;
  }
}

.fs-c-checkout-communicationTextarea {
  font-size: 16px;
}

/*--------------------------------------------------
  ショッピングカート
--------------------------------------------------*/

/* 商品テーブルエリア */

.fs-body-cart .fs-l-cart__contentsArea {
  margin-bottom: 20px;
}

.fs-body-cart .fs-c-cartTableContainer {
  border: none;
  border-radius: 0;
  padding: 0;
}

.fs-body-cart .fs-c-cartTable__headerCell {
  letter-spacing: 0.06em;
  font-family: fot-tsukuardgothic-std;
  font-size: 20px;
}

.fs-body-cart .fs-c-cartTable__headerCell, .fs-body-cart .fs-c-cartTable__dataCell {
  padding: 11px;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__headerCell, .fs-body-cart .fs-c-cartTable__dataCell {
    padding: 0;
  }
  .fs-body-cart .fs-c-cartTable__headerCell, .fs-body-cart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--point {
    padding: 8px;
  }
}

.fs-body-cart .fs-c-cartTable__product {
  grid-gap: 13px;
  grid-template-columns: 110px 1fr;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__product {
    grid-gap: 0;
    grid-template-columns: 24vw 1fr;
  }
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__product>.fs-c-cartTable__productImage {
    margin-bottom: 1vw;
  }
}

.fs-body-cart .fs-body-cart .fs-c-cartTable__product>.fs-c-cartTable__productImage {
  padding-right: 0;
}

.fs-body-cart .fs-c-cartTable__productName__name {
  font-size: 17px;
  line-height: 1.3;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__productName__name {
    font-size: 4vw;
  }
}

.fs-body-cart .fs-c-listedProductName__variation, .fs-body-cart .fs-c-listedProductName__selection {
  font-size: 13px;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-listedProductName__variation, .fs-body-cart .fs-c-listedProductName__selection {
    font-size: 3.2vw;
  }
}

.fs-body-cart .fs-c-price {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 23px;
  color: #f38f00;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-price {
    font-size: 6vw;
  }
}

.fs-body-cart .fs-c-productPrice--listed .fs-c-price {
  color: #81766b;
}

.fs-body-cart .fs-c-productListCarousel__list__item .fs-c-price {
  font-size: 30px;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-productListCarousel__list__item .fs-c-price {
    font-size: 6vw;
  }
}

.fs-l-cart .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-size: 23px;
}

.fs-body-cart .fs-system-quantity-list {
  border: 1px solid #cccccc;
  border-radius: 0;
}

.fs-body-cart .fs-system-quantity-text {
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-system-quantity-text {
    width: 15vw;
  }
}

@media (max-width: 600px) {
  .fs-body-cart .fs-system-quantity-list {
    width: 15vw;
  }
}

.fs-body-cart .fs-c-cartTable__row .fs-c-cartTable__dataCell:last-of-type {
  min-width: 4em;
}

.fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-button--plain {
  background: none;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__dataCell--action .fs-c-button--plain {
    margin-top: 2vw;
    padding: 1vw;
    background: #eee;
  }
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__actionButton__container+.fs-c-cartTable__actionButton__container {
    border: none;
  }
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__actionButton__container+.fs-c-cartTable__actionButton__container {
    padding: 0 0 0 4px;
  }
}

.fs-body-cart .fs-c-cartTable__actionButton__container>button {
  font-size: 14px;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__actionButton__container>button {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 600px) {
  .fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
    font-weight: normal;
    font-size: 3.5vw;
    vertical-align: baseline;
  }
  .fs-c-cartTable__dataCell--point {
    font-size: 3.5vw;
  }
}

.fs-c-cartTable__row {
  border-bottom: 1px solid #ccc;
}

.fs-body-cart .fs-c-orderTotalTable__itemPriceSummary .fs-c-price__value {
  font-size: 28px;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-orderTotalTable__itemPriceSummary .fs-c-price__value {
    font-size: inherit;
  }
}

/* 合計・購入ボタンエリア */

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-l-cart__sideColumn {
    padding: 18px 15px;
    border-radius: 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1299px) {
  .fs-body-cart .fs-l-cart__sideColumn {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-orderTotalTable>thead>tr>th, .fs-body-cart .fs-c-orderTotalTable>tfoot>tr>th, .fs-body-cart .fs-c-orderTotalTable>tbody>tr>th {
    font-size: 3.5vw;
  }
}

.fs-body-cart .fs-c-cartTable__price {
  margin: 1vw 0;
}

.fs-body-cart .fs-c-button--primary {
  min-width: 100%;
  width: auto;
}

@media screen and (min-width: 751px) and (max-width: 960px) {
  .fs-body-cart .fs-c-button--primary {
    min-width: 300px;
  }
}

@media (max-width: 750px) {
  .fs-body-cart .fs-c-button--primary {
    width: 100%;
  }
}

.fs-c-variationCart--withImage > li {
  -ms-grid-columns: auto 1fr 2em 100px;
  grid-template-columns: auto 1fr 2em 100px;
}

figcaption.fs-c-productThumbnail__image__caption {
    margin-top: .2em;
}

.fs-c-variationAndActions .fs-c-variationList__item__cart {
  padding: 0;
}

.fs-c-variationAndActions .fs-c-button--primary {
  min-width: 100%;
  height: 50px;
  padding: 0.4rem;
  font-size: 1rem;
}

.fs-c-variationAndActions .fs-c-variationCart__variationName__name {
  font-size: 1.4rem;
}

.fs-body-cart .fs-c-button--secondary {
  min-width: 100%;
  width: auto;
}

@media screen and (min-width: 751px) and (max-width: 960px) {
  .fs-body-cart .fs-c-button--secondary {
    min-width: 300px;
  }
}

@media (max-width: 750px) {
  .fs-body-cart .fs-c-button--secondary {
    width: 100%;
  }
}

.fs-body-cart .fs-c-buttonContainer--unregisteredUserPurchase {
  margin-top: 10px;
}

.fs-body-cart .fs-c-cartPayment p, .fs-c-payWithAmazon p {
  margin: 0;
}

.fs-body-cart .fs-c-purchaseHere__message {
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .fs-body-cart .fs-c-purchaseHere__message {
    text-align: center;
  }
}

@media screen and (min-width: 601px) and (max-width: 750px) {
  .fs-body-cart .fs-c-purchaseHere__message {
    font-size: 2.94vw;
  }
}

.fs-body-cart .fs-c-payWithAmazon__message {
  margin-bottom: 13px;
  font-size: 12px;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .fs-body-cart .fs-c-payWithAmazon__message {
    text-align: center;
  }
}

@media screen and (min-width: 601px) and (max-width: 750px) {
  .fs-body-cart .fs-c-payWithAmazon__message {
    font-size: 2.94vw;
  }
}

@media screen and (min-width: 601px) and (max-width: 1199px) {
  .fs-c-cartPayment, .fs-c-payWithAmazon {
    margin-top: 30px;
    font-size: 14px;
  }
}

.fs-body-cart .fs-c-totalAndActions .fs-c-payWithAmazon__button img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .fs-body-cart .fs-c-totalAndActions .fs-c-payWithAmazon__button img {
    width: 300px !important;
  }
}

@media (max-width: 750px) {
  .fs-body-cart .fs-c-totalAndActions .fs-c-payWithAmazon__button img {
    width: 100% !important;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-cart .fs-c-totalAndActions .fs-c-payWithAmazon__button img {
    width: 300px !important;
  }
}

@media screen and (min-width: 1300px) {
  .fs-body-cart .fs-c-totalAndActions .fs-c-payWithAmazon__button img {
    max-height: none !important;
    height: auto !important;
  }
}

.fs-body-cart .fs-c-cartDiscountInfo__info {
  font-size: 26px;
  font-family: fot-tsukuardgothic-std;
  color: #f00;
}

/* あと何円で送料無料 */

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartDiscountInfo__info {
    font-size: 4.7vw;
  }
}

.fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-price {
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  font-size: 26px;
  color: #f00;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartDiscountInfo__info .fs-c-price {
    font-size: 4.7vw;
  }
}

.fs-body-cart .fs-c-cartDiscountInfo__note {
  font-size: 14px;
}

@media (max-width: 600px) {
  .fs-body-cart .fs-c-cartDiscountInfo__note {
    font-size: 2.94vw;
  }
}

.fs-body-cart .fs-c-cartDiscountInfo__note>li {
  margin: 0;
  line-height: 1.7;
}

/* 買い物を続けるボタン */
.fs-body-cart .fs-c-button--standard.fs-c-button--continueShopping {
  color: #fff!important;
  background: #81766b!important;
}

/* 住所自動入力したら住所１まで入力不可 */
#fs_input_addressLine1.

/* 手提げ袋の案内 */

/* .fs-body-cart .dv-cart__info {
  display: flex;
  justify-content: space-between;
}
.fs-body-cart .dv-cart__info__box {
  display: block;
  width: 49%;
  position: relative;
  border: 1px solid #ccc;
  padding: 20px;
}

@media (max-width: 960px) {
  .fs-body-cart .dv-cart__info__box {
    padding: 18px;
  }
}

.fs-body-cart .dv-cart__info__ttl {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .fs-body-cart .dv-cart__info__ttl {
    font-size: 1.5vw;
  }
}

@media (max-width: 750px) {
  .fs-body-cart .dv-cart__info__ttl {
    margin-bottom: 3vw;
    font-size: 3.7vw;
    letter-spacing: 0;
  }
}


.fs-body-cart .dv-cart__info__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fs-body-cart .dv-cart__info__img {
  width: 28%;
  height: auto;
}
.fs-body-cart .dv-cart__info__text {
  width: 68%;
  text-align: justify;
}

@media (min-width: 751px) and (max-width: 960px) {
  .fs-body-cart .dv-cart__info__text {
    font-size: 1.7vw;
    letter-spacing: 0;
  }
}

@media (max-width: 750px) {
  .fs-body-cart .dv-cart__info {
    display: block;
  }
  .fs-body-cart .dv-cart__info__box {
    width: 100%;
    padding: 3vw;
  }
  .fs-body-cart .dv-cart__info__box + .dv-cart__info__box {
    margin-top: 5vw;
  }
  .fs-body-cart .dv-cart__info__img {
    width: 20%;
    height: auto;
  }
  .fs-body-cart .dv-cart__info__text {
    width: 76%;
    font-size: 3vw;
  }
} */


/* お問い合わせ */

.fs-body-cart .fs-p-flexibleColumn {
  margin-top: 9px;
}

.fs-body-cart .fs-p-linkButton {
  line-height: 1;
  padding: 7px 8px 9px;
}

.fs-body-cart .fs-c-button--standard {
  width: 100%;
  border-radius: 0;
  color: #81766b;
  font-size: 16px;
  line-height: 1;
  padding: 20px 10px;
  box-shadow: none;
  box-sizing: border-box;
  background: #e8e4da;
  border: none;
}

@media (max-width: 750px) {
  .fs-body-cart .fs-c-button--standard {
    padding: 6vw 5vw;
    font-size: 3.8vw;
  }
}

.fs-body-cart .fs-c-button--standard:hover, .fs-body-cart .fs-c-button--standard:visited, .fs-body-cart .fs-c-button--standard:active {
  color: #81766b;
}

/* 関連商品 */

.fs-body-cart .fs-c-featuredProduct {
  margin-top: 100px;
}

/* 買い物を続ける */

.fs-body-cart .fs-c-continueShopping {
  width: 280px;
  margin: 0 0 30px auto;
}

input.is--noenter,
select.is--noenter {
  pointer-events: none;
  background: #efefef!important;
}


@media (max-width: 960px) {
  .fs-body-cart .fs-c-continueShopping {
    width: 300px;
    margin: 30px auto;
  }
}

@media (max-width: 750px) {
  .fs-body-cart .fs-c-continueShopping {
    width: 100%;
    margin: 8vw auto 6vw;
  }
}

@media screen and (min-width: 961px) and (max-width: 1299px) {
  .fs-body-cart .fs-c-continueShopping {
    width: 250px;
  }
}

/* お気に入りリスト */

.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
  color: #81766b;
  font-size: 27px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  margin: 60px 0 25px;
  line-height: 1.2;
  border: none;
  text-align: center;
}

@media (max-width: 750px) {
  .fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    font-size: 5vw;
  }
}

.fs-c-wishlistProduct__viewAllProducts {
  width: 8em;
  text-align: center;
  padding: 10px 0 12px;
  margin: 0 0 0 auto;
  background: #e8e4da;
}

.fs-c-wishlistProduct__footer {
  display: none;
}

.fs-body-cart .fs-c-featuredProduct {
  display: none;
}


/*--------------------------------------------------
  カートご注文手続き（単数）
--------------------------------------------------*/
.fs-body-checkout .main {
  width: 100%;
}

/*--------------------------------------------------
  カートご注文手続き（複数）
--------------------------------------------------*/

.fs-body-checkout-multi .main {
  width: 100%;
}

.fs-body-checkout-multi .fs-c-checkout-preview {
  border-radius: 0;
  color: #81766b;
}

.fs-body-checkout-multi .fs-c-checkout-preview__title {
  border-bottom: 1px solid #81766b;
  color: #81766b;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
}

@media (max-width: 750px) {
  .fs-body-checkout-multi .fs-c-checkout-preview__title {
    font-size: 5vw;
  }
}

@media (max-width: 750px) {
  .fs-body-checkout-multi .fs-c-checkout-multiDestination__info__body .fs-c-checkout-multiDestination__button {
    margin-top: 0;
  }
}

.fs-c-checkout-multiDestination__title {
  padding: 7px 4px;
  background: #eee;
  color: #81766b;
  font-size: 18px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .fs-c-checkout-multiDestination__title {
    font-size: 4vw;
  }
}

.fs-c-checkout-delivery__method__message {
  color: #81766b;
}

.fs-c-checkout-multiDestination__subtitle {
  margin-bottom: 13px;
  border-left: 3px solid #e8e4d9;
  font-size: 16px;
}

.fs-body-checkout-multi .fs-c-buttonContainer {
  margin-top: 0;
}

.fs-c-checkout-delivery__method__title {
  font-size: 16px;
  margin: 0.4em 0 0.8em;
}

.fs-body-checkout-multi .fs-c-checkout-paymentMethod.is-active {
  border-color: #81766b;
}

.fs-body-checkout-multi .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title {
  background: #81766b;
  color: #ffffff;
}

.fs-body-checkout-multi .fs-c-checkout-paymentMethod__title {
  color: #81766b;
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark {
  border-color: #81766b;
}

.fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark::before {
  background: #81766b;
}

.fs-body-checkout-multi .fs-c-cartTable__headerCell--product {
  font-family: fot-tsukuardgothic-std;
}

.fs-body-checkout-multi .fs-c-returnedSpecialContract__link a {
  text-decoration: underline;
}

.fs-body-checkout-multi .fs-c-totalAndActions .fs-c-buttonContainer {
  margin-top: 25px;
}

@media (max-width: 750px) {
  .fs-c-checkout-multiDestination__product {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}

.fs-body-checkout-multi .fs-c-checkout-multiDestination__productImage {
  flex-basis: 70px;
  max-width: 70px;
}

.fs-body-checkout-multi .fs-c-checkout-paymentMethod__disabledMessage {
  color: #81766b;
}

/* ご注文手続きモーダル */

.fs-c-modal__inner {
  line-height: 1.3;
}

@media (max-width: 750px) {
  .fs-c-modal__inner {
    font-size: 3.2vw;
  }
}

.fs-c-modal__title {
  padding: 0;
  font-size: 18px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .fs-c-modal__title {
    font-size: 4.4vw;
    font-family: fot-tsukuardgothic-std;
  }
}

.fs-c-modal__inner .fs-c-checkout-checkoutMethod__body>* {
  margin: 9px 9px 12px;
}

.fs-c-modal__inner .fs-c-checkout-checkoutMethod.is-active {
  border: 2px solid #81766b;
}

.fs-c-modal__inner .fs-c-checkout-checkoutMethod__title {
  padding: 0.5em 0.5em 0.8em;
  background: #81766b;
  color: #81766b;
}

.fs-c-modal__inner .fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #81766b;
  color: #ffffff;
}

.fs-c-checkout-checkoutMethod.is-active:not(.is-disabled) .fs-c-checkout-checkoutMethod__body {
  color: #81766b;
}

.fs-c-modal__inner .fs-c-checkout-checkoutMethod:not(.is-active) {
  color: #81766b;
}

.fs-c-modal__inner .fs-c-buttonContainer--pair .fs-c-button--standard {
  margin-top: 0;
  min-width: 260px;
  border: none;
  font-size: 15px;
  padding: 22px 10px;
  box-shadow: none;
}

@media (max-width: 750px) {
  .fs-c-modal__inner .fs-c-buttonContainer--pair .fs-c-button--standard {
    padding: 6vw 5vw;
    font-size: 3.8vw;
  }
}

.fs-c-modal__inner .fs-c-buttonContainer {
  margin-top: 25px;
}

.fs-c-modal__inner .fs-c-checkout-addressee {
  color: #81766b;
}

.fs-c-modal__inner .fs-c-checkout-deliveryMethod.is-active {
  border: 2px solid #81766b;
}

.fs-c-modal__inner .fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
  padding: 0.5em 0.5em 0.8em;
  background: #81766b;
}

.fs-c-modal__inner .fs-c-checkout-deliveryMethod.is-active:not(.is-disabled) .fs-c-checkout-deliveryMethod__body {
  margin: 9px 9px 12px;
  line-height: 1.2;
}

.fs-c-modal__inner .fs-c-checkout-deliveryMethod__option__title {
  border-bottom: 1px solid currentColor;
  font-size: 16px;
  margin: 10px 0 6px;
  padding-bottom: 6px;
}

.fs-c-modal__inner .fs-c-checkout-deliveryMethod__option__setting {
  background: rgba(126, 126, 126, 0.08);
  padding: 15px 14px 18px;
  margin: 10px 0;
}

.fs-c-modal__inner .fs-c-dropdown {
  margin: 6px 0;
}

.fs-c-modal__inner .fs-c-inputField__explanation {
  margin-top: 5px;
}

@media (max-width: 750px) {
  .fs-c-modal__inner .fs-c-inputField__explanation {
    font-size: 3.6vw;
  }
}

.fs-c-modal__inner #fs_creditCardInputForm .fs-c-dropdown__menu {
  width: 5em;
}

#fs_creditCardInputForm #fs_input_creditCardExpirationYear {
  width: 6em;
}

/* お届け先一覧 */

.fs-body-checkout-multiAddress .fs-c-checkout-addressee__data {
  color: #81766b;
}

.fs-c-modal__inner .fs-c-checkout-addresseeList .fs-c-buttonContainer {
  margin: 0 10px 0 0;
}

.fs-c-modal__inner .fs-c-checkout-addresseeList .fs-c-button--standard {
  margin-top: 0;
}

.fs-body-checkout-multiAddress .fs-c-button--plain {
  padding: 10px 20px;
}

.fs-body-checkout-multiAddress .fs-c-modal__inner .fs-c-button--primary.fs-c-button--confirmDelete {
  min-width: 100%;
}

/* 商品数量指定 */

.fs-body-checkout-multiAddress-products .cart__notice,.fs-body-checkout-multiAddress-confirm .cart__notice {
  background: #ffffff;
  border-radius: 3px;
  border-width: 2px;
  border-style: solid;
  padding: 8px 8px 8px 32px;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  color: #da4453;
  border-color: #da4453;
}

.fs-c-buttonContainer--back .fs-c-button--plain {
  padding: 10px 20px;
}

@media (max-width: 750px) {
  .fs-c-buttonContainer--back .fs-c-button--plain {
    margin-top: 5vw;
  }
}

@media (max-width: 750px) {
  .fs-body-checkout-multiAddress-products .fs-c-checkout-productAllocation__product {
    flex-direction: row;
    padding: 0;
  }
}

@media (max-width: 750px) {
  .fs-body-checkout-multiAddress-products .fs-c-checkout-productAllocation__productImage {
    width: 25%;
    margin: 0 2vw 3vw 0;
    padding-right: 0;
  }
}

/* 商品数量情報更新 */

@media (max-width: 750px) {
  .fs-body-checkout-multiAddress-confirm .fs-c-checkout-productAllocation__product {
    flex-direction: row;
    padding: 0;
  }
}

@media (max-width: 750px) {
  .fs-body-checkout-multiAddress-confirm .fs-c-checkout-productAllocation__productImage {
    width: 25%;
    margin: 0 2vw 3vw 0;
    padding-right: 0;
  }
}

/* 配送・包装方法選択 */

@media (max-width: 750px) {
  .fs-body-checkout-multiAddress-options .fs-c-checkout-deliveryInfo:not(.fs-c-checkout-preview) {
    margin: 4vw 0;
  }
}

/* Amazonご注文手続き */

.fs-body-checkout-amazon .fs-c-checkout-preview {
  color: #81766b;
}

.fs-body-checkout-amazon .fs-c-returnedSpecialContract__link a {
  text-decoration: underline;
}

/*--------------------------------------------------
  お客様情報入力
--------------------------------------------------*/


/*--------------------------------------------------
  ご注文完了
--------------------------------------------------*/

.fs-c-subSection {
  max-width: 830px;
  margin: 0 auto 30px;
}

.dv-completed__wrapper {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.dv-completed__mv img {
  width: 100%;
}

.dv-completed__top a {
  width: 200px;
  margin: 30px auto 0;
  padding: 10px 20px;
  background: #e8e4da;
}

.dv-completed__mm {
  margin-top: 30px;
}

.dv-completed__button {
  margin-top: 30px;
}

/*--------------------------------------------------
  カートログイン、マイページログイン共通
--------------------------------------------------*/

@media (max-width: 750px) {
  .fs-body-cart-login .fs-c-loginForm {
    margin: 3vw auto 0;
    max-width: 100%;
  }
}

.fs-c-loginForm .fs-c-inputInformation__field {
  padding: 16px 32px 33px;
}

@media (max-width: 750px) {
  .fs-c-loginForm .fs-c-inputInformation__field {
    padding: 3vw 3vw 5vw;
  }
}

@media (max-width: 750px) {
  .fs-c-inputTable>tbody>tr+tr {
    margin-top: 4vw;
  }
}

.fs-c-loginForm .fs-c-anotherLogin__button {
  margin-top: 12px;
}

.fs-c-loginForm .fs-c-inputInformation__link {
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 750px) {
  .fs-c-loginForm .fs-c-inputInformation__link {
    margin-top: 4vw;
    font-size: 3.47vw;
  }
}

.fs-c-loginForm .fs-c-guestPurchase {
  border-top: 1px solid #81766b;
}

@media (max-width: 750px) {
  .fs-c-loginForm .fs-c-guestPurchase {
    margin-top: 10vw;
    padding-top: 7vw;
  }
}

@media (max-width: 750px) {
  .fs-c-loginForm .fs-c-inputInformation__button {
    margin-top: 4vw;
  }
}

@media (min-width: 601px) {
  .fs-c-loginForm .fs-c-button--primary {
    min-width: 300px;
  }
}

@media (max-width: 750px) {
  .fs-c-loginForm .fs-c-button--primary {
    padding: 6vw 5vw;
    font-size: 3.8vw;
    min-width: 100%;
  }
}

.fs-c-loginForm .fs-c-inputTable input[type="text"] {
  padding: 5px;
}

@media (max-width: 750px) {
  .fs-c-loginForm .fs-c-otherServiceLogin {
    margin: 10vw 0 0;
    font-size: 3.47vw;
  }
}

.fs-c-loginForm .fs-c-button--plain {
  width: 300px;
  padding: 17px;
  border: none;
  text-decoration: none;
  font-size: 15px;
}

@media (max-width: 750px) {
  .fs-c-loginForm .fs-c-button--plain {
    min-width: 100%;
    padding: 5vw;
    font-size: 3.8vw;
  }
}

.fs-c-loginForm .fs-c-button--plain:hover {
  text-decoration: none;
}

@media (max-width: 750px) {
  .amazonpay-button-inner-image {
    max-height: none !important;
    width: 50%;
  }
}

/*--------------------------------------------------
  マイページ共通
--------------------------------------------------*/

@media (min-width: 961px) {
  .fs-body-my-top .header__logo, .fs-body-my-orders .header__logo, .fs-body-my-orders-details .header__logo, .fs-body-my-addressbook .header__logo, .fs-body-my-addressbook-new .header__logo, .fs-body-my-addressbook-edit .header__logo, .fs-body-my-account-password .header__logo, .fs-body-my-account-settings .header__logo, .fs-body-my-account-settings-edit .header__logo, .fs-body-my-account-delete .header__logo, .fs-body-my-reviews .header__logo, .fs-body-my-cards .header__logo {
    display: block;
  }
  .fs-body-my-top .header__nav__item.for__tb, .fs-body-my-orders .header__nav__item.for__tb, .fs-body-my-orders-details .header__nav__item.for__tb, .fs-body-my-addressbook .header__nav__item.for__tb, .fs-body-my-addressbook-new .header__nav__item.for__tb, .fs-body-my-addressbook-edit .header__nav__item.for__tb, .fs-body-my-account-password .header__nav__item.for__tb, .fs-body-my-account-settings .header__nav__item.for__tb, .fs-body-my-account-settings-edit .header__nav__item.for__tb, .fs-body-my-account-delete .header__nav__item.for__tb, .fs-body-my-reviews .header__nav__item.for__tb, .fs-body-my-cards .header__nav__item.for__tb {
    display: block !important;
    position: absolute;
    top: 15px;
    right: 0;
    width: 14vw;
  }
}

.fs-body-my-top .main, .fs-body-my-orders .main, .fs-body-my-orders-details .main, .fs-body-my-addressbook .main, .fs-body-my-addressbook-new .main, .fs-body-my-addressbook .main, .fs-body-my-addressbook-edit .main, .fs-body-my-account-password .main, .fs-body-my-account-settings .main, .fs-body-my-account-settings-edit .main, .fs-body-my-account-delete .main, .fs-body-my-reviews .main, .fs-body-my-cards .main {
  width: 100%;
}

.fs-body-my-top .fs-c-breadcrumb, .fs-body-my-orders .fs-c-breadcrumb, .fs-body-my-orders-details .fs-c-breadcrumb, .fs-body-my-addressbook .fs-c-breadcrumb, .fs-body-my-addressbook-new .fs-c-breadcrumb, .fs-body-my-addressbook-edit .fs-c-breadcrumb, .fs-body-my-account-password .fs-c-breadcrumb, .fs-body-my-account-settings .fs-c-breadcrumb, .fs-body-my-account-settings-edit .fs-c-breadcrumb, .fs-body-my-account-delete .fs-c-breadcrumb, .fs-body-my-reviews .fs-c-breadcrumb, .fs-body-my-cards .fs-c-breadcrumb {
  max-width: 1100px;
}

.fs-body-my-top .fs-l-account, .fs-body-my-orders .fs-l-account, .fs-body-my-orders-details .fs-l-account, .fs-body-my-addressbook .fs-l-account, .fs-body-my-reviews .fs-c-history {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.fs-c-buttonContainer--myPageTop {
  width: auto;
  margin: 50px auto 0;
}

@media screen and (max-width: 750px) {
  .fs-c-buttonContainer--myPageTop {
    width: auto;
    margin: 11vw auto 0;
  }
}

.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
  margin: 0 auto;
  padding: 10px 20px;
  background: #e8e4da;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .fs-c-buttonContainer--myPageTop .fs-c-button--plain {
    text-align: center;
    font-size: 3.8vw;
  }
}

.fs-c-buttonContainer--myPageTop .fs-c-button--plain:hover {
  text-decoration: none;
}

.fs-c-orderHistoryItem__button .fs-c-button--plain {
  background: none;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .fs-c-orderHistoryItem__button .fs-c-button--plain {
    background: #eee;
    padding: 2vw;
    font-size: 3.3vw;
  }
}

/*--------------------------------------------------
  マイページログイン
--------------------------------------------------*/

.fs-body-login .fs-c-loginForm {
  justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .fs-body-login .fs-c-registeredUsers {
    flex-basis: auto;
    width: 48.5%;
  }
}

@media screen and (min-width: 960px) {
  .fs-body-login .fs-c-newUsers {
    margin-left: 3%;
    width: 48.5%;
  }
}

@media screen and (max-width: 960px) {
  .fs-body-login .fs-c-newUsers {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .fs-body-login .fs-c-newUsers {
    margin-top: 12vw;
  }
}

/*--------------------------------------------------
  マイページトップ
--------------------------------------------------*/

.fs-body-my-top .dv-member__name {
  font-size: 20px;
  font-family: fot-tsukuardgothic-std;
}

@media screen and (max-width: 750px) {
  .fs-body-my-top .dv-member__name {
    font-size: 4vw;
  }
}

.fs-body-my-top .dv-member__name span {
  display: inline;
}

.fs-body-my-top .fs-c-accountService {
  flex-basis: 100%;
  /* justify-content: space-between; */
  margin-top: 10px;

  justify-content: flex-start;
  margin-left: -0.66%;
}

@media screen and (max-width: 750px) {
  .fs-body-my-top .fs-c-accountService {
    flex-wrap: wrap;
  }
}

.fs-body-my-top .fs-c-accountService__page {
  flex-basis: auto;
  /* margin: 10px 0 0; */
  width: 16%;

  margin: 10px 0.66% 0 0;
  /* width: 16%; */
}

@media screen and (max-width: 750px) {
  .fs-body-my-top .fs-c-accountService__page {
    height: 34vw;
    width: 32%;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 750px) {
  .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 3.2vw;
  }
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  padding: 8px;
  box-shadow: none;
  background: none;
  border: 1px solid #e8e4da;
}

.fs-body-my-top .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
  color: #81766b;
}

.fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
  margin-top: 40px;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .fs-body-my-top .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
    height: auto;
    margin-top: 10vw;
  }
}

/*--------------------------------------------------
  マイページ--注文履歴
--------------------------------------------------*/

.fs-body-my-orders .fs-p-announcement, .fs-body-my-orders .fs-c-history, .fs-body-my-orders .fs-c-buttonContainer {
  max-width: 1100px;
  margin: 0 auto;
}

.fs-body-my-orders .fs-p-announcement__body a {
  display: inline;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .fs-body-my-orders .fs-c-buttonContainer {
    margin-left: auto;
  }
}

.fs-body-my-orders .fs-p-announcement {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .fs-body-my-orders .fs-c-button--addReview--detail::before {
    margin-right: 3vw;
  }
}

.fs-body-my-orders .fs-c-buttonContainer--viewOrderHistoryDetail {
  padding: 10px;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .fs-body-my-orders .fs-c-buttonContainer--viewOrderHistoryDetail {
    margin-bottom: 3vw;
    font-size: 3vw;
  }
}

.fs-body-my-orders .fs-c-buttonContainer--viewOrderHistoryDetail .fs-c-button--plain {
  padding: 8px 10px;
  background: #e8e4da;
}

.fs-body-my-orders .fs-c-history__term {
  color: #81766b;
  font-size: 14px;
}

/*--------------------------------------------------
  マイページ--注文履歴詳細
--------------------------------------------------*/

.fs-body-my-orders-details .fs-c-orderDetail {
  max-width: 1100px;
  margin: 0 auto;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee__heading {
  padding: 7px;
  font-family: fot-tsukuardgothic-std;
  color: #81766b;
}

.fs-c-orderDetail .fs-c-heading--section {
  font-family: fot-tsukuardgothic-std;
}

.fs-c-orderDetail .fs-c-button--plain {
  display: block;
  width: 88%;
  margin: 0 auto;
  background: none;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .fs-c-orderDetail .fs-c-button--plain {
    width: auto;
  }
}

.fs-c-orderDetail .fs-c-button--addReview--detail::before {
  margin-right: 6px;
}

/*--------------------------------------------------
  マイページ--お届け先リスト
--------------------------------------------------*/

.fs-body-my-addressbook .fs-c-buttonContainer {
  margin-top: 0;
}

.fs-body-my-addressbook .fs-c-button--standard {
  margin-top: 0;
  padding: 10px;
}

.fs-body-my-addressbook .fs-c-buttonContainer--deleteChange>[class^="fs-c-button"] {
  margin-top: 0;
  padding: 10px;
  /* border: 1px solid #81766b; */
}

@media (max-width: 750px) {
  .fs-body-my-addressbook .fs-c-buttonContainer--deleteChange>[class^="fs-c-button"] {
    width: 50%;
  }
}

.fs-body-my-addressbook .fs-c-listTable {
  margin: 30px 0;
}

.fs-body-my-addressbook .fs-c-button--primary.fs-c-button--confirmDelete {
  min-width: 100%;
}

/*--------------------------------------------------
  マイページ--お届け先追加、お届け先変更
--------------------------------------------------*/

.fs-body-my-addressbook-new .fs-c-button--standard, .fs-body-my-addressbook-edit .fs-c-button--standard {
  min-width: 260px;
  margin-top: 0;
  padding: 21px 10px;
}

/*--------------------------------------------------
  マイページ--会員情報詳細、会員登録内容変更、退会手続き
--------------------------------------------------*/

.fs-body-my-account-settings .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell, .fs-body-my-account-settings-edit .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell, .fs-body-my-account-delete .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
  font-size: 20px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .fs-body-my-account-settings .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell, .fs-body-my-account-settings-edit .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell, .fs-body-my-account-delete .fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
    font-size: 4vw;
  }
}

.fs-body-my-account-settings-edit #fs_input_birthdayYear {
  width: 7em;
}

.fs-body-my-account-settings-edit #fs_input_birthdayMonth, .fs-body-my-account-settings-edit #fs_input_birthdayDay {
  width: 6em;
}

.fs-body-my-account-settings-edit #fs_input_prefecture {
  width: 100%;
}

.fs-body-my-account-delete .fs-c-buttonContainer--leaveCancel .fs-c-button--standard {
  min-width: 260px;
  margin-top: 0;
  padding: 22px 10px;
}

/*--------------------------------------------------
  マイページ--レビュー履歴
--------------------------------------------------*/

.fs-body-my-reviews .fs-c-reviewList__item .fs-c-noImage {
  background: none;
  padding: 15px;
  color: #81766b;
  border: 1px dashed #81766b;
}

.fs-body-my-reviews .fs-c-button--editReview {
  padding: 10px;
  background: #e8e4da;
  font-size: 14px;
}

@media (max-width: 750px) {
  .fs-body-my-reviews .fs-c-button--editReview {
    font-size: 3.2vw;
  }
}

.fs-body-my-reviews .fs-c-button--editReview:hover {
  text-decoration: none;
}

.fs-body-my-reviews .fs-c-reviewInfo__status {
  margin-bottom: 8px;
}

@media (max-width: 750px) {
  .fs-body-my-reviews .fs-c-reviewInfo__status {
    margin: 8px 0;
  }
}

.fs-body-my-reviews .fs-c-reviewStatus {
  background: #f38f00;
}

/*--------------------------------------------------
  マイページ--クレジットカード
--------------------------------------------------*/

.fs-body-my-cards {}

.fs-body-my-cards .fs-c-creditCardListItem.is-active {
  border-color: #f38f00;
}

.fs-body-my-cards .fs-c-creditCardListItem__status__label {
  color: #f38f00;
}

.fs-body-my-cards .fs-c-button--secondary {
  padding: 10px;
  font-size: 13px;
}

@media (max-width: 750px) {
  .fs-body-my-cards .fs-c-button--secondary {
    width: 60%;
    font-size: 3.3vw;
  }
}

#fs-couponInfo-container .fs-c-button--standard,
.fs-body-my-cards .fs-c-button--standard {
  margin-top: 0;
}

#fs_couponCode {
  background: #fff;
  border: 1px solid #e5e5e5;
}

/*--------------------------------------------------
  店舗メンテナンス画面
--------------------------------------------------*/

.fs-p-closed {
  padding: 0 7.5%;
}

.fs-body-closed .fs-p-closed__heading {
  margin-top: 35px;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
}

@media (max-width: 750px) {
  .fs-body-closed .fs-p-closed__heading {
    margin-top: 6vw;
    font-size: 4vw;
  }
}

.fs-body-closed .fs-p-closed__message {
  line-height: 1.4;
  margin-top: 15px;
}

@media (max-width: 750px) {
  .fs-body-closed .fs-p-closed__message {
    margin-top: 4vw;
    font-size: 2.94vw;
    line-height: 1.6;
  }
}

/*--------------------------------------------------
  お客様情報入力
--------------------------------------------------*/

.fs-body-customerDetails .fs-p-listWithCheckmark>li {
  background: none;
}

.fs-body-customerDetails .fs-c-agreementConfirmation__addon {
  margin: 15px 0 0px;
}

.fs-body-customerDetails .fs-c-inputGroup {
  margin-top: 6px;
  border: 1px solid #b7afa6;
  border-radius: 0;
}

@media (max-width: 750px) {
  #fs_registerAndContinue, #fs_unregisterAndContinue {
    width: 100%;
  }
}

.fs-body-customerDetails .fs-c-inputInformation__field .fs-c-checkbox__labelText a, .fs-body-customerDetails .fs-c-checkbox__labelText a {
  text-decoration: underline;
}

.fs-c-checkbox__labelText, .fs-c-checkbox__labelText a {
  display: inline;
}

/*--------------------------------------------------
  告知ページ（個人情報、特商法など）共通
--------------------------------------------------*/

.fs-c-explainList {
  margin-top: 15px;
}

.fs-c-explainList dt {
  font-family: fot-tsukuardgothic-std;
  font-size: 18px;
}

@media (max-width: 750px) {
  .fs-c-explainList dt {
    font-size: 4.3vw;
  }
}

@media (max-width: 750px) {
  .fs-c-explainList dd:not(:last-child) {
    margin-bottom: 3vw;
    line-height: 1.8;
  }
}

.fs-c-list li {
  text-indent: -8px;
  padding-left: 8px;
  line-height: 1.8;
}

.fs-c-list li strong {
  color: #e6a654;
}

.fs-c-list li::before {
  border: 4px solid #e8e4da;
  background: #e8e4da;
}

.fs-c-documentArticle {
  position: relative;
  padding: 0;
}

.fs-c-documentArticle p {
  line-height: 1.8;
}

.fs-c-documentArticle p a {
  display: inline-block;
  text-decoration: underline;
}

.fs-c-documentArticle p strong {
  color: #e6a654;
}

.fs-c-documentArticle__heading {
  background: none;
  padding: 11px 0;
  color: #e6a654;
  font-size: 28px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 750px) {
  .fs-c-documentArticle__heading {
    font-size: 6vw;
    margin: 0 0 3vw;
    padding: 2.5vw 8px;
  }
}

section.fs-c-documentColumn {
  padding-bottom: 43px;
}

section.fs-c-documentColumn+section.fs-c-documentColumn {
  border-top: 1px dashed #ebe7de;
}

@media (max-width: 750px) {
  section.fs-c-documentColumn {
    padding-bottom: 7vw;
  }
}

.fs-c-documentColumn__heading {
  padding: 0 0 11px;
  margin-bottom: 0;
  border: none;
  border-color: none;
  color: #81766b;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 750px) {
  .fs-c-documentColumn__heading {
    padding: 0 0 2.2vw;
    font-size: 4.7vw;
  }
}

.fs-c-documentColumn__content {
  padding: 12px 0;
}

@media (max-width: 750px) {
  .fs-c-documentColumn__content {
    padding: 2.2vw 0;
  }
}

.fs-c-documentColumn__content *+p {
  margin-top: 1em;
}

@media (max-width: 750px) {
  .fs-c-documentColumn__content .fs-c-explainList a[href^="tel:"] {
    pointer-events: auto;
  }
}

*+.fs-c-documentColumn {
  margin-top: 0;
  padding-top: 43px;
}

@media (max-width: 750px) {
  *+.fs-c-documentColumn {
    padding-top: 7vw;
  }
}

@media (max-width: 750px) {
  .fs-c-documentArticle__heading+.fs-c-documentColumn {
    margin-top: 0 !important;
  }
}

*+.fs-c-orderedList {
  margin-top: 15px;
}

.fs-c-orderedList>li::before {
  color: inherit;
}

.fs-c-documentColumn__content>.fs-c-list:first-child {
  margin: 0;
}

.fs-c-documentArticle+.fs-c-documentArticle {
  margin-top: 60px;
}

@media (max-width: 750px) {
  .fs-c-documentArticle+.fs-c-documentArticle {
    margin-top: 8vw;
  }
}

.fs-p-privacyPolicy {
  max-width: 1000px;
  margin: 20px auto 0;
}

@media (max-width: 750px) {
  .fs-p-privacyPolicy {
    margin: 3vw auto 0;
  }
}

.fs-p-privacyPolicy .fs-c-documentArticle:nth-of-type(2) .fs-c-documentColumn {
  margin-top: 15px;
}

.fs-p-address {
  font-style: inherit;
  line-height: 1.6;
}

/*--------------------------------------------------
  送料とお支払い方法について
--------------------------------------------------*/

.fs-body-about-shippingPayment .fs-c-postage__list {
  margin-top: 15px;
}

.fs-body-about-shippingPayment .fs-c-documentArticle__content {
  margin-top: 43px;
  padding: 0;
}

.fs-body-about-shippingPayment .fs-c-specTableContainer {
  margin-top: 13px;
}

.fs-body-about-shippingPayment .fs-c-documentSubColumn {
  border: 1px solid #b2b2b2;
  margin-top: 16px;
}

.fs-body-about-shippingPayment .fs-c-documentSubColumn__heading {
  font-size: 1.7rem;
  margin-bottom: 1em;
}

.fs-body-about-shippingPayment .fs-c-postage__list>dt {
  background: #e8e4da;
}

.fs-body-about-shippingPayment #fs_anchor_tax .fs-c-documentArticle__content, .fs-body-about-shippingPayment #fs_anchor_aboutPayment .fs-c-documentArticle__content {
  margin-top: 0;
}

/*--------------------------------------------------
  会員規約について
--------------------------------------------------*/

.fs-c-orderedList>li .fs-c-orderedList {
  margin: 10px 0 20px;
  padding: 10px;
  border: 1px solid #e2ded2;
}

.fs-c-orderedList>li+li {
  margin-top: 15px;
}

/*--------------------------------------------------
  メールマガジン共通
--------------------------------------------------*/

.fs-p-emailDomainNotice {
  max-width: 600px;
  margin-top: 15px;
}

/*--------------------------------------------------
  商品レビュー、会員レビュー、店舗レビュー
--------------------------------------------------*/

@media (max-width: 750px) {
  .fs-body-reviews-product .contents__inner .fs-c-heading--page, .fs-body-reviews .contents__inner .fs-c-heading--page {
    text-align: left;
  }
}

.fs-body-reviews-product .fs-c-history, .fs-body-reviews .fs-c-history, .fs-body-reviews .fs-c-history {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .fs-body-reviews-product .fs-c-productImage__image, .fs-body-reviews .fs-c-productImage__image {
    width: 100%;
  }
}

.fs-body-reviews-product .fs-c-productNumber, .fs-body-review-write .fs-c-productNumber {
  font-size: 12px;
  padding: 0;
}

@media (max-width: 750px) {
  .fs-body-reviews-product .fs-c-productNumber, .fs-body-review-write .fs-c-productNumber {
    font-size: 2.94vw;
  }
}

.fs-c-productReviewed__prices {
  font-size: 23px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
}

.fs-body-reviews-product .fs-c-aggregateRating__rating::before, .fs-body-review-write .fs-c-aggregateRating__rating::before {
  font-size: 16px;
}

@media (max-width: 750px) {
  .fs-body-reviews-product .fs-c-aggregateRating__rating::before, .fs-body-review-write .fs-c-aggregateRating__rating::before {
    font-size: 3.5vw;
  }
}

.fs-body-reviews-product .fs-c-breadcrumb {
  max-width: 1000px;
}

.fs-body-reviews-product .fs-p-announcement, .fs-body-reviews .fs-p-announcement {
  max-width: 1000px;
  margin: 50px auto 0;
}

@media (max-width: 750px) {
  .fs-body-reviews-product .fs-p-announcement {
    margin: 9vw auto 0;
  }
}

@media (max-width: 750px) {
  .fs-body-reviews-product .fs-p-announcement__body {
    font-size: 3vw;
  }
}

@media (max-width: 750px) {
  .fs-body-reviews-product .fs-c-productReviewed+.fs-c-aggregateRating {
    margin: 5vw auto 0;
  }
}

@media (max-width: 750px) {
  .fs-body-review-write .fs-c-inputInformation .fs-c-inputInformation__field {
    padding: 0;
  }
}

.fs-c-reveiwNotes {
  max-width: 600px;
  margin: 40px auto 0;
  padding: 25px 0;
  font-size: 14px;
}

@media (max-width: 750px) {
  .fs-c-reveiwNotes {
    margin: 7vw auto 0;
    font-size: inherit;
  }
}

.fs-c-reveiwNotes h3 {
  margin-bottom: 12px;
  font-family: fot-tsukuardgothic-std;
  font-size: 18px;
}

@media screen and (min-width: 600px) {
  .fs-c-productReviewed__image {
    margin-right: 8px;
  }
}

.fs-c-productReviewed__name {
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 750px) {
  .fs-c-productReviewed__name {
    font-size: 4.5vw;
  }
}

@media (max-width: 750px) {
  .fs-body-reviews .fs-c-productName {
    font-size: 4vw;
    margin: 2vw 0;
  }
}

/* レビューを書く */

.fs-body-review-write .fs-c-heading--page {
  font-size: 32px;
}

@media (max-width: 750px) {
  .fs-body-review-write .fs-c-heading--page {
    font-size: 6vw;
  }
}

.fs-body-review-write .fs-c-inputField__explanation {
  margin-top: 4px;
  font-size: 14px;
}

.fs-body-review-write .fs-c-inputTable__comment {
  font-size: 14px;
  margin-bottom: 10px;
}

.fs-body-review-write .fs-c-buttonContainer {
  margin-top: 28px;
}

/* レビューログイン */

.fs-body-review-login .fs-c-loginForm {
  margin: 60px auto 0;
  max-width: 1100px;
}

.fs-body-review-login .fs-c-guestReview__message {
  max-width: none;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .fs-body-review-login .fs-c-newUsers {
    margin-left: 3%;
    width: 47.5%;
  }
}

@media (min-width: 960px) {
  .fs-body-review-login .fs-c-registeredUsers {
    flex-basis: 0;
    width: 47.5%;
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .fs-body-review-login .fs-c-subSection__title {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .fs-c-otherServiceLogin {
    max-width: 600px;
    margin: 40px auto;
  }
}

@media (min-width: 751px) and (max-width: 960px) {
  .fs-body-review-login .fs-c-newUsers__message {
    max-width: 600px;
    margin: 12px auto 0;
  }
}

.fs-c-guestReview {
  padding: 0;
}

.fs-c-guestReview__message {
  max-width: 600px;
  margin: 0 auto;
}

.fs-c-guestReview__title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
}

@media (max-width: 750px) {
  .fs-c-guestReview__title {
    margin-bottom: 3vw;
    font-size: 3.4vw;
  }
}

.fs-c-guestReview__message h3 {
  margin-bottom: 8px;
  font-family: fot-tsukuardgothic-std;
  font-size: 22px;
}

@media (max-width: 750px) {
  .fs-c-guestReview__message h3 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 750px) {
  .fs-c-button--secondary.fs-c-button--addToAddressbook, .fs-c-button--secondary.fs-c-button--addReview--guest {
    max-width: none;
  }
}

/*--------------------------------------------------
  お気に入りボタンを押した時のログインページ
--------------------------------------------------*/
@media screen and (min-width: 960px) {
  .fs-body-wishlist-login .fs-c-registeredUsers {
    flex-basis: auto;
  }
}

/*--------------------------------------------------
  ページが見つかりません
--------------------------------------------------*/

.fs-body-notfound .contents__inner {
  margin-top: 50px;
}

@media (max-width: 750px) {
  .fs-body-notfound .contents__inner {
    margin-top: 5vw;
  }
}

/*--------------------------------------------------
  モーダル共通
--------------------------------------------------*/

.fs-c-modal__inner {
  padding: 10px;
  color: #81766b;
}

.fs-c-modal__header {
  background: #e8e4da;
  border-radius: 0;
}

.fs-c-modal__inner fieldset:not(.fs-c-additionalCheckField)+.fs-c-additionalCheckField {
  margin: 0 0 10px;
}

/*--------------------------------------------------
  モーダル　商品へのお問い合わせ
--------------------------------------------------*/

.fs-c-modal--inquiry .fs-c-modal__inner {
  min-width: 500px;
}

/*--------------------------------------------------
  会員登録
--------------------------------------------------*/

.fs-body-register .fs-c-dropdown__menu {
  width: 100%;
}

.fs-body-register #fs_input_birthdayYear {
  width: 6em;
}

.fs-body-register #fs_input_birthdayMonth, .fs-body-register #fs_input_birthdayDay {
  width: 5em;
}

/*--------------------------------------------------
  会員登録完了
--------------------------------------------------*/

.fs-c-registerSuccessMessage {
  text-align: left;
  max-width: 650px;
}

.fs-c-registerSuccessMessage p {
  margin-bottom: 15px;
}

/*--------------------------------------------------
  フリーページ共通
--------------------------------------------------*/

.bnr__list {
  width: 70.4%;
  margin: 80px auto;
}

@media (max-width: 750px) {
  .bnr__list {
    width: 86.7vw;
    margin: 10.67vw auto;
  }
}

.bnr__item {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .bnr__item {
    margin-top: 6.67vw;
  }
}

.bnr__item:first-of-type {
  margin-top: 0;
}

.bnr__item img {
  width: 100%;
}

/*--------------------------------------------------
  ご利用ガイド
--------------------------------------------------*/
.guide__nav {
  margin-bottom: 75px;
  padding: 35px 70px 0;
  background: #f3f1ec;
}
@media (max-width:750px) {
  .guide__nav {
    margin-bottom: 10vw;
    padding: 0;
  }
}
.guide__nav__list {
  display: flex;
  flex-flow: wrap;
}
@media (max-width:750px) {
  .guide__nav__list {
    display: block;
  }
}
.guide__nav__item {
  width: 33%;
  margin: 0 0 2em 0;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}
.column--1 .guide__nav__item {
  width: 100%;
}
.column--2 .guide__nav__item {
  width: 50%;
}
@media (max-width: 1250px) {
  .guide__nav__item {
    width: 50%;
  }
  .column--1 .guide__nav__item {
    width: 100%;
  }
  .column--2 .guide__nav__item {
    width: 100%;
  }
}
@media (max-width:750px) {
  .column--1 .guide__nav__item,
  .column--2 .guide__nav__item,
  .guide__nav__item {
    width: 100%;
    margin: 0;
  }
  .guide__nav__item + .guide__nav__item {
    border-top: 1px dotted #fff;
  }
}
.guide__nav__item a {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
}
@media (max-width:750px) {
  .guide__nav__item a {
    width: 100%;
    padding: 5vw;
  }
}
.guide__nav__item a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: .6em;
  height: .6em;
  border: 2px solid #81766b;
  border-top: none;
  border-left: none;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width:750px) {
  .guide__nav__item a::after {
    right: 5vw;
  }
}

.guide__btn__wrap {
  display: flex;
}
.guide__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em;
  margin-left: 0;
  padding: 1em 1.5em;
  background: #e8e4da;
  font-size: 16px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}
.guide__btn:hover {
  opacity: 0.7;
  transition: .3s;
}

.guide-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
  font-size: 0;
}
@media (max-width:750px) {
  .guide-anchor {
    top: -16vw;
  }
}

/*--------------------------------------------------
  よくあるご質問
--------------------------------------------------*/

.fs-c-documentColumn__heading.txt--q {
  position: relative;
  padding-left: 1.75em;
  text-indent: -0.85em;
}
.fs-c-documentColumn__heading.txt--q::before {
  content: 'Q.';
  display: inline-block;
  margin-right: 0.5em;
}
.fs-c-documentColumn__content.txt--a {
  position: relative;
  padding-left: 1.75em;
}
.fs-c-documentColumn__content.txt--a > p:first-of-type {
  text-indent: -0.7em;
}
.fs-c-documentColumn__content.txt--a > p:first-of-type::before {
  content: 'A.';
  display: inline-block;
  margin-right: 0.5em;
}

.fs-c-list li a {
  display: inline;
  text-decoration: underline;
}


/*--------------------------------------------------
  サイトマップ
--------------------------------------------------*/
.content__list.list--3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content__list.list--3 .content__item {
  width: 30%;
}
.content__list.list--3::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
@media (max-width:750px) {
  .content__list.list--3 .content__item {
    width: 48%;
  }
  .content__list.list--3::after {
    width: 48%;
  }
}
.content__item a {
  display: inline-block;
  margin-top: 1em;
  line-height: 1.8;
}
@media (max-width:750px) {
  .content__item a {
    display: block;
    margin-top: 0;
    padding: 1em 0;
  }
}

/*--------------------------------------------------
  お問い合わせフォーム
--------------------------------------------------*/
.page__contact .fs-c-documentColumn {
  position: relative;
  padding: 0;
}
.page__contact .fs-c-documentColumn p:nth-of-type(2) {
  margin-bottom: 30px;
}
.page__contact .fs-c-documentColumn .fs-c-documentArticle__heading {
  margin-top: 32px;
}
@media (max-width:750px) {
  .page__contact .fs-c-documentColumn .fs-c-documentArticle__heading {
    margin-top: 6vw;
  }
}
.page__contact .fs-c-documentColumn .fs-c-documentColumn__content {
  margin-bottom: 30px;
}
.contact-form {
  margin-top: 3em;
}
.contact-form__unit {
  display: flex;
  width: 100%;
  margin-bottom: 1em;
}
.contact-form__unit__ttl {
  width: 25%;
  display: flex;
  padding: .5em 0;
  align-items: center;
}
.contact-form__unit__ttl span {
  display: inline-block;
  width: 4em;
  margin-left: .5em;
  color: #ff4b4b;
  font-size: 70%;
}
.contact-form__unit__input {
  width: 70%;
  margin-left: 5%;
  line-height: 2.5;
}
.contact-form__unit__input input {
  font-size: 1.13em;
}
.input__postal {
  width: 30%;
}
@media (max-width:1000px) {
 .contact-form__unit {
    display: block;
  }
  .contact-form__unit__ttl {
    width: 100%;
  }
  .contact-form__unit__input {
    width: 100%;
    margin-left: 0;
  }
}
.contact-form .guide__btn__wrap {
  width: 100%;
  justify-content: center;
}

/*--------------------------------------------------
  長坂養蜂場について--扉ページと共通部分
--------------------------------------------------*/

/* 共通 */

.contents__inner.company {
  padding: 0 0 100px;
}

@media (max-width: 750px) {
  .contents__inner.company {
    padding: 0 0 8vw;
  }
}

@media (max-width: 750px) {
  .company {
    margin-left: 0;
  }
}

.contents__inner.company .fs-c-breadcrumb {
  width: 85%;
}
@media (max-width: 750px) {
  .contents__inner.company .fs-c-breadcrumb {
    width: 100%;
  }
}

.company__mv {
  position: relative;
  width: 100%;
  height: 44vw;
  margin-top: 100px;
}

@media (max-width: 960px) {
  .company__mv {
    height: 53vw;
  }
}

@media (max-width: 750px) {
  .company__mv {
    height: 57.34vw;
    margin-top: 13.34vw;
  }
}

.company__mv__company {
  margin-top: 100px;
}

.company__mv__company img {
  width: 100%;
}

@media (max-width: 750px) {
  .company__mv__company {
    margin-top: 13.34vw;
  }
}

.company__mv__about {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/about/about_mv.jpg') no-repeat center;
  background-size: cover;
}

@media (max-width: 750px) {
  .company__mv__about {
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/about/about_mv_sp.jpg') no-repeat center;
    background-size: cover;
  }
}

.company__mv__characteristic {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/characteristic/characteristic_mv.jpg') no-repeat center;
  background-size: cover;
}

@media (max-width: 750px) {
  .company__mv__characteristic {
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/characteristic/characteristic_mv_sp.jpg') no-repeat center;
    background-size: cover;
  }
}

.company__mv__staff {
  margin-top: 80px;
}

.company__mv__staff img {
  width: 100%;
}

@media (max-width: 750px) {
  .company__mv__staff {
    margin-top: 13.34vw;
  }
}

.company__mv__employment--new {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/employment/employment_new_mv.jpg') no-repeat center;
  background-size: cover;
}

.company__mv__employment--career {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/employment/employment_career_mv.jpg') no-repeat center;
  background-size: cover;
}

.company__mv__employment--part {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/employment/employment_part_mv.jpg') no-repeat center;
  background-size: cover;
}

.company__mv__outline {
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/outline/outline_mv.jpg') no-repeat center;
  background-size: cover;
}

@media (min-width: 961px) {
  .company__mv__outline {
    height: 100vh;
    margin-top: 0;
    background: linear-gradient(25deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), url('https://nagasaka.itembox.design/item/contents/outline/outline_mv.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-position-x: calc(50% - -120px);
  }
  .company__mv__outline _:-ms-fullscreen, :root .company__mv__outline {
    background-attachment: scroll;
    background-position-x: center;
  }
}

.company__mv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0;
  color: #fff;
  font-size: 46px;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .company__mv__ttl {
    font-size: 43px;
    font-size: 3.6vw;
  }
}

@media (max-width: 960px) {
  .company__mv__ttl {
    font-size: 41px;
  }
}

@media (max-width: 750px) {
  .company__mv__ttl {
    font-size: 6vw;
  }
}

.company__mv__ttl::before {
  content: '';
  margin-right: 0;
}

.company__mv__ttl__sub {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  margin-top: 70px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .company__mv__ttl__sub {
    margin-top: 3em;
    font-size: 1.8vw;
  }
}

@media (max-width: 960px) {
  .company__mv__ttl__sub {
    margin-top: 3.2em;
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  .company__mv__ttl__sub {
    margin-top: 9vw;
    font-size: 2.94vw;
  }
}

.company__nav__wrapper {
  width: 70.4%;
  margin: 78px auto 0;
}

@media (max-width: 750px) {
  .company__nav__wrapper {
    width: 100%;
    margin: 13vw auto 0;
  }
}

@media (max-width: 750px) {
  .company__nav__bnr {
    padding: 13vw 6.5vw 0;
    border-top: 2px solid #e8e4da;
  }
}

.company__nav__bnr img {
  width: 100%;
}

@media (max-width: 750px) {
  .company__nav {
    padding: 0 6.5vw;
  }
}

.company__nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 750px) {
  .company__nav__list {
    flex-direction: column;
    margin-top: 3vw;
  }
}

.company__nav__item {
  width: calc(50% - 2.2%);
}

@media (max-width: 750px) {
  .company__nav__item {
    width: 100%;
  }
}

.company__nav__item a {
  position: relative;
  width: 100%;
  padding: 35px 0 35px 17px;
  border-bottom: 1px solid #e8e4da;
  font-size: 18px;
  letter-spacing: 0.04em;
}

@media (max-width: 750px) {
  .company__nav__item a {
    padding: 4.67vw 0 4.67vw 6.67vw;
    font-size: 3.74vw;
  }
}

.company__nav__item a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  content: '';
  width: 11px;
  height: 18px;
  background: url('https://nagasaka.itembox.design/item/contents/company/company_nav_icon.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .company__nav__item a::after {
    right: 4vw;
    width: 1.6vw;
    height: 2.54vw;
    background-size: 100%;
  }
}

.company__list {
  margin: 36px auto 0;
  padding: 0 9.3%;
}

@media (max-width: 750px) {
  .company__list {
    margin-top: 9.1vw;
    padding: 0 0 7.1vw;
  }
}

.company__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 916px;
  margin: 0 auto;
  padding: 64px 33px;
  border-bottom: 2px solid #e8e4da;
}

@media (max-width: 750px) {
  .company__item {
    flex-direction: column;
    max-width: none;
    padding: 6.4vw 6.6vw 9.1vw;
  }
}

.company__item:last-of-type {
	padding-bottom: 0;
  border-bottom: none;
}

.company__item__img {
  width: 410px;
  margin-right: 5.7%;
}

@media (max-width: 750px) {
  .company__item__img {
    width: 100%;
    margin-right: 0;
  }
}

.company__item__img img {
  width: 100%;
}

.company__item__inner {
  width: 360px;
}

@media (max-width: 750px) {
  .company__item__inner {
    width: 100%;
  }
}

.company__item__ttl {
  font-size: 28px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  letter-spacing: 0.04em;
}

@media (max-width: 750px) {
  .company__item__ttl {
    margin-top: 8.54vw;
    font-size: 6vw;
  }
}

.company__item__text {
  margin: 1em 0 1.7em;
  font-size: 16px;
  color: #505050;
}

@media (max-width: 750px) {
  .company__item__text {
    margin: 1.5vw 0 6.4vw;
    font-size: 3.47vw;
  }
}

.company__item__btn {
  font-size: 16px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .company__item__btn {
    font-size: 3.47vw;
  }
}

.company__item__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  background: #e8e4da;
}

@media (max-width: 750px) {
  .company__item__btn a {
    width: 38.7vw;
    height: 12.8vw;
    margin: 0 auto;
  }
}

/*--------------------------------------------------
  長坂養蜂場について--長坂養蜂場の想い
--------------------------------------------------*/

.characteristic__content {
  padding: 70px 11.75% 115px;
  border-bottom: 2px solid #e8e4da;
  text-align: center;
}

@media (max-width: 750px) {
  .characteristic__content {
    padding: 10vw 0 12vw;
    border-bottom: 2px solid #e8e4da;
  }
}

.characteristic__content:nth-of-type(2) {
  padding-top: 115px;
}

@media (max-width: 750px) {
  .characteristic__content:nth-of-type(2) {
    padding-top: 10vw;
  }
}

.characteristic__content:last-of-type {
  border-bottom: 3px solid #e8e4da;
}

@media (max-width: 750px) {
  .characteristic__content:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.characteristic__content__ttl {
  font-size: 28px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 750px) {
  .characteristic__content__ttl {
    font-size: 4.8vw;
  }
}

.characteristic__content__ttl span {
  display: block;
  margin-top: .4em;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media (max-width: 750px) {
  .characteristic__content__ttl span {
    margin-top: .3em;
    font-size: 3.2vw;
  }
}

.characteristic__content__img {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .characteristic__content__img {
    margin-top: 6.5vw;
  }
}

.characteristic__content__img img {
  width: 100%;
}

.characteristic__content__ttl__sub {
  margin-top: 36px;
  font-size: 28px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  color: #e7a653;
  line-height: 1.3;
}

@media (max-width: 750px) {
  .characteristic__content__ttl__sub {
    margin-top: 5.34vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
	.characteristic__content__ttl + .characteristic__content__ttl__sub {
    font-size: 3.73vw;
  }
}

.characteristic__content__text {
  margin-top: 28px;
  padding: 0 6.5%;
  font-size: 18px;
  line-height: 1.9;
  text-align: justify;
}

@media (max-width: 750px) {
  .characteristic__content__text {
    margin-top: 4.2vw;
    font-size: 3.47vw;
    line-height: 1.5;
  }
}

.characteristic__content__ttl+.characteristic__content__text {
  margin-top: 48px;
}

@media (max-width: 750px) {
  .characteristic__content__ttl+.characteristic__content__text {
    margin-top: 6.5vw;
  }
}

.characteristic__inner {
  display: flex;
	justify-content: space-between;
	margin: 37px auto 0;
}
@media (max-width: 750px) {
	.characteristic__inner {
		flex-direction: column-reverse;
		margin: 3.73vw auto 0;
	  padding: 0 6.5%;
	}
}

.characteristic__president {
	width: 227px;
}
@media (max-width: 750px) {
	.characteristic__president {
		display: flex;
    justify-content: end;
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 6.67vw;
	}
}

.characteristic__message {
	width: calc(100% - 277px);
	margin-left: 50px;
}
@media (max-width: 750px) {
	.characteristic__message {
		width: 100%;
		margin-left: 0;
	}
}

.characteristic__president__img {
	margin-top: 6px;
}
@media (max-width: 750px) {
	.characteristic__president__img {
		width: 24.67vw;
		margin-top: 0;
	}
}

.characteristic__president__name {
	margin-top: 28px;
  font-size: 1.5rem;
	line-height: 1.7;
}
@media (max-width: 750px) {
	.characteristic__president__name {
    margin-right: 6.67vw;
		margin-top: 0;
    font-size: 3.47vw;
    text-align: right;
	}
}

.characteristic__inner .characteristic__content__text {
  padding: 0;
}

.characteristic__inner .characteristic__content__text:first-of-type {
  margin-top: 0;
}





/*--------------------------------------------------
  長坂養蜂場について--会社概要
--------------------------------------------------*/

.about__table {
  display: flex;
  flex-wrap: wrap;
  width: 650px;
  margin: 50px auto 0;
  font-size: 20px;
  letter-spacing: 0.04em;
}

@media (max-width: 750px) {
  .about__table {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}

.about__table__ttl {
  width: 35%;
  margin-top: 30px;
  padding: 20px 20px 20px 55px;
}

@media (max-width: 750px) {
  .about__table__ttl {
    width: 100%;
    margin-top: 9.34vw;
    padding: 0;
    font-size: 4.8vw;
    text-align: center;
  }
}

.about__table__text {
  width: 65%;
  margin-top: 30px;
  padding: 20px;
  text-align: left;
}

@media (max-width: 750px) {
  .about__table__text {
    width: 100%;
    margin-top: .5em;
    padding: 0;
    font-size: 3.74vw;
    text-align: center;
  }
}

.about__table__text span {
  display: block;
}

.about__table__text span+span {
  margin-top: 0.8em;
}

@media (max-width: 750px) {
  .about__table.for__sp .about__table__ttl {
    margin-top: 9.34vw;
  }
}

.about__btn a {
  display: flex;
  align-items: center;
  width: 318px;
  height: 72px;
  margin: 55px auto 0;
  padding: 0 28px;
  background: #ffdf7e;
  color: #593b1c;
  font-size: 20px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .about__btn a {
    width: 54.67vw;
    height: 12.4vw;
    margin: 4vw auto 0;
    padding: 0 4.26vw;
    font-size: 3.47vw;
  }
}

.about__btn a::before {
  content: '';
  width: 38px;
  height: 25px;
  margin-right: 16px;
  background: url('https://nagasaka.itembox.design/item/contents/about/about_btn_mail.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .about__btn a::before {
    width: 5.6vw;
    height: 4vw;
    margin-right: 3vw;
    background: url('https://nagasaka.itembox.design/item/contents/about/about_btn_mail_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  .about__btn--tel {
    padding-bottom: 11vw;
    border-bottom: 1px solid #e8e4da;
  }
}

@media (max-width: 750px) {
  .about__btn--tel a {
    padding: 0 5vw;
    pointer-events: all;
  }
}

@media (max-width: 750px) {
  .about__btn--tel a::before {
    width: 4.27vw;
    height: 7.07vw;
    margin-right: 5.5vw;
    background: url('https://nagasaka.itembox.design/item/contents/about/about_btn_tel_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.about__map {
  width: 100%;
  margin-top: 110px;
  height: 70vw;
}

@media (min-width: 1366px) {
  .about__map {
    height: 810px;
  }
}

@media (max-width: 750px) {
  .about__map {
    height: 73.6vw;
    margin-top: 6.67vw;
  }
}

/*--------------------------------------------------
  長坂養蜂場について--長坂養蜂場の歴史
--------------------------------------------------*/
.contents__inner.company .fs-c-breadcrumb.page-outline  {
  position: absolute;
  top: 0;
  left: 11%;
  z-index: 1;
  color: #fff;
}

@media (max-width: 750px) {
  .contents__inner.company .fs-c-breadcrumb.page-outline  {
    position: static;
    color: #81766b;
  }
}

.fs-c-breadcrumb.page-outline a {
  color: #fff;
}

@media (max-width: 750px) {
  .fs-c-breadcrumb.page-outline a {
    color: #81766b;
  }
}

.outline__item {
  position: relative;
  height: 100vh;
  color: #fff;
}

.outline__item _:-ms-fullscreen, :root .outline__item {
  background-attachment: scroll;
  background-position-x: center;
}

@media (max-width: 961px) {
  .outline__item {
    height: auto;
  }
}

.outline__item::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

@media (max-width: 961px) {
  .outline__item::before {
    position: static;
    height: 69vw;
  }
}

.outline__item--1935 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1935.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--1952 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1952.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--1968-01 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1968_01.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--1968-02 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1968_02.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--1985 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1985.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--1992 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1992.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--2001 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2001.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--2013 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2013.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--2015 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2015.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

.outline__item--2018 {
  background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2018.jpg') no-repeat center 0;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: calc(50% - -120px);
}

@media (max-width: 961px) {
  .outline__item {
    background: none;
  }
  .outline__item--1935::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1935.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--1952::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1952.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--1968-01::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1968_01.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--1968-02::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1968_02.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--1985::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1985.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--1992::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_1992.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--2001::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2001.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--2013::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2013.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--2015::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2015.jpg') no-repeat center 0;
    background-size: cover;
  }
  .outline__item--2018::before {
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_2018.jpg') no-repeat center 0;
    background-size: cover;
  }
}

.outline__year {
  position: absolute;
  top: 48%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media (max-width: 750px) {
  .outline__year {
    top: 35vw;
    font-size: 16vw;
  }
}

.outline__ttl {
  position: absolute;
  top: 49%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 105px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  font-size: 22px;
  text-align: center;
  line-height: 1;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .outline__ttl {
    letter-spacing: 0;
    font-size: 19px;
  }
}

@media (max-width: 960px) {
  .outline__ttl {
    font-size: 19px;
  }
}

@media (max-width: 750px) {
  .outline__ttl {
    position: static;
    transform: none;
    text-align: left;
    margin-top: 6vw;
    padding: 0 6vw;
    font-size: 4vw;
    letter-spacing: 0;
    color: #81766b;
  }
}

.outline__text {
  position: absolute;
  top: 49%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 440px;
  margin-top: 190px;
  font-family: fot-tsukuardgothic-std;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: justify;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .outline__text {
    margin-top: 200px;
  }
}

@media (max-width: 750px) {
  .outline__text {
    position: static;
    transform: none;
    max-width: none;
    margin: 0.7em auto 10vw;
    padding: 0 6vw;
    font-size: 3.47vw;
    color: #81766b;
  }
}

.outline__nav__wrapper {
  margin: 0 auto;
}

.outline__nav__wrapper .company__nav__bnr {
  padding-top: 5vw;
  border-top: none;
}

@media (min-width: 961px) {
  .outline__nav__list {
    position: sticky;
    top: 50%;
    left: 285px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    width: 13px;
    margin-top: -510px;
  }
  .outline__nav__list _:-ms-fullscreen, :root .outline__nav__list {
    display: none;
  }
  .outline__nav__list::before {
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    margin-left: -2px;
    border-radius: 50%;
    background: #f5dc4e;
  }
  .outline__nav__item {
    position: relative;
    height: 51px;
    width: 1px;
    background: #f5dc4e;
  }
  .outline__nav__item:last-of-type {
    height: 0;
  }
  .outline__nav__item a {
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    margin-left: -2px;
    border-radius: 50%;
    background: #f5dc4e;
  }
  .outline__nav__item.current a {
    width: 13px;
    height: 21px;
    margin-top: -8px;
    margin-left: -6px;
    background: url('https://nagasaka.itembox.design/item/contents/outline/outline_nav_icon.png') no-repeat center;
    transition: .25s;
  }
  .outline__nav__item.current+.current a {
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    margin-top: 0;
    margin-left: -2px;
    border-radius: 50%;
    background: #f5dc4e;
  }
}


/*--------------------------------------------------
  長坂養蜂場について--会社の取り組み
--------------------------------------------------*/

.activity__ttl__wrapper {
  position: relative;
  margin-top: 100px;
  padding: 62px 0 58px;
  background: #f3f1ec;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 750px) {
  .activity__ttl__wrapper {
    margin-top: 13.34vw;
    padding: 8vw 0;
  }
}

.activity__ttl {
  font-size: 45px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .activity__ttl {
    font-size: 6vw;
  }
}

.activity__ttl__sub {
  margin-top: 7px;
  font-size: 22px;
}

@media (max-width: 750px) {
  .activity__ttl__sub {
    margin-top: 2.8vw;
    font-size: 3.3vw;
  }
}

.activity__bnr {
  display: flex;
  justify-content: space-between;
  width: 92.8%;
  max-width: 1026px;
  margin: 78px auto 0;
}

@media (max-width: 750px) {
  .activity__bnr {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

a.activity__bnr__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 508px;
  max-height: 310px;
  width: 49.2%;
  height: 22.7vw;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  letter-spacing: 0.04em;
}

a.activity__bnr__img:visited, a.activity__bnr__img:hover, a.activity__bnr__img:active {
	color: rgba(255, 255, 255, 1.0);
  transition: 0.3s;
}

@media (max-width: 960px) {
  a.activity__bnr__img {
    height: 32.3vw;
  }
}

@media (max-width: 750px) {
  a.activity__bnr__img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 60vw;
    font-size: 6vw;
  }
}

.activity__bnr__img::after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 11px;
  width: 34px;
  height: 34px;
  background: url('https://nagasaka.itembox.design/item/contents/csr/csr_icon.png') no-repeat center 0;
}

@media (max-width: 750px) {
  .activity__bnr__img::after {
    bottom: 2.67vw;
    right: 3.34vw;
    width: 6.54vw;
    height: 6.54vw;
    background: url('https://nagasaka.itembox.design/item/contents/csr/csr_icon_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}

.activity__bnr__csr {
  background: url('https://nagasaka.itembox.design/item/contents/csr/csr_bnr_csr.jpg') no-repeat center 0;
  background-size: cover;
}

.activity__bnr__sdgs {
  background: url('https://nagasaka.itembox.design/item/contents/csr/csr_bnr_sdgs.jpg') no-repeat center 0;
  background-size: cover;
}

.activity__awards {
  padding: 75px 0 90px;
  border-bottom: 3px solid #e8e4da;
}

@media (max-width: 750px) {
  .activity__awards {
    padding: 12vw 0 0;
    border-bottom: none;
  }
}

.activity__awards__ttl {
  font-size: 22px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 750px) {
  .activity__awards__ttl {
    font-size: 4.8vw;
  }
}

.activity__awards__list {
  max-width: 650px;
  margin: 24px auto 0;
}

@media (max-width: 750px) {
  .activity__awards__list {
    max-width: none;
    margin: 6vw auto 0;
    padding: 0 5.5vw;
    letter-spacing: -0.02em;
  }
}

.activity__awards__item {
  margin-top: 0.9em;
  font-size: 18px;
}

@media (max-width: 750px) {
  .activity__awards__item {
    margin-top: 2.4vw;
    font-size: 2.94vw;
  }
}

.activity__awards__item::before {
  content: '・';
}

/*--------------------------------------------------
  長坂養蜂場について--会社の取り組み--SDGs
--------------------------------------------------*/

.sdgs__ttl__wrapper {
  margin-top: 100px;
  text-align: center;
}

@media (max-width: 750px) {
  .sdgs__ttl__wrapper {
    margin-top: 13.34vw;
  }
}

@media (max-width: 750px) {
  .sdgs__ttl {
    padding: 0 5.5vw;
  }
}

.sdgs__main {
  width: 75%;
  max-width: 1000px;
  margin: 70px auto;
}

@media (max-width: 750px) {
  .sdgs__main {
    width: 100%;
    margin: 6vw auto;
    padding: 0 5.5vw;
  }
}

.sdgs__main__ttl {
  text-align: center;
  font-size: 34px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .sdgs__main__ttl {
    font-size: 6vw;
  }
}

.sdgs__main__text {
  margin-top: 1.3em;
  text-align: justify;
  line-height: 1.9;
}

@media (max-width: 750px) {
  .sdgs__main__text {
    font-size: 2.94vw;
  }
}

.sdgs__declaration {
  text-align: center;
}

@media (max-width: 750px) {
  .sdgs__declaration {
    padding: 0 5.5vw;
  }
}

.sdgs__declaration__text {
  margin-top: 1.3em;
  text-align: justify;
  line-height: 1.8;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
}

@media (max-width: 750px) {
  .sdgs__declaration__text {
    font-size: 3.8vw;
  }
}

.sdgs__declaration__img {
  margin-top: 50px;
}

@media (max-width: 750px) {
  .sdgs__declaration__img {
    margin-top: 6vw;
  }
}

.sdgs__about {
  padding: 0 11.5% 80px;
  margin-top: 100px;
  border-bottom: 3px solid #e8e4da;
}

@media (max-width: 750px) {
  .sdgs__about {
    margin-top: 10vw;
    padding: 0 5.5vw;
    border-bottom: none;
  }
}

.sdgs__about__ttl {
  text-align: center;
  font-size: 34px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .sdgs__about__ttl {
    font-size: 6vw;
  }
}

.sdgs__about__logo {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 750px) {
  .sdgs__about__logo {
    margin-top: 6vw;
  }
}

.sdgs__about__logo img {
  width: 30vw;
  max-width: 598px;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .sdgs__about__logo img {
    width: 37vw;
  }
}

@media (max-width: 960px) {
  .sdgs__about__logo img {
    width: 37vw;
  }
}

@media (max-width: 750px) {
  .sdgs__about__logo img {
    width: 70vw;
  }
}

.sdgs__about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 32px auto 0;
}

@media (max-width: 750px) {
  .sdgs__about__list {
    margin: 5vw auto 0;
  }
}

.sdgs__about__item {
  width: 16%;
  margin-top: 0.8%;
}

@media (max-width: 750px) {
  .sdgs__about__item {
    width: 32.8%;
  }
}

.sdgs__about__text {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .sdgs__about__text {
    margin: 5vw auto 0;
    font-size: 2.94vw;
    line-height: 1.8;
  }
}

/*--------------------------------------------------
  長坂養蜂場について--ぶんぶんファミリー
--------------------------------------------------*/

.staff__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 70px 7.5% 83px;
  border-bottom: 3px solid #e8e4da;
}

@media (max-width: 750px) {
  .staff__list {
    padding: 8vw 4vw 0;
    border-bottom: none;
  }
}
.staff__list::after {
  display: block;
  content: '';
  width: calc(25% - 1.8%) !important;
  height: 0;
}
.staff__list::before {
  display: block;
  content: '';
  width: calc(25% - 1.8%) !important;
  height: 0;
  order: 1;
}
@media (max-width: 750px) {
  .staff__list::after,
  .staff__list::before {
    width: calc(50% - 2%) !important;
  }
}

.staff__item {
  width: calc(25% - 1.8%) !important;
  margin-top: 140px;
}

@media (max-width: 750px) {
  .staff__item {
    width: calc(50% - 2%) !important;
    margin-top: 10vw;
    border-bottom: none;
  }
}

.staff__item:nth-of-type(-n+4) {
  margin-top: 0;
}

@media (max-width: 750px) {
  .staff__item:nth-of-type(-n+4) {
    margin-top: 10vw;
  }
}

@media (max-width: 750px) {
  .staff__item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.staff__img img {
  width: 100%;
}

.staff__name {
  display: block;
  margin-top: 0.6em;
  font-size: 20px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
}

@media (max-width: 750px) {
  .staff__name {
    font-size: 4vw;
  }
}

.staff__department {
  margin-top: 0.2em;
  font-size: 16px;
}

@media (max-width: 750px) {
  .staff__department {
    font-size: 2.94vw;
  }
}

.staff__text {
  margin-top: 0.65em;
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 750px) {
  .staff__text {
    font-size: 2.67vw;
  }
}

/*--------------------------------------------------
  長坂養蜂場について--採用情報
--------------------------------------------------*/

.employment__ttl__wrapper {
  position: relative;
  margin-top: 100px;
  padding: 62px 0 58px;
  background: #f3f1ec;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 750px) {
  .employment__ttl__wrapper {
    margin-top: 13.34vw;
    padding: 8vw 0;
  }
}

.employment__ttl {
  font-size: 45px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .employment__ttl {
    font-size: 6vw;
  }
}

.employment__ttl__sub {
  margin-top: 7px;
  font-size: 22px;
}

@media (max-width: 750px) {
  .employment__ttl__sub {
    margin-top: 2.8vw;
    font-size: 3.3vw;
  }
}

.employment__text__wrapper {
  padding: 100px 0;
}

@media (max-width: 750px) {
  .employment__text__wrapper {
    padding: 16vw 0;
  }
}

.employment__text {
  margin-top: 2em;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
  font-weight: 500;
  line-height: 1.9;
}

@media (max-width: 750px) {
  .employment__text {
    font-size: 3.74vw;
  }
}

.employment__text:first-of-type {
  margin-top: 0;
}

.employment__mv img {
  width: 100%;
}

.employment__list__wrapper {
  max-width: 580px;
  margin: 67px auto 80px;
}

@media (max-width: 750px) {
  .employment__list__wrapper {
    max-width: auto;
    margin: 9.34vw auto 13.34vw;
  }
}

.employment__list__ttl {
  text-align: center;
  font-size: 28px;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .employment__list__ttl {
    font-size: 4.8vw;
  }
}

@media (max-width: 750px) {
  .employment__list {
    width: 76vw;
    margin: 0 auto;
  }
}

.employment__item {
  margin-top: 2.8em;
}

@media (max-width: 750px) {
  .employment__item {
    margin-top: 2.4em;
  }
}

.employment__item__ttl {
  color: #e7a653;
  font-size: 24px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.03em;
}

@media (max-width: 750px) {
  .employment__item__ttl {
    font-size: 4vw;
  }
}

.employment__item__text {
  margin-top: 0.5em;
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 750px) {
  .employment__item__text {
    font-size: 3.47vw;
  }
}

.employment__video {
  position: relative;
  overflow: hidden;
  text-align: center;
}

@media (max-width: 750px) {
.employment__video {
    height: 56vw;
  }
}

@media (max-width: 750px) {
  .employment__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.employment__bnr {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 0;
  padding-bottom: 80px;
  border-bottom: 3px solid #e8e4da;
}

@media (max-width: 750px) {
  .employment__bnr {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin: 0;
    margin: 13.34vw 0 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.employment__bnr__inner {
  display: flex;
  justify-content: space-between;
  width: 92.8%;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .employment__bnr__inner {
    flex-direction: column;
    width: 100%;
  }
}

.employment__bnr__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3% - 1%);
  height: 17vw;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

.employment__bnr__img:first-of-type {
  margin-top: 0;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .employment__bnr__img {
    height: 15vw;
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .employment__bnr__img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 60vw;
    margin: 0;
    font-size: 6vw;
  }
}

a.employment__bnr__img:visited, a.employment__bnr__img:hover, a.employment__bnr__img:active {
  color: rgba(255, 255, 255, 1.0);
  transition: 0.3s;
}

a.employment__bnr__img::after {
  content: '';
  position: absolute;
  bottom: 17px;
  right: 16px;
  width: 34px;
  height: 34px;
  background: url('https://nagasaka.itembox.design/item/contents/csr/csr_icon.png') no-repeat center 0;
}

@media (max-width: 960px) {
  a.employment__bnr__img::after {
    bottom: 11px;
    right: 10px;
    width: 28px;
    height: 28px;
    background-size: 100%;
  }
}

@media (max-width: 750px) {
  a.employment__bnr__img::after {
    bottom: 2.13vw;
    right: 2.13vw;
    width: 6.67vw;
    height: 6.67vw;
    background: url('https://nagasaka.itembox.design/item/contents/employment/employment_icon.png') no-repeat center 0;
    background-size: 100%;
  }
}

.employment__bnr__new {
  background: url('https://nagasaka.itembox.design/item/contents/employment/employment_bnr_new.jpg') no-repeat center 0;
  background-size: cover;
}

.employment__bnr__career {
  background: url('https://nagasaka.itembox.design/item/contents/employment/employment_bnr_career.jpg') no-repeat center 0;
  background-size: cover;
}

.employment__bnr__part {
  background: url('https://nagasaka.itembox.design/item/contents/employment/employment_bnr_part.jpg') no-repeat center 0;
  background-size: cover;
}

@media (max-width: 750px) {
  .employment__nav__wrapper {
    margin: 0;
  }
  .employment__nav__wrapper .company__nav__bnr {
    border-top: none;
  }
}

/*--------------------------------------------------
  長坂養蜂場について--採用情報--募集要項共通
--------------------------------------------------*/

.requirements {
  padding: 80px 13%;
  border-bottom: 3px solid #e8e4da;
}

@media (max-width: 750px) {
  .requirements {
    padding: 7vw 0 0;
    border-bottom: none;
  }
}

.requirements__ttl {
  font-size: 34px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
}

@media (max-width: 750px) {
  .requirements__ttl {
    font-size: 6vw;
  }
}

.requirements__item {
  max-width: 940px;
  margin: 2.6em auto 0;
}

@media (max-width: 750px) {
  .requirements__item {
    margin: 2.2em auto 0;
    padding: 0 6.5vw;
  }
}

@media (max-width: 750px) {
  .requirements__item {
    max-width: auto;
    font-size: 3.4vw;
  }
}

.requirements__item p {
  line-height: 1.8;
}

.requirements__item__ttl {
  font-size: 28px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  color: #e6a654;
}

@media (max-width: 750px) {
  .requirements__item__ttl {
    font-size: 5vw;
  }
}

.requirements__item__text {
  margin-top: 0.2em;
  text-align: justify;
}

.requirements__child {
  margin-top: 0.8em;
}

.requirements__child:first-of-type {
  margin-top: 0.2em;
}

.requirements__item__text+.requirements__child:first-of-type {
  margin-top: 1em;
}

.requirements__child__ttl {
  font-size: 18px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .requirements__child__ttl {
    font-size: 3.6vw;
  }
}

.requirements__child__ttl::before {
  content: "●";
  padding-right: 0.7em;
  font-size: 10px;
  color: #e8e4da;
}

@media (max-width: 750px) {
  .requirements__child__ttl::before {
    padding-right: 0.8em;
    font-size: 1vw;
  }
}

.requirements__child__text {
  padding-left: 1.2em;
  text-align: justify;
}

@media (max-width: 750px) {
  .requirements__btn {
    padding: 0 6.5vw;
  }
}

.requirements__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 360px;
  /* height: 70px; */
  margin: 70px auto 0;
  padding: 16px 0;
  background: #e8e4da;
}

@media (max-width: 750px) {
  .requirements__btn a {
    width: 100%;
    /* height: 12vw; */
    margin: 8vw auto 0;
		padding: 4vw 0;
    font-size: 3.8vw;
  }
}

/*--------------------------------------------------
  子育て・産品ページ共通
--------------------------------------------------*/

#company {
  padding-bottom: 100px;
}

@media (max-width: 750px) {
  #company {
    padding: 0;
  }
}

.contents__inner.page {
  padding: 0 0 100px;
}

@media (max-width: 750px) {
  .contents__inner.page {
    padding: 0 0 15.2vw;
  }
}

.contents__inner.page .fs-c-breadcrumb {
  width: 85%;
}

@media (max-width: 750px) {
  .contents__inner.page .fs-c-breadcrumb {
    width: 100%;
  }
}

.page {
  margin-left: 2px;
}

.page .fs-c-heading--page {
	padding: 80px 0 58px;
	line-height: 1;
  color: #e6a654;
}

.page .fs-c-heading--page::before {
  content: none;
}

@media (max-width: 750px) {
  .page .fs-c-heading--page {
    padding: 9vw 0 7vw;
  }
}

@media (max-width: 960px) {
  .page {
    margin-left: 0;
  }
}

.page__intro {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .page__intro {
    margin-bottom: 10vw;
  }
}

.page__intro__img img {
  width: 100%;
}

.page__intro__text {
  padding: 45px 11.5%;
  background: #f3f1ec;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 750px) {
  .page__intro__text {
    padding: 6vw 5vw 7.07vw;
    font-size: 3.47vw;
  }
}

.page__content {
  width: 76.5%;
  margin: 100px auto 0;
  text-align: center;
}

@media (max-width: 750px) {
  .page__content {
    width: 100%;
    margin: 10vw auto 0;
  }
}

.page__content:first-child {
  margin-top: 0;
}

.page__content__ttl {
  margin-bottom: 30px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
  font-size: 28px;
  color: #e6a654;
}

@media (max-width: 750px) {
  .page__content__ttl {
    margin-bottom: 3vw;
    padding: 0 5vw;
    font-size: 4.67vw;
  }
}

.page__content__text {
  width: 85%;
  margin: 0 auto;
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 750px) {
  .page__content__text {
    width: 90vw;
    font-size: 3.47vw;
    letter-spacing: 0;
  }
}

.page__content__img+.page__content__text {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .page__content__img+.page__content__text {
    margin-top: 4vw;
  }
}

.page__content__table+.page__content__img {
  margin-top: 40px;
}

@media (max-width: 750px) {
  .page__content__table+.page__content__img {
    margin-top: 4.8vw;
  }
}

.page__content__img {
  margin-top: 30px;
}

@media (max-width: 750px) {
  .page__content__img {
    margin-top: 4vw;
  }
}

.page__content__img img {
  width: 100%;
}

.page__content__table__wrap .page__content__text {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 750px) {
  .page__content__table__wrap .page__content__text {
    margin-top: 4vw;
    font-size: 3.47vw;
    text-align: left;
  }
}

.page__content__table {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 25px auto 0;
  border: 1px solid #81766b;
  border-top: none;
}

@media (max-width: 750px) {
  .page__content__table {
    width: 90vw;
    margin: 3vw auto 0;
  }
}

.page__content__table__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22%;
  margin: 0;
  padding: 20px;
  background: #e8e4da;
  border-top: 1px solid #81766b;
  border-right: 1px solid #81766b;
}

@media (max-width: 750px) {
  .page__content__table__ttl {
    width: 23vw;
    padding: 3vw;
    font-size: 3.47vw;
  }
}

.page__content__table__text {
  display: flex;
  align-items: center;
  width: 78%;
  margin: 0;
  padding: 20px;
  border-top: 1px solid #81766b;
  text-align: left;
}

@media (max-width: 750px) {
  .page__content__table__text {
    width: 66vw;
    padding: 3vw;
    font-size: 3.47vw;
  }
}

.page__content__list {
  width: 85%;
  margin: 25px auto 0;
  font-size: 18px;
  text-align: left;
}

@media (max-width: 750px) {
  .page__content__list {
    width: 90vw;
    margin: 4vw auto 0;
    font-size: 3.47vw;
  }
}

.page__content__item {
  margin-top: 22px;
}

@media (max-width: 750px) {
  .page__content__item {
    margin-top: 3.4vw;
  }
}

.page__content__item__ttl {
  color: #e6a654;
  font-size: 21px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
}

@media (max-width: 750px) {
  .page__content__item__ttl {
    font-size: 4vw;
  }
}

.page__content__item__text {
  line-height: 1.7;
  margin-top: .5em;
  text-align: justify;
}

.page__content__child {
  width: 85%;
  margin: 25px auto 0;
  font-size: 18px;
  text-align: left;
}

@media (max-width: 750px) {
  .page__content__child {
    width: 90vw;
    margin: 4vw auto 0;
    font-size: 3.47vw;
  }
}

.page__content__child__ttl {
  color: #e6a654;
  font-size: 21px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
}

@media (max-width: 750px) {
  .page__content__child__ttl {
    font-size: 4vw;
  }
}

.page__content__child__text {
  line-height: 1.7;
  margin-top: .5em;
  text-align: justify;
}

.page__bnr {
  margin-top: 100px;
  padding: 95px 11.75% 0;
  border-top: 1px solid #e8e4da;
  text-align: center;
}

@media (max-width: 750px) {
  .page__bnr {
    margin-top: 11.07vw;
    padding: 9.07vw 4.4vw 0;
  }
}

.page__bnr__ttl {
  margin-bottom: 38px;
  font-size: 38px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
  letter-spacing: 0.1em;
}

@media (max-width: 750px) {
  .page__bnr__ttl {
    margin-bottom: 5vw;
    font-size: 4.67vw;
  }
}

.page__bnr__img img {
  width: 100%;
}

/*--------------------------------------------------
  店舗案内・アクセス
--------------------------------------------------*/

.shop__ttl__wrapper {
  position: relative;
  margin-top: 100px;
  padding: 62px 0 58px;
  background: #f3f1ec;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 750px) {
  .shop__ttl__wrapper {
    margin-top: 13.34vw;
    padding: 8vw 0;
  }
}

.shop__ttl {
  font-size: 45px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .shop__ttl {
    font-size: 6vw;
  }
}

.slider {
	width: 100%;
}

.slider img {
	width: 100%;
}

.shop__slider__thumb {
  margin-top: 30px;
}

.shop__slider__thumb__inner {
  padding: 0 4%;
}

.shop__slider__thumb__inner .slick-track {
  width: 100%;
  transform: translate3d(0px, 0px, 0px) !important;
}

.shop__slider__thumb__inner .slick-slide {
  margin: 0 1.5%;
  outline: none;
}

@media (min-width: 961px) and (max-width: 1365px) {
  .shop__slider__thumb__inner .slick-slide {
    margin: 0 1.2%;
  }
}

@media (max-width: 960px) {
  .shop__slider__thumb__inner .slick-slide {
    margin: 0 1.2%;
  }
}

.shop__slider__thumb__inner .slick-current {
  background: #000;
}

.shop__slider__thumb__inner .slick-current img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.shop__table {
  display: flex;
  flex-wrap: wrap;
  width: 650px;
  margin: 115px auto;
  font-size: 20px;
  letter-spacing: 0.04em;
}

@media (max-width: 750px) {
  .shop__table {
    width: 100%;
    margin: 11vw auto;
    letter-spacing: 0.04em;
  }
}

.shop__table__ttl {
  width: 35%;
  margin-top: 30px;
  padding: 20px 20px 20px 55px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

.shop__table__ttl:first-of-type {
  margin-top: 0;
}

@media (max-width: 750px) {
  .shop__table__ttl {
    width: 100%;
    margin-top: 9.34vw;
    padding: 0;
    font-size: 4.8vw;
    text-align: center;
  }
}

.shop__table__text {
  width: 65%;
  margin-top: 30px;
  padding: 20px;
  text-align: left;
}

.shop__table__text:first-of-type {
  margin-top: 0;
}

@media (max-width: 750px) {
  .shop__table__text {
    width: 100%;
    margin-top: .5em;
    padding: 0;
    font-size: 3.74vw;
    text-align: center;
  }
}

.shop__table__text span {
  display: block;
}

.shop__table__text span+span {
  margin-top: 0.2em;
}

.shop__calendar {
  background: #f3f1ec;
  padding: 90px 0 80px;
  text-align: center;
}

@media (max-width: 750px) {
  .shop__calendar {
    padding: 8vw 3.3vw 10.67vw;
  }
}

.shop__calendar__ttl {
  font-size: 36px;
  font-weight: 700;
  font-family: fot-tsukuardgothic-std;
}

@media (max-width: 750px) {
  .shop__calendar__ttl {
    font-size: 4vw;
  }
}

.shop__calendar__inner {
  background: #fff;
  width: 82%;
  max-width: 690px;
  margin: 40px auto 0;
  padding: 50px 60px;
  font-family: fot-tsukuardgothic-std;
  font-weight: 700;
}

@media (max-width: 750px) {
  .shop__calendar__inner {
    width: 100%;
    max-width: none;
    margin: 3.74vw auto 0;
    padding: 3.3vw;
  }
}

.shop__calendar__note {
  margin-top: 15px;
  font-size: 14px;
  color: #5a3b19;
  text-align: left;
}

@media (max-width: 750px) {
  .shop__calendar__note {
    font-size: 2.94vw;
  }
}

.shop__calendar__note span {
  color: #b4b4b4;
}

.shop__calendar .cal_wrapper {
  padding: 0;
}

.shop__calendar .cal_wrapper .cal tr th p {
  color: #5a3b19;
  font-size: 16px;
}

@media (max-width: 750px) {
  .shop__calendar .cal_wrapper .cal tr th p {
    font-size: 3.3vw;
  }
}

.shop__calendar .cal_wrapper .cal tr th div.cal_ui input {
  font-size: 16px;
  margin: 0;
  padding: 0 7px;
}

.shop__calendar .cal_wrapper .cal {
  width: 100%;
  color: #5a3b19;
}

.shop__calendar .cal_wrapper .cal tr td {
  font-size: 17px;
}

@media (max-width: 750px) {
  .shop__calendar .cal_wrapper .cal tr td {
    font-size: 3vw;
  }
}

.shop__calendar .cal_wrapper .cal tr.headline td {
  padding: 33px 0;
  color: #5a3b19;
}

@media (max-width: 750px) {
  .shop__calendar .cal_wrapper .cal tr.headline td {
    padding: 3vw 0;
  }
}

.shop__calendar .cal_wrapper .cal tr td div.backward {
  padding: 27px 0;
}

@media (max-width: 750px) {
  .shop__calendar .cal_wrapper .cal tr td div.backward {
    padding: 2.5vw 0;
  }
}

.shop__calendar .cal_wrapper .cal tr td div.Sun {
  background: #d9d9d3;
}

.shop__calendar .cal_wrapper .cal tr td div.Sun {
  color: #fff;
  background: #d9d9d3;
}

.shop__calendar .cal_wrapper .cal tr td div {
  padding: 27px 0px;
  font-size: 17px;
}

@media (max-width: 750px) {
  .shop__calendar .cal_wrapper .cal tr td div {
    padding: 2.5vw 0;
    font-size: 3vw;
  }
}

.shop__calendar .cal_wrapper .cal tr td {
  border-top: solid 1px #5a3b19;
  border-right: solid 1px #5a3b19;
}

.shop__calendar .cal_wrapper .cal tr td:nth-child(7) {
  border-right: 0 !important;
}

.shop__calendar .cal_wrapper .cal tr td div span {
  top: -52px;
  width: 140px;
  height: 72px;
  padding: 20px 10px 20px 20px;
  font-size: 12px;
  line-height: 1.3;
  color: #5a3b19;
  font-weight: 700;
}

@media (max-width: 750px) {
  .shop__calendar .cal_wrapper .cal tr td div span {
    top: -16vw;
    left: -9vw;
    width: 31vw;
    height: 18vw;
    padding: 5vw 4vw 4vw 5vw;
    background-size: 100%;
    font-size: 2.9vw;
  }
}

.shop__calendar .cal_wrapper .cal tr td div.Specialday span {
  top: -52px;
  width: 140px;
  height: 72px;
  padding: 20px 10px 20px 20px;
  font-size: 12px;
  line-height: 1.3;
  color: #5a3b19;
  font-weight: 700;
}

@media (max-width: 750px) {
  .shop__calendar .cal_wrapper .cal tr td div.Specialday span {
    top: -16vw;
    left: -9vw;
    width: 31vw;
    height: 18vw;
    padding: 5vw 4vw 4vw 5vw;
    background-size: 100%;
    font-size: 2.9vw;
  }
}

.shop__map {
  width: 100%;
  height: 70vw;
}

@media (min-width: 1366px) {
  .shop__map {
    height: 810px;
  }
}

@media (max-width: 750px) {
  .shop__map {
    height: 73.6vw;
    margin-top: 4.67vw;
  }
}

@media (max-width: 750px) {
  .shop__map__ttl {
    padding-top: 10vw;
    border-top: 1px solid #e8e4da;
    font-size: 4.8vw;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std;
    text-align: center;
  }
}

.shop__access {
  width: 58.8%;
  max-width: 560px;
  margin: 70px auto 0;
}

@media (max-width: 750px) {
  .shop__access {
    width: 72vw;
    max-width: auto;
    margin: 3.74vw auto 0;
  }
}

.shop__access__text {
  max-width: 390px;
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
  line-height: 2.2;
}

@media (max-width: 750px) {
  .shop__access__text {
    max-width: none;
    font-size: 3.74vw;
    text-align: justify;
    line-height: 2.2;
  }
}

.shop__access__note {
  margin-top: 2em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

@media (max-width: 750px) {
  .shop__access__note {
    font-size: 2.67vw;
  }
}

.shop__tel {
  width: 318px;
  margin: 1em auto 0;
  font-size: 20px;
}

.shop__tel__ttl {
  text-align: center;
}

.shop__tel__text {
  margin-top: 0.6em;
  padding: 0 5px;
  letter-spacing: 0;
  text-align: justify;
}

.about__btn--tel.shop__btn--tel {
  padding-bottom: 0;
  border-bottom: none;
}



/*--------------------------------------------------
  ご注文手続き関連ページの文言変更、レイアウト修正など
--------------------------------------------------*/
/* ご注文手続き（Amazonも）画面で合計金額部分を追従  */
@media (min-width: 961px) {
  #fs_CheckoutWithMultiAddress #fs_orderTotalContainer, #fs_CheckoutWithAmazon #fs_orderTotalContainer {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}

/* Amazonのアドレス帳と支払いを縦並び  */
@media (min-width: 768px) {
  #fs_CheckoutWithAmazon .fs-c-checkout-widgets__body {
    flex-direction: column;
  }
  #fs_CheckoutWithAmazon .fs-c-checkout-amazonWidget + .fs-c-checkout-amazonWidget {
    margin-top: 1em;
    margin-left: 0;
  }
}

/* お客様の情報 */
#fs_CheckoutWithMultiAddress #fs-buyerInfo-container #fs_button_changeBuyer .fs-c-button__label {
  font-size: 0;
}
#fs_CheckoutWithMultiAddress #fs-buyerInfo-container #fs_button_changeBuyer .fs-c-button__label:before {
  font-size: 1.2rem;
  content: "お客様情報を変更する";
}

/* お届け先  */
#fs_CheckoutWithMultiAddress #fs-addressInfo-container #fs_button_changeShippingAddress .fs-c-button__label {
  font-size: 0;
}
#fs_CheckoutWithMultiAddress #fs-addressInfo-container #fs_button_changeShippingAddress .fs-c-button__label:before {
  font-size: 1.2rem;
  content: "お届け先を変更する";
}

#fs_CheckoutWithMultiAddress #fs-addressInfo-container #fs_button_changeDeliveryMethod .fs-c-button__label {
  font-size: 0;
}
#fs_CheckoutWithMultiAddress #fs-addressInfo-container #fs_button_changeDeliveryMethod .fs-c-button__label:before {
  font-size: 1.2rem;
  content: "配送希望日時を入力する";
}

/* 通信欄  */
#fs_CheckoutWithMultiAddress #fs-communicationInfo-container #fs_button_changeCommunication .fs-c-button__label {
  font-size: 0;
}
#fs_CheckoutWithMultiAddress #fs-communicationInfo-container #fs_button_changeCommunication .fs-c-button__label:before {
  font-size: 1.2rem;
  content: "入力";
}

/* お届け先一覧のモーダル内  */
#fs_CheckoutMultiAddress #__fs_modal_newAddress .fs-c-modal__inner .fs-c-inputInformation__field .fs-c-checkbox__label {
  align-items: flex-start;
}

#fs_CheckoutMultiAddress #__fs_modal_newAddress .fs-c-modal__inner .fs-c-inputInformation__field .fs-c-checkbox__checkMark {
  margin: 3px 8px 0 0;
}

#fs_CheckoutMultiAddress #__fs_modal_newAddress .fs-c-modal__inner .fs-c-inputInformation__field .fs-c-checkbox__labelText:after {
  content: "※こちらにチェックをつけると次回以降の入力の手間が省けます。";
  display: block;
  margin: 10px 0 0;
  color: #f38f00;
}

/* お届け先一覧の次へボタン左寄せとサイズ変更  */
#fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button {
  justify-content: flex-start;
}
@media (max-width: 750px) {
  #fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button {
    justify-content: space-around;
  }
}
#fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button .fs-c-button--standard {
  padding: 22px 10px;
  min-width: 210px;
  margin-top: 0;
  font-size: 0;
  font-size: 15px;
}
@media (max-width: 750px) {
  #fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button .fs-c-button--standard {
    padding: 5vw 2vw;
    min-width: auto;
    margin-top: 0;
    font-size: 3.5vw;
  }
}

/* 「お届け先リスト」を「お届け先リストから選ぶ」に変更  */
#fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button .fs-c-button--standard:first-child {
  font-size: 0;
}
@media (max-width: 750px) {
  #fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button .fs-c-button--standard:first-child {
  font-size: 0;
  }
}
#fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button .fs-c-button--standard:first-child:before {
  font-size: 15px;
  content: "お届け先リストから選ぶ";
}
@media (max-width: 750px) {
  #fs_CheckoutMultiAddress .fs-c-checkout-multiAddress__button .fs-c-button--standard:first-child:before {
    font-size: 3.5vw;
    content: "お届け先リストから選ぶ";
  }
}

/* お届け先一覧の次へボタンと戻るボタン入れ替え  */
#fs_CheckoutMultiAddress #fs-addressList-container {
  display: flex;
  flex-direction: column;
}
#fs_CheckoutMultiAddress #fs-addressList-container .fs-c-checkout-multiAddress + form {
  order: 2;
}
#fs_CheckoutMultiAddress #fs-addressList-container .fs-c-buttonContainer--back {
  order: 1;
  margin: 10px auto 50px;
}

/* 商品数量情報更新でテキスト追加  */
#fs_CheckoutMultiConfirmQuantity .fs-c-checkout-productQuantityWarning__warning:before {
  /* font-size: 16px; */
  content: "カートに入れた数量から";
}
/* @media (max-width: 750px) {
  #fs_CheckoutMultiConfirmQuantity .fs-c-checkout-productQuantityWarning__warning:before {
    font-size: 3.3vw;
  }
} */

/*--------------------------------------------------
  IE11のみ
--------------------------------------------------*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .recommend .fs-c-productListCarousel__list__item, .season .fs-c-productListCarousel__list__item, .fs-c-featuredProduct .fs-c-productListCarousel__list__item {
    display: block!important;
  }
  *::-ms-backdrop, .fs-body-category-all .fs-c-subgroupList__link,
	*::-ms-backdrop, .fs-body-category-all_test .fs-c-subgroupList__link {
    display: block;
  }
  *::-ms-backdrop, .fs-body-category .fs-c-productList__list__item {
    display: block;
  }
  *::-ms-backdrop, .fs-body-category .fs-c-productListItem form {
    display: block;
    flex: auto;
  }
}


/*--------------------------------------------------
  季節のおすすめ一覧ページ
--------------------------------------------------*/
.fs-body-category-season .fs-c-heading--page::before {
  margin-right: 0!important;
}


/*--------------------------------------------------
  追従バナー（PC）
--------------------------------------------------*/
.follow__bnr__pc {
  padding: 12px 0;
}
@media (min-width: 961px) {
  .follow__bnr__sp {
    display: none;
  }
}
/*--------------------------------------------------
  追従バナー（タブレット）
--------------------------------------------------*/
.follow__bnr__tb, .follow__bnr__tb img {
  width: 100%;
}
.follow__bnr__tb {
  position: fixed;
  transition: .5s;
  z-index: 2;
}
.follow__bnr__tb a {
  width:100%;
}
.follow__bnr__tb.is-hide {
  transform: translateY(-100%);
}
@media (max-width: 960px) {
  .header__logo.top {
    padding-top: 9.4vw;
  }
  .header__nav__item.for__tb.top {
    padding-top: 9.4vw;
  }
}
@media (min-width: 751px) and (max-width: 960px) {
  .follow__bnr__sp {
    display: none;
  }
}

/*--------------------------------------------------
  追従バナー（SP）
--------------------------------------------------*/
@media (max-width: 750px) {
  .header.header__follow {
    width: 100%;
    position: relative;
    z-index: 100;

    position: fixed;
    transition: 0.3s;
    transform: translateY(9.2vw);
  }
  .header__follow.is-hide {
    transform: translateY(0);
  }
  .header__follow.is-hide-menu {
    transform: translateY(0);
  }
  .follow__bnr__sp {
    position: absolute;
    background: #ffdf7e;
    width: 100%;
    height: 9.3vw;
    overflow: hidden;
    top: -9.3vw;
  }
  .follow__bnr__sp img {
    width: 100%;
  }
  .follow__bnr__sp a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
  }
  .follow__bnr__sp + .header__nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    display: flex;
    align-items: center;
    background: #e8e4da;

    position: static;
  }
  .header__logo.top {
    padding-top: 25.5vw;
  }

}


/*--------------------------------------------------
  メディアの方へ
--------------------------------------------------*/
.media__content {
  padding: 80px 16.75% 60px;
}
@media (max-width: 750px) {
	.media__content {
    padding: 9vw 6.5%;
	}
}
.media__content__text {
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 750px) {
	.media__content__text {
    font-size: 3.47vw;
    line-height: 1.6;
	}
}
.media__btn {
	width: 300px;
	margin: 0 auto;
	font-family: fot-tsukuardgothic-std;
}
@media (max-width: 750px) {
	.media__btn {
		width: 60vw;
    font-size: 3.34vw;
	}
}
.media__btn a {
  padding: 24px 0;
  background: #e8e4da;
  text-align: center;
}
@media (max-width: 750px) {
	.media__btn a {
	  padding: 4.8vw 0;
	}
}
.media__mv {
	margin-top: 80px;
}
@media (max-width: 750px) {
	.media__mv {
		margin-top: 11vw;
	}
}
.media__mv img {
	width: 100%;
}
.media__bnr {
  width: 70.4%;
  margin: 80px auto 0;
}
@media (max-width: 750px) {
	.media__bnr {
		width: 86.7vw;
    margin: 10.67vw auto 0;
	}
}
.media__bnr img {
  width: 100%;
}

/*--------------------------------------------------
  フローティングバナー
--------------------------------------------------*/

.floating__bnr {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 320px;
  background: #ffdf7e;
  box-shadow: 0px 0px 12px -4px #887373;
  z-index: 900;
  box-sizing: border-box;
}
.floating__bnr a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.floating__bnr__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 2em;
  height: 2em;
  background: #593b1c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px -4px #887373;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
.floating__bnr__ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #492c10;
  font-family: fot-tsukuardgothic-std;
}
.floating__bnr__txt {
  margin-top: 1em;
  color: #492c10;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
}
.floating__bnr__txt span {
  color: #fe4400;
  font-weight: bold;
  font-size: 16px;
}
.floating__bnr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 1.5em auto 0;
  padding: 1em;
  background: #fff;
  color: #81766b;
  border-radius: 8px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .floating__bnr {
    display: none;
    position: fixed;
    bottom: 1vw;
    width: 95vw;
    background: #ffdf7e;
    box-shadow: 0px 0px 12px -4px #887373;
    z-index: 900;
    /* border: 5px solid #ffdf7e; */
    box-sizing: border-box;
    right: auto;
    left: 50%;
    transform: translate(-50%);
  }
  .floating__bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4vw;
  }
  .floating__bnr__close {
    position: absolute;
    top: -12px;
    right: -7px;
    width: 2em;
    height: 2em;
    background: #593b1c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px -4px #887373;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
  }
  .floating__bnr__ttl {
    text-align: center;
    line-height: 1.5;
    font-size: 4.2vw;
    font-weight: bold;
    color: #492c10;
    font-family: fot-tsukuardgothic-std;
  }
  .floating__bnr__txt {
    margin-top: 0.5em;
    color: #492c10;
    line-height: 1.5;
    /* text-align: justify; */
    font-size: 3.7vw;
    border-radius: 8px;
  }
  .floating__bnr__txt span {
    color: #fe4400;
    font-weight: bold;
    font-size: 4vw;
  }
  .floating__bnr__btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 1.5em auto 0;
    padding: 1em;
    background: #fff;
    color: #81766b;
    border-radius: 8px;
    font-size: 14px;
  }
}

/*--------------------------------------------------
  包装あり　表書き無しの場合の制御
--------------------------------------------------*/
.fs-c-productSelection .is-unable {
	opacity: 0.4;
	pointer-events: none;
}

/*--------------------------------------------------
  商品詳細　バリエーションのカートボタン
--------------------------------------------------*/
.fs-c-variationAndActions {
  margin-top: 20px;
}

/*--------------------------------------------------
  商品詳細　独自コメント20
--------------------------------------------------*/
.dv-product__wrap .dv-product__originalComment20 {
  margin-top: 27px;
  color: #f00;
  line-height: 1.4;
}

@media (max-width: 750px) {
  .dv-product__wrap .dv-product__originalComment20 {
    font-size: 4vw;
  }
}






/*--------------------------------------------------
  カート　テストページ
--------------------------------------------------*/
.cart_test .main {
  width: 100%;
}
.cart_test .cart_test_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* 手提げ袋の案内 */

.dv-cart__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .dv-cart__info {
    display: block;
  }
}
.dv-cart__info__box {
  margin-bottom: 25px;
  border: 1px solid #ccc;
}
.dv-cart__info.column2 .dv-cart__info__box {
  width: calc(50% - 1.2%);
}
.dv-cart__info.column3 .dv-cart__info__box {
  width: calc(33% - 1%);
}
@media (max-width: 960px) {
  .dv-cart__info__box {
    margin-bottom: 2.5%;
  }
}
@media (max-width: 750px) {
  .dv-cart__info.column2 .dv-cart__info__box {
    width: 100%;
  }
  .dv-cart__info.column3 .dv-cart__info__box {
    width: 100%;
  }
  .dv-cart__info__box + .dv-cart__info__box {
    margin-top: 5vw;
  }
}
.dv-cart__info__box a {
  padding: 20px;
}
@media (max-width: 960px) {
  .dv-cart__info__box a {
    padding: 18px;
  }
}
@media (max-width: 750px) {
  .dv-cart__info__box a {
    padding: 3vw;
  }
}
.dv-cart__info__ttl {
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 961px) and (max-width: 1365px) {
  .dv-cart__info__ttl {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .dv-cart__info__ttl {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  .dv-cart__info__ttl {
    margin-bottom: 3vw;
    font-size: 3.7vw;
    letter-spacing: 0;
  }
}
.dv-cart__info__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dv-cart__info.column3 .dv-cart__info__inner {
  display: block;
}
@media (max-width: 750px) {
.dv-cart__info.column3 .dv-cart__info__inner {
    display: flex;
  }
}
.dv-cart__info__img {
  width: 28%;
  height: auto;
}
@media (max-width: 750px) {
  .dv-cart__info__img {
    width: 20%;
    height: auto;
  }
}
.dv-cart__info.column3 .dv-cart__info__img {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .dv-cart__info.column3 .dv-cart__info__img {
    width: 20%;
    margin: 0;
  }
}
.dv-cart__info__text {
  width: 68%;
  font-size: 15px;
  text-align: justify;
}
@media (min-width: 751px) and (max-width: 960px) {
  .dv-cart__info__text {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .dv-cart__info__text {
    width: 76%;
    font-size: 3vw;
  }
}
.dv-cart__info.column3 .dv-cart__info__text {
  width: 100%;
  text-align: justify;
  margin-top: 17px;
}
@media (max-width: 750px) {
  .dv-cart__info.column3 .dv-cart__info__text {
    width: 76%;
    margin: 0;
  }
}





/* 210922 */
/* インスタ差し替え */
#sb_instagram {
  margin-top: 33px;
}
@media (max-width: 750px) {
  #sb_instagram {
    margin: 3.74vw 0 auto;
    padding-bottom: 0 !important;
  }
}
#sbi_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 !important;
  gap: 10px;
}
#sb_instagram .sbi_no_js img {
  display: block !important;
  height: 225.398px !important;
}
@media (max-width: 750px) {
  #sbi_images {
    grid-template-columns: repeat(2, 1fr)!important;
  }
  #sb_instagram .sbi_no_js img {
    height:44.79vw!important;
  }
}
/* #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: 23.2% !important;
}
@media (max-width: 750px) {
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 48% !important;
    margin-bottom: 3.74vw !important;
  }
}
@media (max-width: 750px) {
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-last-child(1),
  #sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
} */
/* #sb_instagram .sbi_item .sbi_photo_wrap:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: 0.3s;
}
#sb_instagram .sbi_item a {
  position: relative;
  width: 100%;
  height: 210px;
  margin: 0;
  margin-right: 16px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
#sb_instagram .sbi_item a img {
  width: auto!important;
  height: 100% !important;
}
@media (max-width: 750px) {
  #sb_instagram .sbi_item a {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  #sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo {
    height: 0 !important;
    padding-bottom: 98% !important;
  }
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item:nth-of-type(n+5) {
  display: none!important;
} */

/* テスト用　商品グループでの在庫切れ表示 */
.fs-c-productListItem__outOfStock {
  margin: -4px 0 5px -8px;
}
.dv-product__originalComment18 {
  margin: 3px 0 13px;
  color: #f00;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .dv-product__originalComment18 {
    font-size: 2.94vw;
    line-height: 1.4;
  }
}

/* おすすめ系を最初の4つだけ表示させる */

/* .recommend .slick-track,
.season .slick-track,
.fs-c-featuredProduct .slick-track,
.gift_standard .slick-track::after {
  padding-bottom: 80px;
} */
.fs-c-featuredProduct .slick-track {
  padding-bottom: 80px;
}
.recommend .slick-track::after,
.season .slick-track::after,
.fs-c-featuredProduct .slick-track::after,
.gift_standard .slick-track::after {
  content: "";
  display: block;
  width: 23.2%;
  height: 0;
}
.recommend .slick-track::before,
.season .slick-track::before,
.fs-c-featuredProduct .slick-track::before,
.gift_standard .slick-track::before {
  content: "";
  display: block;
  width: 23.2%;
  height: 0;
  order: 1;
}
.recommend .fs-c-productListCarousel__list__item,
.season .fs-c-productListCarousel__list__item,
.fs-c-featuredProduct .fs-c-productListCarousel__list__item,
.gift_standard .fs-c-productListCarousel__list__item {
  width: 23.2% !important;
}
.recommend .fs-c-productListCarousel__list__item:nth-child(n+5),
.season .fs-c-productListCarousel__list__item:nth-child(n+5),
.fs-c-featuredProduct .fs-c-productListCarousel__list__item:nth-child(n+5),
.gift_standard .fs-c-productListCarousel__list__item:nth-child(n+5) {
  display: none !important;
  margin-top: 70px;
}
@media (max-width: 750px) {
  .recommend .slick-track,
  .season .slick-track,
  .fs-c-featuredProduct .slick-track,
  .gift_standard .slick-track {
    padding-bottom: 0;
  }
  .recommend .slick-track::after,
  .season .slick-track::after,
  .fs-c-featuredProduct .slick-track::after,
  .gift_standard .slick-track::after {
    content: "";
    display: block;
    width: calc(50% - 2%) !important;
    height: 0;
  }
  .recommend .slick-track::before,
  .season .slick-track::before,
  .fs-c-featuredProduct .slick-track::before,
  .gift_standard .slick-track::before {
    content: "";
    display: block;
    width: calc(50% - 2%) !important;
    height: 0;
    order: 1;
  }
  .recommend .fs-c-productListCarousel__list__item,
  .season .fs-c-productListCarousel__list__item,
  .fs-c-featuredProduct .fs-c-productListCarousel__list__item,
  .segift_standardason .fs-c-productListCarousel__list__item,
  .gift_standard .fs-c-productListCarousel__list__item {
    width: calc(50% - 2%) !important;
  }
}

/* テスト用　トップのお知らせ表示を他と統一 */
.news .articleItemLink__inner {
  display: block;
}
.news .articleThumb {
  width: 100%;
  max-width: none;
  max-height: none;
  margin-right: 0;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .news .articleThumb {
    margin-bottom: 0;
  }
}
.news .articleItem {
  width: 30%;
  padding: 0;
  border-top: none;
}
@media (min-width: 750px) {
  .news .articleItem:nth-of-type(4) {
    display: none;
  }
}
.news .articleList {
  display: flex;
  width: 100%;
  margin: 36px auto 0;
}
.news {
  width: 85%;
  padding: 57px 40px 40px;
}
@media (max-width: 750px) {
  .news {
    /* width: 92vw;
    margin: 13.07vw auto 0;
    padding: 0; */
    width: 100vw;
    margin: 13.34vw auto 0;
    background: #e8e4da;
    padding: 11vw 4vw;
  }
}
.news .articleTtl {
  overflow: auto;
  margin: 9px 0 16px;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .news .articleTtl {
    margin: 2.4vw 0 0;
    font-size: 3.47vw;
  }
}
.news .atricleCategory {
  font-size: 1.1vw;
}

@media (max-width: 750px) {
  .news .atricleCategory {
    margin-top: 2.67vw;
    font-size: 3.07vw;
  }
}

@media (min-width: 1366px) {
  .news .atricleCategory {
    font-size: 14px;
  }
}
.news .atricleCategory a {
  height: auto;
  padding: 9px 19px 10px 19px;
  border: 1px solid #e79d79;
  color: #e79d79;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .news .atricleCategory a {
    padding: .6em .9em .8em;
    font-size: 2.13vw;
    background: #fff;
  }
}
@media (max-width: 750px) {
  .media .atricleCategory a {
    padding: .6em .9em .8em;
    font-size: 2.13vw;
  }
}
.news__ttl {
  font-size: 38px;
}
@media (max-width: 750px) {
  .news__ttl {
    font-size: 6vw;
  }
}
.news .articleNew .articleThumb::before {
  width: 58.5px;
  height: 22px;
}
.news .articleItemLink {
  display: block;
}
.fs-c-productListItem__salesPeriodNotice {
  display: none;
}
@media (max-width: 750px) {
  .column .column__link--more,
  .column .column__link--more {
    background: #fff;
  }
  .column,
  .column {
    width: 100vw;
    margin: 13.34vw auto 0;
    background: #e8e4da;
    padding: 11vw 4vw;
  }
  .articleList,
  .articleList {
    display: flex;
  }
  .articleItem,
  .articleItem {
    width: 48% !important;
    margin-bottom: 7.74vw;
    padding: 0;
    border-top: none;
  }
  .articleThumb,
  .articleThumb {
    width: 100%;
  }
  .articleDate,
  .articleDate {
    margin-top: 3vw;
    font-size: 3.2vw;
    font-weight: 700;
    font-family: fot-tsukuardgothic-std;
  }
  .news .articleDate,
  .news .articleDate {
    margin-top: 3vw;
    font-size: 3.2vw;
  }
  .atricleCategory,
  .atricleCategory {
    margin: 2vw 1vw 0 0;
  }
  .articleTtl,
  .articleTtl {
    margin: 2vw 0 0;
    font-size: 3.33vw;
  }
  .articleItem:last-of-type,
  .articleItem:last-of-type {
    border-bottom: none;
  }
  .articleThumb img,
  .articleThumb img {
    height: 32vw!important;
  }
  .articleItemLink__inner {
    display: block;
  }
  .articleItemLink__inner div {
    width: 100%;
  }
}


/* 商品詳細のポイント */
.fs-c-productPointDisplay {
  margin: 30px 0 14px;
  padding: 0;
  background: none;
  font-size: 16px;
  color: #81766b;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  .fs-c-productPointDisplay {
    margin: 6vw 0 2.5vw;
  }
}
.fs-c-productPointDisplay__quantity {
  font-weight: 400;
}
.fs-c-productPointDisplay__label,
.fs-c-productPointDisplay__unit {
  font-size: 0;
}
.fs-c-productPointDisplay__label::before {
  content: "[";
  font-size: initial;
}
.fs-c-productPointDisplay__unit::before {
  content: "ポイント進呈 ]";
  font-size: initial;
}
.fs-c-productPrice__main__addon {
  display: none;
}
.fs-c-productPrice__main__joint {
  color: #f38f00;
  font-size: 0.7em;
}



/* 注文手続き（SP）のポイント */
@media (min-width: 961px) {
  .fs-c-checkout-confirmationList {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  .fs-c-checkout-confirmationList > dd {
    text-align: right;
  }
}

/* マイページのポイント履歴 */
@media (min-width: 961px) {
  .fs-body-my-points .header__logo {
    display: block;
  }
}
.fs-body-my-points .main {
  width: 100%;
}

/* gift */
.gift_mv_txt {
  margin: 40px auto;
  /* padding: 36px 0 40px; */
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_mv_txt {
    margin: 15.33vw auto 21.86vw;
    font-size: 3.73vw;
    line-height: 2;
  }
}
.gift_scene_wrap {
  margin: 60px auto;
  padding: 107px 0 113px;
  background-color: #F3F1EB;
}
@media (max-width: 750px) {
  .gift_scene_wrap {
    padding: 21.2vw 0 15.06vw;
  }
}
.gift_scene_ttl {
  padding: 0 4%;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
  line-height: 1.39;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_scene_ttl {
    padding: 0 6vw;
    font-size: 6.4vw;
  }
}
.gift_scene {
  width: 72%;
  max-width: 1000px;
  margin: 79px auto 0;
}
@media (max-width: 750px) {
  .gift_scene {
    width: 73.33vw;
    margin: 13.46vw auto 0;
  }
}
.gift_scene .fs-pt-column__item + .fs-pt-column__item {
  margin-top: 101px;
}
@media (max-width: 750px) {
  .gift_scene .fs-pt-column__item + .fs-pt-column__item {
    margin-top: 22.8vw;
  }
}
.gift_scene .fs-pt-column__item {
  position: relative;
  min-height: 268px;
  padding: 0;
}
@media (max-width: 750px) {
  .gift_scene .fs-pt-column__item {
    min-height: auto;
  }
}
.gift_scene .fs-pt-column__image {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 47.6%;
}
@media (max-width: 750px) {
  .gift_scene .fs-pt-column__image {
    position: static;
    width: 100%;
  }
}
.gift_scene .fs-pt-column__item:nth-child(even) .fs-pt-column__image {
  left: auto;
  right: 0;
}
.gift_scene .fs-pt-column__heading {
  width: 42.1%;
  margin-left: 57.8%;
  font-family: fot-tsukuardgothic-std;
  font-size: 24px;
  color: #E6A654;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .gift_scene .fs-pt-column__heading {
    width: 100%;
    margin-top: 6.8vw;
    margin-left: 0;
    font-size: 24px;
  }
}
.gift_scene .fs-pt-column__item:nth-child(even) .fs-pt-column__heading {
  margin-left: 0;
}
.gift_scene .fs-pt-column__description {
  width: 42.1%;
  margin-top: 30px;
  margin-left: 57.8%;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  .gift_scene .fs-pt-column__description {
    width: 100%;
    margin-top: 6.66vw;
    margin-left: 0;
    font-size: 3.73vw;
    line-height: 1.57;
  }
}
.gift_scene .fs-pt-column__item:nth-child(even) .fs-pt-column__description {
  margin-left: 0;
}
.gift_bnr_concierge {
  width: 620px;
  margin: 64px auto;
}
@media (max-width: 750px) {
  .gift_bnr_concierge {
    width: 92.1vw;
    margin: 16.13vw auto;
  }
}
.gift_feature_ttl {
  margin-top: 106px;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_feature_ttl {
    margin-top: 18.66vw;
    font-size: 6.13vw;
  }
}
.fs-body-category-gift_test .fs-c-subgroupList,
.fs-body-category-gift_test .fs-c-subgroupList {
  justify-content: space-between;
  margin-top: 47px;
  padding: 0 7.5%;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .fs-c-subgroupList {
    display: block;
    margin-top: 8.4vw;
    padding: 0 3.86vw;
  }
}
.fs-body-category-gift_test .fs-c-subgroupList__item {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 0;
  margin-left: 0;
  margin-top: 100px;
  width: calc(25% - 1.8%);
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .fs-c-subgroupList__item {
    flex-basis: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px dashed #e8e4da;
  }
}
.fs-body-category-gift_test .fs-c-subgroupList__item:nth-child(-n+4) {
  margin-top: 0;
}
.fs-body-category-gift_test .fs-c-subgroupList__item:nth-child(n+5) {
  display: none;
}
.fs-body-category-gift_test .fs-c-subgroupList__link {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
  border: none;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .fs-c-subgroupList__link {
    flex-direction: row;
    padding: 4.4vw 3.6vw;
  }
}
.fs-body-category-gift_test .fs-c-subgroupList__link::after {
  content: '';
  display: block;
  width: 88px;
  height: 30px;
  margin: auto 0 0 auto;
  background: url('https://nagasaka.itembox.design/item/common/product_more.png') no-repeat center 0;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .fs-c-subgroupList__link::after {
    width: 1.87vw;
    height: 3.6vw;
    margin: 0;
    background: url('https://nagasaka.itembox.design/item/common/product_more_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .fs-c-subgroupList__image {
    width: 26.7vw;
    margin-right: 5.74vw;
  }
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .dv-subgroupList__inner {
    width: 54.67vw;
    margin-right: 3vw;
  }
}
.fs-body-category-gift_test .fs-c-productList {
  margin: 0;
  padding-bottom: 0;
}
.fs-body-category-gift_test .fs-c-productList__list {
  display: none;
}
.gift_price_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 127px;
  padding: 0 4%;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_price_ttl {
    margin-top: 24.53vw;
    padding: 0;
    font-size: 5.06vw;
  }
}
.gift_price_ttl::before {
  content: '';
  width: 38px;
  height: 38px;
  margin-right: 14px;
  background: url('https://nagasaka.itembox.design/item/common/ttl_icon_price.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .gift_price_ttl::before {
    width: 5.06vw;
    height: 5.06vw;
    margin-right: 1.86vw;
    background: url('https://nagasaka.itembox.design/item/common/ttl_icon_price.png') no-repeat center 0;
    background-size: 100%;
  }
}
.fs-body-category-gift_test .gift_price_list {
  display: flex;
  flex-wrap: wrap;
  margin: 47px auto 0;
  padding: 0 7.5%;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .gift_price_list {
    margin: 8.4vw auto;
    padding: 0 3.86vw;
  }
}
.fs-body-category-gift_test .gift_price_item {
  width: 32.2%;
  margin-right: 1.7%;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .gift_price_item {
    width: 44vw;
    margin-right: 4.2vw;
  }
}
.fs-body-category-gift_test .gift_price_item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .gift_price_item:nth-child(3n) {
    margin-right: 4.2vw;
  }
  .fs-body-category-gift_test .gift_price_item:nth-child(even) {
    margin-right: 0;
  }
}
.fs-body-category-gift_test .gift_price_item:nth-child(n+4) {
  margin-top: 12px;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .gift_price_item:nth-child(n+3) {
    margin-top: 4.4vw;
  }
}
.fs-body-category-gift_test .gift_price_item a {
  display: block;
  width: 100%;
  padding: 24px;
  background-color: #E8E4DA;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 750px) {
  .fs-body-category-gift_test .gift_price_item a {
    padding: 3.06vw;
    font-size: 4.26vw;
  }
}
.gift_standard {
  margin: 120px auto 60px;
  padding: 0 7.5% 0;
}
@media (max-width: 750px) {
  .gift_standard {
    margin: 24.26vw auto;
		padding: 0 4vw 0;
  }
}
.gift_standard_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4%;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_standard_ttl {
    padding: 0;
    font-size: 5.06vw;
  }
}
.gift_standard_ttl::before {
  content: '';
  width: 32px;
  height: 43px;
  margin-right: 18px;
  background: url('https://nagasaka.itembox.design/item/common/ttl_icon_standard.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .gift_standard_ttl::before {
    width: 4.8vw;
    height: 6.26vw;
    margin-right: 2.8vw;
    background: url('https://nagasaka.itembox.design/item/common/ttl_icon_standard.png') no-repeat center 0;
    background-size: 100%;
  }
}
.gift_standard .fs-c-productListCarousel {
  margin-top: 47px;
}
@media (max-width: 750px) {
  .gift_standard .fs-c-productListCarousel {
    margin-top: 8.4vw;
  }
}
.gift_bnr_list {
  display: flex;
  justify-content: space-between;
  margin: 134px auto 0;
  padding: 0 7.5%;
}
@media (max-width: 750px) {
  .gift_bnr_list {
    display: block;
    margin-top: 24.8vw;
    padding: 0 3.86vw;
  }
}
.gift_bnr_item {
  width: 48.6%;
}
@media (max-width: 750px) {
  .gift_bnr_item {
    width: 100%;
  }
  .gift_bnr_item + .gift_bnr_item {
    margin-top: 6.93vw;
  }
}
.gift_qa {
  width: 67.5%;
  max-width: 750px;
  margin: 52px auto;
}
@media (max-width: 750px) {
  .gift_qa {
    width: 92.26vw;
    max-width: none;
    margin-top: 9.2vw;
  }
}
.gift_qa a {
  display: block;
  width: 100%;
  padding: 32px 0;
  background-color: #E8E4DA;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_qa a {
    padding: 4.66vw 0;
    font-size: 3.2vw;
  }
}


.fs-body-category-gift .fs-c-subgroupList {
  justify-content: space-between;
  margin-top: 47px;
  padding: 0 7.5%;
}
@media (max-width: 750px) {
  .fs-body-category-gift .fs-c-subgroupList {
    display: block;
    margin-top: 8.4vw;
    padding: 0 3.86vw;
  }
}
.fs-body-category-gift .fs-c-subgroupList__item {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  flex-grow: 0;
  margin-left: 0;
  margin-top: 100px;
  width: calc(25% - 1.8%);
}
@media (max-width: 750px) {
  .fs-body-category-gift .fs-c-subgroupList__item {
    flex-basis: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-bottom: 1px dashed #e8e4da;
  }
}
.fs-body-category-gift .fs-c-subgroupList__item:nth-child(-n+4) {
  margin-top: 0;
}
.fs-body-category-gift .fs-c-subgroupList__item:nth-child(n+5) {
  display: none;
}
.fs-body-category-gift .fs-c-subgroupList__link {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: none;
  border: none;
}
@media (max-width: 750px) {
  .fs-body-category-gift .fs-c-subgroupList__link {
    flex-direction: row;
    padding: 4.4vw 0;
  }
}
.fs-body-category-gift .fs-c-subgroupList__link::after {
  content: '';
  display: block;
  width: 88px;
  height: 30px;
  margin: auto 0 0 auto;
  background: url('https://nagasaka.itembox.design/item/common/product_more.png') no-repeat center 0;
}
@media (max-width: 750px) {
  .fs-body-category-gift .fs-c-subgroupList__link::after {
    width: 1.87vw;
    height: 3.6vw;
    margin: 0;
    background: url('https://nagasaka.itembox.design/item/common/product_more_sp.png') no-repeat center 0;
    background-size: 100%;
  }
}
@media (max-width: 750px) {
  .fs-body-category-gift .fs-c-subgroupList__image {
    width: 45vw;
    margin-right: 5.74vw;
  }
}
@media (max-width: 750px) {
  .fs-body-category-gift .dv-subgroupList__inner {
    width: 54.67vw;
    margin-right: 3vw;
  }
}
.fs-body-category-gift .fs-c-productList {
  margin: 0;
  padding-bottom: 0;
}
.fs-body-category-gift .fs-c-productList__list {
  display: none;
}
.gift_price_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 127px;
  padding: 0 4%;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_price_ttl {
    margin-top: 24.53vw;
    padding: 0;
    font-size: 6.13vw;
  }
}
.gift_price_ttl::before {
  content: '';
  width: 38px;
  height: 38px;
  margin-right: 14px;
  background: url('https://nagasaka.itembox.design/item/common/ttl_icon_price.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .gift_price_ttl::before {
    width: 5.06vw;
    height: 5.06vw;
    margin-right: 1.86vw;
    background: url('https://nagasaka.itembox.design/item/common/ttl_icon_price.png') no-repeat center 0;
    background-size: 100%;
  }
}
.gift_price_list {
  display: flex;
  flex-wrap: wrap;
  margin: 47px auto;
  padding: 0 7.5%;
}
@media (max-width: 750px) {
  .gift_price_list {
    margin-top: 8.4vw;
    padding: 0 3.86vw;
  }
}
.gift_price_item {
  width: 32.2%;
  margin-right: 1.7%;
}
@media (max-width: 750px) {
  .gift_price_item {
    width: 44vw;
    margin-right: 4.2vw;
  }
}
.gift_price_item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 750px) {
  .gift_price_item:nth-child(3n) {
    margin-right: 4.2vw;
  }
  .gift_price_item:nth-child(even) {
    margin-right: 0;
  }
}
.gift_price_item:nth-child(n+4) {
  margin-top: 12px;
}
@media (max-width: 750px) {
  .gift_price_item:nth-child(n+3) {
    margin-top: 4.4vw;
  }
}
.gift_price_item a {
  display: block;
  width: 100%;
  padding: 24px;
  background-color: #E8E4DA;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_price_item a {
    padding: 3.06vw;
    font-size: 4.26vw;
  }
}
/* .gift_standard {
  padding: 133px 7.5% 0;
}
@media (max-width: 750px) {
  .gift_standard {
		padding: 24.26vw 4vw 0;
  }
} */
.gift_standard_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4%;
  font-size: 38px;
  font-family: fot-tsukuardgothic-std;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_standard_ttl {
    padding: 0;
    font-size: 6.13vw;
  }
}
.gift_standard_ttl::before {
  content: '';
  width: 32px;
  height: 43px;
  margin-right: 18px;
  background: url('https://nagasaka.itembox.design/item/common/ttl_icon_standard.png') no-repeat center 0;
  background-size: 100%;
}
@media (max-width: 750px) {
  .gift_standard_ttl::before {
    width: 4.8vw;
    height: 6.26vw;
    margin-right: 2.8vw;
    background: url('https://nagasaka.itembox.design/item/common/ttl_icon_standard.png') no-repeat center 0;
    background-size: 100%;
  }
}
.gift_standard .fs-c-productListCarousel {
  margin-top: 47px;
}
@media (max-width: 750px) {
  .gift_standard .fs-c-productListCarousel {
    margin-top: 8.4vw;
  }
}
.gift_bnr_list {
  display: flex;
  justify-content: space-between;
  margin: 134px auto 0;
  padding: 0 7.5%;
}
@media (max-width: 750px) {
  .gift_bnr_list {
    display: block;
    margin-top: 24.8vw;
    padding: 0 3.86vw;
  }
}
.gift_bnr_item {
  width: 48.6%;
}
@media (max-width: 750px) {
  .gift_bnr_item {
    width: 100%;
  }
  .gift_bnr_item + .gift_bnr_item {
    margin-top: 6.93vw;
  }
}
.gift_qa {
  width: 67.5%;
  max-width: 750px;
  margin: 52px auto;
}
@media (max-width: 750px) {
  .gift_qa {
    width: 92.26vw;
    max-width: none;
    margin-top: 9.2vw;
  }
}
.gift_qa a {
  display: block;
  width: 100%;
  padding: 32px 0;
  background-color: #E8E4DA;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 750px) {
  .gift_qa a {
    padding: 4.66vw 0;
    font-size: 4vw;
  }
}