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

/*--------------------------------------------------
 Base
-------------------------------------------------*/
h1 {
  margin: 0;
  padding: 0;
}

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

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .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;
  }
}

.bg-white-area {
  background-color: #FFF;
  background-image: url(images/bg_mesh.jpg);
  background-size: 100px 100px;
  border: 5px solid #336d30;
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bg-white-area {
    border-radius: 20px;
  }
}

.bg-brown {
  background-color: #a76f49;
}

.bg-brown--dark {
  background-color: #603813;
}

.bg-red {
  background-color: #ff0000;
}

.bg-orange {
  background-color: #f98207 !important;
}

.bg-orange--dark {
  background-color: #ff5b2c;
}

.bg-tomato--dark {
  background-color: #ff5b2c;
}

.bg-green {
  background-color: #6b8d23;
}

.bg-deepgreen {
  background-color: #53a333;
}

.bg-gold {
  background-color: #D1A526;
}

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

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

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

.bg-cafesuppli {
  background-color: #3399FF;
}

.bg-tea {
  background-color: #e83828;
}

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

.bg-bikokusai {
  background-color: #86B641;
}

.bg-nukabijin {
  background-color: #ea1c00;
}

.bg-decaffeinated {
  background-color: #ff9696;
}

.bg-vitamin {
  background-color: #ffa914;
}

.bg-bijelly {
  background-color: #44C1BD;
}

.bg-soup {
  background-color: #ffa233;
}

.mt-n10 {
  margin-top: -80px;
}

.mt-10 {
  margin-top: 80px;
}

.red {
  color: #f20400;
}

.red-right {
  color: #ff0000;
}

.text-pink {
  color: #ff6d7e;
}

.text-blown {
  color: #a76f49;
}

.text-orange {
  color: #f98207;
}

.text-orange--dark {
  color: #ff5b2c;
}

.text-green {
  color: #6b8d23;
}

.text-deepgreen {
  color: #53a333;
}

.text-blown-right {
  color: #a66f49;
}

.text-tomato--dark {
  color: #ff5b2c;
}

.text-gold {
  color: #D1A526;
}

.text-purple {
  color: #D074BE;
}

.text-greenblue {
  color: #3399FF;
}

.text-deep-pink {
  color: #ff4d6f;
}

.text-yellow {
  color: #fff033;
}

.text-bubble-suppli {
  color: #e83828;
}

.text--01 {
  color: #2659EA;
}

.text--02 {
  color: #609311;
}

.text-narrow {
  transform: scaleX(0.8);
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -0.2rem;
}

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

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

.border-5 {
  border-width: 10px !important;
}

.border-blown {
  border-color: #42210b !important;
}

.border-grey {
  border-color: #acbbc3 !important;
}

.border-blown-right {
  border-color: #a66f49 !important;
}

.border-bg-tomato--dark {
  border-color: #ff5b2c !important;
}

.border-green {
  border-color: #6b8d23 !important;
}

.border-deepgreen {
  border-color: #53a333 !important;
}

.border-monthly {
  border-color: #ff4da2 !important;
}

.border-orange {
  border-color: #f98207 !important;
}

.border-cafesuppli {
  border-color: #3399FF !important;
}

.border-nihoncha {
  border-color: #00913a !important;
}

.border-bikokusai {
  border-color: #86B641 !important;
}

.border-decaffeinated {
  border-color: #ff9696 !important;
}

.border-bijelly {
  border-color: #44C1BD !important;
}

.border-soup {
  border-color: #ffa233 !important;
}

.border-cantafe {
  border-color: #ff6d7e !important;
}

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

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.font-sise2 {
  font-size: 2rem;
}
@media all and (max-width: 991px) {
  .font-sise2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) {
  .font-sise2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 576px) {
  .font-sise2 {
    font-size: 2rem;
  }
}

.font-size-head {
  font-size: clamp(1.25rem, -0.24rem + 2.4vw, 1.563rem);
  font-weight: 700;
}
.font-size-head-big {
  font-size: 1.8rem;
}
@media all and (max-width: 991px) {
  .font-size-head {
    font-size: clamp(1.563rem, 0.953rem + 1.69vw, 2rem);
  }
}
@media all and (max-width: 576px) {
  .font-size-head {
    font-size: 1.2rem;
  }
  .font-size-head-big {
    font-size: 1.4rem;
  }
}

