@charset "UTF-8";
/*--------------------------------------------------
 Font
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&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);
}

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

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

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

.bg-blue {
  background-color: #0870d1;
}

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

.bg-green {
  background-color: #39b54a;
}

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

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

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

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

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

.bg-maccha {
  background-color: #609311;
}

.bg-purple {
  background-color: #c90051;
}

.bg-aqua {
  background-color: #64b8bd;
}

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

.text-white {
  color: #fff;
}

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

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------
 *リセット*
-------------------------------------------------*/
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;
}

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

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

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #3e3a39;
}

#autumn2026 {
  width: 100%;
  position: relative;
}

.item-section {
  background-color: #009aa3;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: clip;
}

/*--------------------------------------------------
 *共通コンポーネント*
-------------------------------------------------*/
.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: 575px) {
  .item-icon-square {
    font-size: 16px;
  }
}

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

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

.bg-white-area {
  background-color: #fff;
  border-radius: 35px;
  position: relative;
  padding: 24px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 1;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}
@media (max-width: 575px) {
  .bg-white-area {
    padding: 20px 12px 15px;
    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: bold;
  line-height: 1 !important;
  vertical-align: bottom;
  bottom: -0.04em;
  position: relative;
}
.item-quantity small {
  font-size: 1.8rem;
  font-weight: bold;
  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: bold;
  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: bold;
  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: bold !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;
  letter-spacing: -0.03em;
  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: bold;
  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: #d6861e;
  z-index: 1;
  border-radius: 20px 20px 0 0;
  padding: 0 0 0px clamp(90px, 14vw, 120px);
}
@media (max-width: 575px) {
  .item-title-wrap {
    padding-left: calc(min(90px, 24vw) + 0.1rem);
    width: calc(100% + 24px);
    top: -20px;
    left: -12px;
    border-radius: 10px 10px 0 0;
  }
}

.item-icon-m-gentei {
  width: 125px;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  z-index: 3;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
}
@media (max-width: 767px) {
  .item-icon-m-gentei {
    width: 80px;
    left: -5px;
    filter: none;
  }
}
@media (max-width: 575px) {
  .item-icon-m-gentei {
    width: min(90px, 24vw);
  }
}

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

.item-title {
  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: bold;
  letter-spacing: -0.02em;
  z-index: 1;
}
@media (max-width: 767px) {
  .item-title {
    padding: 6px 3px 6px 0;
  }
}

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

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

.item-name-mini {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #009aa3;
}
@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: bold;
  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: 400px;
}

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

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

.sp-img {
  display: none !important;
}
@media (max-width: 575px) {
  .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 {
  background-color: #009aa3;
  overflow: clip;
  position: relative;
  width: 100%;
}

.mainvisual-area {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: clip;
}
.mainvisual-area::before, .mainvisual-area::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
}
.mainvisual-area::before {
  background-image: url(images26/fv-bg-2609--top@2x.png);
  background-size: 120%;
  background-position: left -5vw top -5vw;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1400px) {
  .mainvisual-area::before {
    background-position: left -5vw top -66px;
  }
}
@media (max-width: 1199px) {
  .mainvisual-area::before {
    background-position: left -5vw top -62px;
  }
}
@media (max-width: 991px) {
  .mainvisual-area::before {
    background-position: left -5vw top -42px;
  }
}
@media (max-width: 767px) {
  .mainvisual-area::before {
    background-position: left -2vw top -25px;
  }
}
.mainvisual-area::after {
  background-image: url(images26/fv-bg-2609--bottom@2x.png);
  background-position: left -8.2vw bottom -5.5vw;
  background-size: 110%;
}
@media (max-width: 1400px) {
  .mainvisual-area::after {
    background-position: left -8.2vw bottom -4vw;
  }
}
@media (max-width: 1199px) {
  .mainvisual-area::after {
    background-position: left -8.2vw bottom -3.3vw;
  }
}
@media (max-width: 991px) {
  .mainvisual-area::after {
    background-size: 140%;
    background-position: left -24.2vw bottom -22px;
  }
}

