@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
-------------------------------------------------*/
#thanks {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}
#thanks p {
  line-height: 1.3;
}

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;
}
@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: #cc9900;
}

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

.bg-mizudashi-coffee {
  background-color: #3366cc;
}

.bg-liquid-coffee {
  background-color: #cc6666;
}

.bg-liquid-koucha {
  background-color: #ffcc00;
}

.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-vitaminc {
  color: #42210b;
}

.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-brown {
  border-color: #a76f49 !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: #ff6600 !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: #cc9900 !important;
}

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

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

/* 改行 */
.less-than-407 {
  display: none;
}
@media all and (max-width: 407px) {
  .less-than-407 {
    display: block;
  }
}
.less-than-345 {
  display: none;
}
@media all and (max-width: 345px) {
  .less-than-345 {
    display: block;
  }
}

.br-fukairi-iced {
  display: none;
}
@media all and (max-width: 1216px) {
  .br-fukairi-iced {
    display: block;
  }
}
@media all and (max-width: 991px) {
  .br-fukairi-iced {
    display: none;
  }
}
@media all and (max-width: 596px) {
  .br-fukairi-iced {
    display: block;
  }
}


/* 画像 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-color: #ff9900;
  background-image: url(images/mainvisual-bg-halo.png), radial-gradient(rgba(252, 238, 33, 0.3) 30%, transparent 30%);
  background-size: 125% auto, 15px 15px;
  background-position: center, center;
  z-index: -1;
  position: relative;
}
@media all and (max-width: 991px) {
  .mainvisual-bg {
    background-image: url(images/mainvisual-bg-halo-sp.png), radial-gradient(rgba(252, 238, 33, 0.3) 30%, transparent 30%);
    background-size: 150% auto, 15px 15px;
    /* padding: 2%; */
  }
}

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