.font-size-body {
  font-size: clamp(0.906rem, -0.137rem + 1.68vw, 1.125rem);
  font-weight: 500;
}
.font-size-body small {
  line-height: 1;
  display: inline-block;
}
@media all and (max-width: 991px) {
  .font-size-body {
    font-size: clamp(1.094rem, 0.44rem + 1.81vw, 1.563rem);
  }
}
@media all and (max-width: 576px) {
  .font-size-body {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.font-size-osusume {
  font-size: clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
}

@media all and (max-width: 450px) {
  .small-2 {
    font-size: 1.4rem;
  }
}

.fs-sm {
  font-size: 1rem;
}

.lh-1 {
  line-height: 1rem !important;
}

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

.badge-red {
  background-color: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
@media all and (max-width: 1200px) {
  .badge-red {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .badge-red {
    font-size: 0.8rem;
  }
}
.badge-nm {
  font-size: 1.6rem;
}
@media all and (max-width: 1200px) {
  .badge-nm {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .badge-nm {
    font-size: 1.2rem;
  }
}

/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.tra:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

/*--------------------------------------------------
  mixin
-------------------------------------------------*/
/*--------------------------------------------------
  autumn base
-------------------------------------------------*/
#autumn {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}
#autumn p {
  line-height: 1.15;
}

.autumn-bg {
  background-image: url(images/bg_leaves_left_2411.png), url(images/bg_leaves_right_2411.png), url(images/bg_plaid_2411.jpg);
  background-size: auto, auto, 198px 198px;
  background-position: 0% -5%, 100% -5%, center;
  background-repeat: repeat-y, repeat-y, repeat;
}
@media screen and (max-width: 1200px) {
  .autumn-bg {
    background-size: 35% auto, 35% auto, 198px 198px;
  }
}

@-webkit-keyframes fall {
  to {
    top: 120%;
  }
}

@keyframes fall {
  to {
    top: 120%;
  }
}
@-webkit-keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(400px) rotate(-45deg);
  }
}
@keyframes sway1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(400px) rotate(-45deg);
  }
}
@-webkit-keyframes sway2 {
  from {
    transform: translateX(400px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(400px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.autumn-leaves-01 {
  left: 0%;
  top: 0px;
  width: 200px;
  height: 200px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_1_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 35s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation: fall 35s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.autumn-leaves-02 {
  right: 20%;
  top: 0px;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_2_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 35s linear infinite, sway1 5s ease-in-out infinite alternate;
  animation: fall 35s linear infinite, sway1 5s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.autumn-leaves-03 {
  right: 40%;
  top: 0px;
  width: 250px;
  height: 250px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_3_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 35s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation: fall 35s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.autumn-leaves-04 {
  right: 30%;
  top: 0px;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_1_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 30s linear infinite, sway1 5s ease-in-out infinite alternate;
  animation: fall 30s linear infinite, sway1 5s ease-in-out infinite alternate;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.autumn-leaves-05 {
  left: 30%;
  top: 0px;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_2_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 30s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation: fall 30s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@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: 150px;
    height: 150px;
  }
}
@media all and (max-width: 991px) {
  .autumn-leaves-01, .autumn-leaves-02, .autumn-leaves-03 {
    -webkit-animation: fall 65s linear infinite, sway1 10s ease-in-out infinite alternate;
    animation: fall 65s linear infinite, sway1 10s ease-in-out infinite alternate;
  }
  .autumn-leaves-04, .autumn-leaves-05 {
    -webkit-animation: fall 60s linear infinite, sway1 10s ease-in-out infinite alternate;
    animation: fall 60s linear infinite, sway1 10s ease-in-out infinite alternate;
  }
  .autumn-leaves-01, .autumn-leaves-02 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }
  .autumn-leaves-03 {
    -webkit-animation-delay: 8s;
    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: 120px;
    height: 120px;
  }
}
@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;
  }
}

/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/
.mainvisual-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mainvisual-title {
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: 20px;
  z-index: 100;
}
.mainvisual-title-month {
  width: 54%;
  display: block;
  position: absolute;
  left: 24%;
  bottom: 4%;
}
.mainvisual-title-last {
  width: 47%;
  position: absolute;
  left: -3%;
  top: -3%;
  z-index: 100;
}
@media all and (max-width: 1200px) {
  .mainvisual-title {
    width: 80%;
  }
  .mainvisual-title-month {
    width: 60%;
    left: 20%;
    bottom: 4%;
  }
  .mainvisual-title-last {
    width: 60%;
    left: -16%;
    top: -5%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-title {
    padding-bottom: 5%;
  }
  .mainvisual-title-month {
    width: 70%;
    left: 15%;
    bottom: 7%;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-title {
    width: 95%;
  }
  .mainvisual-title-month {
    width: 60%;
    left: 20%;
    bottom: 9%;
  }
  .mainvisual-title-ttl {
    padding-top: 13%;
  }
  .mainvisual-title-last {
    width: 70%;
    left: -5%;
    top: -7%;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-title-month {
    width: 60%;
    left: 20%;
    bottom: 10%;
  }
  .mainvisual-title-ttl {
    padding-top: 8%;
  }
  .mainvisual-title-last {
    width: 60%;
    left: -3%;
    top: -8%;
  }
}

.mainvisual-bg {
  background-image: url(images/fv_bg_leaves_left_2411@1.5x.png), url(images/fv_bg_leaves_right_2411@1.5x.png), url(images/fv_bg_plaid_2411.jpg);
  background-size: auto 90%, auto 90%, 198px 198px;
  background-position: 0% 0%, 100% 0%, center;
  background-repeat: no-repeat, no-repeat, repeat;
}
@media screen and (max-width: 1200px) {
  .mainvisual-bg {
    background-position: -45% 0%, 145% 0%, center;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-bg {
    background-image: url(images/bg_leaves_left_2411.png), url(images/bg_leaves_right_2411.png), url(images/fv_bg_plaid_2411.jpg);
    background-size: 35% auto, 35% auto, 198px 198px;
    background-position: 0% 0%, 100% 0%, center;
  }
}

.mainvisual-houzai {
  width: 105%;
  margin: auto;
  margin-top: -23%;
  margin-left: -3%;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
@media all and (max-width: 1200px) {
  .mainvisual-houzai {
    width: 105%;
    margin-left: -5%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-houzai {
    width: 100%;
    margin-left: 0%;
  }
}
.mainvisual-day {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .mainvisual-day {
    width: 26%;
    top: -10px;
  }
  .mainvisual-day img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-day {
    width: 35%;
    top: -10px;
  }
}

.mainvisual-autumn-leaves-01 {
  left: 0%;
  top: -250px;
  width: 200px;
  height: 200px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_1_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.mainvisual-autumn-leaves-02 {
  right: 40%;
  top: -250px;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_2_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 5s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation: fall 5s linear infinite, sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.mainvisual-autumn-leaves-03 {
  right: 20%;
  top: -250px;
  width: 250px;
  height: 250px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_3_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 5s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation: fall 5s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.mainvisual-autumn-leaves-04 {
  right: -10%;
  top: -250px;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_1_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation: fall 10s linear infinite, sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.mainvisual-autumn-leaves-05 {
  left: -30%;
  top: -250px;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/bg_leaf_2_2411.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation: fall 10s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@media all and (max-width: 1200px) {
  .mainvisual-autumn-leaves-01 {
    width: 120px;
    height: 120px;
  }
  .mainvisual-autumn-leaves-02, .mainvisual-autumn-leaves-04, .mainvisual-autumn-leaves-05 {
    width: 100px;
    height: 100px;
  }
  .mainvisual-autumn-leaves-03 {
    width: 150px;
    height: 150px;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-autumn-leaves-01 {
    width: 100px;
    height: 100px;
  }
  .mainvisual-autumn-leaves-02, .mainvisual-autumn-leaves-04, .mainvisual-autumn-leaves-05 {
    width: 80px;
    height: 80px;
  }
  .mainvisual-autumn-leaves-03 {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-autumn-leaves-01 {
    width: 60px;
    height: 60px;
  }
  .mainvisual-autumn-leaves-02, .mainvisual-autumn-leaves-04, .mainvisual-autumn-leaves-05 {
    width: 50px;
    height: 50px;
  }
  .mainvisual-autumn-leaves-03 {
    width: 80px;
    height: 80px;
  }
}

/*--------------------------------------------------
 sale
-------------------------------------------------*/
#sale {
  overflow-x: hidden;
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.sale-navigation {
  padding: 5px 0;
  position: relative;
  background-color: #3f8739;
  z-index: 10;
}
.sale-navigation:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px dashed #e58a00;
  z-index: 1;
}
.sale-navigation:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px dashed #e58a00;
  z-index: 1;
}
.sale-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
}
.sale-navigation li {
  position: relative;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
}
.sale-navigation li:before {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-left: 2px dashed #e58a00;
}
.sale-navigation li:last-child:after {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 2px dashed #e58a00;
}
.sale-navigation li:hover {
  background-color: #2b6127;
}
.sale-navigation li img {
  position: relative;
}
.sale-navigation li img:after {
  content: "";
  border-top: 7px solid #e58a00;
  border-right: 7px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: 6px;
  right: 50%;
  transform: translateX(50%);
  transition: 0.2s;
}
@media all and (max-width: 991px) {
  .sale-navigation li {
    padding: 2px;
    text-align: center;
  }
}
/*--------------------------------------------------
 月替わりの追加・調整クラス
-------------------------------------------------*/
.sale-title-bg {
  background-image: url("images/sale-bg--2402.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 991px) {
  .sale-title-bg {
    background-image: url("images/sale-bg--2402--sp.jpg");
  }
}

@media all and (max-width: 991px) {
  .sale-title-img {
    padding-bottom: 23%;
  }
}

.sale-bg {
  background-color: #11b5b2;
}

.sale-title-info {
  position: absolute;
  left: unset;
  right: 0;
  bottom: 0;
  margin: 5px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
@media all and (max-width: 991px) {
  .sale-title-info {
    left: unset;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 576px) {
  .sale-title-info {
    margin: 0 5px;
  }
}

.item-set-img {
  width: 100%;
  margin: auto;
}
@media all and (max-width: 991px) {
  .item-set-img {
    width: 75%;
  }
}
@media all and (max-width: 576px) {
  .item-set-img {
    width: 100%;
  }
}
.item-set-img-fukidashi {
  width: 30%;
  height: auto;
  position: absolute;
  top: 43%;
  right: 3%;
}
.item-set-img-fukidashi-02 {
  width: 30%;
  height: auto;
  position: absolute;
  top: 54%;
  left: -5%;
}

.item-mizudashi-how-to {
  background-color: #2659ea;
  border-radius: 15px;
  padding: 0 5px 5px 5px;
}
.item-mizudashi-how-to-head {
  padding: 5px 0;
  color: #fff;
  text-align: center;
}
.item-mizudashi-how-to-body {
  background-color: #ebfbff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.item-mizudashi-how-to-ill {
  width: 30%;
  height: auto;
  padding: 10px 10px 10px 15px;
}
.item-mizudashi-how-to-txt {
  padding-right: 10px;
}
.item-mizudashi-how-to-txt span {
  color: #2659ea;
}
@media all and (max-width: 991px) {
  .item-mizudashi-how-to {
    width: 73%;
    margin: auto;
  }
}
@media all and (max-width: 576px) {
  .item-mizudashi-how-to {
    width: 100%;
  }
  .item-mizudashi-how-to-ill {
    padding: 0px 5px 0px 8px;
  }
}

.item-gaba-points {
  background-color: #fff5d9;
  border: 3px solid #a66f49;
  border-radius: 15px;
  padding: 10px 5px;
  position: relative;
}
.item-gaba-points::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #a66f49;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.item-gaba-points::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff5d9;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}
.item-gaba-points-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.item-gaba-points-head span {
  color: #ff5c29;
}
.item-gaba-points-body span {
  color: #fff;
  background-color: #ff5c29;
  padding: 0px 4px;
}
.item-gaba-points-img-01 {
  width: 45%;
  height: auto;
  position: absolute;
  top: -70%;
  left: -55%;
}
.item-gaba-points-img-02 {
  width: 40%;
  height: auto;
  position: absolute;
  top: -6%;
  right: -41%;
}
@media all and (max-width: 1200px) {
  .item-gaba-points-img-01 {
    left: -48%;
  }
}
@media all and (max-width: 991px) {
  .item-gaba-points-img-01 {
    top: -50%;
    left: -50%;
  }
}
@media all and (max-width: 576px) {
  .item-gaba-points-img-01 {
    width: 35%;
    left: -35%;
  }
}

.item-cocoa-points {
  background-color: #9ADFF5;
  border: 3px solid #4E3634;
  border-radius: 15px;
  padding: 10px 5px;
  position: relative;
}
.item-cocoa-points::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #4E3634;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.item-cocoa-points::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #9ADFF5;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}
.item-cocoa-points-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.item-cocoa-points-head span {
  color: #ff5c29;
}
.item-cocoa-points-body span {
  color: #fff;
  background-color: #ff5c29;
  padding: 0px 4px;
}
@media all and (max-width: 1200px) {
  .item-cocoa-points-img-01 {
    left: -48%;
  }
}
@media all and (max-width: 991px) {
  .item-cocoa-points-img-01 {
    top: -50%;
    left: -50%;
  }
}
@media all and (max-width: 576px) {
  .item-cocoa-points-img-01 {
    width: 35%;
    left: -35%;
  }
}

.speech-bubble-box {
  position: relative;
  border-radius: 15px;
  border: 3px solid #a66f49;
  background-color: #fff5d8;
  padding: 0.5rem;
}
.speech-bubble-box:before {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  background-color: #fff;
  content: "";
}
.speech-bubble-box:after {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 3px;
  background-color: #a66f49;
  transform: rotate(27deg);
  content: "";
}
@media all and (max-width: 768px) {
  .speech-bubble-box {
    border-radius: 10px;
    padding: 0.5rem;
    font-size: 1rem;
  }
}
.speech-bubble-box h4 {
  color: #009FA4;
  font-weight: 700;
}
.speech-bubble-box h5 {
  width: 100%;
  line-height: 0.7;
  background-image: linear-gradient(90deg, rgb(232, 211, 96), rgb(255, 250, 188) 33%, rgb(182, 152, 23) 100%, rgb(232, 211, 96) 64%);
  font-size: 22px;
}
.speech-bubble-box h5 small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.speech-bubble-box ol {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
.speech-bubble-box li {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
  margin-left: 70px;
}
@media all and (max-width: 991px) {
  .speech-bubble-box h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
  .speech-bubble-box h5 {
    font-size: clamp(1.125rem, 0.678rem + 2.235vw, 2.063rem);
  }
  .speech-bubble-box h5 small {
    font-size: clamp(0.75rem, 0.661rem + 0.447vw, 0.938rem);
  }
  .speech-bubble-box li {
    margin-left: 18%;
    font-size: clamp(0.75rem, 0.422rem + 1.639vw, 1.438rem);
  }
}
@media all and (max-width: 320px) {
  .speech-bubble-box li {
    line-height: 1;
  }
}

.item-bijelly-rhodanthenoneb {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
}
.item-bijelly-rhodanthenoneb img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .item-bijelly-rhodanthenoneb {
    width: 20%;
  }
}
@media all and (max-width: 576px) {
  .item-bijelly-rhodanthenoneb {
    right: -3%;
    width: 21%;
  }
}

/*--------------------------------------------------
 campaign
-------------------------------------------------*/
/*●月限定アイコン*/
.campaign-subject-icon {
  width: 14%;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .campaign-subject-icon {
    width: 16%;
    left: -3%;
  }
}
@media all and (max-width: 991px) {
  .campaign-subject-icon {
    width: 22%;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon {
    width: 25%;
    top: -18%;
    left: -6%;
  }
}
/*新商品アイコン*/
.campaign-new-icon {
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #ff6600;
  border-radius: 50%;
  position: absolute;
  bottom: 35%;
  left: 1%;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .campaign-new-icon {
    width: 20%;
    height: 12%;
    font-size: clamp(0.8rem, 0.037rem + 3.82vw, 2.4rem);
  }
}
.campaign-item-title {
  padding: 20px 1% 35px 10%;
  display: block;
  position: relative;
  background-color: #336d30;
  color: #fff;
  border-radius: 25px 25px 0 0;
  top: 20px;
  left: 0px;
}
@media all and (max-width: 1200px) {
  .campaign-item-title {
    padding: 20px 1% 35px 12%;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    padding: 20px 1% 35px 16%;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title {
    padding: 20px 1% 35px 17%;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title {
    padding: 10px 2% 25px 17%;
  }
}
.campaign-item-title--txt {
  align-items: center;
  position: relative;
  /* top: -30px; */
  /* left: -20px; */
  font-size: clamp(1.1rem, 0.448rem + 4.322vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  border-radius: 10px 0 0 0;
}
.campaign-item-title--txt sup {
  font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
  top: -1em;
}
.campaign-item-title--txt .num-big {
  font-size: 110%;
}
@media all and (max-width: 1200px) {
  .campaign-item-title--txt {
    line-height: 1.2;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title--txt sup {
    top: -0.8em;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title--txt sup {
    top: -0.5em;
  }
}

/*--------------------------------------------------
 外枠花火イラスト
-------------------------------------------------*/
.hana--01 {
  position: absolute;
  z-index: 0;
}

.hana--02 {
  position: absolute;
  z-index: 0;
}

.hana--03 {
  position: absolute;
  z-index: 0;
}

.hana--04 {
  position: absolute;
  z-index: 0;
}

.hana--05 {
  position: absolute;
  z-index: 0;
}

.hana--06 {
  position: absolute;
  z-index: 0;
}

.hana--07 {
  position: absolute;
  z-index: 0;
}

.hana--08 {
  position: absolute;
  z-index: 0;
}

.hana--09 {
  position: absolute;
  z-index: 0;
}

.hana--10 {
  position: absolute;
  z-index: 0;
}

.hana--11 {
  position: absolute;
  z-index: 0;
}

.hana--12 {
  position: absolute;
  z-index: 0;
}

.hana--13 {
  position: absolute;
  z-index: 0;
}

.hana--01 {
  top: 0;
  left: -30%;
}
.hana--02 {
  top: 1%;
  right: -30%;
}
.hana--03 {
  top: 13%;
  left: -19%;
}
.hana--04 {
  top: 29%;
  left: -28%;
}
.hana--05 {
  top: 23%;
  right: -24%;
}
.hana--06 {
  top: 41%;
  left: -18%;
}
.hana--07 {
  top: 44%;
  right: -30%;
}
.hana--08 {
  top: 52%;
  left: -28%;
}
.hana--09 {
  top: 74%;
  left: -28%;
}
.hana--10 {
  top: 67%;
  right: -20%;
}
.hana--11 {
  top: 85%;
  left: -22%;
}
.hana--12 {
  top: 90%;
  right: -30%;
}
.hana--13 {
  top: 95%;
  left: -28%;
}

/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.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;
}

.btn-cart {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  background-color: #ff7900;
}
.btn-cart:hover {
  background-color: #ff4800;
}
@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-cart-attention {
  font-size: 0.95rem;
}
.btn-cart-attention li {
  padding-left: 1em;
}
@media all and (max-width: 768px) {
  .btn-cart-attention {
    width: 100%;
    font-size: 0.8rem;
  }
}

.btn-cart-out {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  background-color: gray;
}
@media screen and (max-width: 576px) {
  .btn-cart-out {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart-out {
    font-size: 1rem;
  }
}

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.item-category-name {
  font-size: 1.2rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .item-category-name {
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  .item-category-name {
    font-size: 0.9rem;
  }
}

.item-category-name-min {
  font-size: 1.4rem;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .item-category-name-min {
    font-size: 1rem;
  }
}
@media all and (max-width: 320px) {
  .item-category-name-min {
    font-size: 0.9rem;
  }
}

.item-name {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #204c20;
}
.item-name small {
  font-size: 2.2rem;
  font-weight: 700;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 576px) {
  .item-name {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .item-name small {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .item-name sup {
    font-size: 0.8rem;
  }
}
.item-name-sup {
  font-size: 0.8rem;
}

.item-name-set-area {
  display: flex;
  align-items: o;
}

.item-name-set-icon {
  background-color: #3ca331;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1 !important;
  padding: 7px;
}
@media all and (max-width: 1200px) {
  .item-name-set-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-set-icon {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .item-name-set-icon {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.souryou-icon {
  background-color: #ffff00;
  border-radius: 5px;
  color: #FF0000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1 !important;
  padding: 3px;
  border: 4px solid #ff0000;
}
@media all and (max-width: 1200px) {
  .souryou-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .souryou-icon {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .souryou-icon {
    font-size: 1.2rem;
    padding: 2px;
    border: 3px solid #ff0000;
  }
}

.item-name-set {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1 !important;
}
@media all and (max-width: 768px) {
  .item-name-set {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 320px) {
  .item-name-set {
    font-size: 1.3rem;
  }
}

.item-name-set-min {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1 !important;
  color: #204c20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (max-width: 768px) {
  .item-name-set-min {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 320px) {
  .item-name-set-min {
    font-size: 1.3rem;
  }
}

.item-set-box {
  position: relative;
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: 1px solid #42210b;
  border-radius: 10px;
}
.item-set-box-caption {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  border-bottom: 1px dashed #42210b;
}
.item-set-box P {
  font-size: 1.1rem;
}
@media all and (max-width: 768px) {
  .item-set-box {
    padding: 0.8rem;
  }
  .item-set-box P {
    font-size: 0.9rem;
  }
}

.item-quantity {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
}
.item-quantity small {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  top: -0.1rem;
}
@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: 3rem;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 2rem;
  }
  .item-quantity small {
    font-size: 1.5rem;
  }
}

.item-set {
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  .item-set {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 320px) {
  .item-set {
    font-size: 1rem;
  }
}

.item-text {
  font-size: 1.2rem;
  line-height: 1.3 !important;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .item-text {
    font-size: 1rem;
  }
}
.item-text small {
  font-size: 1rem;
  vertical-align: top;
}

.item-cream {
  width: 103px;
  display: inline-grid;
  position: absolute;
  bottom: 8%;
  left: -10%;
}
.item-cream img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .item-cream {
    width: 20%;
  }
}
@media all and (max-width: 991px) {
  .item-cream {
    width: 19%;
    left: -5%;
  }
}
@media all and (max-width: 576px) {
  .item-cream {
    width: 21%;
    bottom: 5%;
  }
}

.item-collagen {
  width: 38%;
  display: inline-grid;
  position: absolute;
  bottom: 6%;
  right: -3%;
}
.item-collagen img {
  width: 100%;
  height: auto;
}
.attention-text {
  font-size: 0.85rem;
}
.attention-text-bg {
  background-color: #e14f00;
}
.attention-text a {
  text-decoration: underline;
  color: #6c757d !important;
}
.attention-text a:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .item-img {
    text-align: center;
    font-size: 0.8rem;
  }
}

@media all and (max-width: 768px) {
  .item-chart {
    width: 80%;
  }
}

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

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.item-name-price-area {
  max-width: 450px;
}
@media all and (max-width: 1200px) {
  .item-name-price-area {
    max-width: 400px;
  }
}
@media all and (max-width: 991px) {
  .item-name-price-area {
    max-width: none;
  }
}

.price {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  line-height: 1 !important;
}
.price--special {
  font-size: 1.8rem;
  font-weight: 700;
}
.price--unit {
  font-size: 2.2rem;
  font-weight: 700;
}
@media all and (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
  .price--special {
    font-size: 1.5rem;
  }
  .price--unit {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 991px) {
  .price {
    font-size: 4.3rem;
  }
  .price--special {
    font-size: 1.8rem;
  }
  .price--unit {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 768px) {
  .price--special {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 576px) {
  .price {
    font-size: 3rem;
    padding: 0;
  }
  .price--special {
    font-size: 1.4rem;
  }
  .price--unit {
    font-size: 1.5rem;
  }
}

.free_shipping {
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
@media all and (max-width: 768px) {
  .free_shipping {
    font-size: 1.5rem;
    line-height: 1 !important;
  }
}
@media all and (max-width: 576px) {
  .free_shipping {
    font-size: 1.4rem;
  }
}

.soutou {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
}
@media all and (max-width: 576px) {
  .soutou {
    font-size: 1.2rem;
  }
}

.atention-text {
  font-size: 0.9rem;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}
.atention-text a {
  border-bottom: 1px solid #121416;
  text-decoration: none;
}
.atention-text a:hover {
  border: none !important;
}
@media all and (max-width: 768px) {
  .atention-text {
    font-size: 0.7rem;
  }
}

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

.cp-24pre {
  z-index: 1;
}
.cp-24pre a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}
.cp-24pre-bg {
  position: relative;
  background-image: url("images/bg_cp-24pre.jpg");
  background-size: 715px 500px;
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
}
@media all and (max-width: 768px) {
  .cp-24pre-bg {
    background-position: center;
  }
}
.cp-24pre-bg-color {
  background-color: #ff0062;
  border-radius: 15px;
  padding: 2rem;
}
.cp-24pre-wrapper {
  z-index: 100;
}
.cp-24pre-ff-01 {
  position: absolute;
  top: 5%;
  left: -12%;
}
@media all and (max-width: 1200px) {
  .cp-24pre-ff-01 {
    display: none;
  }
}
.cp-24pre-ff-02 {
  position: absolute;
  top: 5%;
  right: -15%;
}
@media all and (max-width: 1200px) {
  .cp-24pre-ff-02 {
    display: none;
  }
}
.cp-24pre-ff-03 {
  position: absolute;
  top: 58%;
  left: -13%;
}
@media all and (max-width: 1200px) {
  .cp-24pre-ff-03 {
    display: none;
  }
}
.cp-24pre-ff-04 {
  position: absolute;
  top: 58%;
  right: -33%;
  z-index: 200;
}
@media all and (max-width: 1200px) {
  .cp-24pre-ff-04 {
    display: none;
  }
}
.cp-24pre-obj-01 {
  position: absolute;
  bottom: 50%;
  left: -36%;
  transform: translateY(50%);
}
@media all and (max-width: 1200px) {
  .cp-24pre-obj-01 {
    bottom: 20%;
    left: -10%;
  }
  .cp-24pre-obj-01 img {
    width: 120%;
  }
}
@media all and (max-width: 768px) {
  .cp-24pre-obj-01 {
    left: -5%;
  }
  .cp-24pre-obj-01 img {
    width: 85%;
  }
}
.cp-24pre-obj-02 {
  position: absolute;
  bottom: 32%;
  right: -22%;
  transform: translateY(50%);
}
@media all and (max-width: 1200px) {
  .cp-24pre-obj-02 {
    bottom: 90%;
    right: -13%;
  }
  .cp-24pre-obj-02 img {
    width: 120%;
  }
}
@media all and (max-width: 768px) {
  .cp-24pre-obj-02 {
    right: -5%;
  }
  .cp-24pre-obj-02 img {
    width: 85%;
  }
}

.mame555-bg {
  background-image: url("../55th/images/present-55th-bg--2311.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .mame555-bg {
    background-size: 167% auto;
    background-color: #706960;
    background-position: top;
    background-attachment: scroll;
    background-repeat: repeat-y;
  }
}
.mame555-bg-color {
  background-color: #00bbff;
  border-radius: 15px;
  padding: 2rem;
}
.mame555-coins-01 {
  position: absolute;
  top: 150px;
  left: -10%;
}
@media all and (max-width: 1200px) {
  .mame555-coins-01 {
    display: none;
  }
}
.mame555-coins-02 {
  position: absolute;
  top: 330px;
  left: -2%;
}
@media all and (max-width: 1200px) {
  .mame555-coins-02 {
    display: none;
  }
}
.mame555-coins-03 {
  position: absolute;
  top: 110px;
  right: 1%;
}
@media all and (max-width: 1200px) {
  .mame555-coins-03 {
    display: none;
  }
}
.mame555-coins-04 {
  position: absolute;
  top: 160px;
  right: -12%;
}
@media all and (max-width: 1200px) {
  .mame555-coins-04 {
    display: none;
  }
}
.mame555-obj-01 {
  position: absolute;
  bottom: 200px;
  left: -32%;
}
@media all and (max-width: 1200px) {
  .mame555-obj-01 {
    display: none;
  }
}
.mame555-obj-02 {
  position: absolute;
  top: 100px;
  right: -25%;
}
@media all and (max-width: 1200px) {
  .mame555-obj-02 {
    display: none;
  }
}
.mame555-obj-03 {
  position: absolute;
  bottom: 35px;
  left: -22%;
}
@media all and (max-width: 1200px) {
  .mame555-obj-03 {
    display: none;
  }
}
.mame555-obj-04 {
  position: absolute;
  bottom: 45px;
  right: -26%;
}
@media all and (max-width: 1200px) {
  .mame555-obj-04 {
    display: none;
  }
}

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

.h1-note {
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 576px) {
  .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: 576px) {
  .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;
}

/* --------------------------------------------------
　吹き出し
-------------------------------------------------*/
.speech-bubble-bellirica {
  text-align: left;
  position: relative;
  border-radius: 15px;
  border: 3px solid #ff6600;
  background-color: #fff1d8;
  padding: 0.5rem;
}
.speech-bubble-bellirica:before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ff6600;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.speech-bubble-bellirica:after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid #fff1d8;
  border-left: 11px solid transparent;
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}
.speech-bubble-bellirica h4 {
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.speech-bubble-bellirica h4:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  border-bottom: 3px solid #f98207;
}
@media all and (max-width: 991px) {
  .speech-bubble-bellirica h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
}
.speech-bubble-bellirica-list {
  padding: 0;
  font-size: 1.1rem;
}
.speech-bubble-bellirica-list img {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  margin: 0.2rem 0.5rem;
}
.speech-bubble-bellirica-list span {
  color: #fff;
  background-color: #ff9900;
  padding: 2px 4px;
}
.speech-bubble-bellirica p {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
@media all and (max-width: 991px) {
  .speech-bubble-bellirica p {
    font-size: clamp(0.75rem, 0.422rem + 1.639vw, 1.438rem);
    margin-left: 1rem;
  }
}
@media all and (max-width: 576px) {
  .speech-bubble-bellirica p {
    margin-left: 0.5rem;
  }
}

.btnshine {
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  height: 2rem;
  padding-right: 2rem !important;
  padding-left: 1rem !important;
  /*ボタンの形状*/
  background: #ff0000;
  color: #ffff00;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}
.btnshine:before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 2s infinite ease-in-out;
          animation: shine 2s infinite ease-in-out;
}
.btnshine:after {
  content: "";
  width: auto;
  height: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1rem solid #fff;
  border-left: 1rem solid transparent;
}
.btnshine h5 {
  line-height: 2rem;
}

/*キラッと光る　お得バッジ*/
@-webkit-keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 400%;
  }
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 400%;
  }
}
.icon-hanamaru {
  width: 30%;
  min-width: 120px;
}

.item-present {
  width: 34%;
  position: absolute;
  bottom: 32%;
  right: -2%;
}

.item-cocoa {
  width: 100%;
  height: auto;
}
.item-cocoa-01, .item-cocoa-02, .item-cocoa-03 {
  width: 44%;
  height: auto;
}
.item-cocoa-02 {
  margin-left: -10%;
}
.item-cocoa-03 {
  margin-left: -16%;
}