@charset "UTF-8";
/*--------------------------------------------------
 Font
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&family=Kaisei+Opti:wght@400;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.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: url(images/bg-mesh-2502.png);
  background-color: #fff;
  background-size: contain;
  background-position: right 0px bottom 0px;
  background-repeat: no-repeat;
  border-radius: 0 0 25px 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bg-white-area {
    border-radius: 0 0 20px 20px;
  }
}

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

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

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

.bg-sweets {
  background-color: #8a3025;
}

.bg-flavor {
  background-color: #ffa940;
}

.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.95);
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -0.2rem;
  margin-left: -0.5rem;
}

.letter-spacing-sm {
  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.654rem + 0.96vw, 1.375rem);
  font-weight: 700;
}
.font-size-head p {
  line-height: 1 !important;
}
.font-size-head-big {
  font-size: clamp(1.375rem, 0.779rem + 0.96vw, 1.5rem);
}
@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: 1rem;
  }
  .font-size-head-big {
    font-size: 1.2rem;
  }
}

.font-size-body {
  font-size: clamp(0.875rem, 0.279rem + 0.96vw, 1rem);
  font-weight: 500;
}
.font-size-body p {
  line-height: 1.5 !important;
}
.font-size-body small {
  line-height: 1;
  display: inline-block;
}
@media all and (max-width: 991px) {
  .font-size-body {
    font-size: clamp(1rem, 0.878rem + 0.52vw, 1.2rem);
  }
}
@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
-------------------------------------------------*/
/*--------------------------------------------------
  base
-------------------------------------------------*/
#cafetime {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}
#cafetime p {
  line-height: 1.15;
}

