@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);
}

/*レイアウト 崩れた時はみ出し防止*/
#mainvisual, .navigation {
  width: 100%;
  overflow: hidden;
}

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

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

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

.bg-blue {
  background-color: #3399ff;
}

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

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

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

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

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

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

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

.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%);
}

.marker-beige {
  background-color: #ffe6b8 !important;
}

.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;
}

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

/*--------------------------------------------------
 *bootstrap上書き*
-------------------------------------------------*/
.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;
}

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

.item-section {
  background-color: #ffe6b8;
  position: relative;
  z-index: 0;
}
.item-section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(images25/item-bg-people-2510-01@2x.png), url(images25/item-bg-people-2510-02@2x.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left -50px bottom 20px, right -50px bottom 20px;
  background-size: 260px, 230px;
  background-attachment: fixed;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 1300px) {
  .item-section-bg {
    background-size: 190px, 170px;
    background-position: left -70px bottom 50px, right -70px bottom 50px;
  }
}
@media (max-width: 576px) {
  .item-section-bg {
    background: none;
  }
}
.item-section-bg.active {
  opacity: 1;
}

/*--------------------------------------------------
 *共通コンポーネント*
-------------------------------------------------*/
.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.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
  font-weight: bold;
  transform: rotateZ(-0.05deg);
}
@media (max-width: 576px) {
  .item-icon-square {
    font-size: 16px;
  }
}

.i-this-month {
  background-color: #f76700;
  color: #fff769;
}

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

.bg-white-area {
  background-color: #fff;
  border-radius: 35px;
  position: relative;
  padding: 24px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 1;
}
@media (max-width: 576px) {
  .bg-white-area {
    padding: 20px 12px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
  }
}

