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

h5 {
  font-size: 1.25rem;
}

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

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

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

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
main {
  color: #5e3e2d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}

.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.content-700 {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.border-yellow {
  border: 2px solid #d6a900;
}

.triangle {
  margin-top: -1px;
}

/*--------------------------------------------------
  メインビジュアル
-------------------------------------------------*/
#mainvisual {
  overflow: hidden !important;
  position: relative;
}

.fv-bg-24fuku {
  text-align: center;
  background: #E8030B;
  position: relative;
}
.fv-bg-24fuku-ttl {
  background: url(/assets/img/enquete/24fuku/24fuku_gold_bg.jpg) repeat;
  margin-bottom: 0;
  padding: 5px 0;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
}

.image-txt {
  position: absolute;
  margin-bottom: 0;
  bottom: 5px;
  left: 50px;
  color: #fff;
  font-weight: 500;
}
.image-txt small {
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
@media screen and (max-width: 1400px) {
  .image-txt {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .image-txt {
    bottom: 0;
    left: 5px;
  }
}

.text-variety {
  color: #E8030B;
}

.text-premium {
  color: #0b45b8;
}

.text-tea {
  color: #00723A;
}

.text-regular {
  color: #a3531d;
}

/*--------------------------------------------------
  概要
-------------------------------------------------*/
.item-th {
  padding: 5px 15px;
}
.item-th h5 {
  background-color: #f5e8c8;
  text-align: center;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .item-th h5 {
    padding: 5px 10px;
  }
}

.item-td {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.item-td p {
  margin: auto 0;
}
.item-td ul {
  margin: auto 0;
  padding-left: 1rem;
}
.item-td li {
  list-style: none;
}
.item-td li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5e3e2d;
  position: absolute;
  top: 0.5rem;
  left: -0.6rem;
}
@media screen and (max-width: 768px) {
  .item-td {
    margin: 5px 0 10px;
  }
  .item-td p {
    padding: 0 8px;
  }
  .item-td ul {
    padding-left: 1.5rem;
  }
}

/* 投票ボタン ____________________ */
.btn-poll {
  width: 50%;
  max-width: 600px;
  font-size: 23px;
  font-weight: 700 !important;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .btn-poll {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .btn-poll {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .btn-poll {
    font-size: 18px;
  }
}

.btn-color--red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e74c3c;
  --bs-btn-border-color: #e74c3c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #27ae60;
  --bs-btn-hover-border-color: #27ae60;
  --bs-btn-focus-shadow-rgb: 225,83,97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #27ae60;
  --bs-btn-active-border-color: #27ae60;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #e74c3c;
  --bs-btn-disabled-border-color: #e74c3c;
}

/* 投票ボタンhover時のテキスト ____________________ */
.result {
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .result {
    width: 86%;
  }
}

.btn-hover-text:hover + .result {
  display: block;
  top: -34px;
}
@media screen and (max-width: 992px) {
  .btn-hover-text:hover + .result {
    top: -10%;
  }
}
@media screen and (max-width: 768px) {
  .btn-hover-text:hover + .result {
    display: none;
  }
}

/* --------------------------------------------------
 商品装飾-リボン
-------------------------------------------------*/
.ribon {
  position: absolute;
  top: -4px;
  left: -4px;
}

/* --------------------------------------------------
 カテゴリ－別デザイン
-------------------------------------------------*/
.category-area {
  padding-top: 19px;
}
@media screen and (max-width: 1200px) {
  .category-area {
    padding-top: 6%;
  }
}
@media screen and (max-width: 992px) {
  .category-area {
    padding-top: 0;
  }
}

.category-title-bg--coffee, .category-title-bg--suppli, .category-title-bg--cantafe, .category-title-bg--beauty, .category-title-bg--tea {
  background-size: 14px 14px;
  background-image: radial-gradient(rgba(247, 233, 33, 0.2) 30%, transparent 30%);
}

.category-title-bg--coffee {
  background-color: #7c460b;
}

#category-coffee {
  background-color: #eec690;
}

.category-title-bg--suppli {
  background-color: #87a9d6;
}

#category-suppli {
  background-color: #e1e0cc;
}

.category-title-bg--cantafe {
  background-color: #ff8d7e;
}

#category-cantafe {
  background-color: #f9e3c4;
}

.category-title-bg--beauty {
  background-color: #1ab797;
}

#category-beauty {
  background-color: #cbe3c0;
}

.category-title-bg--tea {
  background-color: #93a136;
}

#category-tea {
  background-color: #e3dfac;
}

.category-catch {
  font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
  color: #FFF;
  position: relative;
  z-index: 6;
}