.main-bg {
  background-image: url(images/main_bg_2502.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 1200px) {
  .main-bg {
    background-size: 1000px auto;
  }
}

[class^=ill-cafe-] {
  position: absolute;
}
@media screen and (max-width: 1200px) {
  [class^=ill-cafe-] {
    display: none;
  }
}

.ill-cafe-01 {
  bottom: 10%;
  right: -17%;
}
.ill-cafe-straight {
  top: 20%;
  left: -20%;
}
.ill-cafe-02 {
  top: 25%;
  left: -14%;
}
.ill-cafe-blend {
  bottom: 20%;
  right: -21%;
}
.ill-cafe-03 {
  bottom: 7%;
  right: -17%;
}
.ill-cafe-hazelnuts {
  top: 20%;
  left: -19%;
}
.ill-cafe-04 {
  top: 25%;
  left: -17%;
}
.ill-cafe-cantafe {
  bottom: 15%;
  right: -20%;
}
.ill-cafe-05 {
  bottom: 7%;
  right: -16%;
}
.ill-cafe-tea {
  top: 20%;
  left: -22%;
}
.ill-cafe-06 {
  bottom: 15%;
  right: -19%;
}
.ill-cafe-cafesuppli {
  top: 25%;
  left: -26%;
}
.ill-cafe-07 {
  bottom: 7%;
  right: -20%;
}
.ill-cafe-sweets {
  top: 20%;
  left: -22%;
}

@-webkit-keyframes fall {
  0% {
    top: 100%;
  }
  100% {
    top: -10%;
  }
}

@keyframes fall {
  0% {
    top: 100%;
  }
  100% {
    top: -10%;
  }
}
@-webkit-keyframes sway1 {
  0% {
    transform: translateX(0px) rotate(-10deg);
  }
  50% {
    transform: translateX(100px) rotate(10deg);
  }
  100% {
    transform: translateX(0px) rotate(-10deg);
  }
}
@keyframes sway1 {
  0% {
    transform: translateX(0px) rotate(-10deg);
  }
  50% {
    transform: translateX(100px) rotate(10deg);
  }
  100% {
    transform: translateX(0px) rotate(-10deg);
  }
}
@-webkit-keyframes sway2 {
  from {
    transform: translateX(200px) rotate(8deg);
  }
  50% {
    transform: translateX(0px) rotate(-8deg);
  }
  to {
    transform: translateX(200px) rotate(8deg);
  }
}
@keyframes sway2 {
  from {
    transform: translateX(200px) rotate(8deg);
  }
  50% {
    transform: translateX(0px) rotate(-8deg);
  }
  to {
    transform: translateX(200px) rotate(8deg);
  }
}
[class^=heart-] {
  z-index: 1;
}

.heart-01 {
  left: 0%;
  top: 10%;
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-01.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: -25s;
          animation-delay: -25s;
}
.heart-02 {
  right: 10%;
  top: 10%;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 35s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation: fall 35s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}
.heart-03 {
  right: -10%;
  top: 10%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 45s linear infinite, sway1 3s ease-in-out infinite alternate;
  animation: fall 45s linear infinite, sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: -25s;
          animation-delay: -25s;
}
.heart-04 {
  right: 15%;
  top: 10%;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-04.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: -15s;
          animation-delay: -15s;
}
.heart-05 {
  left: -5%;
  top: 10%;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-05.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 30s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation: fall 30s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: -20s;
          animation-delay: -20s;
}
.heart-06 {
  left: -10%;
  top: 10%;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-01.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: -15s;
          animation-delay: -15s;
}
.heart-07 {
  right: 0%;
  top: 10%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 45s linear infinite, sway1 2s ease-in-out infinite alternate;
  animation: fall 45s linear infinite, sway1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: -25s;
          animation-delay: -25s;
}
.heart-08 {
  right: 0%;
  top: 10%;
  width: 150px;
  height: 150px;
  display: inline-block;
  position: absolute;
  background-image: url(images/heart-04.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: fall 40s linear infinite, sway1 4s ease-in-out infinite alternate;
  animation: fall 40s linear infinite, sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
@media all and (max-width: 1200px) {
  .heart-01, .heart-07 {
    width: 120px;
    height: 120px;
  }
  .heart-02, .heart-04, .heart-05 {
    width: 100px;
    height: 100px;
  }
  .heart-03, .heart-06, .heart-08 {
    width: 150px;
    height: 150px;
  }
}
@media all and (max-width: 991px) {
  .heart-01, .heart-02, .heart-03 {
    -webkit-animation: fall 65s linear infinite, sway1 4s ease-in-out infinite alternate;
    animation: fall 65s linear infinite, sway1 4s ease-in-out infinite alternate;
    -webkit-animation-delay: -45s;
            animation-delay: -45s;
  }
  .heart-04, .heart-05, .heart-06 {
    -webkit-animation: fall 60s linear infinite, sway1 4s ease-in-out infinite alternate;
    animation: fall 60s linear infinite, sway1 4s ease-in-out infinite alternate;
    -webkit-animation-delay: -45s;
            animation-delay: -45s;
  }
  .heart-07, .heart-08 {
    -webkit-animation: fall 45s linear infinite, sway1 5s ease-in-out infinite alternate;
    animation: fall 45s linear infinite, sway1 5s ease-in-out infinite alternate;
    -webkit-animation-delay: -20s;
            animation-delay: -20s;
  }
}
@media all and (max-width: 768px) {
  .heart-01, .heart-07 {
    width: 100px;
    height: 100px;
  }
  .heart-02, .heart-04, .heart-05 {
    width: 80px;
    height: 80px;
  }
  .heart-03, .heart-06, .heart-08 {
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 576px) {
  .heart-01, .heart-07 {
    width: 60px;
    height: 60px;
  }
  .heart-02, .heart-04, .heart-05 {
    width: 50px;
    height: 50px;
  }
  .heart-03, .heart-06, .heart-08 {
    width: 80px;
    height: 80px;
  }
}

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

.mainvisual-title {
  width: 70%;
  margin-left: auto;
  position: relative;
  z-index: 100;
}
.mainvisual-title-ttl {
  padding: 5% 0 20%;
}
.mainvisual-title-sub {
  width: 64%;
  display: block;
  position: absolute;
  left: 0%;
  bottom: 16%;
}
.mainvisual-title-kikan {
  width: 30%;
  position: absolute;
  right: 6%;
  bottom: 22%;
  z-index: 100;
}
.mainvisual-title-txt {
  color: #fff;
  font-family: "Kaisei Opti", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4 !important;
  text-align: left;
  position: absolute;
  left: 6%;
  bottom: 3%;
  text-shadow: 1px 1px 15px #000;
}
.mainvisual-title-txt span {
  text-wrap: nowrap;
}
@media all and (max-width: 1200px) {
  .mainvisual-title-txt {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-title {
    width: 95%;
    margin: auto;
    padding-bottom: 5%;
  }
  .mainvisual-title-ttl {
    padding: 2% 0 45%;
  }
  .mainvisual-title-sub {
    bottom: unset;
    top: 27%;
  }
  .mainvisual-title-kikan {
    right: -1%;
    bottom: unset;
    top: 40%;
  }
  .mainvisual-title-txt {
    width: 46%;
    margin-left: auto;
    font-size: clamp(0.75rem, -0.087rem + 3.57vw, 2.125rem);
    right: 0;
    bottom: 2%;
  }
}
.mainvisual-bg {
  background-image: url(images/fv-bg--2502.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}
@media all and (max-width: 1200px) {
  .mainvisual-bg {
    background-position: 48% center;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-bg {
    background-image: url(images/fv-bg-sp--2502.jpg);
  }
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.sale-navigation {
  padding: 5px 0;
  position: relative;
  background-color: #4c0617;
  z-index: 10;
}
.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: 1px solid #b67c74;
}
.sale-navigation li:last-child:after {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 1px solid #b67c74;
}
.sale-navigation li:hover {
  background-color: #64081e;
}
.sale-navigation li a {
  height: 100%;
  display: block;
  position: relative;
}
.sale-navigation li a:after {
  content: "";
  border-top: 7px solid #b67c74;
  border-right: 7px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: 3px;
  right: 50%;
  transform: translateX(50%);
  transition: 0.2s;
}
.sale-navigation li a:hover:after {
  bottom: 0px;
}
@media all and (max-width: 991px) {
  .sale-navigation li {
    padding: 2px;
    text-align: center;
  }
  .sale-navigation li a:after {
    border-top: 3px solid #b67c74;
    border-right: 3px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 3px solid transparent;
    bottom: 0px;
  }
  .sale-navigation li a:hover:after {
    bottom: -3px;
  }
}
/*--------------------------------------------------
 月替わりの追加・調整クラス
-------------------------------------------------*/
.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);
  }
}
[class^=icon-15g-] {
  width: 20%;
  position: absolute;
  display: inline-grid;
}

.icon-15g-koku5 {
  bottom: 41%;
  right: -1%;
}
.icon-15g-kokubuka2 {
  bottom: 10%;
  left: 6%;
}
.icon-15g-bmb {
  bottom: 16%;
  right: -2%;
}
.icon-15g-mdb {
  bottom: 16%;
  right: -2%;
}
.icon-15g-org {
  bottom: 0%;
  left: 6%;
}

.icon-bijelly {
  width: 20%;
  position: absolute;
  display: inline-grid;
  bottom: 1%;
  right: -1%;
}

.campaign-item-title {
  padding: 16px 1% 20px 10%;
  display: block;
  position: relative;
  background-color: #4c0617;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
  color: #fff;
  border-radius: 25px 25px 0 0;
  top: 20px;
  left: 0px;
  z-index: 2;
}
.campaign-item-title-noicon {
  padding: 20px 1% 20px 1%;
  display: block;
  position: relative;
  background-color: #4c0617;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
  color: #fff;
  text-align: center;
  border-radius: 25px 25px 0 0;
  top: 20px;
  left: 0px;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .campaign-item-title {
    padding: 16px 1% 20px 12%;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    padding: 16px 1% 20px 16%;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title {
    padding: 16px 1% 20px 17%;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title {
    padding: 8px 2% 10px 17%;
  }
  .campaign-item-title-noicon {
    padding: 10px 2% 10px 2%;
  }
}
.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 span {
  text-wrap: nowrap;
}
.campaign-item-title--txt .num-big {
  font-size: 110%;
}
@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;
}

.sale-sweets-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}

.btn-cart {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  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-cart-mini {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem;
  background-color: #ff3c00;
}
.btn-cart-mini:hover {
  background-color: rgb(255, 8, 0);
}
@media screen and (max-width: 576px) {
  .btn-cart-mini {
    font-size: 1rem;
    width: 100%;
    padding: 0.5rem;
  }
}

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

.sale-sweets-out {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  background-color: rgba(46, 46, 46, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .sale-sweets-out {
    width: 92%;
    font-size: 1.6rem;
  }
}

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.item-category-name {
  font-size: 1.2rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
}
@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.3rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
  line-height: 1.1;
  color: #4c0617;
}
.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: #4c0617;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.5rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
  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;
  }
}

.item-name-kikan-icon {
  background-color: #ff1f55;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.5rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
  line-height: 1 !important;
  padding: 7px;
}
@media all and (max-width: 1200px) {
  .item-name-kikan-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-kikan-icon {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .item-name-kikan-icon {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.souryou-icon {
  background-color: #ff0000;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.5rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
  line-height: 1 !important;
  padding: 7px;
}
@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: 5px;
  }
}

.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 {
  height: 120px;
  font-size: 1.8rem;
  font-family: "Kaisei Opti", serif;
  font-weight: 800;
  line-height: 1 !important;
  color: #4c0617;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1200px) {
  .item-name-set-min {
    height: 105px;
    font-size: clamp(1.438rem, 0.543rem + 1.44vw, 1.625rem);
  }
}
@media all and (max-width: 991px) {
  .item-name-set-min {
    height: 100px;
    font-size: clamp(1.063rem, 0.72rem + 1.46vw, 1.625rem);
  }
}
@media all and (max-width: 576px) {
  .item-name-set-min {
    height: 75px;
  }
}

.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 solid #42210b;
}
.item-set-box P {
  font-size: 1.1rem;
}
.item-set-box P span {
  text-wrap: nowrap;
}
.item-set-box sup {
  top: -0.3em;
}
@media all and (max-width: 768px) {
  .item-set-box {
    padding: 0.8rem;
  }
  .item-set-box P {
    font-size: 0.9rem;
  }
}

.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;
}
.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;
  z-index: 2;
}
.attention-text-bg {
  background-color: #EBE5D8;
}
.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;
  }
}

