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

/*--------------------------------------------------
 Base
-------------------------------------------------*/
#mother {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}

#mother p {
  line-height: 1.3;
  transform: rotate(0.03deg);
}

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: #FFF;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  padding-top: 0.8rem !important;
}
@media screen and (max-width: 768px) {
  .bg-white-area {
    border-radius: 7px;
  }
}

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

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

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

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

.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-cafesuppli {
  background-color: #3399FF;
}

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

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

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

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

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

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

.bg-wellness {
  background-color: #ff9900;
}

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

.bg-greenblue {
  background-color: #009FA4;
}

.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-bikokusai-pink {
  color: #ea687b;
}

.text-thanks-orange {
  color: #ff6633;
}

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

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

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

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

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

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

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

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

.border-pink {
  border-color: #ff6d7e !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: #d63645 !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-soup {
  border-color: #c8252a !important;
}

.border-wellness {
  border-color: #ff9900 !important;
}

.border-assam {
  border-color: #e83828 !important;
}

.border-greenblue {
  border-color: #009FA4 !important;
}
.bg-salmonpink {
  background-color: #FFB391;
}

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

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

.d-1210-block {
  display: none;
}
@media all and (max-width: 1210px) {
  .d-1210-block {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .d-1210-block {
    display: none;
  }
}


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

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

.mainvisual-bg {
  background-image: url("images25/fv-bg.jpg");
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .mainvisual-bg {
    /* background-image: url("images24/fv-bg-carnation-sp.jpg"); */
  }
}

.mainvisual-limited-icon {
  width: 23%;
  /* margin-right: 1%; */
  /* position: absolute; */
  /* left: -8%; */
}
.mainvisual-limited-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .mainvisual-limited-icon {
    width: 27%;
    max-width: 243px;
    left: 1%;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-limited-icon {
    width: 28%;
    left: 5%;
    top: -4%;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-limited-icon {
    width: 31%;
    left: 11%;
  }
}
@media all and (max-width: 445px) {
  .mainvisual-limited-icon {
    width: 31%;
    left: 5%;
  }
}

.mainvisual-attention-text {
  position: absolute;
  bottom: -1%;
  right: 2%;
  color: #fff;
  font-size: 0.9rem;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}
@media all and (max-width: 400px) {
  .mainvisual-attention-text {
    font-size: 0.8rem;
    right: 3%;
  }
}

/* .mainvisual-attention-text-sp {
  display: none;
}
@media all and (max-width: 768px) {
  .mainvisual-attention-text-sp{
    display: block;
    color: #fff;
    font-size: 0.8rem;
    margin-bottom: 1%;
  }
} */

.fv-arrival-date {
  background-color: #d63645;
  margin-top: -1px;
}
.fv-arrival-date h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
@media all and (max-width: 1500px) {
  .fv-arrival-date h3 {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media all and (max-width: 1400px) {
  .fv-arrival-date h3 {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media all and (max-width: 990px) {
  .fv-arrival-date h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 768px) {
  .fv-arrival-date h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 646px) {
  .fv-arrival-date h3 {
    font-size: 17px;
  }
}
@media all and (max-width: 454px) {
  .fv-arrival-date h3 {
    font-size: 14px;
    text-align: left;
  }
}
@media all and (max-width: 375px) {
  .fv-arrival-date h3 {
    font-size: 12px;
  }
}

.fv-side-date {
  position: absolute;
  left: 35%;
  right: 23%;
  bottom: -19%;
  width: 18vw;
  z-index: 10;
}
.fv-side-date img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1750px) {
  .fv-side-date {
    left: 37%;
    bottom: -17%;
  }
}

@media all and (max-width: 1400px) {
  .fv-side-date {
    left: 38.5%;
    right: 24%;
    width: 16vw;
  }
}
@media all and (max-width: 1024px) {
  .fv-side-date {
    bottom: -17%;
  }
}
@media all and (max-width: 991px) {
  .fv-side-date {
    left: initial;
    top: 13%;
    right: -14%;
    width: 32%;
  }
}
@media all and (max-width: 576px) {
  .fv-side-date {
    left: initial;
    top: 13%;
    right: -5%;
    width: 32%;
  }
}

.fv-side-mamey {
  position: absolute;
  right: -18%;
  bottom: 5%;
  width: 21vw;
  z-index: 10;
}

.fv-side-mamey img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1750px) {
  .fv-side-mamey {
    right: -11%;
  }
}
@media all and (max-width: 1500px) {
  .fv-side-mamey {
    right: -11%;
    bottom: -1%;
    width: 20vw;
}
}


@media all and (max-width: 1400px) {
  .fv-side-mamey {
    right: -11%;
    bottom: 0%;
    width: 21vw;
  }
}

@media all and (max-width: 991px) {
  .fv-side-mamey {
    width: 66%;
    right: -13%;
    bottom: 5%;
  }
}

@media all and (max-width: 576px) {
  .fv-side-mamey {
    width: 55%;
    right: -1%;
    bottom: 1%;
  }
}

.fv-side-webgentei {
  position: absolute;
  top: -2%;
  right: 17%;
  width: 16%;
  z-index: 1;
}
.fv-side-webgentei img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1500px) {
  .fv-side-webgentei {
    width: 15.5%;
  }
}
@media all and (max-width: 1400px) {
  .fv-side-webgentei {
    top: -1%;
    right: 18%;
    width: 15%;
    z-index: 1;
  }
}

@media all and (max-width: 991px) {
  .fv-side-webgentei {
    width: 28%;
    right: -13%;
    left: inherit;
  }
}

@media all and (max-width: 576px) {
  .fv-side-webgentei {
    top:-2%;
    right: -4%;
  }
}

.fv-side-sorry_late {
  position: absolute;
  top: 0;
  left: 21%;
  width: 20%;
  z-index: 20;
}

.fv-side-sorry_late img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1500px) {
  .fv-side-sorry_late {
    top: 2%;
    left: 14%;
    width: 21%;
  }
}

@media all and (max-width: 991px) {
  .fv-side-sorry_late {
    width: 41%;
    left: -14%;
    top: 0;
  }
}

@media all and (max-width: 576px) {
  .fv-side-sorry_late {
    width: 35%;
    left: -6%;
    top: 0;
  }
}

.fv-side-card {
  position: absolute;
  left: -5vw;
  bottom: 6%;
  height: 16vw;
  z-index: 10;
}
.fv-side-card img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 1750px) {
  .fv-side-card {
    height: 15.5vw;
  }
}
@media all and (max-width: 1500px) {
  .fv-side-card {
    height: 16.5vw;
    bottom: 2%;
  }
}
@media all and (max-width: 1400px) {
  .fv-side-card {
    left: -3vw;
    bottom: 1.5%;
    height: 14vw;
  }
}

@media all and (max-width: 991px) {
  .fv-side-card {
    left: -10vw;
    bottom: 4%;
    height: 37vw;
  }
}

@media all and (max-width: 576px) {
  .fv-side-card {
    left: -2vw;
    bottom: 1%;
    height: 33vw;
  }
}
.fv-main-left {
  position: absolute;
  left: -12vw;
  top: -20px;
  height: 67%;
  z-index: 5;
}
.fv-main-left img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 1750px) {
  .fv-main-left {
    left: -13vw;
    top: -20px;
    height: 69%;
  }
}
@media all and (max-width: 1500px) {
  .fv-main-left {
    height: 80%;
    top: -40px;
    left: -14vw;
  }
}
@media all and (max-width: 1400px) {
  .fv-main-left {
    left: -11vw;
    top: -3%;
    height: 79%;
  }
}

