@import url("https://file001.shop-pro.jp/PA01074/701/theme2022/css/destyle.css");
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.child-pc, .sidemenu-child {
  display: none;
}

:root {
  --gatter:5.33%;
  --base-txt:13px;
  --standard:1200px;
  --xs:390px;
  --sm:784px;
  --md:1045px;
  --lg:1568px;
}

@media screen and (min-width: 600px) {
  :root {
    --gatter: 2.5%;
  }
}

@media screen and (min-width: 960px) {
  :root {
    --gatter: 2.5%;
    --base-txt:14px;
  }
}

body {
  color: #262626;
  word-break: break-all;
  -webkit-appearance: none;
  font-size: var(--base-txt);
  font-family: 'Noto Sans JP', "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", "Hiragino Kaku Gothic ProN", "MS £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
}

input[type="text"]::-webkit-input-placeholder {
  font-size: 12px;
}

input[type="text"]:-ms-input-placeholder {
  font-size: 12px;
}

input[type="text"]::-ms-input-placeholder {
  font-size: 12px;
}

input[type="text"]::placeholder {
  font-size: 12px;
}

p {
  margin-bottom: 2em;
  line-height: 2;
  word-break: normal;
}

span.em {
  color: #cc0000;
}

strong {
  font-weight: 600;
}

@media screen and (min-width: 600px) {
  .brsp {
    display: none;
  }
}

.brtb {
  display: none;
}

@media screen and (min-width: 600px) {
  .brtb {
    display: inline;
  }
}

@media screen and (min-width: 960px) {
  .brtb {
    display: none;
  }
}

.brpc {
  display: none;
}

@media screen and (min-width: 960px) {
  .brpc {
    display: inline;
  }
}

.dis-ib {
  display: inline-block;
}

a {
  color: #553C25;
  text-decoration: none;
  transition: 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  a:hover {
    text-decoration: none;
    color: #553C25;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: .65;
  }
  a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    cursor: pointer;
    opacity: .65;
  }
}

a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
  color: #553C25;
}

.link-btn {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ac8d6b;
  box-shadow: 2px 3px 0px rgba(172, 141, 107, 0.16);
  text-align: center;
  color: #553C25;
  font-weight: 500;
}

.link-btn:hover {
  opacity: 1;
  box-shadow: none;
}

.link-btn span {
  font-size: 87.5%;
}

@media screen and (min-width: 600px) {
  .link-btn {
    max-width: 320px;
    margin: 0 auto;
  }
}

.link-arrow {
  position: relative;
  display: block;
  padding: 0 27px 0 0;
  font-size: 15px;
  line-height: 1.68;
  letter-spacing: 1.5px;
  text-align: right;
  color: #553C25;
  font-weight: 500;
}

.link-arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/arrow-cir.svg) no-repeat;
  background-size: 22px;
  content: '';
}

@media screen and (min-width: 960px) {
  .link-arrow {
    font-size: 16px;
    padding-right: 32px;
  }
  .link-arrow::after {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}

th {
  white-space: nowrap;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥ì¥¤¥¢¥¦¥È
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.wrapper {
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  min-height: 100vh;
}

.contents-container {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .contents-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1148px;
    margin: 0 auto;
  }
}

.maincol {
  max-width: 844px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .maincol {
    width: 73.5%;
    margin: 0 0 0 auto;
    padding: 0 calc(var(--gatter) / 2);
  }
}

.sidebar {
  display: none;
}

@media screen and (min-width: 960px) {
  .sidebar {
    display: block;
    width: 23.34%;
    max-width: 268px;
    margin: 0 calc(var(--gatter) / 2);
    padding: 0 calc(var(--gatter) / 2);
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥á¥¤¥ó¥Ø¥Ã¥À¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
#commonheader {
  display: block;
  width: 100%;
  padding: 15px;
  background: #c8b431;
  font-size: 10px;
  text-align: center;
  color: #454545;
}

#commonheader .ship {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 26px;
  text-align: center;
}

#commonheader .ship::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/icon-ship.svg) no-repeat;
  background-size: 16px;
  content: '';
}

#commonheader .tel {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  text-align: center;
}

#commonheader .tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/icon-tel.svg) no-repeat;
  background-size: 12px;
  content: '';
}

#commonheader a {
  color: #454545;
}

@media screen and (min-width: 600px) {
  #commonheader .ship {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 960px) {
  #commonheader {
    padding: 20px;
    font-size: 12px;
  }
  #commonheader .ship {
    padding-left: 36px;
  }
  #commonheader .ship::before {
    width: 27px;
    height: 20px;
    background-size: 27px;
  }
  #commonheader .tel {
    padding-left: 30px;
  }
  #commonheader .tel::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

#mainheader {
  display: block;
  width: 100%;
  padding: 16px;
  border-bottom: 1px #D7C0A5 solid;
  background: #fff;
  z-index: 1001;
}

@media screen and (min-width: 960px) {
  #mainheader {
    margin-bottom: 20px;
    border-bottom: 0;
    padding: 30px 0;
  }
}

.mainheader-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 960px) {
  .mainheader-inner {
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 calc(var(--gatter) / 2) 0 var(--gatter);
  }
}

@media screen and (min-width: 1200px) {
  .mainheader-inner {
    padding: 0 24px;
  }
}

.site-logo {
  max-width: 130px;
  width: 34.667%;
}

@media screen and (min-width: 960px) {
  .site-logo {
    max-width: 200px;
  }
}

.spmenu-area {
  display: flex;
  width: 60%;
  max-width: 180px;
}

.spmenu-area li {
  margin-left: 20px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .spmenu-area {
    display: none;
  }
}

#spheader {
  margin-bottom: 20px;
  border-bottom: 1px #D7C0A5 solid;
}

@media screen and (min-width: 960px) {
  #spheader {
    display: none;
  }
}

.spheader-inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0 var(--gatter);
}

.spheader-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 22px;
}

.spheader-list::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/icon-cat.svg) no-repeat;
  background-size: 12px;
  content: '';
}

.spheader-list li {
  width: 25%;
}

.spheader-list li a {
  display: block;
  padding: 10px;
  text-align: center;
  color: #262626;
  font-size: 12px;
  line-height: 1;
}