.mainvisual-ninki {
  /* background-size: 14px 14px; */
  /* background-image: radial-gradient(rgba(247, 233, 33, 0.2) 30%, transparent 30%); */
  background-color: #003eff;
  /* position: relative; */
}
.mainvisual-ninki > div {
  flex-wrap: no-wrap;
}
@media all and (max-width: 991px) {
  .mainvisual-ninki > div {
    flex-wrap: wrap;
  }
}
.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%;
  }
}
@media all and (max-width: 1200px) {
  .mainvisual-ninki--txt {
    padding-left: 10px;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-ninki--txt {
    margin: auto 0;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-ninki--txt {
    padding-left: 0;
  }
}
.mainvisual-ninki--txt h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 800;
  filter: drop-shadow(5px 5px 0 #010f1c);
}
.mainvisual-ninki--txt h2 span {
  color: #ffcc0f;
}
.mainvisual-ninki--txt h2 small {
  font-weight: 800;
}
@media all and (max-width: 1200px) {
  .mainvisual-ninki--txt h2 {
    font-size: clamp(2.813rem, -0.168rem + 4.81vw, 3.438rem);
  }
}
@media all and (max-width: 991px) {
  .mainvisual-ninki--txt h2 {
    font-size: clamp(2.5rem, 1.629rem + 2.42vw, 3.125rem);
  }
}
@media all and (max-width: 768px) {
  .mainvisual-ninki--txt h2 {
    font-size: clamp(1.6rem, 0.957rem + 3.21vw, 2.5rem);
    filter: drop-shadow(3px 3px 0 #010f1c);
  }
}
.mainvisual-ninki--txt h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin-bottom: 0.3rem;
}
@media all and (max-width: 1215px) {
  .mainvisual-ninki--txt h3 {
    font-size: clamp(1.875rem, 1.687rem + 0.94vw, 2.4rem);
  }
}
@media all and (max-width: 990px) {
  .mainvisual-ninki--txt h3 {
    font-size: clamp(1.875rem, 1.529rem + 1.73vw, 2.6rem);
  }
}
@media all and (max-width: 768px) {
  .mainvisual-ninki--txt h3 {
    font-size: clamp(1.1rem, 0.314rem + 3.93vw, 2.2rem);
  }
}
.mainvisual-ninki--txt-01, .mainvisual-ninki--txt-02, .mainvisual-ninki--txt-03, .mainvisual-ninki--txt-04, .mainvisual-ninki--txt-05 {
  position: relative;
}
.mainvisual-ninki--txt-01::after, .mainvisual-ninki--txt-02::after, .mainvisual-ninki--txt-03::after, .mainvisual-ninki--txt-04::after, .mainvisual-ninki--txt-05::after {
  -webkit-text-stroke: 12px #010f1c;
  position: absolute;
  bottom: 4px;
  right: -2px;
  z-index: -1;
  color: #010f1c;
}
@media all and (max-width: 1200px) {
  .mainvisual-ninki--txt-01::after, .mainvisual-ninki--txt-02::after, .mainvisual-ninki--txt-03::after, .mainvisual-ninki--txt-04::after, .mainvisual-ninki--txt-05::after {
    -webkit-text-stroke: 10px #010f1c;
    right: -1px;
    bottom: 3px;
  }
}
@media all and (max-width: 576px) {
  .mainvisual-ninki--txt-01::after, .mainvisual-ninki--txt-02::after, .mainvisual-ninki--txt-03::after, .mainvisual-ninki--txt-04::after, .mainvisual-ninki--txt-05::after {
    -webkit-text-stroke: 6px #010f1c;
    right: 0px;
    bottom: 2px;
  }
}
.mainvisual-ninki--txt-01::after {
  content: "人気投票";
}
.mainvisual-ninki--txt-02::after {
  content: "第1位";
}
.mainvisual-ninki--txt-03::after {
  content: "お買得!!";
}
.mainvisual-ninki--txt-04::after {
  content: "各部門";
}
.mainvisual-ninki--txt-05::after {
  content: "が";
}

.mainvisual-ninki--btn {
  text-align: center;
  margin: -2% 0 0% 0;
}
@media all and (max-width: 1199px) {
  .mainvisual-ninki--btn {
    margin: 1% 0 0% 0;
  }
}
@media all and (max-width: 700px) {
  .mainvisual-ninki--btn {
    margin: 1% 0 3% 0;
  }
}
@media all and (max-width: 600px) {
  .mainvisual-ninki--btn {
    margin: 1% 0 5% 0;
  }
}
@media all and (max-width: 400px) {
  .mainvisual-ninki--btn {
    margin: 1% 0 6% 0;
  }
}

.mainvisual-ninki--btn a {
  position: relative;
  display: inline-block;
  padding: 3px 50px 3px 40px;
  font-size: 25px;
  color: #fff;
  font-weight: 800;
  background-color: #003eff;
  border: 3px solid #fff;
  border-radius: 50px;
  /* filter: drop-shadow(5px 5px 0 #010f1c); */
  transition: all 0.4s;
}
.mainvisual-ninki--btn a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
}
.mainvisual-ninki--btn a:hover {
  text-decoration: none;
  transform: translate(0px, 3px);
  /* filter: drop-shadow(2px 2px 0 #010f1c); */
}
@media all and (max-width: 1200px) {
  .mainvisual-ninki--btn a {
    font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
  }
}
/* @media all and (max-width: 576px) {
  .mainvisual-ninki--btn a {
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  }
} */

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

.mainvisual-ill-cracker-right {
  position: absolute;
  right: 10%;
  top: 7%;
  width: 24%;
  z-index: 1;
}
.mainvisual-ill-cracker-right img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .mainvisual-ill-cracker-right {
    width: 21%;
    right: 8%;
    top: 10%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-ill-cracker-right {
    width: 42%;
    right: -21%;
    bottom: 24%;
  }
}
.mainvisual-ill-cracker-left {
  position: absolute;
  left: 10%;
  top: 7%;
  width: 24%;
  z-index: 1;
}
.mainvisual-ill-cracker-left img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .mainvisual-ill-cracker-left {
    width: 22%;
    left: 10%;
    top: 9%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-ill-cracker-left {
    width: 32%;
    left: -20%;
    top: 21%;
  }
}
.mainvisual-pkg-left {
  position: absolute;
  left: -30%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
}
.mainvisual-pkg-left img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .mainvisual-pkg-left {
    width: 52%;
    left: -32%;
    bottom: 0%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-pkg-left {
    width: 69%;
    bottom: -3px;
    left: -25%;
  }
}
.mainvisual-pkg-right {
  position: absolute;
  left: 77%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
}
.mainvisual-pkg-right img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 1200px) {
  .mainvisual-pkg-right {
    width: 54%;
    bottom: 0%;
    left: 77%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-pkg-right {
    width: 66%;
    left: 59%;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-ill-cracker-right {
    width: 32%;
    right: -20%;
    top: 21%;
  }
}
.mainvisual-ill-garland-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.mainvisual-ill-garland-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .mainvisual-ill-garland-right,
  .mainvisual-ill-garland-left {
    width: 15%;
  }
  .mainvisual-ill-garland-right img,
  .mainvisual-ill-garland-left img {
    width: 100%;
    height: auto;
  }
}

.mainvisual-confetti {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  z-index: 2;
}
.mainvisual-confetti img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  /* .mainvisual-confetti {
    width: 93%;
    top: 30px;
  } */
  .mainvisual-confetti img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-confetti {
    /* width: 134%; */
    top: 50%;
  }
}