@media all and (max-width: 991px) {
  .fv-main-left {
    top: 36%;
    height: 39%;
    left: -19%;
  }
}
@media all and (max-width: 576px) {
  .fv-main-left {
    left: -5%;
    top: 44%;
    height: 37%;
  }
}

.fv-main-right {
  position: absolute;
  right: -15vw;
  top: 0%;
  width: 43%;
  z-index: 1;
}
.fv-main-right img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1660px) {
  .fv-main-right {
    top: 0%;
    width: 40%;
    right: -19%;
    z-index: 2;
    left: inherit;
  }
}
@media all and (max-width: 1400px) {
  .fv-main-right {
    top: -2%;
  }
}
@media all and (max-width: 1400px) {
  .fv-main-right {
    top: -4%;
    width: 34%;
    right: -12%;
  }
}
@media all and (max-width: 991px) {
  .fv-main-right {
    width: 67%;
    left: 53%;
    top: 34%;
    z-index: 8;
  }
}
@media all and (max-width: 576px) {
  .fv-main-right {
    width: 55%;
    left: 49%;
    top: 39%;
  }
}


.fv-frame-right {
  position: absolute;
  bottom: 180px;
  right: -32vw;
  z-index: 2;
  width: 90%;
  transform: rotate(-9deg);
}
.fv-frame-left {
  position: absolute;
  top: 80px;
  left: -40vw;
  z-index: 2;
  width: 90%;
}
.fv-frame-right img,
.fv-frame-left img {
  width: auto;
  height: 100%;
}

