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

#father 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;
}

.father2024-blue {
  color: #0060a1;
}

.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: #0060a1 !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;
}

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

.d-1043-none {
  display: block;
}
@media all and (max-width: 1043px) {
  .d-1043-none {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .d-1043-none {
    display: block;
  }
}
@media all and (max-width: 422px) {
  .d-1043-none {
    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;
}

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

.fv-arrival-date {
  background-color: #0060a1;
  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%; 
/*    width: 39%;
    left: -16%;
    top: -5%;
    bottom: initial;*/
  }
}
@media all and (max-width: 576px) {
  .fv-side-date {
    right: -4%;
    width: 32%;
/*   left: -8%;
   top: -6%;*/
    left: initial; 
    top: 13%;
  }
}

.fv-side-mamey {
  position: absolute;
  right: -18%;
  bottom: 2%;
  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: 0%;
    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: 3%;
  }
}

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

.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: 1200px) {
  .fv-side-webgentei {
    top: 0%;
  }
}
@media all and (max-width: 991px) {
  .fv-side-webgentei {
    width: 28%;
    top: -1%;
    right: -13%;
    left: inherit;
  }
}

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

.fv-side-sorry_late {
  position: absolute;
  top: 0;
  left: 15%;
  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%;
    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: 5%;
  }
}
@media all and (max-width: 1400px) {
  .fv-side-card {
    left: -3vw;
    bottom: 1.5%;
  }
}

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

@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: 47%;
  z-index: 5;
}
.fv-main-left img {
  width: auto;
  height: 100%;
}
@media all and (max-width: 1750px) {
  .fv-main-left {
    left: -11vw;
    top: 30px;
    height: 45%;
  }
}
@media all and (max-width: 1500px) {
  .fv-main-left {
  height: 50%;
  top: 30px;
  left: -11vw;
  }
}
@media all and (max-width: 1400px) {
  .fv-main-left {
   left: -11vw;
   top: 8%;
   height: 54%;
  }
}

@media all and (max-width: 991px) {
  .fv-main-left {
  top: 39%;
  height: 32%;
  left: -16%;
  transform: rotate(3deg);
  }
}
@media all and (max-width: 576px) {
  .fv-main-left {
  left: -5%;
  top: 46%;
  height: 32%;
  transform: rotate(1deg);
  }
}

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

@media all and (max-width: 1800px) {
  .fv-main-right {
  top: 2%;
  width: 48%;
  right: -26%;
  z-index: 2;
  left: inherit;
  }
}
@media all and (max-width: 1400px) {
  .fv-main-right {
    top: -5%;
  }
}
@media all and (max-width: 1200px) {
  .fv-main-right {
    top: -4%;
    width: 44%;
    right: -22%;
  }
}
@media all and (max-width: 991px) {
  .fv-main-right { 
  width: 80%;
  left: 47%;
  top: 36%;
  z-index: 8;
  }
}
@media all and (max-width: 576px) {
  .fv-main-right {
  width: 68%;
  left: 45%;
  top: 42%;
  }
}


.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 6% 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: 58%;
}
.fv-main-ttl-img {
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    padding-top: 1%;
}
.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 68% 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: 1px;
  }
}

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


.fv-fl-right {
  position: absolute;
  bottom: 8%;
  right: 13%;
  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: 61%;
  }
  .fv-fl-left{
    top: 19%;
    left: 10%;
    width: 23%;
  }
  .fv-fl-right {
    bottom: 2%;
    right: 11%;
    width: 22%;
  }
}
@media all and (max-width: 1500px) {
  .fv-fl-left{
    left: 9%;
    width: 23%;
    top: 16%;
  }
  .fv-fl-right {
   bottom: 1%;
   width: 22%;
   right: 12%;
  } 
}
@media all and (max-width: 1400px) {
  .fv-main-title-img {
    width: 55%;
  }
  .fv-fl-left{
    top: 10%;
    left: 12%;
    width: 22%;
    transform: rotate(5deg);
  }
  .fv-fl-right {
    bottom: 3%;
    right: 15%;
    width: 21%;
  } 
}

@media all and (max-width: 991px) {
  .fv-main-title-img{
   width: 90%;
  }
  .fv-fl-left{  
  top: 7%;
  left: -10%;
  width: 35%;
  transform: rotate(5deg);
  }
  .fv-fl-right {
   top: 12%;
   right: -7%;
   width: 36%;
   bottom: inherit;
   transform: rotate(1deg);
  }
}
@media all and (max-width: 576px) {
  .fv-fl-left{
    top: 7%;
    left: -9%;
    width: 31%;
    transform: rotate(9deg);
  }
  .fv-fl-right {
   top: 8%;
  right: -7%;
  width: 34%;
  bottom: inherit;
  transform: rotate(-9deg);
  }
}


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


