@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Cardo);
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  letter-spacing: 0;
}

.m-users-voice {
  overflow: hidden;
}
.m-users-voice .comment {
  margin: 0 auto;
  margin: 80px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .m-users-voice .comment {
    padding: 0;
    margin: 48px auto 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.m-users-voice .comment.slick-initialized {
  display: block;
  padding: 0 112px;
}
@media screen and (max-width: 767px) {
  .m-users-voice .comment {
    padding: 0;
    margin: 48px auto 0;
  }
}
.m-users-voice .comment .slick-list {
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .m-users-voice .comment .slick-list {
    margin: 0;
  }
}
.m-users-voice .comment .slick-slide {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .m-users-voice .comment .slick-slide {
    margin: 0 8px;
  }
}
.m-users-voice .comment .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 20px;
}
.m-users-voice .comment .slick-slide {
  height: auto !important;
}
.m-users-voice .comment .slick-arrow {
  width: 64px;
  height: 64px;
  background-color: #625537;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -999px;
  background-image: url(/shop/img/pages/special/other-liquor-set-exam/voice_slider_arrow.svg);
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .m-users-voice .comment .slick-arrow {
    width: 44px;
    height: 44px;
  }
}
.m-users-voice .comment .slick-arrow.slick-next {
  right: 16px;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}
.m-users-voice .comment .slick-arrow.slick-prev {
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-users-voice .comment-panel {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 8px 10px 5px rgba(125, 125, 125, 0.1);
          box-shadow: 1px 8px 10px 5px rgba(125, 125, 125, 0.1);
  position: relative;
  border-radius: 20px;
  box-shadow: 1px 8px 10px 5px rgba(125, 125, 125, 0.1);
}
.m-users-voice .comment-panel-content {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-users-voice .comment-panel-content {
    padding: 32px 24px;
  }
}
.m-users-voice .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-bottom: 2px solid #F5F0E7;
  padding-bottom: 16px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-users-voice .comment-avatar {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .m-users-voice .comment-avatar {
    width: 80px;
    height: 80px;
  }
}
.m-users-voice .comment-avatar img {
  width: 100%;
}
.m-users-voice .comment-text {
  margin-top: 16px;
  line-height: 1.6;
}
.m-users-voice .comment-rating {
  margin-top: 8px;
}
.m-users-voice .comment-name {
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Serif", serif;
  line-height: 1;
}

.page-lp > .container {
  padding-top: 0;
}

.l-header {
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav {
    padding: 0 10px;
  }
}
.l-header .header-nav .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-header .header-nav .title-block .catchtext {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-header .header-nav .title-block .catchtext {
    font-size: 12px;
    line-height: 1.4;
  }
}
.l-header .header-nav .title-block .catchtext span {
  font-size: 12px;
}

.storemanager {
  background-color: #FFFCF3;
  padding-top: 80px;
}
.storemanager .container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .storemanager .container {
    padding: 0 16px;
  }
}
.storemanager .container--narrow {
  max-width: 840px;
}
.storemanager .cta {
  background-color: #E8D7AC;
  padding-bottom: 24px;
}
.storemanager .cta-kv {
  display: -ms-grid;
  display: grid;
}
.storemanager .cta-kv > div {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
.storemanager .cta-kv__background {
  position: relative;
}
@media screen and (min-width: 768px) {
  .storemanager .cta-kv__background {
    max-height: 500px;
  }
}
.storemanager .cta-kv__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.storemanager .cta-kv__main-copy {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .storemanager .cta-kv__main-copy {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__main-copy {
    padding: 0;
  }
}
.storemanager .cta-kv__main-copy img {
  width: 100%;
}
.storemanager .cta-kv__copy-label {
  background-color: #8B2209;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  font-weight: bold;
  border-radius: 4px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__copy-label {
    font-size: 18px;
    padding: 6px 0;
    margin-bottom: 12px;
    width: 311px;
    margin-left: auto;
    margin-right: auto;
  }
}
.storemanager .cta-kv__copy-label::after {
  content: "";
  width: 27px;
  height: 12.9903810568px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #8B2209;
}
.storemanager .cta-kv__copy-label span {
  display: inline-block;
}
.storemanager .cta-kv__copy-title {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  font-size: 56px;
  line-height: 1;
  text-align: center;
  display: block;
  font-weight: 900;
  color: #2C1800;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__copy-title {
    font-size: 48px;
    font-weight: bold;
  }
}
.storemanager .cta-kv__copy-title span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__copy-title span {
    letter-spacing: -0.06em;
    margin-top: 10px;
  }
}
.storemanager .cta-kv__copy-subtitle {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #2C1800;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__copy-subtitle {
    font-size: 26px;
    margin-top: 0;
  }
}
.storemanager .cta-kv__price {
  color: #8B2209;
  font-family: "Shippori Mincho", serif;
  vertical-align: bottom;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__price {
    margin-top: 4px;
  }
}
.storemanager .cta-kv__price-tax {
  display: inline-block;
  width: 1em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__price-tax {
    font-size: 24px;
  }
}
.storemanager .cta-kv__price-amount {
  font-size: 80px;
  font-weight: 500;
  line-height: 60px;
  font-family: "EB Garamond", serif;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__price-amount {
    font-size: 70px;
  }
}
.storemanager .cta-kv__price-currency {
  font-size: 42px;
  font-weight: 700;
  margin: 0 4px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__price-currency {
    font-size: 38px;
  }
}
.storemanager .cta-kv__price-shipping {
  border: 2px solid #8B2209;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 700;
  vertical-align: 24px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__price-shipping {
    font-size: 20px;
    width: 52px;
    height: 52px;
  }
}
.storemanager .cta-kv__benefit {
  margin-top: 20px;
}
.storemanager .cta-kv__benefit-title {
  width: 100%;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  display: block;
  font-weight: 500;
  color: #2C1800;
  background-color: #8B2209;
  padding: 10px 0 14px;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__benefit-title {
    font-size: 20px;
    padding: 8px 0 9px;
  }
}
.storemanager .cta-kv__benefit-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 8px;
}
.storemanager .cta-kv__benefit-item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 12px;
  color: #2C1800;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__benefit-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.storemanager .cta-kv__benefit-item:first-child {
  border-radius: 0 0 0 4px;
}
.storemanager .cta-kv__benefit-item:nth-child(2) {
  border-radius: 0 0 4px 0px;
}
.storemanager .cta-kv__benefit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__benefit-content {
    display: contents;
  }
}
.storemanager .cta-kv__benefit-label {
  border: 2px solid #8B2209;
  padding: 3px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #8B2209;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__benefit-label {
    font-size: 12px;
    padding: 2px 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.storemanager .cta-kv__benefit-subtitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__benefit-subtitle {
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.storemanager .cta-kv__benefit-note {
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__benefit-note {
    font-size: 12px;
    margin-top: 10px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.storemanager .cta-kv__benefit-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__benefit-image {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
}
.storemanager .cta-kv__button {
  margin-top: 24px;
  text-align: center;
}
.storemanager .cta-kv__button a {
  display: inline-block;
  background-color: #8B2209;
  border: none;
  color: #fff;
  padding: 8px 32px 6px;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 999px;
  font-size: 24px;
  -webkit-box-shadow: 0 3px 0 0 #691906;
          box-shadow: 0 3px 0 0 #691906;
  max-width: 343px;
  width: 100%;
}
.storemanager .cta-kv__button a::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAxNCAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuNjU2MyAxMS41TDIuMTU2MjUgMjNMMCAyMC44NDM4TDkuMzQzNzUgMTEuNUwwIDIuMTU2MjVMMi4xNTYyNSAwTDEzLjY1NjMgMTEuNVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  content: "";
  display: block;
  width: 14px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .storemanager .cta-kv__button a::after {
    width: 12px;
    height: 20px;
    right: 40px !important;
  }
}
.storemanager .cta-kv__button a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.storemanager .cta-kv__button a:hover::after {
  right: 20px;
}
.storemanager .cta-kv__note {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .storemanager .cta-kv__note {
    text-align: center;
  }
  .storemanager .cta-kv__note li {
    display: inline-block;
  }
}
.storemanager .asterisk {
  counter-reset: asterisk-counter;
  list-style: none;
}
.storemanager .asterisk li {
  position: relative;
  padding-left: 2em;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.storemanager .asterisk li:last-child {
  margin-bottom: 0;
}
.storemanager .asterisk li::before {
  counter-increment: asterisk-counter;
  content: "※" counter(asterisk-counter);
  position: absolute;
  left: 0;
  top: 0;
}
.storemanager .experience {
  padding-top: 56px;
  padding-bottom: 80px;
}
.storemanager .experience__title {
  font-family: "Shippori Mincho", serif;
  font-size: 56px;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #2C1800;
  margin-bottom: 56px;
  color: #2C1800;
}
@media screen and (max-width: 767px) {
  .storemanager .experience__title {
    font-size: 40px;
    margin-bottom: 48px;
    line-height: 1;
  }
}
.storemanager .experience__title span {
  -webkit-transform: rotate(20deg) translate(-10px, 20px);
          transform: rotate(20deg) translate(-10px, 20px);
  display: inline-block;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .storemanager .experience__title span {
    font-size: 60px;
    -webkit-transform: rotate(20deg) translate(-5px, 10px);
            transform: rotate(20deg) translate(-5px, 10px);
    margin-right: -30px;
  }
}
.storemanager .experience__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .storemanager .experience__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .storemanager .experience__list-item {
    width: 33%;
    max-width: 304px;
  }
}
@media screen and (max-width: 767px) {
  .storemanager .experience__list-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .storemanager .experience__list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .storemanager .experience__list-item:nth-child(1) .experience__list-image {
    width: 177px;
  }
  .storemanager .experience__list-item:nth-child(2) .experience__list-image {
    width: 120px;
  }
  .storemanager .experience__list-item:nth-child(3) .experience__list-image {
    width: 128px;
  }
}
.storemanager .experience__list-image {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .storemanager .experience__list-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  .storemanager .experience__list-image img {
    width: 100%;
    height: auto;
  }
}
.storemanager .experience__list-text {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .storemanager .experience__list-text {
    font-size: 16px;
  }
}
.storemanager .solution {
  background-color: #FCF6E0;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .storemanager .solution {
    padding-bottom: 80px;
  }
}
.storemanager .solution__header {
  background-color: #E8D6AB;
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__header {
    margin-bottom: 56px;
  }
}
.storemanager .solution__header::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221440%22%20height%3D%22140%22%20viewBox%3D%220%200%201440%20140%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1440%20140H0V0H0.487305L720%20139.905L1439.51%200H1440V140Z%22%20fill%3D%22%23FCF6E0%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .storemanager .solution__header::after {
    background-size: auto auto;
  }
}
@media screen and (max-width: 767px) {
  .storemanager .solution__header::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22375%22%20height%3D%2248%22%20viewBox%3D%220%200%20375%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M187.5%2048H0V0L187.5%2048ZM375%2048H187.5L375%200V48Z%22%20fill%3D%22%23FCF6E0%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
  }
}
.storemanager .solution__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 280px;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  position: relative;
  z-index: 1;
  color: #2C1800;
  padding-top: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__header-title {
    font-size: 32px;
    padding-top: 20px;
    height: 188px;
  }
}
.storemanager .solution__header-title small {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__header-title small {
    font-size: 26px;
  }
}
.storemanager .solution__header-title span {
  background-color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  padding: 8px 16px;
  margin-top: 24px;
  margin-bottom: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__header-title span {
    margin-top: 12px;
    font-size: 16px;
  }
}
.storemanager .solution__header-title span sup {
  top: -0.6em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__header-title span sup {
    font-size: 11px;
    top: -0.4em;
  }
}
.storemanager .solution__description {
  font-weight: 900;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  color: #2C1800;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__description {
    font-size: 20px;
  }
}
.storemanager .solution__description sup {
  font-size: 16px;
  top: -0.9em;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__description sup {
    font-size: 11px;
    top: -0.6em;
  }
}
.storemanager .solution__description span {
  display: block;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__description span {
    font-size: 28px;
    margin-top: 8px;
  }
}
.storemanager .solution__achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .storemanager .solution__achievement {
    margin-top: 24px;
    gap: 8px;
  }
}
.storemanager .solution__achievement-item {
  width: 33%;
  max-width: 250px;
}
.storemanager .seller {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .storemanager .seller {
    margin-top: 56px;
  }
}
.storemanager .seller__comment {
  background-color: #fff;
  border-radius: 18px;
  padding: 24px;
  -webkit-box-shadow: 1px 8px 10px rgba(112, 112, 112, 0.1);
          box-shadow: 1px 8px 10px rgba(112, 112, 112, 0.1);
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__comment {
    margin-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.storemanager .seller__comment-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.storemanager .seller__comment-profile {
  text-align: center;
  margin-top: 16px;
}
.storemanager .seller__comment-shop {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__comment-shop {
    font-size: 14px;
  }
}
.storemanager .seller__comment-name {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__comment-name {
    font-size: 28px;
  }
}
.storemanager .seller__comment-name span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__comment-name span {
    font-size: 24px;
  }
}
.storemanager .seller__comment-list li {
  position: relative;
  margin-bottom: 8px;
  border-bottom: 1px solid #E6E6E6;
  padding: 8px 0 7px 38px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__comment-list li {
    font-size: 16px;
    padding: 8px 0 7px 34px;
  }
}
.storemanager .seller__comment-list li:last-child {
  margin-bottom: 0;
}
.storemanager .seller__comment-list li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 20px;
  background-image: url("/shop/img/pages/lp/storemanager_recommend01/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__comment-list li::before {
    width: 18px;
    height: 16px;
  }
}
.storemanager .seller__comment-description {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__comment-description {
    margin-top: 20px;
  }
}
.storemanager .seller__comment-description p {
  margin-bottom: 1em;
}
.storemanager .seller__comment-description p:last-child {
  margin-bottom: 0;
}
.storemanager .seller__subtitle {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #2C1800;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__subtitle {
    font-size: 16px;
    gap: 16px;
  }
}
.storemanager .seller__subtitle::before, .storemanager .seller__subtitle::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 72px;
  background-color: #C8AE60;
  position: relative;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__subtitle::before, .storemanager .seller__subtitle::after {
    height: 48px;
    top: 4px;
  }
}
.storemanager .seller__subtitle::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.storemanager .seller__subtitle::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.storemanager .seller__title {
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  text-align: center;
  display: block;
  font-weight: 900;
  color: #2C1800;
  margin-top: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__title {
    font-size: 30px;
    margin-top: 8px;
  }
}
.storemanager .seller__title sup {
  font-size: 24px;
  top: -0.8em;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__title sup {
    font-size: 18px;
    top: -0.6em;
  }
}
.storemanager .seller__title span {
  display: inline-block;
}
.storemanager .seller__image {
  text-align: center;
  margin-top: 24px;
}
.storemanager .seller__image img {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .storemanager .seller__image img {
    max-width: 280px;
  }
}
.storemanager .seller__note {
  margin-top: 24px;
}
.storemanager .recommend {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .storemanager .recommend {
    margin-top: 80px;
  }
}
.storemanager .recommend__header {
  text-align: center;
  margin-bottom: 84px;
}
.storemanager .recommend__header-title {
  display: inline-block;
  font-family: "Noto Serif", serif;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #2C1800;
  padding-right: 128px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .storemanager .recommend__header-title {
    font-size: 36px;
    padding-right: 108px;
  }
}
.storemanager .recommend__header-title::after {
  content: "";
  display: block;
  pointer-events: none;
  width: 120px;
  height: 116px;
  background-image: url("/shop/img/pages/lp/storemanager_recommend01/recommend_title_image.svg");
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .storemanager .recommend__header-title::after {
    width: 100px;
    height: 97px;
  }
}
.storemanager .recommend__header-title span {
  font-size: 24px;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .storemanager .recommend__header-title span {
    font-size: 18px;
  }
}
.storemanager .recommend__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .storemanager .recommend__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.storemanager .recommend__list-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 24px 24px;
  -webkit-box-shadow: 1px 8px 10px rgba(112, 112, 112, 0.1);
          box-shadow: 1px 8px 10px rgba(112, 112, 112, 0.1);
  position: relative;
}
.storemanager .recommend__list-header {
  border-bottom: 2px solid #E6E6E6;
  padding-bottom: 16px;
}
.storemanager .recommend__list-teacher {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  display: block;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  color: #2C1800;
}
.storemanager .recommend__list-teacher span {
  font-size: 16px;
}
.storemanager .recommend__list-image {
  padding: 20px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}