.spheader-list li a:hover {
  opacity: 1;
}

.spheader-list li a:active {
  opacity: 1;
}

@keyframes uptotop {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(-10px);
    opacity: 100;
  }
}

.pcmenu-area {
  display: none;
}

@media screen and (min-width: 960px) {
  .pcmenu-area {
    display: flex;
    justify-content: flex-end;
    padding: 0 calc(var(--gatter) / 2) 0 0;
  }
  .pcmenu-area li {
    position: relative;
    margin-left: 30px;
  }
}

.pcmenu-area a {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2.1px;
  color: #000;
}

.pcmenu-area a:hover {
  opacity: .65;
  cursor: pointer;
}

.pcmenu-area a:active {
  opacity: .65;
}

.pcmenu-area .parent-pc {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2.1px;
  color: #000;
  transition: .4s;
}

.pcmenu-area .parent-pc:hover {
  opacity: .65;
  cursor: pointer;
}

.pcmenu-area .parent-pc:active {
  opacity: .65;
}

.pcmenu-area .child-pc {
  display: none;
  position: absolute;
  top: 45px;
  left: calc(-285px + 50%);
  width: 570px;
  padding: 25px 12px 15px;
  box-shadow: 2px 3px 0 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e2d5c3;
  background-color: #fff9f2;
  z-index: 10;
  opacity: 0;
}

.pcmenu-area .child-pc a {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.pcmenu-area .child-pc.open {
  display: block;
  animation-name: uptotop;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

.pcmenu-area .wrap {
  display: flex;
  flex-wrap: wrap;
}

.pcmenu-area .left, .pcmenu-area .right {
  width: calc(100% / 2 - var(--gatter));
  padding: 0 12px;
}

.pcmenu-area .index {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #A3A3A3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 2.1px;
  color: #000;
}

.pcmenu-area .list li {
  position: relative;
  margin-left: 8px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.pcmenu-area .list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/dot-brn.svg) no-repeat;
  background-size: 14px;
  content: '';
}

.pcmenu-area .list.double {
  display: flex;
  flex-wrap: wrap;
}

.pcmenu-area .list.double li {
  width: calc(50% - 8px);
}

.pcmenu-area .cart {
  position: relative;
}



@media screen and (min-width: 960px) {
  .pcmenu-area .num {
  position: absolute;
  font-family: sans-serif;
  top: -9px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  background: #553C25;
  border-radius: 9px;
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0;
  
}
}


#modal1, #modal2 {
  display: none;
}

.modaal-fullscreen .modaal-container {
  padding-top: 70px;
  background: #FFF9F2;
  scroll-padding-top: 70px;
}

.modaal-content-container {
  max-width: 600px !important;
  margin: 0 auto !important;
  padding: 0 5.33% !important;
}

.modaal-content-container .sidemenu {
  margin-bottom: 70px;
}

.modaal-close {
  position: absolute;
  right: auto;
  background: transparent;
  border-radius: 0;
}

.modaal-fullscreen .modaal-close {
  display: block;
  width: 100%;
  top: 20px !important;
  left: auto;
  right: 5.33% !important;
  width: 32px;
  height: 32px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/icon-close.svg) no-repeat center center !important;
  text-align: center;
}

.modaal-close:after, .modaal-close:before {
  display: none !important;
}

.modaal-close span {
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/icon-close.svg) no-repeat center center !important;
  background-size: 32px;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡SP¥«¥Æ¥´¥ê¥á¥Ë¥å¡¼¡¡¥µ¥¤¥É¥Ð¡¼¶¦ÄÌ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.search-select__wrap {
  position: relative;
  height: 49px;
  margin-bottom: 10px;
  background: #fff;
}

.search-select__wrap::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 19px;
  height: 10px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/sidebar/arrow-down.svg) no-repeat;
  background-size: 19px;
  content: '';
  z-index: 2;
  pointer-events: none;
}

.search-select__wrap select {
  position: relative;
  display: block;
  width: 100%;
  height: 49px !important;
  padding: 0 10px !important;
  border: 1px solid #A3A3A3;
  line-height: 49px !important;
  color: #454545 !important;
  font-size: 14px !important;
}

.search-select__wrap select:focus {
  outline: 0 !important;
}

.search-input__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 49px;
  margin-bottom: 25px;
  border: 1px solid #A3A3A3;
  background: #fff;
}

.search-input__wrap input[type="text"] {
  width: calc(100% - 39px);
  border: 0 !important;
  padding: 15px;
}

.search-input__wrap input[type="submit"] {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/sidebar/icon-search.svg) no-repeat center center;
  background-size: 18px;
  text-indent: -100px;
  transition: .4s;
}

.search-input__wrap input[type="submit"]:hover {
  opacity: .65;
  cursor: pointer;
}

.search-input__wrap input[type="submit"]:active {
  opacity: .65;
}

.search-input__wrap input[type="submit"]::active {
  outline: 0;
  border: 0;
}

.splogin {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.splogin li {
  width: calc(50% - 10px);
}

.splogin a {
  display: block;
  padding: 16px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #ac8d6b;
  box-shadow: 2px 3px 0px rgba(172, 141, 107, 0.16);
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.sidemenu {
  display: block;
  width: 100%;
}

.sidemenu .link {
  border-bottom: 1px solid #A3A3A3;
}

.sidemenu .link a {
  display: block;
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 1.6px;
  color: #000;
}

.sidemenu-parent {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #A3A3A3;
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 1.6px;
  color: #000;
  transition: .4s;
  cursor: pointer;
}

.sidemenu-parent::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #B28C66;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.sidemenu-parent::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #B28C66;
  transition: .3s;
}

.sidemenu-parent.active::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.sidemenu-parent.active::after {
  background-color: transparent;
}

.sidemenu-parent:hover {
  opacity: .65;
  cursor: pointer;
}

.sidemenu-parent:active {
  opacity: .65;
}

.sidemenu-child {
  padding: 10px 0 18px;
  border-bottom: 1px solid #A3A3A3;
}

.sidemenu-child li {
  position: relative;
  margin-left: 8px;
  padding-left: 22px;
}

.sidemenu-child li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/dot-brn.svg) no-repeat;
  background-size: 14px;
  content: '';
}

