@charset "UTF-8";
/****************************************
① まず変数を読み込む
****************************************/
/****************************************
変数定義
****************************************/
/****************************************
② リセットを読み込む
****************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

body {
  text-size-adjust: 100%;
  letter-spacing: 0.05em;
  color: #000;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/****************************************
③ 各メディアクエリなどを読み込む
****************************************/
/****************************************
① まず変数を読み込む
****************************************/
/* -----------------------------------
  basic
----------------------------------- */
body {
  font-size: 1.6rem;
  background: #ffffff;
  margin: 0;
  padding: 0;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body .l-container {
  padding: 0 4rem;
  max-width: 1400px;
  margin: 0 auto;
}
body .m-container {
  padding: 0 4rem;
  max-width: 800px;
  margin: 0 auto;
}
body .sp {
  display: none;
}
body .pc {
  display: block;
}

.btn a {
  background: #242434;
  border: solid 1px #242434;
  color: #ffffff;
  text-decoration: none;
  padding: 0.8em 2em;
  font-size: 0.9em;
  border-radius: 0.5em;
  letter-spacing: 0.2em;
  transition: 0.3s;
}
.btn a i {
  margin-left: 1em;
}
.btn a:hover {
  background: #ffffff;
  color: #333333;
  transition: 0.3s;
}
.btn a:hover i {
  transform: translate(5px, 0);
  transition: 0.3s;
}

/* -----------------------------------
  header
----------------------------------- */
.header {
  display: block;
  position: relative;
  background: #ffffff;
  margin-bottom: 1em;
}
.header.scroll-nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.header__bar {
  background: #242434;
  color: #ffffff;
  padding: 1em 0;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}
.header__bar span {
  font-size: 0.8em;
  margin-left: 0.5em;
}
.header__mid {
  display: flex;
  justify-content: flex-end;
}
.header__mid__fav {
  display: flex;
  align-items: center;
  margin-right: 1em;
}
.header__mid__fav a {
  color: rgb(235, 81, 81);
  text-decoration: none;
  transition: 0.3s;
}
.header__mid__fav a:hover {
  color: #242434;
}
.header__mid__fav a i {
  font-size: 1.3em;
}
.header__mid__cart a {
  color: #db9457;
  text-decoration: none;
  padding: 0.7em 0;
  display: block;
  font-size: 1em;
  transition: 0.3s;
}
.header__mid__cart a:hover {
  color: #242434;
}
.header__mid__cart a.cart {
  padding: 1em 0;
}
.header__mid__cart a.cart i {
  position: relative;
  margin-right: 1em;
  font-size: 1.3em;
}
.header__mid__cart a.cart i span {
  position: absolute;
  top: -1em;
  right: -1.5em;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: rgba(219, 148, 87, 0.8);
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.5em;
  padding: 0.5em 0.7em;
  margin-bottom: 0;
}
.header__mid__cart a span {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.header__mid__contact, .header__mid__shop {
  background: #db9457;
  display: flex;
  padding: 1em 2em;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}
.header__mid__contact:hover, .header__mid__shop:hover {
  opacity: 0.8;
}
.header__mid__contact i, .header__mid__shop i {
  margin-right: 1em;
}
.header__mid__contact {
  border-radius: 0 0 0 1em;
}
.header__mid__shop {
  background: #323f6b;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.5em 1em;
}
.header__inner__logo {
  transition: 0.3s;
  width: 18%;
  padding: 0 1em;
}
.header__inner__logo a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.header__inner__logo a:hover {
  opacity: 0.8;
}
.header__inner__logo a p {
  margin-top: 0.5em;
  font-size: 0.9em;
}
.header__inner__logo a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.header__inner__menu {
  display: flex;
  justify-content: space-between;
  width: 55%;
  margin-top: 1em;
  margin-right: 2em;
}
.header__inner__menu .list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
.header__inner__menu .list a:hover {
  opacity: 0.8;
}
.header__inner__menu .list a span {
  font-size: 0.8em;
  margin-bottom: 0.3em;
  color: #db9457;
}
.header__inner__mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(36, 36, 52, 0.8);
  padding: 2em 5em;
  z-index: 999;
}
.header__inner__mega-menu ul {
  display: flex;
  justify-content: space-between;
}
.header__inner__mega-menu ul li {
  width: 20%;
}
.header__inner__mega-menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
}
.header__inner__mega-menu ul li a img {
  margin-bottom: 1.5em;
  transition: 0.3s;
}
.header__inner__mega-menu ul li a img:hover {
  scale: 1.1;
}
.header__inner__mega-menu ul li a span {
  font-size: 0.8em;
  margin-bottom: 0.3em;
  color: #ffffff;
}

.header-sp {
  display: none;
}

/* -----------------------------------
  footer
----------------------------------- */
.footer {
  background-image: url("images/cmn/footer-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 650px;
  padding: 5em 0 1em;
  width: 100%;
}
.footer__inner {
  width: 100%;
}
.footer__inner__menu {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}
.footer__inner__menu__left {
  width: 20%;
}
.footer__inner__menu__left .company {
  color: #ffffff;
  margin-top: 2em;
}
.footer__inner__menu__left .sns {
  display: flex;
  color: #ffffff;
  margin: 3em 0;
}
.footer__inner__menu__left .sns p {
  margin-right: 1em;
  font-weight: 300;
}
.footer__inner__menu__left .sns a {
  color: #ffffff;
  transition: 0.3s;
}
.footer__inner__menu__left .sns a:hover {
  color: #db9457;
}
.footer__inner__menu__left .sns a i {
  margin: 0 1em;
}
.footer__inner__menu__left .cp {
  margin-top: 4em;
  color: #ffffff;
  font-size: 0.8em;
}
.footer__inner__menu__center {
  width: 20%;
}
.footer__inner__menu__center .list li {
  line-height: 2.5em;
}
.footer__inner__menu__center .list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  transition: 0.3s;
}
.footer__inner__menu__center .list li a:hover {
  color: #db9457;
}
.footer__inner__menu__center .list li a i {
  margin-right: 1em;
}
.footer__inner__menu__center .list li.shift {
  margin-left: 1em;
}
.footer__inner__menu__right {
  width: 20%;
}
.footer__inner__menu__right .btn {
  margin-bottom: 2em;
}
.footer__inner__menu__right .btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1.3em 0;
  background: none;
  border: solid 1px #ffffff;
  transition: 0.3s;
}
.footer__inner__menu__right .btn a:hover {
  background: #ffffff;
  color: #242434;
}
.footer__inner__menu__right .list li {
  line-height: 2.5em;
}
.footer__inner__menu__right .list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  transition: 0.3s;
}
.footer__inner__menu__right .list li a:hover {
  color: #db9457;
}
.footer__inner__menu__right .list li a i {
  margin-right: 1em;
}
.footer__inner__menu__right .list li.shift {
  margin-left: 1em;
}
.footer .fix-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #db9457;
  text-align: center;
}
.footer .fix-banner a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.7em 0;
  display: block;
  font-size: 1em;
  transition: 0.3s;
}
.footer .fix-banner a:hover {
  background: #242434;
  color: #ffffff;
}
.footer .fix-banner a.cart {
  padding: 1em 0;
}
.footer .fix-banner a.cart i {
  position: relative;
  margin-right: 1em;
  font-size: 1.3em;
}
.footer .fix-banner a.cart i span {
  position: absolute;
  top: -1em;
  right: -1.5em;
  display: flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #db9457;
  font-size: 0.5em;
  padding: 0.5em 0.7em;
  margin-bottom: 0;
}
.footer .fix-banner a span {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.footer-sp {
  display: none;
}

/* -----------------------------------
  共通パーツ
----------------------------------- */
.layer-mv {
  margin: 5em 0 5em;
}
.layer-mv__inner {
  text-align: center;
}
.layer-mv__inner .en {
  color: #db9457;
  font-weight: 200;
}
.layer-mv__inner .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.layer-mv__inner .txt {
  margin-top: 2em;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 2em;
}

.high-title {
  text-align: center;
}
.high-title .sub {
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #db9457;
}
.high-title .main {
  font-size: 2.5em;
}

.contact-form {
  margin-top: 5em;
}
.contact-form__row {
  padding: 1.5em 2em;
  border-bottom: solid 1px #e0e0e0;
}
.contact-form__row .title {
  font-weight: bold;
  color: #333333;
  font-size: 1.2em;
  margin-bottom: 1em;
}
.contact-form__row .input .wpcf7-radio,
.contact-form__row .input .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.contact-form__row .input .wpcf7-radio .wpcf7-list-item,
.contact-form__row .input .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  line-height: 2em;
}
.contact-form__row .input .wpcf7-radio .wpcf7-list-item label span,
.contact-form__row .input .wpcf7-checkbox .wpcf7-list-item label span {
  font-size: 1.2em;
  color: #333333;
}
.contact-form__row .input .wpcf7-select {
  width: 50%;
  height: 3em;
  background-color: #edf2f4;
  border: 0 solid transparent;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
  outline: none;
  font-size: 1.1em;
  padding: 0 1em;
  color: #333333;
}
.contact-form__row .input .wpcf7-text,
.contact-form__row .input .wpcf7-textarea {
  width: 100%;
  height: 3em;
  background-color: #edf2f4;
  border: 0 solid transparent;
  box-sizing: border-box;
  display: block;
  appearance: none;
  font-weight: 500;
  outline: none;
  font-size: 1.3em;
  padding: 0 1em;
}
.contact-form__row .input .wpcf7-text:focus-visible,
.contact-form__row .input .wpcf7-textarea:focus-visible {
  transition: 0s;
  outline: 2px solid #212836;
  outline-offset: 4px;
}
.contact-form__row .input .wpcf7-text.wpcf7-textarea,
.contact-form__row .input .wpcf7-textarea.wpcf7-textarea {
  height: 10em;
  padding: 1em;
}
.contact-form__row .input .wpcf7-not-valid-tip {
  background: #9b9b9b;
  color: #ffffff;
  margin-top: 0.3em;
  padding: 0.5em;
  font-weight: bold;
}
.contact-form__privacy {
  margin-top: 6em;
}
.contact-form__privacy p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form__privacy p .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.contact-form__privacy p .wpcf7-acceptance .wpcf7-list-item input {
  width: 25px;
  height: 25px;
}
.contact-form__privacy p a {
  margin-left: 0.5em;
  color: #333333;
  text-decoration: none;
  border-bottom: solid 1px #333333;
  padding-bottom: 0.2em;
  transition: 0.3s;
}
.contact-form__privacy p a:hover {
  color: #db9457;
}
.contact-form__privacy p a input {
  width: 2em;
  height: 2em;
  margin: 0 1em 0 0;
}
.contact-form__privacy p span {
  padding-bottom: 0.2em;
}
.contact-form__btn {
  text-align: center;
  margin-top: 3em;
}
.contact-form__btn [type=submit],
.contact-form__btn [type=button] {
  color: #333333;
  border: solid 1px #333333;
  background: inherit;
  font-size: 1em;
  box-sizing: inherit;
  display: inline-block;
  border-radius: 1em;
  padding: 1em 5em;
  letter-spacing: 0.2em;
  transition: 0.2s;
}
.contact-form__btn [type=submit]:hover,
.contact-form__btn [type=button]:hover {
  background: #333333;
  color: #ffffff !important;
}
.contact-form__btn .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  background: #9b9b9b;
  color: #ffffff;
  padding: 1em 0 !important;
  font-weight: bold;
  text-align: center;
  border: none !important;
}

.woocommerce-message {
  display: none;
}

#payment {
  background: #edf2f4 !important;
}
#payment .wc_payment_methods .wc_payment_method.payment_method_cod img, #payment .wc_payment_methods .wc_payment_method.payment_method_bankjp img, #payment .wc_payment_methods .wc_payment_method.payment_method_amazon_payments_advanced img {
  display: none;
}
#payment .wc_payment_methods .wc_payment_method .payment_box {
  background: #ffffff;
}
#payment .wc_payment_methods .wc_payment_method .payment_box::before {
  border: 1em solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#payment .form-row {
  font-size: 0.8em;
}
#payment .form-row a {
  color: #db9457;
  text-decoration: none;
}

/* -----------------------------------
  404ERROR
----------------------------------- */
.error {
  margin-bottom: 5em;
}
.error__inner .main-title {
  line-height: 1.6em;
}
.error__inner .main-desc {
  line-height: 3em;
}
.error__inner .btn {
  text-align: center;
  margin-top: 3em;
}

/* -----------------------------------
  トップページ
----------------------------------- */
.top-mv {
  position: relative;
}
.top-mv__inner {
  margin-left: 10em;
}
.top-mv__inner__slide .slick-arrow {
  display: none !important;
}
.top-mv__inner__slide .sp {
  display: none;
}
.top-mv__inner__txt {
  position: absolute;
  left: 8.2em;
  top: 55%;
  transform: translate(0%, -50%);
}
.top-mv__inner__txt .en {
  font-size: 3.5em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #242434;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5882352941);
}
.top-mv__inner__txt .ja {
  margin-top: 2em;
  letter-spacing: 0.3em;
  color: #242434;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5882352941);
}
.top-mv__inner__txt .btn {
  margin-top: 4em;
}
.top-mv__inner__upper {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate(50%, -50%);
  writing-mode: vertical-rl;
  color: #db9457;
}

.top-topic {
  margin-top: 1em;
}
.top-topic__inner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 0.5em;
  color: #d12121;
  border-bottom: 2px solid #d12121;
  transition: 0.3s;
}
.top-topic__inner a .left {
  display: flex;
  align-items: center;
}
.top-topic__inner a .left p {
  font-size: 1.2em;
}
.top-topic__inner a i {
  font-size: 1.4em;
  margin-top: 0.1em;
  margin-right: 0.3em;
}
.top-topic__inner a .fa-chevron-right {
  margin-right: 1em;
}
.top-topic__inner a:hover {
  color: #242434;
  border-bottom: 2px solid #242434;
}
.top-topic__inner a:hover .fa-chevron-right {
  transition: 0.3s;
  margin-right: 0;
}

.top-about {
  margin: 5em 0 8em;
}
.top-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-about__inner__left {
  width: 45%;
}
.top-about__inner__right {
  width: 45%;
  margin: 0 3em;
}
.top-about__inner__right .en {
  color: #db9457;
  font-size: 1.2em;
}
.top-about__inner__right .title {
  margin: 1em 0 2em;
  font-size: 1.5em;
  color: #242434;
  font-weight: bold;
}
.top-about__inner__right .desc {
  line-height: 1.6em;
}
.top-about__inner__right .btn {
  margin-top: 3em;
}

.top-shop {
  margin: 5em 0;
}
.top-shop__inner__title .en {
  text-align: center;
  color: #db9457;
  font-size: 1.2em;
}
.top-shop__inner__title .ja {
  text-align: center;
  margin: 1em 0 2em;
  font-size: 1.5em;
  color: #242434;
  font-weight: bold;
}
.top-shop__inner__slide {
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-shop__inner__slide .img {
  width: 22%;
  margin: 0 1em;
  transition: 0.3s;
}
.top-shop__inner__slide .img:hover {
  scale: 1.1;
}
.top-shop__inner__item {
  display: flex;
  justify-content: space-between;
}
.top-shop__inner__item .box {
  width: 24%;
}
.top-shop__inner__item .box__thumb {
  position: relative;
  overflow: hidden;
}
.top-shop__inner__item .box__thumb img {
  transition: 0.3s;
}
.top-shop__inner__item .box__thumb img:hover {
  scale: 1.1;
}
.top-shop__inner__item .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}
.top-shop__inner__item .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
  transition: 0.3s;
}
.top-shop__inner__item .box__thumb .cat a:hover {
  background: #ffffff;
  color: #242434;
}
.top-shop__inner__item .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
  height: 3em;
}
.top-shop__inner__item .box__txt .roast {
  margin-bottom: 0.5em;
  height: 1.5em;
}
.top-shop__inner__item .box__txt .roast a {
  background: #242434;
  color: #ffffff;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s;
}
.top-shop__inner__item .box__txt .roast a:hover {
  background: #db9457;
  color: #ffffff;
}
.top-shop__inner__item .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  height: 3.5em;
}
.top-shop__inner__item .box__txt .price {
  font-size: 0.8em;
  margin-top: 2em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.top-shop__inner__item .box__txt .price em {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.2em;
}
.top-shop__inner__btn {
  text-align: center;
  margin: 3em 0 0;
}
.top-shop__inner__btn a {
  text-align: center;
  text-decoration: none;
  color: #242434;
  border-bottom: solid 1px #242434;
  padding: 0 1em 0.5em;
  transition: 0.3s;
}
.top-shop__inner__btn a:hover i {
  transition: 0.3s;
  margin-left: 1em;
}
.top-shop__inner__btn a i {
  margin-left: 2em;
}

.top-store {
  background-image: url("images/top/store.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-store__inner__title .en {
  text-align: center;
  color: #ffffff;
  font-weight: 200;
}
.top-store__inner__title .ja {
  text-align: center;
  color: #ffffff;
  font-size: 1.5em;
  margin: 1em 0 2em;
}
.top-store__inner__btn {
  text-align: center;
  margin: 5em 0 0;
}
.top-store__inner__btn a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: solid 1px #ffffff;
  padding: 0 1em 0.5em;
  transition: 0.3s;
}
.top-store__inner__btn a:hover i {
  transition: 0.3s;
  margin-left: 1em;
}
.top-store__inner__btn a i {
  margin-left: 2em;
}

.top-news {
  margin: 5em 0;
}
.top-news__inner__title .en {
  text-align: center;
  color: #db9457;
  font-size: 1.2em;
}
.top-news__inner__title .ja {
  text-align: center;
  margin: 1em 0 2em;
  font-size: 1.5em;
  color: #242434;
  font-weight: bold;
}
.top-news__inner__content .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #242434;
  padding: 2em 1em;
}
.top-news__inner__content .row:last-child {
  border-bottom: solid 1px #242434;
}
.top-news__inner__content .row__left {
  width: 7%;
}
.top-news__inner__content .row__right {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top-news__inner__content .row__right .date {
  width: 15%;
  font-size: 0.8em;
}
.top-news__inner__content .row__right .cat {
  width: 80%;
}
.top-news__inner__content .row__right .cat a {
  background: #db9457;
  border: solid 1px #db9457;
  text-decoration: none;
  color: #ffffff;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  transition: 0.3s;
}
.top-news__inner__content .row__right .cat a:hover {
  background: #ffffff;
  color: #db9457;
}
.top-news__inner__content .row__right .title {
  width: 100%;
  margin: 1em 0;
}
.top-news__inner__content .row__right .title a {
  text-decoration: none;
  color: #242434;
  font-weight: bold;
  transition: 0.3s;
}
.top-news__inner__content .row__right .title a:hover {
  opacity: 0.8;
}
.top-news__inner__btn {
  text-align: center;
  margin: 5em 0 0;
}
.top-news__inner__btn a {
  text-align: center;
  text-decoration: none;
  color: #242434;
  border-bottom: solid 1px #242434;
  padding: 0 1em 0.5em;
  transition: 0.3s;
}
.top-news__inner__btn a:hover i {
  transition: 0.3s;
  margin-left: 1em;
}
.top-news__inner__btn a i {
  margin-left: 2em;
}

.top-btm_banner {
  margin: 2em 0 5em;
}
.top-btm_banner__inner {
  display: flex;
  justify-content: space-around;
}
.top-btm_banner__inner .img {
  width: 35%;
}

/* -----------------------------------
  アバウトアーカイブページ
----------------------------------- */
.about-archive__inner {
  display: flex;
  justify-content: space-between;
}
.about-archive__inner .box {
  width: 24%;
}
.about-archive__inner .box__thumb {
  overflow: hidden;
}
.about-archive__inner .box__thumb img {
  transition: 0.3s;
}
.about-archive__inner .box__thumb img:hover {
  scale: 1.1;
}
.about-archive__inner .box__txt .name {
  text-align: center;
  margin: 1em 0;
  font-weight: bold;
}
.about-archive__inner .box__txt .name span {
  display: block;
  margin-bottom: 0.5em;
  color: #9b9b9b;
  font-size: 0.8em;
}
.about-archive__inner .box__btn {
  display: flex;
  justify-content: space-between;
}
.about-archive__inner .box__btn a {
  width: 100%;
  display: inline-block;
  border: solid 1px #242434;
  padding: 0.8em 0;
  text-align: center;
  font-weight: bold;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.about-archive__inner .box__btn a:hover {
  background: #242434;
  color: #ffffff;
}
.about-archive__inner .box__btn a i {
  margin-right: 1.5em;
}

/* -----------------------------------
  アバウトページ
----------------------------------- */
.about-top__inner__message {
  margin: 5em 0;
}
.about-top__inner__message p {
  text-align: center;
  line-height: 3em;
  font-size: 1.2em;
}

.about-store {
  display: flex;
}

.about-history {
  margin: 5em 0;
}
.about-history__inner__title .en {
  text-align: center;
  color: #db9457;
  font-size: 1.2em;
}
.about-history__inner__title .ja {
  text-align: center;
  margin: 1em 0 2em;
  font-size: 1.5em;
  color: #242434;
  font-weight: bold;
}
.about-history__inner__timeline .timeline-list-item {
  display: flex;
  line-height: 1.6em;
}
.about-history__inner__timeline .timeline-list-item .date {
  width: 15%;
  color: #242434;
  font-weight: bold;
}
.about-history__inner__timeline .timeline-list-item .content {
  position: relative;
  width: 80%;
  padding: 0 0 3em 3em;
  color: #242434;
  border-left: 1px solid #e0e0e0;
}
.about-history__inner__timeline .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #db9457;
  border-radius: 10px;
}

/* -----------------------------------
  会社概要
----------------------------------- */
.company__inner__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company__inner__title .title {
  color: #9b9b9b;
  font-size: 5em;
  margin-bottom: 0.3em;
  width: 30%;
}
.company__inner__title .desc {
  font-size: 1.2em;
  line-height: 2.2em;
  color: #9b9b9b;
  width: 60%;
}
.company__inner__photo {
  display: flex;
  margin-top: 3em;
}
.company__inner__outline {
  background: #242434;
  padding-top: 5em;
  padding-bottom: 5em;
}
.company__inner__outline__inner__title {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.company__inner__outline__inner__title .left {
  margin-right: 2em;
  border-right: 1px solid #ffffff;
  padding-right: 2em;
}
.company__inner__outline__inner__title .left .en {
  font-size: 3em;
}
.company__inner__outline__inner__title .left .ja {
  margin-top: 0.5em;
  text-align: left;
  font-size: 1.2em;
}
.company__inner__outline__inner__title .right {
  line-height: 2em;
  font-size: 0.9em;
}
.company__inner__outline__inner__content {
  margin: 5em 0 4em;
}
.company__inner__outline__inner__content .row {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  border-bottom: solid 1px #e0e0e0;
  padding: 2em 0;
  line-height: 1.8em;
}
.company__inner__outline__inner__content .row__left {
  width: 20%;
  font-weight: bold;
}
.company__inner__outline__inner__content .row__right {
  width: 80%;
}
.company__inner__outline__inner__content .row__right span {
  font-weight: bold;
}

/* -----------------------------------
  代表挨拶
----------------------------------- */
.greeting__inner .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5em;
}
.greeting__inner .row__box {
  width: 45%;
}
.greeting__inner .row__box .img {
  margin-bottom: 1em;
}
.greeting__inner .row__box .name-title {
  letter-spacing: 0.1em;
}
.greeting__inner .row__box .name-title .status {
  font-size: 1em;
  margin-bottom: 1.5em;
}
.greeting__inner .row__box .name-title .name {
  font-size: 1.5em;
  font-weight: bold;
}
.greeting__inner .row__box .name-title .name span {
  margin-left: 1.5em;
  font-size: 0.6em;
  font-weight: 300;
}
.greeting__inner .row__box .desc {
  line-height: 2.2em;
}

/* -----------------------------------
  スタッフ紹介
----------------------------------- */
.staff.regular .staff__inner {
  background: #ffffff;
}
.staff__inner {
  background: #edf2f4;
  padding: 3em 0;
}
.staff__inner .title .en {
  color: #db9457;
  font-weight: 200;
}
.staff__inner .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.staff__inner .container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.staff__inner .container__box {
  width: 20%;
  margin: 1.5em;
}
.staff__inner .container__box .img img {
  border-radius: 50%;
}
.staff__inner .container__box .desc {
  margin-top: 1em;
  text-align: center;
}
.staff__inner .container__box .desc__status {
  margin-bottom: 1em;
  font-size: 0.8em;
}
.staff__inner .container__box .desc__name {
  letter-spacing: 0.1em;
  font-weight: bold;
}
.staff__inner .container__box .desc__hobby {
  margin: 1em 0;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4em;
}
.staff__inner .container__box .desc__hobby span {
  display: inline-block;
  background: #db9457;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.1em 1em;
  margin-right: 1em;
}
.staff__inner .container__box .desc__comment {
  text-align: left;
  line-height: 1.4em;
  font-size: 0.9em;
}

/* -----------------------------------
  ストアアーカイブページ
----------------------------------- */
.store-archive__inner {
  display: flex;
  justify-content: space-between;
}
.store-archive__inner .box {
  width: 32%;
}
.store-archive__inner .box__thumb {
  overflow: hidden;
}
.store-archive__inner .box__thumb img {
  transition: 0.3s;
}
.store-archive__inner .box__thumb img:hover {
  scale: 1.1;
}
.store-archive__inner .box__txt .name {
  text-align: center;
  margin: 1em 0;
  font-weight: bold;
}
.store-archive__inner .box__txt .name span {
  display: block;
  margin-bottom: 0.5em;
  color: #9b9b9b;
  font-size: 0.8em;
}
.store-archive__inner .box__txt .time {
  height: 9em;
}
.store-archive__inner .box__txt .time__week {
  display: block;
  margin-bottom: 0.5em;
  color: #db9457;
  font-weight: bold;
}
.store-archive__inner .box__txt .time__row {
  display: flex;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.store-archive__inner .box__txt .time__row__day {
  width: 20%;
}
.store-archive__inner .box__btn {
  display: flex;
  justify-content: space-between;
}
.store-archive__inner .box__btn a {
  width: 48%;
  display: inline-block;
  border: solid 1px #242434;
  padding: 0.8em 0;
  text-align: center;
  font-weight: bold;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.store-archive__inner .box__btn a:hover {
  background: #242434;
  color: #ffffff;
}
.store-archive__inner .box__btn a.readmore {
  background: #242434;
  color: #ffffff;
  transition: 0.3s;
}
.store-archive__inner .box__btn a.readmore:hover {
  background: #ffffff;
  color: #242434;
}
.store-archive__inner .box__btn a i {
  margin-right: 0.5em;
}

/* -----------------------------------
  店舗詳細ページ
----------------------------------- */
.store-mv__inner__slide {
  margin: 0 auto;
  width: 100%;
}
.store-mv__inner__slide .slide-img {
  margin: 0 10px;
}

.store-txt {
  padding: 3em 0;
}
.store-txt__inner {
  text-align: center;
}
.store-txt__inner p {
  margin: 1em 0;
  line-height: 1.6em;
}
.store-txt__inner .min {
  display: none;
}
.store-txt__inner .tab {
  display: none;
}

.store-seasonal-drink {
  margin-bottom: 2em;
}
.store-seasonal-drink__inner .box {
  position: relative;
  border: solid 3px #db9457;
  border-radius: 10px;
}
.store-seasonal-drink__inner .box .title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 0.5em;
  line-height: 1;
  font-size: 1.5em;
  background: #fff;
  color: #db9457;
  font-weight: bold;
}
.store-seasonal-drink__inner .box .fear-title {
  text-align: center;
  margin-top: 2em;
  font-size: 1.5em;
  background: #fff;
  color: #242434;
  font-weight: bold;
}
.store-seasonal-drink__inner .box .fear-title i {
  color: yellow;
}
.store-seasonal-drink__inner .box .fear-title span {
  font-size: 0.7em;
  margin-left: 1em;
}
.store-seasonal-drink__inner .box .fear-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em;
}
.store-seasonal-drink__inner .box .fear-box__left {
  width: 40%;
}
.store-seasonal-drink__inner .box .fear-box__right {
  width: 55%;
}
.store-seasonal-drink__inner .box .fear-box__right .item-title {
  font-size: 1.5em;
  color: #242434;
  font-weight: bold;
}
.store-seasonal-drink__inner .box .fear-box__right .item-title span {
  font-size: 0.6em;
  margin-left: 1em;
  color: #db9457;
  border: solid 2px #db9457;
  padding: 0.5em;
}
.store-seasonal-drink__inner .box .fear-box__right .item-desc {
  margin-top: 1.5em;
  line-height: 1.6em;
}
.store-seasonal-drink__inner .box .fear-box__right .price {
  margin-top: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.store-seasonal-drink__inner .box .fear-box__right .price span {
  margin-right: 0.5em;
}
.store-seasonal-drink__inner .box .menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.5em;
}
.store-seasonal-drink__inner .box .menu .name {
  font-size: 1.3em;
  font-weight: bold;
}
.store-seasonal-drink__inner .box .menu .name span {
  border: solid 3px red;
  font-size: 0.6em;
  padding: 0.1em 0.3em;
  color: red;
  margin-left: 1em;
}
.store-seasonal-drink__inner .box .menu .name i {
  margin-right: 0.5em;
}
.store-seasonal-drink__inner .box .menu .price {
  font-size: 1.2em;
  line-height: 1.4em;
  margin-left: 2em;
}
.store-seasonal-drink__inner .box .desc {
  margin: 0;
  padding: 1em 2em 2em;
  line-height: 1.6em;
  text-align: center;
}
.store-seasonal-drink__inner .box .pad {
  padding-top: 2em;
  padding-bottom: 1em;
}

.store-info {
  background: #edf2f4;
  padding: 3em 0;
}
.store-info__inner .title {
  margin-bottom: 3em;
}
.store-info__inner .title .en {
  color: #db9457;
  font-weight: 200;
}
.store-info__inner .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.store-info__inner__content {
  display: flex;
  justify-content: space-between;
}
.store-info__inner__content .left {
  width: 50%;
}
.store-info__inner__content .left .product-gallery {
  margin-top: 1em;
  display: flex;
}
.store-info__inner__content .left .product-gallery .gallery-image {
  margin: 0.5em;
}
.store-info__inner__content .right {
  width: 45%;
}
.store-info__inner__content .right .main-title {
  margin-bottom: 1.5em;
}
.store-info__inner__content .right .main-title .ja {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.store-info__inner__content .right .main-title .en {
  font-size: 0.8em;
  color: #9b9b9b;
}
.store-info__inner__content .right .main-title span {
  font-size: 0.8em;
  margin-left: 1em;
}
.store-info__inner__content .right__container__row {
  margin-bottom: 1.5em;
}
.store-info__inner__content .right__container__row .sub-title {
  font-size: 1.2em;
}
.store-info__inner__content .right__container__row .sub-title span {
  font-size: 0.6em;
  margin-left: 1em;
  opacity: 0.5;
}
.store-info__inner__content .right__container__row p {
  font-size: 0.8em;
  line-height: 1.6em;
}
.store-info__inner__content .right__container__row .time__week {
  display: block;
  margin-bottom: 0.5em;
  color: #db9457;
  font-weight: bold;
}
.store-info__inner__content .right__container__row .time__row {
  display: flex;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.store-info__inner__content .right__container__row .time__row__day {
  width: 20%;
}
.store-info__inner__content .right__container__row .extra {
  margin-top: 0.5em;
  font-size: 0.9em;
}
.store-info__inner__content .right__container__row .map-btn {
  margin-top: 0.5em;
}
.store-info__inner__content .right__container__row .map-btn a {
  color: #242434;
  border: solid 1px #242434;
  display: inline-block;
  background: #edf2f4;
  padding: 0.5em 2em;
  font-size: 0.8em;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}
.store-info__inner__content .right__container__row .map-btn a i {
  margin-right: 1em;
}
.store-info__inner__content .right__container__row .map-btn a:hover {
  background: #242434;
  color: #ffffff;
}
.store-info__inner__content .right__container__row .route-btn {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
.store-info__inner__content .right__container__row .route-btn a {
  color: #242434;
  border: solid 1px #242434;
  display: inline-block;
  background: #edf2f4;
  padding: 0.5em 2em;
  font-size: 0.8em;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0.5em 0.5em 0 0;
}
.store-info__inner__content .right__container__row .route-btn a i {
  margin-right: 1em;
}
.store-info__inner__content .right__container__row .route-btn a:hover {
  background: #242434;
  color: #ffffff;
}
.store-info__inner__content .right__container__row a {
  color: #db9457;
  text-decoration: none;
  font-size: 1.1em;
}
.store-info__inner__content .right__container__row a.tel {
  font-size: 1.3em;
  transition: 0.3s;
}
.store-info__inner__content .right__container__row a.tel:hover {
  color: #242434;
  font-weight: bold;
}

.store-line-banner {
  padding: 3em 0;
  display: flex;
  justify-content: center;
}
.store-line-banner__inner {
  width: 40%;
}
.store-line-banner__inner .img {
  overflow: hidden;
}
.store-line-banner__inner .img img {
  transition: 0.3s;
}
.store-line-banner__inner .img img:hover {
  scale: 1.1;
}

.store-insta {
  background: #f0f0e9;
  padding: 3em 0;
}
.store-insta__inner .title {
  margin-bottom: 3em;
}
.store-insta__inner .title .en {
  color: #db9457;
  font-weight: 200;
}
.store-insta__inner .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.store-insta__inner__content__feed__box {
  margin-bottom: 1em;
}
.store-insta__inner__content__feed__box #sbi_images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.store-insta__inner__content__feed__box #sbi_images .sbi_item {
  width: 30%;
}
.store-insta__inner__content__btn {
  margin-top: 2em;
}
.store-insta__inner__content__btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1.2em 0;
  background: #9b9b9b;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9em;
  transition: 0.3s;
}
.store-insta__inner__content__btn a:hover {
  background: #242434;
  color: #ffffff;
}

.store-menu {
  padding: 3em 0;
}
.store-menu__inner .title {
  margin-bottom: 3em;
}
.store-menu__inner .title .en {
  color: #db9457;
  font-weight: 200;
}
.store-menu__inner .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.store-menu__inner__content .row {
  margin: 0 3em 2em;
}
.store-menu__inner__content .row .sub-title {
  font-size: 1.5em;
  margin: 1.5em 0;
  font-weight: bold;
}
.store-menu__inner__content .row .sub-title i {
  margin-right: 0.5em;
}
.store-menu__inner__content .row .note {
  margin: 1.5em 0;
  font-size: 0.9em;
  line-height: 1.4em;
}
.store-menu__inner__content .row .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4em;
  margin: 2em 0;
  position: relative;
}
.store-menu__inner__content .row .item::before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: #242434;
  position: absolute;
  top: 50%;
  left: 0;
}
.store-menu__inner__content .row .item .menu-txt {
  width: 65%;
}
.store-menu__inner__content .row .item .menu-txt .name {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 0.5em;
  line-height: 1.4em;
}
.store-menu__inner__content .row .item .menu-txt .txt,
.store-menu__inner__content .row .item .menu-txt .list {
  font-size: 0.8em;
  line-height: 1.4em;
}
.store-menu__inner__content .row .item .menu-txt .txt .caution,
.store-menu__inner__content .row .item .menu-txt .list .caution {
  margin-top: 0.5em;
}
.store-menu__inner__content .row .item .menu-txt .txt .caution span,
.store-menu__inner__content .row .item .menu-txt .list .caution span {
  color: #db9457;
}
.store-menu__inner__content .row .item .menu-txt .note {
  padding-top: 1em;
  font-size: 0.8em;
}
.store-menu__inner__content .row .item .price {
  width: 30%;
  font-size: 1.2em;
  text-align: end;
  line-height: 1.4em;
}
.store-menu__inner__content .row .item .price-tag {
  font-size: 0.8em;
  margin-right: 0.2em;
  margin-left: 0.5em;
}