.mainvisual-title {
  width: 60%;
  margin: 0 auto;
  padding: 4% 0;
  position: relative;
  z-index: 3;
}
.mainvisual-title img {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .mainvisual-title {
    width: 61%;
  }
  .mainvisual-title img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  .mainvisual-title {
    width: 68%;
    /* margin-top: 1rem; */
  }
}

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

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.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-bg {
  background-color: #daeeff;
  background-image: url("images/sale-bg-pattern-2405.png");
  background-repeat: repeat;
}
@media all and (max-width: 991px) {
  .sale-bg {
    background-size: 15%;
  }
}
@media all and (max-width: 768px) {
  .sale-bg {
    background-size: 16%;
  }
}
@media all and (max-width: 576px) {
  .sale-bg {
    background-size: 20%;
  }
}
@media all and (max-width: 320px) {
  .sale-bg {
    background-size: 30%;
  }
}

.recommended-bg {
  background-color: #ffffdd;
  background-image: url("images/recommended-bg-pattern-2405.png");
  background-repeat: repeat;
}

.recommended-title {
  padding: 8vh 0 6vh;
  position: relative;
}
@media all and (max-width: 768px) {
  .recommended-title {
    padding: 6vh 0 4vh;
  }
}

.recommended-title h1{
    font-size: clamp(2.1rem, 1.547rem + 2.36vw, 4.2rem);
    font-weight: 900;
    text-align: center;
}

.recommended-ill-iceddrink {
  position: absolute;
  top: 2vh;
  right: 11vw;
}
.recommended-ill-iceddrink img {
  width: 50%;
  height: auto;
}
@media all and (max-width: 1600px) {
  .recommended-ill-iceddrink {
    top: 2vh;
    right: 5vw;
  }
}


