* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
::before,
::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  border: 0;
}
html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
ul,
ol {
  list-style: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  clear: both;
  border-top: 1px solid;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  vertical-align: bottom;
  border-style: none;
}
embed,
object,
iframe {
  vertical-align: bottom;
  border: 0;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:-ms-input-placeholder {
  font: inherit;
}
::-ms-input-placeholder {
  font: inherit;
}
::-moz-placeholder {
  font: inherit;
}
::placeholder {
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  font-weight: bold;
  text-align: left;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body {
  font-family: ten-mincho, serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  body {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/flower.png)
      center top -4px/60.3px 62.3px repeat;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  body {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/flower.png)
      center top/130px 134px repeat;
  }
}
@media (min-width: 1366px) {
  body {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/flower.png)
      center top/195px 201px repeat;
  }
}
a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
}
@media (min-width: 1366px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.header {
  z-index: 20;
  transition: 0.35s;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 118px;
  }
  .header.hidden {
    transform: translateY(-100%);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 118px;
  }
  .header.hidden {
    transform: translateY(-100%);
  }
}
@media (min-width: 1366px) {
  .header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 320px;
    padding: 85px 0 0;
  }
}
.header-logo {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: 0.5s;
}
.header-logo.drawer-shown {
  opacity: 0;
}
@media (max-width: 767px) {
  .header-logo {
    top: 40px;
    width: 115px;
    height: 113px;
  }
  .header.hidden .header-logo {
    top: calc(118px - 153px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header-logo {
    top: 40px;
    width: 115px;
    height: 113px;
  }
  .header.hidden .header-logo {
    top: calc(118px - 153px);
  }
}
@media (min-width: 1366px) {
  .header-logo {
    top: 90px;
    width: 240px;
    height: 236px;
    transition: 0.3s;
  }
  .header-logo:hover {
    transform: scale(1.02);
  }
}
.header-logo-a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo-a img {
  width: 100%;
  height: 100%;
}
.header-drawer {
  position: absolute;
  z-index: 40;
}
@media (max-width: 767px) {
  .header-drawer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    padding: 11px 9px;
    background: #7a4000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 50px;
    right: 10px;
  }
  .header-drawer-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 0px;
    transition: all 0.25s ease;
  }
  .header-drawer.drawer-shown .header-drawer-bar:nth-child(1) {
    transform: translateY(8px);
  }
  .header-drawer.drawer-shown .header-drawer-bar:nth-child(3) {
    transform: translateY(-8px);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header-drawer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    padding: 11px 9px;
    background: #7a4000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 50px;
    right: 10px;
  }
  .header-drawer-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 0px;
    transition: all 0.25s ease;
  }
  .header-drawer.drawer-shown .header-drawer-bar:nth-child(1) {
    transform: translateY(8px);
  }
  .header-drawer.drawer-shown .header-drawer-bar:nth-child(3) {
    transform: translateY(-8px);
  }
}
@media (min-width: 1366px) {
  .header-nav {
    position: relative;
    width: 1280px;
    height: 129px;
  }
}
@media (min-width: 1366px) {
  .header-nav-main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
  }
}
@media (min-width: 1366px) {
  .header-nav-main-item {
    width: 134px;
    height: 44px;
  }
  .header-nav-main-item:nth-child(4) {
    margin-left: auto;
  }
  .header-nav-main-item:nth-child(n + 2):not(:nth-child(4)) {
    margin-left: 30px;
  }
}
@media (min-width: 1366px) {
  .header-nav-main-item-a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .header-nav-main-item-a:hover {
    transform: scale(1.04);
  }
  .header-nav-main-item-a img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1366px) {
  .header-nav-sub {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .header-nav-sub-item:not(:first-child):not(.-cart)::before {
    content: "　｜　";
  }
  .header-nav-sub-item.-cart {
    margin-left: 20px;
  }
}
@media (min-width: 1366px) {
  .header-nav-sub-item-a {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.25s;
  }
  .header-nav-sub-item-a,
  .header-nav-sub-item-a:link,
  .header-nav-sub-item-a:visited,
  .header-nav-sub-item-a:hover,
  .header-nav-sub-item-a:active,
  .header-nav-sub-item-a:focus {
    color: #7a4000;
  }
  .header-nav-sub-item-a:hover {
    color: #e95f36;
  }
}
@media (min-width: 1366px) {
  .header-nav-sub-item-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    background: #e95f36;
    transition: 0.25s;
  }
  .header-nav-sub-item-cart:hover {
    background: #7a4000;
  }
}
@media (min-width: 1366px) {
  .header-nav-sub-item-cart img {
    display: block;
    width: 23px;
    height: 22px;
    margin: 0 8px 0 0;
  }
}
@media (min-width: 1366px) {
  .header-nav-sub-item-cart span {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
  }
}
@media (min-width: 1366px) {
  .header-nav-official {
    position: absolute;
    top: -4px;
    left: 0;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .header-nav-official-label {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 40px;
    color: #7a4000;
    white-space: nowrap;
    border-bottom: 1px solid #7a4000;
  }
}
@media (min-width: 1366px) {
  .header-nav-official-link {
    display: block;
    width: 177px;
    height: 48px;
    margin-left: 27px;
    transition: 0.3s;
  }
  .header-nav-official-link:hover {
    transform: scale(1.04);
  }
  .header-nav-official-link img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1366px) {
  .header-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1280px;
    height: 60px;
    padding: 0 42px 0 25px;
    background: #7a4000;
  }
}
@media (min-width: 1366px) {
  .header-search-keyword {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .header-search-keyword-label {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
  }
}
@media (min-width: 1366px) {
  .header-search-keyword-input {
    width: 246px;
    height: 32px;
    padding: 0 12px;
    margin: 0 0 0 44px;
    font-size: 16px;
    background: #fff;
    border-radius: 0;
  }
}
@media (min-width: 1366px) {
  .header-search-keyword-submit {
    width: 35px;
    height: 32px;
    margin: 0 0 0 8px;
    background: #bf7e00;
    transition: 0.25s;
  }
  .header-search-keyword-submit:hover {
    background: #e95f36;
  }
}
@media (min-width: 1366px) {
  .header-search-select {
    display: flex;
  }
}
@media (min-width: 1366px) {
  .header-search-select-item {
    position: relative;
    padding: 1px 0 0;
  }
  .header-search-select-item:nth-child(n + 2) {
    margin: 0 0 0 45px;
  }
  .header-search-select-item:nth-child(n + 2)::before {
    position: absolute;
    top: 1px;
    left: -23px;
    display: block;
    width: 1px;
    height: 16px;
    content: "";
    border-left: 1px solid #fff;
  }
}
@media (min-width: 1366px) {
  .header-search-select-item-label {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    cursor: default;
  }
}
@media (min-width: 1366px) {
  .header-search-select-item-sub {
    position: absolute;
    top: 16px;
    left: calc(50% - 65px);
    padding: 22px 0 0;
    overflow: hidden;
    transition: 0.25s;
  }
}
@media (min-width: 1366px) {
  .header-search-select-item-sub-item:nth-child(n + 2) {
    margin: 1px 0 0;
  }
}
@media (min-width: 1366px) {
  .header-search-select-item-sub-item-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 54px;
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.8);
    transition: 0.25s;
  }
  .header-search-select-item-sub-item-a,
  .header-search-select-item-sub-item-a:link,
  .header-search-select-item-sub-item-a:visited,
  .header-search-select-item-sub-item-a:hover,
  .header-search-select-item-sub-item-a:active,
  .header-search-select-item-sub-item-a:focus {
    color: #7a4000;
  }
  .header-search-select-item-sub-item-a:hover {
    background: #fff;
  }
}
@media (min-width: 1366px) {
  .header-search-select-item:not(:hover) .header-search-select-item-sub {
    height: 0 !important;
  }
}
.header-tocart {
  position: absolute;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e95f36;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header-tocart {
    top: 50px;
    right: 60px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header-tocart {
    top: 50px;
    right: 60px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .header-tocart.widen {
    width: 244px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header-tocart.widen {
    width: 244px;
  }
}
.header-tocart::after {
  display: inline-block;
  margin: 0 0 0 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  content: "カートを見る";
}
.header-tocart:not(.widen)::after {
  display: none;
}
.header-tocart img {
  width: 40px;
  height: 40px;
}
.header-bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-bar {
    height: 20px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/wood.jpg)
      center top/850px 36px no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .header-bar {
    height: 20px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/wood.jpg)
      center top/1920px 82px no-repeat;
  }
}
@media (min-width: 1366px) {
  .header-bar {
    height: 54px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/wood.jpg)
      center top/2560px 110px no-repeat;
  }
}
.drawer {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 0 42px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .drawer {
    top: 118px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .drawer {
    top: 118px;
  }
}
.drawer:not(.shown) {
  position: fixed;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.drawer-user {
  display: flex;
  justify-content: center;
}
.drawer-user-item {
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  color: #7a4000;
}
.drawer-user-item + .drawer-user-item::before {
  content: "　｜　";
}
.drawer-user-item-a {
  display: block;
}
.drawer-user-item-a,
.drawer-user-item-a:link,
.drawer-user-item-a:visited,
.drawer-user-item-a:hover,
.drawer-user-item-a:active,
.drawer-user-item-a:focus {
  color: #7a4000;
}
.drawer-nav {
  display: flex;
  flex-wrap: wrap;
  width: 320px;
  height: 212px;
  padding: 2px 0;
  margin: 24px 0 0;
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/drawer/nav/bg.svg)
    left top/320px 212px no-repeat;
}
.drawer-nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 68px;
  padding: 2px 0 0;
}
.drawer-nav-item:nth-child(n + 3) {
  margin: 2px 0 0;
}
.drawer-nav-item-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 900;
  color: #7a4000;
}
.drawer-nav-item-a,
.drawer-nav-item-a:link,
.drawer-nav-item-a:visited,
.drawer-nav-item-a:hover,
.drawer-nav-item-a:active,
.drawer-nav-item-a:focus {
  color: #7a4000;
}
.drawer-search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 calc(50% - 168px) 0 calc(50% - 160px);
  margin: 29px 0 0;
  background: #7a4000;
}
.drawer-search-label {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
.drawer-search-input {
  width: 190px;
  height: 38px;
  padding: 0 14px;
  margin: 0 0 0 auto;
  font-size: 16px;
  background: #fff;
  border-radius: 0;
}
.drawer-search-submit {
  width: 46px;
  height: 38px;
  margin: 0 0 0 6px;
  background: #bf7e00;
}
.drawer-select {
  width: 100%;
  margin: 1px 0 0;
}
.drawer-select-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 calc(50% - 160px);
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: #7a4000;
}
.drawer-select-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 9px calc(50% - 180px);
  background: rgba(255, 255, 255, 0.8);
}
.drawer-select-list-item {
  width: 50%;
  height: 36px;
}
.drawer-select-list-item-a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  font-size: 13px;
  font-weight: 900;
}
.drawer-select-list-item-a,
.drawer-select-list-item-a:link,
.drawer-select-list-item-a:visited,
.drawer-select-list-item-a:hover,
.drawer-select-list-item-a:active,
.drawer-select-list-item-a:focus {
  color: #7a4000;
}
.drawer-official {
  display: block;
  width: 177px;
  height: 48px;
  margin: 41px 0 0;
}
.drawer-official img {
  width: 100%;
  height: 100%;
}
.main {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .main {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .main {
    display: flex;
    flex-direction: column;
  }
}
.main > * {
  transition: 0.25s;
}
.main.drawer-shown > * {
  opacity: 0;
}
@media (max-width: 767px) {
  .delivery {
    order: 100;
    padding: 60px 12px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/paper-sp.jpg)
      center top/360px 620px repeat;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery {
    order: 100;
    padding: 60px calc(50% - 270px);
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/paper-pc.jpg)
      center top/1920px 1160px repeat;
  }
}
@media (min-width: 1366px) {
  .delivery {
    padding: 130px 0 150px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/paper-pc.jpg)
      center top/1920px 1160px repeat;
  }
}
@media (max-width: 767px) {
  .delivery-banner {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-banner {
    width: 540px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1366px) {
  .delivery-banner {
    width: 1100px;
    margin: 0 auto 50px;
  }
}
.delivery-banner img {
  display: block;
  width: 100%;
}
.delivery-inner {
  background: #fff;
}
@media (max-width: 767px) {
  .delivery-inner {
    padding: 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-inner {
    padding: 40px 0;
  }
}
@media (min-width: 1366px) {
  .delivery-inner {
    position: relative;
    width: 1100px;
    height: 880px;
    padding: 60px 0 0;
    margin: 0 auto;
  }
}
.delivery-title {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .delivery-title {
    width: 163.488px;
    padding: 40px 0 0;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/flower.svg)
      center top/auto 30px no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-title {
    width: 218.4px;
    padding: 50px 0 0;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/flower.svg)
      center top/auto 36px no-repeat;
  }
}
@media (min-width: 1366px) {
  .delivery-title {
    width: 312px;
    padding: 60px 0 0;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/flower.svg)
      center top/auto 42px no-repeat;
  }
}
.delivery-title img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .delivery-block {
    width: 300px;
    margin: 24px auto 0;
  }
  .delivery-block + .delivery-block {
    margin-top: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-block {
    width: 480px;
    margin: 36px auto 0;
  }
  .delivery-block + .delivery-block {
    margin-top: 48px;
  }
}
@media (min-width: 1366px) {
  .delivery-block {
    position: absolute;
    width: 300px;
  }
  .delivery-block.delivery-block-01 {
    top: 226px;
    left: 105px;
  }
  .delivery-block.delivery-block-02 {
    top: 226px;
    left: 450px;
  }
}
.delivery-block-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  background: #c27e00;
}
@media (max-width: 767px) {
  .delivery-block-label {
    width: 300px;
    height: 40px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-block-label {
    width: 480px;
    height: 42px;
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .delivery-block-label {
    width: 300px;
    height: 50px;
    font-size: 24px;
  }
}
.delivery-block-body {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #896233;
}
@media (max-width: 767px) {
  .delivery-block-body {
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-block-body {
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 26px;
  }
}
@media (min-width: 1366px) {
  .delivery-block-body {
    margin: 23px 0 0;
    font-size: 14px;
    line-height: 28px;
  }
}
.delivery-block-body em {
  font-style: normal;
}
@media (max-width: 767px) {
  .delivery-block-body em {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-block-body em {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .delivery-block-body em {
    font-size: 17px;
  }
}
.delivery-block-body .orange {
  color: #ed6c00;
}
.delivery-block-body .usage {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .delivery-block-body .usage {
    margin: 0 0 6px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-block-body .usage {
    margin: 0 0 6px;
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .delivery-block-body .usage {
    margin: 0 0 7px;
    font-size: 17px;
  }
}
.delivery-block-body .usage::before {
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .delivery-block-body .usage::before {
    width: 18px;
    height: 18px;
    margin: 0 9px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-block-body .usage::before {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 2px;
  }
}
@media (min-width: 1366px) {
  .delivery-block-body .usage::before {
    width: 22px;
    height: 22px;
    margin: 0 10px 0 4px;
  }
}
.delivery-block-body .usage.usage-red::before {
  background: #e95f36;
}
.delivery-block-body .usage.usage-green::before {
  background: #84ba4e;
}
.delivery-block-body .usage.usage-yellow::before {
  background: #d9b52c;
}
.delivery-block-body .red {
  color: #e95f36;
}
.delivery-block-body .green {
  color: #84ba4e;
}
.delivery-block-body .yellow {
  color: #d9b52c;
}
@media (max-width: 767px) {
  .delivery-img {
    width: 300px;
    margin: -72px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-img {
    width: 480px;
    margin: -72px auto 0;
  }
}
@media (min-width: 1366px) {
  .delivery-img {
    position: absolute;
    top: 228px;
    left: 130px;
    width: 847px;
    height: 534px;
  }
}
.delivery-img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center";
  display: block;
  width: 100%;
  height: 100%;
}
.delivery-note {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #896233;
}
@media (max-width: 767px) {
  .delivery-note {
    width: 300px;
    margin: 30px auto 0;
    font-size: 10px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .delivery-note {
    width: 480px;
    margin: 30px auto 0;
    font-size: 11px;
    line-height: 22px;
  }
}
@media (min-width: 1366px) {
  .delivery-note {
    position: absolute;
    bottom: 57px;
    left: 106px;
    font-size: 12px;
  }
}
.guide {
  background: #fff;
}
@media (max-width: 767px) {
  .guide {
    order: 200;
    padding: 0 0 92px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .guide {
    order: 200;
    padding: 0 0 92px;
  }
}
@media (min-width: 1366px) {
  .guide {
    padding: 60px calc(50% - 640px) 72px;
  }
}
@media (max-width: 767px) {
  .guide-list {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .guide-list {
    width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .guide-list {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .guide-list-item {
    position: relative;
    overflow: hidden;
  }
  .guide-list-item + .guide-list-item {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/dotted-border.svg)
      left top -2px/6px 2px repeat-x;
    border-top: 2px solid transparent;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .guide-list-item {
    position: relative;
    overflow: hidden;
  }
  .guide-list-item + .guide-list-item {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/dotted-border.svg)
      left top -2px/6px 2px repeat-x;
    border-top: 2px solid transparent;
  }
}
@media (min-width: 1366px) {
  .guide-list-item {
    width: 290px;
  }
}
.guide-list-item::after {
  position: absolute;
  top: 20px;
  right: 12px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  content: "";
}
@media (max-width: 767px) {
  .guide-list-item::after {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .guide-list-item::after {
    display: block;
  }
}
@media (min-width: 1366px) {
  .guide-list-item::after {
    display: none;
  }
}
.guide-list-item.collapsed::after {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/guide/expand.png)
    center/contain no-repeat;
}
.guide-list-item:not(.collapsed)::after {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/guide/collapse.png)
    center/contain no-repeat;
}
.guide-list-item-title {
  color: #c27e00;
}
@media (max-width: 767px) {
  .guide-list-item-title {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 12px 0 20px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .guide-list-item-title {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 0 12px 0 20px;
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  .guide-list-item-title {
    font-size: 16px;
  }
}
.guide-list-item-body {
  color: #896233;
}
@media (max-width: 767px) {
  .guide-list-item-body {
    padding: 0 30px 23px;
    font-size: 12px;
    line-height: 26px;
  }
  .guide-list-item.collapsed .guide-list-item-body {
    height: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .guide-list-item-body {
    padding: 0 30px 23px;
    font-size: 12px;
    line-height: 26px;
    transition: 0.3s;
  }
  .guide-list-item.collapsed .guide-list-item-body {
    height: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .guide-list-item-body {
    margin: 25px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.guide-list-item-body a,
.guide-list-item-body a:link,
.guide-list-item-body a:visited,
.guide-list-item-body a:hover,
.guide-list-item-body a:active,
.guide-list-item-body a:focus {
  color: #dd7e00;
}
.guide-list-item-body a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sidebar {
    padding: 60px 12px 30px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/paper-sp.jpg)
      center/360px 620px repeat;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar {
    padding: 60px 0 30px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/paper-pc.jpg)
      center/1920px 1044px repeat;
  }
}
@media (min-width: 1366px) {
  .sidebar {
    position: absolute;
    left: calc(50% - 640px);
    width: 230px;
  }
}
.sidebar-news {
  background: #fff;
}
@media (max-width: 767px) {
  .sidebar-news {
    max-width: 540px;
    padding: 0 0 40px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar-news {
    width: 540px;
    padding: 0 0 40px;
    margin: 0 auto;
  }
}
@media (min-width: 1366px) {
  .sidebar-news {
    padding: 0 0 34px;
  }
}
.sidebar-news-title {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  color: #fff;
  background: #c27e00;
}
@media (max-width: 767px) {
  .sidebar-news-title {
    height: 50px;
    padding: 0 18px;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar-news-title {
    height: 50px;
    padding: 0 18px;
    font-size: 15px;
  }
}
@media (min-width: 1366px) {
  .sidebar-news-title {
    height: 60px;
    padding: 0 21px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sidebar-news-list {
    padding: 0 17px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar-news-list {
    padding: 0 17px;
  }
}
@media (min-width: 1366px) {
  .sidebar-news-list {
    padding: 0 18px;
    margin: 6px 0 0;
  }
}
@media (max-width: 767px) {
  .sidebar-news-list-item {
    padding: 20px 1px;
  }
  .sidebar-news-list-item + .sidebar-news-list-item {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/dotted-border.svg)
      left top -2px/6px 2px repeat-x;
    border-top: 2px solid transparent;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar-news-list-item {
    padding: 20px 1px;
  }
  .sidebar-news-list-item + .sidebar-news-list-item {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/dotted-border.svg)
      left top -2px/6px 2px repeat-x;
    border-top: 2px solid transparent;
  }
}
@media (min-width: 1366px) {
  .sidebar-news-list-item {
    padding: 16px 3px 26px;
  }
  .sidebar-news-list-item + .sidebar-news-list-item {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/dotted-border.svg)
      left top -2px/6px 2px repeat-x;
    border-top: 2px solid transparent;
  }
}
.sidebar-news-list-item-date,
.sidebar-news-list-item-title {
  color: #896233;
}
@media (max-width: 767px) {
  .sidebar-news-list-item-date,
  .sidebar-news-list-item-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar-news-list-item-date,
  .sidebar-news-list-item-title {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .sidebar-news-list-item-date,
  .sidebar-news-list-item-title {
    font-size: 14px;
    line-height: 26px;
  }
}
.sidebar-news-list-item-title {
  overflow: hidden;
}
@media (max-width: 767px) {
  .sidebar-news-list-item-title {
    margin: 14px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar-news-list-item-title {
    margin: 14px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1366px) {
  .sidebar-news-list-item-title {
    height: 52px;
  }
}
.sidebar-news-list-item-title a,
.sidebar-news-list-item-title a:link,
.sidebar-news-list-item-title a:visited,
.sidebar-news-list-item-title a:hover,
.sidebar-news-list-item-title a:active,
.sidebar-news-list-item-title a:focus {
  color: #896233;
}
.sidebar-news-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  font-size: 15px;
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/button.png)
    center/150px 40px no-repeat;
}
.sidebar-news-more,
.sidebar-news-more:link,
.sidebar-news-more:visited,
.sidebar-news-more:hover,
.sidebar-news-more:active,
.sidebar-news-more:focus {
  color: #fff;
}
@media (max-width: 767px) {
  .sidebar-news-more {
    margin: 20px auto 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sidebar-news-more {
    margin: 20px auto 0;
  }
}
@media (min-width: 1366px) {
  .sidebar-news-more {
    margin: 12px auto 0;
    transition: 0.3s;
  }
  .sidebar-news-more:hover {
    transform: scale(1.04);
  }
}
.sidebar-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 230px;
  height: 110px;
  padding: 24px 22px;
  margin: 20px 0;
  background: #7a4000;
}
.sidebar-search-label {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
.sidebar-search-form {
  display: flex;
}
.sidebar-search-form-input {
  width: 141px;
  height: 38px;
  padding: 0 12px;
  font-size: 16px;
  background: #fff;
  border-radius: 0;
}
.sidebar-search-form-submit {
  width: 40px;
  height: 38px;
  margin: 0 0 0 5px;
  background: #bf7e00;
  transition: 0.25s;
}
.sidebar-search-form-submit:hover {
  background: #e95f36;
}
.sidebar-select {
  width: 230px;
}
.sidebar-select-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 22px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: #7a4000;
}
.sidebar-select-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 18px 22px 22px;
  background: #fff;
}
.sidebar-select-list-item:nth-child(n + 2) {
  margin-top: 8px;
}
.sidebar-select-list-item-a {
  display: flex;
  align-items: center;
  height: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s;
}
.sidebar-select-list-item-a,
.sidebar-select-list-item-a:link,
.sidebar-select-list-item-a:visited,
.sidebar-select-list-item-a:hover,
.sidebar-select-list-item-a:active,
.sidebar-select-list-item-a:focus {
  color: #7a4000;
}
.sidebar-select-list-item-a:hover {
  color: #e95f36;
}
.sidebar-select-list-item-a.-pudding1,
.sidebar-select-list-item-a.-pudding2,
.sidebar-select-list-item-a.-pudding3,
.sidebar-select-list-item-a.-pudding4,
.sidebar-select-list-item-a.-pudding5,
.sidebar-select-list-item-a.-pudding6,
.sidebar-select-list-item-a.-pudding7 {
  position: relative;
  padding-left: 32px;
}
.sidebar-select-list-item-a.-pudding1::before,
.sidebar-select-list-item-a.-pudding2::before,
.sidebar-select-list-item-a.-pudding3::before,
.sidebar-select-list-item-a.-pudding4::before,
.sidebar-select-list-item-a.-pudding5::before,
.sidebar-select-list-item-a.-pudding6::before,
.sidebar-select-list-item-a.-pudding7::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 30px;
  content: "";
}
.sidebar-select-list-item-a.-pudding1::before {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/sidebar/select/pudding1.png)
    center/contain no-repeat;
}
.sidebar-select-list-item-a.-pudding2::before {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/sidebar/select/pudding2.png)
    center/contain no-repeat;
}
.sidebar-select-list-item-a.-pudding3::before {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/sidebar/select/pudding3.png)
    center/contain no-repeat;
}
.sidebar-select-list-item-a.-pudding4::before {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/sidebar/select/pudding4.png)
    center/contain no-repeat;
}
.sidebar-select-list-item-a.-pudding5::before {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/sidebar/select/pudding5.png)
    center/contain no-repeat;
}
.sidebar-select-list-item-a.-pudding6::before {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/sidebar/select/pudding6.png)
    center/contain no-repeat;
}
.sidebar-select-list-item-a.-pudding7::before {
  background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/sidebar/select/pudding7.png)
    center/contain no-repeat;
}
.sidebar-official {
  display: block;
  width: 230px;
  height: 160px;
  margin: 20px 0 0;
  overflow: hidden;
}
.sidebar-official img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
@media (hover: hover) {
  .sidebar-official:hover img {
    transform: scale(1.04);
  }
}
.footer {
  width: 100%;
  transition: 0.25s;
}
.footer.drawer-shown {
  opacity: 0;
}
@media (max-width: 767px) {
  .footer {
    position: relative;
    height: 222px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer {
    height: 222px;
  }
}
@media (min-width: 1366px) {
  .footer {
    height: 410px;
  }
}
.footer-nav {
  background: #c27e00;
}
@media (max-width: 767px) {
  .footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 172px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 172px;
  }
}
@media (min-width: 1366px) {
  .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 300px;
    padding: 52px 0 42px;
  }
}
@media (max-width: 767px) {
  .footer-nav-logo {
    width: 97px;
    height: 92px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer-nav-logo {
    width: 97px;
    height: 92px;
  }
}
@media (min-width: 1366px) {
  .footer-nav-logo {
    width: 163px;
    height: 154px;
  }
}
.footer-nav-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1366px) {
  .footer-nav-list {
    display: flex;
  }
}
@media (min-width: 1366px) {
  .footer-nav-list-item {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
  }
}
.footer-nav-list-item + .footer-nav-list-item::before {
  content: "　｜　";
}
.footer-nav-list-item-a,
.footer-nav-list-item-a:link,
.footer-nav-list-item-a:visited,
.footer-nav-list-item-a:hover,
.footer-nav-list-item-a:active,
.footer-nav-list-item-a:focus {
  color: #fff;
}
@media (hover: hover) {
  .footer-nav-list-item-a:hover {
    color: #7a4000;
  }
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-copyright {
    height: 50px;
    font-size: 10px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/wood.jpg)
      center top/850px 36px repeat;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer-copyright {
    height: 50px;
    font-size: 11px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/wood.jpg)
      center top/1920px 82px repeat;
  }
}
@media (min-width: 1366px) {
  .footer-copyright {
    height: 110px;
    font-size: 12px;
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/bg/wood.jpg)
      center top/2560px 110px repeat;
  }
}
.footer-pagetop {
  z-index: 10;
}
@media (max-width: 767px) {
  .footer-pagetop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 150px;
    height: 54px;
    margin: 0 auto;
    transform: translateY(-100%);
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .footer-pagetop {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 54px;
    height: 150px;
    transform: scale(0.8);
    transform-origin: right center;
  }
}
@media (min-width: 1366px) {
  .footer-pagetop {
    position: fixed;
    right: 0;
    bottom: 40px;
    width: 54px;
    height: 150px;
  }
}
.footer-pagetop img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .tb:not(.sp),
  .pc:not(.sp) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sp:not(.tb),
  .pc:not(.tb) {
    display: none;
  }
}
@media (min-width: 1366px) {
  .sp:not(.pc),
  .tb:not(.pc) {
    display: none;
  }
}
.giftService {
  background: #fff;
}
@media (max-width: 767px) {
  .giftService {
    order: 9;
    padding: 60px calc(50% - 168px) 100px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .giftService {
    order: 9;
    padding: 60px calc(50% - 270px) 100px;
  }
}
@media (min-width: 1366px) {
  .giftService {
    padding: 60px calc(50% - 640px);
  }
}
.giftService-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #bf7e00;
}
@media (max-width: 767px) {
  .giftService-title {
    height: 46px;
    font-size: 15px;
    font-weight: 900;
    border-radius: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .giftService-title {
    height: 54px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 3px;
  }
}
@media (min-width: 1366px) {
  .giftService-title {
    height: 64px;
    font-size: 24px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .giftService-list {
    display:none;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .giftService-list {
    display:none;
  }
}
@media (min-width: 1366px) {
  .giftService-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0;
  }
}
@media (min-width: 1366px) {
  .giftService-list-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 620px;
    height: 300px;
  }
  .giftService-list-item:nth-child(n + 3) {
    margin-top: 30px;
  }
}
.giftService-list-item-head {
  color: #bf7e00;
}
@media (min-width: 1366px) {
  .giftService-list-item-head {
    width: 290px;
    font-size: 18px;
    line-height: 28px;
  }
}
.giftService-list-item-body {
  color: #866233;
}
@media (min-width: 1366px) {
  .giftService-list-item-body {
    width: 290px;
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 20.5px;
  }
}
@media (min-width: 1366px) {
  .giftService-list-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 290px;
    height: 290px;
  }
}
.giftService-list-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
    .giftService-carousel {
      position: relative;
      width: 296px;
      margin: 30px auto 0;
    }
  }
  @media (min-width: 768px) and (max-width: 1365px) {
    .giftService-carousel {
      position: relative;
      margin: 30px auto 0;
    }
  }
  .giftService-carousel-inner {
    margin: 0 auto;
    overflow: hidden;
  }
  @media (max-width: 767px) {
    .giftService-carousel-inner {
      width: 280px;
    }
  }
  @media (min-width: 768px) and (max-width: 1365px) {
    .giftService-carousel-inner {
      width: 400px;
    }
  }
  .giftService-carousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .giftService-carousel-item-img {
    display: block;
    overflow: hidden;
  }
@media (max-width: 767px) {
    .giftService-carousel-item-img {
      width: 180px;
      height: 180px;
    }
  }
  @media (min-width: 768px) and (max-width: 1365px) {
    .giftService-carousel-item-img {
      width: 180px;
      height: 180px;
    }
  }
  .giftService-carousel-item-img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .giftService-carousel-item-lead {
    font-size: 20px;
    line-height: 32px;
    color: #c27e00;
    padding-left: 68.5px;
    margin: 25px auto;
  }
  .sp-gs-lead01 {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/01.svg)
        left /auto 30px no-repeat;
  }
  .sp-gs-lead02 {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/02.svg)
        left /auto 30px no-repeat;
  }
  .sp-gs-lead03 {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/03.svg)
        left /auto 30px no-repeat;
  }
  .sp-gs-lead04 {
    background: url(https://file003.shop-pro.jp/PA01450/699/2021/img/global/common/04.svg)
        left /auto 30px no-repeat;
  }
  .giftService-carousel-item-text {
    font-size: 14px;
    line-height: 28px;
    color: #896233;
  }
  .giftService-carousel-next,
  .giftService-carousel-prev {
    position: absolute;
    top: 87px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 3;
  }
  .giftService-carousel-next img,
  .giftService-carousel-prev img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .giftService-carousel-prev {
    left: 0;
  }
  .giftService-carousel-next {
    right: 0;
  }
@media (max-width: 767px) {
    .giftService-carousel .swiper-pagination-custom,
    .giftService-carousel .swiper-pagination-fraction,
    .giftService-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: -30px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 1365px) {
    .giftService-carousel .swiper-pagination-custom,
    .giftService-carousel .swiper-pagination-fraction,
    .giftService-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: -30px !important;
    }
  }
  .giftService-carousel .swiper-pagination-bullet {
    background: #c27e00;
    opacity: 1;
  }
  @media (max-width: 767px) {
    .giftService-carousel .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
    }
  }
  @media (min-width: 768px) and (max-width: 1365px) {
    .giftService-carousel .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
    }
  }
  @media (max-width: 767px) {
    .giftService-carousel.swiper-container-horizontal
      > .swiper-pagination-bullets
      .swiper-pagination-bullet {
      margin: 0 6px;
    }
  }
  @media (min-width: 768px) and (max-width: 1365px) {
    .giftService-carousel.swiper-container-horizontal
      > .swiper-pagination-bullets
      .swiper-pagination-bullet {
      margin: 0 8px;
    }
  }
  .giftService-carousel .swiper-pagination-bullet-active {
    background: #e95f36;
    opacity: 1;
  }
