@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&family=Oxygen:wght@700&display=swap");
h4,
h5,
h6,
p,
li,
ol,
dl,
label,
select,
button,
span,
table,
.no-shaggy {
  transform: rotate(0.03deg);
}

.shaggy--clear {
  transform: rotate(0) !important;
}

/*--------------------------------------------------
　分岐　サンプル
-------------------------------------------------*/
/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}

.content-750 {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#karada {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: #42210b;
}
#karada p {
  line-height: 1.15;
}

.text-color-red {
  color: #e93937;
}

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

.bg-l-brown {
  background-color: #936f49;
}

.bg-l-green {
  background-color: #669d11;
}

.bg-d-green {
  background-color: #295e31;
}

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

.bg-d-red {
  background-color: #c60908;
}

.bg-d-sky {
  background-color: #3393ff;
}

.bg-l-pink {
  background-color: #ff9090;
}

.bg-lemon {
  background-color: #ffefb0;
}

.bg-sand {
  background-color: #cc9900;
}

.bg-sand {
  background-color: #cc9900;
}

.text-brown {
  color: #603813;
}

.border-brown {
  border: 1px solid #603813;
}

.border-orange {
  border-top: 1px solid #ff4104;
}

.bg-goods {
  background-color: #fff5f8;
  border-radius: 10px;
  border: 3px solid #ff7eac;
}

.bg-lineup-area {
  background-color: #ffdde9;
  border-radius: 25px;
  position: relative;
  padding: 24px;
  margin: 20px 20px 20px 20px;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  .bg-lineup-area {
    padding: 1%;
  }
}
@media (max-width: 767px) {
  .bg-lineup-area {
    border-radius: 10px;
    margin: 15px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .bg-lineup-area {
    padding: 0 10px 15px 10px;
    margin: 15px 10px 15px 10px;
  }
}

hr {
  border-color: #919191 !important;
  margin: 10px 0;
}

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

.border-radius10 {
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .border-radius10 {
    border-radius: 5px;
  }
}

/*--------------------------------------------------
  mixin
-------------------------------------------------*/
/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0.8rem;
  position: relative;
}

@media (max-width: 991px) {
  .content-1200 {
    padding: 0;
  }
}
.bland-logo-area {
  position: relative;
  z-index: 5;
}

/*--------------------------------------------------
  mainvisual
-------------------------------------------------*/
.mainvisual-box {
  max-width: 1780px;
  margin: 0 auto -22px auto;
  padding: 0 0.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .mainvisual-box {
    padding-bottom: 56%;
  }
}

.mainvisual-logo {
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  z-index: 3;
  top: 78px;
}
@media (max-width: 767px) {
  .mainvisual-logo {
    width: 68%;
    top: 13%;
    left: 49%;
  }
}

.mainvisual-houzai-area {
  margin: 0 20px 17px 40px;
}

.mainvisual-houzai {
  margin: 15px 15px 0 0;
}
@media (max-width: 991px) {
  .mainvisual-houzai {
    height: 18%;
  }
  .mainvisual-houzai img {
    width: auto;
    height: 100%;
  }
}

.mainvisual-img {
  position: absolute;
  top: -7px;
  right: 32px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .mainvisual-img img {
    width: 100%;
    height: auto;
  }
  .mainvisual-img {
    width: 32%;
    top: -1%;
    right: 2%;
  }
}

.mainvisual-hana {
  position: absolute;
  top: -20px;
  right: 40px;
}
@media (max-width: 1200px) {
  .mainvisual-hana {
    top: 5%;
    left: 5%;
  }
}

.mainvisual-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

[class^=mainvisual-hana-] {
  position: fixed;
  z-index: 10;
  animation: rolling 10s linear infinite;
}
@media all and (max-width: 576px) {
  [class^=mainvisual-hana-] img {
    width: 100%;
  }
}

@keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mainvisual-hana-01 {
  margin-left: -200px;
  top: 100px;
}
.mainvisual-hana-02 {
  margin-left: 1150px;
  top: 420px;
}
.mainvisual-hana-03 {
  margin-left: -260px;
  top: 400px;
}
.mainvisual-hana-04 {
  margin-left: 1250px;
  top: 200px;
}
.mainvisual-hana-04 img {
  width: 100%;
  height: auto;
}
.mainvisual-hana-04 {
  width: 7%;
}
.mainvisual-hana-05 {
  margin-left: -138px;
  top: 235px;
}
.mainvisual-hana-06 {
  margin-left: 1190px;
  top: 100px;
}
.mainvisual-hana-06 img {
  width: 100%;
  height: auto;
}
.mainvisual-hana-06 {
  width: 4%;
}
.mainvisual-hana-07 {
  margin-left: -350px;
  top: 80%;
}
@media all and (max-width: 1200px) {
  .mainvisual-hana-01, .mainvisual-hana-02, .mainvisual-hana-03, .mainvisual-hana-04, .mainvisual-hana-05, .mainvisual-hana-06, .mainvisual-hana-07 {
    display: none;
  }
}

.main-bg {
  /* 方眼紙模様スタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fff calc(100% - 1px));
  background-size: 25px 25px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #faf48a;
}

.bg-hana01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/*--------------------------------------------------
 ナビゲーションメニュー
-------------------------------------------------*/
#navigation {
  background-color: #ff196b;
  color: #fff !important;
  z-index: 10;
  font-weight: 500;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
#navigation p {
  font-size: 23px;
  line-height: 0.95;
}
#navigation ul {
  padding: 12px 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
}
#navigation li {
  position: relative;
  display: inline-block;
  transition: 0.5s;
  padding: 2px 15px;
  border-radius: 5px;
  line-height: 1.2;
}
#navigation li:before {
  content: "";
  height: 70%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 1px solid #fff;
}
#navigation li:last-child:before {
  content: "";
  border-right: 0px;
}
@media (max-width: 991px) {
  #navigation li {
    padding: 2px 1%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #navigation {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 10px;
    padding: 0 0 1px 0;
  }
  #navigation p {
    font-size: 13px;
    padding: 5px 0;
  }
  #navigation ul {
    padding: 5px 0;
  }
  #navigation li {
    padding: 0 5px;
  }
}

.sticky-element {
  position: sticky;
  top: 0; /* スクロール時に上端から0pxの位置で固定 */
  z-index: 100; /* 他の要素の上に表示したい場合 */
}