.sidemenu-child a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #262626;
}

.sidemenu-child a:hover {
  opacity: .65;
  cursor: pointer;
}

.sidemenu-child a:active {
  opacity: .65;
}

@media screen and (min-width: 960px) {
  .sidemenu-child {
    display: none;
  }
  .sidemenu-child li {
    width: calc(100% - 8px);
  }
}

.sidebar .icon-menu .haschild {
  position: relative;
  width: 100%;
}

.sidebar .icon-menu .item-sub {
  display: none;
  position: absolute;
  top: .5em;
  left: calc(100% - 65px);
  width: 100%;
  padding: 15px;
  background: #FFF9F2;
  border: 1px solid #E2D5C3;
  z-index: 1001;
}

.sidebar .icon-menu .item-sub li {
  position: relative;
  margin-left: 8px;
  padding-left: 22px;
}

.sidebar .icon-menu .item-sub li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/dot-brn.svg) no-repeat;
  background-size: 14px;
  content: '';
}

.sidebar .icon-menu .item-sub.open {
  display: block;
}

.sp-item_menu.icon-menu .parent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sp-item_menu.icon-menu .parent a {
  display: block;
  width: calc(100% - 32px);
}

.sp-item_menu.icon-menu .toggle {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  content: '';
}

.sp-item_menu.icon-menu .toggle::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #B28C66;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  pointer-events: none;
}

.sp-item_menu.icon-menu .toggle::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  background-color: #B28C66;
  transition: .3s;
  pointer-events: none;
}

.sp-item_menu.icon-menu .toggle.active::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  pointer-events: none;
}

.sp-item_menu.icon-menu .toggle.active::after {
  background-color: transparent;
  pointer-events: none;
}

.sp-item_menu.icon-menu .sp-sub_menu {
  width: 100%;
  margin-bottom: 10px;
}

.sp-item_menu.icon-menu .sp-sub_menu li {
  position: relative;
  margin-left: 0;
  padding-left: 22px;
}

.sp-item_menu.icon-menu .sp-sub_menu li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/dot-brn.svg) no-repeat;
  background-size: 14px;
  content: '';
}

.sp-item_menu.icon-menu .sp-sub_menu.open {
  display: block;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
	¡¡¥¢¥¤¥³¥óÉÕ¤­¥á¥Ë¥å¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.icon-menu li {
  position: relative;
  padding-left: 30px;
  line-height: 1;
}

.icon-menu li::before {
  width: 24px;
  height: 24px;
  top: 5px;
  transform: translateY(0);
}

.icon-menu li:nth-child(1)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item01.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(2)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item02.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(3)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item03.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(4)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item04.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(5)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item16-1.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(6)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item015.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(7)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item05.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(8)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item06.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(9)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item07.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(10)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item09.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(11)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item08.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(12)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item10.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(13)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item11.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(14)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item12.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(15)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item13.svg) no-repeat;
  background-size: 24px;
}

.icon-menu li:nth-child(16)::before {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/header/item14.svg) no-repeat;
  background-size: 24px;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥á¥¤¥ó¥Õ¥Ã¥¿¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
#footer-cart {
  display: none;
  z-index: 99999999;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - var(--gatter) - var(--gatter));
}

@media screen and (min-width: 960px) {
  #footer-cart {
    bottom: 40px;
  }
}

#footer-cart .single-cartrow {
  max-width: 380px;
  margin: 0 auto;
}

#mainfooter {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 80px 0 0;
  padding: 40px var(--gatter);
  background: #424242;
}

@media screen and (min-width: 960px) {
  #mainfooter {
    margin-top: 120px;
    padding: 60px var(--gatter);
  }
}

.footer-inner {
  width: calc(100% - var(--gatter));
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
}

.footer-inner .right {
  width: 100%;
  border-bottom: 1px solid #a3a3a3;
}

.footer-inner .left {
  padding-top: 40px;
  text-align: center;
}

.footer-inner .left img {
  display: block;
  margin: 0 auto 20px;
}

.footer-inner .left .tel {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
}

.footer-inner .left .tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/footer/icon-tel.svg) no-repeat;
  background-size: 20px;
  content: '';
}


.footer-inner .left .mail {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
}

.footer-inner .left .mail::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 15px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/footer/icon-m.svg) no-repeat;
  background-size: 20px;
  content: '';
}


.footer-inner .left .time {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.footer-inner .left a {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
  }
  .footer-inner .right {
    width: 36.1%;
    border-bottom: 0;
  }
  .footer-inner .left {
    padding-top: 0;
    text-align: left;
  }
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer-menu li {
  position: relative;
  display: flex;
  align-self: stretch;
  width: 50%;
  margin-bottom: 22px;
  padding-left: 22px;
}

.footer-menu li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/footer/icon-list.svg) no-repeat;
  background-size: 14px;
  content: '';
}

.footer-menu a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .footer-menu a {
    font-size: 14px;
  }
}

.footer-payment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.footer-payment .din img {
  width: 38px;
}

.footer-payment .ama img {
  width: 44px;
}

@media screen and (min-width: 600px) {
  .footer-payment {
    justify-content: flex-start;
  }
  .footer-payment li {
    margin-right: 10px;
  }
}

@media screen and (min-width: 960px) {
  .footer-payment {
    margin-bottom: 0;
  }
}

#subfooter {
  padding: 25px var(--gatter) 40px;
  text-align: center;
}

#subfooter .inside {
  max-width: 820px;
  margin: 0 auto;
}

#subfooter .copy {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 10px;
}

@media screen and (min-width: 960px) {
  #subfooter {
    padding: 25px var(--gatter);
  }
  #subfooter .inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
  }
  #subfooter .copy {
    width: 50%;
    margin: 0;
    text-align: right;
  }
}

.footer-link {
  display: flex;
  flex-wrap: wrap;
}

.footer-link li {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 25px;
  text-align: center;
}

.footer-link img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .footer-link li {
    width: calc(100% / 4);
  }
}