.fv-bg {
  position: absolute;
  z-index: 0;
  top: 0;
}
.fv-bg-top {
  left: 0;
  top: 0;
}
.fv-bg-bottom {
  left: 0;
  bottom: 0;
}
.fv-bg-left {
  top: -135px;
  left: -114px;
  aspect-ratio: 521/625;
}
@media (max-width: 1500px) {
  .fv-bg-left {
    max-width: 521px;
    top: -60px;
    left: -88px;
    margin-right: 70%;
  }
}
@media (max-width: 1300px) {
  .fv-bg-left {
    top: -90px;
  }
}
@media (max-width: 991px) {
  .fv-bg-left {
    left: -19vw;
  }
}
@media (max-width: 767px) {
  .fv-bg-left {
    display: none;
  }
}
.fv-bg-right {
  right: -90px;
  top: -170px;
  aspect-ratio: 485/570;
}
@media (max-width: 1500px) {
  .fv-bg-right {
    max-width: 485px;
    top: -76px;
    right: -40px;
    margin-left: 67%;
  }
}
@media (max-width: 1300px) {
  .fv-bg-right {
    top: -100px;
  }
}
@media (max-width: 991px) {
  .fv-bg-right {
    right: -9vw;
  }
}
@media (max-width: 767px) {
  .fv-bg-right {
    display: none;
  }
}
.fv-bg-sp {
  display: none;
}
@media (max-width: 767px) {
  .fv-bg-sp {
    display: block;
    width: 138%;
    top: -11vw;
    left: -20%;
  }
}

.fv-obj {
  position: absolute;
}
.fv-obj-01 {
  width: 55px;
  top: 10px;
  left: 150px;
}
.fv-obj-02 {
  width: 80px;
  top: -25px;
  left: 42%;
}
.fv-obj-03 {
  width: 79px;
  top: -25px;
  right: 35%;
}
.fv-obj-04 {
  width: 40px;
  top: 20px;
  right: 130px;
}
@media (max-width: 991px) {
  .fv-obj-01 {
    width: 4.3vw;
  }
  .fv-obj-02 {
    top: -10px;
    width: 7vw;
  }
  .fv-obj-03 {
    top: -10px;
    width: 7vw;
  }
  .fv-obj-04 {
    width: 3.7vw;
  }
}
@media (max-width: 767px) {
  .fv-obj {
    display: none;
  }
}

.main-title-area {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  align-items: end;
  justify-content: space-between;
  padding-top: 58px;
  padding-bottom: 8px;
}
@media (max-width: 1400px) {
  .main-title-area {
    max-width: 1224px;
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  .main-title-area {
    padding-top: 9vw;
  }
}

.fv-ttl {
  max-width: 600px;
  width: 100%;
  align-self: flex-start;
  margin: -7px auto 0;
}
@media (max-width: 1400px) {
  .fv-ttl {
    max-width: 550px;
    margin: -1px -0.5vw 0 -0.5vw;
  }
}
@media (max-width: 1199px) {
  .fv-ttl {
    max-width: 46vw;
    margin: -7px -1vw 0 -1vw;
  }
}
@media (max-width: 991px) {
  .fv-ttl {
    width: 54vw;
    margin: -5px -3vw 0 -3vw;
  }
}
@media (max-width: 767px) {
  .fv-ttl {
    max-width: 600px;
    width: 93%;
    margin: -10px auto 4px auto;
  }
  .fv-ttl img {
    margin-right: -0.5%;
  }
}

.fv-houzai-left {
  flex: 1 2 303px;
  text-align: left;
}
.fv-houzai-right {
  flex: 1 2 305px;
}
.fv-houzai-sp {
  width: 97%;
  margin: 0 auto;
}

.filter-shadow {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6)) drop-shadow(-1px -1px 3px rgba(0, 0, 0, 0.6));
}