.mainvisual-houzai--link01 {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 4;
}
.mainvisual-houzai--link01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.mainvisual-houzai--link02 {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 4;
}
.mainvisual-houzai--link02 a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------
価格まわりのコンポーネント
-------------------------------------------------*/
.item-quantity {
  font-family: "Oxygen", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1 !important;
  vertical-align: bottom;
  bottom: -0.04em;
  position: relative;
}
.item-quantity small {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  bottom: 0.04em;
}
@media all and (max-width: 1200px) {
  .item-quantity {
    font-size: 2.2rem;
  }
  .item-quantity small {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .item-quantity {
    font-size: 2.4rem;
  }
  .item-quantity small {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .item-quantity {
    font-size: 34px;
  }
  .item-quantity small {
    font-size: 26px;
  }
}
@media all and (max-width: 576px) {
  .item-quantity {
    font-size: 30px;
  }
  .item-quantity small {
    font-size: 22px;
  }
}

.price {
  font-family: "Oxygen", sans-serif;
  letter-spacing: -0.1rem;
  font-size: 3.4rem;
  font-weight: 700;
  padding: 0 0 0 3px;
  line-height: 0.9 !important;
  position: relative;
}
.price > small {
  bottom: 0.04em;
  position: relative;
}
@media (max-width: 1200px) {
  .price {
    font-size: 3.3rem;
  }
}
@media (max-width: 991px) {
  .price {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  .price {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .price {
    font-size: 40px;
    padding: 0 0 0 2px;
  }
}

.price--unit {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1 !important;
  position: relative;
}
@media (max-width: 767px) {
  .price--unit {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .price--unit {
    font-size: 22px;
  }
}

.re-type {
  font-size: clamp(1.313rem, 1.256rem + 0.242vi, 1.438rem);
  font-weight: 600 !important;
}

.red-right {
  color: #ff0000;
}

.soutou {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1 !important;
  color: #3e3a39;
  margin-top: 5px;
}
@media (max-width: 576px) {
  .soutou {
    font-size: 16px;
  }
}

.under-btn-text-wrap {
  max-width: 420px;
}

.info-text {
  font-size: 0.8rem;
  line-height: 1.1 !important;
}
.info-text a {
  color: #42210b !important;
  text-decoration: underline;
}
.info-text a:hover, .info-text a:focus {
  color: rgba(34, 34, 34, 0.5) !important;
  cursor: pointer;
  text-decoration: none;
}

/*--------------------------------------------------
itemユニット
-------------------------------------------------*/
.item-title-wrap {
  font-size: 2rem;
  position: relative;
  width: calc(100% + 48px);
  top: -20px;
  left: -24px;
  z-index: 1;
  padding: 0 0 0px clamp(90px, 14vw, 120px);
}
@media (max-width: 1200px) {
  .item-title-wrap {
    top: -3px;
  }
}
@media (max-width: 767px) {
  .item-title-wrap {
    top: 0;
  }
}
@media (max-width: 576px) {
  .item-title-wrap {
    padding-left: calc(min(70px, 19vw) + 0.6rem);
    width: calc(100% + 24px);
    left: -12px;
    border-radius: 10px 10px 0 0;
    padding: 0 0 5px clamp(78px, 14vw, 120px);
  }
}

.item-icon-m-gentei {
  width: 120px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .item-icon-m-gentei {
    width: 100px;
    left: -22px;
  }
}
@media (max-width: 576px) {
  .item-icon-m-gentei {
    left: -13px;
  }
}

.item-category-name {
  border-radius: 50em;
  font-weight: 700;
  font-size: clamp(0.938rem, 0.892rem + 0.227vi, 1.063rem);
}
.item-category-name span {
  transform: rotate(0.06deg);
  display: inline-block;
}
@media (max-width: 576px) {
  .item-category-name {
    font-size: 12px;
  }
}

.item-title {
  font-weight: 900;
  position: relative;
  z-index: 1;
  padding: 15px 6px 4px 0;
  color: #603813;
  line-height: 1;
  font-size: clamp(1.188rem, 0.847rem + 1.455vi, 1.938rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  z-index: 1;
}
.item-title small {
  font-size: 50%;
}
@media (max-width: 1200px) {
  .item-title {
    padding: 10px 6px 16px 0;
  }
}
@media (max-width: 767px) {
  .item-title {
    padding: 8px 3px 12px 2%;
  }
}
@media (max-width: 576px) {
  .item-title {
    padding: 6px 3px 6px 10px;
  }
}

.item-title-border {
  border-bottom: 2px solid #ff196b;
  display: block;
  top: -9px;
  position: relative;
}
@media (max-width: 767px) {
  .item-title-border {
    top: -6px;
  }
}

.text-up {
  vertical-align: 0.1em;
}

.item-name {
  font-weight: 800;
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  line-height: 1;
  color: #ff196b;
}

.item-name-mini {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: #ff196b;
}
@media (max-width: 1200px) {
  .item-name-mini {
    font-size: clamp(1.375rem, 1.261rem + 0.48vw, 1.625rem);
  }
}

.item-text {
  font-size: 15px;
  line-height: 1.3 !important;
  font-weight: 500;
}

.item-set-box {
  position: relative;
  padding: 10px 10px 7px 10px;
  border: 1px solid #919191;
  width: 100%;
  color: #3e3a39;
}

.set-title {
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  font-weight: 800;
  line-height: 1;
}

.set-title--long {
  font-size: clamp(1.5rem, 1.418rem + 0.5vw, 2rem);
  font-weight: 700;
  line-height: 1;
}

.item-set-title {
  position: absolute;
  top: -14px;
  left: 7px;
  padding: 1px 5px 2px;
  margin: 0;
  font-size: 0.9rem;
  background-color: #fff;
  color: #3e3a39;
}

.item-set-text {
  font-size: 0.9rem;
}

.item-set--kakakuarabi img {
  width: 100%;
  height: auto;
}
.item-set--kakakuarabi {
  width: 22%;
}
@media (max-width: 991px) {
  .item-set--kakakuarabi {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .item-set--kakakuarabi {
    width: 149px;
  }
}
@media (max-width: 576px) {
  .item-set--kakakuarabi {
    width: 111px;
  }
}

@media (max-width: 1200px) {
  .item-02 {
    margin-top: 4%;
    margin-left: -1%;
  }
}
@media (max-width: 767px) {
  .item-02 {
    margin-top: 40px;
  }
}

/*--------------------------------------------------
美穀菜紹介
-------------------------------------------------*/
.speech-bubble-bikokusai {
  position: relative;
  border-radius: 15px;
  border: 3px solid #329300;
  background-color: #f2f9e5;
  padding: 0.5rem;
}
.speech-bubble-bikokusai h4 {
  font-weight: 700;
  line-height: 1;
  font-size: 18px !important;
  margin-bottom: 5px;
}
.speech-bubble-bikokusai h4 span {
  color: #329300;
}
.speech-bubble-bikokusai ol {
  padding: 0 0 0 24px !important;
}
.speech-bubble-bikokusai li {
  line-height: 1.2;
  font-weight: 500;
  font-size: 15px;
}
.speech-bubble-bikokusai li span {
  color: #329300;
}
@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 {
    margin-left: 0%;
  }
  .speech-bubble-bikokusai li {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .speech-bubble-bikokusai {
    padding: 7px 0 7px 7px;
  }
  .speech-bubble-bikokusai h4 {
    margin-left: 2px;
  }
  .speech-bubble-bikokusai ol {
    margin-left: -1%;
  }
  .speech-bubble-bikokusai li {
    font-size: 13px;
  }
}

.speech-bubble-bikokusai-img {
  position: absolute;
  bottom: -6%;
  right: -7px;
  z-index: 2;
}
.speech-bubble-bikokusai-img img {
  width: 100%;
  height: auto;
}
.speech-bubble-bikokusai-img {
  width: 19%;
}
@media all and (max-width: 767px) {
  .speech-bubble-bikokusai-img {
    position: absolute;
    bottom: -11%;
    right: -7px;
    z-index: 2;
    width: 15%;
    min-width: 87px;
  }
}

/*--------------------------------------------------
ターミナリア紹介
-------------------------------------------------*/
.speech-bubble-terminalia {
  position: relative;
  border-radius: 15px;
  border: 3px solid #ff4104;
  background-color: #ffe4e0;
  padding: 0.5rem;
}
.speech-bubble-terminalia h4 {
  font-weight: 700;
  line-height: 1;
  font-size: 18px !important;
  margin-bottom: 5px;
}
.speech-bubble-terminalia h4 span {
  color: #ff4104;
}
.speech-bubble-terminalia p {
  line-height: 1.2;
  padding-bottom: 0.3rem;
  font-weight: 500;
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
.speech-bubble-terminalia p small {
  line-height: 0.9;
  display: inherit;
}
.speech-bubble-terminalia p span {
  color: #ff4104;
}
@media all and (max-width: 991px) {
  .speech-bubble-terminalia h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
  .speech-bubble-terminalia p {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia {
    padding: 7px 0 0 7px;
  }
  .speech-bubble-terminalia p {
    font-size: 13px;
  }
  .speech-bubble-terminalia h4 {
    margin-left: 2px;
  }
}

.speech-bubble-terminalia-list {
  width: 68%;
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia-list {
    width: 61%;
  }
}

.speech-bubble-terminalia-capimg {
  position: relative;
  margin: -5px 0 -10px -7px;
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia-capimg {
    margin: -5px 0 -5px -7px;
    width: 62px;
  }
  .speech-bubble-terminalia-capimg img {
    width: 100%;
    height: auto;
  }
}

.speech-bubble-terminalia-img {
  position: absolute;
  bottom: -18px;
  right: -17px;
  z-index: 2;
}
.speech-bubble-terminalia-img img {
  width: 100%;
  height: auto;
}
.speech-bubble-terminalia-img {
  width: 19%;
}
@media all and (max-width: 767px) {
  .speech-bubble-terminalia-img {
    width: 90px;
    bottom: -18px;
    right: -17px;
  }
}

/*--------------------------------------------------
ぬか美人紹介
-------------------------------------------------*/
.speech-bubble-nuka {
  position: relative;
  border-radius: 15px;
  border: 3px solid #a06009;
  background-color: #eee0cd;
  padding: 0.5rem;
}
.speech-bubble-nuka h4 {
  font-weight: 700;
  line-height: 1;
  font-size: 18px !important;
  margin-bottom: 5px;
}
.speech-bubble-nuka h4 span {
  color: #a06009;
}
.speech-bubble-nuka ol {
  font-size: clamp(0.813rem, 0.755rem + 0.243vi, 0.938rem) !important;
  padding: 0 0 0 24px !important;
}
.speech-bubble-nuka li {
  line-height: 1.2;
  font-weight: 500;
  font-size: 15px;
}
.speech-bubble-nuka li small {
  line-height: 0.9;
  display: inherit;
}
.speech-bubble-nuka li span {
  color: #a06009;
}
@media all and (max-width: 991px) {
  .speech-bubble-nuka h4 {
    font-size: clamp(1.125rem, 0.469rem + 3.279vw, 2.5rem);
  }
  .speech-bubble-nuka p {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .speech-bubble-nuka {
    padding: 7px 0 0 7px;
  }
  .speech-bubble-nuka h4 {
    margin-left: 2px;
  }
}

.speech-bubble-nuka-img {
  position: absolute;
  bottom: -32%;
  right: -10px;
  z-index: 2;
}
.speech-bubble-nuka-img img {
  width: 100%;
  height: auto;
}
.speech-bubble-nuka-img {
  width: 30%;
}
@media all and (max-width: 991px) {
  .speech-bubble-nuka-img {
    width: 200px;
    bottom: -39px;
  }
}
@media all and (max-width: 767px) {
  .speech-bubble-nuka-img {
    width: 150px;
    bottom: -24%;
  }
}

/*--------------------------------------------------
アイコン類
-------------------------------------------------*/
.item-icon-otoku {
  width: 113px;
}

.item-icon-square {
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1 !important;
  padding: 5px;
  font-weight: bold;
  transform: rotateZ(-0.05deg);
}
@media (max-width: 576px) {
  .item-icon-square {
    font-size: 16px;
  }
}

.i-this-month {
  background-color: #ff196b;
  color: #fff;
}

.i-souryou {
  background-color: #e93937;
  color: #fff;
}

/*--------------------------------------------------
グッツのスタイル
-------------------------------------------------*/
.goods-set-title {
  background-color: #ff196b;
  display: inline;
  color: #fff;
  padding: 3px 23px 4px 8px;
  font-size: 22px;
  clip-path: polygon(0% 0%, 100% 0%, 93% 50%, 100% 100%, 0% 100%);
  position: absolute;
  top: -12px;
  left: -3px;
  font-weight: 700;
}

.goods-set-detail {
  width: 80%;
}
.goods-set-detail img {
  width: 100%;
  height: auto;
}
.goods-set-detail {
  margin: 10px 0 0 auto;
}
@media all and (max-width: 767px) {
  .goods-set-detail {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .goods-set-detail-img {
    width: 90%;
  }
}

@media all and (max-width: 991px) {
  .goods-set-detail--attention {
    width: 100%;
  }
}

/*--------------------------------------------------
cart
-------------------------------------------------*/
.btn-cart {
  width: 80%;
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 50px;
  background-color: #3cb200;
  position: relative;
}
.btn-cart:hover {
  background-color: rgb(51.404494382, 152.5, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@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--min {
  max-width: 500px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #3cb200;
  position: relative;
}
.btn-cart--min:hover {
  background-color: rgb(51.404494382, 152.5, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 991px) {
  .btn-cart--min {
    font-size: 1.5rem;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .btn-cart--min {
    font-size: 1.2rem;
    padding: 8px 0;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart--min {
    font-size: 1rem;
  }
}

.btn-keppin {
  background-color: #6c757d !important;
  box-shadow: none;
  color: #fff;
}

/*矢印ボタン_____________*/
.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;
}

a.text-link {
  text-decoration: underline;
}

.icon-gentei {
  width: 129px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  z-index: 30;
}
@media (max-width: 1200px) {
  .icon-gentei {
    width: 110px;
    left: -5px;
  }
}
@media (max-width: 767px) {
  .icon-gentei {
    left: -5px;
    width: 104px;
    top: 30px;
  }
}
@media (max-width: 576px) {
  .icon-gentei {
    width: 88px;
    top: 58%;
  }
}

.icon-goods-gentei {
  width: 110px;
  position: absolute;
  top: 38px;
  left: -28px;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .icon-goods-gentei {
    width: 100px;
    left: -22px;
  }
}
@media (max-width: 576px) {
  .icon-goods-gentei {
    left: -13px;
  }
}

.icon-mame88 {
  max-width: 267px;
}
.icon-mame88 img {
  width: 100%;
  height: auto;
}
.icon-mame88 img {
  text-align: right;
}

.atention-text {
  font-size: 13px;
  padding-bottom: 1px;
  line-height: 1.4 !important;
}

/* --------------------------------------------------
 キャンペーン
-------------------------------------------------*/
.mocha-bg {
  position: relative;
  background-image: url(../mocha/images/bg-ptn-jute@2x.jpg);
}
@media all and (max-width: 768px) {
  .mocha-bg {
    background-position: center;
  }
}
.mocha-bg-color {
  background-color: #371a0c;
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  z-index: 2;
}

.mocha-bg-left {
  position: absolute;
  left: 3%;
  top: 30px;
  width: 14%;
}
.mocha-bg-left img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .mocha-bg-left {
    display: none;
  }
}
.mocha-bg-right {
  position: absolute;
  right: 3%;
  top: 30px;
  width: 14%;
}
.mocha-bg-right img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .mocha-bg-right {
    display: none;
  }
}

.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: 767px) {
  .mame555-bg {
    font-size: 12px;
    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: -52%;
}
@media all and (max-width: 767px) {
  .mame555-coins-01 {
    display: none;
  }
}
.mame555-coins-02 {
  position: absolute;
  top: -30px;
  right: -55%;
}
@media all and (max-width: 767px) {
  .mame555-coins-02 {
    display: none;
  }
}
.mame555-coins-03 {
  position: absolute;
  top: 110px;
  right: 1%;
}
@media all and (max-width: 767px) {
  .mame555-coins-03 {
    display: none;
  }
}
.mame555-coins-04 {
  position: absolute;
  top: 160px;
  right: -12%;
}
@media all and (max-width: 767px) {
  .mame555-coins-04 {
    display: none;
  }
}
.mame555-obj-01 {
  position: absolute;
  bottom: 200px;
  left: -32%;
}
@media all and (max-width: 767px) {
  .mame555-obj-01 {
    display: none;
  }
}
.mame555-obj-02 {
  position: absolute;
  top: 100px;
  right: -25%;
}
@media all and (max-width: 767px) {
  .mame555-obj-02 {
    display: none;
  }
}
.mame555-obj-03 {
  position: absolute;
  bottom: 35px;
  left: -22%;
}
@media all and (max-width: 767px) {
  .mame555-obj-03 {
    display: none;
  }
}
.mame555-obj-04 {
  position: absolute;
  bottom: 45px;
  right: -26%;
}
@media all and (max-width: 767px) {
  .mame555-obj-04 {
    display: none;
  }
}

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

#karada-278175,
#karada-284109,
#karada-439055,
#karada-18233 {
  content: "";
  margin-top: -60px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  #karada-278175,
  #karada-284109,
  #karada-439055,
  #karada-18233 {
    margin-top: -30px;
    padding-top: 30px;
  }
}

#karada-463566 {
  content: "";
  margin-top: -60px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  #karada-463566 {
    margin-top: -40px;
    padding-top: 40px;
  }
}

#sns,
#mame500,
#mocha,
#navigation {
  position: relative;
  z-index: 20;
}