@media screen and (min-width: 960px) {
  .footer-link {
    flex-wrap: nowrap;
    width: 50%;
  }
  .footer-link li {
    margin-right: 25px;
    margin-bottom: 0;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¶¦ÄÌ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
@media screen and (min-width: 960px) {
  .hide-pc {
    display: none;
  }
}

.index-double {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 9px;
  color: #A3A3A3;
  text-align: center;
}

.index-double .ja {
  display: block;
  margin-bottom: 3px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 4px;
  color: #000;
}

.index-double::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: #c8b431;
  content: '';
}

@media screen and (min-width: 960px) {
  .index-double {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 10px;
  }
  .index-double .ja {
    font-size: 24px;
  }
}

.index-dia {
  position: relative;
  display: block;
  margin-bottom: 30px !important;
  padding-left: 8px;
  padding-bottom: .13em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 3px;
  color: #000;
  border-left: 8px solid #c8b431;
}

@media screen and (min-width: 960px) {
  .index-dia {
    margin-bottom: 40px !important;
    font-size: 24px !important;
  }
}

.index-line {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.8px;
  color: #000;
}

.index-line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #c8b431;
  content: '';
}

@media screen and (min-width: 960px) {
  .index-line {
    margin-bottom: 30px;
  }
}

.c-sep {
  position: relative;
  display: block;
  width: calc(100% - (var(--gatter)));
  height: 1px;
  margin: 60px auto 30px;
  background: #D7C0A5;
  content: '';
}

@media screen and (min-width: 960px) {
  .c-sep {
    width: calc(100% - (var(--gatter)) - (var(--gatter)));
    margin: 100px auto 80px;
  }
}

.c-sep-icon {
  position: relative;
  display: block;
  width: calc(100% - (var(--gatter)));
  height: 30px;
  margin: 60px auto 30px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/sepalator.svg) no-repeat center center;
  background-size: 30px;
  content: '';
}

.c-sep-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 30px);
  height: 1px;
  background: #D7C0A5;
  content: '';
}

.c-sep-icon::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 30px);
  height: 1px;
  background: #D7C0A5;
  content: '';
}

@media screen and (min-width: 960px) {
  .c-sep-icon {
    width: calc(100% - (var(--gatter)) - (var(--gatter)));
    height: 40px;
    margin: 100px auto 80px;
    background-size: 40px;
  }
  .c-sep-icon::before {
    width: calc(50% - 40px);
  }
  .c-sep-icon::after {
    width: calc(50% - 40px);
  }
}

.breadcrumb-area {
  margin-left: var(--gatter);
  margin-bottom: 30px;
}

@media screen and (min-width: 960px) {
  .breadcrumb-area {
    margin-bottom: 30px;
  }
}

.breadcrumb li {
  display: inline-block;
  font-size: 12px;
}