.fv-main-title {
  width: 64%;
  margin: 0 auto;
  padding: 1% 0 9% 1%;
  position: relative;
  z-index: 3;
  background-image: url(images25/fv-ttl-bg-circle.png);
  background-repeat: no-repeat;
  background-position: center 24%;
  background-size: 57%;
}
.fv-main-ttl-img {
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    padding-top: 2.5%;
}
.fv-main-title img {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1750px) {
  .fv-main-title {
    width: 76%;
  }
}
@media all and (max-width: 1500px) {
  .fv-main-title {
    padding: 1% 0 5% 1%;
  }
  .fv-main-ttl-img {
    padding-top: 0%;
    margin-top: -0.5%;
  }
}
@media all and (max-width: 1400px) {
  .fv-frame-right {
    bottom: 46px;
    right: -43vw;
    z-index: 2;
    width: 88%;
    transform: rotate(-14deg);
}
  .fv-frame-left{
    top: -30px;
    left: -47vw;
    z-index: 2;
    width: 90%;
  }
  .fv-main-title {
    width: 76%;
    background-size: 54% 110%;
    margin-top: -10px;
  }
  .fv-main-ttl-img {
    position: relative;
    top: 19%;
    left: 0;
    right: 0;
    padding-top: 1px;
}
}
@media all and (max-width: 991px) {
  .fv-main-title {
    width: 76%;
    padding: 4% 0 73% 0;
    background-position: top;
    background-size: 81% auto;
    margin-top: 0;
  }
  .fv-main-ttl-img {
    left: 1%;
  }
}
@media all and (max-width: 576px) {
  .fv-main-title {
    width: 90%;
    padding: 2.5% 0 60% 0;
    background-size: 80%;
  }
  .fv-main-ttl-img {
    padding-top: 2px;
  }
}

.fv-main-title-img {
  width: 60%;
}
.fv-main-title-img-sp {
  width: 100%;
  height: auto;
}


.fv-fl-right {
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 3;
  transform: rotate(-7deg);
}
.fv-fl-left {
  position: absolute;
  top: 12%;
  left: 10%;
  z-index: 3;
}
.fv-fl-right img,
.fv-fl-left img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1750px) {
  .fv-main-title-img {
    width: 63%;
  }
  .fv-fl-left{
    top: 16%;
    left: 10%;
    width: 25%;
  }
  .fv-fl-right {
    bottom: -5%;
    right: 12%;
    width: 33%;
  }
}
@media all and (max-width: 1500px) {
  .fv-fl-left{
    left: 11%;
    width: 23%;
    top: 12%;
  }
  .fv-fl-right {
    bottom: -4%;
    width: 28%;
    right: 12%;
  } 
}
@media all and (max-width: 1400px) {
  .fv-main-title-img {
    width: 55%;
  }
  .fv-fl-left{
    top: 7%;
    left: 12%;
    width: 21%;
  }
  .fv-fl-right {
    bottom: -4%;
    right: 15%;
    width: 26%;
  } 
}

