@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.06deg);
}

/*--------------------------------------------------
 Base
-------------------------------------------------*/
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

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: 575px) {
  .btn-gentei .btn-outline-dark h5 {
    font-size: 1rem;
  }
  .btn-gentei .btn-outline-dark h4 {
    font-size: clamp(1rem, 0.844rem + 0.78vw, 1.125rem);
  }
  .btn-gentei .btn-outline-dark .btn-gentei--img {
    margin: auto;
  }
}

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

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}

.content-991 {
  max-width: 991px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .content-991 {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .content-991 {
    padding: 0;
  }
}

.category-wrapper {
  margin-top: 70px;
  align-items: stretch;
}
@media screen and (max-width: 575px) {
  .category-wrapper {
    margin-top: unset;
    padding-top: 5px;
  }
}
.category-item {
  display: inline-flex;
}

.bg-white-area {
  background-color: #fff;
  background-size: contain;
  border-radius: 35px;
  position: relative;
  padding: 30px 24px;
  margin-left: 10px;
  margin-right: 20px;
  z-index: 1;
  box-shadow: 5px 5px 0px 12px rgb(22, 22, 22);
}
@media screen and (max-width: 1200px) {
  .bg-white-area {
    padding: 20px 8px;
    margin-left: 2px;
    margin-right: 6px;
    box-shadow: 3px 3px 0px 6px rgb(22, 22, 22);
  }
}
@media screen and (max-width: 575px) {
  .bg-white-area {
    padding: 25px 5px 5px;
    border-radius: 25px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-bijelly {
  background-color: #44C1BD;
}

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

.bg-sweets {
  background-color: #8a3025;
}

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

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

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

.red {
  color: #f20400;
}

.red-right {
  color: #ff0000;
}

.text-pink {
  color: #ff6d7e;
}

.text-blown {
  color: #a76f49;
}

.text-orange {
  color: #f98207;
}

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

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

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

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

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

.text-gold {
  color: #D1A526;
}

.text-purple {
  color: #D074BE;
}

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

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

.text-yellow {
  color: #fff033;
}

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

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

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

.text-narrow {
  transform: scaleX(0.9);
  display: flex;
  white-space: nowrap;
  letter-spacing: -0.2rem;
  margin-left: -0.5rem;
}

.letter-spacing-sm {
  letter-spacing: -0.1rem;
}

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

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

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

.border-dotted {
  height: 30px;
  background-image: radial-gradient(circle, #1C1C1C 5px, transparent 6px);
  background-position: 0 0;
  background-size: 25px 25px;
  border-top: none;
}
@media all and (max-width: 575px) {
  .border-dotted {
    height: 20px;
    background-image: radial-gradient(circle, #1C1C1C 4px, transparent 5px);
    background-size: 20px 20px;
  }
}

.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: 575px) {
  .font-sise2 {
    font-size: 2rem;
  }
}

.font-size-head {
  font-size: clamp(1.25rem, -0.24rem + 2.4vw, 1.563rem);
  font-weight: 700;
}
.font-size-head-big {
  font-size: 1.8rem;
}
@media all and (max-width: 991px) {
  .font-size-head {
    font-size: clamp(1.563rem, 0.953rem + 1.69vw, 2rem);
  }
}
@media all and (max-width: 575px) {
  .font-size-head {
    font-size: 1.2rem;
  }
  .font-size-head-big {
    font-size: 1.4rem;
  }
}

.font-size-body {
  font-size: clamp(0.906rem, -0.137rem + 1.68vw, 1.125rem);
  font-weight: 500;
}
.font-size-body small {
  line-height: 1;
  display: inline-block;
}
@media all and (max-width: 991px) {
  .font-size-body {
    font-size: clamp(1.094rem, 0.44rem + 1.81vw, 1.563rem);
  }
}
@media all and (max-width: 575px) {
  .font-size-body {
    font-size: 1rem;
    line-height: 1.6;
  }
}

.font-size-osusume {
  font-size: clamp(1.6rem, 1.055rem + 2.33vw, 2.8rem);
}

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

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

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

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

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

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

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

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

.main-bg {
  background: linear-gradient(90deg, #FF9ABF 0%, #FF9ABF 50%, #93A2EB 50%, #93A2EB 100%);
}

/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/
.mainvisual-bg {
  background: linear-gradient(90deg, #FF5794 0%, #FF5794 50%, #4B64DD 50%, #4B64DD 100%);
}

.mainvisual-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mainvisual-area-ninki {
  width: 45%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainvisual-area-koime {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
}
.mainvisual-area-or {
  width: 100%;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1600px) {
  .mainvisual-area-or {
    width: 15%;
  }
}
@media all and (max-width: 575px) {
  .mainvisual-area-or {
    display: none;
  }
}

.mainvisual-title {
  width: 100%;
  position: relative;
  z-index: 100;
}
.mainvisual-title-ttl {
  width: 100%;
  max-width: 800px;
  padding: 11% 0 27%;
  margin: auto;
}
.mainvisual-title-sub {
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}
.mainvisual-title-kikan {
  width: 35%;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
}
@media all and (max-width: 1600px) {
  .mainvisual-title-ttl {
    width: 55%;
    max-width: unset;
    padding: 9% 0 18%;
  }
  .mainvisual-title-sub {
    width: 55%;
  }
  .mainvisual-title-kikan {
    width: 32%;
    top: 63%;
  }
}
@media all and (max-width: 575px) {
  .mainvisual-title-ttl {
    width: 85%;
    padding: 12% 0 58%;
  }
  .mainvisual-title-sub {
    width: 82%;
    top: 2%;
  }
  .mainvisual-title-kikan {
    width: 55%;
    top: 43%;
  }
}

.mainvisual-sizzle-ninki {
  width: 45%;
  position: absolute;
  bottom: 20%;
  left: -20%;
  z-index: 99;
}
.mainvisual-sizzle-koime {
  width: 45%;
  position: absolute;
  bottom: 20%;
  right: -20%;
  z-index: 99;
}
.mainvisual-sizzle-sp {
  display: none;
  position: absolute;
  z-index: 99;
}
@media all and (max-width: 1600px) {
  .mainvisual-sizzle-ninki {
    width: 35%;
    bottom: 15%;
    left: -7%;
  }
  .mainvisual-sizzle-koime {
    width: 35%;
    bottom: 15%;
    right: -7%;
  }
}
@media all and (max-width: 575px) {
  .mainvisual-sizzle-ninki {
    display: none;
  }
  .mainvisual-sizzle-koime {
    display: none;
  }
  .mainvisual-sizzle-sp {
    display: block;
    width: 125%;
    bottom: -3%;
    right: 50%;
    transform: translateX(50%);
  }
}

.mainvisual-houzai-ninki {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: -15%;
  z-index: 100;
}
.mainvisual-houzai-koime {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: -15%;
  z-index: 100;
}
@media all and (max-width: 1600px) {
  .mainvisual-houzai-ninki {
    width: 35%;
    left: 0%;
  }
  .mainvisual-houzai-koime {
    width: 35%;
    right: 0%;
  }
}
@media all and (max-width: 575px) {
  .mainvisual-houzai-ninki, .mainvisual-houzai-koime {
    width: 50%;
  }
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
.sale-navigation {
  position: relative;
  z-index: 10;
}
.sale-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
}
.sale-navigation li {
  margin-right: 10px;
  transition: 0.5s;
}
.sale-navigation li:last-child {
  margin-right: 0;
}
.sale-navigation li:hover {
  bottom: -5px;
}
.sale-navigation a {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sale-navigation a:hover {
  text-decoration: none;
}
@media all and (max-width: 575px) {
  .sale-navigation li {
    margin-right: 2px;
  }
}

/*--------------------------------------------------
 月替わりの追加・調整クラス
-------------------------------------------------*/
@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: 575px) {
  .sale-title-info {
    margin: 0 5px;
  }
}

@media all and (max-width: 1200px) {
  .sizzle-img {
    width: 95%;
    margin: auto;
  }
}
@media all and (max-width: 575px) {
  .sizzle-img {
    width: 100%;
    margin-bottom: 5px;
  }
}

/*--------------------------------------------------
 campaign
-------------------------------------------------*/
/*カテゴリアイコン*/
.icon-which {
  height: 110px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.icon-which img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 768px) {
  .icon-which {
    height: 85px;
  }
}
@media all and (max-width: 575px) {
  .icon-which {
    width: 51%;
    height: auto;
    position: relative;
    top: -5px;
    margin-bottom: -28px;
  }
  .icon-which img {
    height: auto;
    width: 100%;
  }
}

.icon-left {
  height: 90px;
  position: absolute;
  top: -40px;
  left: -30px;
  z-index: 10;
}
.icon-left img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 1200px) {
  .icon-left {
    left: -8px;
  }
}
@media all and (max-width: 991px) {
  .icon-left {
    height: 70px;
  }
}
@media all and (max-width: 768px) {
  .icon-left {
    height: 55px;
    top: -30px;
  }
}
@media all and (max-width: 575px) {
  .icon-left {
    height: 40px;
    top: 12px;
  }
}

.icon-right {
  height: 90px;
  position: absolute;
  top: -40px;
  right: -30px;
  z-index: 10;
}
.icon-right img {
  height: 100%;
  width: auto;
}
@media all and (max-width: 1200px) {
  .icon-right {
    right: -8px;
  }
}
@media all and (max-width: 991px) {
  .icon-right {
    height: 70px;
  }
}
@media all and (max-width: 768px) {
  .icon-right {
    height: 55px;
    top: -30px;
  }
}
@media all and (max-width: 575px) {
  .icon-right {
    height: 40px;
    top: 12px;
  }
}

/*新商品アイコン*/
.campaign-new-icon {
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  background-color: #ff6600;
  border-radius: 50%;
  position: absolute;
  bottom: 35%;
  left: 1%;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .campaign-new-icon {
    width: 20%;
    height: 12%;
    font-size: clamp(0.8rem, 0.037rem + 3.82vw, 2.4rem);
  }
}
[class^=icon-15g-] {
  width: 20%;
  position: absolute;
  display: inline-grid;
}

.icon-15g-koku5 {
  bottom: 41%;
  right: -1%;
}
.icon-15g-kokubuka2 {
  bottom: 10%;
  left: 6%;
}
.icon-15g-bmb {
  bottom: 16%;
  right: -2%;
}
.icon-15g-mdb {
  bottom: 16%;
  right: -2%;
}
.icon-15g-org {
  bottom: 0%;
  left: 6%;
}

.icon-bijelly {
  width: 20%;
  position: absolute;
  display: inline-grid;
  bottom: 1%;
  right: -1%;
}

.campaign-item-title {
  height: auto;
  display: block;
  position: relative;
  top: 45px;
  left: -30px;
  z-index: 10;
}
.campaign-item-title--txt {
  width: 100%;
  padding: 12px 0;
  padding-left: 13%;
  background-color: #ed7272;
  position: relative;
  font-size: clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.campaign-item-title::before {
  content: "";
  width: 70%;
  height: 50%;
  position: absolute;
  bottom: -1px;
  right: 9px;
  z-index: -1;
  transform: rotate(2deg);
  background-color: #d0d0d0;
  filter: blur(4px);
}
@media all and (max-width: 1200px) {
  .campaign-item-title {
    left: -15px;
  }
}
@media all and (max-width: 991px) {
  .campaign-item-title {
    left: -10px;
  }
  .campaign-item-title--txt {
    padding-left: 15%;
  }
}
@media all and (max-width: 768px) {
  .campaign-item-title {
    left: -12px;
  }
  .campaign-item-title--txt {
    padding-left: 100px;
  }
}
@media all and (max-width: 575px) {
  .campaign-item-title {
    top: 35px;
  }
  .campaign-item-title--txt {
    padding: 8px 0;
    padding-left: 70px;
    font-size: 20px;
  }
}

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

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

.arrow_btn:hover::after {
  right: 12px;
}
@media screen and (max-width: 575px) {
  .arrow_btn:hover::after {
    right: 8px;
  }
}

.sale-sweets-btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.4s;
}

.btn-cart {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem;
  background-color: #3cb200;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.btn-cart:hover {
  background-color: #339900;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .btn-cart {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 575px) {
  .btn-cart {
    width: 100%;
    font-size: 0.9rem;
  }
}

.btn-cart-mini {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem;
  background-color: #ff3c00;
}
.btn-cart-mini:hover {
  background-color: rgb(255, 8, 0);
}
@media screen and (max-width: 575px) {
  .btn-cart-mini {
    font-size: 1rem;
    width: 100%;
    padding: 0.5rem;
  }
}

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

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

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

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

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

.item-name {
  font-size: clamp(1.1rem, 0.454rem + 1.79vw, 1.8rem);
  font-weight: 800;
  line-height: 1;
  color: #1C1C1C;
  margin: 5px auto 10px;
}
.item-name small {
  font-size: clamp(1.4rem, 1.218rem + 0.78vw, 1.8rem);
  font-weight: 700;
}
.item-name span {
  text-wrap: nowrap;
}
.item-name sup {
  font-size: 1.2rem;
  top: -1em;
}
@media all and (max-width: 575px) {
  .item-name {
    font-size: 17px;
    margin: 0px auto 5px;
  }
  .item-name sup {
    font-size: 0.8rem;
  }
}
.item-name-sup {
  font-size: 0.8rem;
}

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

.item-name-set-icon {
  background-color: #98bc15;
  border-radius: 5px;
  color: #ffff00;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@media all and (max-width: 1200px) {
  .item-name-set-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-set-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 575px) {
  .item-name-set-icon {
    font-size: 16px;
    padding: 3px;
  }
}

.item-name-kikan-icon {
  background-color: #ffda00;
  border-radius: 5px;
  color: #557c1d;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
}
@media all and (max-width: 1200px) {
  .item-name-kikan-icon {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .item-name-kikan-icon {
    font-size: 20px;
    padding: 3px;
  }
}
@media all and (max-width: 575px) {
  .item-name-kikan-icon {
    font-size: 16px;
    padding: 3px;
  }
}

@media all and (max-width: 991px) {
  .souryou-icon-wrapper {
    margin-top: 5px;
  }
}
@media all and (max-width: 768px) {
  .souryou-icon-wrapper {
    width: 100%;
    margin-top: 5px;
  }
}
@media all and (max-width: 575px) {
  .souryou-icon-wrapper {
    width: unset;
    margin-top: unset;
  }
}

.souryou-icon {
  background-color: #ff0000;
  border-radius: 5px;
  color: #ffff00;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 500;
  line-height: 1 !important;
  padding: 3px;
}

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

.item-name-set-min {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1 !important;
  color: #1C1C1C;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media all and (max-width: 1200px) {
  .item-name-set-min {
    font-size: clamp(1.375rem, 1.261rem + 0.48vw, 1.625rem);
  }
}
.item-set-box {
  position: relative;
  margin: 5px auto 0;
  padding: 5px;
  border: 1px solid #1C1C1C;
  background-color: #fff;
}
.item-set-box-caption {
  padding: 2px 5px;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1C1C1C;
}
.item-set-box P {
  font-size: clamp(0.75rem, 0.635rem + 0.32vw, 0.875rem);
  line-height: 1.1;
}
.item-set-box sup {
  top: -0.3em;
}
@media all and (max-width: 768px) {
  .item-set-box {
    padding: 5px;
    margin: 0.5rem auto 0;
  }
  .item-set-box-caption {
    padding: 2px 5px;
    font-size: 12px;
  }
}
@media all and (max-width: 575px) {
  .item-set-box {
    margin: 0.2rem auto 0;
  }
}

.item-quantity {
  font-family: "Oxygen", "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1.6rem, 1.418rem + 0.78vw, 2rem);
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
}
.item-quantity small {
  font-size: 75%;
  font-weight: 700;
  position: relative;
  top: -0.1rem;
}
@media all and (max-width: 768px) {
  .item-quantity small {
    font-size: 70%;
  }
}
@media all and (max-width: 575px) {
  .item-quantity {
    font-size: 25px;
  }
  .item-quantity small {
    font-size: 18px;
  }
}

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

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

.attention-text {
  font-size: 0.85rem;
  line-height: 1.1;
  padding-left: 0;
  z-index: 2;
  list-style: none;
}
.attention-text-bg {
  background-color: #ffd1ca;
}
.attention-text a {
  text-decoration: underline;
  color: #343a40 !important;
}
.attention-text a:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .item-img {
    text-align: center;
    font-size: 0.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: clamp(2rem, 1.077rem + 2.56vw, 3rem);
  font-weight: 700;
  padding: 0 0 0 0.3rem;
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
  vertical-align: baseline;
  position: relative;
  bottom: -1px;
}
.price--wrapper {
  height: clamp(2.7rem, 1.269rem + 2.31vw, 3rem);
}
.price--wrapper-big {
  height: clamp(3.7rem, 2.269rem + 2.31vw, 4rem);
}
.price--special {
  font-size: clamp(0.9rem, 0.491rem + 1.75vw, 1.8rem);
  font-weight: 700;
}
.price--unit {
  font-size: clamp(1rem, 0.591rem + 1.75vw, 1.9rem);
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .price--wrapper {
    height: clamp(2rem, 1.028rem + 2.7vw, 2.7rem);
  }
  .price--wrapper-big {
    height: clamp(3.1rem, 2.406rem + 1.93vw, 3.6rem);
  }
}
@media all and (max-width: 575px) {
  .price {
    font-size: 30px;
    padding: 0;
  }
  .price--wrapper {
    height: 32px;
  }
  .price--wrapper-big {
    height: 46px;
  }
  .price--special {
    font-size: 18px;
  }
  .price--unit {
    font-size: 19px;
  }
}

.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: 575px) {
  .free_shipping {
    font-size: 1.4rem;
  }
}

.soutou {
  font-size: clamp(1rem, 0.815rem + 0.51vw, 1.2rem);
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
}
@media all and (max-width: 575px) {
  .soutou {
    font-size: 14px;
  }
}

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

.cp-bg {
  position: relative;
  background-image: url("../55th/images/present-55th-bg--2307.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .cp-bg {
    background-position: center;
  }
}
.cp-bg-color {
  background-color: #FF6700;
  border-radius: 15px;
  padding: 2rem;
}
.cp-wrapper {
  z-index: 100;
}

.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: 575px) {
  .description p, .description ul {
    font-size: 0.9rem;
  }
}

.h1-note {
  font-size: 2rem;
  font-weight: 700;
}
@media all and (max-width: 575px) {
  .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: 575px) {
  .sns-area p {
    font-size: 0.8rem;
  }
  .sns-area img {
    max-width: 40px;
  }
}

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

/* --------------------------------------------------
　吹き出し
-------------------------------------------------*/
.item-gaba-points {
  background-color: #d2e1f5;
  border: 3px solid #c5c5c5;
  border-radius: 15px;
  padding: 10px 5px;
  position: relative;
}
.item-gaba-points::before {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #c5c5c5;
  border-left: 15px solid transparent;
  position: absolute;
  top: -20px;
  right: 50%;
  transform: translateX(50%);
}
.item-gaba-points::after {
  content: "";
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #d2e1f5;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  right: 50%;
  transform: translateX(50%);
}
.item-gaba-points-head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.item-gaba-points-head:after {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  border-bottom: 3px solid #ff4d6f;
}
.item-gaba-points-head span {
  color: #ff4d6f;
}
.item-gaba-points-body span {
  color: #fff;
  background-color: #ff4d6f;
  padding: 0px 4px;
}
.item-gaba-points-img-01 {
  width: 45%;
  height: auto;
  position: absolute;
  top: -70%;
  left: -55%;
}
.item-gaba-points-img-02 {
  width: 40%;
  height: auto;
  position: absolute;
  top: -6%;
  right: -41%;
}
@media all and (max-width: 1200px) {
  .item-gaba-points-img-01 {
    left: -48%;
  }
}
@media all and (max-width: 991px) {
  .item-gaba-points-img-01 {
    top: -50%;
    left: -50%;
  }
}
@media all and (max-width: 575px) {
  .item-gaba-points-img-01 {
    width: 35%;
    left: -35%;
  }
}

#sns {
  z-index: 100;
  background-color: #fff;
}

.eye-anime-01 {
  position: absolute;
  bottom: 5%;
  right: -15%;
  transform: rotate(10deg);
}
.eye-anime-02 {
  position: absolute;
  top: 5%;
  left: -15%;
  transform: scale(-1, 1) rotate(-10deg);
}
.eye-anime-03 {
  position: absolute;
  top: 5%;
  right: -15%;
  transform: rotate(-10deg);
}
.eye-anime-04 {
  position: absolute;
  bottom: 5%;
  left: -15%;
  transform: scale(-1, 1) rotate(10deg);
}
@media all and (max-width: 1200px) {
  .eye-anime-01 {
    width: 25% !important;
    height: unset !important;
    top: -3%;
    right: -25%;
    z-index: 100;
  }
  .eye-anime-02 {
    width: 25% !important;
    height: unset !important;
    top: -3%;
    left: -25%;
    z-index: 100;
  }
  .eye-anime-03 {
    width: 25% !important;
    height: unset !important;
    top: -3%;
    right: -25%;
    z-index: 100;
  }
  .eye-anime-04 {
    width: 25% !important;
    height: unset !important;
    top: -3%;
    left: -25%;
    z-index: 100;
  }
}