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

.natutoku-bg {
  background-color: #37ffad;
  background-image: radial-gradient(#45f7b0 30%, transparent 30%), radial-gradient(#45f7b0 30%, transparent 30%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
@media screen and (max-width: 768px) {
  .natutoku-bg {
    background-image: radial-gradient(#45f7b0 30%, transparent 30%), radial-gradient(#45f7b0 30%, transparent 30%);
    background-size: 30px 30px;
    background-position: 0 0, 15px 15px;
  }
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.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-color: #FFF;
  background-image: url(images/bg_white_mesh.png);
  background-size: 100px 100px;
  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-orange {
  background-color: #f98207 !important;
}

.bg-orange--dark {
  background-color: #ff5b2c;
}

.bg-tomato--dark {
  background-color: #ff5b2c;
}

.bg-green {
  background-color: #6b8d23;
}

.bg-deepgreen {
  background-color: #53a333;
}

.bg-gold {
  background-color: #D1A526;
}

.bg-purple {
  background-color: #D074BE;
}

.bg-mizudashi {
  background-color: #2929c1;
}

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

.bg-cafesuppli {
  background-color: #3399FF;
}

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

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

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

.bg-nukabijin {
  background-color: #ea1c00;
}

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

.bg-vitamin {
  background-color: #ffa914;
}

.mt-n10 {
  margin-top: -80px;
}

.red {
  color: #f20400;
}

.red-right {
  color: #ff0000;
}

.text-pink {
  color: #ff6d7e;
}

.text-blown {
  color: #a76f49;
}

.text-orange {
  color: #f98207;
}

.text-orange--dark {
  color: #ff5b2c;
}

.text-green {
  color: #6b8d23;
}

.text-deepgreen {
  color: #53a333;
}

.text-blown-right {
  color: #a66f49;
}

.text-tomato--dark {
  color: #ff5b2c;
}

.text-gold {
  color: #D1A526;
}

.text-purple {
  color: #D074BE;
}

.text-greenblue {
  color: #3399FF;
}

.text-deep-pink {
  color: #ff4d6f;
}

.text-yellow {
  color: #fff033;
}

.text-bubble-suppli {
  color: #e83828;
}

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

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

.text-narrow {
  transform: scaleX(0.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-gray {
  border-color: #3e3a39 !important;
}

.border-blown-right {
  border-color: #a66f49 !important;
}

.border-bg-tomato--dark {
  border-color: #ff5b2c !important;
}

.border-green {
  border-color: #6b8d23 !important;
}

.border-deepgreen {
  border-color: #53a333 !important;
}

.border-monthly {
  border-color: #ff4da2 !important;
}

.border-orange {
  border-color: #f98207 !important;
}

.border-cafesuppli {
  border-color: #3399FF !important;
}

.border-nihoncha {
  border-color: #00913a !important;
}

.border-bikokusai {
  border-color: #86B641 !important;
}

.border-decaffeinated {
  border-color: #ff9696 !important;
}

.fw-900 {
  font-weight: 900;
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

.font-sise2 {
  font-size: 2rem;
}
@media all and (max-width: 991px) {
  .font-sise2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 768px) {
  .font-sise2 {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 576px) {
  .font-sise2 {
    font-size: 2rem;
  }
}

.font-size-head {
  font-size: 1.6rem;
  font-weight: 700;
}
.font-size-head-big {
  font-size: 1.8rem;
}
@media all and (max-width: 576px) {
  .font-size-head {
    font-size: 1.2rem;
  }
  .font-size-head-big {
    font-size: 1.4rem;
  }
}

.font-size-body {
  font-size: 1.2rem;
  font-weight: 500;
}
.font-size-body small {
  line-height: 1;
  display: inline-block;
}
@media all and (max-width: 576px) {
  .font-size-body {
    font-size: 1rem;
  }
}

.font-size-osusume {
  font-size: clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
}

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

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

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

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

.badge-red {
  background-color: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
@media all and (max-width: 1200px) {
  .badge-red {
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  .badge-red {
    font-size: 0.8rem;
  }
}
.badge-nm {
  font-size: 1.6rem;
}
@media all and (max-width: 1200px) {
  .badge-nm {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .badge-nm {
    font-size: 1.2rem;
  }
}

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

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

.mainvisual-title {
  width: 100%;
  position: relative;
  margin: auto;
  margin-top: 20px;
  z-index: 100;
}
.mainvisual-title-ttl {
  left: 5%;
}
.mainvisual-title-month {
  width: 50%;
  display: block;
  position: absolute;
  left: 34%;
  bottom: -30%;
}
.mainvisual-title-icon {
  width: 20%;
  display: block;
  position: absolute;
  left: -4%;
  top: 0%;
}
@media all and (max-width: 1200px) {
  .mainvisual-title {
    width: 80%;
    padding-top: 5%;
  }
  .mainvisual-title-month {
    width: 60%;
    left: 31%;
    bottom: -27%;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-title {
    width: 95%;
  }
  .mainvisual-title-month {
    width: 65%;
    left: 26%;
    bottom: -37%;
  }
  .mainvisual-title-icon {
    left: -1%;
    top: -6%;
  }
}

.mainvisual-bg {
  background-image: url(images/fv_bg_flowers_2408@1.5x.png), url(images/fv_bg_flowers_mono_2408@1.5x.png), url(images/fv_bg_halftone_2408@1.5x.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: 80%, 160%, -90%;
  background-position-x: center;
  -webkit-animation: 0.4s linear 1 running bg-fade-down;
          animation: 0.4s linear 1 running bg-fade-down;
}
@-webkit-keyframes bg-fade-down {
  0% {
    background-position-y: 120%, 60%, 10%;
  }
  100% {
    background-position-y: 80%, 160%, -90%;
  }
}
@keyframes bg-fade-down {
  0% {
    background-position-y: 120%, 60%, 10%;
  }
  100% {
    background-position-y: 80%, 160%, -90%;
  }
}
@media all and (max-width: 1200px) {
  .mainvisual-bg {
    background-size: 140%, 125%, 135%;
    background-position-y: 40%, -30%, -15%;
  }
  @-webkit-keyframes bg-fade-down {
    0% {
      background-position-y: -60%, -70%, 75%;
    }
    100% {
      background-position-y: 40%, -30%, -15%;
    }
  }
  @keyframes bg-fade-down {
    0% {
      background-position-y: -60%, -70%, 75%;
    }
    100% {
      background-position-y: 40%, -30%, -15%;
    }
  }
}
@media all and (max-width: 991px) {
  .mainvisual-bg {
    background-size: 145%, 140%, 135%;
    background-position-y: 20%, -10%, -10%;
  }
  @-webkit-keyframes bg-fade-down {
    0% {
      background-position-y: 0%, 10%, 10%;
    }
    100% {
      background-position-y: 20%, -10%, -10%;
    }
  }
  @keyframes bg-fade-down {
    0% {
      background-position-y: 0%, 10%, 10%;
    }
    100% {
      background-position-y: 20%, -10%, -10%;
    }
  }
}
@media all and (max-width: 768px) {
  .mainvisual-bg {
    background-size: 150%, 140%, 180%;
    background-position-y: 35%, 10%, -12%;
  }
  @-webkit-keyframes bg-fade-down {
    0% {
      background-position-y: 15%, -10%, 8%;
    }
    100% {
      background-position-y: 35%, 10%, -12%;
    }
  }
  @keyframes bg-fade-down {
    0% {
      background-position-y: 15%, -10%, 8%;
    }
    100% {
      background-position-y: 35%, 10%, -12%;
    }
  }
}
@media all and (max-width: 576px) {
  .mainvisual-bg {
    background-size: 150%, 110%, 180%;
    background-position-y: 35%, 28%, -5%;
  }
  @-webkit-keyframes bg-fade-down {
    0% {
      background-position-y: 15%, 8%, 15%;
    }
    100% {
      background-position-y: 35%, 28%, -5%;
    }
  }
  @keyframes bg-fade-down {
    0% {
      background-position-y: 15%, 8%, 15%;
    }
    100% {
      background-position-y: 35%, 28%, -5%;
    }
  }
}

.mainvisual-houzai {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
.mainvisual-houzai-01 {
  flex-shrink: initial;
}
.mainvisual-houzai-02 {
  flex-shrink: initial;
}
@media all and (max-width: 1200px) {
  .mainvisual-houzai {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-houzai {
    margin-top: 5%;
  }
}

.mainvisual-day {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .mainvisual-day {
    top: -10px;
  }
  .mainvisual-day img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .mainvisual-day {
    width: 35%;
    top: -10px;
  }
}

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

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.sale-navigation ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sale-navigation li {
  margin-right: 10px;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  background-color: #fff;
  border: 3px solid #ff3688;
  border-radius: 5px;
}
.sale-navigation li:after {
  content: "";
  border-top: 7px solid #ff3688;
  border-right: 7px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: 6px;
  right: 50%;
  transform: translateX(50%);
  transition: 0.2s;
}
.sale-navigation li:hover {
  background-color: #ffffbb;
  transform: translateY(5px);
}
.sale-navigation li:last-child {
  margin-right: 0;
}
@media all and (max-width: 991px) {
  .sale-navigation li {
    padding: 0.1rem 0rem 0.8rem 0rem;
    text-align: center;
  }
  .sale-navigation li::before {
    bottom: 2px;
  }
}
@media all and (max-width: 768px) {
  .sale-navigation li:after {
    border-top: 5px solid #ff3688;
    border-right: 5px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 5px solid transparent;
    bottom: 4px;
  }
}

/*--------------------------------------------------
 月替わりの追加・調整クラス
-------------------------------------------------*/
.sale-title-bg {
  background-image: url("images/sale-bg--2402.jpg");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 991px) {
  .sale-title-bg {
    background-image: url("images/sale-bg--2402--sp.jpg");
  }
}

@media all and (max-width: 991px) {
  .sale-title-img {
    padding-bottom: 23%;
  }
}

.sale-bg {
  background-color: #11b5b2;
}

.sale-title-info {
  position: absolute;
  left: unset;
  right: 0;
  bottom: 0;
  margin: 5px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
@media all and (max-width: 991px) {
  .sale-title-info {
    left: unset;
    right: 0;
    bottom: 0;
  }
}
@media all and (max-width: 576px) {
  .sale-title-info {
    margin: 0 5px;
  }
}

.item-set-img {
  width: 100%;
  margin: auto;
}
@media all and (max-width: 991px) {
  .item-set-img {
    width: 75%;
  }
}
@media all and (max-width: 576px) {
  .item-set-img {
    width: 100%;
  }
}
.item-set-img-fukidashi-01 {
  width: 28%;
  height: auto;
  position: absolute;
  top: 65%;
  right: -5%;
}
.item-set-img-fukidashi-02 {
  width: 30%;
  height: auto;
  position: absolute;
  top: 54%;
  left: -5%;
}

.item-mizudashi-how-to {
  background-color: #2659ea;
  border-radius: 15px;
  padding: 0 5px 5px 5px;
}
.item-mizudashi-how-to-head {
  padding: 5px 0;
  color: #fff;
  text-align: center;
}
.item-mizudashi-how-to-body {
  background-color: #ebfbff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.item-mizudashi-how-to-ill {
  width: 30%;
  height: auto;
  padding: 10px 10px 10px 15px;
}
.item-mizudashi-how-to-txt {
  padding-right: 10px;
}
.item-mizudashi-how-to-txt span {
  color: #2659ea;
}
@media all and (max-width: 991px) {
  .item-mizudashi-how-to {
    width: 73%;
    margin: auto;
  }
}
@media all and (max-width: 576px) {
  .item-mizudashi-how-to {
    width: 100%;
  }
  .item-mizudashi-how-to-ill {
    padding: 0px 5px 0px 8px;
  }
}

.item-protein-points {
  background-color: #fff1e1;
  border: 3px solid #915712;
  border-radius: 15px;
  padding: 10px 5px;
  position: relative;
}
.item-protein-points::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #915712;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.item-protein-points::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 15px solid #fff1e1;
  border-left: 11px solid transparent;
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}
.item-protein-points-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-protein-points-head:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  border-bottom: 3px solid #ff4d6f;
}
.item-protein-points-head span {
  color: #ff4d6f;
}
.item-protein-points-body span {
  color: #fff;
  background-color: #ff4d6f;
  padding: 2px 4px;
}
.item-protein-points-img-01 {
  width: 20%;
  height: auto;
  position: absolute;
  top: 2%;
  left: -20%;
}
.item-protein-points-img-02 {
  width: 35%;
  height: auto;
  position: absolute;
  top: -5%;
  right: -32%;
}
@media all and (max-width: 576px) {
  .item-protein-points-img-01 {
    width: 18%;
    top: 35%;
    left: -15%;
  }
  .item-protein-points-img-02 {
    width: 30%;
    top: 15%;
    right: -23%;
  }
}

/*--------------------------------------------------
 campaign
-------------------------------------------------*/
/*●月限定アイコン*/
.campaign-subject-icon {
  width: 12%;
  position: absolute;
  top: -25%;
  left: 0%;
  z-index: 10;
}
.campaign-subject-icon-giza {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: 20s linear infinite rotating;
          animation: 20s linear infinite rotating;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1200px) {
  .campaign-subject-icon {
    top: 2%;
  }
}
@media all and (max-width: 991px) {
  .campaign-subject-icon {
    width: 12%;
    top: 5%;
    left: -1%;
  }
}
@media all and (max-width: 768px) {
  .campaign-subject-icon {
    width: 20%;
    left: -2%;
  }
}
@media all and (max-width: 576px) {
  .campaign-subject-icon {
    top: 2%;
    left: -3%;
  }
}
@media all and (max-width: 320px) {
  .campaign-subject-icon {
    width: 28%;
    left: -6%;
  }
}

@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*新商品アイコン*/
.campaign-new-icon {
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #ff6600;
  border-radius: 50%;
  position: absolute;
  bottom: 35%;
  left: 1%;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .campaign-new-icon {
    width: 20%;
    height: 12%;
    font-size: clamp(0.8rem, 0.037rem + 3.82vw, 2.4rem);
  }
}
.campaign-item-title {
  height: auto;
  display: block;
  position: relative;
  top: -50px;
  left: -60px;
}
@media all and (max-width: 1200px) {
  .campaign-item-title {
    left: -42px;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    left: -25px;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title {
    left: -12px;
  }
}
.campaign-item-title--01, .campaign-item-title--02, .campaign-item-title--03, .campaign-item-title--04 {
  width: 100%;
  min-height: 100px;
  padding: 20px 0;
  padding-left: 13%;
  background-color: #ff3688;
  display: flex;
  align-items: center;
  position: relative;
  /* top: -30px; */
  /* left: -20px; */
  font-size: clamp(1.1rem, 0.448rem + 4.322vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  border-radius: 10px 0 0 0;
}
.campaign-item-title--01:before, .campaign-item-title--02:before, .campaign-item-title--03:before, .campaign-item-title--04:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  border-top: 10px solid #e21773;
  border-right: 10px solid #e21773;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.campaign-item-title--01 #ribbon_tail, .campaign-item-title--02 #ribbon_tail, .campaign-item-title--03 #ribbon_tail, .campaign-item-title--04 #ribbon_tail {
  position: absolute;
  bottom: 0;
  right: -50%;
  height: 100%;
  width: 100%;
  transform: translateX(10px);
}
.campaign-item-title--01 sup, .campaign-item-title--02 sup, .campaign-item-title--03 sup, .campaign-item-title--04 sup {
  font-size: clamp(0.8rem, 0.655rem + 0.73vw, 1.2rem);
  top: -1em;
}
@media all and (max-width: 1200px) {
  .campaign-item-title--01:before, .campaign-item-title--02:before, .campaign-item-title--03:before, .campaign-item-title--04:before {
    bottom: -10px;
    border-top: 5px solid #e21773;
    border-right: 5px solid #e21773;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title--01, .campaign-item-title--02, .campaign-item-title--03, .campaign-item-title--04 {
    padding: 15px 0;
    padding-left: 13%;
    left: -10px;
    line-height: 1;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title--01, .campaign-item-title--02, .campaign-item-title--03, .campaign-item-title--04 {
    padding-left: 22%;
  }
  .campaign-item-title--01 sup, .campaign-item-title--02 sup, .campaign-item-title--03 sup, .campaign-item-title--04 sup {
    top: -0.8em;
  }
}
@media all and (max-width: 576px) {
  .campaign-item-title--01, .campaign-item-title--02, .campaign-item-title--03, .campaign-item-title--04 {
    min-height: unset;
    padding: 10px 0;
    padding-left: 22%;
  }
  .campaign-item-title--01 #ribbon_tail, .campaign-item-title--02 #ribbon_tail, .campaign-item-title--03 #ribbon_tail, .campaign-item-title--04 #ribbon_tail {
    right: -49%;
  }
  .campaign-item-title--01 sup, .campaign-item-title--02 sup, .campaign-item-title--03 sup, .campaign-item-title--04 sup {
    top: -0.5em;
  }
}
/*--------------------------------------------------
 外枠花火イラスト
-------------------------------------------------*/
.hana--01 {
  position: absolute;
  z-index: 0;
}

.hana--02 {
  position: absolute;
  z-index: 0;
}

.hana--03 {
  position: absolute;
  z-index: 0;
}

.hana--04 {
  position: absolute;
  z-index: 0;
}

.hana--05 {
  position: absolute;
  z-index: 0;
}

.hana--06 {
  position: absolute;
  z-index: 0;
}

.hana--07 {
  position: absolute;
  z-index: 0;
}

.hana--08 {
  position: absolute;
  z-index: 0;
}

.hana--09 {
  position: absolute;
  z-index: 0;
}

.hana--10 {
  position: absolute;
  z-index: 0;
}

.hana--11 {
  position: absolute;
  z-index: 0;
}

.hana--12 {
  position: absolute;
  z-index: 0;
}

.hana--13 {
  position: absolute;
  z-index: 0;
}

.hana--01 {
  top: 0;
  left: -24%;
}
.hana--02 {
  top: 3%;
  right: -36%;
}
.hana--03 {
  top: 13%;
  left: -27%;
}
.hana--04 {
  top: 29%;
  left: -28%;
}
.hana--05 {
  top: 23%;
  right: -19%;
}
.hana--06 {
  top: 41%;
  left: -30%;
}
.hana--07 {
  top: 44%;
  right: -30%;
}
.hana--08 {
  top: 55%;
  left: -34%;
}
.hana--09 {
  top: 74%;
  left: -21%;
}
.hana--10 {
  top: 67%;
  right: -38%;
}
.hana--11 {
  top: 85%;
  left: -30%;
}
.hana--12 {
  top: 90%;
  right: -40%;
}
.hana--13 {
  top: 95%;
  left: -15%;
}

/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.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: #ff5500;
}
.btn-cart:hover {
  background-color: #ff2600;
}
@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;
}
.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: #ff3688;
}
.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: #ff3688;
  border-radius: 5px;
  color: #ffff00;
  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: #ff3688;
  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: 1rem auto;
  padding: 0.5rem 1rem;
  border: 1px solid #3e3a39;
  border-radius: 10px;
}
.item-set-box-caption {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  border-bottom: 1px dashed #3e3a39;
}
.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-bg {
  background-color: #00ff97;
}
.attention-text a {
  text-decoration: underline;
  color: #6c757d !important;
}
.attention-text a:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .item-img {
    text-align: center;
    font-size: 0.8rem;
  }
}

@media all and (max-width: 768px) {
  .item-chart {
    width: 80%;
  }
}

.re-type {
  font-size: 1.8rem;
  font-weight: 600 !important;
}
@media all and (max-width: 991px) {
  .re-type {
    font-size: 2rem;
  }
}
@media all and (max-width: 576px) {
  .re-type {
    font-size: 1.8rem;
  }
}

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

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

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

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

.summer a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}
.summer-bg {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url("images/summer_bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.summer-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 768px) {
  .summer-bg {
    background-position: center;
  }
}
.summer-bg-color {
  background-color: #F3370A;
  border-radius: 15px;
  padding: 2rem;
}
.summer-wrapper {
  z-index: 100;
}
.summer-ff-01 {
  position: absolute;
  top: 7%;
  left: -28%;
}
@media all and (max-width: 1200px) {
  .summer-ff-01 {
    display: none;
  }
}
.summer-ff-02 {
  position: absolute;
  top: 2%;
  right: -40%;
}
@media all and (max-width: 1200px) {
  .summer-ff-02 {
    display: none;
  }
}
.summer-ff-03 {
  position: absolute;
  top: 65%;
  left: -5%;
}
@media all and (max-width: 1200px) {
  .summer-ff-03 {
    display: none;
  }
}
.summer-ff-04 {
  position: absolute;
  top: 58%;
  right: -33%;
  z-index: 200;
}
@media all and (max-width: 1200px) {
  .summer-ff-04 {
    display: none;
  }
}
.summer-obj-01 {
  position: absolute;
  bottom: 50%;
  left: -60%;
  transform: translateY(50%);
}
@media all and (max-width: 1200px) {
  .summer-obj-01 {
    left: -110%;
  }
}
.summer-obj-02 {
  position: absolute;
  bottom: 50%;
  right: -45%;
  transform: translateY(50%);
}
@media all and (max-width: 1200px) {
  .summer-obj-02 {
    right: -80%;
  }
}

.mame555-bg {
  background-image: url("../55th/images/present-55th-bg--2311.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: #00bbff;
  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;
  }
}

/* --------------------------------------------------
 note
-------------------------------------------------*/
.description p, .description ul {
  font-size: 1.2rem;
}
@media all and (max-width: 576px) {
  .description p, .description ul {
    font-size: 0.9rem;
  }
}

.h1-note {
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 576px) {
  .h1-note {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 320px) {
  .h1-note {
    font-size: 1.5rem;
  }
}

/*--------------------------------------------------
 SNS
-------------------------------------------------*/
.sns-area {
  max-width: 750px;
  margin: 0 auto;
}
.sns-area ul {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.sns-area li {
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border-right: 1px solid #d7ba9a;
}
.sns-area li:last-child {
  border: none;
}
.sns-area img {
  max-width: 60px;
  height: auto;
}
@media all and (max-width: 576px) {
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.5);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 1000;
}

.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%;
}
/*# sourceMappingURL=style_202408.css.map */