.breadcrumb li::after {
  display: inline-block;
  margin: 0 .5em;
  content: '>';
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb a {
  color: #262626;
}

@media screen and (min-width: 960px) {
  .breadcrumb li {
    font-size: 14px;
  }
}

.page-ttl {
  margin-left: var(--gatter);
  padding-right: var(--gatter);
  margin-bottom: 60px;
  color: #A3A3A3;
  font-size: 10px;
  line-height: 2;
  letter-spacing: 1.3px;
}

.page-ttl .ja {
  display: block;
  margin-bottom: 3px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 3.6px;
  color: #000;
}

@media screen and (min-width: 960px) {
  .page-ttl {
    margin-bottom: 60px;
    font-size: 13px;
  }
  .page-ttl .ja {
    font-size: 30px;
  }
}

.c-recoarea .c-sep {
  width: calc(100% - (var(--gatter)) - (var(--gatter)));
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.c-recoarea__index {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width: 960px) {
  .c-recoarea__index {
    text-align: left;
    margin-left: var(--gatter);
  }
}

.c-recoarea__track {
  /* ºÇ¶á¥Á¥§¥Ã¥¯¤·¤¿¶¦ÄÌ */
  display: flex;
  width: calc(100% - var(--gatter));
  margin-left: var(--gatter);
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-recoarea__track::-webkit-scrollbar {
  display: none;
}

.c-recoarea__track .product-unit {
  width: 34.67vw;
  margin-right: 20px;
  margin-left: 0;
  margin-bottom: 0;
}

.c-recoarea__track .product-unit img {
  width: 34.67vw;
  max-width: 34.67vw;
}

@media screen and (min-width: 600px) {
  .c-recoarea__track {
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding: 0 calc(var(--gatter) / 2);
  }
  .c-recoarea__track .product-unit {
    width: calc(100% / 4 - var(--gatter));
    margin: 0 calc(var(--gatter) / 2) 24px;
  }
  .c-recoarea__track .product-unit img {
    max-width: 100%;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¾¦ÉÊ°ìÍ÷
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.product-wrap {
  display: flex;
  flex-wrap: wrap;
}

.product-unit {
  position: relative;
  width: calc(100% / 2 - var(--gatter));
  margin: 0 calc(var(--gatter) / 2) 20px;
}

.product-unit .img {
  position: relative;
}

.product-unit .favorite-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 18px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/icon-fav-add.svg) no-repeat center center;
  background-size: 20px;
  content: '';
  border: 0;
  font-size: 2px;
  text-indent: -200px;
  overflow: hidden;
  z-index: 5;
}

.product-unit .favorite-button.fav-items {
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/icon-fav-added.svg) no-repeat center center;
  background-size: 20px;
}

.product-unit img {
  display: block;
  margin-bottom: 15px;
}

.product-unit a {
  display: block;
  color: #262626;
}

.product-unit .ttl {
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 12px;
  line-height: 1.5;
}

.product-unit .price {
  margin-bottom: 0;
  padding: 0 5px;
  font-size: 12px;
}

.product-unit.top .price {
  text-align: right;
}

.c-recoarea__track .product-unit .price {
  text-align: right;
}

@media screen and (min-width: 600px) {
  .product-unit {
    width: calc(100% / 4 - var(--gatter));
    margin: 0 calc(var(--gatter) / 2) 24px;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥È¥Ã¥×¥Ú¡¼¥¸
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.top-freegift__wrap {
  padding: 0 calc(var(--gatter) / 2);
}

.top-freegift__wrap p {
  display: block;
  margin-bottom: 40px;
  padding: 0 calc(var(--gatter) / 2);
}

@media screen and (min-width: 600px) {
  .top-freegift__wrap p {
    text-align: center;
  }
}

.top-freegift__list {
  display: flex;
  flex-wrap: wrap;
}

.top-freegift__list .unit {
  width: calc(100% / 2 - var(--gatter));
  margin: 0 calc(var(--gatter) / 2) 20px;
  padding: 25px 10px;
  background: #FFF9F2;
}

.top-freegift__list img {
  display: block;
  margin: 0 auto 15px;
}

.top-freegift__list .ttl {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 600;
}

.top-freegift__list p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (min-width: 600px) {
  .top-freegift__list .unit {
    width: calc(100% / 4 - var(--gatter));
  }
}

@media screen and (min-width: 960px) {
  .top-freegift__list .unit {
    margin-bottom: 40px;
  }
  .top-freegift__list .ttl {
    font-size: 16px;
  }
}

/* ¥Æ¥ó¥×¥ì¡¼¥È¸ÄÊÌCSS»²¾È */
/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¥«¥Æ¥´¥ê¡¼¡¦¸¡º÷·ë²Ì
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
/* ¥Æ¥ó¥×¥ì¡¼¥È¸ÄÊÌCSS»²¾È */
.cat-detail {
  position: relative;
}

.cat-detail .img {
  position: relative;
  margin-bottom: 30px;
}

.cat-detail .lead {
  display: block;
  margin-bottom: 10px;
  padding: 0 var(--gatter);
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}

.cat-detail .txt {
  display: block;
  margin-bottom: 0;
  padding: 0 var(--gatter);
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .cat-detail .img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.47) 86.37%, #000 110%);
    content: '';
    z-index: 2;
  }
  .cat-detail .txt-container {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
    z-index: 3;
  }
  .cat-detail .lead, .cat-detail .txt {
    color: #fff;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .cat-detail .img {
    width: calc(100% - var(--gatter) - var(--gatter));
    margin: 0 auto 40px;
  }
  .cat-detail .txt-container {
    left: calc(var(--gatter) + 30px);
    width: calc(100% - var(--gatter) - 60px);
  }
  .cat-detail .lead {
    font-size: 24px;
  }
  .cat-detail .txt {
    font-size: 16px;
  }
}

.cat-scat {
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
  padding: 0 var(--gatter);
}

.cat-scat li {
  width: calc((100% - 10px) / 2);
  margin: 0 10px 10px 0;
}

.cat-scat li:nth-child(even) {
  margin-right: 0;
}

.cat-scat a {
  display: block;
  padding: 15px 5px;
  box-shadow: 2px 3px 0 0 rgba(172, 141, 107, 0.16);
  border: solid 1px #ac8d6b;
  background-color: #fff;
  color: #553C25;
  text-align: center;
  border-radius: 5px; /*fix*/
}

.cat-scat a:hover {
  opacity: 1;
  box-shadow: none;
}

@media screen and (min-width: 600px) {
  .cat-scat {
    padding: 0 calc(var(--gatter) / 2);
  }
  .cat-scat li {
    width: calc(100% / 3 - var(--gatter));
    margin: 0 calc(var(--gatter) / 2) 15px;
  }
  .cat-scat li:nth-child(even) {
    margin-right: calc(var(--gatter) / 2);
  }
}

@media screen and (min-width: 960px) {
  .cat-scat {
    margin-top: 40px;
  }
  .cat-scat li {
    width: calc(100% / 4 - var(--gatter));
  }
}

.cat-none {
  display: block;
  padding: 100px var(--gatter);
  text-align: center;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¤ªµ¤¤ËÆþ¤ê¾¦ÉÊ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.fav-txt {
  display: block;
  padding: 0 var(--gatter);
  margin-bottom: 30px;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¾¦ÉÊ¾ÜºÙ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
/* ¥Æ¥ó¥×¥ì¡¼¥È¸ÄÊÌCSS»²¾È */
/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥Õ¥ê¡¼¥Ú¡¼¥¸¶¦ÄÌ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.free-container {
  padding: 0 calc(var(--gatter) / 2);
}

.free-container .c-sep {
  width: 100%;
}

.free-contents {
  width: calc(100% - var(--gatter));
  margin: 0 calc(var(--gatter) / 2);
}

.free-contents h2 {
  display: block;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.8px;
  color: #000;
}

.free-contents h3 {
  margin-top: 60px;
}

.free-contents h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.free-contents img {
  display: block;
  margin-bottom: 20px;
  width:100%;
}

.free-contents p{
  margin-top: 20px;
  margin-bottom: 40px;
}

.free-container .references{
    display: block;
    text-align: right;
  margin-top: -20px;
  font-size: 12px;
}

.free-contents table img{
    margin: 0px;
}


@media screen and (min-width: 960px) {
  
  .free-contents h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.free-pagetop {
  display: block;
  max-width: 220px;
  margin: 60px auto 80px;
  text-align: center;
}

.free-pagetop a {
  position: relative;
  display: block;
  padding: 56px 0 25px;
  border-radius: 6px;
  box-shadow: 2px 3px 0 0 rgba(172, 141, 107, 0.16);
  border: solid 1px #ac8d6b;
  background-color: #fff;
  color: #553C25;
  font-weight: 500;
  line-height: 1;
}

.free-pagetop a::before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/arrow-top.svg) no-repeat;
  background-size: 26px;
  content: '';
}

.free-pagetop a:hover {
  opacity: 1;
  box-shadow: none;
}

@media screen and (min-width: 960px) {
  .free-pagetop {
    margin: 100px auto;
  }
  .free-pagetop a {
    font-size: 16px;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡ÆÉ¤ß¤â¤Î°ìÍ÷¡¡¥È¥Ã¥×¡¦¥³¥ó¥Æ¥ó¥Ä°ìÍ÷¶¦ÄÌ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.contents-wrap {
  display: flex;
  flex-wrap: wrap;
}

.contents-unit {
  width: calc(100% - var(--gatter));
  margin: 0 calc(var(--gatter) / 2) 40px;
}

.contents-unit .ttl {
  display: block;
  margin: 20px 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.4px;
  color: #000;
}

.contents-unit p {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
}

.contents-unit .link {
  display: block;
  margin-bottom: 0;
  text-align: right;
}

.contents-unit a {
  color: #553C25;
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .contents-unit {
    width: calc(100% / 2 - var(--gatter));
    margin: 0 calc(var(--gatter) / 2) 40px;
  }
}

@media screen and (min-width: 960px) {
  .contents-unit .ttl {
    font-size: 16px;
  }
  .contents-unit p {
    font-size: 14px;
  }
}

.contents-nav {
  display: block;
  margin: 20px 0 60px;
  padding: 0 calc(var(--gatter) / 2);
  overflow: hidden;
}

.contents-nav .prev, .contents-nav .next {
  float: left;
  width: 50%;
}

.contents-nav .next {
  float: right;
  text-align: right;
}

.contents-nav a {
  position: relative;
  display: block;
  padding: 0 0 0 27px;
  color: #553C25;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.contents-nav a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/arrow-cir-l.svg) no-repeat;
  background-size: 22px;
  content: '';
}

.contents-nav .next a {
  padding: 0 27px 0 0;
}

.contents-nav .next a::before {
  left: auto;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/arrow-cir.svg) no-repeat;
  background-size: 22px;
}

@media screen and (min-width: 960px) {
  .contents-nav {
    min-height: 30px;
    margin: 60px auto 100px;
  }
  .contents-nav a {
    padding-left: 32px;
    font-size: 16px;
    line-height: 26px;
  }
  .contents-nav a::before {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
  .contents-nav .next a {
    padding-right: 32px;
  }
  .contents-nav .next a::before {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¥³¥ó¥Æ¥ó¥Ä¸ÄÊÌ¥Ú¡¼¥¸
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.contents-author {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-left: calc(var(--gatter) / 2);
}

.contents-author img {
  display: block;
  width: 45px;
  margin: 0 10px 0 0;
}

.contents-author .txt {
  font-size: 11px;
}

.contents-author .date {
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 960px) {
  .contents-author {
    margin-bottom: 40px;
  }
}

.contents-relproduct {
  margin: 40px auto 40px;
}

.contents-relproduct .index-dia {
  margin-left: calc(var(--gatter) / 2);
}

@media screen and (min-width: 960px) {
  .contents-relproduct {
    margin: 80px auto 76px;
  }
}

.contents-author__area {
  width: calc(100% - var(--gatter));
  margin: 0 auto;
  padding: 30px 20px 10px;
  background-color: #fff9f2;
}

.contents-author__area .left {
  text-align: center;
}

.contents-author__area .info {
  margin-bottom: 30px;
}

.contents-author__area img {
  display: block;
  width: 100px;
  margin: 0 auto 15px;
}

.contents-author__area .title {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.contents-author__area .name {
  display: block;
  margin-bottom: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 2.7px;
  color: #000;
  text-align: center;
}

.contents-author__area .en {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
}

.contents-author__area a {
  text-decoration: underline;
}

.contents-author__area a:hover {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .contents-author__area {
    display: flex;
  }
  .contents-author__area .left {
    margin-right: var(--gatter);
    white-space: nowrap;
  }
}

@media screen and (min-width: 960px) {
  .contents-author__area {
    padding: 40px 25px 10px;
  }
  .contents-author__area .left {
    margin-right: calc(var(--gatter) * 2);
    text-align: left;
  }
}

.contents-pagenav {
  margin-top: 60px;
  padding: 0 calc(var(--gatter) / 2);
}

.contents-pagenav .unit {
  margin-bottom: 20px;
}

.contents-pagenav .unit a {
  display: block;
  border: 1px solid #b28b66;
  color: #262626;
  line-height: 1.5;
  border-radius:12px;
}

.contents-pagenav .unit a::before {
  display: block;
  padding: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  content: 'Á°¤Î¥³¡¼¥Ç¥£¥Í¡¼¥È';
}

.contents-pagenav .unit.next {
  margin-bottom: 30px;
}

.contents-pagenav .unit.next a::before {
  content: '¼¡¤Î¥³¡¼¥Ç¥£¥Í¡¼¥È';
}

.contents-pagenav .ttl {
  display: block;
  padding: 15px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (min-width: 600px) {
  .contents-pagenav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .contents-pagenav .unit {
    width: calc(100% / 2 - var(--gatter));
    margin: 0 calc(var(--gatter) / 2) 40px;
  }
}

@media screen and (min-width: 960px) {
  .contents-pagenav .unit a {
    font-size: 15px;
  }
  .contents-pagenav .unit a::before {
    padding: 20px;
    font-size: 13px;
  }
  .contents-pagenav .ttl {
    padding: 20px 15px;
  }
}

.contents-back {
  display: block;
  padding: 0 calc(var(--gatter) / 2);
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡ÆÃ½¸°ìÍ÷
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.feature-list {
  width: 100%;
}

.feature-list li {
  width: calc(100% - var(--gatter));
  margin: 0 calc(var(--gatter) / 2) 20px;
  border-radius: 6px;
  box-shadow: 2px 3px 0 0 rgba(172, 141, 107, 0.15);
  border: solid 1px #ac8d6b;
  background-color: #fff;
  transition: .4s;
  overflow: hidden;
}

.feature-list img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 6px 6px 0 0;
}

.feature-list .txt {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  columns: #262626;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.feature-list a {
  display: block;
  color: #262626;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .feature-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 0;
  }
  .feature-list li {
    width: calc(100% / 2 - var(--gatter));
    margin: 0 calc(var(--gatter) / 2) 24px;
  }
  .feature-list img {
    border-radius: 0;
  }
}

@media screen and (min-width: 960px) {
  .feature-list li:hover {
    box-shadow: none;
    opacity: 1;
  }
  .feature-list a {
    opacity: 1;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¶åÃ«¾Æ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.kutani-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.kutani-nav li {
  width: calc(100% / 2 - var(--gatter));
  margin: 0 calc(var(--gatter) / 2) 20px;
}

.kutani-nav li.active {
  display: block;
  padding: 15px 5px;
  background: #DBCEA1;
  font-weight: 500;
  text-align: center;
}

.kutani-nav a {
  display: block;
  padding: 15px 5px;
  color: #553C25;
  text-align: center;
}

.kutani-nav a:hover {
  opacity: 1;
  background: #DBCEA1;
}

@media screen and (min-width: 600px) {
  .kutani-nav li {
    width: calc(100% / 3 - var(--gatter));
  }
}

@media screen and (min-width: 960px) {
  .kutani-nav {
    margin-bottom: 60px;
  }
  .kutani-nav li {
    width: calc(100% / 4 - var(--gatter));
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡Å¹ÊÞ¾Ò²ð
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.about-table {
  /* ²·¥Ú¡¼¥¸¶¦ÄÌ */
  display: block;
  width: 100%;
  max-width: 608px;
  margin-bottom: 60px;
  table-layout: fixed;
}

.about-table tbody {
  display: block;
  width: 100%;
}

.about-table tr {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #A3A3A3;
}

.about-table th, .about-table td {
  display: block;
  line-height: 1.5;
  font-weight: 400;
}

.about-table th {
  padding-bottom: 5px;
}

.about-table a {
  color: #262626;
}

@media screen and (min-width: 600px) {
  .about-table {
    display: table;
  }
  .about-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .about-table th {
    width: 30%;
  }
  .about-table td {
    width: 70%;
  }
}

.about-info {
  margin-bottom: 60px;
}

.about-info .map {
  margin-bottom: 60px;
}

.about-info .map-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.67%;
  position: relative;
}

.about-info .map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .about-info {
    display: flex;
    flex-wrap: wrap;
  }
  .about-info .map, .about-info .access {
    width: calc(50% - var(--gatter));
  }
  .about-info .map {
    margin-right: var(--gatter);
  }
}

@media screen and (min-width: 960px) {
  .about-info .map {
    width: calc(100% / 3 * 2 - var(--gatter));
  }
  .about-info .access {
    width: calc(100% / 3 - var(--gatter));
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¤´ÍøÍÑ°ÆÆâ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.guide-nav__area {
  margin-bottom: 60px;
}

.guide-nav__area .container {
  width: calc(100% - var(--gatter));
  margin: 0 calc(var(--gatter) / 2) 10px;
}

.guide-nav__area .active-index {
  display: block;
  padding: 10px;
  background: #DBCEA1;
  font-weight: 500;
  font-size: 14px;
}

.guide-nav__area .page-link {
  margin-top: 20px;
  margin-bottom: 25px;
}

.guide-nav__area .page-link li {
  position: relative;
  margin-left: 8px;
  margin-bottom: 15px;
  padding-left: 22px;
}

.guide-nav__area .page-link li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/dot-brn.svg) no-repeat;
  background-size: 14px;
  content: '';
}

.guide-nav__area .page-link a {
  text-decoration: underline;
}

.guide-nav__area .page-link a:hover {
  text-decoration: none;
}

.guide-nav__area .link a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  border: 1px solid #553C25;
  font-size: 14px;
}

.guide-nav__area .link a::after {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/arrow-simple.svg) no-repeat;
  background-size: 6px;
  content: '';
}

.guide-nav__area .link a:hover {
  opacity: 1;
  background: #DBCEA1;
}

.guide-nav__area .child {
  display: none;
}

@media screen and (min-width: 600px) {
  .guide-nav__area {
    display: flex;
    flex-wrap: wrap;
  }
  .guide-nav__area .container {
    width: calc(100% / 3 - var(--gatter));
  }
  .guide-nav__area .child {
    display: block;
    margin-top: 20px;
  }
  .guide-nav__area .child li {
    position: relative;
    margin-left: 8px;
    margin-bottom: 15px;
    padding-left: 22px;
  }
  .guide-nav__area .child li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    background: url(https://file001.shop-pro.jp/PA01074/701/theme2022/images/dot-brn.svg) no-repeat;
    background-size: 14px;
    content: '';
  }
}

@media screen and (min-width: 960px) {
  .guide-nav__area {
    margin-bottom: 100px;
  }
  .guide-nav__area .active-index {
    font-size: 16px;
  }
  .guide-nav__area .page-link {
    margin-bottom: 30px;
  }
  .guide-nav__area .link a {
    font-size: 16px;
  }
  .guide-nav__area .child {
    margin-bottom: 30px;
  }
}

.guide-row {
  padding: 0 calc(var(--gatter) / 2);
}

.guide-row img {
  margin-bottom: 30px;
}

.guide-row p + h3 {
  margin-top: 50px;
}

.guide-row p + img {
  margin-top: 40px;
}

@media screen and (min-width: 960px) {
  .guide-row img {
    margin-bottom: 40px;
  }
  .guide-row p + h3 {
    margin-top: 80px;
  }
  .guide-row p + img {
    margin-top: 55px;
  }
}

.c-sep-icon.guide {
  width: calc(100% - var(--gatter));
}

.c-sep-icon.guide::before {
  width: calc(50% - 30px);
}

.c-sep-icon.guide::after {
  width: calc(50% - 30px);
}

.guide-shipping {
  display: table;
  width: 100%;
  max-width: 608px;
  line-height: 1.5;
}

.guide-shipping tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #A3A3A3;
}

.guide-shipping th {
  display: block;
  width: calc(100% - 100px);
  white-space: pre-wrap;
  font-weight: 400;
}

.guide-shipping td {
  display: block;
  width: 100px;
  white-space: nowrap;
  text-align: right;
}

.guide-giftlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.guide-giftlist li {
  width: calc((100% - var(--gatter)) / 2);
  margin: 0 calc(var(--gatter) / 2) 20px;
}

.guide-giftlist li:nth-child(odd) {
  margin-left: 0;
}

.guide-giftlist li:nth-child(even) {
  margin-right: 0;
}

.guide-giftlist img {
  display: block;
  margin: 0 auto 10px;
}

@media screen and (min-width: 600px) {
  .guide-giftlist li {
    width: calc((100% - var(--gatter) - var(--gatter) - var(--gatter)) / 4);
    margin-left: 0;
    margin-right: var(--gatter);
    margin-bottom: 24px;
  }
  .guide-giftlist li:nth-child(even) {
    margin-right: var(--gatter);
  }
  .guide-giftlist li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 960px) {
  .guide-giftlist {
    margin-top: 60px;
  }
}

.guide-noshi img {
  margin-bottom: 30px;
}

.guide-noshi .index {
  display: block;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
}

.guide-noshitable {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.guide-noshitable::-webkit-scrollbar {
  display: none;
}

.guide-noshitable table {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}

.guide-noshitable table.mb0 {
  margin-bottom: 0;
}

.guide-noshitable tr {
  display: table-row;
  width: 100%;
}

.guide-noshitable th, .guide-noshitable td {
  display: table-cell;
  width: 40vw;
  padding: 15px;
  font-weight: 400;
  border: 1px solid #A3A3A3;
  line-height: 1.5;
}

.guide-noshitable thead th {
  background: #FFF9F2;
}

.guide-noshitable tbody th {
  background: #E5D5C1;
}

@media screen and (min-width: 600px) {
  .guide-noshitable th, .guide-noshitable td {
    width: calc(100% / 3);
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥á¥Ç¥£¥¢·ÇºÜ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.media-list {
  padding: 0 calc(var(--gatter) / 2);
}

@media screen and (min-width: 600px) {
  .media-list {
    display: flex;
    flex-wrap: wrap;
  }
  .media-list div:nth-child(2n+1):nth-last-child(-n+3) ~ div {
    margin-bottom: 0;
  }
}

.media-unit {
  margin-bottom: 60px;
}

.media-unit img {
  display: block;
  max-width: 200px;
  margin: 0 auto 25px;
}

.media-unit .index {
  display: block;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 1.6px;
  color: #000;
}

.media-unit p + p {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .media-unit {
    width: calc(100% / 2 - var(--gatter));
    margin: 0 calc(var(--gatter) / 2) 70px;
  }
}

@media screen and (min-width: 960px) {
  .media-unit .index {
    font-size: 18px;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡Ë¡¿Í¡¦²·ÈÎÇä
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.whole-list {
  counter-reset: number 0;
}

.whole-list li {
  position: relative;
  margin-bottom: 35px;
  padding-left: 40px;
  line-height: 2;
}

.whole-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 30px;
  font-weight: 600;
  color: #DBBFA1;
  line-height: 1;
  counter-increment: number 1;
  content: counter(number) ". ";
}

.link-btn.whole {
  margin-top: 55px;
}

@media screen and (min-width: 960px) {
  .link-btn.whole {
    margin-top: 100px;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡Ë¡¿Í¥®¥Õ¥È
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.corporate-header {
  margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
  .corporate-header {
    margin-bottom: 80px;
  }
}

.corporate-index {
  display: block;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: normal;
  color: #000;
}

@media screen and (min-width: 960px) {
  .corporate-index {
    margin-bottom: 20px;
  }
}

.corporate-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 620px;
  margin-bottom: 20px;
}

.corporate-table tr {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #A3A3A3;
}

.corporate-table th {
  width: 30%;
  font-weight: 400;
}

.corporate-table td {
  width: 70%;
  line-height: 1.5;
}

.corporate-table a {
  text-decoration: underline;
}

.corporate-table a:hover {
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  .corporate-table {
    margin-bottom: 40px;
  }
  .corporate-table th {
    width: 25%;
  }
  .corporate-table td {
    width: 75%;
  }
}

.corporate-img__wrap {
  margin-bottom: 30px;
}

.corporate-img__wrap.last {
  margin-bottom: 50px;
}

.corporate-img__wrap .unit {
  margin-bottom: 10px;
}

.corporate-img__wrap img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .corporate-img__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .corporate-img__wrap .unit {
    width: calc((100% - var(--gatter) - var(--gatter)) / 3);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .corporate-img__wrap.last {
    margin-bottom: 70px;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥«¥¿¥í¥°
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.catalogue-row {
  margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
  .catalogue-row {
    margin-bottom: 80px;
  }
}

.catalogue-btn {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .catalogue-btn {
    margin-top: 60px;
  }
}

@media screen and (min-width: 600px) {
  .catalogue-note {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */

/*¡¡-=-=-=-=--=-=--=-=--=-=--=-=--=-=-
ÄÉµ­
-=-=--=-=--=-=--=-=--=-=--=-=--=-=--*/

.contents-unit .link a {
    border-bottom: solid 2px #958623;
}

.contents-unit .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.contents-unit .ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.product-unit .ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.contents-unit img {
    object-fit: cover;
    height: 210px;
    width: 100%;
}


/* ÄÉµ­ */

.price.soldout {
color: #d20707;
}

.red {
    color: #F00;
}

.contents-pagenav img {
    object-fit: cover;
    height: 210px;
    width: 100%;
}

.mb1r {
  margin-bottom: 1rem;
}


span.entry-meta-items {
    color: #000;
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 1rem;
}

span.notic-meta-items {
    color: #3f3f3f;
    font-size: 0.8rem;
    display: inline-block;
    margin-top: 1rem;
}


.headernotice p {
    margin: 4px 0px 4px 0px;
    line-height: 1.5;
    color: white;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}
.headernotice {
    background-color: #b54949;
    padding: 8px;
    display: block;
    width: 100%;
    padding: 8px;
    text-align: center;
    color: #454545;
}

span.num.cart_count {
    position: absolute;
    top: -9px;
    right: -9px;
    min-width: 18px;
    height: 18px;
    background: #553C25;
    border-radius: 9px;
    text-align: center;
    color: #fff;
    font-size: 8px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0;
    font-family: sans-serif;
    border: solid 1px white;
}



.n-line {
    display: block;
    width: 100%;
    padding: 10px;
    background: #585018;
    font-size: 12px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.n-line p {
    margin: 0;
    line-height: 1.5;
    color: #fff;
}

.n-line a {
    text-decoration: underline;
color: #fff;
}



@media screen and (min-width: 960px) {
  p.footer-link-text{
  display:none;
  } 
  .xl-dnone {
  display:none;
  }
}

p.footer-link-text {
    margin-top: 0.6em;
    font-size: 12px;
    color: #212121;
}

.open {
display: block; overflow: visible;
}

@media screen and (min-width: 960px) {
  .modaal-content-container .footer-link {
    flex-wrap: nowrap;
    width: 100%;
  }
}