@media all and (max-width: 991px) {
  .fv-main-title-img{
   width: 90%;
  }
  .fv-fl-left{
    top: 7%;
    left: -9%;
    width: 35%;
  }
  .fv-fl-right {
    top: 11%;
    right: -10%;
    width: 54%;
    bottom: inherit;
    transform: rotate(-5deg);
  }
}
@media all and (max-width: 576px) {
  .fv-fl-left{
    top: 7%;
    left: -7%;
    width: 32%;
  }
  .fv-fl-right {
    top: 13%;
    right: -7%;
    width: 49%;
    bottom: inherit;
    transform: rotate(-3deg);
  }
}




/*-- animation --*/
/* fuwafuwa */
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}
.anm-fwfw {
  -webkit-animation: 3s fuwafuwa infinite ease-in-out;
          animation: 3s fuwafuwa infinite ease-in-out;
}

/*--------------------------------------------------
 sale
-------------------------------------------------*/
/* #sale {
  overflow-x: hidden;
} */
 .sale-box-top {
  padding-top: 2rem !important;
 }

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.nav-icon--result {
  margin: 0 1.2rem;
  transition: 0.5s;
  position: relative;
}
.nav-icon--result:hover {
  margin-top: -20px;
}
@media screen and (max-width: 992px) {
  .nav-icon--result {
    width: 20%;
    margin: 0;
    padding: 0 0 0 1%;
    float: left;
  }
  .nav-icon--result:nth-child(3) {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 768px) {
  .nav-icon--result:hover {
    margin-top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media screen and (max-width: 576px) {
  .nav-icon--result {
    width: 33%;
  }
}



.sale-navigation ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sale-navigation li {
  width: 100%;
  border-left: 1px dashed #42210b;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.sale-navigation li:hover {
  background-color: #fffacd;
  transition: 0.5s;
}
.sale-navigation li:last-child {
  border-right: 1px dashed #42210b;
}
.sale-navigation li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-top: 1px solid #754c24;
  border-right: 1px solid #754c24;
  transform: translateX(-50%) rotate(135deg);
}
@media all and (max-width: 991px) {
  .sale-navigation li {
    padding: 0.5rem 0.3rem 1rem 0.3rem;
    text-align: center;
  }
  .sale-navigation li::before {
    bottom: 2px;
  }
}

/*--------------------------------------------------
 月替わりの追加・調整クラス
-------------------------------------------------*/
.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: #f5b2b3;
  /* background-image: url("images24/set-bg-flower.png"); */
  background-image: url("images25/main-bg.png");
  background-repeat: repeat;
  background-size: 40%;
}
@media all and (max-width: 991px) {
  .sale-bg {
    background-size: 80%;
  }
}

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

/*--------------------------------------------------
 campaign
-------------------------------------------------*/
/*対象商品アイコン*/
.campaign-subject-icon {
  position: absolute;
  top: -12px;
  right: -1px;
  z-index: 10;
  width: 8%;
}
.campaign-subject-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .campaign-subject-icon {
    width: 8%;
  }
}
@media all and (max-width: 991px) {
  .campaign-subject-icon {
    width: 12%;
  }
}
@media all and (max-width: 768px) {
  .campaign-subject-icon {
    width: 13%;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon {
    width: 17%;
    top: -1vh;
  }
}
@media all and (max-width: 320px) {
  .campaign-subject-icon {
    width: 26%;
    top: -3.5vh;
  }
}



/*マメーアイコン*/
.mamey-icon {
  position: absolute;
  top: -30px;
  left: -1%;
  z-index: 10;
  width: 10%;
}
.mamey-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .mamey-icon {
    left: -1%;
  }
}@media all and (max-width: 991px) {
  .mamey-icon {
    top: -30px;
    width: 14%;
  }
}
@media all and (max-width: 768px) {
  .mamey-icon {
    width: 18%;
    top: -16px;
  }
}
@media all and (max-width: 576px) {
  .mamey-icon {
    width: 23%;
    left: -3%;
    top: -3vh;
  }
}
@media all and (max-width: 320px) {
  .mamey-icon {
    width: 25%;
    left: -4%;
    /* top: 0%; */
  }
}