/*--------------------------------------------------
 月替わりの追加・調整クラス
-------------------------------------------------*/
.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: #cae7f1;
    background-image: url(images23/bg-stripe-white.png);
    background-repeat: repeat;
    max-width: 100%;
}
@media all and (max-width: 991px) {
  .sale-bg {
    background-size: 5%;
  }
}
@media all and (max-width: 768px) {
  .sale-bg {
    background-size: 6%;
  }
}
@media all and (max-width: 576px) {
  .sale-bg {
    background-size: 8%;
  }
}
@media all and (max-width: 320px) {
  .sale-bg {
    background-size: 7%;
  }
}

.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
-------------------------------------------------*/
/*マメーアイコン*/
.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: -25px;
  }
}
@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-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: -2vh;
  }
}
@media all and (max-width: 320px) {
  .campaign-subject-icon {
    width: 26%;
    top: -3.5vh;
  }
}


/*新商品アイコン*/
.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: 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;
}
.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;
  } 
}

/*詳細リンク*/
.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;
}
}

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.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: #0060a1;
}
.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 {
    font-size: 16px;
    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: 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-set-box-attention {
  padding-top: 0.6rem;
  font-size: 0.95rem;
  line-height: 1.3;
  word-break: break-all;
}
@media all and (max-width: 768px) {
  .item-set-box-attention {
    font-size: 0.7rem;
  }
}

.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: 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: 1rem;
  line-height: 1.3 !important;
  font-weight: 500;
}
@media all and (max-width: 768px) {
  .item-text {
    font-size: 1rem;
  }
}
@media all and (max-width: 576px) {
  .item-text {
    font-size: 14px;
  }
}
.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: 2%;
  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;
}

.bottom-1 {
  bottom: 2%;
}
@media all and (max-width: 576px){
  .bottom-1 {
    bottom: 2%;
  }
}
.bottom-2 {
  bottom: 1%;
}
.bottom-3 {
  bottom: 2%;
}
.bottom-4 {
  bottom: 4%;
}
.bottom-5 {
  bottom: 1%
}
.bottom-6 {
  bottom: 1%;
}
@media all and (max-width: 991px){
  .bottom-6 {
    bottom: 0%;
  }
}

/*--------------------------------------------------
  価格
-------------------------------------------------*/
.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;
  line-height: 1.15 !important;
  position: relative;
  top: -0.1rem;
}
.price--unit {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1 !important;
  position: relative;
  top: -0.1rem;
}
@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.8rem;
    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;
  }
}

.price--ruby {
  font-size: 1rem;
  font-weight: 600;
  top: -31%;
  right: 15%;
}

.price--ruby-lg {
  right: 8%;
}
@media all and (max-width: 1200px) {
  .price--ruby {
    right: 10%;
  }
  .price--ruby-lg {
    right: -1%;
}
}
@media all and (max-width: 991px) {
  .price--ruby {
    right: 14%;
    top: -24%;
  }
  .price--ruby-lg {
  right: -1%;
}
}
@media all and (max-width: 576px) {
  .price--ruby {
    right: 10%;
    font-size: 0.8rem;
    top: -29%;
  }
  .price--ruby-lg {
    right: -5%;
  }
}
.price--ruby span {
  font-size: 0.9rem;
}

/*--------------------------------------------------
　イラスト
-------------------------------------------------*/
.set-illust {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
}
@media all and (max-width: 992px) {
  .set-illust {
    display: none;
  }
}

/* --------------------------------------------------
 キャンペーン
-------------------------------------------------*/
#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%;
  }
}


/* --------------------------------------------------
 bellirica
-------------------------------------------------*/

.item-bellirica-points {
  background-color: #fff5f3;
  border: 3px solid #ff4104;
  border-radius: 15px;
  padding-top: 10px;
  padding-right: 5px;
  position: relative;
}
 .item-bellirica-points::before { 
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #ff4104;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 80%;
  transform: translateX(50%);
 } 