/* -----------------------------------
  お知らせページ
----------------------------------- */
.news-archive .title {
  margin-bottom: 3em;
  text-align: center;
}
.news-archive .title .en {
  color: #db9457;
  font-weight: 200;
}
.news-archive .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.news-archive .title .txt {
  margin-top: 2em;
  font-size: 0.9em;
  font-weight: 500;
}
.news-archive__inner {
  display: flex;
  flex-wrap: wrap;
}
.news-archive__inner .box {
  width: 30%;
  margin: 1em 1em 2em;
}
.news-archive__inner .box__thumb {
  overflow: hidden;
}
.news-archive__inner .box__thumb img {
  transition: 0.3s;
}
.news-archive__inner .box__thumb img:hover {
  scale: 1.1;
}
.news-archive__inner .box__btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}
.news-archive__inner .box__btm .date {
  color: #9b9b9b;
  margin-right: 1em;
}
.news-archive__inner .box__btm .cat a {
  color: #ffffff;
  text-decoration: none;
  background: #db9457;
  border: solid 1px #db9457;
  padding: 0.2em 1em;
  font-size: 0.8em;
  border-radius: 5px;
  transition: 0.3s;
}
.news-archive__inner .box__btm .cat a:hover {
  background: #ffffff;
  color: #db9457;
}
.news-archive__inner .box__btm .title {
  width: 100%;
  margin-top: 1em;
}
.news-archive__inner .box__btm .title a {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.news-archive__inner .box__btm .title a:hover {
  opacity: 0.8;
}
.news-archive__inner .pagenavi {
  width: 100%;
  margin: 5em 0 0;
}
.news-archive__inner .pagenavi .wp-pagenavi {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news-archive__inner .pagenavi .wp-pagenavi a {
  text-decoration: none;
  color: #9b9b9b;
  transition: 0.3s;
}
.news-archive__inner .pagenavi .wp-pagenavi a:hover {
  color: #db9457;
}
.news-archive__inner .pagenavi .wp-pagenavi .current {
  border: none;
  margin: 0 0.5em;
}
.news-archive__inner .pagenavi .wp-pagenavi .previouspostslink {
  padding: 0.1em 0.5em;
  color: #db9457;
  margin-right: 1em;
  border: none;
  font-size: 1.5em;
  transition: 0.3s;
}
.news-archive__inner .pagenavi .wp-pagenavi .previouspostslink:hover {
  color: #242434;
}
.news-archive__inner .pagenavi .wp-pagenavi .nextpostslink {
  padding: 0.1em 0.5em;
  color: #db9457;
  margin-left: 1em;
  border: none;
  font-size: 1.5em;
  transition: 0.3s;
}
.news-archive__inner .pagenavi .wp-pagenavi .nextpostslink:hover {
  color: #242434;
}
.news-archive__inner .pagenavi .wp-pagenavi .page {
  margin: 0 0.5em;
  border: none;
  font-weight: bold;
}

.news-single {
  margin-top: 3em;
}
.news-single__inner__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}
.news-single__inner__top .date {
  color: #9b9b9b;
  margin-right: 1em;
}
.news-single__inner__top .cat a {
  color: #ffffff;
  text-decoration: none;
  background: #db9457;
  padding: 0.2em 1em;
  font-size: 0.8em;
  border-radius: 5px;
}
.news-single__inner__title {
  margin: 2em 0;
  font-size: 1.3em;
  line-height: 1.6em;
}
.news-single__inner__thumb a {
  display: block;
  text-align: center;
}
.news-single__inner__thumb a img {
  width: 50%;
}
.news-single__inner__content.media #ez-toc-container ul li::before {
  display: none;
}
.news-single__inner__content #ez-toc-container {
  background: none;
  width: 100%;
  border: none;
  border-left: 8px solid #db9457;
  padding-left: 1em;
  box-shadow: none;
  margin-bottom: 5em;
}
.news-single__inner__content #ez-toc-container .ez-toc-title {
  position: relative;
  margin-bottom: 1em;
  font-weight: bold;
  display: block;
}
.news-single__inner__content #ez-toc-container .ez-toc-list a {
  color: #333333;
}
.news-single__inner__content #ez-toc-container .ez-toc-list a::before {
  color: #db9457;
  font-size: 1.1em;
  font-weight: bold;
}
.news-single__inner__content #ez-toc-container .ez-toc-list .ez-toc-page-1 .ez-toc-list-level-3 .ez-toc-heading-level-3 a {
  display: flex;
  align-items: center;
}
.news-single__inner__content #ez-toc-container .ez-toc-list .ez-toc-page-1 .ez-toc-list-level-3 .ez-toc-heading-level-3 a::before {
  content: "・";
  font-weight: bold;
  font-size: 1.3em;
}
.news-single__inner__content .product-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-single__inner__content .product-card .blog-card {
  width: 49%;
}
.news-single__inner__content .product-card a {
  cursor: pointer;
}
.news-single__inner__content .img {
  text-align: center;
  margin: 1em;
}
.news-single__inner__content .img img {
  width: 40%;
}
.news-single__inner__content .img-list {
  display: flex;
  flex-wrap: wrap;
}
.news-single__inner__content .img-list img {
  width: 22%;
  margin: 1em 0.5em;
  object-fit: cover;
}
.news-single__inner .share {
  display: flex;
  justify-content: center;
  margin-top: 5em;
  margin-bottom: 2em;
}
.news-single__inner .share__icon {
  margin: 0 2em;
}

#post-style .interview-article {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
  color: #333;
}
#post-style .interview-article .interview-profile {
  margin-bottom: 2rem;
}
#post-style .interview-article .interview-profile .profile-list {
  list-style: none;
  padding: 0;
}
#post-style .interview-article .interview-profile .profile-list li {
  margin-bottom: 0.5rem;
}
#post-style .interview-article .interview-profile .profile-list li strong {
  margin-right: 1em;
  display: inline-block;
}
#post-style .interview-article .interview-body .message-block {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#post-style .interview-article .interview-body .message-block .message {
  display: flex;
  align-items: flex-start;
}
#post-style .interview-article .interview-body .message-block .message.staff .avatar {
  order: 0;
}
#post-style .interview-article .interview-body .message-block .message.staff .speech-bubble {
  order: 1;
}
#post-style .interview-article .interview-body .message-block .message.interviewee {
  flex-direction: row-reverse;
}
#post-style .interview-article .interview-body .message-block .message.interviewee .avatar {
  order: 0;
}
#post-style .interview-article .interview-body .message-block .message.interviewee .speech-bubble {
  order: 1;
}
#post-style .interview-article .interview-body .message-block .message .avatar {
  flex: 0 0 50px;
  margin: 0 1rem;
}
#post-style .interview-article .interview-body .message-block .message .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
#post-style .interview-article .interview-body .message-block .message .speech-bubble {
  position: relative;
  padding: 1rem;
  border-radius: 1rem;
  max-width: 70%;
  line-height: 1.5;
}
#post-style .interview-article .interview-body .message-block .message .speech-bubble p {
  margin-bottom: 0;
}
#post-style .interview-article .interview-body .message-block .message .speech-bubble::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
#post-style .interview-article .interview-body .message-block .message.staff .speech-bubble {
  background: #f5f5f5;
}
#post-style .interview-article .interview-body .message-block .message.staff .speech-bubble::before {
  left: -20px;
  top: 15px;
  border-right-color: #f5f5f5;
}
#post-style .interview-article .interview-body .message-block .message.interviewee .speech-bubble {
  background: #db9457;
}
#post-style .interview-article .interview-body .message-block .message.interviewee .speech-bubble p {
  color: #ffffff;
}
#post-style .interview-article .interview-body .message-block .message.interviewee .speech-bubble::before {
  right: -20px;
  top: 15px;
  border-left-color: #db9457;
}

/* -----------------------------------
  よくあるご質問ページ
----------------------------------- */
.faq {
  margin: 5em 0 0;
}
.faq__inner__link {
  display: flex;
  flex-wrap: wrap;
  margin: 5em 0;
}
.faq__inner__link .row {
  margin: 1em;
}
.faq__inner__link .row a {
  text-decoration: none;
  color: #db9457;
  border: solid 1px #db9457;
  padding: 0.5em 1em;
  display: inline-block;
  transition: 0.3s;
}
.faq__inner__link .row a:hover {
  background: #db9457;
  color: #ffffff;
}
.faq__inner__link .row a.contact {
  background: #db9457;
  color: #ffffff;
  transition: 0.3s;
}
.faq__inner__link .row a.contact:hover {
  background: #ffffff;
  color: #db9457;
}
.faq__inner__link .row a i {
  margin-left: 0.5em;
}
.faq__inner .box {
  background: #edf2f4;
  padding-top: 5em;
  padding-bottom: 5em;
}
.faq__inner .box:nth-child(even) {
  background: #ffffff;
}
.faq__inner .box__title {
  display: flex;
  align-items: center;
}
.faq__inner .box__title .left {
  margin-right: 2em;
  border-right: 1px solid #333333;
  padding-right: 2em;
}
.faq__inner .box__title .left .en {
  font-size: 3em;
  line-height: 1.6em;
}
.faq__inner .box__title .left .ja {
  margin-top: 0.5em;
  text-align: left;
  font-size: 1.2em;
}
.faq__inner .box__title .right {
  line-height: 2em;
  font-size: 0.9em;
}
.faq__inner .box__content {
  margin: 5em auto;
}
.faq__inner .box__content .row {
  padding: 2em;
  border-bottom: solid 1px #e0e0e0;
}
.faq__inner .box__content .row__title {
  cursor: pointer;
  display: flex;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  transition: 0.3s;
}
.faq__inner .box__content .row__title:hover {
  color: #db9457;
}
.faq__inner .box__content .row__title .fa-q {
  margin-right: 1em;
}
.faq__inner .box__content .row__title .fa-plus {
  margin-left: auto;
  transition: transform 0.3s ease;
}
.faq__inner .box__content .row__desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  background: #edf2f4;
  padding: 0 1em;
  line-height: 2em;
  margin-top: 2em;
  display: none;
}
.faq__inner .box__content .row__desc a {
  text-decoration: none;
  color: #db9457;
  word-break: break-all;
}
.faq__inner .box__content .row__desc.open {
  opacity: 1;
  padding: 1em;
  max-height: inherit;
  display: block;
}
.faq__inner .box__content .row__title .fa-plus.rotate {
  transform: rotate(45deg); /* プラスアイコンを回転させる */
}
/* -----------------------------------
  法人の方向けページ
----------------------------------- */
.wholesale-mv {
  position: relative;
}
.wholesale-mv__inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wholesale-mv__inner .en {
  color: #db9457;
  font-weight: 200;
}
.wholesale-mv__inner .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #ffffff;
}

.wholesale-bg {
  background: #242434;
}

.wholesale-section {
  border-bottom: solid 1px #e0e0e0;
  padding: 5em 0;
}
.wholesale-section__inner .title {
  margin-bottom: 3em;
}
.wholesale-section__inner .title .en {
  color: #db9457;
  font-weight: 200;
}
.wholesale-section__inner .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #ffffff;
}
.wholesale-section__inner .title .ja span {
  margin-left: 0.5em;
  font-size: 0.7em;
}
.wholesale-section__inner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wholesale-section__inner .content__box .desc {
  line-height: 2em;
  color: #ffffff;
}
.wholesale-section__inner .content__box.left {
  width: 40%;
}
.wholesale-section__inner .content__box.right {
  width: 55%;
}
.wholesale-section__inner .contact-form {
  margin-top: 0;
}
.wholesale-section__inner .contact-form__row .title {
  color: #ffffff;
  margin-bottom: 1em;
}
.wholesale-section__inner .contact-form__privacy p {
  color: #ffffff;
}
.wholesale-section__inner .contact-form__privacy p a {
  color: #db9457;
}
.wholesale-section__inner .contact-form__privacy p a:hover {
  color: #ffffff;
}
.wholesale-section__inner .contact-form__btn [type=submit],
.wholesale-section__inner .contact-form__btn [type=button] {
  color: #ffffff;
  border: solid 1px #ffffff;
}
.wholesale-section__inner .contact-form__btn [type=submit]:hover,
.wholesale-section__inner .contact-form__btn [type=button]:hover {
  background: #ffffff;
  color: #242434 !important;
}
.wholesale-section__inner .list-box {
  margin-top: 2em;
  background: #ffffff;
}
.wholesale-section__inner .list-box .title {
  background: #db9457;
  color: #ffffff;
  padding: 0.5em 1em;
  display: inline-block;
  margin-bottom: 0;
}
.wholesale-section__inner .list-box .inner {
  padding: 1em;
}
.wholesale-section__inner .list-box .inner ul {
  line-height: 2em;
}
.wholesale-section__inner .list-box .inner ul li {
  font-weight: bold;
  color: #242434;
}
.wholesale-section__inner .list-box .inner ul li i {
  margin-right: 0.5em;
}
.wholesale-section__inner .list-box .inner .desc {
  margin-top: 1em;
  line-height: 1.6em;
}
.wholesale-section__inner .list-box .inner .desc span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.8em;
}
.wholesale-section__inner .oem-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3em;
}
.wholesale-section__inner .oem-img img {
  width: 25%;
  padding: 0 4em;
}

/* -----------------------------------
  プライバシーポリシーページ
----------------------------------- */
.privacy__inner .content h3 {
  padding: 0.5em;
  color: #db9457;
  border-left: solid 5px #db9457;
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0 1em;
}
.privacy__inner .content p {
  line-height: 1.8em;
}
.privacy__inner .content p.right {
  text-align: right;
}

/* -----------------------------------
  特商法ページ
----------------------------------- */
.transaction_law__inner .content__row {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  border-bottom: solid 1px #e0e0e0;
}
.transaction_law__inner .content__row .left {
  width: 20%;
}
.transaction_law__inner .content__row .left h3 {
  color: #db9457;
  font-weight: bold;
}
.transaction_law__inner .content__row .right {
  width: 75%;
}
.transaction_law__inner .content__row .right p {
  line-height: 1.8em;
}
.transaction_law__inner .content__row .right .caution {
  margin-top: 0.5em;
  font-size: 0.8em;
  line-height: 1.4em;
}
.transaction_law__inner .content__row .right .box {
  margin-bottom: 1em;
}
.transaction_law__inner .content__row .right .box:last-child {
  margin-bottom: 0;
}
.transaction_law__inner .content__row .right .box .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.transaction_law__inner .content__row .right .box .row:last-child {
  margin-bottom: 0;
}
.transaction_law__inner .content__row .right .box .row__left span {
  font-size: 0.8em;
  margin-left: 1em;
}
.transaction_law__inner .content__row .right .box .row__right span {
  font-size: 1.2em;
  margin-right: 0.5em;
}
.transaction_law__inner .content__row .right .box .row__btm {
  width: 100%;
  background: #f0f0e9;
  padding: 0.5em;
  font-size: 0.8em;
}

/* -----------------------------------
  お問い合わせページ
----------------------------------- */
.contact-page__inner .top-container {
  display: flex;
  justify-content: space-between;
}
.contact-page__inner .top-container__box {
  width: 32%;
}
.contact-page__inner .top-container__box a {
  display: block;
  border: solid 2px #242434;
  border-radius: 0.5em;
  color: #242434;
  text-decoration: none;
  text-align: center;
  padding: 1em;
  transition: 0.3s;
}
.contact-page__inner .top-container__box a:hover {
  background: #242434;
  color: #ffffff;
}
.contact-page__inner .top-container__box a:hover .btn {
  background: #ffffff;
  color: #242434;
}
.contact-page__inner .top-container__box a i {
  font-size: 2em;
}
.contact-page__inner .top-container__box a .title {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 1em 0;
}
.contact-page__inner .top-container__box a .title strong {
  font-size: 1.2em;
  margin-right: 0.2em;
}
.contact-page__inner .top-container__box a .desc {
  display: block;
  font-size: 0.9em;
  margin: 2em 0;
}
.contact-page__inner .top-container__box a .btn {
  margin-top: 1em;
  border: solid 1px #242434;
  background: #242434;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5em 0;
  border-radius: 0.3em;
}

