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

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

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

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.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-2505.png);
  background-color: #fff;
  background-size: contain;
  background-position: left 0px bottom 0px;
  background-repeat: no-repeat;
  border-radius: 25px;
  position: relative;
  padding: 40px 24px 8px;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(255, 44, 44, 0.4);
}
@media screen and (max-width: 1200px) {
  .bg-white-area {
    padding: 40px 16px 8px;
  }
}
@media screen and (max-width: 768px) {
  .bg-white-area {
    background-size: 200%;
  }
}
@media screen and (max-width: 576px) {
  .bg-white-area {
    background-size: 300%;
    padding: 20px 8px 8px;
  }
}

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

.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(1.6rem, 1.055rem + 2.33vw, 2.8rem);
}

#cp-24pre h4 {
  font-size: clamp(1.2rem, 1.064rem + 0.58vw, 1.5rem);
}

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

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

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

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

.badge-red {
  height: 24px;
  background-color: #ff0000;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-left: 0.5rem;
  padding: 0.1rem 0.5rem 0;
  border-radius: 1rem;
  display: flex;
  align-items: baseline;
}
@media all and (max-width: 1200px) {
  .badge-red {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .badge-red {
    font-size: 0.8rem;
    padding: 0.2rem 0.5rem 0;
  }
}
.badge-nm {
  font-size: 1.2rem;
}
@media all and (max-width: 1200px) {
  .badge-nm {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .badge-nm {
    font-size: 1rem;
  }
}

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

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

.main-bg {
  background-color: #ffd1ca;
}

.main-flower-01, .main-flower-02, .main-flower-06, .main-flower-07, .main-flower-08, .main-flower-09 {
  position: fixed;
  -webkit-animation: swing 5s linear infinite;
          animation: swing 5s linear infinite;
}
@media screen and (max-width: 576px) {
  .main-flower-01 img, .main-flower-02 img, .main-flower-06 img, .main-flower-07 img, .main-flower-08 img, .main-flower-09 img {
    width: 100%;
  }
}

.main-flower-03, .main-flower-04, .main-flower-05 {
  position: fixed;
  -webkit-animation: rolling 10s linear infinite;
          animation: rolling 10s linear infinite;
}
@media screen and (max-width: 576px) {
  .main-flower-03 img, .main-flower-04 img, .main-flower-05 img {
    width: 100%;
  }
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-flower-01 {
  margin-left: -230px;
  top: 35%;
}
.main-flower-02 {
  margin-left: 1260px;
  bottom: 15%;
}
.main-flower-03 {
  margin-left: -185px;
  top: 60%;
}
.main-flower-04 {
  margin-left: 1250px;
  top: 35%;
}
.main-flower-05 {
  margin-left: -100px;
  bottom: 58%;
}
.main-flower-06 {
  margin-left: 1200px;
  bottom: 75%;
}
.main-flower-07 {
  margin-left: -280px;
  top: 70%;
}
.main-flower-08 {
  width: 200px;
  margin-left: -250px;
  top: 15%;
}
.main-flower-09 {
  margin-left: 1300px;
  top: 55%;
}
@media screen and (max-width: 1400px) {
  .main-flower-01 {
    margin-left: -45px;
    top: 15%;
  }
  .main-flower-02 {
    margin-left: 1105px;
    bottom: 40%;
  }
  .main-flower-03 {
    margin-left: 260px;
    top: 50%;
  }
  .main-flower-04 {
    margin-left: 800px;
    top: 10%;
  }
  .main-flower-05 {
    margin-left: -10px;
    bottom: 65%;
  }
  .main-flower-06 {
    margin-left: 1100px;
    bottom: 75%;
  }
  .main-flower-07 {
    margin-left: -70px;
    top: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .main-flower-01 {
    margin-left: 20px;
    top: 10%;
  }
  .main-flower-02 {
    margin-left: 985px;
    bottom: 45%;
  }
  .main-flower-03 {
    margin-left: 260px;
    top: 40%;
  }
  .main-flower-04 {
    margin-left: 660px;
    top: 10%;
  }
  .main-flower-05 {
    margin-left: 30px;
    bottom: 40%;
  }
  .main-flower-06 {
    margin-left: 790px;
    bottom: 80%;
  }
  .main-flower-07 {
    margin-left: -30px;
    top: 65%;
  }
  .main-flower-08 {
    display: none;
  }
  .main-flower-09 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main-flower-01 {
    margin-left: 20px;
    top: 10%;
  }
  .main-flower-02 {
    margin-left: 745px;
    bottom: 45%;
  }
  .main-flower-03 {
    margin-left: 110px;
    top: 25%;
  }
  .main-flower-04 {
    margin-left: 820px;
    top: 32%;
  }
  .main-flower-05 {
    margin-left: 30px;
    bottom: 55%;
  }
  .main-flower-06 {
    margin-left: 755px;
    bottom: 78%;
  }
  .main-flower-07 {
    margin-left: -30px;
    top: 65%;
  }
}
@media screen and (max-width: 768px) {
  .main-flower-01 {
    margin-left: 20px;
    top: 20%;
  }
  .main-flower-02 {
    margin-left: 560px;
    bottom: 40%;
  }
  .main-flower-03 {
    margin-left: 140px;
    top: 50%;
  }
  .main-flower-04 {
    margin-left: 685px;
    top: 32%;
  }
  .main-flower-05 {
    margin-left: 30px;
    bottom: 55%;
  }
  .main-flower-06 {
    margin-left: 520px;
    bottom: 80%;
  }
  .main-flower-07 {
    margin-left: -30px;
    top: 65%;
  }
}
@media screen and (max-width: 576px) {
  .main-flower-01 {
    width: 10%;
    margin-left: 5px;
    top: 20%;
  }
  .main-flower-02 {
    width: 25%;
    margin-left: 320px;
    bottom: 55%;
  }
  .main-flower-03 {
    width: 10%;
    margin-left: 5px;
    top: 50%;
  }
  .main-flower-04 {
    width: 10%;
    margin-left: 415px;
    top: 25%;
  }
  .main-flower-05 {
    width: 10%;
    margin-left: 265px;
    bottom: 88%;
  }
  .main-flower-06 {
    width: 25%;
    margin-left: 340px;
    bottom: 80%;
  }
  .main-flower-07 {
    width: 30%;
    margin-left: -30px;
    top: 65%;
  }
}

[class^=main-leaf-] {
  position: fixed;
}
@media screen and (max-width: 768px) {
  [class^=main-leaf-] {
    width: 5%;
  }
  [class^=main-leaf-] img {
    width: 100%;
  }
}

.main-leaf-01 {
  margin-left: -300px;
  top: 25%;
}
.main-leaf-02 {
  margin-left: 1450px;
  bottom: 70%;
  transform: scale(-1, 1);
}
.main-leaf-03 {
  margin-left: 1200px;
  bottom: 10%;
}
.main-leaf-04 {
  margin-left: -100px;
  top: 90%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1200px) {
  .main-leaf-01 {
    margin-left: 15px;
    top: 27%;
  }
  .main-leaf-02 {
    margin-left: 1080px;
    bottom: 74%;
    transform: scale(-1, 1);
  }
  .main-leaf-03 {
    margin-left: 1000px;
    bottom: 40%;
  }
  .main-leaf-04 {
    margin-left: 195px;
    top: 75%;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 991px) {
  .main-leaf-01 {
    margin-left: 15px;
    top: 27%;
  }
  .main-leaf-02 {
    margin-left: 635px;
    bottom: 83%;
  }
  .main-leaf-03 {
    margin-left: 790px;
    bottom: 30%;
  }
  .main-leaf-04 {
    margin-left: 215px;
    top: 53%;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 768px) {
  .main-leaf-01 {
    margin-left: 15px;
    top: 30%;
  }
  .main-leaf-02 {
    margin-left: 440px;
    bottom: 85%;
  }
  .main-leaf-03 {
    margin-left: 675px;
    bottom: 30%;
  }
  .main-leaf-04 {
    margin-left: 30px;
    top: 58%;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 576px) {
  .main-leaf-02 {
    margin-left: 525px;
    bottom: 75%;
  }
  .main-leaf-03 {
    margin-left: 290px;
  }
  .main-leaf-04 {
    margin-left: 90px;
  }
}

.main-butterfly {
  -webkit-animation: hover 250ms cubic-bezier(0.48, 0.01, 0.54, 1) infinite;
          animation: hover 250ms cubic-bezier(0.48, 0.01, 0.54, 1) infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: reverse;
          animation-fill-mode: reverse;
  position: fixed;
  transform-style: preserve-3d;
  transform: rotateX(50deg) rotateY(20deg) rotateZ(-50deg) translateY(0px);
  width: 12px;
  top: 72%;
  margin-left: 1300px;
}
@media screen and (max-width: 1400px) {
  .main-butterfly {
    top: 38%;
    margin-left: 1135px;
  }
}
@media screen and (max-width: 1200px) {
  .main-butterfly {
    top: 35%;
    margin-left: 1070px;
  }
}
@media screen and (max-width: 991px) {
  .main-butterfly {
    top: 45%;
    margin-left: 850px;
  }
}
@media screen and (max-width: 768px) {
  .main-butterfly {
    margin-left: 640px;
  }
}
@media screen and (max-width: 576px) {
  .main-butterfly {
    width: 5px;
    top: 28%;
    margin-left: 340px;
  }
}

.wing {
  background: #888;
  display: block;
  outline: 1px solid transparent;
  position: absolute;
  top: 0;
}
.wing:first-child {
  -webkit-animation: leftflap 0.8s cubic-bezier(0.48, 0.01, 0.54, 1) infinite;
          animation: leftflap 0.8s cubic-bezier(0.48, 0.01, 0.54, 1) infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: reverse;
          animation-fill-mode: reverse;
  height: 1px;
  left: 0;
  transform: rotateY(-20deg);
  transform-origin: 700% 50%;
  width: 1px;
  z-index: 3;
}
.wing:last-child {
  -webkit-animation: rightflap 0.8s cubic-bezier(0.48, 0.01, 0.54, 1) infinite;
          animation: rightflap 0.8s cubic-bezier(0.48, 0.01, 0.54, 1) infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: reverse;
          animation-fill-mode: reverse;
  right: 0;
  transform: rotateY(180deg);
  z-index: 1;
}
.wing .bit {
  background: #FAEE00;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: 100% 50%;
}
.wing .bit:first-child {
  height: 65px;
  text-align: center;
  top: 15px;
  transform: rotateZ(40deg);
  width: 80px;
}
.wing .bit:last-child {
  height: 50px;
  transform: rotateZ(-40deg);
  width: 65px;
}
@media screen and (max-width: 576px) {
  .wing .bit {
    transform-origin: 120% 50%;
  }
  .wing .bit:first-child {
    height: 30px;
    width: 40px;
  }
  .wing .bit:last-child {
    height: 25px;
    width: 30px;
  }
}

@-webkit-keyframes hover {
  0% {
    transform: rotateX(50deg) rotateY(20deg) rotateZ(-50deg) translateZ(0px);
  }
  100% {
    transform: rotateX(50deg) rotateY(20deg) rotateZ(-50deg) translateZ(-3px);
  }
}

@keyframes hover {
  0% {
    transform: rotateX(50deg) rotateY(20deg) rotateZ(-50deg) translateZ(0px);
  }
  100% {
    transform: rotateX(50deg) rotateY(20deg) rotateZ(-50deg) translateZ(-3px);
  }
}
@-webkit-keyframes leftflap {
  0% {
    transform: rotateY(-20deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}
@keyframes leftflap {
  0% {
    transform: rotateY(-20deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}
@-webkit-keyframes rightflap {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}
@keyframes rightflap {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(90deg);
  }
}
/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/
.mainvisual-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #83D8E5;
}
.mainvisual-area-moko-front {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.mainvisual-area-moko-back {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mainvisual-area-moko-back img {
  width: 100%;
}
@media all and (max-width: 991px) {
  .mainvisual-area-moko-front {
    width: 200%;
  }
  .mainvisual-area-moko-back {
    width: 275%;
    bottom: 17%;
  }
  .mainvisual-area-moko-back:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -200px;
    left: 0;
    background-color: #ed7272;
    z-index: -1;
  }
}

.mainvisual-title {
  width: 100%;
  position: relative;
  z-index: 100;
}
.mainvisual-title-ttl {
  padding: 7% 0 22% 5%;
}
.mainvisual-title-sub {
  width: 35%;
  display: block;
  position: absolute;
  left: 0%;
  top: 5%;
  z-index: 10;
}
.mainvisual-title-kikan {
  width: 33%;
  position: absolute;
  right: 38%;
  top: 45%;
  z-index: 100;
}
@media all and (max-width: 991px) {
  .mainvisual-title {
    margin: auto;
  }
  .mainvisual-title-ttl {
    width: 80%;
    padding: 9% 0 45% 5%;
    margin: auto;
  }
  .mainvisual-title-sub {
    width: 42%;
    top: 3%;
    left: 13%;
  }
  .mainvisual-title-kikan {
    width: 40%;
    right: 32%;
    top: 44%;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-title-ttl {
    width: 100%;
    padding: 12% 0 45% 5%;
  }
  .mainvisual-title-sub {
    width: 50%;
    top: 4%;
    left: 2%;
  }
  .mainvisual-title-kikan {
    width: 45%;
    right: 30%;
    top: 49%;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-title-ttl {
    padding: 12% 0 47% 5%;
  }
  .mainvisual-title-kikan {
    width: 49%;
    right: 27%;
    top: 48%;
  }
}

.mainvisual-houzai-pc {
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 100;
}
@media all and (max-width: 1600px) {
  .mainvisual-houzai-left {
    width: 45%;
    left: 0%;
  }
  .mainvisual-houzai-right {
    width: 45%;
    right: 0%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-houzai-sp {
    width: 95%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 100;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-houzai-sp {
    width: 100%;
  }
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.sale-navigation {
  position: relative;
  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;
  background-color: #ffd1ca;
}
.sale-navigation li:before {
  content: "";
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-left: 1px dashed #560404;
}
.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 dashed #560404;
}
.sale-navigation li:hover {
  background-color: #ffa597;
}
.sale-navigation li a {
  height: 100%;
  display: block;
  position: relative;
}
.sale-navigation li a:after {
  content: "";
  border-top: 7px solid #560404;
  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 #560404;
    border-right: 3px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 3px solid transparent;
    bottom: 5px;
  }
  .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;
  }
}

.speech-bubble-collagen {
  position: relative;
  border-radius: 15px;
  border: 3px solid #f4524e;
  background-color: #ffefeb;
  padding: 0.5rem;
}
.speech-bubble-collagen::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #f4524e;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  left: 20%;
}
.speech-bubble-collagen::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ffefeb;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  left: 20%;
}
@media all and (max-width: 1200px) {
  .speech-bubble-collagen::before, .speech-bubble-collagen::after {
    left: 15%;
  }
}
@media all and (max-width: 991px) {
  .speech-bubble-collagen::before, .speech-bubble-collagen::after {
    left: 10%;
  }
}
@media all and (max-width: 768px) {
  .speech-bubble-collagen::before, .speech-bubble-collagen::after {
    left: 15%;
  }
}

.speech-bubble-collagen h4 {
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
}

.speech-bubble-collagen h4 span {
  color: #f4524e;
  font-weight: 700;
}

@media all and (max-width: 991px) {
  .speech-bubble-collagen h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
}
@media all and (max-width: 576px) {
  .speech-bubble-collagen h4 {
    margin-left: 2px;
  }
}
.speech-bubble-collagen ol {
  padding: 0;
  font-size: 1.1rem;
  margin-left: 6%;
}

@media all and (max-width: 991px) {
  .speech-bubble-collagen ol {
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media all and (max-width: 576px) {
  .speech-bubble-collagen ol {
    margin-left: 8%;
  }
}
.speech-bubble-collagen li {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
}

.speech-bubble-collagen li span {
  color: #f4524e;
}

@media all and (max-width: 991px) {
  .speech-bubble-collagen li {
    font-size: clamp(0.75rem, 0.422rem + 1.639vw, 1.438rem);
  }
}
.pl-toubi {
  padding-left: 0.85rem;
}

.item-collagen-ill {
  position: absolute;
  top: -28px;
  right: 3%;
  width: 24%;
}

@media all and (max-width: 1024px) {
  .item-collagen-ill {
    top: -17px;
    width: 24%;
    right: -1%;
  }
}
@media all and (max-width: 991px) {
  .item-collagen-ill {
    top: -9%;
    width: 18%;
  }
}
@media all and (max-width: 576px) {
  .item-collagen-ill {
    top: -3%;
    width: 21%;
    right: 2%;
  }
}
@media all and (max-width: 400px) {
  .item-collagen-ill {
    top: -1%;
    right: -2%;
  }
}
@media all and (max-width: 375px) {
  .item-collagen-ill {
    top: 2%;
    right: -3%;
  }
}
@media all and (max-width: 320px) {
  .item-collagen-ill {
    top: -23px;
    width: 30%;
  }
}
.item-collagen-ill img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------
 campaign
-------------------------------------------------*/
/*●月限定アイコン*/
.campaign-subject-icon {
  width: 14%;
  position: absolute;
  top: -40px;
  left: -5px;
  z-index: 10;
}
@media all and (max-width: 1200px) {
  .campaign-subject-icon {
    width: 15%;
    left: -1%;
  }
}
@media all and (max-width: 991px) {
  .campaign-subject-icon {
    width: 17%;
  }
}
@media all and (max-width: 768px) {
  .campaign-subject-icon {
    width: 105px;
    top: unset;
    bottom: -18px;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon {
    width: 80px;
    bottom: -18px;
    left: -2%;
  }
}

/*新商品アイコン*/
.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 {
  height: auto;
  display: block;
  position: relative;
  top: 45px;
  left: -30px;
  z-index: 10;
}
.campaign-item-title--txt {
  width: 100%;
  padding: 12px 0;
  padding-left: 13%;
  background-color: #ed7272;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.campaign-item-title::before {
  content: "";
  width: 70%;
  height: 50%;
  position: absolute;
  bottom: -1px;
  right: 9px;
  z-index: -1;
  transform: rotate(2deg);
  background-color: #d0d0d0;
  filter: blur(4px);
}
@media all and (max-width: 1200px) {
  .campaign-item-title {
    left: -15px;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    left: -10px;
  }
  .campaign-item-title--txt {
    padding-left: 15%;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title {
    left: -12px;
  }
  .campaign-item-title--txt {
    padding-left: 100px;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title {
    top: 35px;
  }
  .campaign-item-title--txt {
    padding: 8px 0;
    padding-left: 70px;
    font-size: 20px;
  }
}

/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.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%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: #3cb200;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn-cart:hover {
  background-color: #339900;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-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.9rem;
  line-height: 1.1 !important;
}
.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;
  }
}

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

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.item-category-name {
  font-size: 1.1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  border-radius: 2rem;
  padding: 4px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media all and (max-width: 768px) {
  .item-category-name {
    font-size: 1rem;
  }
}
@media all and (max-width: 576px) {
  .item-category-name {
    font-size: 12px;
  }
}

.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: clamp(1.6rem, 1.418rem + 0.78vw, 2rem);
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  line-height: 1;
  color: #560404;
  margin: 5px auto 10px;
}
.item-name small {
  font-size: clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
  font-weight: 700;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 576px) {
  .item-name {
    font-size: 22px;
    margin: 0px auto 5px;
  }
  .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: #98bc15;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@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: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 576px) {
  .item-name-set-icon {
    font-size: 16px;
    padding: 3px;
  }
}

.item-name-kikan-icon {
  background-color: #ffda00;
  border-radius: 5px;
  color: #557c1d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@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: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 576px) {
  .item-name-kikan-icon {
    font-size: 16px;
    padding: 3px;
  }
}

.souryou-icon {
  background-color: #ff0000;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.2rem;
  /* font-family: "Shippori Mincho", serif; */
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@media all and (max-width: 1200px) {
  .souryou-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .souryou-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 576px) {
  .souryou-icon {
    font-size: 16px;
    padding: 3px;
  }
}

.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: 1.8rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  line-height: 1 !important;
  color: #560404;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .item-name-set-min {
    font-size: clamp(1.375rem, 1.261rem + 0.48vw, 1.625rem);
  }
}
.item-set-box {
  position: relative;
  margin: 0.5rem auto 0;
  padding: 0.5rem;
  border: 1px solid #42210b;
  background-color: #fff;
}
.item-set-box-caption {
  padding: 2px 5px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #42210b;
}
.item-set-box P {
  padding-top: 1.2rem;
  font-size: 0.9rem;
}
.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: 5px;
    margin: 0.5rem auto;
  }
  .item-set-box-caption {
    padding: 2px 5px;
    font-size: 12px;
  }
  .item-set-box P {
    padding-top: 15px;
    font-size: 12px;
  }
}

.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: 34px;
  }
  .item-quantity small {
    font-size: 26px;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 30px;
  }
  .item-quantity small {
    font-size: 22px;
  }
}

.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: 1rem;
  line-height: 1.1 !important;
  font-weight: 500;
}
@media all and (max-width: 576px) {
  .item-text {
    font-size: 14px;
  }
}
.item-text small {
  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: #ffd1ca;
}
.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.6rem;
  font-weight: 600 !important;
}
@media all and (max-width: 991px) {
  .re-type {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 576px) {
  .re-type {
    font-size: 1.4rem;
  }
}

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.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: 3.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: 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: 3.6rem;
  }
  .price--special {
    font-size: 1.8rem;
  }
  .price--unit {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  .price {
    font-size: 44px;
  }
  .price--special {
    font-size: 26px;
  }
  .price--unit {
    font-size: 28px;
  }
}
@media all and (max-width: 576px) {
  .price {
    font-size: 40px;
    padding: 0;
  }
  .price--special {
    font-size: 22px;
  }
  .price--unit {
    font-size: 24px;
  }
}

.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.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
}
@media all and (max-width: 576px) {
  .soutou {
    font-size: 16px;
  }
}

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

/* --------------------------------------------------
 キャンペーン
-------------------------------------------------*/
#campaign {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
#campaign a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}

.cp-bg {
  position: relative;
  background-image: url(images/triple-bg.jpg);
  background-repeat: repeat;
  background-color: #FFF800;
  background-size: 83px 83px;
  background-position: center;
  background-attachment: fixed;
}
@media all and (max-width: 768px) {
  .cp-bg {
    background-position: center;
  }
}
.cp-bg-color {
  background-color: #ff5097;
  border-radius: 15px;
  padding: 2rem;
}
.cp-wrapper {
  z-index: 100;
}
.cp-ff-01 {
  width: 19%;
  position: absolute;
  top: 9%;
  left: -10%;
}
@media all and (max-width: 1200px) {
  .cp-ff-01 {
    display: none;
  }
}
.cp-ff-02 {
  width: 18%;
  position: absolute;
  bottom: 15%;
  right: -10%;
}
@media all and (max-width: 1200px) {
  .cp-ff-02 {
    display: none;
  }
}
.cp-obj-01 {
  width: 15%;
  position: absolute;
  top: 13%;
  right: -7%;
}
.cp-obj-02 {
  width: 22%;
  position: absolute;
  bottom: 5%;
  left: -15%;
}

/* --------------------------------------------------
 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-gruco-points {
  margin: auto;
  background-color: #fff5f2;
  border: 3px solid #40220f;
  border-radius: 15px;
  padding: 10px 5px 10px 10px;
  position: relative;
  color: #42210b;
}
.item-gruco-points::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #40220f;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  left: 20%;
}
.item-gruco-points::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff5f2;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  left: 20%;
}
.item-gruco-points span {
  color: #ff0600;
}
.item-gruco-points ol {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.item-gruco-points ol li {
  line-height: 1.2;
}
.item-gruco-points-ttl {
  font-size: clamp(1rem, 0.909rem + 0.39vw, 1.2rem);
  font-weight: 700;
}
.item-gruco-points-ill {
  width: 28%;
  height: auto;
  position: absolute;
  right: -35%;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
@media all and (max-width: 1200px) {
  .item-gruco-points::before, .item-gruco-points::after {
    left: 15%;
  }
  .item-gruco-points-ill {
    right: -28%;
  }
}
@media all and (max-width: 991px) {
  .item-gruco-points {
    max-width: 500px;
  }
  .item-gruco-points::before, .item-gruco-points::after {
    left: 10%;
  }
  .item-gruco-points-ill {
    right: -35%;
  }
}
@media all and (max-width: 768px) {
  .item-gruco-points::before, .item-gruco-points::after {
    left: 15%;
  }
}
@media all and (max-width: 576px) {
  .item-gruco-points {
    max-width: 400px;
    padding: 5px;
  }
  .item-gruco-points ol {
    width: 85%;
  }
  .item-gruco-points-ill {
    width: 25%;
    top: 65%;
    right: -10%;
  }
}

.icon-hanamaru {
  width: 120px;
}