.storemanager .recommend__list-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.storemanager .recommend__list-description {
  margin-top: 16px;
}
.storemanager .recommend__list-description p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}
.storemanager .recommend__list-description p:last-child {
  margin-bottom: 0;
}
.storemanager .voice {
  padding-bottom: 80px;
}
.storemanager .voice__header {
  background-color: #FCF6E0;
  padding: 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .storemanager .voice__header {
    padding: 32px 16px;
  }
}
.storemanager .voice__header::after {
  background: #FCF6E0;
  height: 27.7128129211px;
  width: 56px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .storemanager .voice__header::after {
    width: 36px;
    height: 20.7846096908px;
  }
}
.storemanager .voice__header-subtitle {
  background-color: #8B2209;
  color: #fff;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1;
  padding: 8px 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .storemanager .voice__header-subtitle {
    font-size: 18px;
    padding: 7px 14px 9px;
    width: 100%;
  }
}
.storemanager .voice__header-title {
  font-family: "Shippori Mincho", serif;
  font-size: 52px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #2C1800;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .storemanager .voice__header-title {
    font-size: 36px;
    margin-top: 12px;
  }
}
.storemanager .quality {
  padding-top: 64px;
  padding-bottom: 80px;
}
.storemanager .quality__title {
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  text-align: center;
  display: block;
  line-height: 1.4;
  font-weight: 600;
  color: #2C1800;
  margin-bottom: 40px;
  color: #2C1800;
}
@media screen and (max-width: 767px) {
  .storemanager .quality__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
.storemanager .quality__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .storemanager .quality__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.storemanager .quality__detail-image {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .storemanager .quality__detail-image {
    margin: 0 auto;
  }
}
.storemanager .quality__detail-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 1.6;
}
.storemanager .quality__detail-description p {
  margin-bottom: 1em;
}
.storemanager .quality__detail-description p:last-child {
  margin-bottom: 0;
}
.storemanager .lineup {
  padding-top: 64px;
  padding-bottom: 80px;
  background-color: #FCF6E0;
}
.storemanager .lineup__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 1;
  color: #2C1800;
  margin-bottom: 40px;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__title {
    font-size: 48px;
    margin-bottom: 32px;
  }
}
.storemanager .lineup__title::before, .storemanager .lineup__title::after {
  content: "";
  display: block;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__title::before, .storemanager .lineup__title::after {
    height: 48px;
  }
}
.storemanager .lineup__title::before {
  background-image: url(/shop/img/pages/lp/storemanager_recommend01/lineup_title_dec01.svg);
  width: 42px;
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__title::before {
    width: 30px;
  }
}
.storemanager .lineup__title::after {
  background-image: url(/shop/img/pages/lp/storemanager_recommend01/lineup_title_dec02.svg);
  width: 60px;
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__title::after {
    width: 46px;
  }
}
.storemanager .lineup__slider {
  margin: 0 -16px;
  padding: 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .storemanager .lineup__slider {
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__slider {
    margin: 0 -16px;
    padding: 0;
  }
}
.storemanager .lineup__slider-item {
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__slider-item {
    padding: 0 26px;
  }
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__slider .slick-list {
    overflow: visible;
  }
}
.storemanager .lineup__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.storemanager .lineup__slider .slick-slide {
  height: auto !important;
}
.storemanager .lineup__slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: #030101;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: -999px;
  background-image: url(/shop/img/pages/lp/storemanager_recommend01/lineup_slider_arrow.svg);
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__slider .slick-arrow {
    width: 44px;
    height: 44px;
  }
}
.storemanager .lineup__slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__slider .slick-arrow.slick-next {
    right: 16px;
  }
}
.storemanager .lineup__slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__slider .slick-arrow.slick-prev {
    left: 16px;
  }
}
.storemanager .lineup__detail {
  background-color: #fff;
  padding: 16px 16px;
  height: 100%;
}
.storemanager .lineup__detail--red .lineup__detail-header-type {
  background-color: #6E1318;
}
.storemanager .lineup__detail--red .lineup__detail-description-list dt {
  color: #6E1318;
}
.storemanager .lineup__detail--red .lineup__detail-recommend-title {
  background-color: #6E1318;
}
.storemanager .lineup__detail-header {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  padding-bottom: 12px;
  padding-left: 24px;
}
.storemanager .lineup__detail-header-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2C1800;
  color: #fff;
  font-size: 12px;
  padding: 8px 2px;
  color: #fff;
  height: calc(100% - 13px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  background-color: #00381E;
}
.storemanager .lineup__detail-header-title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}
.storemanager .lineup__detail-header-producer {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 3px;
}
.storemanager .lineup__detail-body {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .storemanager .lineup__detail-body {
    padding: 0 1.6rem;
  }
}
.storemanager .lineup__detail-image {
  width: 100%;
  margin-top: 16px;
}
.storemanager .lineup__detail-image img {
  width: 100%;
}
.storemanager .lineup__detail-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8px 1fr;
  grid-template-columns: auto 1fr;
  gap: 8px;
  line-height: 1.5;
}
.storemanager .lineup__detail-list dt {
  color: #00381E;
  font-weight: bold;
}
.storemanager .lineup__detail-list dd {
  font-size: 14px;
}
.storemanager .lineup__detail-list dd:last-child {
  margin-bottom: 0;
}
.storemanager .lineup__detail-comment {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FFFBEE;
  padding: 8px;
  border-radius: 4px;
  gap: 8px;
}
.storemanager .lineup__detail-comment-image {
  width: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.storemanager .lineup__detail-comment-text {
  line-height: 1.6;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.storemanager .faq {
  background-color: #FCF6E0;
  padding-top: 64px;
  padding-bottom: 80px;
}
.storemanager .faq__title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .storemanager .faq__title {
    font-size: 32px;
  }
}
.storemanager .faq__item {
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 24px 20px;
}
.storemanager .faq__question {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  background-image: url(/shop/img/pages/lp/storemanager_recommend01/faq_icon_q.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  padding: 4px 0 4px 48px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .storemanager .faq__question {
    font-size: 18px;
    padding: 0 0 0 48px;
  }
}
.storemanager .faq__answer {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
  background-image: url(/shop/img/pages/lp/storemanager_recommend01/faq_icon_a.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 48px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .storemanager .faq__answer {
    font-size: 16px;
  }
}
.storemanager .faq__answer p {
  margin-bottom: 1em;
}
.storemanager .faq__answer p:last-child {
  margin-bottom: 0;
}
.storemanager .faq__answer p a {
  text-decoration: underline;
}
.storemanager .faq__answer p a:hover {
  text-decoration: none;
}
.storemanager .faq__contact {
  text-align: center;
  margin-top: 32px;
}
.storemanager .faq__contact p {
  margin-bottom: 12px;
  line-height: 1.6;
  color: #000;
  font-size: 16px;
}
.storemanager .faq__contact p a {
  text-decoration: underline;
}
.storemanager .faq__contact p a:hover {
  text-decoration: none;
  color: #2C1800;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}