/*新商品アイコン*/
.campaign-new-icon {
  position: absolute;
  top: 17%;
  left: -3%;
  z-index: 10;
  width: 17%;
}
.campaign-new-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .campaign-new-icon {
    width: 20%;
    top: 7%;
  }
}
@media all and (max-width: 768px) {
  .campaign-new-icon {
    width: 26%;
    top: 8%;
  }
}
@media all and (max-width: 576px) {
  .campaign-new-icon {
    width: 28%;
    top: 7%;
    left: -4%;
  }
}
@media all and (max-width: 320px) {
  .campaign-new-icon {
    width: 28%;
    left: -6%;
  }
}

.campaign-item-title {
  font-size: 3rem;
  font-weight: 900;
  padding: 0 0 1rem 11%;
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    padding: 0 0 0.5rem 15%;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title {
    font-size: 1.7rem;
    padding: 0 0 0.5rem 24%;
  }
}
.campaign-item-title--small {
  font-size: 32px;
  font-weight: 600;
  padding: 0 0 1rem 7%;
}
.campaign-item-title--small sup {
  font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
  top: -1em;
}
@media all and (max-width: 991px) {
  .campaign-item-title--small {
    padding: 0 0 0.5rem 11%;
    line-height: 1;
    font-size: 30px;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title--small {
    padding: 0px 0 0.5rem 16%;
    font-size: 25px;
  }
  .campaign-item-title--small sup {
    top: -0.8em;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title--small {
    padding: 0 1% 0.5rem 19%;
    font-size: 17px;
  }
  .campaign-item-title--small sup {
    top: -0.5em;
  }
}


/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.arrow_btn {
  color: #fff !important;
  position: relative;
  transition: 0.5s;
}

.arrow_btn::after {
  transition: 0.3s;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(45deg);
}

.arrow_btn:hover::after {
  right: 12px;
}

.btn-cart {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: #28b700;
}
.btn-cart:hover {
  background-color: #1d8500;
}
@media screen and (max-width: 991px) {
  .btn-cart {
    padding: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-cart-attention {
  font-size: 0.85rem;
  line-height: 1.3;
}
.btn-cart-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 768px) {
  .btn-cart-attention {
    width: 100%;
    font-size: 0.8rem;
  }
}

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

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

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

.item-name {
  font-size: clamp(1.6rem, 1.418rem + 0.78vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  color: #d63645;
}
.item-name small {
  font-size: 2.2rem;
  font-weight: 700;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 768px) {
  .item-name {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media all and (max-width: 576px) {
  .item-name {
    font-size: 1.6rem;
    line-height: 1.7rem;
  }
  .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: #ff6600;
  border-radius: 5px;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1 !important;
  padding: 7px;
}
@media all and (max-width: 1200px) {
  .item-name-set-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-set-icon {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 576px) {
  .item-name-set-icon {
    font-size: 1.2rem;
    padding: 5px;
  }
}

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

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

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

.item-set-box {
  position: relative;
  margin-top: 1rem;
  padding: 0.8rem 1rem 0.5rem;
  border: 2px solid #acbbc3;
  border-radius: 5px;
}
.item-set-box-caption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0.5rem;
  margin: 0;
  font-size: 1.1rem;
  background-color: white;
  transform: translateY(-50%) translateX(1em);
}
.item-set-box P {
  font-size: 0.9rem;
}
@media all and (max-width: 768px) {
  .item-set-box {
    padding: 5px 10px;
    margin: 0.5rem auto;
  }
  .item-set-box P {
    padding-top: 6px;
    font-size: 12px;
  }
}

.item-quantity {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
}
.item-quantity small {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  top: -0.1rem;
}
@media all and (max-width: 1200px) {
  .item-quantity {
    font-size: 2.2rem;
  }
  .item-quantity small {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) {
  .item-quantity {
    font-size: 2.4rem;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 1.8rem;
  }
  .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: 1rem;
  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;
}

.attention-text {
  font-size: 0.85rem;
}
.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;
  }
}

.set-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.set-icon-mamey {
  width: 57%;
  margin-top: 1rem;
}
@media all and (max-width: 576px) {
  .set-icon-mamey {
    margin-top: 0.5rem;
  }
}

.set-img-inside {
  position: relative;
}
.set-icon-mamey-inside {
  width: 100%;
  position: absolute;
  bottom: -1%;
  text-align: right;
}
@media all and (max-width: 991px){
  .set-icon-mamey-inside {
    bottom: -3%;
  }
}
@media all and (max-width: 576px){
  .set-icon-mamey-inside {
    bottom: 0%;
  }
}
.set-icon-mamey-inside-cantafe {
  width: 100%;
  position: absolute;
  bottom: 1%;
  text-align: right;
}


/*--------------------------------------------------
  価格
-------------------------------------------------*/
.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: 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: 3.6rem;
  }
  .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: 40px;
    padding: 0;
  }
  .price--special {
    font-size: 1.4rem;
  }
  .price--unit {
    font-size: 1.5rem;
  }
}

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

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

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

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

.colombia-bg {
  background-image: url("images/colombia-bg-2402.jpg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
}
@media all and (max-width: 768px) {
  .colombia-bg {
    background-position: top;
    background-attachment: scroll;
  }
}
.colombia-bg-color {
  background-color: #efd51f;
  border-radius: 15px;
  padding: 2rem;
}
.colombia-content a {
  color: #42210b;
  transition: 0.4s;
  display: inline-block;
}
.colombia-content a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.colombia-ttl {
  font-size: clamp(1.8rem, 1.364rem + 2.18vw, 3rem);
}
.colombia-cherry {
  position: absolute;
  top: 106px;
  left: -13%;
}
@media all and (max-width: 1200px) {
  .colombia-cherry {
    display: none;
  }
}
.colombia-jewerly {
  position: absolute;
  bottom: 100px;
  right: -10%;
}
@media all and (max-width: 1200px) {
  .colombia-jewerly {
    display: none;
  }
}
.colombia-obj-01 {
  position: absolute;
  bottom: 100px;
  left: -36%;
}
@media all and (max-width: 1200px) {
  .colombia-obj-01 {
    display: none;
  }
}
.colombia-obj-02 {
  position: absolute;
  top: 120px;
  right: -35%;
}
@media all and (max-width: 1200px) {
  .colombia-obj-02 {
    display: none;
  }
}
.colombia-obj-03 {
  position: absolute;
  top: 100px;
  right: -30%;
}
@media all and (max-width: 1200px) {
  .colombia-obj-03 {
    display: none;
  }
}
.colombia-obj-04 {
  position: absolute;
  top: 100px;
  right: -30%;
}
@media all and (max-width: 1200px) {
  .colombia-obj-04 {
    display: none;
  }
}

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

.campaign-202404-bg {
  background-color: #fff;
  background-image: url("images/cpn-bg-pattern-petal.png");
  background-repeat: repeat;
}
@media all and (max-width: 991px) {
  .campaign-202404-bg {
    background-size: 80%;
  }
}

.campaign-202404-banner {
  width: 85%;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .campaign-202404-banner {
    width: 90%;
  }
}
@media all and (max-width: 576px) {
  .campaign-202404-banner {
    width: 100%;
  }
}

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

/* --------------------------------------------------
　吹き出し
-------------------------------------------------*/
.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 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: 4%;
  }
}
@media all and (max-width: 576px) {
  .speech-bubble-collagen ol {
    margin-left: 6%;
    margin-right: 1.5%;
  }
}
.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;
}