/* 価格まわりのコンポーネント */
.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: 1.8rem;
  font-weight: 700;
  position: relative;
  bottom: 0.04em;
}
@media all and (max-width: 1200px) {
  .item-quantity {
    font-size: 2.2rem;
  }
  .item-quantity small {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) {
  .item-quantity {
    font-size: 2.4rem;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .item-quantity {
    font-size: 34px;
  }
  .item-quantity small {
    font-size: 26px;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 30px;
  }
  .item-quantity small {
    font-size: 22px;
  }
}

.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: 1200px) {
  .price {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .price {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .price {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .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: 768px) {
  .price--unit {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .price--unit {
    font-size: 22px;
  }
}

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

.red-right {
  color: #ff0000;
}

.soutou {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
  color: #3e3a39;
}
@media (max-width: 576px) {
  .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: #f76700;
  z-index: 1;
  border-radius: 20px 20px 0 0;
  padding: 0 0 0px clamp(90px, 14vw, 120px);
}
@media (max-width: 576px) {
  .item-title-wrap {
    padding-left: calc(min(90px, 19vw) + 0.6rem);
    width: calc(100% + 24px);
    top: -20px;
    left: -12px;
    border-radius: 10px 10px 0 0;
  }
}

.item-icon-m-gentei {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 768px) {
  .item-icon-m-gentei {
    width: 80px;
    left: 6px;
  }
}
@media (max-width: 576px) {
  .item-icon-m-gentei {
    width: min(90px, 19vw);
  }
}

.item-category-name {
  border-radius: 50em;
  font-weight: 700;
}
.item-category-name span {
  transform: rotate(0.06deg);
  display: inline-block;
}
@media (max-width: 576px) {
  .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: 768px) {
  .item-title {
    padding: 6px 3px 6px 0;
  }
}

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

.item-name {
  font-weight: 900;
  font-size: clamp(1.6rem, 1.418rem + 0.78vw, 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: 1200px) {
  .item-name-mini {
    font-size: clamp(1.375rem, 1.261rem + 0.48vw, 1.625rem);
  }
}

.item-text {
  font-size: 1rem;
  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: #339900;
  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.9rem;
  line-height: 1.1 !important;
}

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

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

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

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

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

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

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

/*--------------------------------------------------
 ファーストビュー
-------------------------------------------------*/
#mainvisual {
  background-color: #f76700;
  background: url(images25/fv-bg-2510--pc@2x.png) no-repeat top 40px right 50%, linear-gradient(0deg, #fff375 50%, #f76700 50%);
  background-size: 120%;
}
@media (max-width: 576px) {
  #mainvisual {
    background: url(images25/fv-bg-2510--sp@2x.png) no-repeat top calc(8px + 0.1rem) center #f76700;
    background-size: 130%;
  }
}

.mainvisual-area {
  position: relative;
  margin: 0 auto;
  max-width: 1100px;
  width: 80%;
  text-align: center;
  z-index: 0;
}
@media (max-width: 576px) {
  .mainvisual-area {
    width: 98%;
  }
}

.main-title-area {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  background: url(images25/fv-ill-2510-people@2x.png) no-repeat top 8px right 50%;
  background-size: contain;
}
@media (max-width: 576px) {
  .main-title-area {
    background: none;
  }
}

.fv-bg {
  position: absolute;
  z-index: 0;
}
.fv-bg img {
  width: 100%;
  height: auto;
}

.fv-bg-top {
  max-width: 700px;
  width: 100%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 576px) {
  .fv-bg-top {
    width: 130%;
    top: -24vw;
  }
}

.fv-bg-left {
  top: 10%;
  left: -150px;
  max-width: 290px;
  width: 100%;
}
@media (max-width: 1200px) {
  .fv-bg-left {
    max-width: 240px;
  }
}

.fv-bg-right {
  top: 10%;
  right: -150px;
  max-width: 290px;
  width: 100%;
}
@media (max-width: 991px) {
  .fv-bg-right {
    max-width: 240px;
  }
}

.fv-main-title {
  max-width: 470px;
  width: 48%;
  margin: 0 auto -12%;
  padding-top: 46px;
}
.fv-main-title img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .fv-main-title {
    max-width: 363px;
    padding-top: 25px;
  }
}
@media (max-width: 576px) {
  .fv-main-title {
    margin-bottom: calc(13vw + 0.3rem);
    padding-top: calc(5px + 0.3rem);
    max-width: 423px;
    width: 76vw;
  }
}

.fv-houzai {
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  align-items: center;
}
.fv-houzai img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
 ナビゲーション
-------------------------------------------------*/
.navigation {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.nav-wrap > li:not(:last-child) {
  border-right: 2px dotted #6b524a;
}

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

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

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

/*--------------------------------------------------
　アイテムセクションの背景あしらい
-------------------------------------------------*/
.bg-circle-wrap {
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 1600px;
}
@media (max-width: 991px) {
  .bg-circle-wrap {
    display: none;
  }
}

.bg-circle-wrap > img {
  position: absolute;
  display: inline-block;
  z-index: 0;
}

.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: 576px) {
  .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: 576px) {
  .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;
}

.gram {
  vertical-align: 12%;
}

/* --------------------------------------------------
 キャンペーン
-------------------------------------------------*/
#hawaii {
  position: relative;
  overflow-x: hidden;
}

.hawaii {
  border-top: 6px solid #806636;
}
.hawaii a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}
.hawaii-bg {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("images25/withhawaiicona_img_back.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.hawaii-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 162, 95, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.hawaii-bg-color {
  background-color: #7a3b00;
  border-radius: 15px;
  padding: 2rem;
}
.hawaii-wrapper {
  z-index: 100;
}

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

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

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

.kisetsu {
  border-top: 6px solid #803636;
}
.kisetsu a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}
.kisetsu-bg {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("images25/coffee_kisetsu_bk.jpg");
  background-size: cover;
  background-position: top -30px left 50%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .kisetsu-bg {
    background-position: center;
  }
}
.kisetsu-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kisetsu-bg-color {
  background-color: #85160f;
  border-radius: 15px;
  padding: 2rem;
}
.kisetsu-wrapper {
  z-index: 100;
}

/* --------------------------------------------------
 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;
}