/*--------------------------------------------------
 campaign
-------------------------------------------------*/
/*人気投票対象商品アイコン*/
.campaign-subject-icon {
  position: absolute;
  top: -21px;
  left: -2%;
  z-index: 10;
  width: 12%;
}
.campaign-subject-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .campaign-subject-icon {
    left: -1%;
  }
}@media all and (max-width: 991px) {
  .campaign-subject-icon {
    top: -25px;
    width: 15%;
  }
}
@media all and (max-width: 768px) {
  .campaign-subject-icon {
    width: 18%;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon {
    width: 21%;
    left: -2%;
    top: 0%;
  }
}
@media all and (max-width: 320px) {
  .campaign-subject-icon {
    width: 25%;
    left: -4%;
    /* top: 0%; */
  }
}

/*おすすめ商品限定期間アイコン*/
.campaign-recommended-icon {
  position: absolute;
  top: -21px;
  left: -2%;
  z-index: 10;
  width: 12%;
}
.campaign-recommended-icon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1300px) {
  .campaign-recommended-icon {
    left: -1%;
  }
}@media all and (max-width: 991px) {
  .campaign-recommended-icon {
    top: -25px;
    width: 15%;
  }
}
@media all and (max-width: 768px) {
  .campaign-recommended-icon {
    width: 18%;
  }
}
@media all and (max-width: 576px) {
  .campaign-recommended-icon {
    width: 21%;
    left: -2%;
    top: -2%;
  }
}
@media all and (max-width: 320px) {
  .campaign-recommended-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: clamp(1.1rem, 0.448rem + 4.322vw, 2.8rem);
  font-weight: 900;
  padding: 0 0 1rem 9%;
}
.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 13%;
    line-height: 1;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title--small {
    padding: 0 0 0.5rem 18%;
  }
  .campaign-item-title--small sup {
    top: -0.8em;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title--small {
    padding: 0 0 0.5rem 19%;
  }
  .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%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem;
  background-color: #28b700;
}
.btn-cart:hover {
  background-color: #1d8500;
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

.btn-cart-attention {
  font-size: 0.95rem;
  line-height: 1.4;
}
.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: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ff6600;
}
.item-name small {
  font-size: 2.2rem;
  font-weight: 700;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 576px) {
  .item-name {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .item-name small {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .item-name sup {
    font-size: 0.8rem;
  }
}
.item-name-sup {
  font-size: 0.8rem;
}

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

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

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

.item-name-set-min {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1 !important;
  color: #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: 1rem;
  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: 1.1rem;
}
@media all and (max-width: 768px) {
  .item-set-box {
    padding: 0.8rem;
  }
  .item-set-box P {
    font-size: 0.9rem;
  }
}

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

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

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

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

.item--ninki-coffee, .item--ninki-tea, .item--ninki-nihoncha {
  width: 50%;
}
.item--ninki-cantafe, .item--ninki-beauty, .item--ninki-cafesuppli {
  width: 60%;
}
.item--ninki-coffee img, .item--ninki-cantafe img, .item--ninki-tea img, .item--ninki-beauty img, .item--ninki-cafesuppli img, .item--ninki-nihoncha img {
  width: 100%;
  height: auto;
}
.item--ninki-coffee {
  bottom: 5%;
}
.item--ninki-tea {
  bottom: 28.5%;
}
.item--ninki-beauty {
  bottom: 14%;
}
.item--ninki-cafesuppli {
  bottom: 10%;
}
.item--ninki-beauty {
  bottom: 14%;
}
.item--ninki-nihoncha {
  margin-top: -8%;
}
@media all and (max-width: 1200px) {
  .item--ninki-cantafe, .item--ninki-beauty, .item--ninki-cafesuppli {
    width: 50%;
  }
}
@media all and (max-width: 991px) {
  .item--ninki-cantafe, .item--ninki-beauty, .item--ninki-cafesuppli {
    width: 100%;
  }
  .item--ninki-nihoncha {
    margin-bottom: 1%;
  }
}
@media all and (max-width: 768px) {
  .item--ninki-coffee, .item--ninki-cantafe, .item--ninki-tea, .item--ninki-beauty, .item--ninki-cafesuppli, .item--ninki-nihoncha {
    left: 0%;
  }
}
@media all and (max-width: 576px) {
  .item--ninki-coffee, .item--ninki-cantafe, .item--ninki-tea, .item--ninki-beauty, .item--ninki-cafesuppli, .item--ninki-nihoncha {
    left: -2%;
  }
}

.item--ninki-beauty-position {
  bottom: 8%;
}
@media all and (max-width: 991px) {
  .item--ninki-beauty-position {
    width: 50%;
  }
}
@media all and (max-width: 576px) {
  .item--ninki-beauty-position {
    bottom: 1%;
  }
}

.item--ninki-cantafe-position {
  bottom: 13%;
}
@media all and (max-width: 991px) {
  .item--ninki-cantafe-position {
    width: 50%;
  }
}
@media all and (max-width: 576px) {
  .item--ninki-cantafe-position {
    bottom: 14%;
  }
}

.item--ninki-cafesuppli-position {
  bottom: 12%;
}
@media all and (max-width: 991px) {
  .item--ninki-cafesuppli-position {
    width: 50%;
  }
}
@media all and (max-width: 576px) {
  .item--ninki-cafesuppli-position {
    bottom: 12%;
  }
}

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

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

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

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

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

.limited-family {
  display: flex;
  margin-bottom: -5%;
  align-items: flex-end;
}

.limited-family p {
  font-size: clamp(1.2rem, 1.143rem + 0.29vw, 1.5rem);
  background-color: #ffff00;
  border: 3px solid #ffff00;
  color: #ff6600;
  padding: 1% 2%;
  font-weight: 700;
  white-space: nowrap;
}

@media all and (max-width: 991px) {
  .limited-family {
    justify-content: flex-end;
    margin-bottom: -3%;
  }
}


/* --------------------------------------------------
 キャンペーン
-------------------------------------------------*/
#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: #fff1f1;
  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-gaba {
  position: relative;
  border-radius: 15px;
  border: 3px solid #c5c5c5;
  background-color: #d2e1f5;
  padding: 0.5rem;
}
/* .speech-bubble-gaba:before {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  background-color: #fff;
  content: "";
}
.speech-bubble-gaba:after {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 3px;
  background-color: #c5c5c5;
  transform: rotate(30deg);
  content: "";
} */
.speech-bubble-gaba h4 {
  color: #0c1948;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .speech-bubble-gaba h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
}
.speech-bubble-gaba ol {
  padding: 0;
  font-size: 1.1rem;
  margin-left: 15%;
}
@media all and (max-width: 991px) {
  .speech-bubble-gaba ol {
    margin-left: 25%;
  }
}
@media all and (max-width: 576px) {
  .speech-bubble-gaba ol {
    margin-left: 8%;
  }
}
.speech-bubble-gaba li {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
  color: #0c1948;
}
@media all and (max-width: 991px) {
  .speech-bubble-gaba li {
    font-size: clamp(0.75rem, 0.422rem + 1.639vw, 1.438rem);
  }
}
.speech-bubble-bikokusai {
  position: relative;
  border-radius: 15px;
  border: 3px solid #333333;
  background-color: #fffff3;
  padding: 0.5rem;
}
.speech-bubble-bikokusai:before {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  background-color: #fff;
  content: "";
}
.speech-bubble-bikokusai:after {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 3px;
  background-color: #333333;
  transform: rotate(30deg);
  content: "";
}
.speech-bubble-bikokusai h4 {
  color: #333333;
  font-weight: 700;
  line-height: 1;
}
@media all and (max-width: 991px) {
  .speech-bubble-bikokusai h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
}
.speech-bubble-bikokusai ol {
  padding: 0;
  font-size: 1.1rem;
  margin-left: 8%;
}
@media all and (max-width: 991px) {
  .speech-bubble-bikokusai ol {
    margin-left: 16%;
  }
}
@media all and (max-width: 768px) {
  .speech-bubble-bikokusai ol {
    margin-left: 12%;
  }
}
@media all and (max-width: 576px) {
  .speech-bubble-bikokusai ol {
    margin-left: 8%;
  }
}
.speech-bubble-bikokusai li {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
  color: #333333;
}
@media all and (max-width: 991px) {
  .speech-bubble-bikokusai li {
    font-size: clamp(0.75rem, 0.422rem + 1.639vw, 1.438rem);
  }
}

.text-bikokusai-underline {
  position: relative;
}
.text-bikokusai-underline::after {
  content: "";
  background-color: #d1eaa7;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}

.item-bikokusai-ill-01 {
  position: absolute;
  top: -60px;
  left: -5%;
  width: 17%;
}
.item-bikokusai-ill-01 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .item-bikokusai-ill-01 {
    left: -12%;
    top: -31px;
  }
}
@media all and (max-width: 991px) {
  .item-bikokusai-ill-01 {
    width: 12%;
    left: -3%;
    top: -58px;
  }
}
@media all and (max-width: 768px) {
  .item-bikokusai-ill-01 {
    top: -20px;
  }
}
@media all and (max-width: 575px) {
  .item-bikokusai-ill-01 {
    width: 16%;
    left: 1%;
    top: -30px;
  }
}

.item-bikokusai-ill-02 {
  position: absolute;
  bottom: -15px;
  right: -10%;
  width: 17%;
}
.item-bikokusai-ill-02 img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .item-bikokusai-ill-02 {
    right: -7%;
  }
}
@media all and (max-width: 991px) {
  .item-bikokusai-ill-02 {
    width: 12%;
    right: -3%;
  }
}
@media all and (max-width: 575px) {
  .item-bikokusai-ill-02 {
    width: 16%;
    right: 1%;
    bottom: -20px;
  }
}

.item-gaba-ill {
  position: absolute;
  top: -35px;
  left: -7%;
  width: 24%;
}
@media all and (max-width: 991px) {
  .item-gaba-ill {
    top: -11%;
    left: -2%;
    width: 20%;
  }
}
@media all and (max-width: 576px) {
  .item-gaba-ill {
    top: -5%;
    left: 0px;
    width: 26%;
  }
}
@media all and (max-width: 320px) {
  .item-gaba-ill {
    top: -23px;
    left: -1%;
    width: 30%;
  }
}
.item-gaba-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;
  }
}