.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%;
  }
}
.item-present {
  width: 34%;
  position: absolute;
  bottom: 32%;
  right: -2%;
}

.btn-mini-set {
  position: relative;
  text-align: right;
}
@media all and (max-width: 768px) {
  .btn-mini-set {
    text-align: center;
  }
}
.btn-mini-set a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.btn-mini-set a:hover .btn-mini-set-arrow::after {
  margin-left: 15px;
}
.btn-mini-set-wrapper {
  padding: 0 2% 0.5rem;
  justify-content: space-around;
}
@media all and (max-width: 991px) {
  .btn-mini-set-wrapper {
    padding: 0.5rem 2% 1rem;
  }
}
@media all and (max-width: 576px) {
  .btn-mini-set-wrapper {
    padding: 0 2% 0.5rem;
  }
}
.btn-mini-set-arrow::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;
  margin: auto;
  margin-left: 10px;
  transform: rotate(45deg);
}
.btn-mini-set-br {
  display: none;
}
@media all and (max-width: 1100px) {
  .btn-mini-set-br {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .btn-mini-set-br {
    display: none;
  }
}
@media all and (max-width: 576px) {
  .btn-mini-set-br {
    display: block;
  }
}
.btn-mini-set .btn {
  width: 100%;
}
@media all and (max-width: 991px) {
  .btn-mini-set .btn {
    width: 80%;
    min-width: 570px;
  }
}
@media all and (max-width: 768px) {
  .btn-mini-set .btn {
    width: auto;
    min-width: unset;
  }
}
@media all and (max-width: 576px) {
  .btn-mini-set .btn {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .btn-mini-set h4 {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 768px) {
  .btn-mini-set h4 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 576px) {
  .btn-mini-set h4 {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 576px) {
.btn{
  line-height: 1.2;
  padding: 0.8rem;
}
}

/*詳細リンク*/
.btn-more-info {
  font-size: 0.9rem;
  line-height: 1.1 !important;
  display: inline-block;
}
@media all and (max-width: 576px) {
.btn-more-info {
  font-size: 0.9rem;
  line-height: 1.1 !important;
  display: inline-block;
  padding: .3rem .5rem;
}
}


.speech-bubble-toubicha {
  text-align: left;
  position: relative;
  border-radius: 15px;
  border: 3px solid #d9bc20;
  background-color: #dee788;
  padding: 0.2rem;
}

.speech-bubble-toubicha h4 {
  color: #17480a;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .speech-bubble-toubicha h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
    line-height: 1;
  }
}
.speech-bubble-toubicha ol {
  padding: 0;
  font-size: 1.1rem;
  margin-left: 15%;
}
@media all and (max-width: 991px) {
  .speech-bubble-toubicha ol {
    margin-left: 25%;
  }
}
@media all and (max-width: 576px) {
  .speech-bubble-toubicha ol {
    margin-left: 8%;
  }
}
.speech-bubble-toubicha li {
  line-height: 1.2;
  padding-bottom: 0.1rem;
  font-weight: 500;
  color: #17480a;
}
@media all and (max-width: 991px) {
  .speech-bubble-toubicha li {
    font-size: clamp(0.75rem, 0.422rem + 1.639vw, 1.438rem);
  }
}

.item-toubicha-ill {
  position: absolute;
  top: -35px;
  left: -7%;
  width: 21%;
}
@media all and (max-width: 991px) {
  .item-toubicha-ill {
    left: -2%;
    width: 17%;
  }
}
@media all and (max-width: 576px) {
  .item-toubicha-ill {
    top: -10%;
    left: -2%;
    width: 25%;
  }
}
@media all and (max-width: 320px) {
  .item-toubicha-ill {
    top: -9px;
    left: -6%;
    width: 25%;
  }
}
.item-toubicha-ill img {
  width: 85%;
  height: auto;
}
.speech-bubble-toubicha span  {
  display: inline-block;
  margin-bottom: -2px;
}

/*---------------------------------------
のし対応のお届け荷姿
--------------------------------------*/
.note {
  margin: auto 0;
}

.noshi-box {
  text-align: center;
  border-radius: 0;
}
.noshi-text p,
.gochui-text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.gochui-text {
  padding: 2% 5%;
  background: #ffefb0;
  border-radius: 0;
}
.gochui-text a {
  text-decoration: underline;
  color: #40210f;
}
.gochui-text a:hover {
  text-decoration: none;
  color: #40210f;
}
@media all and (max-width: 1400px) {
/* .note { 
  max-width: 100%;
}*/
}


@media all and (max-width: 576px) {
.noshi-text h4,
.gochui-text h4 {
  font-size: 1rem;
}
  .gochui-text {
    padding: 3% 5%;
  }
  .noshi-text p,
  .gochui-text p {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.5;
  }
  }


/*改行位置*/
.d-cr {
  display: none !important;
}
@media all and (max-width: 1070px) {
.d-cr {
  display: block !important;
}
}