@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.footer {
  background: url(https://file003.shop-pro.jp/PA01476/026/images/common/footer/mobile/footer_background_2110-min.jpg) bottom center/contain no-repeat;
  background-color: #000;
  color: #fff;
  padding: 8.8vw 6.66667vw 0;
}

.list + .footer {
  margin-top: 18vw;
}

.footer_inner:first-child {
  display: flex;
  flex-wrap: wrap;
}

.footer_inner:last-child {
  padding-bottom: 5.33333vw;
}

.footer_link {
  color: #fff;
}

.footer_external {
  width: 22vw;
}

.footer_externalIcon {
  width: 100%;
}

.footer_externalSns {
  display: flex;
  justify-content: space-between;
  margin-top: 5.33333vw;
}

.footer_externalSnsIcon {
  width: 7.6vw;
}

.footer_linkWrap.mod-shopping {
  width: 55.2vw;
}

.footer_linkWrap.mod-guide {
  width: 37.33333vw;
}

.footer_linkWrap.mod-corporate {
  width: 37.06667vw;
}

.footer_linkTitle {
  border-bottom: 1px #fff solid;
  font-size: 3.73333vw;
  padding-bottom: 1.6vw;
}

.mod-corporate .footer_linkTitle {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.footer_linkList {
  display: flex;
  flex-wrap: wrap;
}

.footer_linkItem {
  font-size: 3.46667vw;
}

.mod-shopping .footer_linkItem {
  margin-top: 4.5vw;
  width: 50%;
}

.mod-shopping .footer_linkItem:nth-child(even) {
  -webkit-transform: translateX(1.7vw);
  transform: translateX(1.7vw);
}

.mod-guide .footer_linkItem {
  margin-top: 4.5vw;
}

.mod-corporate .footer_linkItem {
  margin-top: 1.83vw;
}

.footer_otherItem {
  font-size: 3.46667vw;
}

.footer_copyRight {
  color: #b8b8b8;
  display: block;
  font-size: 3.15vw;
  margin-top: 8.9vw;
}

.is-android .footer_copyRight {
  font-family: Verdana,Roboto,"Droid Sans",'メイリオ','Meiryo',sans-serif;
}

.header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.5s;
  width: 100vw;
  z-index: 2;
}

.is-scroll .header {
  background-color: rgba(255, 255, 255, 0.9);
}

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

.header_logoWrap {
  align-items: center;
  display: flex;
  height: 100%;
}

.header_logo {
  width: 12vw;
}

.header_logoText {
  margin-left: 2.66667vw;
  width: 23.51745vw;
}

.header_buttonWrap {
  align-items: center;
  display: flex;
}

.header_cart {
  margin-right: 1.76vw;
  text-align: center;
}

.header_cartLink {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.is-en .header_cart {
  margin-right: 6.7vw;
}

.header_cartImage {
  width: 5.32576vw;
}

.header_cartText {
  font-size: 2.4vw;
  margin-top: 1.33333vw;
}

.header_hamburger {
  background-color: #000;
  height: 15.2vw;
  position: relative;
  width: 15.2vw;
}

.header_hamburgerInner {
  bottom: 50%;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.header_hamburgerBorderWrap {
  height: 4.65737vw;
  position: relative;
  width: 6.13121vw;
}

.header_hamburgerBorder {
  background-color: #fff;
  display: block;
  height: 10px;
  height: 2px;
  position: absolute;
  transition: width 0.3s, height 0.3s;
  width: 6.13121vw;
}

.header_hamburgerBorder:first-child {
  top: 0;
  transition: top 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.header_hamburgerBorder:nth-child(2) {
  bottom: 50%;
  opacity: 1;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  transition: opacity 0.3s;
}

.header_hamburgerBorder:last-child {
  bottom: 0;
  transition: bottom 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, bottom 0.3s;
  transition: transform 0.3s, bottom 0.3s, -webkit-transform 0.3s;
}

.header_hamburgerBorder:not(:nth-child(2)) {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.header_detail {
  font-size: 4vw;
}

.header_user {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.header_user::after {
  background-color: #707070;
  bottom: 50%;
  content: '';
  height: 3.6vw;
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 1px;
}

.header_user.mod-less::after {
  display: none;
}

.header_userLink {
  position: relative;
}

.header_navListLink {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.header_navListItem {
  display: block;
  position: relative;
}

.header_navListItemArrow {
  bottom: 50%;
  display: inline-block;
  height: 7.5px;
  position: absolute;
  right: 20px;
  stroke: #323232;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: stroke 0.5s;
  width: 12.5px;
}

.is-en .header_navListItemArrow {
  bottom: 44%;
  right: 22px;
}

.header_navDetail {
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.75s;
}

.header_navDetailItem {
  display: block;
  position: relative;
}

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

.header_more.mod-first {
  align-items: center;
}

.header_moreLang {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 48.59088vw;
}

.header_moreLang::after {
  background-color: #707070;
  bottom: 50%;
  content: '';
  height: 3.2vw;
  position: absolute;
  right: 48%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 1px;
}

.header_moreLangText {
  font-size: 4vw;
  transition: opacity 0.5s;
}

.is-en .header_moreLangText.mod-ja {
  color: #989898;
}

.is-en .header_moreLangText.mod-en {
  color: #323232;
}

body:not(.is-en) .header_moreLangText.mod-ja {
  color: #323232;
}

body:not(.is-en) .header_moreLangText.mod-en {
  color: #989898;
}

.header_moreSns {
  display: flex;
  justify-content: space-between;
  width: 17.4142vw;
}

.header_moreSnsIcon {
  height: 5.33333vw;
  width: 5.33333vw;
}

.header_moreItem {
  width: 33.09485vw;
}

.header_moreTitle {
  border-bottom: solid 1px #707070;
  font-size: 3.73333vw;
  padding-bottom: 1.6vw;
}

.header_moreTitle.mod-space {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.header_moreText {
  font-size: 3.46667vw;
  margin-top: 5.46667vw;
}

.header_moreImage {
  margin-top: 2.66667vw;
  width: 100%;
}

body {
  -webkit-text-size-adjust: none;
  color: #323232;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}

_:-ms-fullscreen, :root body {
  font-family: 'メイリオ','Meiryo',sans-serif;
}

body:not(.is-en) .jp {
  display: inline-block;
}

body:not(.is-en) .en {
  display: none !important;
}

body.is-en .jp {
  display: none !important;
}

body.is-en .en {
  display: inline-block;
}

a {
  color: #323232;
}

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

.new_mark_img0, .new_mark_img1 {
  display: none !important;
}

.language_wrap {
  display: flex;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  top: 21vw;
  width: 100%;
  z-index: 1;
}

.language_Inner {
  display: flex;
  justify-content: space-between;
  margin-right: 4vw;
  position: relative;
}

.language_Inner::after {
  background-color: #323232;
  bottom: 50%;
  content: '';
  height: 3.2vw;
  position: absolute;
  right: 52%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  width: 1px;
}

.mod-top .language_Inner::after {
  background-color: #fff;
}

.language_text {
  color: #989898;
  font-size: 4vw;
  font-weight: bold;
  transition: opacity 0.5s;
}

.language_text.is-active {
  color: #fff;
}

.is-en .language_text.mod-jp {
  color: #989898;
}

.is-en .language_text.mod-en {
  color: #323232;
}

body:not(.is-en) .language_text.mod-jp {
  color: #323232;
}

body:not(.is-en) .language_text.mod-en {
  color: #989898;
}

.is-en .mod-top .language_text.mod-jp {
  color: #989898;
}

.is-en .mod-top .language_text.mod-en {
  color: #fff;
}

body:not(.is-en) .mod-top .language_text.mod-jp {
  color: #fff;
}

body:not(.is-en) .mod-top .language_text.mod-en {
  color: #989898;
}

.check {
  margin: 25.06667vw 0 14.66667vw;
}

.check_title {
  border-bottom: 1px solid #5a7800;
  color: #5a7800;
  font-family: "游明朝", 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳＰ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 3.73333vw;
  font-weight: bold;
  margin-bottom: 4.66667vw;
  padding-bottom: 1.26vw;
}

_:-ms-fullscreen, :root .check_title {
  font-family: "Noto Serif JP","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳＰ明朝", "ＭＳ 明朝", serif;
}

.check_list.not-slick {
  align-items: flex-start;
  display: flex;
}

.check_listItem {
  display: inline-block;
  margin-right: 3.68%;
}

.not-slick .check_listItem {
  width: 25.46667vw;
}

.check_listItemImage {
  width: 100%;
}

.check .slick-dots {
  bottom: -6vw !important;
}

.check .slick-dots > li {
  border-radius: 1vw !important;
  height: 1.5vw !important;
  margin: 0 1.4vw !important;
  width: 1.5vw !important;
}

.check .slick-dots > li button {
  background-color: #c1c1c1 !important;
  border-radius: 1vw !important;
  height: 2.13333vw !important;
  padding: 0 !important;
  width: 2.13333vw !important;
}

.check .slick-dots > li button:before {
  display: none !important;
}

.check .slick-dots .slick-active button {
  background-color: #707070 !important;
}

.check .slick-arrow {
  background: url(https://file003.shop-pro.jp/PA01476/026/images/common/check/slide_arrow_211015.svg) center center/contain no-repeat;
  bottom: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  width: 10px;
  z-index: 1;
}

.check .slick-arrow.slick-disabled {
  display: none !important;
}

.check .check_sliderPrevArrow {
  left: -5px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.check .check_sliderNextArrow {
  right: -5px;
  -webkit-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
}

.mod-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.mod-fadeIn.add-show {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInAnimation;
  animation-name: fadeInAnimation;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes fadeInAnimation {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInAnimation {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInAnimationSP {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInAnimationSP {
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.mod-fadeInDelay {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity 1.5s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 1.5s;
  transition: transform 0.8s, opacity 1.5s, -webkit-transform 0.8s;
  transition-delay: 1.2s;
  z-index: 1;
}

.mod-fadeInDelay.add-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 769px) {
  .footer {
    background: url(https://file003.shop-pro.jp/PA01476/026/images/common/footer/footer_background_2110-min.jpg) bottom right/cover no-repeat;
    min-width: 1100px;
    padding: 45px 0 0;
  }
  .list + .footer {
    margin-top: 100px;
  }
  .footer_inner {
    margin: 0 auto;
    width: 950px;
  }
  .footer_inner:last-child {
    margin-top: 70px;
    padding-bottom: 36px;
  }
  .footer_link {
    transition: opacity 0.5s;
  }
  .footer_link:hover {
    color: #fff;
    opacity: 0.7;
  }
  .footer_external {
    width: 133px;
  }
  .footer_externalIcon.mod-text {
    margin-top: 16px;
  }
  .footer_externalSns {
    justify-content: center;
    margin-top: 25px;
  }
  .footer_externalSnsIcon {
    cursor: pointer;
    transition: opacity 0.5s;
    width: 28px;
  }
  .footer_externalSnsIcon:first-child {
    margin-right: 12.5px;
  }
  .footer_externalSnsIcon:last-child {
    margin-left: 12.5px;
  }
  .footer_externalSnsIcon:hover {
    opacity: 0.7;
  }
  .footer_linkWrap.mod-shopping {
    margin-left: 60px;
    width: 245px;
  }
  .footer_linkWrap.mod-guide {
    margin-left: 60px;
    width: 143px;
  }
  .footer_linkWrap.mod-corporate {
    margin-left: 164px;
    width: 143px;
  }
  .footer_linkTitle {
    font-size: 16px;
    padding-bottom: 7px;
    white-space: nowrap;
  }
  .footer_linkItem {
    font-size: 14px;
  }
  .mod-shopping .footer_linkItem {
    margin-top: 22px;
  }
  .mod-shopping .footer_linkItem:nth-child(even) {
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  .mod-guide .footer_linkItem {
    margin-top: 22px;
  }
  .mod-corporate .footer_linkItem {
    margin-top: 13px;
  }
  .footer_other {
    display: flex;
    justify-content: space-between;
    width: 345px;
  }
  .is-en .footer_other {
    width: 535px;
  }
  .footer_otherItem {
    font-size: 14px;
  }
  .footer_copyRight {
    color: #fff;
    font-size: 13px;
    margin-top: 17px;
  }
  .header {
    border-bottom: solid 1px #989898;
    border-top: solid 8px #5a7800;
    display: flex;
    height: 93px;
    justify-content: space-between;
    min-width: 1100px;
  }
  .header_logoSize {
    margin-left: 14px;
    position: relative;
    width: 110px;
  }
  .header_logo {
    left: 0;
    position: absolute;
    top: -33px;
    width: 110px;
  }
  .header_logoText {
    margin-left: 13px;
    width: 128.2896px;
  }
  .header_detail {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    justify-content: space-between;
  }
  .header_detailInner {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .header_user {
    margin-right: 18.5px;
  }
  .header_user::after {
    background-color: #5a7800;
    height: 14px;
    right: 47%;
  }
  _:-ms-fullscreen, :root .header_user::after {
    right: 49%;
  }
  .is-en .header_user {
    margin-right: 31.5px;
  }
  .is-en .header_user::after {
    right: 47%;
  }
  .header_userText {
    color: #5a7800;
    transition: color 0.5s;
  }
  .header_userText:hover {
    color: #acbb80;
  }
  .header_userText.mod-first {
    margin-right: 13px;
  }
  .header_userText.mod-last {
    margin-left: 13px;
  }
  .is-en .header_userText.mod-first {
    margin-right: 20.5px;
  }
  .is-en .header_userText.mod-last {
    margin-left: 20.5px;
  }
  .header_navList {
    display: flex;
  }
  .header_navListItemWrap {
    height: 50px;
    position: relative;
  }
  .header_navListItemWrap.mod-all {
    width: 130px;
  }
  .header_navListItemWrap.mod-category {
    cursor: default;
    width: 165px;
  }
  .header_navListItemWrap.mod-about {
    cursor: default;
    width: 185px;
  }
  .header_navListItemWrap.mod-cart {
    width: 195px;
  }
  .header_navListItemWrap.mod-cart:before {
    background: url(https://file003.shop-pro.jp/PA01476/026/images/common/header/header_cart_2110.svg) center center/contain no-repeat;
    bottom: 50%;
    content: '';
    display: block;
    height: 24.4191px;
    position: absolute;
    right: 31px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 25.3514px;
  }
  .header_navListItemWrap.mod-all {
    transition: background-color 0.5s;
  }
  .header_navListItemWrap.mod-all:hover {
    background-color: #e6ebd9;
  }
  .header_navListItemWrap.mod-all:hover:after {
    background-color: transparent;
  }
  .header_navListItemWrap.mod-all:hover + .header_navListItemWrap:after {
    background-color: transparent;
  }
  .header_navListItemWrap.mod-cart {
    background-color: #e6ebd9;
    transition: background-color 0.5s;
  }
  .header_navListItemWrap.mod-cart:after {
    background-color: transparent;
  }
  .header_navListItemWrap.mod-cart:hover {
    background-color: #bdc999;
  }
  .header_navListItemWrap.mod-category, .header_navListItemWrap.mod-about {
    transition: color 0.5s;
  }
  .header_navListItemWrap.mod-category:hover, .header_navListItemWrap.mod-about:hover {
    color: #5a7800;
  }
  .header_navListItemWrap.mod-category:hover .header_navListItemArrow, .header_navListItemWrap.mod-about:hover .header_navListItemArrow {
    stroke: #5a7800;
  }
  .header_navListItemWrap::after {
    background-color: #989898;
    bottom: 50%;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    transition: background-color 0.5s;
    width: 1px;
  }
  .is-en .header_navListItemWrap.mod-category {
    width: 152px;
  }
  .is-en .header_navListItemWrap.mod-about {
    width: 135px;
  }
  .is-en .header_navListItemWrap.mod-cart::before {
    right: 59px;
  }
  .header_navListItem {
    bottom: 50%;
    left: 20px;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .mod-cart .header_navListItem {
    left: 32px;
  }
  .is-en .header_navListItem {
    bottom: 44%;
  }
  .is-en .mod-all .header_navListItem {
    left: 21px;
  }
  .is-en .mod-about .header_navListItem {
    left: 35px;
  }
  .is-en .mod-category .header_navListItem {
    left: 29px;
  }
  .is-en .mod-cart .header_navListItem {
    left: 55px;
  }
  .header_navDetail {
    left: 1px;
    position: absolute;
    top: 51px;
    transition: max-height 0.5s;
  }
  .mod-category.is-hover .header_navDetail {
    max-height: 185px;
  }
  .mod-about.is-hover .header_navDetail {
    max-height: 115px;
  }
  .header_navDetailItemWrap {
    background-color: #fff;
    display: block;
    position: relative;
    transition: color 0.5s, background-color 0.5s;
  }
  .header_navDetailItemWrap:not(.mod-last) {
    border-bottom: solid 1px #a3a3a3;
  }
  .header_navDetailItemWrap:hover {
    background-color: #e6ebd9;
    color: #5a7800;
  }
  .is-scroll .header_navDetailItemWrap {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .is-scroll .header_navDetailItemWrap:hover {
    background-color: rgba(230, 235, 217, 0.9);
  }
  .mod-category .header_navDetailItemWrap {
    height: 34px;
    width: 165px;
  }
  .is-en .mod-category .header_navDetailItemWrap {
    width: 152px;
  }
  .mod-about .header_navDetailItemWrap {
    height: 34px;
    width: 185px;
  }
  .is-en .mod-about .header_navDetailItemWrap {
    width: 182px;
  }
  .header_navDetailItem {
    bottom: 50%;
    display: inline-block;
    left: 20px;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .header_more.mod-first {
    bottom: -38px;
    position: absolute;
    right: 0;
  }
  .header_moreSns {
    margin-right: 21.5px;
    width: 60.7512px;
  }
  .header_moreSnsIcon {
    fill: #5a7800;
    height: 22px;
    transition: fill 0.5s;
    width: 22px;
  }
  .header_moreSnsIcon:hover {
    fill: #acbb80;
  }
  .mod-pc {
    display: none !important;
  }
  .language_wrap {
    min-width: 1100px;
    top: 121px;
  }
  .language_Inner {
    margin-right: 26px;
  }
  .language_Inner::after {
    height: 15px;
  }
  .language_text {
    font-size: 16px;
  }
  .language_text:first-child {
    margin-right: 12px;
  }
  .language_text:last-child {
    margin-left: 20px;
  }
  .is-en .language_text.mod-jp {
    cursor: pointer;
  }
  .is-en .language_text.mod-jp:hover {
    opacity: 0.5;
  }
  body:not(.is-en) .language_text.mod-en {
    cursor: pointer;
  }
  body:not(.is-en) .language_text.mod-en:hover {
    opacity: 0.5;
  }
  .check {
    margin: 105px auto 56px;
    padding: 0 75px;
    width: 950px;
  }
  .check_title {
    border-bottom: 2px solid #5a7800;
    font-size: 20px;
    margin-bottom: 36px;
    padding-bottom: 14px;
  }
  .check_list {
    -webkit-transform: translateX(-17px);
    transform: translateX(-17px);
    width: 984px;
  }
  .check_listItem {
    margin: 0 17px;
    transition: opacity 0.5s;
  }
  .check_listItem:hover {
    opacity: 0.5;
  }
  .not-slick .check_listItem {
    width: 130px;
  }
  .mod-fadeIn {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@media screen and (max-width: 768px) {
  .footer_inner:first-child {
    justify-content: space-between;
  }
  .footer_linkWrap.mod-guide {
    margin-top: 14.7vw;
  }
  .footer_linkWrap.mod-corporate {
    margin-top: 14.7vw;
  }
  .mod-corporate .footer_linkItem {
    width: 96%;
  }
  .footer_other {
    margin-top: 10vw;
  }
  .is-en .footer_other {
    margin-top: 18vw;
  }
  .footer_otherItem:not(:first-child) {
    margin-top: 4vw;
  }
  .footer_otherItem .en {
    line-height: 1.35;
  }
  .is-en .footer_otherItem:not(:first-child) {
    margin-top: 3.4vw;
  }
  .is-en .footer_copyRight {
    margin-top: 7.3vw;
  }
  .header:before {
    background-color: #5a7800;
    content: "";
    display: block;
    height: 2.66667vw;
  }
  .header_inner {
    border-bottom: solid 1px #989898;
  }
  .header_logoWrap {
    -webkit-transform: translateY(1.6vw);
    transform: translateY(1.6vw);
  }
  .header_logo {
    padding-left: 2vw;
  }
  .is-open .header_hamburgerBorder {
    height: 1px;
    width: 8.30973vw;
  }
  .is-open .header_hamburgerBorder:first-child {
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
  }
  .is-open .header_hamburgerBorder:nth-child(2) {
    opacity: 0;
  }
  .is-open .header_hamburgerBorder:last-child {
    bottom: 50%;
    -webkit-transform: translate(50%, 50%) rotate(45deg);
    transform: translate(50%, 50%) rotate(45deg);
  }
  .header_detail {
    background-color: #fff;
    height: auto;
    max-height: 0;
    overflow-y: auto;
    transition: max-height 0.5s;
  }
  .is-open .header_detail {
    max-height: calc(var(--vh,1vh) * 100 - 17vw);
  }
  .header_user {
    background-color: #e6ebd9;
  }
  .header_userLink {
    height: 14.5vw;
    width: 50%;
  }
  .header_userLink.mod-account {
    width: 100%;
  }
  .mod-less .header_userLink.mod-login {
    width: 100%;
  }
  .header_userText {
    bottom: 50%;
    display: inline-block;
    position: absolute;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .header_userText.mod-first {
    right: 14vw;
  }
  .header_userText.mod-last {
    left: 14.66667vw;
  }
  .header_userText.mod-account {
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .mod-less .header_userText.mod-login {
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .header_navListItem {
    border-bottom: solid 1px #e0e0e0;
    font-weight: bold;
    padding: 4.66667vw 0 4.66667vw 9.33333vw;
  }
  .header_navListItem::after {
    background: url(https://file003.shop-pro.jp/PA01476/026/images/common/header/mobile/header_mobileArrow_2110.svg) center center/contain no-repeat;
    bottom: 50%;
    content: '';
    display: block;
    height: 3.06667vw;
    position: absolute;
    right: 9.33333vw;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 1.73333vw;
  }
  .header_navListItem.mod-detail::after {
    -webkit-transform: translateY(50%) rotate(90deg);
    transform: translateY(50%) rotate(90deg);
  }
  .header_navListItem.is-open.mod-detail::after {
    -webkit-transform: translateY(50%) rotate(-90deg);
    transform: translateY(50%) rotate(-90deg);
  }
  .mod-category .is-open + .header_navDetail {
    max-height: 75vw;
  }
  .mod-about .is-open + .header_navDetail {
    max-height: 45vw;
  }
  .header_navDetailItem {
    border-bottom: solid 1px #e0e0e0;
    padding: 4.66667vw 0 4.66667vw 15.33333vw;
  }
  .header_navDetailItem::after {
    background: url(https://file003.shop-pro.jp/PA01476/026/images/common/header/mobile/header_mobileArrow_2110.svg) center center/contain no-repeat;
    bottom: 50%;
    content: '';
    display: block;
    height: 3.06667vw;
    position: absolute;
    right: 9.33333vw;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 1.83vw;
  }
  .header_more {
    margin: 4.8vw 9.33333vw 0;
  }
  .header_more.mod-last {
    margin-top: 8.93333vw;
    padding-bottom: 9.6vw;
  }
  .mod-sp {
    display: none !important;
  }
  .language_Inner {
    width: 17.45241vw;
  }
  .mod-about .language_Inner::after {
    background-color: #fff;
  }
  .is-en .mod-about .language_text.mod-jp {
    color: #989898;
  }
  .is-en .mod-about .language_text.mod-en {
    color: #fff;
  }
  body:not(.is-en) .mod-about .language_text.mod-jp {
    color: #fff;
  }
  body:not(.is-en) .mod-about .language_text.mod-en {
    color: #989898;
  }
  .check_title {
    padding-left: 6.66667vw;
  }
  .check_listItem {
    margin-right: 3.2vw;
  }
  .mod-fadeInSp {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .mod-fadeInSp.add-show {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeInAnimationSP;
    animation-name: fadeInAnimationSP;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

/* =====================
  2024/5追加分
===================== */
@media screen and (max-width:768px) {
  .mod-category .is-open + .header_navDetail {
    max-height: 84vw;
  }
  .header_logoWrap {
    transform: translate(-0.7vw, 0.4vw);
  }
  .header_logo {
    width: 17.1vw;
  }
  .header_more {
    margin: 5.6vw 9.3333333333vw 0;
  }
  .header_more.mod-last {
      margin-top: 9.633333vw;
  }
  .header_logoText {
    margin-left: 1.866667vw;
    margin-top: -0.9vw;
  }
  .header_moreSns {
    display: none;
  }
  .header_moreText.mod-whiteSpace {
    white-space: nowrap;
  }
  .header_moreText.mod-letterSpace {
    letter-spacing: 0.1em;
    .is-en & {
      letter-spacing: 0em;
    }
  }
  .header_sns_link {
    margin-left: 5.7vw;
  }
  .header_moreItem.mod-adjust {
    transform: translateX(-1.7%);
  }
  .header_inner {
    height: 15.2vw;
  }
}
@media screen and (min-width: 769px) {
  .header_navListItemWrap {
    &.mod-all {
      order: 0;
    }
    &.mod-category {
      order: 2;
    }
    &.mod-frozen {
      order: 1;
    }
    &.mod-about {
      order: 3;
    }
    &.mod-cart {
      order: 4;
    }
  }
  .header_navListItemWrap.mod-frozen {
    transition: background-color 0.5s;
    width: auto;
    white-space: nowrap;
    &:hover {
      background-color:#e6ebd9;
      &:after {
        background-color: transparent;
      }
      & + .header_navListItemWrap:after {
        background-color: transparent;
      }
    }
    .header_navListItem {
      position: static;
      transform: translateY(0);
      padding: 18px 20px;
      .is-en & {
        padding: 21px 20px;
      }
    }
  }
  .mod-about.is-hover .header_navDetail {
    max-height: 130px;
  }
  .mod-category.is-hover .header_navDetail {
    max-height: 252px;

    .is-en & {
      max-height: 290px;
    }
  }
  .header_logoSize {
    width: 157px;
  }
  .header_logo {
    width: 200px;
    top: -51px;
    left: -7px;
  }
  .header_logoText {
      width: 123.2896px;
      margin-left: -13px;
  }
  .header_navDetailItem {
    position: static;
    transform: translateY(0);
  }
  .header_navDetailItem.mod-about {
      .is-en & {
        line-height: 1.3;
      }
    }
  .header_navDetailItemWrap {
    height: auto !important;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
  }
  .is-en .header_navDetailItemWrap.mod-kobikicho {
    line-height: 1.3;
  }
  _::-webkit-full-page-media, _:future, :root .is-en .header_navListItemWrap.mod-frozen {
    width: 245px;
  }
}

.footer_external {
  width: 37.5vw;
  margin: -4.9vw 0 0 -6.4vw;
}
.footer_externalSns {
  width: 17.2vw;
  margin: 4.9vw 0 0 0vw;
}
.footer_linkItem.mod-onlineStore {
  white-space: nowrap;
}
.footer_linkItem.mod-kobikicho {
    .is-en & {
      line-height: 1.3;
    }
  }
@media screen and (max-width: 767px) {
  .footer_linkWrap.mod-guide,
  .footer_linkWrap.mod-corporate {
      margin-top: 12.4vw;
  }
  .mod-corporate .footer_linkItem {
    margin-top: 4.6vw;
    letter-spacing: 0.1em;
    .is-en & {
      letter-spacing: 0em;
    }
  }
  .footer_externalSnsIcon {
    width: 5.6vw;
  }
  .footer_other {
      margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .footer_external {
      width: 220px;
      margin: -26px 0 0 -40px;
  }
  .footer_externalIcon {
    width: 220px;
  }
  .footer_linkWrap.mod-shopping {
      margin-left: 13px;
  }
  .footer_externalIcon.mod-text {
    width: 129px;
    margin: 8px 0 0 34px;
  }
  .footer_externalSns {
      width: 59px;
      margin: 20px 0 0 0px;
  }
  .footer_externalSnsIcon {
    width: 21px;
    margin-left: 0px !important;
    &.mod-fb {
      margin-right: 0;
    }
  }
  .footer_linkWrap.mod-corporate {
      width: 143px;
      margin-left: 64px;
  }
  .mod-corporate .footer_linkItem {
    margin-top: 22px;
    letter-spacing: 0.1em;
    .is-en & {
      letter-spacing: 0em;
    }
  }
}

/* =====================
  2024/11（解説動画ページ） 追加分
===================== */
@media screen and (min-width: 769px) {
  .header_navListItemWrap {
    &.mod-movie {
      order: 4;
      width: 100px;
      transition: background-color 0.5s;
      width: auto;
      white-space: nowrap;
      &:hover {
        background-color:#e6ebd9;
        &:after {
          background-color: transparent;
        }
        & + .header_navListItemWrap:after {
          background-color: transparent;
        }
      }
      .header_navListItem {
        position: static;
        transform: translateY(0);
        padding: 18px 20px;
        .is-en & {
          padding: 21px 20px;
        }
      }
    }
    &.mod-frozen {
      order: 2;
    }
    &.mod-movie {
      order: 3;
    }
    &.mod-category {
      order: 4;
    }
    &.mod-about {
      order: 5;
    }
    &.mod-cart {
      order: 6;
    }
  }
}

@media screen and (max-width:768px) {
  .mod-category .is-open + .header_navDetail {
    max-height: 110vw;
  }
}
@media screen and (min-width:769px) {
  .mod-category.is-hover .header_navDetail {
    max-height: 288px;
    .is-en & {
      max-height: 400px;
    }
  }
}

/* =====================
  2025/04（おせちページ 追加分
===================== */
@media screen and (min-width: 769px) {
  .header_navListItemWrap {
    &.mod-osechi {
      width: 114px;
      order:2;
      transition: background-color 0.5s;
      .is-en & {
        width: 140px;
      }
      &:hover {
        background-color:#e6ebd9;
      }
    }
    &.mod-kobikicho {
      width: 140px;
      order: 1;
      transition: background-color 0.5s;
      .is-en & {
        width: 214px;
      }
      &:hover {
        background-color:#e6ebd9;
      }
    }
    &.mod-category {
      .header_navListItem {
        left: 34px;
      }
    }
  }
  _::-webkit-full-page-media, _:future, :root .is-en .header_navListItemWrap.mod-kobikicho {
    width: 230px;
  }
  _::-webkit-full-page-media, _:future, :root .is-en .header_navListItemWrap.mod-osechi {
    width: 151px;
  }
  @-moz-document url-prefix() {
    .is-en .header_navListItemWrap.mod-kobikicho {
        width: 230px;
    }
  }
  @-moz-document url-prefix() {
    .is-en .header_navListItemWrap.mod-osechi {
        width: 151px;
    }
  }
}