@charset "UTF-8";
/*--------------------------------------------------
 Font
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Markazi+Text:wght@450&family=Oxygen:wght@700&display=swap");
/*文字シャギーを解消*/
a, p, small, h1, h2, h3, h4, h5, h6, li, ol, dl, label, select, button, span, table, .no-shaggy {
  transform: rotate(0.06deg);
}

/*レイアウト 崩れた時はみ出し防止*/
.overflow-x {
  overflow-x: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.navigation {
  width: 100%;
}

/*スムーススクロール*/
/*回転戻す*/
/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.bg-beige {
  background-color: #e2c295;
}

.bg-brown {
  background-color: #6b524a;
}

.bg-l-brown {
  background-color: #996f49;
}

.bg-chocolate {
  background-color: #9c1f1f;
}

.bg-blue {
  background-color: #2929c1;
}

.bg-green {
  background-color: #00913a;
}

.bg-pink {
  background-color: #ff6d7e;
}

.bg-orange {
  background-color: #f39c12;
}

.bg-tan {
  background-color: #ff7c21;
}

.bg-scarlet {
  background-color: #da3828;
}

.bg-v-blue {
  background-color: #2659ea;
}

.bg-purple {
  background-color: #960b5d;
}

.gb-ol-brown {
  background-color: #ffffff;
  color: #6b524a;
  border: 1px solid #6b524a;
}

.bg-sky {
  background-color: #adf0e4;
}

.text-yellow {
  color: #ffff00 !important;
}

.text-red {
  color: #ff0000;
}

.text-aqua {
  color: #009fc4;
}

.text-blue {
  color: #2659ea;
}

.text-maccha {
  color: #609311;
}

.text-orange {
  color: #ff4104;
}

.text-scarlet {
  color: #da3828;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}
@media all and (max-width: 768px) {
  .border-8 {
    border-width: 2px !important;
  }
}

.marker-yellow {
  background: linear-gradient(transparent 50%, #ffff63 50%);
}

.border-radius5 {
  border-radius: 5px;
}

.border-radius10 {
  border-radius: 10px;
}

.border-radius20 {
  border-radius: 20px;
}

.border-radius35 {
  border-radius: 35px;
}
@media all and (max-width: 768px) {
  .border-radius35 {
    border-radius: 15px;
  }
}

.border-radius50 {
  border-radius: 50px;
}
@media all and (max-width: 768px) {
  .border-radius50 {
    border-radius: 20px;
  }
}

.ls-1 {
  letter-spacing: -0.03em;
}

.ls-2 {
  letter-spacing: -0.06em;
}

.ls-3 {
  letter-spacing: -0.09em;
}

.ls-4 {
  letter-spacing: -0.12em;
}

/*--------------------------------------------------
 *リセット*
-------------------------------------------------*/
small {
  font-weight: inherit;
}

/*--------------------------------------------------
 *bootstrap上書き*
-------------------------------------------------*/
sup {
  top: -0.2em;
}

.btn-gentei .btn-outline-dark {
  transition: 0ms;
}
.btn-gentei .btn-outline-dark:hover {
  color: #343a40;
  border-color: #343a40;
  background-color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .btn-gentei .btn-outline-dark h4 {
    font-size: clamp(1.125rem, 1.065rem + 0.3vw, 1.2rem);
  }
}
@media screen and (max-width: 576px) {
  .btn-gentei .btn-outline-dark h5 {
    font-size: 1rem;
  }
  .btn-gentei .btn-outline-dark h4 {
    font-size: clamp(1rem, 0.844rem + 0.78vw, 1.125rem);
  }
  .btn-gentei .btn-outline-dark .btn-gentei--img {
    margin: auto;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 374.999px) {
  .d-xs-none {
    display: none;
  }
}

#mocha2026 {
  background-color: #e9ca99;
  color: #3e3a39;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  width: 100%;
  position: relative;
}

.item-section {
  background-image: url(images/bg-ptn-jute@2x.jpg);
  background-repeat: repeat;
  background-size: 150px 150px;
  position: relative;
  overflow: clip;
  z-index: 0;
}

/*--------------------------------------------------
 *共通コンポーネント*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-1200 {
    padding: 0;
  }
}

.content-991 {
  max-width: 991px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content-991 {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .content-991 {
    padding: 0;
  }
}

.content-750 {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content-750 {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .content-750 {
    padding: 0;
  }
}

/* アイコン類 */
.item-icon-otoku {
  width: 113px;
}

.item-icon-square {
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
  font-weight: bold;
  transform: rotateZ(-0.05deg);
}
@media (max-width: 575px) {
  .item-icon-square {
    font-size: 16px;
  }
}

.i-this-month {
  background-color: #f39c12;
  color: #fff;
}

.i-souryou {
  background-color: #ff0000;
  color: #fff;
}

.i-kikan {
  background-color: #f39c12;
}
.i-kikan img {
  width: 58px;
  height: auto;
}

.bg-white-area {
  background-color: #fff;
  border-radius: 35px;
  position: relative;
  padding: 24px;
  margin-left: 20px;
  margin-right: 20px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
}
@media (max-width: 575px) {
  .bg-white-area {
    padding: 20px 12px 15px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
  }
}

.item-bg-ill {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1279px) {
  .item-bg-ill {
    display: none;
  }
}
.item-bg-ill-01, .item-bg-ill-02, .item-bg-ill-03, .item-bg-ill-04 {
  animation: poyopoyo 2s ease-out 4s infinite;
}
.item-bg-ill-01 img, .item-bg-ill-02 img, .item-bg-ill-03 img, .item-bg-ill-04 img {
  width: 100%;
  height: auto;
}
.item-bg-ill-01, .item-bg-ill-02 {
  width: 150px;
}
@media (max-width: 1500px) {
  .item-bg-ill-01, .item-bg-ill-02 {
    width: 100px;
  }
}
@media (max-width: 1400px) {
  .item-bg-ill-01, .item-bg-ill-02 {
    width: 90px;
  }
}
.item-bg-ill-03, .item-bg-ill-04 {
  width: 200px;
}
@media (max-width: 1500px) {
  .item-bg-ill-03, .item-bg-ill-04 {
    width: 150px;
  }
}
@media (max-width: 1400px) {
  .item-bg-ill-03, .item-bg-ill-04 {
    width: 120px;
  }
}
.item-bg-ill-01, .item-bg-ill-03 {
  left: calc(50% - 740px);
}
@media (max-width: 1500px) {
  .item-bg-ill-01, .item-bg-ill-03 {
    left: calc(50% - 690px);
  }
}
@media (max-width: 1400px) {
  .item-bg-ill-01, .item-bg-ill-03 {
    left: calc(50% - 673px);
  }
}
.item-bg-ill-02, .item-bg-ill-04 {
  right: calc(50% - 750px);
}
@media (max-width: 1500px) {
  .item-bg-ill-02, .item-bg-ill-04 {
    right: calc(50% - 690px);
  }
}
@media (max-width: 1400px) {
  .item-bg-ill-02, .item-bg-ill-04 {
    right: calc(50% - 673px);
  }
}
.item-bg-ill-01 {
  top: 80px;
  aspect-ratio: 106/64;
}
.item-bg-ill-02 {
  top: 110px;
  aspect-ratio: 108/105;
}
.item-bg-ill-03 {
  top: 280px;
  aspect-ratio: 137/225;
  margin-left: -20px;
}
.item-bg-ill-04 {
  top: 420px;
  aspect-ratio: 159/199;
  margin-right: -30px;
}
.item-bg-ill-05 {
  max-width: 330px;
  left: -15vw;
  top: 10px;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (max-width: 1610px) {
  .item-bg-ill-05 {
    left: -11vw;
  }
}
.item-bg-ill-06 {
  max-width: 330px;
  right: -15vw;
  top: 120px;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (max-width: 1610px) {
  .item-bg-ill-06 {
    right: -11vw;
  }
}
@media (max-width: 1370px) {
  .item-bg-ill-06 {
    right: -9vw;
    bottom: 200px;
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
/* 価格まわりのコンポーネント */
.item-quantity {
  font-family: "Oxygen", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
  bottom: -0.04em;
  position: relative;
}
.item-quantity small {
  font-size: 0.6em;
  font-weight: 700;
  position: relative;
  bottom: 0.04em;
}
@media all and (max-width: 991px) {
  .item-quantity {
    font-size: 2.4rem;
  }
}
@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 34px;
  }
  .item-quantity small {
    font-size: 0.7em;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 30px;
  }
}

.price {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: 3.4rem;
  font-weight: 700;
  padding: 0 0 0 3px;
  line-height: 1 !important;
  bottom: -0.06em;
  position: relative;
}
.price > small {
  bottom: 0.04em;
  position: relative;
}
@media (max-width: 1199px) {
  .price {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .price {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .price {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .price {
    font-size: 40px;
    padding: 0 0 0 2px;
  }
}

.price--unit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1 !important;
  position: relative;
}
@media (max-width: 767px) {
  .price--unit {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .price--unit {
    font-size: 22px;
  }
}

.re-type {
  font-size: 1.8rem;
  font-weight: 600 !important;
}
@media all and (max-width: 1200px) {
  .re-type {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) {
  .re-type {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .re-type {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 576px) {
  .re-type {
    font-size: 1.4rem;
  }
}

.red-right {
  color: #ff0000;
}

.soutou {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
  color: #3e3a39;
}
@media (max-width: 575px) {
  .soutou {
    font-size: 16px;
  }
}

.ippai {
  background-color: #ff0000;
  padding: 2px 12px;
  color: #fff;
  display: inline-block;
  border-radius: 50em;
  font-size: 1.1rem;
  font-weight: 600;
  align-items: end;
}

.ippai-value {
  position: relative;
  bottom: -1px;
}
.ippai-value > small {
  position: relative;
  bottom: 1px;
}

/* itemユニット */
.item-title-wrap {
  font-size: 2rem;
  position: relative;
  width: calc(100% + 48px);
  top: -30px;
  left: -24px;
  background-color: #7f1919;
  background-image: linear-gradient(90deg, #7f1919, #f05a22);
  z-index: 1;
  border-radius: 20px 20px 0 0;
  padding: 0 0 0px clamp(70px, 14vw, 104px);
}
@media (max-width: 575px) {
  .item-title-wrap {
    padding-left: calc(min(73px, 13vw) + 0.8rem);
    width: calc(100% + 24px);
    top: -20px;
    left: -12px;
    border-radius: 10px 10px 0 0;
  }
}

.item-icon-m-gentei {
  width: 130px;
  position: absolute;
  top: 50%;
  left: -22px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .item-icon-m-gentei {
    width: min(110px, 17vw);
  }
}
@media (max-width: 575px) {
  .item-icon-m-gentei {
    left: -4px;
  }
}

.item-category-name {
  border-radius: 50em;
  font-weight: 700;
}
.item-category-name span {
  transform: rotate(0.06deg);
  display: inline-block;
}
@media (max-width: 575px) {
  .item-category-name {
    font-size: 12px;
  }
}

.item-title {
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding: 15px 6px 15px 0;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  z-index: 1;
}
@media (max-width: 767px) {
  .item-title {
    padding: 6px 3px 6px 0;
  }
}

.text-up {
  vertical-align: 0.1em;
}

.item-name {
  font-weight: 900;
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  line-height: 1;
  color: #6b524a;
}

.item-name-mini {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  color: #6b524a;
}
@media (max-width: 1199px) {
  .item-name-mini {
    font-size: clamp(1.375rem, 1.261rem + 0.48vw, 1.625rem);
  }
}

.item-text {
  font-size: 0.9rem;
  line-height: 1.3 !important;
  font-weight: 500;
}

.item-set-box {
  position: relative;
  padding: 26px 6px 6px;
  border: 2px solid #8c8c8c;
  border-radius: 4px;
}

.item-set-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1px 5px 2px;
  margin: 0;
  font-size: 0.9rem;
  background-color: #8c8c8c;
  color: #fff;
}

.item-set-text {
  font-size: 0.9rem;
}

.btn-cart {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: #3cb200;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn-cart:hover {
  background-color: rgb(51.404494382, 152.5, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-keppin {
  background-color: #6c757d !important;
  box-shadow: none;
  color: #fff;
}

/*矢印ボタン_____________*/
.arrow_btn {
  color: #fff !important;
  position: relative;
  transition: 0.5s;
}

.arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

.arrow_btn:hover::after {
  right: 12px;
}

a.text-link {
  text-decoration: underline;
}

.btn-more-info {
  font-size: 0.9rem;
  line-height: 1.1 !important;
  display: inline-block;
}

.info-text {
  font-size: 0.8rem;
  line-height: 1.1 !important;
}

.outside-text {
  z-index: 3;
  position: relative;
}

.under-btn-text-wrap {
  max-width: 420px;
}

.indent {
  padding-left: 0.9em;
  text-indent: -0.9em;
}

@media (max-width: 767px) {
  .pc-img {
    display: none !important;
  }
}

.sp-img {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-img {
    display: block !important;
  }
}

.atention-text {
  font-size: 0.7rem;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}

@media (max-width: 575px) {
  .chart {
    min-width: 200px;
    width: 60%;
  }
}

/*--------------------------------------------------
 ファーストビュー
-------------------------------------------------*/
#mainvisual {
  overflow: clip;
}

.mainvisual-area {
  background-color: #7f1919;
  background-image: url(images/bg-ptn-fv-2605.jpg);
  background-repeat: repeat;
  background-size: 400px 400px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.mainvisual-area:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #7f1919;
  mix-blend-mode: multiply;
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* **************************
 FVグリッドデザイン
  ▼ PC時 配置
  |01|02|04|
  |03|03|04|
  ▼ SP時 配置
  |01|04|
  |03|02|
************************** */
.mv-grid-wrap {
  display: grid;
  grid-template-rows: 400px 167px;
  grid-template-columns: 40% 26% 1fr;
}
@media (max-width: 1199px) {
  .mv-grid-wrap {
    grid-template-rows: 33vw 15.5vw;
  }
}
@media (max-width: 767px) {
  .mv-grid-wrap {
    grid-template-rows: 60vw 38vw;
    grid-template-columns: 55% 1fr;
  }
}

.mv-grid-01 {
  grid-area: 1/1/2/2;
  align-self: end;
}

.mv-grid-02 {
  grid-area: 1/2/2/3;
  align-self: end;
}
@media (max-width: 767px) {
  .mv-grid-02 {
    grid-area: 2/2/3/3;
  }
}

.mv-grid-03 {
  grid-area: 2/1/3/3;
  align-self: end;
}
@media (max-width: 767px) {
  .mv-grid-03 {
    grid-area: 2/1/3/2;
    align-self: auto;
  }
}

.mv-grid-04 {
  grid-area: 1/3/3/4;
}
@media (max-width: 767px) {
  .mv-grid-04 {
    grid-area: 1/2/2/3;
  }
}

.fv-main-title {
  max-width: 460px;
  z-index: 1;
  position: relative;
  margin-bottom: -10px;
}
@media (max-width: 1199px) {
  .fv-main-title {
    margin-bottom: -2vw;
  }
}
@media (max-width: 767px) {
  .fv-main-title {
    max-width: none;
    margin-bottom: 0;
    margin-left: -0.5vw;
  }
}
.fv-main-title img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/337;
}
@media (max-width: 767px) {
  .fv-main-title img {
    aspect-ratio: 365/384;
  }
}
.fv-main-title::after {
  content: "";
  position: absolute;
  top: 13vw;
  right: 0;
  width: 19vw;
  height: 19vw;
  border-radius: 50em;
  background-color: rgba(127, 25, 25, 0.3);
  mix-blend-mode: multiply;
  filter: blur(13px);
  z-index: -1;
  display: none;
}
@media (max-width: 767px) {
  .fv-main-title::after {
    display: block;
  }
}

.fv-houzai {
  position: relative;
  z-index: 3;
}

.fv-houzai-pc {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 0 40px 0 10px;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
@media (max-width: 1199px) {
  .fv-houzai-pc {
    height: auto;
  }
}
@media (max-width: 767px) {
  .fv-houzai-pc {
    display: none;
  }
}
.fv-houzai-pc-01 {
  aspect-ratio: 89/107;
}
.fv-houzai-pc-02 {
  aspect-ratio: 89/107;
}
.fv-houzai-pc-03 {
  aspect-ratio: 94/111;
}
.fv-houzai-pc-04 {
  aspect-ratio: 90/107;
}
.fv-houzai-pc-05 {
  aspect-ratio: 90/99;
}
.fv-houzai-pc-06 {
  aspect-ratio: 107/141;
}
.fv-houzai-pc img {
  width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  padding-right: 5px;
}

.fv-houzai-sp {
  width: 100%;
  padding: 2vw 5vw 0 7vw;
  display: none;
}
@media (max-width: 767px) {
  .fv-houzai-sp {
    display: block;
  }
}
.fv-houzai-sp img {
  width: 100%;
  height: auto;
  aspect-ratio: 263/204;
}

.fv-obj {
  position: relative;
  width: 155%;
  margin-left: -6rem;
  margin-top: -2rem;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}
.fv-obj-yuge {
  position: absolute;
  top: -12%;
  left: 0;
  max-width: 420px;
}
.fv-obj-yuge img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .fv-obj-yuge {
    width: 100%;
    height: auto;
  }
}
.fv-obj img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (max-width: 1300px) {
  .fv-obj {
    margin-left: -9vw;
    margin-top: -2vw;
  }
}
@media (max-width: 767px) {
  .fv-obj {
    width: 152%;
    margin-left: -11vw;
    margin-top: -9vw;
  }
}

.fv-text {
  position: absolute;
  bottom: -50px;
  right: -30px;
  width: 250px;
  z-index: 999;
}
@media (max-width: 767px) {
  .fv-text {
    bottom: -4vw;
    right: 0;
    width: 23vw;
  }
}
.fv-text img {
  width: 100%;
  height: auto;
}

.fv-houzai-mocha {
  z-index: 1;
  position: relative;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.6));
}
@media (max-width: 767px) {
  .fv-houzai-mocha {
    margin-bottom: 6vw;
  }
}
.fv-houzai-mocha img {
  width: 110%;
  height: auto;
  margin-left: -5%;
  margin-bottom: -1%;
  aspect-ratio: 289/328;
}
@media (max-width: 767px) {
  .fv-houzai-mocha img {
    width: 100%;
  }
}

.fv-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
}

.fv-bg-sp {
  width: 110%;
  top: -10vw;
  left: -10vw;
}
.fv-bg-sp img {
  width: 100%;
  height: auto;
}

.fv-bg-pc-01 {
  bottom: -100px;
  left: -120px;
  width: 520px;
}
.fv-bg-pc-01 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1600px) {
  .fv-bg-pc-01 {
    left: -200px;
  }
}
@media (max-width: 1400px) {
  .fv-bg-pc-01 {
    left: -21vw;
  }
}
@media (max-width: 1300px) {
  .fv-bg-pc-01 {
    left: -24vw;
  }
}
@media (max-width: 1199px) {
  .fv-bg-pc-01 {
    width: 40vw;
    bottom: -3vw;
  }
}

.fv-bg-pc-02 {
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 530px;
}
.fv-bg-pc-02 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .fv-bg-pc-02 {
    width: 40vw;
    top: -10vw;
    right: 30vw;
  }
}

.fv-bg-pc-03 {
  bottom: 0;
  right: -120px;
  transform: rotate(10deg);
  width: 480px;
}
.fv-bg-pc-03 img {
  width: 100%;
  height: auto;
}

.fv-bg-pc-04 {
  top: -230px;
  left: -290px;
  transform: rotate(255deg);
  width: 480px;
}
.fv-bg-pc-04 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1400px) {
  .fv-bg-pc-04 {
    display: none;
  }
}

/*--------------------------------------------------
 ナビゲーション
-------------------------------------------------*/
.navigation {
  width: 100%;
  background-color: #371a0c;
  z-index: 1;
  position: relative;
}

.nav-wrap > li:not(:last-child) {
  border-right: 2px dotted #813617;
  background-image: linear-gradient(to bottom, #813617 50%, transparent 0%);
  background-position: right;
  background-size: 2px 8px; /* 8px間隔、2pxの幅 */
  background-repeat: repeat-y;
  border: none;
}

.nav-wrap {
  margin-bottom: 0;
  padding: 6px 1px;
}

.nav-li {
  padding: 0 3px;
  transition: all 0.2s;
}
.nav-li:hover {
  opacity: 0.9;
  background-color: #491e0c;
}

.nav-group img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
　アイテムセクション
-------------------------------------------------*/
.item-houzai-set {
  max-width: 250px;
}
.item-houzai-set img {
  width: 100%;
  height: auto;
}

.desc-unit {
  border-radius: 15px;
  padding: 0 5px 5px 5px;
  font-weight: 500;
  max-width: 500px;
}

.desc-unit-head {
  padding: 5px 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .desc-unit-head {
    font-size: 1rem;
  }
}

.desc-unit-body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.desc-unit-body > ol {
  padding-left: 2rem;
}
@media (max-width: 575px) {
  .desc-unit-body {
    font-size: 0.85rem;
  }
}

#drip-ice-coffee .desc-unit-body {
  background-color: #ffe5d4;
  letter-spacing: -0.03em;
}

#cold-brew-tea .desc-unit-body {
  background-color: #fff3e6;
}

/* 吹き出し説明のベース */
/* --------------------------------------------------
 キャンペーン
-------------------------------------------------*/
#campaign {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  margin-top: -1px;
}
#campaign a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}

.cp-bg {
  position: relative;
  background-image: url("../55th/images/present-55th-bg--2307.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .cp-bg {
    background-position: center;
  }
}
.cp-bg-color {
  background-color: #00bbff;
  border-radius: 15px;
  padding: 2rem;
}
.cp-wrapper {
  z-index: 100;
}

.mame555-coins-01 {
  position: absolute;
  top: 150px;
  left: -10%;
}
@media all and (max-width: 1000px) {
  .mame555-coins-01 {
    display: none;
  }
}
.mame555-coins-02 {
  position: absolute;
  top: 330px;
  left: -2%;
}
@media all and (max-width: 1000px) {
  .mame555-coins-02 {
    display: none;
  }
}
.mame555-coins-03 {
  position: absolute;
  top: 110px;
  right: 1%;
}
@media all and (max-width: 1000px) {
  .mame555-coins-03 {
    display: none;
  }
}
.mame555-coins-04 {
  position: absolute;
  top: 160px;
  right: -12%;
}
@media all and (max-width: 1000px) {
  .mame555-coins-04 {
    display: none;
  }
}
.mame555-obj-01 {
  position: absolute;
  bottom: 200px;
  left: -32%;
}
@media all and (max-width: 1000px) {
  .mame555-obj-01 {
    display: none;
  }
}
.mame555-obj-02 {
  position: absolute;
  top: 100px;
  right: -25%;
}
@media all and (max-width: 1000px) {
  .mame555-obj-02 {
    display: none;
  }
}
.mame555-obj-03 {
  position: absolute;
  bottom: 35px;
  left: -22%;
}
@media all and (max-width: 1000px) {
  .mame555-obj-03 {
    display: none;
  }
}
.mame555-obj-04 {
  position: absolute;
  bottom: 45px;
  right: -26%;
}
@media all and (max-width: 1000px) {
  .mame555-obj-04 {
    display: none;
  }
}

.present-55th-text-attention {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 575px) {
  .present-55th-text-attention {
    font-size: 0.85rem;
  }
}

.osusume-head {
  font-size: clamp(1.6rem, 1.055rem + 2.33vw, 2.8rem);
  font-weight: 600;
}
@media (max-width: 575px) {
  .osusume-head {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .osusume-head {
    font-size: 18px;
  }
}

.osusume-link-text {
  font-size: 1.6rem;
}
@media (max-width: 575px) {
  .osusume-link-text {
    font-size: 16px;
  }
}

#blmn {
  position: relative;
  overflow-x: hidden;
}

.blmn a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}
.blmn-bg {
  position: relative;
  background-color: #10509a;
}
.blmn-bg-obj {
  position: absolute;
}
.blmn-bg-obj img {
  width: 100%;
  height: auto;
}
.blmn-bg-obj-01 {
  width: 240px;
  left: 10px;
  top: 36px;
  z-index: 999;
}
.blmn-bg-obj-02 {
  width: 300px;
  right: -30px;
  top: 200px;
}
@media (max-width: 991px) {
  .blmn-bg-obj {
    display: none;
  }
}
.blmn-bg-color {
  background-color: #ab8139;
  border-radius: 15px;
  padding: 2rem;
}
.blmn-wrapper {
  z-index: 100;
}

.karada-bg {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #faf48a;
}
@media all and (max-width: 768px) {
  .karada-bg {
    background-position: center;
  }
}
.karada-bg-color {
  background-color: #e95f9d;
  border-radius: 15px;
  padding: 2rem;
}

[class^=mainvisual-hana-] {
  position: absolute;
  animation: rolling 10s linear infinite;
}
@media all and (max-width: 575px) {
  [class^=mainvisual-hana-] img {
    width: 100%;
  }
}

@keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mainvisual-hana-01 {
  margin-left: -140px;
  top: 70px;
}
.mainvisual-hana-02 {
  margin-left: 940px;
  top: 320px;
}
.mainvisual-hana-03 {
  margin-left: -180px;
  top: 360px;
}
.mainvisual-hana-04 {
  margin-left: 1040px;
  top: 200px;
}
.mainvisual-hana-04 img {
  width: 100%;
  height: auto;
}
.mainvisual-hana-04 {
  width: 7%;
}
.mainvisual-hana-05 {
  margin-left: -38px;
  top: 235px;
}
.mainvisual-hana-06 {
  margin-left: 970px;
  top: 100px;
}
.mainvisual-hana-06 img {
  width: 100%;
  height: auto;
}
.mainvisual-hana-06 {
  width: 4%;
}
.mainvisual-hana-07 {
  margin-left: -350px;
  top: 80%;
}
@media all and (max-width: 1199px) {
  .mainvisual-hana-01, .mainvisual-hana-02, .mainvisual-hana-03, .mainvisual-hana-04, .mainvisual-hana-05, .mainvisual-hana-06, .mainvisual-hana-07 {
    display: none;
  }
}

/* --------------------------------------------------
 note
-------------------------------------------------*/
.description p, .description ul {
  font-size: 1.2rem;
}
@media all and (max-width: 575px) {
  .description p, .description ul {
    font-size: 0.9rem;
  }
}

.h1-note {
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 575px) {
  .h1-note {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 320px) {
  .h1-note {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.sns-area {
  max-width: 750px;
  margin: 0 auto;
}
.sns-area ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.sns-area li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border-right: 1px solid #d7ba9a;
}
.sns-area li:last-child {
  border: none;
}
.sns-area img {
  max-width: 60px;
  height: auto;
}
@media all and (max-width: 575px) {
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 1000;
}

#sns {
  z-index: 100;
  background-color: #fff;
}

.bland-logo-area {
  position: relative;
  z-index: 999;
}