.price-min {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: 2.6rem;
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  line-height: 1 !important;
}
.price-min--special {
  font-size: 1.4rem;
  font-weight: 700;
}
.price-min--unit {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 0.2rem;
}
@media all and (max-width: 1200px) {
  .price-min {
    font-size: 2rem;
  }
  .price-min--special {
    font-size: 1.2rem;
  }
  .price-min--unit {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) {
  .price-min {
    font-size: 2.6rem;
  }
  .price-min--special {
    font-size: 1.4rem;
  }
  .price-min--unit {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 768px) {
  .price-min--special {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 576px) {
  .price-min {
    font-size: 2rem;
    padding: 0;
  }
  .price-min--special {
    font-size: 1.2rem;
  }
  .price-min--unit {
    font-size: 1.3rem;
  }
}

.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(../24pre/images_2502/bg-yellow-2502.gif);
  background-repeat: repeat;
  background-color: #FFF800;
  background-position: center;
  background-attachment: fixed;
}
@media all and (max-width: 768px) {
  .cp-24pre-bg {
    background-position: center;
  }
}
.cp-24pre-bg-color {
  background-color: #11D1D1;
  border-radius: 15px;
  padding: 2rem;
}
.cp-24pre-wrapper {
  z-index: 100;
}
.cp-24pre-ff-01 {
  width: 17%;
  position: absolute;
  top: 5%;
  left: -7%;
}
@media all and (max-width: 1200px) {
  .cp-24pre-ff-01 {
    display: none;
  }
}
.cp-24pre-ff-02 {
  width: 12%;
  position: absolute;
  top: 13%;
  right: -4%;
}
@media all and (max-width: 1200px) {
  .cp-24pre-ff-02 {
    display: none;
  }
}
.cp-24pre-obj-01 {
  width: 7%;
  position: absolute;
  bottom: 13%;
  left: -7%;
}
.cp-24pre-obj-02 {
  width: 4%;
  position: absolute;
  bottom: 24%;
  left: -9%;
}
.cp-24pre-obj-03 {
  width: 4%;
  position: absolute;
  bottom: 52%;
  right: -7%;
}
.cp-24pre-obj-04 {
  width: 6%;
  position: absolute;
  bottom: 59%;
  right: -10%;
}
.cp-24pre-obj-05 {
  width: 10%;
  position: absolute;
  bottom: 12%;
  right: 0%;
  transform: scale(-1, 1);
}
.cp-24pre-obj-06 {
  width: 12%;
  position: absolute;
  bottom: 17%;
  right: -12%;
}

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

/* --------------------------------------------------
　吹き出し
-------------------------------------------------*/
.item-gaba-points {
  background-color: #d2e1f5;
  border: 3px solid #c5c5c5;
  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 #c5c5c5;
  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 #d2e1f5;
  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;
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-gaba-points-head:after {
  content: "";
  width: 100px;
  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-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-bellirica-points {
  background-color: #fff5f3;
  border: 3px solid #ff4104;
  border-radius: 15px;
  padding-top: 10px;
  padding-right: 5px;
  position: relative;
}
.item-bellirica-points::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ff4104;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.item-bellirica-points::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff5f3;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}
.item-bellirica-points-head {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-bellirica-points-head:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  border-bottom: 3px solid #ff4104;
}
.item-bellirica-points-head span {
  color: #ff4104;
}
.item-bellirica-points-body i {
  color: #fff;
  font-style: unset;
  background-color: #ff4104;
  padding: 0px 4px;
}
.item-bellirica-points-body-01:before {
  content: "1.";
  position: absolute;
  top: 0;
  left: 1%;
}
.item-bellirica-points-body-02:before {
  content: "2.";
  position: absolute;
  top: 0;
  left: 1%;
}
.item-bellirica-points-body-03:before {
  content: "3.";
  position: absolute;
  top: 0;
  left: 1%;
}
.item-bellirica-points-img-01 {
  width: 50%;
  height: auto;
  position: absolute;
  top: -8%;
  left: -48%;
}
@media all and (max-width: 1200px) {
  .item-bellirica-points-img-01 {
    width: 45%;
    /* max-width: 130px; */
    top: -5%;
    left: -44%;
  }
}
@media all and (max-width: 991px) {
  .item-bellirica-points-img-01 {
    width: 23%;
    max-width: unset;
    min-width: 180px;
    top: -5%;
    left: -50%;
  }
}
@media all and (max-width: 768px) {
  .item-bellirica-points-img-01 {
    width: 45%;
    /* max-width: 150px; */
    min-width: unset;
    top: 0%;
    left: -44%;
  }
}
@media all and (max-width: 576px) {
  .item-bellirica-points-img-01 {
    width: 50%;
    max-width: 110px;
    top: 12px;
    left: -47%;
  }
}

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