.ribbon {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  --r: .4em; /* リボンの左右シェイプ調整 */
  padding-inline: calc(var(--r) + 0.3em);
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
  background: #ed1c24;
  width: -moz-fit-content;
  width: fit-content;
  width: 62%;
  line-height: 1;
  padding: 3px 0 3px;
  margin: 0 8% -7px auto;
  z-index: 1;
  position: relative;
  animation: 1s 1.3s show forwards;
  opacity: 0;
}
.ribbon::after {
  animation: 3s 0s shine linear 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-15deg);
  width: 100%;
}
@media (max-width: 767px) {
  .ribbon {
    width: 25vw;
    margin: 0 5.5vw -13px auto;
    padding: 0.3vw 0 0.4vw;
  }
  .ribbon img {
    max-width: 8vw;
    height: auto;
  }
}

@keyframes shine {
  60% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------
 ナビゲーション
-------------------------------------------------*/
.navigation {
  width: 100%;
  background-color: #ffd52b;
  position: relative;
  z-index: 1;
}

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

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

.nav-li {
  padding: 0 3px;
  transition: all 0.2s;
}
.nav-li:hover {
  opacity: 0.9;
  background-color: rgb(247, 198.0660377358, 0);
}

.nav-group {
  height: 78px;
}
@media (max-width: 991px) {
  .nav-group {
    height: 8vw;
  }
}
@media (max-width: 575px) {
  .nav-group {
    height: 14vw;
  }
}

/*--------------------------------------------------
　itemセクションの背景あしらい
-------------------------------------------------*/
.autumn-bg {
  background-image: url(images26/item-bg-01@2x.png), url(images26/item-bg-02@2x.png);
  background-size: 400px auto, 400px auto;
  background-position: -4% 0, 104% -1%;
  background-repeat: repeat-y, repeat-y;
}
@media screen and (max-width: 1200px) {
  .autumn-bg {
    background-size: 35% auto, 35% auto;
    background-position: -10% 0, 114% -1%;
  }
}
@media screen and (max-width: 1200px) {
  .autumn-bg {
    background-image: none;
  }
}

@keyframes fall {
  to {
    top: 120%;
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(400px) rotate(-45deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(400px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.autumn-leaves-01, .autumn-leaves-02, .autumn-leaves-03, .autumn-leaves-04, .autumn-leaves-05 {
  position: absolute;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.autumn-leaves-01 {
  left: 0%;
  top: -5%;
  width: 200px;
  height: 200px;
  background-image: url(images26/item-bg-obj-01@2x.png);
  animation: fall 35s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 4s;
}
.autumn-leaves-02 {
  right: 20%;
  top: -5%;
  width: 150px;
  height: 150px;
  background-image: url(images26/item-bg-obj-02@2x.png);
  animation: fall 35s linear infinite, sway1 5s ease-in-out infinite alternate;
  animation-delay: 2s;
}
.autumn-leaves-03 {
  right: 40%;
  top: -5%;
  width: 160px;
  height: 160px;
  background-image: url(images26/item-bg-obj-03@2x.png);
  animation: fall 35s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 4s;
}
.autumn-leaves-04 {
  right: 30%;
  top: -5%;
  width: 150px;
  height: 150px;
  background-image: url(images26/item-bg-obj-04@2x.png);
  animation: fall 30s linear infinite, sway1 5s ease-in-out infinite alternate;
  animation-delay: 8s;
}
.autumn-leaves-05 {
  left: 30%;
  top: -5%;
  width: 150px;
  height: 150px;
  background-image: url(images26/item-bg-obj-01@2x.png);
  animation: fall 30s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation-delay: 2s;
}
@media all and (max-width: 1200px) {
  .autumn-leaves-01 {
    width: 120px;
    height: 120px;
  }
  .autumn-leaves-02, .autumn-leaves-04, .autumn-leaves-05 {
    width: 100px;
    height: 100px;
  }
  .autumn-leaves-03 {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 991px) {
  .autumn-leaves-01, .autumn-leaves-02, .autumn-leaves-03 {
    animation: fall 65s linear infinite, sway1 10s ease-in-out infinite alternate;
  }
  .autumn-leaves-04, .autumn-leaves-05 {
    animation: fall 60s linear infinite, sway1 10s ease-in-out infinite alternate;
  }
  .autumn-leaves-01, .autumn-leaves-02 {
    animation-delay: 6s;
  }
  .autumn-leaves-03 {
    animation-delay: 8s;
  }
}
@media all and (max-width: 768px) {
  .autumn-leaves-01 {
    width: 100px;
    height: 100px;
  }
  .autumn-leaves-02, .autumn-leaves-04, .autumn-leaves-05 {
    width: 80px;
    height: 80px;
  }
  .autumn-leaves-03 {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 576px) {
  .autumn-leaves-01 {
    width: 60px;
    height: 60px;
  }
  .autumn-leaves-02, .autumn-leaves-04, .autumn-leaves-05 {
    width: 50px;
    height: 50px;
  }
  .autumn-leaves-03 {
    width: 80px;
    height: 80px;
  }
}

.item-decoration {
  position: absolute;
  z-index: -1;
  bottom: 30px;
}
.item-decoration img {
  height: auto;
  max-width: 360px;
  width: 100%;
}
.item-decoration-01 {
  top: 0;
  left: -233px;
}
.item-decoration-02 {
  top: 0;
  right: -200px;
}
@media (max-width: 1199px) {
  .item-decoration {
    display: none;
  }
}

/*--------------------------------------------------
 item セクションのコンポーネント
-------------------------------------------------*/
.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;
}

/* 吹き出し説明のベース */
.speech-bubble {
  background-color: #d2e1f5;
  border: 3px solid #c5c5c5;
  border-radius: 15px;
  padding: 10px 5px;
  position: relative;
}
.speech-bubble ol {
  padding: 0;
  font-size: 1.1rem;
  margin-left: 6%;
}
.speech-bubble li {
  font-size: 0.9rem;
  line-height: 1.2;
  margin-bottom: 0.3rem;
  font-weight: 500;
}
.speech-bubble::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #c5c5c5;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.speech-bubble::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #d2e1f5;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}
.speech-bubble-head {
  font-size: clamp(1.2rem, 1.109rem + 0.39vw, 1.4rem);
  text-align: center;
}
@media (max-width: 575px) {
  .speech-bubble ol {
    margin-left: 8%;
  }
  .speech-bubble li {
    font-size: clamp(0.75rem, 0.422rem + 1.639vw, 1.438rem);
  }
}

.item-detail dd {
  font-size: 0.9rem;
  font-weight: 500;
}

.gram {
  vertical-align: 12%;
}

.item-gaba-points {
  max-width: 450px;
  margin: 0 auto;
  background-color: #d2e1f5;
  border: 3px solid #c5c5c5;
}
.item-gaba-points-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  padding-bottom: 7px;
  margin-bottom: 11px;
  font-size: 18px !important;
}
.item-gaba-points-head:after {
  content: "";
  width: 74px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  border-bottom: 3px solid #ff4d6f;
}
.item-gaba-points-head span {
  color: #ff4d6f;
}
.item-gaba-points-body span {
  color: #fff;
  background-color: #ff4d6f;
  padding: 0px 4px;
}
.item-gaba-points-body li {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item-gaba-points-body li {
    font-size: 13px;
  }
}
.item-gaba-points-img-01 {
  width: 40%;
  height: auto;
  position: absolute;
  top: -80%;
  left: -48%;
}
.item-gaba-points-img-02 {
  width: 40%;
  height: auto;
  position: absolute;
  top: -6%;
  right: -41%;
}
@media all and (max-width: 1199px) {
  .item-gaba-points-img-01 {
    left: -42%;
  }
}
@media all and (max-width: 991px) {
  .item-gaba-points {
    margin: -1rem auto 1rem;
  }
}
@media all and (max-width: 767px) {
  .item-gaba-points {
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  .item-gaba-points-img-01 {
    width: 30%;
    left: -32%;
    top: -40%;
  }
}
@media all and (max-width: 374px) {
  .item-gaba-points-img-01 {
    top: -38%;
    width: 50%;
    left: -35%;
  }
}

/* --------------------------------------------------
 キャンペーン
-------------------------------------------------*/
#campaign {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
  margin-top: -1px;
  color: #fff;
}
#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: #e72e8c;
  border-radius: 15px;
  padding: 2rem;
}
.cp-wrapper {
  z-index: 100;
}
.cp-link {
  font-size: 1.3rem;
  font-weight: bold;
}

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

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

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