.contact-page-content {
  margin: 5em 0;
}
/* -----------------------------------
  初めての方へページ
----------------------------------- */
.beginner__inner__logo {
  text-align: center;
}
.beginner__inner__logo img {
  width: 30%;
}
.beginner__inner__feature {
  margin-top: 3em;
}
.beginner__inner__feature .title {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.beginner__inner__feature .title span {
  font-size: 1.5em;
  margin: 0 0.2em;
  color: #db9457;
}
.beginner__inner__feature .container {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}
.beginner__inner__feature .container__box {
  width: 18%;
  border: solid 2px #242434;
  border-radius: 5px;
  padding: 1em;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.beginner__inner__feature .container__box:hover {
  background: #242434;
  color: #ffffff;
}
.beginner__inner__feature .container__box i {
  font-size: 2em;
  margin-bottom: 0.6em;
}
.beginner__inner__feature .container__box p {
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: bold;
}
.beginner__inner__feature .container__box p span {
  display: block;
  margin-top: 0.3em;
  font-size: 0.8em;
  font-weight: normal;
}
.beginner__inner__feature .btm-container {
  margin-top: 3em;
  background: #db9457;
  padding: 2em;
  border-radius: 0.5em;
}
.beginner__inner__feature .btm-container .title {
  color: #ffffff;
}
.beginner__inner__feature .btm-container__inner {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
.beginner__inner__feature .btm-container__inner__box {
  width: 23%;
  background: #ffffff;
  color: #db9457;
  padding: 1em;
  text-align: center;
  border-radius: 0.2em;
  font-size: 0.9em;
}
.beginner__inner__cta {
  margin: 4em 0;
  display: flex;
  justify-content: space-between;
}
.beginner__inner__cta .box {
  width: 45%;
  background: #f0f0e9;
  padding: 2em;
  border-radius: 0.5em;
}
.beginner__inner__cta .box p {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #242434;
}
.beginner__inner__cta .box .btn {
  margin-top: 2em;
}
.beginner__inner__cta .box .btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1.2em 0;
  background: #f0f0e9;
  color: #242434;
  font-size: 0.9em;
  transition: 0.3s;
}
.beginner__inner__cta .box .btn a:hover {
  background: #242434;
  color: #ffffff;
}

/* -----------------------------------
  大口注文サービスページ
----------------------------------- */
.bulk_order__inner__message {
  margin: 5em 0;
}
.bulk_order__inner__message p {
  text-align: center;
  line-height: 3em;
}
.bulk_order__inner__btn {
  text-align: center;
  margin: 3em 0 0;
}
.bulk_order__inner__btn a {
  text-align: center;
  text-decoration: none;
  color: #242434;
  border-bottom: solid 1px #242434;
  padding: 0 1em 0.5em;
}
.bulk_order__inner__btn a i {
  margin-left: 2em;
}

.bulk_order-criterion {
  padding: 3em 0;
  background-color: #edf2f4;
}
.bulk_order-criterion__inner {
  display: flex;
  justify-content: center;
}
.bulk_order-criterion__inner__content {
  display: flex;
  justify-content: space-between;
  padding: 3em;
  width: 80%;
}
.bulk_order-criterion__inner__content .left {
  width: 45%;
  text-align: center;
}
.bulk_order-criterion__inner__content .left img {
  width: 80%;
}
.bulk_order-criterion__inner__content .right {
  width: 45%;
}
.bulk_order-criterion__inner__content .right .title {
  padding-bottom: 1em;
}
.bulk_order-criterion__inner__content .right .title .ja {
  font-size: 1.4em;
  font-weight: 600;
}
.bulk_order-criterion__inner__content .right .list .criterion li {
  list-style: disc;
  padding: 1em 0;
  margin-left: 1em;
}
.bulk_order-criterion__inner__content .right .list .criterion li span {
  font-size: 1.5em;
  margin: 0 0.2em;
  color: #db9457;
  font-weight: 700;
}
.bulk_order-criterion__inner__content .right .contact-btn {
  margin: 2em 0 0;
}
.bulk_order-criterion__inner__content .right .contact-btn a {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: solid 1px #242434;
  background: #242434;
  padding: 0.5em 1em;
  font-weight: 400;
}
.bulk_order-criterion__inner__content .right .contact-btn a i {
  margin-left: 2em;
}

.bulk_order-service {
  padding: 3em 0;
}
.bulk_order-service__inner .title {
  margin-bottom: 3em;
}
.bulk_order-service__inner .title .en {
  color: #db9457;
  font-weight: 200;
}
.bulk_order-service__inner .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.bulk_order-service__inner__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bulk_order-service__inner__content .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #242434;
  border-radius: 10px;
  padding: 1em;
}
.bulk_order-service__inner__content .item .sub-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
}
.bulk_order-service__inner__content .item .btm {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bulk_order-service__inner__content .item .btm .txt {
  line-height: 1.4em;
  font-size: 0.9em;
}
.bulk_order-service__inner__content .item .btm .txt .note {
  font-size: 0.8em;
  color: #9b9b9b;
  padding-top: 0.5em;
}
.bulk_order-service__inner__content .item .btm .img {
  padding: 1em 0;
  width: 70%;
}
.bulk_order-service__inner__content .item2 {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #242434;
  border-radius: 10px;
  padding: 1em;
  margin-top: 2em;
}
.bulk_order-service__inner__content .item2 .sub-title {
  font-size: 1.2em;
}
.bulk_order-service__inner__content .item2 .btm {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bulk_order-service__inner__content .item2 .btm .txt {
  line-height: 1.4em;
}
.bulk_order-service__inner__content .item2 .btm .txt .note {
  font-size: 0.8em;
  color: #9b9b9b;
  padding-top: 0.5em;
}
.bulk_order-service__inner__content .item2 .btm .txt .ocher {
  font-size: 0.8em;
  color: #db9457;
  padding-top: 0.5em;
}
.bulk_order-service__inner__content .item2 .btm .img {
  padding: 1em 0;
  width: 70%;
}
.bulk_order-flow {
  padding: 3em 0;
}
.bulk_order-flow__inner .title {
  margin-bottom: 3em;
  text-align: center;
}
.bulk_order-flow__inner .title .en {
  color: #db9457;
  font-weight: 200;
}
.bulk_order-flow__inner .title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.bulk_order-flow__inner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bulk_order-flow__inner__content .row {
  width: 70%;
  background-color: #edf2f4;
  border-radius: 10px;
  padding: 3em;
}
.bulk_order-flow__inner__content .row .sub-title .en {
  font-size: 1.2em;
  padding-bottom: 0.5em;
  color: #db9457;
}
.bulk_order-flow__inner__content .row .sub-title .ja {
  font-size: 1.1em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #242434;
}
.bulk_order-flow__inner__content .row .btm .txt {
  line-height: 1.4em;
  font-size: 0.9em;
}
.bulk_order-flow__inner__content .row .btm .txt .note {
  font-size: 0.9em;
  color: #9b9b9b;
  padding-top: 0.5em;
}
.bulk_order-flow__inner__content .triangle {
  width: 5%;
  margin: 0.5em 0;
  background: #242434;
  height: 25.9807621135px;
  width: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.bulk_order-flow__inner .btn {
  text-align: center;
  margin-top: 2em;
}

.bulk_order-contact {
  background: #f0f0e9;
  padding: 3em 0;
}
.bulk_order-contact__inner__form select,
.bulk_order-contact__inner__form input,
.bulk_order-contact__inner__form textarea {
  background: #ffffff !important;
}
.bulk_order-contact__inner .contact-form__btn input {
  background: #242434 !important;
  border: 1px solid #242434 !important;
  color: #ffffff !important;
}
.bulk_order-contact__inner .contact-form__btn input:hover {
  background: #ffffff !important;
  color: #242434 !important;
}

/* -----------------------------------
  ギフトサービスページ
----------------------------------- */
.gift-bg {
  background: #f0f0e9;
}
.gift-bg .layer-mv {
  margin-top: 0;
  padding-top: 5em;
}

.gift-service__inner__message {
  margin: 5em 0;
}
.gift-service__inner__message p {
  text-align: center;
  line-height: 3em;
}
.gift-service__inner__cat {
  display: flex;
  justify-content: center;
}
.gift-service__inner__cat .link {
  width: 20%;
  margin: 0 1em;
}
.gift-service__inner__cat .link a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0.5em;
  padding: 1em 0;
  background: #db9457;
  border: solid 1px #db9457;
  transition: 0.3s;
}
.gift-service__inner__cat .link a:hover {
  background: #ffffff;
  color: #db9457;
}
.gift-service__inner__cat .link a i {
  margin-right: 1em;
}
.gift-service__inner__section {
  margin: 5em 0 8em;
}
.gift-service__inner__section__title .en {
  color: #db9457;
  font-weight: 200;
}
.gift-service__inner__section__title .ja {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5em;
  color: #242434;
}
.gift-service__inner__section__desc {
  margin-top: 2em;
  line-height: 1.6em;
}
.gift-service__inner__section__desc .caution {
  margin-top: 1em;
  font-size: 0.8em;
}
.gift-service__inner__section__content {
  display: flex;
  justify-content: flex-end;
  margin-top: 4em;
}
.gift-service__inner__section__content .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
  width: 81%;
}
.gift-service__inner__section__content .inner .thumb {
  width: 30%;
}
.gift-service__inner__section__table {
  margin-top: 2em;
}
.gift-service__inner__section__table .row {
  display: flex;
  margin-bottom: 1px;
}
.gift-service__inner__section__table .row__col {
  width: 27%;
  padding: 1em 0;
  text-align: center;
}
.gift-service__inner__section__table .row__col.head {
  background: #db9457;
  color: #ffffff;
  width: 19%;
}
.gift-service__inner__section__flex {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.gift-service__inner__section__flex .img {
  width: 30%;
}
.gift-service__inner__section__flex .box {
  width: 19%;
}
.gift-service__inner__section__flex .desc {
  width: 65%;
}
.gift-service__inner__section__flex .desc .title {
  font-size: 1.2em;
  font-weight: bold;
}
.gift-service__inner__section__flex .desc ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.gift-service__inner__section__flex .desc ul li {
  background: #db9457;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  margin-right: 1em;
  margin-bottom: 1em;
  color: #ffffff;
}
.gift-service__inner__section__flex .desc ul .caution {
  width: 100%;
  margin-top: 2em;
  font-size: 0.8em;
}

/* -----------------------------------
  トップページ(ショップ)
----------------------------------- */
.shop-mv {
  position: relative;
}
.shop-mv__inner__slide .slick-arrow {
  display: none !important;
}
.shop-mv__inner__upper {
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate(50%, -50%);
  writing-mode: vertical-rl;
  color: #db9457;
}
.shop-mv__inner .sp {
  display: none;
}

.shop-top-banner {
  margin-top: 3em;
}
.shop-top-banner__inner {
  display: flex;
  justify-content: space-around;
}
.shop-top-banner__inner .img {
  width: 30%;
  overflow: hidden;
}
.shop-top-banner__inner .img img {
  transition: 0.3s;
}
.shop-top-banner__inner .img img:hover {
  scale: 1.1;
}

.shop-sale {
  margin-top: 2em;
}
.shop-sale__inner .main {
  text-align: center;
  border: solid 3px red;
  padding: 1em;
  color: red;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  animation: colorFlash 1s infinite alternate ease-in-out;
}
.shop-sale__inner .main i {
  margin-right: 0.5em;
  display: inline-block;
  animation: shake 1s infinite alternate ease-in-out;
}
.shop-sale__inner .main:hover {
  background-color: red;
  color: white;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.7);
  animation: none;
}

@keyframes colorFlash {
  0% {
    color: red;
    font-weight: bold;
  }
  50% {
    color: darkred;
    font-weight: bolder;
  }
  100% {
    color: orangered;
    font-weight: bold;
  }
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
.shop-sq_banner {
  display: flex;
  justify-content: flex-end;
  margin: 5em 0;
}
.shop-sq_banner__inner {
  width: 95%;
  position: relative;
}
.shop-sq_banner__inner .banner {
  margin: 0 1.5em;
  overflow: hidden;
}
.shop-sq_banner__inner .banner img {
  transition: 0.3s;
}
.shop-sq_banner__inner .banner img:hover {
  scale: 1.1;
}
.shop-sq_banner__inner .prev-arrow,
.shop-sq_banner__inner .next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #db9457;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.shop-sq_banner__inner .prev-arrow:hover,
.shop-sq_banner__inner .next-arrow:hover {
  background: #242434;
}
.shop-sq_banner__inner .prev-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(180deg) translate(0%, 50%);
  z-index: 1;
}
.shop-sq_banner__inner .next-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 1;
}
.shop-sq_banner__inner .prev-arrow::before,
.shop-sq_banner__inner .next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.shop-cat {
  margin: 5em 0;
}
.shop-cat__inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.shop-cat__inner .top__title .sub {
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #db9457;
}
.shop-cat__inner .top__title .main {
  font-size: 2.5em;
}
.shop-cat__inner .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-cat__inner .container .row {
  width: 32%;
  margin-bottom: 1em;
}
.shop-cat__inner .container .row a {
  color: #db9457;
  background: #ffffff;
  border: solid 2px #db9457;
  text-decoration: none;
  display: block;
  border-radius: 0.5em;
  padding: 1em 2em;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.shop-cat__inner .container .row a i {
  font-size: 1.5em;
  margin-right: 1em;
}
.shop-cat__inner .container .row a:hover {
  background: #db9457;
  color: #ffffff;
}

.shop-section.margin {
  margin-top: 5em;
}
.shop-section__inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.shop-section__inner .top__title .sub {
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #db9457;
}
.shop-section__inner .top__title .main {
  font-size: 2.5em;
}
.shop-section__inner .top__btn {
  text-align: center;
  margin: 3em 0 0;
}
.shop-section__inner .top__btn a {
  text-align: center;
  text-decoration: none;
  color: #242434;
  border-bottom: solid 1px #242434;
  padding: 0 1em 0.5em;
  transition: 0.3s;
}
.shop-section__inner .top__btn a:hover {
  color: #db9457;
  letter-spacing: 0.2em;
  border-bottom: solid 1px #db9457;
}
.shop-section__inner .top__btn a i {
  margin-right: 2em;
}
.shop-section__inner .item {
  display: flex;
  justify-content: space-between;
}
.shop-section__inner .item .box {
  width: 32%;
}
.shop-section__inner .item .box.width {
  width: 19%;
}
.shop-section__inner .item .box__thumb {
  position: relative;
  overflow: hidden;
}
.shop-section__inner .item .box__thumb img {
  transition: 0.3s;
}
.shop-section__inner .item .box__thumb img:hover {
  scale: 1.1;
}
.shop-section__inner .item .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.shop-section__inner .item .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
  transition: 0.3s;
}
.shop-section__inner .item .box__thumb .cat a:hover {
  background: #ffffff;
  color: #242434;
}
.shop-section__inner .item .box__thumb .rank {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: #db9457;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.4em 0.6em;
}
.shop-section__inner .item .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
  height: 3em;
}
.shop-section__inner .item .box__txt .roast {
  margin-bottom: 0.5em;
  height: 1.5em;
}
.shop-section__inner .item .box__txt .roast a {
  background: #242434;
  color: #ffffff;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s;
}
.shop-section__inner .item .box__txt .roast a:hover {
  background: #db9457;
  color: #ffffff;
}
.shop-section__inner .item .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  height: 7em;
}
.shop-section__inner .item .box__txt .desc.short {
  height: 5em;
}
.shop-section__inner .item .box__txt .price-box {
  display: flex;
  align-items: center;
}
.shop-section__inner .item .box__txt .price-box.flex {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0em;
}
.shop-section__inner .item .box__txt .price-box.flex .price {
  margin-top: 0.5em;
}
.shop-section__inner .item .box__txt .price-box .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.shop-section__inner .item .box__txt .price-box .price em {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.2em;
}
.shop-section__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.shop-section__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a {
  color: red;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s;
}
.shop-section__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a:hover {
  color: #242434;
}
.shop-section__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a i {
  color: red;
}
.shop-section__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a svg {
  color: red;
  width: 15px;
  margin-bottom: -0.1em;
}
.shop-section__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.shop-section__inner .item .box__txt .add-to-cart {
  margin-top: 2em;
}
.shop-section__inner .item .box__txt .add-to-cart a {
  border: solid 1px #242434;
  padding: 1em 0;
  display: block;
  text-align: center;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.shop-section__inner .item .box__txt .add-to-cart a:hover {
  background: #242434;
  color: #ffffff;
}
.shop-section__inner .item .box__txt .add-to-cart a i {
  margin-right: 1em;
}
.shop-section__inner .item .control:nth-child(n+4) {
  display: none;
}
.shop-section__inner .container {
  display: flex;
  justify-content: space-between;
}
.shop-section__inner .container__left {
  width: 48%;
}
.shop-section__inner .container__left .row {
  margin-bottom: 2em;
}
.shop-section__inner .container__left .row__title {
  font-weight: bold;
  margin-bottom: 1.5em;
  font-size: 1.2em;
}
.shop-section__inner .container__left .row__cat {
  display: flex;
  flex-wrap: wrap;
}
.shop-section__inner .container__left .row__cat li {
  margin-bottom: 2.5em;
  margin-right: 1em;
}
.shop-section__inner .container__left .row__cat li a {
  color: #db9457;
  border: solid 1px #db9457;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border-radius: 0.5em;
  transition: 0.3s;
}
.shop-section__inner .container__left .row__cat li a:hover {
  background: #db9457;
  color: #ffffff;
}
.shop-section__inner .container__left .row input {
  background: #ffffff;
}
.shop-section__inner .container__left .row button i {
  color: #242434;
}
.shop-section__inner .container__right {
  width: 48%;
  display: flex;
}
.shop-section__inner .container__right .banner {
  margin: 1em;
}
.shop-section__inner .container__right .banner a {
  overflow: hidden;
  display: block;
}
.shop-section__inner .container__right .banner a img {
  transition: 0.3s;
}
.shop-section__inner .container__right .banner a img:hover {
  scale: 1.1;
}

.shop-btm__inner {
  display: flex;
}
.shop-btm__inner .box {
  width: 25%;
}
.shop-btm__inner .box a {
  background: #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  color: #242434;
  text-decoration: none;
  padding: 0 2em;
  transition: 0.3s;
}
.shop-btm__inner .box a:hover {
  background: #242434;
  color: #ffffff;
}
.shop-btm__inner .box a .box__icon {
  font-size: 2em;
  margin-bottom: 1em;
}
.shop-btm__inner .box a .box__title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.shop-btm__inner .box a .box__desc {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6em;
  text-align: center;
}
.shop-btm__inner .box .tab {
  display: none;
}

/* -----------------------------------
  カテゴリ一覧ページ(ショップ)
----------------------------------- */
.product-cat-mv {
  display: flex;
}
.product-cat-mv__left {
  width: 50%;
  background: #9b9b9b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
}
.product-cat-mv__left .slag {
  letter-spacing: 0.1em;
  font-size: 1em;
  opacity: 0.7;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.product-cat-mv__left .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
}
.product-cat-mv__left .title span {
  margin-left: 0.5em;
  font-size: 0.8em;
}
.product-cat-mv__left .desc {
  line-height: 1.8em;
  font-weight: 300;
}
.product-cat-mv__right {
  width: 50%;
}

.product-cat-ranking {
  margin: 5em 0;
}
.product-cat-ranking__inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.product-cat-ranking__inner .top__title .sub {
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #db9457;
}
.product-cat-ranking__inner .top__title .main {
  font-size: 2.5em;
}
.product-cat-ranking__inner .item {
  display: flex;
}
.product-cat-ranking__inner .item .box {
  width: 24%;
  margin: 0 0.5em;
}
.product-cat-ranking__inner .item .box__thumb {
  position: relative;
  overflow: hidden;
}
.product-cat-ranking__inner .item .box__thumb img {
  transition: 0.3s;
}
.product-cat-ranking__inner .item .box__thumb img:hover {
  scale: 1.1;
}
.product-cat-ranking__inner .item .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.product-cat-ranking__inner .item .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
}
.product-cat-ranking__inner .item .box__thumb .rank {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: #db9457;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.4em 0.6em;
}
.product-cat-ranking__inner .item .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
  height: 3em;
}
.product-cat-ranking__inner .item .box__txt .roast {
  margin-bottom: 0.5em;
  height: 1.5em;
}
.product-cat-ranking__inner .item .box__txt .roast a {
  background: #242434;
  color: #ffffff;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.8em;
}
.product-cat-ranking__inner .item .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  height: 3.5em;
}
.product-cat-ranking__inner .item .box__txt .price-box {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
.product-cat-ranking__inner .item .box__txt .price-box.flex {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0em;
}
.product-cat-ranking__inner .item .box__txt .price-box.flex .price {
  margin-top: 0.5em;
}
.product-cat-ranking__inner .item .box__txt .price-box .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.product-cat-ranking__inner .item .box__txt .price-box .price .regular-price {
  font-size: 1em;
}
.product-cat-ranking__inner .item .box__txt .price-box .price .sale-price {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
  margin-left: 0.5em;
}
.product-cat-ranking__inner .item .box__txt .price-box .price em {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.2em;
}
.product-cat-ranking__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product-cat-ranking__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a {
  color: red;
  text-decoration: none;
  font-size: 0.8em;
}
.product-cat-ranking__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a i {
  color: red;
}
.product-cat-ranking__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a svg {
  color: red;
  width: 15px;
  margin-bottom: -0.1em;
}
.product-cat-ranking__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.product-cat-ranking__inner .item .box__txt .add-to-cart {
  margin-top: 2em;
}
.product-cat-ranking__inner .item .box__txt .add-to-cart a {
  border: solid 1px #242434;
  padding: 1em 0;
  display: block;
  text-align: center;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.product-cat-ranking__inner .item .box__txt .add-to-cart a i {
  margin-right: 1em;
}
.product-cat-ranking__inner .item .box__txt .add-to-cart a:hover {
  background: #242434;
  color: #ffffff;
}

.product-cat-archive {
  background: #f0f0e9;
  padding: 5em 0;
}
.product-cat-archive__inner .sort {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 2em 0;
  margin-bottom: 3em;
}
.product-cat-archive__inner .sort select {
  background: none;
  border: none;
}
.product-cat-archive__inner .item {
  display: flex;
  flex-wrap: wrap;
}
.product-cat-archive__inner .item .box {
  width: 32%;
  margin: 0 0.5em 2em;
}
.product-cat-archive__inner .item .box.width {
  width: 19%;
}
.product-cat-archive__inner .item .box__thumb {
  position: relative;
  overflow: hidden;
}
.product-cat-archive__inner .item .box__thumb img {
  transition: 0.3s;
}
.product-cat-archive__inner .item .box__thumb img:hover {
  scale: 1.1;
}
.product-cat-archive__inner .item .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.product-cat-archive__inner .item .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
}
.product-cat-archive__inner .item .box__thumb .rank {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: #db9457;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.4em 0.6em;
}
.product-cat-archive__inner .item .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
  height: 3em;
}
.product-cat-archive__inner .item .box__txt .roast {
  margin-bottom: 0.5em;
  height: 1.5em;
}
.product-cat-archive__inner .item .box__txt .roast a {
  background: #242434;
  color: #ffffff;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.8em;
}
.product-cat-archive__inner .item .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  height: 3.5em;
}
.product-cat-archive__inner .item .box__txt .price-box {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
.product-cat-archive__inner .item .box__txt .price-box.flex {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0em;
}
.product-cat-archive__inner .item .box__txt .price-box.flex .price {
  margin-top: 0.5em;
}
.product-cat-archive__inner .item .box__txt .price-box .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.product-cat-archive__inner .item .box__txt .price-box .price .regular-price {
  font-size: 1em;
}
.product-cat-archive__inner .item .box__txt .price-box .price .sale-price {
  font-size: 1.2em;
  font-weight: bold;
  color: red;
  margin-left: 0.5em;
}
.product-cat-archive__inner .item .box__txt .price-box .price em {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.2em;
}
.product-cat-archive__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product-cat-archive__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a {
  color: red;
  text-decoration: none;
  font-size: 0.8em;
}
.product-cat-archive__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a i {
  color: red;
}
.product-cat-archive__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a svg {
  color: red;
  width: 15px;
  margin-bottom: -0.1em;
}
.product-cat-archive__inner .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.product-cat-archive__inner .item .box__txt .add-to-cart {
  margin-top: 2em;
}
.product-cat-archive__inner .item .box__txt .add-to-cart a {
  border: solid 1px #242434;
  padding: 1em 0;
  display: block;
  text-align: center;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.product-cat-archive__inner .item .box__txt .add-to-cart a i {
  margin-right: 1em;
}
.product-cat-archive__inner .item .box__txt .add-to-cart a:hover {
  background: #242434;
  color: #ffffff;
}

/* -----------------------------------
  商品詳細ページ(ショップ)
----------------------------------- */
.single-product {
  margin: 5em 0 0;
}
.single-product__inner {
  display: flex;
  justify-content: space-between;
}
.single-product__inner__left {
  width: 55%;
}
.single-product__inner__left .title-sp {
  display: none;
}
.single-product__inner__left .thumb .main-product-image img {
  height: 484px;
  object-fit: cover;
}
.single-product__inner__left .thumb .product-gallery {
  margin-top: 1em;
  display: flex;
}
.single-product__inner__left .thumb .product-gallery .gallery-image {
  margin: 0.5em;
}
.single-product__inner__left .product-tabs {
  margin-top: 5em;
}
.single-product__inner__left .product-tabs .tab-list {
  list-style: none;
  padding: 0;
  display: flex;
  border-bottom: 2px solid #f0f0e9;
}
.single-product__inner__left .product-tabs .tab-list .tab {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.single-product__inner__left .product-tabs .tab-list .tab.active {
  border-bottom: 2px solid #333333;
}
.single-product__inner__left .product-tabs .tab-content {
  display: none;
  margin-top: 1em;
  line-height: 1.6em;
}
.single-product__inner__left .product-tabs .tab-content.active {
  display: block;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-rating {
  margin-top: 1em;
  border-top: 1px solid #e0e0e0;
  padding-top: 1em;
  display: flex;
  align-items: center;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-rating label .required {
  color: red;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-rating .stars {
  margin-bottom: 0;
  margin-left: 1em;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-rating .stars span {
  display: flex;
  align-items: center;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-rating .stars span a::before {
  color: #db9457;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-comment label .required {
  color: red;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-comment textarea {
  width: 100% !important;
  height: 6em !important;
  background-color: #edf2f4 !important;
  border: 0 solid transparent !important;
  box-sizing: border-box !important;
  display: block !important;
  appearance: none !important;
  font-weight: 500 !important;
  outline: none !important;
  font-size: 1em !important;
  padding: 1em !important;
  position: relative !important;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-comment textarea:focus-visible {
  transition: 0s;
  outline: 2px solid #242434;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-author label .required {
  color: red;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-author input {
  width: 100% !important;
  height: 2em !important;
  background-color: #edf2f4 !important;
  border: 0 solid transparent !important;
  box-sizing: border-box !important;
  display: block !important;
  appearance: none !important;
  font-weight: 500 !important;
  outline: none !important;
  font-size: 1em !important;
  padding: 1em !important;
  position: relative !important;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-author input:focus-visible {
  transition: 0s;
  outline: 2px solid #242434;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-email label .required {
  color: red;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-email input {
  width: 100% !important;
  height: 2em !important;
  background-color: #edf2f4 !important;
  border: 0 solid transparent !important;
  box-sizing: border-box !important;
  display: block !important;
  appearance: none !important;
  font-weight: 500 !important;
  outline: none !important;
  font-size: 1em !important;
  padding: 1em !important;
  position: relative !important;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-email input:focus-visible {
  transition: 0s;
  outline: 2px solid #242434;
}
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .form-submit [type=submit],
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .form-submit [type=button],
.single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .form-submit a {
  width: 15%;
  position: relative;
  -webkit-appearance: none;
  background: #e0e0e0;
  border: none;
  color: #242434;
  padding: 0.8em 0;
  font-weight: bold;
  box-sizing: inherit;
  transition: 0.3s;
  border: solid 1px #edf2f4;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart {
  margin: 0.9em auto 1.7em;
  display: inline-block;
  position: relative;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls {
  list-style: none;
  color: #9b9b9b;
  font-size: 0.72em;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls li {
  position: absolute;
  white-space: nowrap;
  padding: 0;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls li.radar-chart-dl1 {
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls li.radar-chart-dl2 {
  top: 70px;
  left: 5%;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls li.radar-chart-dl3 {
  top: 250px;
  left: 20%;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls li.radar-chart-dl4 {
  top: 250px;
  right: 20%;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls li.radar-chart-dl5 {
  top: 70px;
  right: 5%;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls dd {
  margin: 0 auto;
  font-size: 1em;
  line-height: 1.5;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart ul.radar-chart-dls dt {
  line-height: 1;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart .radar-chart-aria {
  transform-origin: center;
}
.single-product__inner__left .product-tabs .tab-content .radar-chart-animataion {
  animation: radar-chart-animataion 1s ease-out;
}
@keyframes radar-chart-animataion {
  0% {
    transform: scale(0);
  }
}
.single-product__inner__left .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.single-product__inner__left .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.single-product__inner__right {
  width: 40%;
}
.single-product__inner__right .cat {
  margin-bottom: 1.5em;
}
.single-product__inner__right .cat a {
  color: #db9457;
  text-decoration: none;
}
.single-product__inner__right .roast {
  margin-bottom: 0.5em;
}
.single-product__inner__right .roast a {
  background: #242434;
  color: #ffffff;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.8em;
}
.single-product__inner__right .title {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.6em;
}
.single-product__inner__right .review {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 2em 0 2em;
}
.single-product__inner__right .review .review-count {
  margin-left: 0.5em;
}
.single-product__inner__right .review .star-rating {
  float: none;
  height: inherit;
}
.single-product__inner__right .review .star-rating::before {
  color: #db9457;
}
.single-product__inner__right .price {
  margin: 1.5em 0;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.single-product__inner__right .price em {
  font-weight: bold;
  font-size: 1.3em;
  margin-right: 0.2em;
}
.single-product__inner__right .product-options .variations {
  width: 100%;
}
.single-product__inner__right .product-options .variations tbody tr {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.single-product__inner__right .product-options .variations tbody tr .label {
  width: 15%;
  line-height: 1.4em;
}
.single-product__inner__right .product-options .variations tbody tr .value {
  width: 85%;
  position: relative;
}
.single-product__inner__right .product-options .variations tbody tr .value select {
  width: 100%;
  height: 3.5em;
  color: #333333;
}
.single-product__inner__right .product-options .variations tbody tr .value .reset_variations {
  position: absolute;
  bottom: -1.2em;
  right: 0;
  color: #db9457;
  text-decoration: none;
  display: block;
  bottom: -2em;
}
.single-product__inner__right .product-options .price {
  margin: 1.5em 0;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.single-product__inner__right .product-options .price em {
  font-weight: bold;
  font-size: 1.3em;
  margin-right: 0.2em;
}
.single-product__inner__right .product-options .single_add_to_cart_button {
  margin-top: 2em;
  padding: 1em 0;
  display: block;
  background: #db9457 !important;
  width: 100%;
  text-align: center;
  color: #242434;
  text-decoration: none;
}
.single-product__inner__right .product-options .single_add_to_cart_button i {
  margin-right: 1em;
}
.single-product__inner__right .product-options .product-form__quantity {
  margin: 1.5em 0 2em;
  display: flex;
  flex-direction: column;
}
.single-product__inner__right .product-options .product-form__quantity-label {
  margin-bottom: 1em;
}
.single-product__inner__right .product-options .product-form__quantity .quantity-selector {
  display: flex;
}
.single-product__inner__right .product-options .product-form__quantity .quantity-selector__button {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
.single-product__inner__right .product-options .product-form__quantity .quantity-selector__button .visually-hidden {
  display: none;
}
.single-product__inner__right .product-options .product-form__quantity .quantity-selector__input {
  text-align: center;
  font-size: 1.2em;
  border: none;
}
.single-product__inner__right .wapf {
  background: #edf2f4;
  padding: 2em 1em;
  border-radius: 10px;
  margin-top: 2em;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row {
  margin-bottom: 0.5em;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-label {
  width: 25%;
  line-height: 1.4em;
  text-align: center;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-label .required {
  text-decoration: none;
  color: #db9457;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input {
  width: 75%;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input select {
  width: 100%;
  height: 3.5em;
  color: #333;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input textarea {
  width: 100%;
  height: 4em;
  padding: 0.5em !important;
}
.single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-description {
  font-size: 0.9em;
  line-height: 1.4em;
}
.single-product__inner__right .wapf .wapf-product-totals {
  background: #ffffff;
  border-radius: 5px;
}
.single-product__inner__right .wapf .wapf-product-totals span {
  padding: 1em;
}
.single-product__inner__right .wapf .wapf-product-totals .wapf-product-total {
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 0;
}
.single-product__inner__right .wapf .wapf-product-totals .wapf-options-total {
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 0;
}
.single-product__inner__right .wapf .wapf-product-totals .wapf-grand-total {
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
  padding-top: 0;
}
.single-product__inner__right .fav-btn {
  margin-top: 1em;
}
.single-product__inner__right .fav-btn .feedback {
  display: none;
}
.single-product__inner__right .fav-btn a {
  padding: 1em 0;
  display: block;
  background: #ffffff;
  border: solid 2px #db9457;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  color: #242434;
  text-decoration: none;
  color: #db9457;
}
.single-product__inner__right .fav-btn a i {
  margin-right: 1em;
}
.single-product__inner__right .fav-btn a svg {
  width: 20px;
  color: #db9457;
  margin-bottom: -0.2em;
}
.single-product__inner__right .quantity-add-to-cart {
  display: none;
}
.single-product__inner__right .send {
  margin-top: 2em;
}
.single-product__inner__right .send .title {
  margin-bottom: 0.5em;
}
.single-product__inner__right .send .desc {
  line-height: 1.4em;
}
.single-product__inner__right .send .desc span {
  font-size: 1.1em;
  font-weight: bold;
}
.single-product__inner__right .send .tab {
  display: none;
}
.single-product__inner__right .scene-cat {
  background: #f0f0e9;
  margin-top: 2em;
  padding: 1em;
  line-height: 1.4em;
}
.single-product__inner__right .scene-cat .scene-category-children {
  display: flex;
  flex-wrap: wrap;
}
.single-product__inner__right .scene-cat .scene-category-children li {
  margin: 1em;
}
.single-product__inner__right .scene-cat .scene-category-children li a {
  color: #242434;
  text-decoration: none;
}
.single-product__inner__right .buy-with {
  margin-top: 3em;
}
.single-product__inner__right .buy-with .en {
  color: #db9457;
  font-size: 1.2em;
}
.single-product__inner__right .buy-with .ja {
  margin: 0.5em 0 2em;
  font-size: 1.2em;
  color: #242434;
  font-weight: bold;
}
.single-product__inner__right .buy-with .related-products {
  display: flex;
  justify-content: space-between;
}
.single-product__inner__right .buy-with .related-products li {
  width: 49%;
}
.single-product__inner__right .buy-with .related-products li a {
  color: #242434;
  text-decoration: none;
}
.single-product__inner__right .buy-with .related-products li a .woocommerce-loop-product__title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
  height: 3em;
}
.single-product__inner__right .buy-with .related-products li a .price {
  font-size: 0.8em;
  margin-top: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.single-product__inner__right .buy-with .related-products li a .price em {
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0.2em;
}
.single-product__inner__right .buy-with .related-products li .add_to_cart_button {
  border: solid 1px #242434;
  background: none;
  padding: 1em 0;
  display: block;
  margin-top: 1em;
  text-align: center;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.single-product__inner__right .buy-with .related-products li .add_to_cart_button:hover {
  background: #242434;
  color: #ffffff;
}
.single-product__inner__right .buy-with .related-products li .price-box {
  display: flex;
  flex-direction: column;
}
.single-product__inner__right .buy-with .related-products li .price-box.flex {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0em;
}
.single-product__inner__right .buy-with .related-products li .price-box.flex .price {
  margin-top: 0.5em;
}
.single-product__inner__right .buy-with .related-products li .price-box .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.single-product__inner__right .buy-with .related-products li .price-box .price em {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.2em;
}
.single-product__inner__right .buy-with .related-products li .price-box .wishlist-icon .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.single-product__inner__right .buy-with .related-products li .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a {
  color: red;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s;
}
.single-product__inner__right .buy-with .related-products li .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a:hover {
  color: #242434;
}
.single-product__inner__right .buy-with .related-products li .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a i {
  color: red;
}
.single-product__inner__right .buy-with .related-products li .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a svg {
  color: red;
  width: 15px;
}
.single-product__inner__right .buy-with .related-products li .price-box .wishlist-icon .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.single-product__inner__right .buy-with .related-products a {
  line-height: 1.4em;
}

/* -----------------------------------
  会員登録ページ
----------------------------------- */
.register__inner .desc {
  text-align: center;
  line-height: 1.6em;
}
.register__inner__banner {
  margin-top: 1em;
}
.register__inner__form {
  margin-top: 3em;
}
.register__inner__form .line-login {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}
.register__inner__form .line-login__inner {
  text-align: center;
}
.register__inner__form .line-login__inner .caution {
  margin-top: 1em;
  background: #edf2f4;
  border-radius: 5px;
  text-align: left;
  padding: 1em;
  font-size: 0.8em;
  line-height: 1.4;
}
.register__inner__form .red {
  border: none;
  border: 1px solid red;
}
.register__inner__form .register_error {
  color: red;
}
.register__inner__form .row {
  margin-bottom: 2em;
}
.register__inner__form .row.pp {
  display: flex;
  align-items: center;
}
.register__inner__form .row.pp p {
  line-height: 1.4em;
}
.register__inner__form .row.pp input {
  width: inherit;
  margin-right: 0.5em;
}
.register__inner__form .row .title {
  margin-bottom: 0.5em;
}
.register__inner__form .row .title span {
  margin-left: 0.5em;
  font-size: 0.8em;
}
.register__inner__form .row .title span.must {
  color: red;
}
.register__inner__form .row .caution {
  margin: 0.5em 0 1em;
  font-size: 0.8em;
  line-height: 1.6em;
}
.register__inner__form .row input,
.register__inner__form .row select {
  width: 100%;
  height: 3.5em !important;
  color: #333333;
  padding: 0 0.5em;
}
.register__inner__form .row .flex {
  display: flex;
  justify-content: space-between;
}
.register__inner__form .row .flex input {
  width: 49%;
}
.register__inner__form .row .flex select {
  width: 32%;
}
.register__inner__form .row [type=submit],
.register__inner__form .row [type=button],
.register__inner__form .row a {
  position: relative;
  margin: 1em 0 1em;
  -webkit-appearance: none;
  background: #ffffff;
  border: none;
  color: #db9457;
  padding: 0.8em 5em;
  border-radius: 1em;
  font-size: 1em;
  font-weight: bold;
  box-sizing: inherit;
  transition: 0.3s;
  border: solid 1px #db9457;
  display: block;
  text-align: center;
  text-decoration: none;
}
.register__inner__form .row [type=submit].login,
.register__inner__form .row [type=button].login,
.register__inner__form .row a.login {
  padding: 1.1em 0;
  background: #db9457;
  color: #ffffff;
}
.register__inner__form .row [type=submit]:hover,
.register__inner__form .row [type=button]:hover,
.register__inner__form .row a:hover {
  color: #ffffff;
  background: #db9457;
}
.register__inner__form .row [type=submit] i,
.register__inner__form .row [type=button] i,
.register__inner__form .row a i {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 1.5em;
}
.register .min {
  display: none;
}

/* -----------------------------------
  会員登録サンクスページ
----------------------------------- */
.regi-thanks__inner .title {
  font-weight: bold;
  text-align: center;
}
.regi-thanks__inner .gift {
  background: #db9457;
  padding: 0.5em;
  border-radius: 0.1em;
  text-align: center;
  color: #ffffff;
  margin: 1em 0;
  font-size: 0.8em;
  line-height: 1.8em;
}
.regi-thanks__inner .gift i {
  margin-right: 1em;
}
.regi-thanks__inner .table {
  margin-top: 3em;
}
.regi-thanks__inner .table__row {
  display: flex;
  align-items: center;
  padding: 1em 0;
  border-bottom: solid 1px #f0f0e9;
}
.regi-thanks__inner .table__row__left {
  width: 30%;
}
.regi-thanks__inner .table__row__right {
  width: 70%;
}
.regi-thanks__inner .table__row__right span {
  margin-left: 0.5em;
  font-size: 0.8em;
}
.regi-thanks__inner .btn {
  margin-top: 2em;
  text-align: center;
}
.regi-thanks__inner .btn a {
  display: inline-block;
}

/* -----------------------------------
  お気に入りページ
----------------------------------- */
.favorite__inner form#yith-wcwl-form .wishlist-title-container {
  display: none;
}
.favorite__inner form#yith-wcwl-form table.wishlist_table {
  border: none;
}
.favorite__inner form#yith-wcwl-form table.wishlist_table thead tr th {
  border: none;
}
.favorite__inner form#yith-wcwl-form table.wishlist_table thead tr th.product-price {
  text-align: center;
}
.favorite__inner form#yith-wcwl-form table.wishlist_table tbody a {
  color: #242434;
  text-decoration: none;
}
.favorite__inner form#yith-wcwl-form table.wishlist_table tbody.wishlist-items-wrapper tr .product-add-to-cart a {
  border: solid 1px #db9457;
  padding: 0.5em 1em;
  color: #db9457;
}

/* -----------------------------------
  最近見た商品（テンプレート）
----------------------------------- */
.recent-view {
  margin: 8em 0 5em;
}
.recent-view .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
}
.recent-view .top__title .sub {
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #db9457;
}
.recent-view .top__title .main {
  font-size: 2.5em;
}
.recent-view .item {
  display: flex;
}
.recent-view .item .box {
  width: 32%;
  margin: 0 0.5em;
}
.recent-view .item .box.width {
  width: 19%;
}
.recent-view .item .box__thumb {
  position: relative;
  overflow: hidden;
}
.recent-view .item .box__thumb img {
  transition: 0.3s;
}
.recent-view .item .box__thumb img:hover {
  scale: 1.1;
}
.recent-view .item .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.recent-view .item .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.5em 0.6em;
  margin: 0.1em;
  transition: 0.3s;
}
.recent-view .item .box__thumb .cat a:hover {
  background: #ffffff;
  color: #242434;
}
.recent-view .item .box__thumb .rank {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  background: #db9457;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.4em 0.6em;
}
.recent-view .item .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
  height: 3em;
}
.recent-view .item .box__txt .roast {
  margin-bottom: 0.5em;
  height: 1.5em;
}
.recent-view .item .box__txt .roast a {
  background: #242434;
  color: #ffffff;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s;
}
.recent-view .item .box__txt .roast a:hover {
  background: #ffffff;
  color: #242434;
}
.recent-view .item .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  height: 3.5em;
}
.recent-view .item .box__txt .price-box {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
.recent-view .item .box__txt .price-box.flex {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-top: 0em;
}
.recent-view .item .box__txt .price-box.flex .price {
  margin-top: 0.5em;
}
.recent-view .item .box__txt .price-box .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.recent-view .item .box__txt .price-box .price em {
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 0.2em;
}
.recent-view .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.recent-view .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a {
  color: red;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s;
}
.recent-view .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a:hover {
  color: #242434;
}
.recent-view .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a i {
  color: red;
}
.recent-view .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist a svg {
  color: red;
  width: 15px;
  margin-bottom: -0.1em;
}
.recent-view .item .box__txt .price-box .wishlist-icon .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.recent-view .item .box__txt .add-to-cart {
  margin-top: 2em;
}
.recent-view .item .box__txt .add-to-cart a {
  border: solid 1px #242434;
  padding: 1em 0;
  display: block;
  text-align: center;
  color: #242434;
  text-decoration: none;
  transition: 0.3s;
}
.recent-view .item .box__txt .add-to-cart a:hover {
  background: #242434;
  color: #ffffff;
}
.recent-view .item .box__txt .add-to-cart a i {
  margin-right: 1em;
}
.recent-view .item .control:nth-child(n+4) {
  display: none;
}

/* -----------------------------------
  カートページ
----------------------------------- */
.cart__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart__inner__left {
  width: 70%;
}
.cart__inner__left .free {
  border-bottom: solid 2px #db9457;
  font-weight: normal;
  font-size: 1.1em;
  padding-bottom: 1em;
  margin-bottom: 3em;
}
.cart__inner__left .free span {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0.3em;
}
.cart__inner__left .free strong {
  display: block;
  font-size: 0.8em;
  margin-top: 0.8em;
  color: #9b9b9b;
}
.cart__inner__left .container .cart-items__row {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #f0f0e9;
  padding: 1.5em 0;
}
.cart__inner__left .container .cart-items__row:last-child {
  border-bottom: none;
}
.cart__inner__left .container .cart-items__row__item {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.cart__inner__left .container .cart-items__row__item .thumb {
  width: 20%;
  overflow: hidden;
}
.cart__inner__left .container .cart-items__row__item .thumb img {
  transition: 0.3s;
}
.cart__inner__left .container .cart-items__row__item .thumb img:hover {
  scale: 1.1;
}
.cart__inner__left .container .cart-items__row__item .name {
  width: 80%;
  margin-left: 1em;
}
.cart__inner__left .container .cart-items__row__item .name__title {
  margin-bottom: 0.5em;
}
.cart__inner__left .container .cart-items__row__item .name__title a {
  color: #242434;
  line-height: 1.6em;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
  transition: 0.3s;
}
.cart__inner__left .container .cart-items__row__item .name__title a:hover {
  color: #db9457;
}
.cart__inner__left .container .cart-items__row__item .name .product-options .apf-options {
  line-height: 1.4em;
  font-size: 0.9em;
  color: #9b9b9b;
}
.cart__inner__left .container .cart-items__row__item .name .product-options .apf-options li {
  margin-bottom: 0.2em;
}
.cart__inner__left .container .cart-items__row__item .name__price {
  color: #9b9b9b;
}
.cart__inner__left .container .cart-items__row__num {
  width: 20%;
}
.cart__inner__left .container .cart-items__row__num .quantity-selector {
  display: flex;
}
.cart__inner__left .container .cart-items__row__num .quantity-selector__button {
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart__inner__left .container .cart-items__row__num .quantity-selector__button .visually-hidden {
  display: none;
}
.cart__inner__left .container .cart-items__row__num .quantity-selector__input {
  text-align: center;
  font-size: 1.2em;
  border: none;
}
.cart__inner__left .container .cart-items__row__num .remove {
  margin-top: 1em;
}
.cart__inner__left .container .cart-items__row__num .remove .remove-item {
  text-align: center;
  text-decoration: none;
  color: red;
  font-size: 0.8em;
}
.cart__inner__left .container .cart-items__row__subtotal {
  width: 20%;
  text-align: right;
}
.cart__inner__left .container .cart-none p {
  text-align: center;
  padding: 5em 0;
  line-height: 1.6em;
  font-size: 1.2em;
  font-weight: bold;
}
.cart__inner__left .container .cart-none__btn {
  text-align: center;
  margin-bottom: 5em;
}
.cart__inner__left .container .cart-none__btn a {
  text-align: center;
  text-decoration: none;
  color: #242434;
  border-bottom: solid 1px #242434;
  padding: 0 1em 0.5em;
}
.cart__inner__left .container .cart-none__btn a i {
  margin-right: 2em;
}
.cart__inner__right {
  width: 25%;
}
.cart__inner__right .cart-box {
  background: #f0f0e9;
  padding: 3em 1em;
}
.cart__inner__right .cart-box__total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart__inner__right .cart-box__total__price {
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.cart__inner__right .cart-box__total__price em {
  font-weight: bold;
  font-size: 1.4em;
  margin-right: 0.2em;
}
.cart__inner__right .cart-box__total__price .tax {
  margin-top: 1em;
}
.cart__inner__right .cart-box__total .desc {
  margin-top: 2em;
  width: 100%;
  font-size: 0.7em;
  text-align: right;
}
.cart__inner__right .cart-box__btn {
  margin-top: 2em;
}
.cart__inner__right .cart-box__btn .btn {
  margin-top: 1em;
}
.cart__inner__right .cart-box__btn .btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  border-radius: 5px;
  transition: 0.3s;
}
.cart__inner__right .cart-box__btn .btn a:hover {
  background: #f0f0e9;
  color: #242434;
}
.cart__inner__right .cart-box__btn .btn a.continue {
  background: none;
  border: solid 1px #242434;
  color: #242434;
  transition: 0.3s;
}
.cart__inner__right .cart-box__btn .btn a.continue:hover {
  background: #242434;
  color: #ffffff;
}
.cart__inner__right .card-brand {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}
.cart__inner__right .card-brand i {
  font-size: 2em;
  margin: 0 0.2em;
}

/* -----------------------------------
  チェックアウトページ
----------------------------------- */
.checkout {
  background: #ffffff;
}
.checkout__inner #shipping_message {
  text-align: center;
  font-weight: bold;
  margin: 2em 0;
  font-size: 1.1em;
  color: red;
}
.checkout__inner #shipping_message span {
  font-size: 1.2em;
  margin: 0 0.5em;
}
.checkout__inner .woocommerce p {
  line-height: 1.4em;
}
.checkout__inner .woocommerce .button {
  margin-top: 1em;
  border: solid 1px #242434;
  background: #242434;
  color: #ffffff;
  transition: 0.3s;
}
.checkout__inner .woocommerce .button:hover {
  color: #242434;
  background: #ffffff;
}
.checkout__inner .wc-amazon-checkout-message {
  display: none;
}
.checkout__inner .woocommerce-form-coupon-toggle .woocommerce-info {
  border-top: none;
  background: #ffffff;
  border: solid 2px #db9457;
  border-radius: 0;
  color: #db9457;
  font-weight: bold;
  margin: 0;
}
.checkout__inner .woocommerce-form-coupon-toggle .woocommerce-info a {
  margin-left: 2em;
  color: #db9457;
  text-decoration: none;
  transition: 0.3s;
}
.checkout__inner .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  color: #242434;
}
.checkout__inner .woocommerce-form-coupon-toggle .woocommerce-info::before {
  color: #db9457;
}
.checkout__inner .checkout_coupon {
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: #db9457;
  color: #ffffff;
}
.checkout__inner .checkout_coupon__inner__title {
  margin-bottom: 1em;
}
.checkout__inner .checkout_coupon__inner__row {
  display: flex;
  align-items: center;
}
.checkout__inner .checkout_coupon__inner__row .form-row {
  margin-bottom: 0;
  float: none;
}
.checkout__inner .checkout_coupon__inner__row .form-row input {
  width: 100%;
  height: 3em;
  background-color: #ffffff;
  border: 0 solid transparent;
  box-sizing: border-box;
  display: block;
  appearance: none;
  font-weight: 500;
  outline: none;
  font-size: 1em;
  padding: 0 1em;
}
.checkout__inner .checkout_coupon__inner__row .form-row input:focus-visible {
  transition: 0s;
  outline: 1px solid #edf2f4;
  outline-offset: 1px;
}
.checkout__inner .checkout_coupon__inner__row .form-row [type=submit],
.checkout__inner .checkout_coupon__inner__row .form-row [type=button] {
  color: #db9457;
  border: solid 1px #ffffff;
  background: #ffffff;
  font-size: 1em;
  box-sizing: inherit;
  display: inline-block;
  padding: 1em 5em;
  letter-spacing: 0.2em;
  transition: 0.2s;
}
.checkout__inner .checkout_coupon__inner__row .form-row [type=submit]:hover,
.checkout__inner .checkout_coupon__inner__row .form-row [type=button]:hover {
  background: #db9457;
  color: #ffffff !important;
}
.checkout__inner form.checkout {
  margin-top: 3em;
}
.checkout__inner form.checkout #customer_details .col-1 h3,
.checkout__inner form.checkout #customer_details .shipping_address h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.checkout__inner form.checkout #customer_details .col-1 input,
.checkout__inner form.checkout #customer_details .col-1 select,
.checkout__inner form.checkout #customer_details .shipping_address input,
.checkout__inner form.checkout #customer_details .shipping_address select {
  width: 100% !important;
  height: 3em !important;
  background-color: #edf2f4 !important;
  border: 0 solid transparent !important;
  box-sizing: border-box !important;
  display: block !important;
  appearance: none !important;
  font-weight: 500 !important;
  outline: none !important;
  font-size: 1em !important;
  padding: 0 1em !important;
  position: relative !important;
}
.checkout__inner form.checkout #customer_details .col-1 input:focus-visible,
.checkout__inner form.checkout #customer_details .col-1 select:focus-visible,
.checkout__inner form.checkout #customer_details .shipping_address input:focus-visible,
.checkout__inner form.checkout #customer_details .shipping_address select:focus-visible {
  transition: 0s;
  outline: 2px solid #242434;
}
.checkout__inner form.checkout #customer_details .col-1 select,
.checkout__inner form.checkout #customer_details .shipping_address select {
  color: #333333;
}
.checkout__inner form.checkout #customer_details .col-1 .select2,
.checkout__inner form.checkout #customer_details .shipping_address .select2 {
  display: none;
}
.checkout__inner form.checkout #customer_details .col-2 .woocommerce-shipping-fields h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.checkout__inner form.checkout #customer_details .col-2 .woocommerce-additional-fields h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.checkout__inner form.checkout #customer_details .col-2 .woocommerce-additional-fields .delivery-date select,
.checkout__inner form.checkout #customer_details .col-2 .woocommerce-additional-fields .delivery-time select {
  width: 100%;
  height: 3em;
  background-color: #edf2f4;
  border: 0 solid transparent;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
  outline: none;
  font-size: 1.1em;
  padding: 0 1em;
  color: #333333;
}
.checkout__inner form.checkout #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea {
  width: 100% !important;
  height: 6em !important;
  background-color: #edf2f4 !important;
  border: 0 solid transparent !important;
  box-sizing: border-box !important;
  display: block !important;
  appearance: none !important;
  font-weight: 500 !important;
  outline: none !important;
  font-size: 1em !important;
  padding: 1em !important;
  position: relative !important;
}
.checkout__inner form.checkout #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row textarea:focus-visible {
  transition: 0s;
  outline: 2px solid #242434;
}
.checkout__inner form.checkout #customer_details .col-2 .user-points h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.checkout__inner form.checkout #customer_details .col-2 .user-points .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout__inner form.checkout #customer_details .col-2 .user-points .item .top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout__inner form.checkout #customer_details .col-2 .user-points .item .top #apply_points {
  width: 80%;
  height: 3em;
  background-color: #edf2f4;
  border: 0 solid transparent;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
  outline: none;
  font-size: 1.1em;
  padding: 0 1em;
  margin: 1em 0;
}
.checkout__inner form.checkout #customer_details .col-2 .user-points .item .top .button {
  margin: 1em 0;
}
.checkout__inner form.checkout #customer_details .col-2 .user-points .item .btm {
  width: 100%;
  text-align: start;
}
.checkout__inner form.checkout .order-review-box {
  margin-top: 5em;
}
.checkout__inner form.checkout .order-review-box #order_review_heading {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.checkout__inner form.checkout .order-review-box #order_review .shop_table {
  border: none;
}
.checkout__inner form.checkout .order-review-box #order_review .shop_table .product-image {
  width: 6%;
}
.checkout__inner form.checkout .order-review-box #order_review .shop_table .product-name .variation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9em;
  color: #9b9b9b;
  margin-top: 0.5em;
}
.checkout__inner form.checkout .order-review-box #order_review .shop_table .product-name .variation dt {
  width: 35%;
}
.checkout__inner form.checkout .order-review-box #order_review .shop_table .product-name .variation dd {
  width: 45%;
}
.checkout__inner form.checkout .order-review-box #order_review .shop_table input {
  margin-top: 7px;
}
.checkout__inner form.checkout .order-review-box #order_review #payment img {
  width: 100px;
}
.checkout__inner form.checkout .order-review-box #order_review a {
  text-decoration: none;
  color: #db9457;
}
.checkout__inner .woo-submit-btn {
  margin: 5em 0;
}
.checkout__inner .woo-submit-btn [type=submit],
.checkout__inner .woo-submit-btn [type=button] {
  color: #333333 !important;
  border: solid 1px #333333;
  background: inherit !important;
  font-size: 1em;
  box-sizing: inherit;
  display: inline-block;
  border-radius: 1em !important;
  padding: 1em 5em;
  letter-spacing: 0.2em;
  transition: 0.2s;
  float: none !important;
  width: 100%;
  font-size: 1.2em;
}
.checkout__inner .woo-submit-btn [type=submit]:hover,
.checkout__inner .woo-submit-btn [type=button]:hover {
  background: #242434 !important;
  color: #ffffff !important;
}
.checkout__inner .woocommerce-order .woocommerce-notice {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 3em 0;
}
.checkout__inner .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-direction: column;
}
.checkout__inner .woocommerce-order .woocommerce-order-overview li {
  display: flex;
  align-items: center;
  line-height: 1.8em;
  border-bottom: solid 1px #e0e0e0;
  border-right: none;
  padding: 1em;
}
.checkout__inner .woocommerce-order .woocommerce-order-overview li p {
  width: 10%;
  font-size: 1.3em;
  font-weight: bold;
}
.checkout__inner .woocommerce-order .woocommerce-order-details {
  background: #edf2f4;
  padding: 2em;
  margin-top: 1em;
}
.checkout__inner .woocommerce-order .woocommerce-order-details__title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table {
  border: none;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table a {
  color: #db9457;
  text-decoration: none;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table small {
  font-size: 0.8em;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr .product-name {
  width: 60%;
  padding-left: 2em;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr .product-name .wc-item-meta {
  font-size: 0.9em;
  color: #9b9b9b;
  margin-top: 0.5em;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr .product-name .wc-item-meta li {
  display: flex;
  align-items: center;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr .product-total {
  width: 20%;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr th {
  width: 60%;
  padding-left: 2em;
}
.checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr td {
  width: 20%;
}
.checkout__inner .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  flex-wrap: wrap;
}
.checkout__inner .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  width: 50%;
}
.checkout__inner .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column .woocommerce-column__title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.checkout__inner .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
  border: none;
  padding: 0;
  line-height: 1.6em;
}
.checkout__inner .woocommerce-order .get-point__h2 {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.checkout__inner .woocommerce-order p strong {
  font-size: 1.3em;
}

/* -----------------------------------
  マイアカウントページ
----------------------------------- */
.account-page {
  margin-bottom: 10em;
}
.account-page__inner .woocommerce .line-login {
  text-align: center;
  margin: 2em 0;
}
.account-page__inner .woocommerce .line-login a {
  transition: 0.3s;
}
.account-page__inner .woocommerce .line-login a:hover {
  background: #f0f0e9;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
  border-right: 1px solid #e0e0e0;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-navigation .is-active a {
  background: #e0e0e0;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  padding: 1.5em 0 1.5em 1.5em;
  display: block;
  color: #242434;
  border-bottom: solid 1px #e0e0e0;
  transition: 0.3s;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background: #e0e0e0;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content {
  width: 75%;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content p {
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content p strong {
  font-weight: bold;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content p a {
  color: #db9457;
  text-decoration: none;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .user-info {
  padding: 1em 0;
  font-size: 1.2em;
  color: #242434;
  font-weight: 600;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .user-info__row .left {
  width: 30%;
  background: #242434;
  color: #ffffff;
  padding: 0.3em 0.5em;
  margin-right: 1em;
  border-radius: 5px;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .user-info__row strong {
  font-size: 1.2em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  background: #e0e0e0;
  display: flex;
  align-items: center;
  padding: 1.5em;
  border-top: none;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  background: #242434;
  color: #ffffff;
  font-size: 0.8em;
  padding: 1em 2em;
  margin-left: 2em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  display: none;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead {
  font-weight: bold;
  background: #e0e0e0;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-number a {
  color: #db9457;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions {
  display: flex;
  justify-content: space-between;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell-order-actions a {
  padding: 0.5em 1em;
  display: block;
  text-align: center;
  background: none;
  border: solid 1px #242434;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  background: #edf2f4;
  padding: 2em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details__title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table {
  border: none;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table a {
  color: #db9457;
  text-decoration: none;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table li {
  display: flex;
  align-items: center;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .wc-item-meta {
  font-size: 0.9em;
  color: #333333;
  margin-top: 0.5em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .wc-item-meta li {
  display: flex;
  align-items: center;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .shipping-info-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .shipping-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .shipping-info__left {
  background: #242434;
  color: #ffffff;
  width: 20%;
  font-weight: 700;
  border-top: 1px solid #edf2f4;
  padding: 9px 12px;
  line-height: 1.5em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .shipping-info__right {
  background: #ffffff;
  width: 80%;
  font-weight: 700;
  border: 1px solid #edf2f4;
  padding: 9px 12px;
  line-height: 1.5em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .shipping-info__right a {
  text-decoration: none;
  color: #db9457;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column .woocommerce-column__title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
  border: none;
  padding: 0;
  line-height: 1.6em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-direction: column;
  margin-top: 2em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 {
  margin-bottom: 4em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 .woocommerce-Address-title,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 .woocommerce-Address-title h3,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .woocommerce-Address-title h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 .woocommerce-Address-title a,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .woocommerce-Address-title a {
  color: #db9457;
  text-decoration: none;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 address,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 address {
  line-height: 1.6em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .account-name {
  display: flex;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm select,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input {
  width: 100%;
  height: 3em;
  background-color: #edf2f4 !important;
  border: 0 solid transparent !important;
  box-sizing: border-box !important;
  display: block !important;
  appearance: none !important;
  font-weight: 500 !important;
  outline: none !important;
  font-size: 1em !important;
  padding: 0 1em !important;
  position: relative !important;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm select:focus-visible,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm input:focus-visible {
  transition: 0s;
  outline: 2px solid #242434;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm select {
  color: #333333;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .account-birthdate {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .account-birthdate p {
  width: 100%;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .account-birthdate label {
  white-space: nowrap;
  position: absolute;
  display: contents;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .account-birthdate label span {
  font-size: 0.9em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  margin-top: 4em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .address-title {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select {
  width: 100% !important;
  height: 3em !important;
  background-color: #edf2f4 !important;
  border: 0 solid transparent !important;
  box-sizing: border-box !important;
  display: block !important;
  appearance: none !important;
  font-weight: 500 !important;
  outline: none !important;
  font-size: 1em !important;
  padding: 0 1em !important;
  position: relative !important;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields input:focus-visible,
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields select:focus-visible {
  transition: 0s;
  outline: 2px solid #242434;
}
.account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default {
  display: none;
}
.account-page__inner .woocommerce .woocommerce-Payment .woocommerce-PaymentMethods {
  border-bottom: 1px solid #ffffff !important;
}
.account-page__inner .woocommerce .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentBox {
  background: #ffffff !important;
}
.account-page__inner .woocommerce .woocommerce-Payment .woocommerce-PaymentMethods .woocommerce-PaymentBox::before {
  border: 1em solid #ffffff !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.account-page__inner .woocommerce .woocommerce-Payment button {
  background: #242434;
}
.account-page__inner .woocommerce .woocommerce-form-login {
  border: none;
  padding: 0;
  margin: 0;
}
.account-page__inner .woocommerce .woocommerce-form-login .woocommerce-form-row label {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.account-page__inner .woocommerce .woocommerce-form-login .woocommerce-form-row input {
  width: 100%;
  height: 2em;
  background-color: #edf2f4;
  border: 0 solid transparent;
  box-sizing: border-box;
  display: block;
  appearance: none;
  font-weight: 500;
  outline: none;
  font-size: 1.3em;
  padding: 0 1em;
}
.account-page__inner .woocommerce .woocommerce-form-login .woocommerce-form-row input:focus-visible {
  transition: 0s;
  outline: 2px solid #212836;
  outline-offset: 4px;
}
.account-page__inner .woocommerce .woocommerce-form-login .login-btn {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account-page__inner .woocommerce .woocommerce-form-login .login-btn [type=submit],
.account-page__inner .woocommerce .woocommerce-form-login .login-btn [type=button] {
  margin-top: 0.5em;
  margin-right: 0;
  color: #333333;
  border: solid 1px #333333;
  background: inherit;
  font-size: 1em;
  box-sizing: inherit;
  display: inline-block;
  padding: 1em 5em;
  letter-spacing: 0.2em;
  transition: 0.2s;
}
.account-page__inner .woocommerce .woocommerce-form-login .login-btn [type=submit]:hover,
.account-page__inner .woocommerce .woocommerce-form-login .login-btn [type=button]:hover {
  background: #333333;
  color: #ffffff !important;
}
.account-page__inner .woocommerce .woocommerce-form-login .woocommerce-LostPassword {
  text-align: center;
}
.account-page__inner .woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
  color: #db9457;
  text-decoration: none;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .caution {
  text-align: center;
  line-height: 1.6em;
  font-size: 1.1em;
  font-weight: bold;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .woocommerce-form-row {
  width: 100%;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .woocommerce-form-row label {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input {
  width: 100%;
  height: 2em;
  background-color: #edf2f4;
  border: 0 solid transparent;
  box-sizing: border-box;
  display: block;
  appearance: none;
  font-weight: 500;
  outline: none;
  font-size: 1.3em;
  padding: 0 1em;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input:focus-visible {
  transition: 0s;
  outline: 2px solid #212836;
  outline-offset: 4px;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .reset-btn {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .reset-btn [type=submit],
.account-page__inner .woocommerce .woocommerce-ResetPassword .reset-btn [type=button] {
  margin-top: 0.5em;
  margin-right: 0;
  color: #333333;
  border: solid 1px #333333;
  background: inherit;
  font-size: 1em;
  box-sizing: inherit;
  display: inline-block;
  padding: 1em 5em;
  letter-spacing: 0.2em;
  transition: 0.2s;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .reset-btn [type=submit]:hover,
.account-page__inner .woocommerce .woocommerce-ResetPassword .reset-btn [type=button]:hover {
  background: #333333;
  color: #ffffff !important;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .woocommerce-ResetPassword {
  text-align: center;
}
.account-page__inner .woocommerce .woocommerce-ResetPassword .woocommerce-ResetPassword a {
  color: #db9457;
  text-decoration: none;
}
.account-page__inner .woocommerce .reset-message {
  line-height: 1.6em;
}
.account-page__inner .woocommerce .reset-message ul {
  background: #edf2f4;
  margin-top: 1em;
  padding: 1em;
  font-size: 0.9em;
}
.account-page__inner .woocommerce .reset-message ul li i {
  margin-right: 0.5em;
}
.account-page__inner .woocommerce .point-h3 {
  padding-bottom: 1em;
  font-size: 1.2em;
  color: #242434;
  font-weight: 600;
}
.account-page__inner .woocommerce .point-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.account-page__inner .woocommerce .point-table tr {
  border-bottom: solid 1px #eee;
  cursor: pointer;
}
.account-page__inner .woocommerce .point-table th,
.account-page__inner .woocommerce .point-table td {
  text-align: center;
  width: 20%;
  padding: 1em 0;
}
.account-page__inner .woocommerce .point-table th {
  background: #242434;
  color: #ffffff;
}
.account-page__inner .woocommerce .point-table td {
  line-height: 1.4em;
  font-size: 0.9em;
}
.account-page__inner .woocommerce .point-table .plus {
  color: #87ba6e;
}
.account-page__inner .woocommerce .point-table .minus {
  color: #d60b0b;
}

/* -----------------------------------
  モーダルのスタイル
----------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 1.5em 1em 1em;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.4em;
}
.modal-content button {
  border: 1px solid #242434;
  background: #242434;
  color: #ffffff;
  padding: 0.5em 2em;
  border-radius: 5px;
  margin-top: 1em;
}
.modal-content h2 {
  margin-bottom: 1em;
  color: #db9457;
}
.modal-content p {
  font-size: 0.9em;
}
.modal-content .min {
  display: none;
}

/* -----------------------------------
  クリスマス2024
----------------------------------- */
.xmas-mv {
  background: #082e3d;
  padding: 5em 0 0;
}
.xmas-mv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xmas-mv__inner .txt {
  width: 60%;
  color: #ffffff;
}
.xmas-mv__inner .txt__main {
  font-size: 5em;
  letter-spacing: 0.1em;
}
.xmas-mv__inner .txt__title {
  margin: 2em 0;
  font-size: 2em;
  font-weight: bold;
}
.xmas-mv__inner .txt__desc {
  line-height: 2em;
}
.xmas-mv__inner .tree {
  width: 30%;
}

.xmas-sp {
  padding: 4em 0;
}
.xmas-sp__inner .desc {
  line-height: 2em;
  font-weight: 500;
  text-align: center;
  font-size: 1.1em;
  margin: 2em 0 4em;
}
.xmas-sp__inner .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0 1em;
  text-align: center;
  padding-bottom: 1em;
  background: linear-gradient(90deg, #ef413f 0% 50%, #f7ab1a 50%);
  background-repeat: no-repeat;
  background-size: 8rem 0.4rem;
  background-position: bottom;
}
.xmas-sp__inner .title span {
  font-size: 1.2em;
  margin-left: 0.2em;
  color: #ef413f;
}
.xmas-sp__inner .cat-row {
  display: flex;
  justify-content: space-between;
}
.xmas-sp__inner .cat-row .box {
  width: 30%;
}
.xmas-sp__inner .cat-row .box p {
  margin: 1em 0;
  text-align: center;
  font-weight: bold;
}

.xmas-item {
  padding: 4em 0;
}
.xmas-item__inner {
  display: flex;
  justify-content: space-between;
}
.xmas-item__inner.odd {
  flex-direction: row-reverse;
}
.xmas-item__inner.odd .left {
  padding: 4em 7em 4em 0em;
}
.xmas-item__inner.odd .right {
  margin-right: 0em;
  margin-left: 2em;
}
.xmas-item__inner .left {
  background-image: url("images/special/xmas-2024/bean.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  width: 40%;
  position: relative;
  padding: 4em 0 4em 7em;
  display: flex;
  align-items: center;
}
.xmas-item__inner .left.bag {
  background-image: url("images/special/xmas-2024/bag.jpg");
}
.xmas-item__inner .left.gift {
  background-image: url("images/special/xmas-2024/gift.jpg");
}
.xmas-item__inner .left__content {
  background: rgba(255, 255, 255, 0.8);
  padding: 2em;
}
.xmas-item__inner .left__content .en {
  font-size: 1.5em;
  font-weight: bold;
}
.xmas-item__inner .left__content .ja {
  margin: 1em 0;
}
.xmas-item__inner .left__content .desc {
  line-height: 1.4em;
  font-size: 0.8em;
}
.xmas-item__inner .left__content .btn {
  margin-top: 1em;
}
.xmas-item__inner .left__content .btn a {
  display: inline-block;
  background: none;
  color: #242434;
  font-size: 0.9em;
}
.xmas-item__inner .right {
  width: 55%;
  margin-right: 2em;
}
.xmas-item__inner .right .item {
  display: flex;
  justify-content: space-between;
}
.xmas-item__inner .right .item .box {
  width: 32%;
}
.xmas-item__inner .right .item .box__thumb {
  position: relative;
  overflow: hidden;
}
.xmas-item__inner .right .item .box__thumb img {
  transition: 0.3s;
}
.xmas-item__inner .right .item .box__thumb img:hover {
  scale: 1.1;
}
.xmas-item__inner .right .item .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.xmas-item__inner .right .item .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
  transition: 0.3s;
}
.xmas-item__inner .right .item .box__thumb .cat a:hover {
  background: #ffffff;
  color: #242434;
}
.xmas-item__inner .right .item .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
}
.xmas-item__inner .right .item .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.xmas-item__inner .right .item .box__txt .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.xmas-item__inner .right .item .box__txt .price em {
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0.2em;
}

.xmas-comment {
  padding: 3em 0;
}
.xmas-comment__inner {
  display: flex;
  justify-content: space-between;
}
.xmas-comment__inner .box {
  background: #cc0000;
  color: #ffffff;
  width: 47%;
  padding: 1.5em;
}
.xmas-comment__inner .box.design {
  background: #006622;
}
.xmas-comment__inner .box .title {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}
.xmas-comment__inner .box .title i {
  margin-right: 0.5em;
}
.xmas-comment__inner .box .desc {
  margin: 2em 0;
  line-height: 1.6em;
  font-size: 0.8em;
}
.xmas-comment__inner .box .name {
  text-align: right;
  font-size: 0.8em;
}
.xmas-comment__inner .box .santa {
  text-align: center;
}
.xmas-comment__inner .box .santa img {
  width: 80%;
}

.xmas-qa {
  padding: 4em 0;
}
.xmas-qa__inner .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0 1em;
  text-align: center;
  padding-bottom: 1em;
  background: linear-gradient(90deg, #ef413f 0% 50%, #f7ab1a 50%);
  background-repeat: no-repeat;
  background-size: 8rem 0.4rem;
  background-position: bottom;
}
.xmas-qa__inner .title span {
  font-size: 1.2em;
  margin-left: 0.2em;
  color: #ef413f;
}
.xmas-qa__inner .box {
  background: #ffffff;
  padding-top: 2em;
}
.xmas-qa__inner .box__content .row {
  padding: 2em;
  border-bottom: solid 1px #e0e0e0;
}
.xmas-qa__inner .box__content .row__title {
  cursor: pointer;
  display: flex;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  transition: 0.3s;
}
.xmas-qa__inner .box__content .row__title:hover {
  color: #db9457;
}
.xmas-qa__inner .box__content .row__title .fa-q {
  margin-right: 1em;
}
.xmas-qa__inner .box__content .row__title .fa-plus {
  margin-left: auto;
  transition: transform 0.3s ease;
}
.xmas-qa__inner .box__content .row__desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  background: #edf2f4;
  padding: 0 1em;
  line-height: 2em;
  margin-top: 2em;
  display: none;
}
.xmas-qa__inner .box__content .row__desc a {
  color: #db9457;
  border-bottom: solid 1px #db9457;
  text-decoration: none;
}
.xmas-qa__inner .box__content .row__desc.open {
  opacity: 1;
  padding: 1em;
  max-height: inherit;
  display: block;
}
.xmas-qa__inner .box__content .row__title .fa-plus.rotate {
  transform: rotate(45deg);
}

/* -----------------------------------
  コーヒーチャート
----------------------------------- */
.coffee-chart {
  background: #db9457;
  padding: 5em 0;
}
.coffee-chart__inner {
  position: relative;
}
.coffee-chart__inner .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: rgba(255, 255, 255, 0.8);
}
.coffee-chart__inner__start {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coffee-chart__inner__start .txt {
  width: 55%;
  color: #ffffff;
}
.coffee-chart__inner__start .txt__main {
  font-size: 3.5em;
  letter-spacing: 0.1em;
}
.coffee-chart__inner__start .txt__title {
  margin: 2em 0;
  font-size: 2em;
  font-weight: bold;
}
.coffee-chart__inner__start .txt__desc {
  line-height: 2em;
}
.coffee-chart__inner__start .txt__btn {
  margin-top: 1.5em;
}
.coffee-chart__inner__start .txt__btn [type=button],
.coffee-chart__inner__start .txt__btn button {
  color: #ffffff;
  border: solid 2px #ffffff;
  background: inherit;
  font-weight: bold;
  font-size: 1em;
  box-sizing: inherit;
  display: inline-block;
  border-radius: 0.5em;
  padding: 0.5em 3em;
  letter-spacing: 0.2em;
  transition: 0.2s;
}
.coffee-chart__inner__start .txt__btn [type=button]:hover,
.coffee-chart__inner__start .txt__btn button:hover {
  background: #333333;
  color: #ffffff !important;
}
.coffee-chart__inner__start .img {
  width: 40%;
}
.coffee-chart__inner__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coffee-chart__inner__question .txt {
  width: 55%;
  color: #ffffff;
}
.coffee-chart__inner__question .txt__main {
  font-size: 2em;
  letter-spacing: 0.1em;
}
.coffee-chart__inner__question .txt__desc {
  margin: 2em 0 5em;
  line-height: 2em;
  white-space: pre-line;
}
.coffee-chart__inner__question .txt__btn {
  margin-top: 1.5em;
}
.coffee-chart__inner__question .txt__btn [type=button],
.coffee-chart__inner__question .txt__btn button {
  color: #ffffff;
  border: solid 2px #ffffff;
  background: inherit;
  font-weight: bold;
  font-size: 1em;
  box-sizing: inherit;
  display: inline-block;
  border-radius: 0.5em;
  padding: 0.5em 3em;
  letter-spacing: 0.2em;
  transition: 0.2s;
  margin-right: 1em;
}
.coffee-chart__inner__question .txt__btn [type=button]:hover,
.coffee-chart__inner__question .txt__btn button:hover {
  background: #333333;
  color: #ffffff !important;
}
.coffee-chart__inner__question .img {
  width: 40%;
}
.coffee-chart__inner__result {
  display: flex;
  justify-content: space-between;
}
.coffee-chart__inner__result .txt {
  width: 65%;
  color: #ffffff;
}
.coffee-chart__inner__result .txt__main {
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
.coffee-chart__inner__result .txt__desc {
  margin: 2em 0;
  line-height: 2em;
}
.coffee-chart__inner__result .txt__pr {
  line-height: 2em;
}
.coffee-chart__inner__result .txt .share {
  margin-top: 5em;
}
.coffee-chart__inner__result .txt .share__btn {
  display: flex;
  justify-content: space-between;
}
.coffee-chart__inner__result .txt .share__btn.width [type=button],
.coffee-chart__inner__result .txt .share__btn.width button {
  width: 100%;
  margin-top: 1em;
}
.coffee-chart__inner__result .txt .share__btn [type=button],
.coffee-chart__inner__result .txt .share__btn button,
.coffee-chart__inner__result .txt .share__btn a {
  text-align: center;
  text-decoration: none;
  width: 30%;
  color: #ffffff;
  border: solid 2px #ffffff;
  background: inherit;
  font-weight: bold;
  font-size: 0.9em;
  box-sizing: inherit;
  display: inline-block;
  border-radius: 0.5em;
  padding: 1em 0;
  letter-spacing: 0.2em;
  transition: 0.2s;
  margin-right: 1em;
}
.coffee-chart__inner__result .txt .share__btn [type=button].x,
.coffee-chart__inner__result .txt .share__btn button.x,
.coffee-chart__inner__result .txt .share__btn a.x {
  background: #39475d;
  border: solid 2px #39475d;
}
.coffee-chart__inner__result .txt .share__btn [type=button].fb,
.coffee-chart__inner__result .txt .share__btn button.fb,
.coffee-chart__inner__result .txt .share__btn a.fb {
  background: #1877f2;
  border: solid 2px #1877f2;
}
.coffee-chart__inner__result .txt .share__btn [type=button].line,
.coffee-chart__inner__result .txt .share__btn button.line,
.coffee-chart__inner__result .txt .share__btn a.line {
  background: #00b900;
  border: solid 2px #00b900;
}
.coffee-chart__inner__result .txt .share__btn [type=button]:hover,
.coffee-chart__inner__result .txt .share__btn button:hover,
.coffee-chart__inner__result .txt .share__btn a:hover {
  background: #333333;
  color: #ffffff !important;
}
.coffee-chart__inner__result .txt__item-title {
  margin: 2em 0 1em;
  font-size: 1.5em;
  color: #db9457;
  background: #ffffff;
  padding: 0.5em;
  font-weight: 500;
}
.coffee-chart__inner__result .txt .products__inner {
  display: flex;
  justify-content: space-between;
}
.coffee-chart__inner__result .txt .products__inner .box {
  width: 31%;
}
.coffee-chart__inner__result .txt .products__inner .box__thumb {
  position: relative;
  overflow: hidden;
}
.coffee-chart__inner__result .txt .products__inner .box__thumb img {
  transition: 0.3s;
}
.coffee-chart__inner__result .txt .products__inner .box__thumb img:hover {
  scale: 1.1;
}
.coffee-chart__inner__result .txt .products__inner .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.coffee-chart__inner__result .txt .products__inner .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
  transition: 0.3s;
}
.coffee-chart__inner__result .txt .products__inner .box__thumb .cat a:hover {
  background: #ffffff;
  color: #242434;
}
.coffee-chart__inner__result .txt .products__inner .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
}
.coffee-chart__inner__result .txt .products__inner .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.coffee-chart__inner__result .txt .products__inner .box__txt .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.coffee-chart__inner__result .txt .products__inner .box__txt .price em {
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0.2em;
}
.coffee-chart__inner__result .img {
  width: 30%;
}

/* -----------------------------------
  プルミエブラック特設
----------------------------------- */
.p-black-mv {
  z-index: 2;
}
.p-black-introduction {
  margin-top: -1px;
  margin-bottom: -1px;
}
.p-black-introduction__inner {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.p-black-introduction__inner .left {
  width: 45%;
}
.p-black-introduction__inner .left .tab-img {
  display: none;
}
.p-black-introduction__inner .left .sp-img {
  display: none;
}
.p-black-introduction__inner .right {
  width: 50%;
}
.p-black-introduction__inner .right .desc {
  margin: 1em 2em;
}
.p-black-introduction__inner .right .desc .title {
  font-size: 1.6em;
  padding-bottom: 1em;
}
.p-black-introduction__inner .right .desc .txt {
  font-size: 1.1em;
  line-height: 1.8em;
}

.p-black-lineup {
  padding: 5em 0;
  background: #0b0b0c;
  background-image: url(images/special/premier-black/bg.png);
  background-repeat: no-repeat;
  background-position: 100% 95%;
  background-size: 500px;
}
.p-black-lineup__inner .top {
  text-align: center;
  padding: 3em 0;
  color: #ffffff;
  margin-bottom: 3em;
}
.p-black-lineup__inner .top .title {
  font-size: 5em;
  padding-bottom: 1em;
}
.p-black-lineup__inner .top .txt {
  font-size: 1em;
  line-height: 2em;
}
.p-black-lineup__inner .btm {
  padding: 3em 0;
}
.p-black-lineup__inner .btm .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-black-lineup__inner .btm .item .box {
  width: 45%;
}
.p-black-lineup__inner .btm .item .box__thumb {
  position: relative;
  overflow: hidden;
}
.p-black-lineup__inner .btm .item .box__thumb img {
  transition: 0.3s;
}
.p-black-lineup__inner .btm .item .box__thumb img:hover {
  scale: 1.1;
}
.p-black-lineup__inner .btm .item .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.p-black-lineup__inner .btm .item .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
  transition: 0.3s;
}
.p-black-lineup__inner .btm .item .box__thumb .cat a:hover {
  background: #ffffff;
  color: #242434;
}
.p-black-lineup__inner .btm .item .box__txt {
  color: #ffffff;
}
.p-black-lineup__inner .btm .item .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
}
.p-black-lineup__inner .btm .item .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.p-black-lineup__inner .btm .item .box__txt .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.p-black-lineup__inner .btm .item .box__txt .price em {
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0.2em;
}
.p-black-lineup__inner .btm .item .box:nth-child(odd) {
  margin-top: -50px;
}
.p-black-lineup__inner .btm .item .box:nth-child(even) {
  margin-top: 150px;
}

/* -----------------------------------
  コーヒー特設ゼリー特設
----------------------------------- */
.jelly-content__inner {
  display: flex;
  justify-content: space-between;
}
.jelly-content__inner__left {
  width: 48%;
}
.jelly-content__inner__left .img-box {
  display: flex;
}
.jelly-content__inner__right {
  width: 48%;
}
.jelly-content__inner__right .txt-box:last-child {
  margin-top: 2em;
}
.jelly-content__inner__right .txt-box .title {
  background: #db9457;
  padding: 0.5em;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #ffffff;
}
.jelly-content__inner__right .txt-box .title i {
  margin-right: 0.5em;
}
.jelly-content__inner__right .txt-box .list {
  margin-top: 1em;
}
.jelly-content__inner__right .txt-box .list li {
  line-height: 1.6em;
}
.jelly-content__inner__right .txt-box .list li span {
  font-size: 1.5em;
  font-weight: bold;
  color: #242434;
  margin-right: 0.5em;
}

.buy-item {
  margin-top: 5em;
}
.buy-item__inner .title .en {
  text-align: center;
  color: #db9457;
  font-size: 1.2em;
}
.buy-item__inner .title .ja {
  text-align: center;
  margin: 1em 0 2em;
  font-size: 1.5em;
  color: #242434;
  font-weight: bold;
}
.buy-item__inner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buy-item__inner .item__left {
  width: 48%;
}
.buy-item__inner .item__right {
  width: 48%;
}
.buy-item__inner .item__right .title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.buy-item__inner .item__right .price {
  font-size: 2em;
  margin-bottom: 1.5em;
}
.buy-item__inner .item__right .price span {
  font-size: 0.5em;
  margin-left: 0.5em;
}
.buy-item__inner .item__right .btn a {
  display: inline-block;
}

/* -----------------------------------
  バレンタイン2025特設
----------------------------------- */
.page-id-6431 {
  background: #c7ac8f;
}

.valentine-2025-mv {
  margin-top: -1em;
}
.valentine-2025-introduction {
  padding: 3em 0;
}
.valentine-2025-introduction__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.valentine-2025-introduction__inner .left {
  width: 40%;
  text-align: center;
}
.valentine-2025-introduction__inner .left img {
  width: 60%;
}
.valentine-2025-introduction__inner .right {
  width: 55%;
}
.valentine-2025-introduction__inner .right .sub-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 1em;
}
.valentine-2025-introduction__inner .right .sub-title span {
  font-size: 1.1em;
}
.valentine-2025-introduction__inner .right p {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #402508;
}

.valentine-2025-lineup {
  margin: 0 2em;
}
.valentine-2025-lineup__inner {
  background: #7b2616;
  border-radius: 30px;
}
.valentine-2025-lineup__inner .top {
  text-align: center;
  padding: 5em 0 1em;
  color: #ffffff;
  margin-bottom: 3em;
}
.valentine-2025-lineup__inner .top .title {
  font-size: 5em;
  padding-bottom: 0.5em;
}
.valentine-2025-lineup__inner .top .txt {
  font-size: 1em;
  line-height: 2em;
}
.valentine-2025-lineup__inner .top .txt .tab {
  display: none;
}
.valentine-2025-lineup__inner .btm {
  padding: 0 5em 5em;
}
.valentine-2025-lineup__inner .btm .item1 {
  display: flex;
  justify-content: center;
}
.valentine-2025-lineup__inner .btm .item1 .box {
  width: 50%;
  margin-bottom: 4em;
}
.valentine-2025-lineup__inner .btm .item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valentine-2025-lineup__inner .btm .box {
  width: 45%;
}
.valentine-2025-lineup__inner .btm .box__thumb {
  position: relative;
  overflow: hidden;
}
.valentine-2025-lineup__inner .btm .box__thumb img {
  transition: 0.3s;
}
.valentine-2025-lineup__inner .btm .box__thumb img:hover {
  scale: 1.1;
}
.valentine-2025-lineup__inner .btm .box__thumb .cat {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.valentine-2025-lineup__inner .btm .box__thumb .cat a {
  background: #242434;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.2em 0.6em;
  transition: 0.3s;
}
.valentine-2025-lineup__inner .btm .box__thumb .cat a:hover {
  background: #ffffff;
  color: #242434;
}
.valentine-2025-lineup__inner .btm .box__txt {
  color: #ffffff;
}
.valentine-2025-lineup__inner .btm .box__txt .title {
  line-height: 1.4em;
  margin: 1em 0;
  font-size: 0.9em;
  font-weight: bold;
}
.valentine-2025-lineup__inner .btm .box__txt .roast {
  margin-bottom: 0.5em;
  height: 1.5em;
}
.valentine-2025-lineup__inner .btm .box__txt .roast a {
  background: #242434;
  color: #ffffff;
  padding: 0.2em 0.5em;
  text-decoration: none;
  font-size: 0.8em;
  transition: 0.3s;
}
.valentine-2025-lineup__inner .btm .box__txt .roast a:hover {
  background: #db9457;
  color: #ffffff;
}
.valentine-2025-lineup__inner .btm .box__txt .desc {
  line-height: 1.4em;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.valentine-2025-lineup__inner .btm .box__txt .price {
  font-size: 0.8em;
  margin-right: 1em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.valentine-2025-lineup__inner .btm .box__txt .price em {
  font-weight: bold;
  font-size: 1.5em;
  margin-right: 0.2em;
}

.valentine-2025-media {
  background-color: #af756a;
  margin: 3em 0 0;
  padding: 3em 0;
  background-image: url(images/special/valentine-2025/bg.png);
  background-repeat: no-repeat;
  background-position: 15% 100%;
  background-size: 300px;
}
.valentine-2025-media__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.valentine-2025-media__inner .left {
  width: 50%;
}
.valentine-2025-media__inner .left .title {
  font-size: 5em;
  color: #402508;
  margin-bottom: 0.5em;
}
.valentine-2025-media__inner .left .txt {
  color: #402508;
  line-height: 1.6em;
}
.valentine-2025-media__inner .right {
  width: 45%;
  background: #c7ac8f;
  border-radius: 10px;
}
.valentine-2025-media__inner .right .box {
  margin: 1em;
}
.valentine-2025-media__inner .right .box__thumb {
  overflow: hidden;
}
.valentine-2025-media__inner .right .box__thumb img {
  transition: 0.3s;
}
.valentine-2025-media__inner .right .box__thumb img:hover {
  scale: 1.1;
}
.valentine-2025-media__inner .right .box__btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1em;
}
.valentine-2025-media__inner .right .box__btm .date {
  color: #e7ddd3;
  margin-right: 1em;
}
.valentine-2025-media__inner .right .box__btm .title {
  width: 100%;
  margin-top: 1em;
}
.valentine-2025-media__inner .right .box__btm .title a {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #402508;
  text-decoration: none;
  transition: 0.3s;
}
.valentine-2025-media__inner .right .box__btm .title a:hover {
  opacity: 0.8;
}

/* -----------------------------------
  母の日
----------------------------------- */
.mothers-mv {
  background-image: url("images/special/mothers/mothers-mv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 680px;
  position: relative;
}
.mothers-mv__inner .txt {
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  right: 5%;
  color: #ffffff;
}
.mothers-mv__inner .txt__main {
  font-size: 5em;
  letter-spacing: 0.1em;
}
.mothers-mv__inner .txt__title {
  margin: 2em 0;
  font-size: 2em;
  font-weight: bold;
}
.mothers-mv__inner .txt__desc {
  line-height: 2em;
}

.mothers .mother-title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0 1em;
  text-align: center;
  padding-bottom: 1em;
  background: linear-gradient(90deg, #ffc0cc 0% 50%, #90bb00 50%);
  background-repeat: no-repeat;
  background-size: 8rem 0.4rem;
  background-position: bottom;
}
.mothers .mother-title span {
  font-size: 1.2em;
  margin-left: 0.2em;
  color: #e00033;
}
.mothers .mothers-gift {
  background-image: url("images/special/mothers/gift.jpg");
}

/* -----------------------------------
  サブスク
----------------------------------- */
.subsc-course {
  padding: 4em 0;
}
.subsc-course__inner .desc {
  line-height: 2em;
  font-weight: 500;
  text-align: center;
  font-size: 1.1em;
  margin: 2em 0 4em;
}
.subsc-course__inner .title {
  font-size: 1.2em;
  font-weight: bold;
  margin: 2em 0 1em;
  text-align: center;
  padding-bottom: 1em;
  background: linear-gradient(90deg, #4a3627 0% 50%, #c2a476 50%);
  background-repeat: no-repeat;
  background-size: 8rem 0.4rem;
  background-position: bottom;
}
.subsc-course__inner .title span {
  font-size: 1.2em;
  margin-left: 0.2em;
  color: #4a3627;
}
.subsc-course__inner .cat-row {
  display: flex;
  justify-content: center;
}
.subsc-course__inner .cat-row .box {
  width: 30%;
}
.subsc-course__inner .cat-row .box .item-title {
  margin: 1em 0;
  text-align: center;
  font-weight: bold;
}
.subsc-course__inner .cat-row .box .item-title .price {
  margin-left: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.subsc-course__inner .subsc-manage {
  margin-top: 3em;
  padding: 2em;
  background: #f8f5f0;
  border-radius: 8px;
  text-align: center;
}
.subsc-course__inner .subsc-manage__title {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #4a3627;
}
.subsc-course__inner .subsc-manage__desc {
  margin-bottom: 1.5em;
  font-size: 0.95em;
  color: #666;
}
.subsc-course__inner .subsc-manage__btn {
  display: inline-block;
  padding: 0.8em 2em;
  background: #4a3627;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}
.subsc-course__inner .subsc-manage__btn:hover {
  background: #c2a476;
  color: #fff;
}

/* -----------------------------------
  採用情報
----------------------------------- */
.recruit__inner {
  display: flex;
  justify-content: space-between;
}
.recruit__inner .box {
  width: 48%;
}
.recruit__inner .box .main-title {
  background: #242434;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  padding: 1em 0;
}
.recruit__inner .box .title {
  border-left: 5px solid #db9457;
  padding-left: 0.5em;
  font-weight: bold;
  margin: 2em 0 1em;
  font-size: 1.1em;
}
.recruit__inner .box .desc {
  margin: 1.5em 0;
}
.recruit__inner .box .row {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px rgba(36, 36, 52, 0.2);
  padding: 1.5em 0;
  line-height: 1.4em;
}
.recruit__inner .box .row__left {
  width: 30%;
}
.recruit__inner .box .row__right {
  width: 65%;
}
.recruit__inner .box .row__right span {
  font-size: 0.9em;
}
.recruit__inner .box .btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border: solid 2px #242434;
  color: #242434;
  padding: 1.5em 0;
  font-weight: bold;
  border-radius: 2em;
}

/* -----------------------------------
  LINEスタンプ特設
----------------------------------- */
.line-stamp-mv {
  padding: 5em 0 4em;
  background: #f4f0ed;
}
.line-stamp-mv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.line-stamp-mv__inner__left {
  width: 42%;
}
.line-stamp-mv__inner__left .line-stamp-mv__inner__slide {
  border-radius: 1em;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(36, 36, 52, 0.1);
  background: #ffffff;
}
.line-stamp-mv__inner__left .line-stamp-mv__inner__slide .slide {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.line-stamp-mv__inner__left .line-stamp-mv__inner__slide .slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.line-stamp-mv__inner__left .line-stamp-mv__inner__slide .slick-list,
.line-stamp-mv__inner__left .line-stamp-mv__inner__slide .slick-track {
  height: 100%;
}
.line-stamp-mv__inner__right {
  width: 53%;
}
.line-stamp-mv__inner__right .sub {
  color: #db9457;
  font-size: 1.1em;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
}
.line-stamp-mv__inner__right .title {
  font-size: 2.4em;
  line-height: 1.4em;
  color: #242434;
  font-weight: bold;
  margin-bottom: 1em;
}
.line-stamp-mv__inner__right .txt {
  font-size: 1.05em;
  line-height: 2em;
  color: #333333;
  margin-bottom: 2em;
}
.line-stamp-mv__inner__right .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06c755;
  color: #ffffff;
  font-weight: bold;
  padding: 1em 2.5em;
  border-radius: 2em;
  text-decoration: none;
  transition: 0.3s;
}
.line-stamp-mv__inner__right .btn a i {
  margin-right: 0.6em;
  font-size: 1.4em;
}
.line-stamp-mv__inner__right .btn a:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
  transform: translateY(-2px);
}

.line-stamp-introduction {
  padding: 5em 0;
}
.line-stamp-introduction__inner {
  text-align: center;
}
.line-stamp-introduction__inner .title {
  margin-bottom: 2em;
}
.line-stamp-introduction__inner .title .en {
  color: #db9457;
  font-size: 1.2em;
}
.line-stamp-introduction__inner .title .ja {
  margin-top: 0.5em;
  font-size: 1.6em;
  color: #242434;
  font-weight: bold;
}
.line-stamp-introduction__inner .desc p {
  font-size: 1.05em;
  line-height: 2em;
  color: #333333;
}

.line-stamp-lineup {
  padding: 5em 0;
  background: #edf2f4;
}
.line-stamp-lineup__inner .top {
  text-align: center;
  margin-bottom: 3em;
}
.line-stamp-lineup__inner .top .title {
  font-size: 3.5em;
  color: #242434;
  padding-bottom: 0.3em;
}
.line-stamp-lineup__inner .top .txt {
  font-size: 1em;
  color: #333333;
}
.line-stamp-lineup__inner .btm .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.line-stamp-lineup__inner .btm .list .item {
  width: calc((100% - 4em) / 3);
  background: #ffffff;
  border-radius: 1em;
  padding: 1.5em;
  box-shadow: 0 6px 20px rgba(36, 36, 52, 0.08);
  transition: 0.3s;
}
.line-stamp-lineup__inner .btm .list .item .img img {
  width: 100%;
  height: auto;
  display: block;
}
.line-stamp-lineup__inner .btm .list .item:hover {
  transform: translateY(-4px);
}

.line-stamp-cta {
  padding: 5em 0;
  text-align: center;
}
.line-stamp-cta__inner .title {
  margin-bottom: 2em;
}
.line-stamp-cta__inner .title .en {
  color: #db9457;
  font-size: 1.2em;
}
.line-stamp-cta__inner .title .ja {
  margin-top: 0.5em;
  font-size: 1.6em;
  color: #242434;
  font-weight: bold;
}
.line-stamp-cta__inner .desc {
  margin-bottom: 2.5em;
}
.line-stamp-cta__inner .desc p {
  font-size: 1.05em;
  line-height: 2em;
  color: #333333;
}
.line-stamp-cta__inner .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #06c755;
  color: #ffffff;
  font-weight: bold;
  padding: 1.2em 3em;
  border-radius: 2em;
  text-decoration: none;
  font-size: 1.1em;
  transition: 0.3s;
}
.line-stamp-cta__inner .btn a i {
  margin-right: 0.6em;
  font-size: 1.4em;
}
.line-stamp-cta__inner .btn a:hover {
  background: rgb(4.8058536585, 159.3941463415, 68.0829268293);
  transform: translateY(-2px);
}

/****************************************
① まず変数を読み込む
****************************************/
@media only screen and (max-width:1279px) {
  /* -----------------------------------
    basic
  ----------------------------------- */
  /* -----------------------------------
    header
  ----------------------------------- */
  .header__mid__contact, .header__mid__shop {
    padding: 1em 1em;
  }
  .header__inner {
    margin-top: 1em;
  }
  .header__inner__logo {
    width: 22%;
  }
  .header__inner__menu {
    width: 75%;
    margin: 0;
  }
  .header__inner__menu .list a {
    font-size: 0.9em;
  }
  .header__inner__mega-menu {
    padding: 2em 3em;
  }
  .header__inner__mega-menu ul li {
    width: 23%;
  }
  .header__inner__mega-menu ul li a {
    font-size: 0.9em;
  }
  /* -----------------------------------
    footer
  ----------------------------------- */
  .footer {
    padding: 2em 0 1em;
  }
  .footer__inner__menu {
    flex-wrap: wrap-reverse;
  }
  .footer__inner__menu__left {
    width: 30%;
  }
  .footer__inner__menu__center {
    width: 28%;
  }
  .footer__inner__menu__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .footer__inner__menu__right .btn {
    width: 45%;
    margin: 0 1em;
  }
  .footer__inner__menu__right .list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 1em 0;
  }
  /* -----------------------------------
    共通パーツ
  ----------------------------------- */
  /* -----------------------------------
    404ERROR
  ----------------------------------- */
  /* -----------------------------------
    トップページ
  ----------------------------------- */
  .top-mv__inner {
    margin-left: 7em;
  }
  .top-mv__inner__txt {
    left: 5.5em;
  }
  .top-mv__inner__txt .en {
    font-size: 2.5em;
  }
  .top-mv__inner__upper {
    height: 100%;
    text-align: center;
  }
  .top-shop__inner__slide .img {
    margin: 0.5em;
    width: 31%;
  }
  .top-shop__inner__item .box__txt .title {
    height: 4em;
  }
  .top-shop__inner__item .box__txt .roast {
    padding: 0.5em 0 1.5em;
  }
  .top-shop__inner__item .box__txt .roast a {
    font-size: 0.7em;
  }
  .top-shop__inner__item .box__txt .price {
    margin-bottom: 1em;
  }
  .top-news__inner__content .row__right .date {
    width: 20%;
  }
  /* -----------------------------------
    アバウトアーカイブページ
  ----------------------------------- */
  /* -----------------------------------
    アバウトページ
  ----------------------------------- */
  .about-top__inner__message p {
    font-size: 1.1em;
    line-height: 2.5em;
  }
  .about-history__inner__timeline .timeline-list-item .date {
    width: 20%;
  }
  /* -----------------------------------
    会社概要
  ----------------------------------- */
  .company__inner__title {
    flex-wrap: wrap;
  }
  .company__inner__title .title {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    font-size: 4.5em;
  }
  .company__inner__title .desc {
    width: 100%;
    font-size: 1.1em;
    line-height: 2em;
  }
  /* -----------------------------------
    代表挨拶
  ----------------------------------- */
  .greeting__inner .row__box {
    width: 48%;
  }
  .greeting__inner .row__box .desc {
    line-height: 2em;
  }
  /* -----------------------------------
    スタッフ紹介
  ----------------------------------- */
  .staff__inner .container {
    justify-content: space-between;
  }
  .staff__inner .container__box {
    width: 27%;
    margin: 1em;
  }
  .staff__inner .container__box .desc__hobby {
    font-size: 0.85em;
  }
  .staff__inner .container__box .desc__hobby span {
    margin-right: 0.5em;
    font-size: 0.85em;
  }
  /* -----------------------------------
    ストアアーカイブページ
  ----------------------------------- */
  /* -----------------------------------
    店舗詳細ページ
  ----------------------------------- */
  .store-txt__inner .tab {
    display: block;
  }
  .store-seasonal-drink__inner .box p {
    text-align: start;
  }
  .store-info__inner__content {
    flex-wrap: wrap-reverse;
  }
  .store-info__inner__content .left {
    width: 100%;
  }
  .store-info__inner__content .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .store-info__inner__content .right .main-title {
    width: 100%;
  }
  .store-info__inner__content .right__container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .store-info__inner__content .right__container__row {
    width: 48%;
  }
  .store-info__inner__content .right__container__row .time__row__day {
    width: 25%;
  }
  .store-line-banner__inner {
    width: 60%;
  }
  /* -----------------------------------
    お知らせページ
  ----------------------------------- */
  .news-archive__inner .box {
    width: 45%;
  }
  .news-single__inner__content .product-card .blog-card {
    width: 90%;
  }
  .news-single__inner__content .product-card .blog-card .img {
    width: 180px !important;
    height: 130px !important;
  }
  /* -----------------------------------
    よくあるご質問ページ
  ----------------------------------- */
  /* -----------------------------------
    法人の方向けページ
  ----------------------------------- */
  .wholesale-section__inner .oem-img img {
    padding: 0 1em;
  }
  /* -----------------------------------
    プライバシーポリシーページ
  ----------------------------------- */
  /* -----------------------------------
    特商法ページ
  ----------------------------------- */
  .transaction_law__inner .content__row .left h3 {
    line-height: 1.4em;
  }
  /* -----------------------------------
    お問い合わせページ
  ----------------------------------- */
  .contact-page__inner .top-container {
    flex-wrap: wrap;
  }
  .contact-page__inner .top-container__box {
    width: 100%;
    margin-bottom: 1em;
  }
  /* -----------------------------------
    初めての方へページ
  ----------------------------------- */
  .beginner__inner__feature .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .beginner__inner__feature .container__box {
    width: 30%;
    margin: 0.5em;
  }
  .beginner__inner__feature .container__box p {
    font-size: 0.85em;
    line-height: 1.5em;
  }
  .beginner__inner__feature .btm-container__inner {
    flex-wrap: wrap;
  }
  .beginner__inner__feature .btm-container__inner__box {
    width: 48%;
    margin: 0.3em 0.2em;
  }
  .beginner__inner__cta .box {
    width: 48%;
  }
  /* -----------------------------------
    大口注文サービスページ
  ----------------------------------- */
  .bulk_order-criterion__inner__content {
    width: 100%;
    padding: 0;
  }
  .bulk_order-criterion__inner__content .left {
    width: 46%;
  }
  .bulk_order-criterion__inner__content .right {
    width: 50%;
  }
  .bulk_order-criterion__inner__content .right .list .criterion li {
    padding: 0.5em 0;
  }
  .bulk_order-service__inner__content .item {
    width: 32%;
  }
  .bulk_order-service__inner__content .item .sub-title {
    font-size: 1em;
  }
  .bulk_order-service__inner__content .item .btm .txt {
    font-size: 0.9em;
  }
  .bulk_order-service__inner__content .item .btm .img {
    width: 90%;
  }
  .bulk_order-service__inner__content .item2 {
    width: 100%;
    margin-top: 1em;
  }
  .bulk_order-service__inner__content .item2 .sub-title {
    font-size: 1em;
  }
  .bulk_order-service__inner__content .item2 .btm .txt {
    font-size: 0.9em;
  }
  .bulk_order-flow__inner__content .row {
    width: 80%;
  }
  /* -----------------------------------
    ギフトサービスページ
  ----------------------------------- */
  .gift-service__inner__cat .link {
    width: 30%;
  }
  .gift-service__inner__section__content .inner {
    width: 87%;
  }
  .gift-service__inner__section__table .row__col {
    width: 40%;
    font-size: 0.9em;
  }
  .gift-service__inner__section__table .row__col.head {
    width: 17%;
  }
  /* -----------------------------------
    トップページ(ショップ)
  ----------------------------------- */
  .shop-sq_banner {
    justify-content: center;
  }
  .shop-cat__inner .container .row a i {
    margin-right: 0.5em;
  }
  .shop-section__inner .item {
    flex-wrap: wrap;
  }
  .shop-section__inner .item .box.width {
    width: 49%;
    padding-bottom: 2em;
  }
  .shop-section__inner .item .box__txt .roast {
    padding: 0.5em 0 1.5em;
  }
  .shop-section__inner .item .box__txt .roast a {
    font-size: 0.7em;
  }
  .shop-section__inner .item .box__txt .desc.short {
    height: 7em;
  }
  .shop-section__inner .item .box__txt .price-box {
    flex-direction: column;
    align-items: start;
  }
  .shop-section__inner .item .box__txt .price-box .price {
    margin-bottom: 1em;
  }
  .shop-section__inner .container {
    flex-direction: column;
  }
  .shop-section__inner .container__left {
    width: 100%;
  }
  .shop-section__inner .container__right {
    width: 65%;
  }
  .shop-btm__inner .box a {
    padding: 0 1em;
    justify-content: flex-start;
  }
  .shop-btm__inner .box a .box__icon {
    margin: 0.5em 0;
  }
  .shop-btm__inner .box a .box__title {
    font-size: 1em;
  }
  .shop-btm__inner .box a .box__desc {
    font-size: 0.8em;
  }
  .shop-btm__inner .box .tab {
    display: block;
  }
  /* -----------------------------------
    カテゴリ一覧ページ(ショップ)
  ----------------------------------- */
  .product-cat-mv__left .title {
    margin-bottom: 1em;
  }
  .product-cat-mv__left .desc {
    padding: 0 1em;
    font-size: 0.9em;
  }
  .product-cat-ranking__inner .item .box__thumb .rank {
    top: 0.3em;
    left: 0.3em;
  }
  .product-cat-ranking__inner .item .box__txt .title {
    font-size: 0.85em;
  }
  .product-cat-ranking__inner .item .box__txt .roast {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0 0.5em;
  }
  .product-cat-ranking__inner .item .box__txt .roast a {
    font-size: 0.7em;
    margin-bottom: 0.5em;
  }
  .product-cat-ranking__inner .item .box__txt .desc {
    height: 7em;
  }
  .product-cat-ranking__inner .item .box__txt .price-box {
    flex-direction: column;
    align-items: start;
  }
  .product-cat-ranking__inner .item .box__txt .price-box .price {
    margin-bottom: 1em;
  }
  .product-cat-ranking__inner .item .box__txt .add-to-cart {
    margin-top: 1.5em;
  }
  .product-cat-ranking__inner .item .box__txt .add-to-cart a {
    font-size: 0.8em;
  }
  .product-cat-ranking__inner .item .box__txt .add-to-cart a i {
    margin-right: 0.5em;
  }
  .product-cat-archive__inner .item .box {
    width: 31%;
  }
  .product-cat-archive__inner .item .box__txt .roast {
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em 0 0.5em;
  }
  .product-cat-archive__inner .item .box__txt .roast a {
    margin: 0 0.5em 0.5em 0;
    font-size: 0.7em;
  }
  .product-cat-archive__inner .item .box__txt .desc {
    height: 4em;
  }
  .product-cat-archive__inner .item .box__txt .price-box {
    flex-direction: column;
    align-items: start;
  }
  .product-cat-archive__inner .item .box__txt .price-box .price {
    margin-bottom: 1em;
  }
  .product-cat-archive__inner .item .box__txt .add-to-cart a {
    font-size: 0.9em;
  }
  /* -----------------------------------
    商品詳細ページ(ショップ)
  ----------------------------------- */
  .single-product__inner__left {
    width: 48%;
  }
  .single-product__inner__left .thumb .main-product-image img {
    height: 224px;
  }
  .single-product__inner__left .thumb .product-gallery {
    flex-wrap: wrap;
  }
  .single-product__inner__left .thumb .product-gallery .gallery-image {
    width: 15%;
  }
  .single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .form-submit [type=submit],
  .single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .form-submit [type=button],
  .single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .form-submit a {
    width: 30%;
  }
  @keyframes radar-chart-animataion {}
  .single-product__inner__right {
    width: 48%;
  }
  .single-product__inner__right .cat {
    margin-bottom: 1em;
  }
  .single-product__inner__right .review {
    margin: 1em 0 2em;
  }
  .single-product__inner__right .product-options .variations tbody tr .label {
    margin-right: 1em;
    width: 23%;
  }
  .single-product__inner__right .product-options .variations tbody tr .value select {
    height: 3em;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-label {
    width: 40%;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input {
    width: 60%;
  }
  .single-product__inner__right .send .tab {
    display: block;
  }
  .single-product__inner__right .buy-with .related-products li a {
    font-size: 0.9em;
  }
  .single-product__inner__right .buy-with .related-products li a .woocommerce-loop-product__title {
    font-size: 0.9em;
    height: 4em;
  }
  .single-product__inner__right .buy-with .related-products li a .price {
    margin-top: 0;
  }
  .single-product__inner__right .buy-with .related-products li a .price em {
    font-size: 1.4em;
  }
  .single-product__inner__right .buy-with .related-products li .add_to_cart_button {
    font-size: 0.9em;
  }
  /* -----------------------------------
    会員登録ページ
  ----------------------------------- */
  /* -----------------------------------
    お気に入りページ
  ----------------------------------- */
  /* -----------------------------------
    最近見た商品（テンプレート）
  ----------------------------------- */
  .recent-view .item .box__thumb .cat a {
    padding: 0.2em 0.6em;
    margin: 0.1em;
  }
  .recent-view .item .box__txt .roast {
    padding: 0.5em 0 1.5em;
  }
  .recent-view .item .box__txt .roast a {
    font-size: 0.7em;
  }
  .recent-view .item .box__txt .desc {
    height: 4.5em;
  }
  .recent-view .item .box__txt .price-box {
    flex-direction: column;
    align-items: start;
  }
  .recent-view .item .box__txt .price-box .price {
    margin-bottom: 1em;
  }
  /* -----------------------------------
    カートページ
  ----------------------------------- */
  .cart__inner__left .free {
    line-height: 1.2em;
  }
  .cart__inner__left .container .cart-items__row__item {
    width: 69%;
  }
  .cart__inner__left .container .cart-items__row__item .name {
    margin-left: 0.5em;
  }
  .cart__inner__left .container .cart-items__row__item .name .product-options .apf-options {
    font-size: 0.8em;
  }
  .cart__inner__left .container .cart-items__row__subtotal {
    width: 16%;
  }
  .cart__inner__right {
    width: 27%;
  }
  .cart__inner__right .cart-box__total__title {
    margin-bottom: 0.5em;
  }
  .cart__inner__right .cart-box__total .desc {
    text-align: left;
    line-height: 1.4em;
  }
  .cart__inner__right .card-brand {
    flex-wrap: wrap;
  }
  /* -----------------------------------
    チェックアウトページ
  ----------------------------------- */
  .checkout__inner .woocommerce-order .woocommerce-order-overview li p {
    width: 20%;
  }
  .checkout__inner .woocommerce-order .woocommerce-order-details {
    padding: 2em;
    margin-top: 1em;
  }
  .checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr .product-name {
    width: 66%;
    padding-left: 1em;
  }
  .checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr .product-total {
    width: 34%;
  }
  .checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr th {
    width: 66%;
    padding-left: 1em;
  }
  .checkout__inner .woocommerce-order .woocommerce-order-details .woocommerce-table tr td {
    width: 34%;
  }
  /* -----------------------------------
    マイアカウントページ
  ----------------------------------- */
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation {
    border-right: none;
    width: 100%;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    justify-content: start;
    margin-bottom: 1em;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
    border-left: 1px solid #e0e0e0;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
    border: 1px solid #e0e0e0;
    border-left: none;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #e0e0e0;
    padding: 1em;
    border-left: none;
    font-size: 0.9em;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
  /* -----------------------------------
    クリスマス2024
  ----------------------------------- */
  .xmas-mv {
    padding-top: 152px;
  }
  .xmas-mv__inner {
    flex-direction: column;
  }
  .xmas-mv__inner .txt {
    width: 100%;
    padding: 2em 0;
  }
  .xmas-mv__inner .txt__main {
    font-size: 3em;
  }
  .xmas-mv__inner .txt__title {
    font-size: 1.5em;
    margin: 1em 0;
  }
  .xmas-mv__inner .tree {
    width: 100%;
    text-align: center;
  }
  .xmas-mv__inner .tree img {
    width: 50%;
  }
  .xmas-sp__inner .desc {
    text-align: left;
  }
  .xmas-item__inner {
    flex-direction: column;
  }
  .xmas-item__inner.odd {
    flex-direction: column;
  }
  .xmas-item__inner.odd .right {
    margin-left: 0;
    padding: 1.5em;
  }
  .xmas-item__inner .left {
    width: 100%;
    margin-bottom: 1em;
  }
  .xmas-item__inner .right {
    width: 100%;
    margin-right: 0;
    padding: 1.5em;
  }
  /* -----------------------------------
    コーヒーチャート
  ----------------------------------- */
  .coffee-chart {
    padding-top: 152px;
  }
  .coffee-chart__inner__start .txt__title {
    line-height: 1.4em;
  }
  .coffee-chart__inner__result {
    flex-direction: column-reverse;
  }
  .coffee-chart__inner__result .txt {
    width: 100%;
  }
  .coffee-chart__inner__result .img {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
  .coffee-chart__inner__result .img img {
    width: 50%;
  }
  /* -----------------------------------
    プルミエブラック特設
  ----------------------------------- */
  .p-black-introduction__inner .left {
    width: 43%;
  }
  .p-black-introduction__inner .left .pc-img {
    display: none;
  }
  .p-black-introduction__inner .left .tab-img {
    display: block;
  }
  .p-black-introduction__inner .right {
    width: 57%;
  }
  .p-black-introduction__inner .right .desc {
    margin: 2em 1.5em;
  }
  .p-black-lineup {
    background-position: 125% 95%;
    background-size: 400px;
  }
  /* -----------------------------------
    バレンタイン2025特設
  ----------------------------------- */
  .valentine-2025-introduction__inner .left {
    width: 25%;
  }
  .valentine-2025-introduction__inner .left img {
    width: 100%;
  }
  .valentine-2025-introduction__inner .right {
    width: 70%;
  }
  .valentine-2025-introduction__inner .right .sub-title {
    font-size: 1.3em;
  }
  .valentine-2025-introduction__inner .right p {
    font-size: 1em;
  }
  .valentine-2025-lineup {
    margin: 0 2em;
  }
  .valentine-2025-lineup__inner .top .title {
    font-size: 4em;
  }
  .valentine-2025-lineup__inner .top .txt .tab {
    display: block;
  }
  .valentine-2025-lineup__inner .btm {
    padding: 0 0 5em;
  }
  .valentine-2025-lineup__inner .btm .box__txt .roast {
    padding: 0.5em 0 1.5em;
  }
  .valentine-2025-lineup__inner .btm .box__txt .roast a {
    font-size: 0.7em;
  }
  .valentine-2025-media {
    background-position: 45% 100%;
    background-size: 150px;
  }
  .valentine-2025-media__inner .left {
    width: 55%;
  }
  .valentine-2025-media__inner .left .title {
    font-size: 4em;
  }
  .valentine-2025-media__inner .right {
    width: 40%;
  }
}
/****************************************
① まず変数を読み込む
****************************************/
@media only screen and (max-width:767px) {
  /* -----------------------------------
    basic
  ----------------------------------- */
  body {
    font-size: 1.5rem;
  }
  body .l-container {
    padding: 0 2rem;
  }
  body .sp {
    display: block;
  }
  body .pc {
    display: none;
  }
  /* -----------------------------------
    header
  ----------------------------------- */
  .header {
    display: none;
  }
  .header-sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    z-index: 9999;
    position: fixed;
    background: #ffffff;
  }
  .header-sp__bar {
    background: #242434;
    color: #ffffff;
    padding: 1em 0;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    z-index: 9999;
  }
  .header-sp__bar span {
    font-size: 0.8em;
    margin-left: 0.5em;
  }
  .header-sp__mid {
    display: flex;
    justify-content: flex-end;
    z-index: 9999;
    background: #ffffff;
  }
  .header-sp__mid__fav {
    display: flex;
    align-items: center;
    margin-right: 1em;
  }
  .header-sp__mid__fav a {
    color: rgb(235, 81, 81);
    text-decoration: none;
    transition: 0.3s;
  }
  .header-sp__mid__fav a:hover {
    color: #242434;
  }
  .header-sp__mid__fav a i {
    font-size: 1.3em;
  }
  .header-sp__mid__cart a {
    color: #db9457;
    text-decoration: none;
    padding: 0.7em 0;
    display: block;
    font-size: 1em;
    transition: 0.3s;
  }
  .header-sp__mid__cart a:hover {
    color: #242434;
  }
  .header-sp__mid__cart a.cart {
    padding: 1em 0;
  }
  .header-sp__mid__cart a.cart i {
    position: relative;
    margin-right: 1em;
    font-size: 1.3em;
  }
  .header-sp__mid__cart a.cart i span {
    position: absolute;
    top: -1em;
    right: -1.5em;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: rgba(219, 148, 87, 0.8);
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.5em;
    padding: 0.5em 0.7em;
    margin-bottom: 0;
  }
  .header-sp__mid__cart a span {
    display: block;
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
  .header-sp__mid__contact, .header-sp__mid__shop {
    background: #db9457;
    display: flex;
    padding: 1em;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
  }
  .header-sp__mid__contact p, .header-sp__mid__shop p {
    font-size: 0.9em;
  }
  .header-sp__mid__contact:hover, .header-sp__mid__shop:hover {
    opacity: 0.8;
  }
  .header-sp__mid__contact i, .header-sp__mid__shop i {
    margin-right: 0.5em;
  }
  .header-sp__mid__contact {
    border-radius: 0 0 0 1em;
  }
  .header-sp__mid__shop {
    background: #323f6b;
  }
  .header-sp__btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    background-color: #ffffff;
  }
  .header-sp__btm__logo {
    width: 160px;
    margin: 1em;
  }
  .header-sp__btm__hamb {
    display: flex;
    align-items: center;
    padding: 1em 1em;
    z-index: 9999;
    cursor: pointer;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
  }
  .header-sp__btm__hamb__inner__span {
    width: 100%;
    height: 20px;
    margin: 0 auto 0.2em;
    position: relative;
  }
  .header-sp__btm__hamb.active .header-sp__btm__hamb__inner__span {
    top: 0;
  }
  .header-sp__btm__hamb.active .header-sp__btm__hamb__inner__span span:nth-child(1) {
    transform: translateY(4px) rotate(-45deg);
    top: 0;
  }
  .header-sp__btm__hamb.active .header-sp__btm__hamb__inner__span span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    opacity: 0;
  }
  .header-sp__btm__hamb.active .header-sp__btm__hamb__inner__span span:nth-child(3) {
    transform: translateY(-14px) rotate(45deg);
    bottom: 0;
  }
  .header-sp__btm__hamb__inner__span .header-sp__btm__hamb__inner__span span:nth-of-type(1):hover {
    width: 70%;
  }
  .header-sp__btm__hamb__inner__span .header-sp__btm__hamb.active:hover span:nth-of-type(3) {
    width: 35%;
  }
  .header-sp__btm__hamb__inner__span span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #333333;
    border-radius: 10px;
    right: 0;
    transition: 0.4s;
  }
  .header-sp__btm__hamb__inner__span span:nth-child(1) {
    top: 0;
  }
  .header-sp__btm__hamb__inner__span span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }
  .header-sp__btm__hamb__inner__span span:nth-child(3) {
    bottom: 0;
  }
  .header-sp__btm__hamb__inner__txt {
    color: #333333;
    font-size: 0.6em;
    font-weight: bold;
    margin-top: 0.8em;
  }
  .header-sp__nav {
    display: none;
    z-index: 9998;
  }
  .header-sp__nav.active {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    overflow: auto;
    width: 100vw;
    background: #ffffff;
    padding-top: 165px;
  }
  .header-sp__nav__list {
    padding: 0 2em 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-sp__nav__list li {
    width: 100%;
    font-size: 1.2em;
    padding: 0.5em 0;
  }
  .header-sp__nav__list li a {
    text-decoration: none;
    color: #333333;
    transition: 0.3s;
    display: block;
    width: 100%;
  }
  .header-sp__nav__list li a:hover {
    opacity: 0.7;
  }
  .header-sp__nav__list li a span {
    font-size: 0.8em;
    margin-bottom: 0.3em;
    color: #db9457;
    margin: 0 1em;
  }
  .header-sp__nav__list .btm {
    border-bottom: 1px solid #edf2f4;
  }
  .header-sp__nav__list .btm-brown {
    border-bottom: 1px solid #f4f3ed;
  }
  .header-sp__nav__list .main a {
    padding: 1em 0;
  }
  .header-sp__nav__list .box {
    padding: 0 2em;
    width: 100%;
  }
  .header-sp__nav__list .box .shift {
    width: 100%;
    font-size: 1em;
    border-bottom: 1px solid #ffffff;
  }
  .header-sp__nav__list .box .shift a {
    padding: 1em 0;
  }
  .header-sp__nav__list .box .shift i {
    margin-right: 1em;
    color: #ffffff;
  }
  .header-sp__nav__list .box .shift:last-child {
    border: 0;
  }
  .header-sp__nav__list .blue {
    background: #edf2f4;
  }
  .header-sp__nav__list .brown {
    background: #f4f3ed;
  }
  .header-sp__nav .shop-banner {
    position: relative;
    overflow: hidden;
    margin: 0 4em;
  }
  .header-sp__nav .shop-banner img {
    transition: 0.3s;
    margin: 0.2em 0;
  }
  .header-sp__nav .shop-banner img:hover {
    scale: 1.1;
  }
  .header-sp__nav .sns {
    display: flex;
    justify-content: center;
    margin: 1em 0 2em;
  }
  .header-sp__nav .sns p {
    margin-right: 1em;
    font-weight: 300;
  }
  .header-sp__nav .sns a {
    color: #333333;
    transition: 0.3s;
  }
  .header-sp__nav .sns a:hover {
    color: #db9457;
  }
  .header-sp__nav .sns a i {
    margin: 0 1em;
    font-size: 2em;
  }
  .header-sp__nav__logo {
    text-align: center;
    padding-bottom: 2em;
  }
  .header-sp__nav__logo a img {
    width: 160px;
  }
  /* -----------------------------------
    footer
  ----------------------------------- */
  .footer {
    display: none;
  }
  .footer-sp {
    display: block;
    background-image: url("images/cmn/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 3em 0 1em;
    width: 100%;
  }
  .footer-sp__inner {
    width: 100%;
  }
  .footer-sp__inner__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.9em;
  }
  .footer-sp__inner__menu .logo {
    width: 100%;
    text-align: center;
  }
  .footer-sp__inner__menu .logo img {
    width: 60%;
  }
  .footer-sp__inner__menu__top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em 0;
  }
  .footer-sp__inner__menu__top .btn {
    width: 49%;
    margin: 0.2em 0;
  }
  .footer-sp__inner__menu__top .btn a {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    text-align: center;
    padding: 1.3em 0;
    background: none;
    border: solid 1px #ffffff;
    transition: 0.3s;
  }
  .footer-sp__inner__menu__top .btn a:hover {
    background: #ffffff;
    color: #242434;
  }
  .footer-sp__inner__menu__top .btn:last-child {
    width: 100%;
  }
  .footer-sp__inner__menu__mdl {
    width: 100%;
    background: rgba(36, 36, 52, 0.568627451);
    padding: 3em 4em;
    border-radius: 10px;
    margin-bottom: 1em;
  }
  .footer-sp__inner__menu__mdl .list li {
    line-height: 2.5em;
  }
  .footer-sp__inner__menu__mdl .list li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1em;
    transition: 0.3s;
  }
  .footer-sp__inner__menu__mdl .list li a:hover {
    color: #db9457;
  }
  .footer-sp__inner__menu__mdl .list li a i {
    margin-right: 1em;
  }
  .footer-sp__inner__menu__mdl .list li.shift {
    margin-left: 1em;
    font-size: 0.9em;
  }
  .footer-sp__inner__menu__btm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3.5em;
  }
  .footer-sp__inner__menu__btm .company {
    color: #ffffff;
    margin-top: 2em;
  }
  .footer-sp__inner__menu__btm .sns {
    display: flex;
    color: #ffffff;
    margin: 1em 0 2em;
  }
  .footer-sp__inner__menu__btm .sns p {
    margin-right: 1em;
    font-weight: 300;
  }
  .footer-sp__inner__menu__btm .sns a {
    color: #ffffff;
    transition: 0.3s;
  }
  .footer-sp__inner__menu__btm .sns a:hover {
    color: #db9457;
  }
  .footer-sp__inner__menu__btm .sns a i {
    margin: 0 1em;
    font-size: 2.5em;
  }
  .footer-sp__inner__menu__btm .cp {
    color: #ffffff;
    font-size: 0.8em;
  }
  .footer-sp .fix-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #db9457;
    text-align: center;
  }
  .footer-sp .fix-banner a {
    color: #ffffff;
    text-decoration: none;
    padding: 0.7em 0;
    display: block;
    font-size: 1em;
    transition: 0.3s;
  }
  .footer-sp .fix-banner a:hover {
    background: #242434;
    color: #ffffff;
  }
  .footer-sp .fix-banner a.cart {
    padding: 1em 0;
  }
  .footer-sp .fix-banner a.cart i {
    position: relative;
    margin-right: 1em;
    font-size: 1.3em;
  }
  .footer-sp .fix-banner a.cart i span {
    position: absolute;
    top: -1em;
    right: -1.5em;
    display: flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #db9457;
    font-size: 0.5em;
    padding: 0.5em 0.7em;
    margin-bottom: 0;
  }
  .footer-sp .fix-banner a span {
    display: block;
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
  /* -----------------------------------
    共通パーツ
  ----------------------------------- */
  .layer-mv {
    margin-top: 0;
    padding-top: 180px;
  }
  .special-mv__inner {
    padding-top: 10em;
  }
  .contact-form__row {
    padding: 1.5em 0em;
  }
  .contact-form__row .title {
    font-size: 1.1em;
  }
  .contact-form__row .input .wpcf7-select {
    height: 3em !important;
  }
  .contact-form__row .input .wpcf7-text,
  .contact-form__row .input .wpcf7-textarea {
    height: 2em;
  }
  .contact-form__privacy {
    margin-top: 4em;
  }
  .contact-form__privacy p {
    line-height: 1.4em;
  }
  .contact-form__btn {
    padding: 0.8em 4em;
  }
  /* -----------------------------------
    404ERROR
  ----------------------------------- */
  /* -----------------------------------
    トップページ
  ----------------------------------- */
  .top-mv {
    position: static;
  }
  .top-mv__inner {
    margin-left: 0;
  }
  .top-mv__inner__slide {
    height: 100%;
  }
  .top-mv__inner__slide .pc {
    display: none;
  }
  .top-mv__inner__slide img {
    width: 100%;
  }
  .top-mv__inner__txt {
    top: 70%;
    left: 0;
    width: 100%;
    padding: 0 1em;
  }
  .top-mv__inner__txt .en {
    font-size: 3em;
    text-shadow: 1px 1px 2px #ffffff;
  }
  .top-mv__inner__txt .ja {
    margin-top: 1em;
    padding-bottom: 5em;
    line-height: 1.4em;
    letter-spacing: 0.2em;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px #ffffff;
  }
  .top-mv__inner__txt .btn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 3em;
  }
  .top-mv__inner__txt .btn a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1em;
    padding: 1em 2em;
    margin: 0.3em 0;
  }
  .top-mv__inner__upper {
    top: 25%;
  }
  .top-about {
    margin-top: 2em;
  }
  .top-about__inner {
    flex-wrap: wrap;
  }
  .top-about__inner__left {
    width: 95%;
  }
  .top-about__inner__right {
    width: 100%;
    padding-top: 2em;
  }
  .top-shop__inner__slide .img {
    margin: 0.5em;
    width: 46.8%;
  }
  .top-shop__inner__item {
    flex-wrap: wrap;
  }
  .top-shop__inner__item .box {
    width: 48%;
    padding-bottom: 2em;
  }
  .top-shop__inner__item .box__txt .roast {
    height: auto;
    padding: 0;
  }
  .top-shop__inner__item .box__txt .desc {
    height: auto;
  }
  .top-news__inner__content .row__right .date {
    width: 30%;
  }
  .top-news__inner__content .row__right .cat {
    width: 70%;
  }
  .top-news__inner__content .row__right .title {
    line-height: 1.4em;
  }
  .top-btm_banner__inner {
    display: flex;
    flex-direction: column;
  }
  .top-btm_banner__inner .img {
    width: 100%;
    margin-bottom: 1em;
  }
  /* -----------------------------------
    アバウトアーカイブページ
  ----------------------------------- */
  .about-archive {
    top: 152px;
  }
  .about-archive__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-archive__inner .box {
    width: 48%;
    padding-bottom: 1em;
  }
  /* -----------------------------------
    アバウトページ
  ----------------------------------- */
  .about-top__inner__message p {
    line-height: 2.3em;
  }
  .about-history__inner__timeline .timeline-list-item .date {
    width: 25%;
    font-size: 0.9em;
  }
  .about-history__inner__timeline .timeline-list-item .content {
    width: 75%;
    padding: 0 0 3em 2em;
  }
  /* -----------------------------------
    会社概要
  ----------------------------------- */
  .company__inner__title .desc {
    line-height: 1.8em;
  }
  .company__inner__outline__inner__title {
    flex-wrap: wrap;
  }
  .company__inner__outline__inner__title .left {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ffffff;
    border-right: 0;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .company__inner__outline__inner__title .left .en {
    font-size: 2.5em;
  }
  .company__inner__outline__inner__content {
    margin: 2em 0;
  }
  .company__inner__outline__inner__content .row__left {
    width: 23%;
  }
  /* -----------------------------------
    代表挨拶
  ----------------------------------- */
  .greeting__inner .row {
    flex-wrap: wrap;
  }
  .greeting__inner .row__box {
    width: 100%;
  }
  .greeting__inner .row:nth-child(2) {
    flex-wrap: wrap-reverse;
  }
  /* -----------------------------------
    スタッフ紹介
  ----------------------------------- */
  .staff__inner .container {
    justify-content: space-between;
  }
  .staff__inner .container__box {
    width: 30%;
    margin: 0 0 1em;
  }
  .staff__inner .container__box .desc__status {
    line-height: 1.2em;
  }
  .staff__inner .container__box .desc__hobby {
    font-size: 0.85em;
  }
  .staff__inner .container__box .desc__hobby span {
    margin-right: 0.5em;
    font-size: 0.85em;
  }
  /* -----------------------------------
    ストアアーカイブページ
  ----------------------------------- */
  .store-archive__inner {
    flex-wrap: wrap;
  }
  .store-archive__inner .box {
    width: 100%;
    padding-bottom: 2em;
  }
  /* -----------------------------------
    店舗詳細ページ
  ----------------------------------- */
  .store-seasonal-drink__inner .box .fear-title span {
    display: block;
    margin-top: 1em;
  }
  .store-seasonal-drink__inner .box .fear-box {
    flex-direction: column;
  }
  .store-seasonal-drink__inner .box .fear-box__left {
    width: 100%;
    margin-bottom: 1em;
  }
  .store-seasonal-drink__inner .box .fear-box__right {
    width: 100%;
  }
  .store-info__inner__content .left .product-gallery {
    flex-wrap: wrap;
  }
  .store-info__inner__content .left .product-gallery .gallery-image {
    width: 21.5%;
  }
  .store-info__inner__content .right__container__row {
    width: 100%;
  }
  .store-info__inner__content .right__container__row .sub-title {
    font-size: 1.1em;
  }
  .store-info__inner__content .right__container__row .sub-title span {
    font-size: 0.8em;
  }
  .store-info__inner__content .right__container__row p {
    font-size: 0.9em;
  }
  .store-info__inner__content .right__container__row .time__row__day {
    width: 20%;
  }
  .store-line-banner__inner {
    width: 80%;
  }
  .store-menu__inner__content .row {
    margin: 0 1em 2em;
  }
  .store-menu__inner__content .row .item {
    padding-left: 3em;
  }
  .store-menu__inner__content .row .item::before {
    width: 1.5em;
  }
  .store-menu__inner__content .row .item .menu-txt {
    width: 68%;
  }
  .store-menu__inner__content .row .item .price {
    font-size: 1.1em;
  }
  /* -----------------------------------
    お知らせページ
  ----------------------------------- */
  .news-archive__inner {
    justify-content: space-between;
  }
  .news-archive__inner .box {
    width: 49%;
    margin: 0 0 2em;
  }
  .news-archive__inner .box__btm .date {
    margin: 0.5em 0.5em 0.5em 0;
  }
  .news-archive__inner .box__btm .title a {
    font-size: 1em;
  }
  .news-archive__inner .pagenavi {
    margin: 2em 0 0;
  }
  .news-single {
    margin-top: 0;
    padding-top: 180px;
  }
  .news-single__inner__thumb a img {
    width: 80%;
  }
  .news-single__inner__content .product-card .blog-card {
    width: 100%;
  }
  .news-single__inner__content .product-card .blog-card .img {
    width: 160px !important;
    height: 80px !important;
  }
  .news-single__inner__content .product-card .blog-card a {
    padding: 1em !important;
  }
  .news-single__inner__content .img img {
    width: 90%;
  }
  .news-single__inner__content .img-list {
    justify-content: space-between;
  }
  .news-single__inner__content .img-list img {
    width: 45%;
  }
  .news-single__inner .share__icon {
    margin: 0 0.5em;
  }
  /* -----------------------------------
    よくあるご質問ページ
  ----------------------------------- */
  .faq__inner__link .row {
    margin: 0.5em;
  }
  .faq__inner .box__title {
    flex-wrap: wrap;
  }
  .faq__inner .box__title .left {
    width: 100%;
    margin-right: 2em;
    border-bottom: 1px solid #333;
    border-right: 0;
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
  .faq__inner .box__title .left .en {
    font-size: 2.5em;
  }
  .faq__inner .box__title .right {
    line-height: 1.6em;
  }
  .faq__inner .box__content .row {
    padding: 2em 1em;
  }
  .faq__inner .box__content .row__title {
    font-size: 1.1em;
  }
  .faq__inner .box__content .row__title .fa-q {
    margin-top: 0.25em;
  }
  .faq__inner .box__content .row__title .fa-plus {
    margin-top: 0.25em;
  }
  /* -----------------------------------
    法人の方向けページ
  ----------------------------------- */
  .wholesale-mv {
    padding-top: 150px;
  }
  .wholesale-mv__inner {
    margin-top: 4em !important;
  }
  .wholesale-section__inner .content {
    flex-wrap: wrap;
  }
  .wholesale-section__inner .content__box.left {
    width: 100%;
    padding-bottom: 2em;
  }
  .wholesale-section__inner .content__box.right {
    width: 100%;
  }
  .wholesale-section__inner .oem-img img {
    padding: 0 0.5em;
  }
  .wholesale-section__inner .oem-img img:first-child {
    padding-left: 0;
  }
  .wholesale-section__inner .oem-img img:last-child {
    padding-right: 0;
  }
  /* -----------------------------------
    プライバシーポリシーページ
  ----------------------------------- */
  /* -----------------------------------
    特商法ページ
  ----------------------------------- */
  .transaction_law__inner .content__row {
    flex-direction: column;
  }
  .transaction_law__inner .content__row .left {
    width: 100%;
  }
  .transaction_law__inner .content__row .right {
    width: 100%;
  }
  .transaction_law__inner .content__row .right .box .row__left span {
    margin-left: 0.5em;
  }
  .transaction_law__inner .content__row .right .box .flex-sp {
    display: flex;
    flex-direction: column;
  }
  .transaction_law__inner .content__row .right .box .flex-sp .row__right {
    display: flex;
    justify-content: end;
  }
  /* -----------------------------------
    お問い合わせページ
  ----------------------------------- */
  .contact-page__inner .top-container {
    flex-wrap: wrap;
  }
  /* -----------------------------------
    初めての方へページ
  ----------------------------------- */
  .beginner__inner__logo img {
    width: 50%;
  }
  .beginner__inner__feature .container__box {
    width: 47%;
    margin: 0.3em;
  }
  .beginner__inner__feature .container__box i {
    margin-bottom: 0.3em;
  }
  .beginner__inner__feature .btm-container__inner {
    flex-wrap: wrap;
  }
  .beginner__inner__feature .btm-container__inner__box {
    width: 100%;
  }
  .beginner__inner__cta .box p {
    font-size: 1em;
  }
  .beginner__inner__cta .box .btn {
    margin-top: 1em;
  }
  /* -----------------------------------
    大口注文サービスページ
  ----------------------------------- */
  .bulk_order-criterion__inner__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bulk_order-criterion__inner__content .left {
    width: 100%;
  }
  .bulk_order-criterion__inner__content .left img {
    width: 60%;
  }
  .bulk_order-criterion__inner__content .right {
    padding-top: 2em;
    width: 80%;
  }
  .bulk_order-criterion__inner__content .right .contact-btn {
    text-align: end;
  }
  .bulk_order-service__inner__content .item {
    margin-top: 1em;
    width: 100%;
  }
  .bulk_order-service__inner__content .item .btm {
    flex-direction: row;
    justify-content: space-between;
  }
  .bulk_order-service__inner__content .item .btm .txt {
    width: 65%;
  }
  .bulk_order-service__inner__content .item .btm .img {
    width: 30%;
  }
  .bulk_order-service__inner__content .item .btm:first-child {
    margin-top: 0;
  }
  .bulk_order-flow__inner__content .row {
    width: 90%;
  }
  /* -----------------------------------
    ギフトサービスページ
  ----------------------------------- */
  .gift-bg .layer-mv {
    margin-top: 0;
    padding-top: 180px;
    margin-bottom: 3em;
  }
  .gift-service__inner__message {
    margin-top: 3em;
  }
  .gift-service__inner__message p {
    line-height: 2.5em;
  }
  .gift-service__inner__cat .link {
    width: 33%;
    margin: 0 0.2em;
  }
  .gift-service__inner__cat .link a i {
    margin-right: 0.5em;
  }
  .gift-service__inner__section__content {
    margin-top: 0;
  }
  .gift-service__inner__section__content .inner {
    width: 100%;
  }
  .gift-service__inner__section__table .row__col {
    width: 40%;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .gift-service__inner__section__table .row__col.head {
    width: 23%;
  }
  .gift-service__inner__section__flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gift-service__inner__section__flex .img {
    width: 60%;
    padding-bottom: 2em;
  }
  .gift-service__inner__section__flex .box {
    width: 32%;
    margin: 0.1em;
  }
  .gift-service__inner__section__flex .desc {
    width: 100%;
  }
  /* -----------------------------------
    トップページ(ショップ)
  ----------------------------------- */
  .shop-mv {
    padding-top: 152px;
  }
  .shop-mv__inner__upper {
    left: 0;
    top: 28%;
  }
  .shop-mv__inner .pc {
    display: none;
  }
  .shop-mv__inner .sp {
    display: block;
  }
  .shop-top-banner__inner {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .shop-top-banner__inner .img {
    width: 49%;
    margin-bottom: 1em;
  }
  .shop-cat__inner .container .row {
    width: 49%;
  }
  .shop-section__inner .item {
    flex-wrap: wrap;
  }
  .shop-section__inner .item .box {
    width: 49%;
    padding-bottom: 2em;
  }
  .shop-section__inner .item .box__txt .title {
    height: auto;
  }
  .shop-section__inner .item .box__txt .roast {
    height: auto;
    padding: 0;
  }
  .shop-section__inner .item .box__txt .desc {
    padding: 1em 0;
    height: auto;
  }
  .shop-section__inner .item .box__txt .desc.short {
    height: auto;
  }
  .shop-section__inner .item .box__txt .price-box {
    margin-top: 1em;
  }
  .shop-section__inner .item .box__txt .add-to-cart a {
    font-size: 0.85em;
  }
  .shop-section__inner .item .box__txt .add-to-cart a i {
    margin-right: 0.5em;
  }
  .shop-section__inner .item .control:nth-child(n+4) {
    display: block;
  }
  .shop-section__inner .item .control2:nth-child(n+5) {
    display: none;
  }
  .shop-section__inner .sp {
    margin: 1em 0 3em;
  }
  .shop-section__inner .container {
    flex-direction: column;
  }
  .shop-section__inner .container__left {
    width: 100%;
  }
  .shop-section__inner .container__left .row button i {
    font-size: 1.3em;
  }
  .shop-section__inner .container__right {
    width: 100%;
  }
  .shop-section__inner .container__right .banner {
    display: flex;
    justify-content: center;
  }
  .shop-section__inner .container__right .banner a {
    width: 90%;
  }
  .shop-btm__inner {
    flex-wrap: wrap;
  }
  .shop-btm__inner .box {
    width: 50%;
  }
  .shop-btm__inner .box a {
    padding: 1em;
    justify-content: flex-start;
  }
  .shop-btm__inner .box a .box__icon {
    margin: 0.5em 0;
  }
  .shop-btm__inner .box a .box__title {
    font-size: 1em;
  }
  .shop-btm__inner .box a .box__desc {
    font-size: 0.8em;
  }
  /* -----------------------------------
    カテゴリ一覧ページ(ショップ)
  ----------------------------------- */
  .product-cat-mv {
    padding-top: 152px;
    flex-direction: column-reverse;
  }
  .product-cat-mv__left {
    width: 100%;
    background: none;
    padding: 0 1em;
    margin-top: -5em;
    align-items: flex-start;
  }
  .product-cat-mv__left .slag {
    margin-bottom: 0.5em;
    opacity: 0.8;
  }
  .product-cat-mv__left .title {
    font-size: 2em;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3607843137);
    z-index: 999;
  }
  .product-cat-mv__left .desc {
    padding: 1em 0;
    color: #333333;
    font-size: 1em;
  }
  .product-cat-mv__right {
    width: 100%;
  }
  .product-cat-ranking {
    margin: 3em 0;
  }
  .product-cat-ranking__inner .item {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-cat-ranking__inner .item .box {
    width: 49%;
    margin: 0;
    padding-bottom: 2em;
  }
  .product-cat-ranking__inner .item .box__thumb .rank {
    top: 0.5em;
    left: 0.5em;
  }
  .product-cat-ranking__inner .item .box__txt .title {
    height: auto;
  }
  .product-cat-ranking__inner .item .box__txt .roast {
    height: auto;
    padding: 0;
  }
  .product-cat-ranking__inner .item .box__txt .roast a {
    margin: 0 0.5em 0.5em 0;
  }
  .product-cat-ranking__inner .item .box__txt .desc {
    height: auto;
  }
  .product-cat-ranking__inner .item .box__txt .price-box {
    margin-top: 1em;
  }
  .product-cat-ranking__inner .item .box__txt .add-to-cart {
    margin: 1.5em 0;
  }
  .product-cat-archive__inner .sort select {
    color: #333333;
    font-size: 1em;
  }
  .product-cat-archive__inner .item {
    justify-content: space-between;
  }
  .product-cat-archive__inner .item .box {
    width: 49%;
    margin: 0;
    padding-bottom: 2em;
  }
  .product-cat-archive__inner .item .box__txt .title {
    height: auto;
  }
  .product-cat-archive__inner .item .box__txt .roast {
    height: auto;
    padding: 0;
  }
  .product-cat-archive__inner .item .box__txt .desc {
    height: auto;
  }
  .product-cat-archive__inner .item .box__txt .price-box {
    margin-top: 1em;
  }
  /* -----------------------------------
    商品詳細ページ(ショップ)
  ----------------------------------- */
  .single-product {
    margin-top: 0;
    padding-top: 180px;
  }
  .single-product__inner {
    flex-wrap: wrap;
  }
  .single-product__inner__left {
    width: 100%;
  }
  .single-product__inner__left .title-sp {
    display: block;
  }
  .single-product__inner__left .title-sp .cat {
    margin-bottom: 1.5em;
  }
  .single-product__inner__left .title-sp .cat a {
    color: #db9457;
    text-decoration: none;
  }
  .single-product__inner__left .title-sp .roast {
    margin-bottom: 0.5em;
  }
  .single-product__inner__left .title-sp .roast a {
    background: #242434;
    color: #ffffff;
    padding: 0.2em 0.5em;
    text-decoration: none;
    font-size: 0.8em;
  }
  .single-product__inner__left .title-sp .title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
    padding-bottom: 1em;
  }
  .single-product__inner__left .title-sp .review {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 0 0 2em;
  }
  .single-product__inner__left .title-sp .review .review-count {
    margin-left: 0.5em;
  }
  .single-product__inner__left .title-sp .review .star-rating {
    float: none;
    height: inherit;
  }
  .single-product__inner__left .title-sp .review .star-rating::before {
    color: #db9457;
  }
  .single-product__inner__left .thumb .main-product-image img {
    height: 294px;
  }
  .single-product__inner__left .thumb .product-gallery .gallery-image {
    width: 16%;
  }
  .single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-rating {
    margin-bottom: 1em;
  }
  .single-product__inner__left .product-tabs .tab-content #reviews #review_form_wrapper .comment-form-rating .stars span a {
    font-size: 1.5em;
  }
  .single-product__inner__left .product-tabs .tab-content .item-container__row .left {
    width: 30%;
  }
  @keyframes radar-chart-animataion {}
  .single-product__inner__left .video {
    margin-bottom: 1em;
  }
  .single-product__inner__right {
    width: 100%;
    padding-top: 2em;
  }
  .single-product__inner__right .cat {
    display: none;
  }
  .single-product__inner__right .roast {
    display: none;
  }
  .single-product__inner__right .title {
    display: none;
  }
  .single-product__inner__right .review {
    display: none;
  }
  .single-product__inner__right .product-options .variations tbody tr .label {
    margin-right: 1em;
    width: 23%;
  }
  .single-product__inner__right .product-options .variations tbody tr .value select {
    height: 3em !important;
    border-radius: 5px;
    font-size: 1em;
    background: #ffffff;
    border: 1px solid #676767;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-label {
    width: 30%;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input {
    width: 70%;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input select {
    height: 3em !important;
    border-radius: 5px;
    font-size: 1em;
    background: #ffffff;
    border: 1px solid #676767;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input textarea {
    height: 5em !important;
    border-radius: 5px;
    font-size: 1em;
  }
  .single-product__inner__right .buy-with .related-products li a {
    font-size: 1em;
  }
  .single-product__inner__right .buy-with .related-products li a .woocommerce-loop-product__title {
    font-size: 0.8em;
    height: 4em;
  }
  .single-product__inner__right .buy-with .related-products li a .price em {
    font-size: 1.4em;
  }
  .single-product__inner__right .buy-with .related-products li .add_to_cart_button {
    font-size: 0.9em;
  }
  /* -----------------------------------
    会員登録ページ
  ----------------------------------- */
  .register__inner__form .row.pp {
    flex-wrap: nowrap;
    line-height: 1.4em;
    justify-content: space-between;
  }
  .register__inner__form .row.pp input {
    width: 3%;
  }
  .register__inner__form .row.pp p {
    width: 90%;
    font-size: 0.9em;
  }
  .register__inner__form .row.pp .register_error {
    line-height: 1.4em;
  }
  .register__inner__form .row select {
    background: #ffffff;
    border: solid 1px #767676;
    border-radius: 5px;
  }
  /* -----------------------------------
    会員登録サンクスページ
  ----------------------------------- */
  .regi-thanks__inner .table__row {
    flex-direction: column;
  }
  .regi-thanks__inner .table__row__left {
    width: 100%;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .regi-thanks__inner .table__row__right {
    width: 100%;
  }
  .regi-thanks__inner .table__row__right span {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
  }
  /* -----------------------------------
    お気に入りページ
  ----------------------------------- */
  .favorite__inner form#yith-wcwl-form table.wishlist_table thead tr th {
    padding: 9px 10px;
  }
  .favorite__inner form#yith-wcwl-form .mobile li {
    border-bottom: 1px solid #edf2f4;
  }
  .favorite__inner form#yith-wcwl-form .mobile li a {
    color: #242434;
    text-decoration: none;
    line-height: 1.2em;
  }
  .favorite__inner form#yith-wcwl-form .mobile li tr td {
    color: #242434;
    font-size: 0.8em;
  }
  .favorite__inner form#yith-wcwl-form .mobile li tr .label {
    width: 30%;
  }
  .favorite__inner form#yith-wcwl-form .mobile li .product-add-to-cart a {
    display: block;
    border: solid 1px #db9457;
    padding: 0.5em 1em;
    color: #db9457;
    width: 100%;
  }
  .favorite__inner form#yith-wcwl-form .mobile .product-remove {
    display: none;
  }
  /* -----------------------------------
    最近見た商品（テンプレート）
  ----------------------------------- */
  .recent-view {
    margin-top: 5em;
  }
  .recent-view .item {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recent-view .item .box {
    width: 49%;
    margin: 0;
    padding-bottom: 2em;
  }
  .recent-view .item .box__thumb .cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    top: 0.1em;
    right: 0.1em;
  }
  .recent-view .item .box__thumb .cat a {
    margin: 0.1em;
  }
  .recent-view .item .box__txt .title {
    height: auto;
  }
  .recent-view .item .box__txt .roast {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    height: auto;
  }
  .recent-view .item .box__txt .roast a {
    margin: 0 0.5em 0.5em 0;
  }
  .recent-view .item .box__txt .desc {
    height: auto;
  }
  .recent-view .item .box__txt .price-box {
    margin-top: 1em;
  }
  .recent-view .item .box__txt .add-to-cart a {
    font-size: 0.8em;
  }
  .recent-view .item .box__txt .add-to-cart a i {
    margin-right: 0.5em;
  }
  .recent-view .item .control:nth-child(n+4) {
    display: block;
  }
  /* -----------------------------------
    カートページ
  ----------------------------------- */
  .cart__inner__left {
    width: 100%;
  }
  .cart__inner__left .free {
    line-height: 1.4em;
  }
  .cart__inner__left .container .cart-items {
    width: 100%;
  }
  .cart__inner__left .container .cart-items__row__item {
    width: 68%;
  }
  .cart__inner__left .container .cart-items__row__num {
    width: 20%;
  }
  .cart__inner__left .container .cart-items__row__subtotal {
    width: 14%;
  }
  .cart__inner__right {
    width: 100%;
  }
  /* -----------------------------------
    チェックアウトページ
  ----------------------------------- */
  .checkout__inner #shipping_message {
    font-size: 0.9em;
  }
  .checkout__inner .woocommerce-form-coupon-toggle .woocommerce-info {
    display: flex;
    flex-direction: column;
  }
  .checkout__inner .woocommerce-form-coupon-toggle .woocommerce-info a {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .checkout__inner .checkout_coupon__inner__row {
    flex-wrap: wrap;
  }
  .checkout__inner .checkout_coupon__inner__row .form-row {
    width: 100%;
  }
  .checkout__inner form.checkout .order-review-box #order_review .shop_table .product-image {
    width: 12%;
  }
  .checkout__inner form.checkout .order-review-box #order_review .shop_table .product-name .variation dt {
    width: 45%;
  }
  .checkout__inner form.checkout .order-review-box #order_review .shop_table tr td {
    padding: 0.5em 0.2em;
  }
  .checkout__inner form.checkout .order-review-box #order_review .shop_table tr td label {
    font-size: 0.9em;
  }
  .checkout__inner form.checkout .order-review-box #order_review .shop_table tr td label span {
    font-size: 1.1em;
  }
  .checkout__inner .woocommerce-order .woocommerce-notice {
    font-size: 1em;
  }
  .checkout__inner .woocommerce-order .woocommerce-order-overview li p {
    width: 25%;
  }
  .checkout__inner .woocommerce-order .woocommerce-order-details {
    padding: 2em 1em;
  }
  .checkout__inner .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    width: 100%;
  }
  .checkout__inner .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column:first-child {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #edf2f4;
  }
  /* -----------------------------------
    マイアカウントページ
  ----------------------------------- */
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation {
    border-right: none;
    width: 100%;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 1em;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 50%;
    border: 1px solid #e0e0e0;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li:first-child a {
    border: 0;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
    border: 0;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 0.9em;
    text-align: center;
    padding: 1em 0.5em;
    border: 0;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td small {
    font-size: 0.9em;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .shipping-info__left {
    width: 30%;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .shipping-info__right {
    width: 70%;
  }
  .account-page__inner .point-table tr {
    font-size: 0.9em;
  }
  .account-page__inner .point-table td {
    font-size: 0.8em;
    padding: 1em 0.5em !important;
  }
  /* -----------------------------------
    モーダルのスタイル
  ----------------------------------- */
  /* -----------------------------------
    クリスマス2024
  ----------------------------------- */
  .xmas-sp__inner .cat-row .box {
    width: 32%;
  }
  .xmas-item__inner.odd .left {
    padding: 2em 0;
  }
  .xmas-item__inner .left {
    padding: 2em 0;
  }
  .xmas-item__inner .left__content .desc {
    font-size: 1em;
    line-height: 1.6em;
  }
  .xmas-item__inner .right .item {
    flex-direction: column;
  }
  .xmas-item__inner .right .item .box {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .xmas-item__inner .right .item .box__txt .title {
    font-size: 1.2em;
  }
  .xmas-item__inner .right .item .box__txt .desc {
    font-size: 1em;
  }
  .xmas-item__inner .right .item .box__txt .price {
    font-size: 1.2em;
  }
  .xmas-comment__inner {
    flex-direction: column;
  }
  .xmas-comment__inner .box {
    width: 100%;
    margin-bottom: 1em;
  }
  .xmas-comment__inner .box .desc {
    line-height: 1.8em;
  }
  .xmas-comment__inner .box .santa {
    margin-top: 2em;
  }
  .xmas-comment__inner .box .santa img {
    width: 100%;
  }
  /* -----------------------------------
    コーヒーチャート
  ----------------------------------- */
  .coffee-chart__inner__start {
    padding: 2rem;
    flex-direction: column-reverse;
  }
  .coffee-chart__inner__start .txt {
    width: 100%;
  }
  .coffee-chart__inner__start .txt__btn [type=button],
  .coffee-chart__inner__start .txt__btn button {
    width: 100%;
  }
  .coffee-chart__inner__start .img {
    width: 100%;
    text-align: center;
  }
  .coffee-chart__inner__start .img img {
    width: 80%;
    margin-bottom: 2em;
  }
  .coffee-chart__inner__question {
    flex-direction: column-reverse;
  }
  .coffee-chart__inner__question .txt {
    width: 100%;
  }
  .coffee-chart__inner__question .txt__btn {
    display: flex;
    justify-content: space-between;
  }
  .coffee-chart__inner__question .txt__btn [type=button],
  .coffee-chart__inner__question .txt__btn button {
    width: 48%;
  }
  .coffee-chart__inner__question .img {
    width: 100%;
    text-align: center;
  }
  .coffee-chart__inner__question .img img {
    width: 80%;
    margin-bottom: 2em;
  }
  .coffee-chart__inner__result .txt .products__inner {
    flex-direction: column;
  }
  .coffee-chart__inner__result .txt .products__inner .box {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .coffee-chart__inner__result .txt .products__inner .box__txt .title {
    font-size: 1.2em;
  }
  .coffee-chart__inner__result .txt .products__inner .box__txt .desc {
    font-size: 1em;
  }
  .coffee-chart__inner__result .txt .products__inner .box__txt .price {
    font-size: 1.2em;
  }
  .coffee-chart__inner__result .img img {
    width: 80%;
  }
  /* -----------------------------------
    プルミエブラック特設
  ----------------------------------- */
  .p-black-mv {
    padding-top: 152px;
  }
  .p-black-introduction__inner .left {
    width: 100%;
  }
  .p-black-introduction__inner .left .tab-img {
    display: none;
  }
  .p-black-introduction__inner .left .sp-img {
    display: block;
  }
  .p-black-introduction__inner .left .sp-img img {
    margin-left: -0.5px;
  }
  .p-black-introduction__inner .right {
    width: 100%;
  }
  .p-black-introduction__inner .right .desc {
    text-align: center;
  }
  .p-black-lineup {
    background-position: 130% 98%;
    background-size: 290px;
  }
  .p-black-lineup__inner .top .txt {
    text-align: left;
  }
  .p-black-lineup__inner .top .txt .sp-none {
    display: none;
  }
  .p-black-lineup__inner .btm {
    padding: 0 0 5em;
  }
  .p-black-lineup__inner .btm .item .box {
    width: 100%;
  }
  .p-black-lineup__inner .btm .item .box:nth-child(odd) {
    margin: 1.5em 0;
  }
  .p-black-lineup__inner .btm .item .box:nth-child(even) {
    margin: 1.5em 0;
  }
  /* -----------------------------------
    コーヒー特設ゼリー特設
  ----------------------------------- */
  .jelly-content__inner {
    flex-direction: column;
  }
  .jelly-content__inner__left {
    width: 100%;
    margin-bottom: 2em;
  }
  .jelly-content__inner__right {
    width: 100%;
  }
  .buy-item__inner .item {
    flex-direction: column;
  }
  .buy-item__inner .item__left {
    width: 100%;
  }
  .buy-item__inner .item__right {
    width: 100%;
    margin-top: 1em;
  }
  /* -----------------------------------
    バレンタイン2025特設
  ----------------------------------- */
  .valentine-2025-mv {
    padding-top: 149px;
  }
  .valentine-2025-introduction__inner {
    flex-direction: column-reverse;
    align-items: center;
  }
  .valentine-2025-introduction__inner .left {
    width: 30%;
    margin-top: 2em;
  }
  .valentine-2025-introduction__inner .right {
    width: 100%;
  }
  .valentine-2025-lineup {
    margin: 0 1em;
  }
  .valentine-2025-lineup__inner {
    padding: 0 2em !important;
  }
  .valentine-2025-lineup__inner .top .txt {
    text-align: left;
  }
  .valentine-2025-lineup__inner .top .txt .sp-none {
    display: none;
  }
  .valentine-2025-lineup__inner .btm .item1 .box {
    width: 100%;
    margin-bottom: 3em;
  }
  .valentine-2025-lineup__inner .btm .box {
    width: 100%;
    margin-bottom: 3em;
  }
  .valentine-2025-media {
    background-position: 95% 100%;
    padding-bottom: 120px;
  }
  .valentine-2025-media__inner .left {
    width: 100%;
    margin-bottom: 2em;
  }
  .valentine-2025-media__inner .left .title {
    font-size: 4em;
  }
  .valentine-2025-media__inner .right {
    width: 100%;
  }
  .valentine-2025-media__inner .right .box__btm .title a {
    font-size: 0.9em;
  }
  /* -----------------------------------
    母の日
  ----------------------------------- */
  .mothers-mv {
    background-image: url("images/special/mothers/mothers-mv-sp.jpg");
    height: 780px;
  }
  .mothers-mv__inner .txt {
    transform: translate(0%, 0%);
    margin: 0 1em;
    top: auto;
    bottom: 2%;
    right: 0%;
    color: #ffffff;
  }
  .mothers-mv__inner .txt p {
    display: inline-block;
  }
  .mothers-mv__inner .txt__main {
    font-size: 3em;
    line-height: 1.4em;
  }
  .mothers-mv__inner .txt__title {
    margin: 2em 0;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.4em;
  }
  .mothers-mv__inner .txt__desc {
    line-height: 2em;
  }
  /* -----------------------------------
    サブスク
  ----------------------------------- */
  .subsc-mv {
    padding-top: 150px;
  }
  .subsc-course__inner .cat-row .box {
    width: 80%;
  }
  .subsc-course__inner .subsc-manage {
    margin-top: 2em;
    padding: 1.5em 1em;
  }
  .subsc-course__inner .subsc-manage__title {
    font-size: 1em;
  }
  .subsc-course__inner .subsc-manage__desc {
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .subsc-course__inner .subsc-manage__btn {
    padding: 0.7em 1.5em;
    font-size: 0.95em;
  }
  /* -----------------------------------
    採用情報
  ----------------------------------- */
  .recruit__inner {
    flex-direction: column;
  }
  .recruit__inner .box {
    width: 100%;
    margin-top: 3em;
  }
  /* -----------------------------------
    LINEスタンプ特設
  ----------------------------------- */
  .line-stamp-mv {
    padding-top: 152px;
    padding-bottom: 3em;
  }
  .line-stamp-mv__inner {
    flex-direction: column;
  }
  .line-stamp-mv__inner__left {
    width: 80%;
    margin-bottom: 2em;
  }
  .line-stamp-mv__inner__right {
    width: 100%;
    text-align: center;
  }
  .line-stamp-mv__inner__right .title {
    font-size: 1.8em;
  }
  .line-stamp-mv__inner__right .txt {
    text-align: left;
  }
  .line-stamp-mv__inner__right .btn a {
    width: 100%;
  }
  .line-stamp-introduction {
    padding: 3em 0;
  }
  .line-stamp-introduction__inner .desc p {
    text-align: center;
  }
  .line-stamp-lineup {
    padding: 3em 0;
  }
  .line-stamp-lineup__inner .top .title {
    font-size: 2.5em;
  }
  .line-stamp-lineup__inner .btm .list {
    gap: 1em;
  }
  .line-stamp-lineup__inner .btm .list .item {
    width: calc((100% - 1em) / 2);
    padding: 1em;
  }
  .line-stamp-cta {
    padding: 3em 0;
  }
  .line-stamp-cta__inner .desc p {
    text-align: center;
  }
  .line-stamp-cta__inner .btn a {
    width: 100%;
  }
}
/****************************************
① まず変数を読み込む
****************************************/
@media only screen and (max-width:479px) {
  /* -----------------------------------
    basic
  ----------------------------------- */
  body {
    font-size: 1.5rem;
  }
  body .l-container {
    padding: 0 1rem;
  }
  /* -----------------------------------
    header
  ----------------------------------- */
  .header {
    display: none;
  }
  .header-sp__bar {
    font-size: 0.75em;
  }
  .header-sp__mid__contact, .header-sp__mid__shop {
    padding: 0.6em 0.5em 0.5em;
  }
  .header-sp__mid__contact p, .header-sp__mid__shop p {
    font-size: 0.8em;
    margin-top: 0.5em;
  }
  .header-sp__mid__contact i, .header-sp__mid__shop i {
    margin-top: 0.4em;
  }
  .header-sp__btm__logo {
    width: 150px;
  }
  /* -----------------------------------
    footer
  ----------------------------------- */
  .footer__inner__menu__left {
    padding-top: 1em;
    width: 100%;
  }
  .footer__inner__menu__left .logo {
    width: 60%;
  }
  .footer__inner__menu__left .company {
    margin-top: 1em;
  }
  .footer__inner__menu__left .sns {
    margin: 2em 0 1em;
  }
  .footer__inner__menu__left .cp {
    margin-top: 0;
  }
  .footer__inner__menu__center {
    width: 49%;
  }
  .footer__inner__menu__center .list li {
    line-height: 2em;
  }
  .footer__inner__menu__center .list li.shift {
    margin-left: 0.5em;
  }
  .footer__inner__menu__right .btn {
    width: 42%;
  }
  .footer__inner__menu__right .list {
    padding: 0;
  }
  .footer-sp__inner__menu__mdl {
    padding: 3em;
  }
  /* -----------------------------------
    共通パーツ
  ----------------------------------- */
  .layer-mv {
    margin-top: 0;
    padding-top: 180px;
  }
  .contact-form__row .input .wpcf7-select {
    width: 70%;
  }
  /* -----------------------------------
    404ERROR
  ----------------------------------- */
  /* -----------------------------------
    トップページ
  ----------------------------------- */
  .top-mv__inner__txt {
    top: 78%;
    margin-right: 1em;
  }
  .top-mv__inner__txt .en {
    font-size: 2.5em;
  }
  .top-mv__inner__txt .ja {
    margin-top: 1em;
    padding-bottom: 2em;
  }
  .top-mv__inner__txt .btn {
    padding-top: 0;
  }
  .top-mv__inner__upper {
    top: 35%;
    left: 0.5em;
  }
  .top-about__inner__left {
    padding-top: 3em;
  }
  .top-about__inner__right {
    margin: 0 2em;
  }
  .top-shop__inner__slide .img {
    width: 100%;
  }
  .top-shop__inner__item .box__txt .title {
    margin-bottom: 1.5em;
  }
  .top-shop__inner__item .box__txt .roast {
    display: flex;
    flex-wrap: wrap;
  }
  .top-shop__inner__item .box__txt .roast a {
    margin: 0 0.5em 0.5em 0;
  }
  .top-news__inner__content .row__left {
    width: 10%;
  }
  .top-news__inner__content .row__right {
    width: 85%;
  }
  .top-news__inner__content .row__right .date {
    width: 35%;
  }
  .top-news__inner__content .row__right .cat {
    width: 65%;
  }
  /* -----------------------------------
    アバウトアーカイブページ
  ----------------------------------- */
  .about-archive {
    top: 152px;
  }
  .about-archive__inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about-archive__inner .box {
    width: 48%;
    padding-bottom: 1em;
  }
  /* -----------------------------------
    アバウトページ
  ----------------------------------- */
  .about-top__inner__message p {
    font-size: 1em;
  }
  /* -----------------------------------
    会社概要
  ----------------------------------- */
  .company__inner__title .desc {
    line-height: 1.8em;
  }
  .company__inner__outline__inner__title .left .en {
    font-size: 2.5em;
  }
  .company__inner__outline__inner__content .row__left {
    width: 23%;
  }
  .company__inner__outline__inner__content .row__right {
    width: 72%;
  }
  /* -----------------------------------
    代表挨拶
  ----------------------------------- */
  .greeting__inner .row {
    flex-wrap: wrap;
  }
  .greeting__inner .row__box {
    width: 100%;
  }
  .greeting__inner .row:nth-child(2) {
    flex-wrap: wrap-reverse;
  }
  /* -----------------------------------
    スタッフ紹介
  ----------------------------------- */
  .staff__inner .container__box {
    width: 48%;
    margin: 0 0 2em;
  }
  .staff__inner .container__box .desc__status {
    line-height: 1.2em;
  }
  /* -----------------------------------
    ストアアーカイブページ
  ----------------------------------- */
  .store-archive__inner {
    flex-wrap: wrap;
  }
  .store-archive__inner .box {
    width: 100%;
    padding-bottom: 2em;
  }
  /* -----------------------------------
    店舗詳細ページ
  ----------------------------------- */
  .store-txt__inner .min {
    display: block;
  }
  .store-info__inner__content .left .product-gallery .gallery-image {
    width: 20.7%;
  }
  .store-info__inner__content .right__container__row .time__row__day {
    width: 25%;
  }
  .store-menu__inner__content .row .item .price {
    font-size: 1em;
  }
  /* -----------------------------------
    お知らせページ
  ----------------------------------- */
  .news-archive__inner .box__btm .date {
    margin-right: 0.5em;
    font-size: 0.8em;
  }
  .news-archive__inner .box__btm .cat a {
    padding: 0.2em 0.5em;
    font-size: 0.7em;
  }
  .news-single__inner__thumb a img {
    width: 90%;
  }
  /* -----------------------------------
    よくあるご質問ページ
  ----------------------------------- */
  .faq__inner__link .row a {
    font-size: 0.9em;
  }
  .faq__inner .box__title .left .en {
    font-size: 2.2em;
  }
  .faq__inner .box__content {
    margin: 4em auto;
  }
  /* -----------------------------------
    法人の方向けページ
  ----------------------------------- */
  .wholesale-mv__inner {
    margin-top: 5em !important;
  }
  .wholesale-mv__inner .ja {
    font-size: 1.4em;
  }
  .wholesale-section__inner .title .ja {
    font-size: 1.35em;
  }
  .wholesale-section__inner .title .ja span {
    font-size: 0.65em;
  }
  /* -----------------------------------
    プライバシーポリシーページ
  ----------------------------------- */
  /* -----------------------------------
    特商法ページ
  ----------------------------------- */
  .transaction_law__inner .content__row {
    flex-direction: column;
  }
  .transaction_law__inner .content__row .left {
    width: 100%;
  }
  .transaction_law__inner .content__row .right {
    width: 100%;
  }
  .transaction_law__inner .content__row .right .box .flex {
    display: flex;
    flex-direction: column;
  }
  .transaction_law__inner .content__row .right .box .flex .row__right {
    display: flex;
    justify-content: end;
  }
  /* -----------------------------------
    お問い合わせページ
  ----------------------------------- */
  .contact-page__inner .top-container {
    flex-wrap: wrap;
  }
  /* -----------------------------------
    初めての方へページ
  ----------------------------------- */
  .beginner__inner__logo img {
    width: 60%;
  }
  .beginner__inner__feature .title {
    line-height: 1.6em;
  }
  .beginner__inner__feature .container__box {
    width: 100%;
  }
  .beginner__inner__cta {
    flex-wrap: wrap;
  }
  .beginner__inner__cta .box {
    width: 100%;
    margin-bottom: 1em;
  }
  /* -----------------------------------
    大口注文サービスページ
  ----------------------------------- */
  .bulk_order__inner__message p {
    line-height: 2.5em;
    text-align: left;
  }
  .bulk_order-criterion__inner__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bulk_order-criterion__inner__content .left {
    width: 100%;
  }
  .bulk_order-criterion__inner__content .left img {
    width: 60%;
  }
  .bulk_order-criterion__inner__content .right {
    padding-top: 2em;
    width: 80%;
  }
  .bulk_order-criterion__inner__content .right .contact-btn {
    text-align: end;
  }
  .bulk_order-service__inner__content .item {
    margin-top: 1em;
    width: 100%;
  }
  .bulk_order-service__inner__content .item .btm {
    flex-direction: row;
    justify-content: space-between;
  }
  .bulk_order-service__inner__content .item .btm .txt {
    width: 65%;
  }
  .bulk_order-service__inner__content .item .btm .img {
    width: 30%;
  }
  .bulk_order-service__inner__content .item .btm:first-child {
    margin-top: 0;
  }
  .bulk_order-flow__inner__content .row {
    width: 90%;
  }
  /* -----------------------------------
    ギフトサービスページ
  ----------------------------------- */
  .gift-service__inner__cat {
    flex-wrap: wrap;
  }
  .gift-service__inner__cat .link {
    width: 100%;
    margin: 0.2em;
  }
  .gift-service__inner__cat .link a i {
    margin-right: 0.5em;
  }
  .gift-service__inner__section__content {
    margin-top: 0;
  }
  .gift-service__inner__section__content .inner {
    width: 100%;
  }
  .gift-service__inner__section__table .row__col {
    width: 40%;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .gift-service__inner__section__table .row__col.head {
    width: 23%;
  }
  .gift-service__inner__section__flex {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .gift-service__inner__section__flex .img {
    width: 60%;
    padding-bottom: 2em;
  }
  .gift-service__inner__section__flex .box {
    width: 32%;
    margin: 0.1em;
  }
  .gift-service__inner__section__flex .desc {
    width: 100%;
  }
  /* -----------------------------------
    トップページ(ショップ)
  ----------------------------------- */
  .shop-mv__inner__upper {
    top: 34%;
  }
  .shop-sq_banner {
    justify-content: center;
  }
  .shop-cat__inner .container .row {
    width: 100%;
  }
  .shop-cat__inner .container .row a i {
    margin-right: 1em;
  }
  .shop-section__inner .top__title .main {
    font-size: 2em;
  }
  .shop-section__inner .top__btn a {
    padding: 0 0.5em 0.5em;
    font-size: 0.9em;
  }
  .shop-section__inner .item {
    flex-wrap: wrap;
  }
  .shop-section__inner .item .box {
    width: 49%;
    padding-bottom: 2em;
  }
  .shop-section__inner .item .box__thumb .cat {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .shop-section__inner .item .box__thumb .cat a {
    margin-bottom: 0.2em;
  }
  .shop-section__inner .item .box__txt .roast {
    display: flex;
    flex-wrap: wrap;
  }
  .shop-section__inner .item .box__txt .roast a {
    margin: 0 0.5em 0.5em 0;
  }
  .shop-section__inner .container__right .banner a {
    width: 100%;
  }
  .shop-btm__inner {
    flex-wrap: wrap;
  }
  .shop-btm__inner .box {
    width: 50%;
  }
  .shop-btm__inner .box a {
    padding: 1em;
    justify-content: flex-start;
  }
  .shop-btm__inner .box a .box__icon {
    margin: 0.5em 0;
  }
  .shop-btm__inner .box a .box__title {
    font-size: 1em;
  }
  .shop-btm__inner .box a .box__desc {
    font-size: 0.8em;
  }
  /* -----------------------------------
    カテゴリ一覧ページ(ショップ)
  ----------------------------------- */
  .product-cat-mv__left {
    top: 28%;
  }
  /* -----------------------------------
    商品詳細ページ(ショップ)
  ----------------------------------- */
  .single-product {
    margin-top: 0;
    padding-top: 180px;
  }
  .single-product__inner {
    flex-wrap: wrap;
  }
  .single-product__inner__left {
    width: 100%;
  }
  .single-product__inner__left .title-sp {
    display: block;
  }
  .single-product__inner__left .title-sp .cat {
    margin-bottom: 1.5em;
  }
  .single-product__inner__left .title-sp .cat a {
    color: #db9457;
    text-decoration: none;
  }
  .single-product__inner__left .title-sp .roast {
    margin-bottom: 0.5em;
  }
  .single-product__inner__left .title-sp .roast a {
    background: #242434;
    color: #ffffff;
    padding: 0.2em 0.5em;
    text-decoration: none;
    font-size: 0.8em;
  }
  .single-product__inner__left .title-sp .title {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
    padding-bottom: 1em;
  }
  .single-product__inner__left .thumb .main-product-image img {
    height: 294px;
  }
  @keyframes radar-chart-animataion {}
  .single-product__inner__right {
    width: 100%;
    padding-top: 2em;
  }
  .single-product__inner__right .review {
    margin: 1em 0 2em;
  }
  .single-product__inner__right .product-options .variations tbody tr .label {
    margin-right: 1em;
    width: 23%;
  }
  .single-product__inner__right .product-options .variations tbody tr .value select {
    height: 3em;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-label {
    width: 35%;
  }
  .single-product__inner__right .wapf .wapf-wrapper .wapf-field-row .wapf-field-container .wapf-field-input {
    width: 65%;
  }
  .single-product__inner__right .buy-with .related-products li a {
    font-size: 1em;
  }
  .single-product__inner__right .buy-with .related-products li a .woocommerce-loop-product__title {
    font-size: 0.8em;
    height: 4em;
  }
  .single-product__inner__right .buy-with .related-products li a .price em {
    font-size: 1.4em;
  }
  .single-product__inner__right .buy-with .related-products li .add_to_cart_button {
    font-size: 0.9em;
  }
  /* -----------------------------------
    会員登録ページ
  ----------------------------------- */
  .register .min {
    display: block;
  }
  /* -----------------------------------
    お気に入りページ
  ----------------------------------- */
  .favorite__inner form#yith-wcwl-form table.wishlist_table thead tr th {
    padding: 9px 7px;
  }
  /* -----------------------------------
    最近見た商品（テンプレート）
  ----------------------------------- */
  /* -----------------------------------
    カートページ
  ----------------------------------- */
  .cart__inner__left {
    width: 100%;
  }
  .cart__inner__left .free {
    font-size: 1em;
  }
  .cart__inner__left .container .cart-items__row__item {
    width: 52%;
  }
  .cart__inner__left .container .cart-items__row__item .thumb {
    width: 15%;
  }
  .cart__inner__left .container .cart-items__row__item .name {
    margin-left: 0.5em;
  }
  .cart__inner__left .container .cart-items__row__item .name__title a {
    font-size: 0.9em;
  }
  .cart__inner__left .container .cart-items__row__num {
    width: 25%;
  }
  .cart__inner__left .container .cart-items__row__num .quantity-selector {
    justify-content: center;
  }
  .cart__inner__left .container .cart-items__row__num .quantity-selector__button {
    color: #333333;
  }
  .cart__inner__left .container .cart-items__row__subtotal {
    width: 18%;
  }
  .cart__inner__right {
    width: 100%;
  }
  .cart__inner__right .cart-box__total__price {
    font-size: 1em;
  }
  /* -----------------------------------
    チェックアウトページ
  ----------------------------------- */
  .checkout__inner form.checkout .order-review-box #order_review .shop_table .product-name .variation {
    font-size: 0.8em;
  }
  .checkout__inner form.checkout .order-review-box #order_review .shop_table .product-name .variation dt {
    width: 48%;
  }
  .checkout__inner form.checkout .order-review-box #order_review .shop_table .product-name .variation dd {
    width: 50%;
  }
  /* -----------------------------------
    マイアカウントページ
  ----------------------------------- */
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
    padding: 2em 1em;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .wc-item-meta {
    font-size: 0.8em;
    color: #333333;
    margin-top: 0.5em;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table .wc-item-meta li {
    display: flex;
    align-items: center;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th,
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td {
    padding: 9px 10px;
  }
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table th small,
  .account-page__inner .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table td small {
    font-size: 0.8em;
  }
  .account-page__inner .point-table tr {
    font-size: 0.75em;
  }
  /* -----------------------------------
    モーダルのスタイル
  ----------------------------------- */
  .modal-content .min {
    display: block;
  }
  /* -----------------------------------
    プルミエブラック特設
  ----------------------------------- */
  .p-black-lineup {
    background-position: 210% 98%;
  }
  /* -----------------------------------
    バレンタイン2025特設
  ----------------------------------- */
  .valentine-2025-lineup__inner .top {
    padding-top: 4em;
  }
  .valentine-2025-lineup__inner .btm {
    padding-bottom: 2em;
  }
}
/****************************************
④ 投稿ページ用などがあれば最後に読み込む
****************************************/
/****************************************
① まず変数を読み込む
****************************************/
.product-tabs .tab-content h2 {
  font-size: 1.3em;
  font-weight: bold;
  border-left: 5px solid #db9457;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
.product-tabs .tab-content .marker {
  background: linear-gradient(transparent 50%, #f8e58c 50%);
  font-weight: bold;
}
.product-tabs .tab-content p {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.product-tabs .tab-content .item-container__row {
  display: flex;
  border-bottom: solid 1px #e0e0e0;
  padding: 1em 0;
}
.product-tabs .tab-content .item-container__row .left {
  width: 20%;
}
.product-tabs .tab-content .beta-btn {
  margin: 3em 0;
}
.product-tabs .tab-content .beta-btn a {
  position: relative;
  background: #fff;
  border: solid 2px #db9457;
  color: #db9457;
  border-radius: 1.5em;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.4em;
  padding: 1em 2em;
  text-decoration: none;
}
.product-tabs .tab-content .beta-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #db9457;
  border-right: solid 2px #db9457;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}
.product-tabs .tab-content .beta-btn a:hover {
  transition: 0.2s;
  background: #db9457;
  color: #fff;
}
.product-tabs .tab-content .beta-btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#post-style {
  letter-spacing: 0.1em;
}
#post-style strong {
  font-weight: bold;
}
#post-style p {
  line-height: 2em;
  color: #000;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
#post-style .p-center {
  line-height: 1.6em;
  color: #000;
  padding: 0.5em 0;
  text-align: center;
  margin-bottom: 1em;
}
#post-style .p-right {
  line-height: 1.6em;
  color: #000;
  padding: 0.5em 0;
  text-align: right;
  margin-bottom: 1em;
}
#post-style h2 {
  line-height: 1.6em;
  border-bottom: solid 2px #db9457;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em 0em 0.5em 1em;
  margin: 1em 0;
  color: #000;
}
#post-style h3 {
  line-height: 1.6em;
  border-left: solid 3px #db9457;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.2em 0em 0.2em 1em;
  margin: 1em 0;
  color: #000;
}
#post-style h4 {
  line-height: 1.6em;
  font-size: 1.1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.5em 0em 0.5em 0em;
  margin: 1em 0;
  color: #000;
}
#post-style h4::before {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #db9457;
}
#post-style h5 {
  font-size: 1em;
  font-weight: bold;
}
#post-style .marker-red {
  background: linear-gradient(transparent 60%, #db9457 60%);
}
#post-style .marker-yellow {
  background: linear-gradient(transparent 60%, #f5c625 60%);
}
#post-style a {
  color: #db9457;
}
#post-style ul {
  color: #000;
  padding: 0.5em 0;
  margin-bottom: 1em;
  list-style: none !important;
}
#post-style ul li {
  line-height: 1.6em;
  position: relative;
  padding-left: 1.3em;
}
#post-style ul li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #db9457;
  border-radius: 50%;
}
#post-style ol {
  counter-reset: ol_li;
  color: #000;
  padding: 0.5em 0;
  margin-bottom: 1em;
  list-style: none;
}
#post-style ol li {
  line-height: 1.6em;
}
#post-style ol li::before {
  counter-increment: ol_li;
  content: counter(ol_li) ". ";
  color: #db9457;
}
#post-style .cta-btn {
  margin: 2em 0;
}
#post-style .cta-btn a {
  position: relative;
  background: #db9457;
  border: solid 2px #db9457;
  display: block;
  color: #fff;
  border-radius: 1.5em;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4em;
  padding: 1em 2em;
  box-shadow: 6px 6px 2px 1px rgba(241, 124, 103, 0.2);
}
#post-style .cta-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}
#post-style .cta-btn a:hover {
  transition: 0.2s;
  background: #fff;
  color: #db9457;
}
#post-style .cta-btn a:hover::after {
  border-top: solid 2px #db9457;
  border-right: solid 2px #db9457;
}
#post-style .cta-btn a span {
  margin-top: 0.5em;
  font-size: 0.8em;
  display: block;
}
#post-style .beta-btn {
  margin: 3em 0;
}
#post-style .beta-btn a {
  position: relative;
  background: #fff;
  border: solid 2px #db9457;
  color: #db9457;
  border-radius: 1.5em;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.4em;
  padding: 1em 2em;
  text-decoration: none;
}
#post-style .beta-btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #db9457;
  border-right: solid 2px #db9457;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}
#post-style .beta-btn a:hover {
  transition: 0.2s;
  background: #db9457;
  color: #fff;
}
#post-style .beta-btn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#post-style .product-card .blog-card {
  margin: 0.5em 0;
}
#post-style .product-card .blog-card a {
  display: flex;
  text-decoration: none;
  color: #333333;
  background: #edf2f4;
  justify-content: space-around;
  padding: 2em;
  border-radius: 10px;
}
#post-style .product-card .blog-card a .img {
  width: 200px;
  height: 150px;
  background: no-repeat;
  margin-right: 1em;
  text-align: center;
  background-size: contain;
  background-position: 50% 50%;
}
#post-style .product-card .blog-card a .txt-box .title {
  font-size: 0.9em;
  margin-bottom: 0;
  font-weight: 700;
}
#post-style .product-card .blog-card a .txt-box .desc {
  font-size: 0.8em;
}
#post-style .product-card .blog-card a .txt-box .price {
  font-size: 0.9em;
  text-align: end;
  font-weight: 700;
}
#post-style .product-card .blog-card a .txt-box .price p {
  margin-bottom: 0;
  padding: 0;
}
#post-style .product-card .blog-card a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#post-style .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#post-style .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
