@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  width: 270px;
  max-width: 100%;
}
.button.button--full-width {
  width: 100%;
}
.d_title .main_en {
  font-family: "Marcellus", serif;
  letter-spacing: 3px;
}

/* gnavB */
.gNav {
  padding: 0 0 0 40px;
}
.gNav > ul {
  display: -ms-flex;
  display: flex;
}
.gNav > ul > li {
  display: block;
}
.gNav > ul > li.hasChildren {
  padding-right: 0;
}
.gNav .downMenu {
  position: relative;
}
.gNav.gNav--typeB > ul > li {
  margin-right: 30px;
}
.gNav > ul > li > a {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.gNav.gNav--typeB > ul > li a {
  font-size: 10px;
}
.gNav > ul > li > a strong {
  display: block;
  font-size: 14px;
  /* font-family: "Marcellus", serif; */
  font-weight: 400;
}
.gNav li.hasChildren > a {
  padding-right: 16px;
}
.gNav li.hasChildren > a::after {
  /* content: ""; */
  display: block;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
  right: 0;
}
.gNav li.hasChildren > a.open::after {
  transition: 0.15s;
  transform: rotate(-45deg) translateY(-50%);
}
.gNav li.hasChildren > ul,
.gNav li.hasChildren > .megaMenu {
  position: absolute;
  z-index: 9999;
  inset: 100% 0 auto 0;
  opacity: 0;
  pointer-events: none;
}
.gNav .downMenu ul {
  right: auto !important;
  background: rgba(27, 27, 27, 0.45);
  display: block;
  min-width: 100%;
}
.gNav li.hasChildren > ul.open,
.gNav li.hasChildren > .megaMenu.open {
  pointer-events: all;
  opacity: 1;
  transition: 0.3s;
}
.gNav .downMenu ul a {
  color: #ffffff;
  padding: 4px 10px;
  line-height: 24px;
  display: block;
  white-space: nowrap;
}
.gNav .downMenu ul a:hover {
  background: rgba(27, 27, 27, 1);
  transition: 0.1s;
}
@media (max-width: 991px) {
  .gNav {
    display: none;
  }
}

/* flavors */
.custombnrs .parts_contents {
  max-width: 660px;
  margin: 0 auto;
}
.custombnrs .contents_blocks {
  gap: 20px 60px;
  justify-content: center !important;
}
.custombnrs .contents_blocks_wrap.c_col_3 .contents_block_part {
  width: calc((100% - 120px) / 3) !important;
  margin: 0 !important;
  max-width: 180px;
}
.custombnrs .contents_block_heading {
  display: none;
  margin: 0;
}
.custombnrs .contents_block_image {
  margin: 0;
}
.custombnrs .bnrColor_block {
  padding-top: 20px;
}
.custombnrs .bnrColor_block h3 {
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 20px;
}
.custombnrs .bnrColor_block h3 small {
  font-family: Noto Sans JP;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
}
.custombnrs .bnrColor_inner {
  padding: 20px 15px;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.custombnrs .bnrColor_block.matcha,
.custombnrs .bnrColor_block.matcha h3 {
  color: #577d61;
}
.custombnrs .bnrColor_block.matcha .bnrColor_inner {
  background: #d1e1d5;
}
.custombnrs .bnrColor_block.coffee,
.custombnrs .bnrColor_block.coffee h3 {
  color: #644931;
}
.custombnrs .bnrColor_block.coffee .bnrColor_inner {
  background: #e7d8cc;
}
.custombnrs .bnrColor_block.kinako,
.custombnrs .bnrColor_block.kinako h3 {
  color: #cc9258;
}
.custombnrs .bnrColor_block.kinako .bnrColor_inner {
  background: #fff3d9;
}
@media (max-width: 768px) {
  .custombnrs .parts_contents {
    max-width: 290px;
  }
  .custombnrs .contents_blocks_wrap {
    margin: 0 !important;
  }
  .custombnrs .contents_blocks {
    flex-wrap: wrap;
  }
  .custombnrs .contents_blocks_wrap.c_col_3 .contents_block_part {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .custombnrs .contents_block_image {
    width: 130px;
  }
  .custombnrs .contents_block_image img {
    height: auto;
  }
  .custombnrs .bnrColor_block {
    padding: 0;
  }
  .custombnrs .bnrColor_inner {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 18px;
  }
  .custombnrs .bnrColor_block h3 {
    display: flex;
    flex-direction: column-reverse;
    min-height: 1px;
    align-items: center;
    justify-content: center;
    line-height: 36px;
  }
}

/* LINEUP */
.lineupBlock {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.lineupBlock:not(first-child) {
  margin-top: 50px;
}
.lineupBlock.reverse {
  flex-direction: row-reverse;
}
.lineupBlock_image {
  flex: 0 0 580px;
}
.lineupBlock_text {
  flex: 0 0 calc(100% - 580px);
  padding: 40px 30px;
}
.lineupBlock_text p {
  margin: 0;
}
.lineupBlock_text h2 {
  font-family: "Marcellus", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.lineupBlock_text h2 span {
  display: inline-block;
  font-size: 28px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  background: #ccc;
  margin-right: 14px;
}
.lineupBlock_price {
  font-family: "Marcellus", serif;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid currentcolor;
}
.lineupBlock_price small {
  font-size: 12px;
}
.lineupBlock_about {
  display: flex;
  margin-top: 20px;
}
.lineupBlock_about span {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  letter-spacing: 1px;
}
.lineupBlock_about span:nth-child(1) {
  color: #fff;
}
.lineupBlock_about span:nth-child(2) {
  background: #fff;
}

.lineupBlock.matcha {
  background: #d1e1d5;
}
.lineupBlock.matcha .lineupBlock_text h2,
.lineupPoints.matcha ul li h3,
.lineupPoints.matcha ul li p {
  color: #567c60;
}
.lineupBlock.matcha .lineupBlock_text h2 span,
.lineupBlock.matcha .lineupBlock_about span:nth-child(1),
.lineupButton.matcha .button {
  background: #567c60;
}
.lineupBlock.coffee {
  background: #e7d8cc;
}
.lineupBlock.coffee .lineupBlock_text h2,
.lineupPoints.coffee ul li h3,
.lineupPoints.coffee ul li p {
  color: #644931;
}
.lineupBlock.coffee .lineupBlock_text h2 span,
.lineupBlock.coffee .lineupBlock_about span:nth-child(1),
.lineupButton.coffee .button {
  background: #644931;
}
.lineupBlock.kinako {
  background: #fff3d9;
}
.lineupBlock.kinako .lineupBlock_text h2,
.lineupPoints.kinako ul li h3,
.lineupPoints.kinako ul li p {
  color: #cc9258;
}
.lineupBlock.kinako .lineupBlock_text h2 span,
.lineupBlock.kinako .lineupBlock_about span:nth-child(1),
.lineupButton.kinako .button {
  background: #cc9258;
}

.lineupPoints {
  margin-bottom: 30px;
}
.lineupPoints ul {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.lineupPoints ul li {
  flex: 0 0 calc((100% - 80px) / 3);
  max-width: 33%;
  display: flex;
  align-items: center;
}
.lineupPoints ul li picture {
  display: block;
  width: 70px;
  flex: 0 0 70px;
}
.lineupPoints ul li > div {
  padding-left: 10px;
}
.lineupPoints ul li h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.lineupPoints ul li p {
  margin: 0;
}
.lineupButton {
  text-align: center;
}
.lineup_attention {
  text-align: center;
  color: #da3737;
  margin: 30px 0;
}
@media (max-width: 991px) {
  .lineupBlock {
    max-width: 580px;
    margin: 0 auto 30px;
    flex-wrap: wrap;
  }
  .lineupBlock_image {
    flex: 0 0 100%;
    order: 1;
  }
  .lineupBlock_text {
    flex: 0 0 100%;
    padding: 30px 20px;
    order: 2;
  }
  .lineupBlock_text h2 {
    font-size: 18px;
  }
  .lineupBlock_text h2 span {
    font-size: 24px;
  }
  .lineupBlock_price {
    font-size: 16px;
  }
  .lineupBlock_text p,
  .lineupBlock_about span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .lineupPoints {
    max-width: 450px;
    margin: 0 auto 30px;
  }
  .lineupPoints ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.couponbnr .contents_block_image,
.samplebnr .contents_block_image {
  max-width: 644px;
  margin: 0 auto;
}

.media_bnrButton {
  padding: 0 15px;
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
.media_bnrButton {
  gap: 10px;
}
}
.media_bnrButton a {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 80px;
  position: relative;
  background: #dec0b6;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0 30px;
  justify-content: space-between;
}
.media_bnrButton a::after {
  content: "→";
  font-size: 20px;
}
.media_bnrButton a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .media_bnrButton {
    margin: 50px auto;
  }
  .media_bnrButton a {
    padding: 0 18px;
    font-size: 16px;
  }
}

.media_bnrButton a img {
  width: 51px;
}

.media_bnrButton a.contribution {
  background: #bcd3c1;
}

.journalblock .contents_block_info {
  display: flex;
  min-height: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.journalblock .contents_block_info .contents_block_heading {
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
}
.journalblock .contents_block_info .contents_block_exp {
  order: -1;
  font-family: "Marcellus", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #567c60;
}

.news_list {
  max-width: 1070px;
  margin: 0 auto;
}
.news_list li time {
  padding: 5px 10px;
  font-size: 12px;
  background: #f2f2f2;
}

.deli_bnrsWrap {
  max-width: 651px;
  margin: 0 auto;
}
.deli_bnrsWrap li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deli_bnrsWrap li:first-child {
  margin-bottom: 30px;
}
.deli_bnrsWrap li > div {
  display: flex;
  align-items: center;
}
.deli_bnrsWrap li > div img {
  width: 77px;
  margin-right: 20px;
}
.deli_bnrsWrap li > div p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .deli_bnrsWrap {
    padding: 0 30px;
  }
  .deli_bnrsWrap ul {
    display: flex;
    gap: 30px;
  }
  .deli_bnrsWrap li {
    flex-direction: column;
    width: 142px;
    min-height: 1px;
  }
  .deli_bnrsWrap li:first-child {
    margin-bottom: 0;
  }
  .deli_bnrsWrap li > div {
    flex-direction: column;
    min-height: 1px;
    margin-bottom: 15px;
  }
  .deli_bnrsWrap li > div img {
    width: 100px;
    margin: 0 0 20px;
  }
  .deli_bnrsWrap li > div p {
    font-size: 12px;
    text-align: center;
    letter-spacing: normal;
  }
  .deli_bnrsWrap li .button {
    padding: 0 10px;
    font-size: 11px;
    letter-spacing: normal;
  }
  .deli_bnrsWrap li .button::after {
    right: 10px;
    width: 6px;
    height: 6px;
  }
}

/* footer buttons */
.footer_buttons {
  max-width: 1200px;
  margin: 30px auto;
}
.footer_buttons ul {
  display: flex;
  gap: 10px 30px;
}
.footer_buttons ul li {
  flex: 0 0 calc((100% - 60px) / 3);
}
.footer_buttons ul li a {
  display: block;
  text-align: center;
  background: #fff;
  font-size: 16px;
  position: relative;
  line-height: 36px;
  padding: 25px 15px;
}
.footer_buttons ul li a svg {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .footer_buttons {
    max-width: 400px;
    padding: 0 15px;
  }
  .footer_buttons ul {
    flex-wrap: wrap;
  }
  .footer_buttons ul li {
    flex: 0 0 100%;
  }
  .footer_buttons ul li a {
    font-size: 14px;
  }
}
/* 絞り込み検索価フィルター調整 */
p.field_addtext {
  padding: 0 10px;
}

.anchor {
  font-size: 0;
}

.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
  font-weight: 500;
}

@media screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}

/* 商品パスワード */
  .shop-passcode-container {
    max-width: min(90vw, 600px);
    min-width: min(90vw, 400px);
    margin: 50px auto;
  }
  .shop-passcode {
    display: block;
    width: 100%;
    font-size: 16px; /* to make sure iOS on Safari doesn't zoom in on this */
    padding: 6px 12px;
    border: 1px solid #434343;
    margin: 10px 0;
  }
  .shop-passcode.failed {
    outline-color: #d9534f !important;
    border-color: #d9534f !important;
    animation: shake .5s linear;
    -moz-animation: shake .5s linear;
    -webkit-animation: shake .5s linear;
  }
  .shop-passcode-container .or-cancel {
    margin-left: 10px;
  }

  /* clear some theme conflicts */
  #shop_passcode_submit span {
    border: 0 !important;
    margin: 0 !important;
  }

  /* use !important to clear some *other* theme conflicts */
  #shop_passcode_submit .default,
  #shop_passcode_submit[disabled] .loading {
    display: inline !important;
  }

  #shop_passcode_submit .loading,
  #shop_passcode_submit[disabled] .default {
    display: none !important;
  }

  @keyframes shake {
    8%, 41% {
      -webkit-transform: translateX(-10px);
    }
    25%, 58% {
      -webkit-transform: translateX(10px);
    }
    75% {
      -webkit-transform: translateX(-5px);
    }
    92% {
      -webkit-transform: translateX(5px);
    }
    0%, 100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes shake {
    8%, 41% {
      -webkit-transform: translateX(-10px);
    }
    25%, 58% {
      -webkit-transform: translateX(10px);
    }
    75% {
      -webkit-transform: translateX(-5px);
    }
    92% {
      -webkit-transform: translateX(5px);
    }
    0%, 100% {
      -webkit-transform: translateX(0);
    }
  }
  @-webkit-keyframes shake {
    8%, 41% {
      -webkit-transform: translateX(-10px);
    }
    25%, 58% {
      -webkit-transform: translateX(10px);
    }
    75% {
      -webkit-transform: translateX(-5px);
    }
    92% {
      -webkit-transform: translateX(5px);
    }
    0%, 100% {
      -webkit-transform: translateX(0);
    }
  }