.category-title-img1 {
  position: absolute;
  right: 0;
  top: -35px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .category-title-img1 {
    width: 23%;
    top: -26%;
    right: -3%;
  }
  .category-title-img1 img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .category-title-img1 {
    top: -6%;
  }
}

.category-title-img2 {
  position: absolute;
  right: 200px;
  top: 33px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .category-title-img2 {
    width: 21%;
    right: 16%;
    top: 0;
  }
  .category-title-img2 img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .category-title-tag {
    width: auto;
    height: 41px;
  }
}

.category-title-name {
  position: relative;
  z-index: 3;
  max-width: 100%;
  height: auto;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .category-title-name {
    width: auto;
    height: 44px;
  }
}

/*--------------------------------------------------
  確認
-------------------------------------------------*/
.form-style {
  line-height: 1.2;
}
.form-style h2 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form-style h2 {
    font-size: 1.3rem;
  }
}
.form-style dt {
  font-size: 1.3125rem;
}
.form-style dt small {
  font-size: 0.9rem;
  color: #999999;
}
.form-style dd {
  font-size: 1.125rem;
  padding-left: 1rem !important;
  color: #999999;
  margin-bottom: 1rem;
}
.form-style-img {
  max-width: 120px !important;
  height: auto;
}

/* --------------------------------------------------
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: rgb(128, 128, 128);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 11;
}

/* --------------------------------------------------
 note
-------------------------------------------------*/
#note {
  color: #4d4d4d;
}
#note .note-h1,
#note .note-h2 {
  font-size: 20px;
  font-weight: 500;
}
#note p, #note ul {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #note .note-h1, #note .note-h2 {
    font-size: 18px;
  }
  #note p, #note ul {
    font-size: 14px;
  }
}

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

/* --------------------------------------------------
 modal
-------------------------------------------------*/
.modal-content .item-img {
  max-width: 100% !important;
}

.modal-title {
  line-height: 1.2;
}
.modal-title small {
  font-size: 15px;
}

.modal .alert {
  text-align: left !important;
  font-size: 15px;
}

/* --------------------------------------------------
main-css copy
-------------------------------------------------*/
.p-item-catch {
  color: #f7931e;
}

/* コーヒーチャート表 ＿＿＿＿＿＿＿＿＿＿＿*/
.p-item-taste dl {
  margin: 0;
  padding: 0;
}

.p-item-taste dl::after {
  content: "";
  display: block;
  clear: both;
}

.p-item-taste dt {
  float: left;
  margin-right: 1rem;
}

.p-item-taste dd {
  margin-left: 1rem;
}

.p-item-taste ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-item-taste li {
  float: left;
  display: block;
  width: 10%;
  height: 1rem;
  margin: 0 0.2rem;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .p-item-taste li {
    width: 14%;
  }
}
.p-item-taste--full {
  background: #c38453;
}

.p-item-taste--half {
  background: linear-gradient(90deg, #c38453 0%, #c38453 50%, #f0e0d8 50%, #f0e0d8 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-item-taste--empty {
  background: #f0e0d8;
}

/*ガイド等 等間隔リンク＿＿＿＿＿＿＿＿＿＿＿*/
.l-footer-local-navigation {
  margin: 2rem 0;
  text-align: center;
  font-size: 0.9rem;
}

.l-footer-local-navigation ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.l-footer-local-navigation li {
  list-style-type: none;
  color: #808080;
  flex-grow: 1;
  text-align: center;
  font-size: 0.9rem;
}

.l-footer-local-navigation li + li {
  border-left: 1px solid #f0e0d8;
}

@media (max-width: 992px) {
  .l-footer-local-navigation ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-footer-local-navigation li {
    text-align: left;
    flex-grow: 0;
    width: 50%;
  }
  .l-footer-local-navigation li a {
    display: block;
    padding: 0.5rem;
  }
  .l-footer-local-navigation li a:hover {
    background-color: #f0e0d8;
  }
  .l-footer-local-navigation li + li {
    border: 0;
  }
}
/*リンク　normal:pickup(下線なし)　hover：暗いpickup(下線あり)　※アニメーション */
.b-link-pickup--hover {
  color: #c38453;
  position: relative;
  display: inline-block;
}

.b-link-pickup--hover:hover {
  color: #955f34;
  text-decoration: none;
}

.b-link-pickup--hover::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #955f34;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.b-link-pickup--hover:hover::after {
  bottom: -3px;
  opacity: 1;
  visibility: visible;
}

/*コピーライト＿＿＿＿＿＿＿＿＿＿＿*/
.l-copyright {
  font-size: 12px;
  text-align: center;
}

/* --------------------------------------------------
 bootstorap
-------------------------------------------------*/
.img-fluid {
  max-width: 100%;
  height: auto;
}