.item-bellirica-points::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff5f3;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  right: 80%;
  transform: translateX(50%);
}
.item-bellirica-points-head {
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-bellirica-points-head .ttl {
  line-height: 1.2 !important;
}
/* .item-bellirica-points-head:after { 
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  border-bottom: 3px solid #ff4104;
}*/
.item-bellirica-points-head span {
  color: #ff4104;
}
.item-bellirica-points-body i {
  color: #fff;
  font-style: unset;
  background-color: #ff4104;
  padding: 0px 4px;
}
.item-bellirica-points-body-01:before {
  content: "1.";
  position: absolute;
  top: 0;
  left: 1%;
}
.item-bellirica-points-body-02:before {
  content: "2.";
  position: absolute;
  top: 0;
  left: 1%;
}
.item-bellirica-points-body-03:before {
  content: "3.";
  position: absolute;
  top: 0;
  left: 1%;
}
.item-bellirica-points-img-01 {
    width: 23%;
    height: auto;
    position: absolute;
    top: -8%;
    right: -30%;
}
.item-bellirica-points-body li p {
  line-height: 1.4 !important;
}
@media all and (max-width: 1200px) {
  .item-bellirica-points-head {
    padding-left: 10px;
  }
  .item-bellirica-points-img-01 {
    top: -16%;
    right: -25%;
  }
}
@media all and (max-width: 991px) {
  .item-bellirica-points-body li {
    font-size: 1rem;
  }
  .item-bellirica-points-img-01 {
    width: 22%;
    max-width: unset;
    /* min-width: 110px; */
    top: -16%;
    right: -23%;
  }
  .item-bellirica-points-body-01:before,
  .item-bellirica-points-body-02:before,
  .item-bellirica-points-body-03:before {
    left: 0;
  }
}
@media all and (max-width: 576px) {
  .item-bellirica-points {
  padding-top: 0px;
  padding-bottom: 10px;
}
  .item-bellirica-points-body li img {
    width: 60px;
    height: auto;
    margin-top: -17px;
  }
  .item-bellirica-points-body li p{
    font-size: 13px;
  }
  .item-bellirica-points-img-01 {
    width: 30%;
    top: 2px;
    right: -36%;
  }
  .item-bellirica-points-head {
    padding-left: 10px;
  }
  .item-bellirica-points-body-01:before,
  .item-bellirica-points-body-02:before,
  .item-bellirica-points-body-03:before {
    left: 1%;
  }
}

.font-size-head {
  /* font-size: clamp(1.25rem, 0.654rem + 0.96vw, 1.375rem); */
  font-size: clamp(1rem, 0.75rem + 0.8vi, 1.25rem);
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .font-size-head {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media all and (max-width: 576px) {
  .font-size-head {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.font-size-body p {
  line-height: 1.5 !important;
}
.font-size-body p {
  line-height: 1.5 !important;
}
.item-bellirica-points-body {
  font-weight: 500;
}



/* --------------------------------------------------
 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;
  }
  #sns h3 {
    margin-bottom: .2rem;
} 
}

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

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

.item-bijelly-speech-balloon {
  position: absolute;
  top: -28px;
  left: -7%;
  width: 23%;
}
.item-bijelly-speech-balloon img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 991px) {
  .item-bijelly-speech-balloon {
    left: -2%;
    width: 18%;
  }
}
@media all and (max-width: 576px) {
  .item-bijelly-speech-balloon {
    top: -5%;
    left: -7px;
  }
}
@media all and (max-width: 320px) {
  .item-bijelly-speech-balloon {
    top: -26px;
    left: -12%;
    width: 25%;
  }
}

.speech-bubble-toubicha {
  text-align: left;
  position: relative;
  border-radius: 15px;
  border: 3px solid #d9bc20;
  background-color: #dee788;
  padding: 0.5rem;
}
/* .speech-bubble-toubicha:before {
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-24%);
  height: 3px;
  width: 20px;
  background-color: #fff;
  content: "";
} */
/* .speech-bubble-toubicha:after {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 3px;
  background-color: #d9bc20;
  transform: rotate(330deg);
  content: "";
} */
.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);
  }
}
.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.3rem;
  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;
}

/*---------------------------------------
のし対応のお届け荷姿
--------------------------------------*/

.noshi-box {
  text-align: center;
}
.noshi-text p,
.gochui-text p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.gochui-text {
  padding: 2% 5%;
  background: #ffffce;
  border-radius: 0;
}
.gochui-text a {
  text-decoration: underline;
  color: #40210f;
}
.gochui-text a:hover {
  text-decoration: none;
  color: #40210f;
}
@media (max-width: 576px) {
  .noshi-text h4, .gochui-text h4 {
      font-size: 1rem;
    }
  .noshi-text p, .gochui-text p {
     font-size: 0.8rem;
     font-weight: 500;
      line-height: 1.5;
    }
}
hr {
  border-top: 1px solid rgba(0, 0, 0, .2);
}

/*---------------------------------------
ナビゲーション（6/2追加）
--------------------------------------*/
.navigation {
  background-color: #1c81ad;
  /* background-color: #3b97c0; */
}
.nav-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 6px 0;
}

.nav-wrap a {
  height: 90px;
  display: inline-flex;
  justify-content: center;
}

.nav-wrap > li:not(:last-child) {
  border-right: 1px solid #ffffff;
  height: 90px;
}

.nav-group {
  display: inline-flex;
  align-items: center;
}

.nav-group img {
  width: 100%;
}
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}

@media (max-width: 1100px) {
}

@media (max-width: 991px) {
  .nav-wrap a, .nav-wrap>li:not(:last-child)  {
    height:  80px;
  }
  .nav-inner {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
      height: 60px;
    }
    .nav-wrap {
      padding: 3px 0; 
    }
}

@media (max-width: 576px) {
  .pc-img {
    display: none;
  }

  .sp-img {
    display: block;
  }
}
@media (max-width: 440px) {
  .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
      height: 50px;
    }
}
@media (max-width: 400px) {
  .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
      height: 43px;
    }
}
@media (max-width: 320px) {
  .nav-wrap a,
    .nav-wrap>li:not(:last-child) {
      height: 34px;
    }
}