.descript {
  background: #fff;
}
@media (max-width: 767px) {
  .descript {
    order: 10;
    padding: 0 calc(50% - 168px) 60px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .descript {
    order: 10;
    padding: 0 calc(50% - 270px) 60px;
  }
}
@media (min-width: 1366px) {
  .descript {
    padding: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .descript-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .descript-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .descript-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 1280px;
    height: 420px;
    padding: 56px 40px 0 632px;
    margin: 0 auto;
    background: rgba(247, 202, 79, 0.15);
  }
}
.descript-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  background: #bf7e00;
}
@media (max-width: 767px) {
  .descript-title {
    order: 1;
    height: 46px;
    font-size: 15px;
    font-weight: 900;
    border-radius: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .descript-title {
    order: 1;
    height: 54px;
    font-size: 18px;
    font-weight: 900;
    border-radius: 3px;
  }
}
@media (min-width: 1366px) {
  .descript-title {
    height: 64px;
    font-size: 24px;
    font-weight: 700;
  }
}
.descript-lead {
  color: #bf7e00;
}
@media (max-width: 767px) {
  .descript-lead {
    order: 2;
    margin: 36px 0 0;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .descript-lead {
    order: 2;
    margin: 36px 0 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
@media (min-width: 1366px) {
  .descript-lead {
    width: 100%;
    margin: 40px 0 0;
    font-size: 18px;
  }
}
.descript-body {
  color: #866233;
}
@media (max-width: 767px) {
  .descript-body {
    order: 4;
    padding: 0 4px;
    margin: 26px 0 0;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .descript-body {
    order: 4;
    width: 480px;
    margin: 26px 0 0;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 1366px) {
  .descript-body {
    width: 100%;
    margin: 32px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .descript-img {
    position: relative;
    order: 3;
    width: 245px;
    height: 160px;
    margin: 22px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .descript-img {
    position: relative;
    order: 3;
    width: 400px;
    height: 264px;
    margin: 22px 0 0;
  }
}
@media (min-width: 1366px) {
  .descript-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 590px;
    height: 390px;
  }
}
.descript-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.descript-img::after {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(6px);
  filter: blur(6px);
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .descript-img::after {
    content: "";
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .descript-img::after {
    content: "";
  }
}
