@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;800;900&display=swap");
/*文字シャギーを解消*/
h4, h5, h6, p, li, ol, dl, 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;
}

/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
#wrapper, footer {
  color: #001232;
  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-1100 {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

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

.w-half {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .w-half {
    width: 100%;
  }
}

.bg-color-cream {
  background-color: #fcf3cf;
}

.bg-orange {
  background-color: #ffa200;
}

.red {
  color: #ff1d25;
}

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

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

.mainvisual-bg {
  background-color: #ff9900;
  background-size: 15px 15px;
  background-image: radial-gradient(rgba(252, 238, 33, 0.3) 30%, transparent 30%);
}

.mainvisual-logo {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .mainvisual-logo {
    width: 74%;
    margin: auto;
  }
  .mainvisual-logo img {
    max-width: 100%;
    height: auto;
  }
}

.mainvisual-one {
  position: absolute;
  z-index: 2;
  right: 153px;
  bottom: 23px;
}
@media screen and (max-width: 1200px) {
  .mainvisual-one {
    right: 0%;
  }
}
@media screen and (max-width: 992px) {
  .mainvisual-one {
    right: 7%;
    width: 19%;
    bottom: 2%;
  }
  .mainvisual-one img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .mainvisual-one {
    right: 0%;
  }
}

.cont-right {
  position: absolute;
  filter: brightness(0.8);
  top: -10%;
  right: -320px;
}
@media screen and (max-width: 1200px) {
  .cont-right {
    right: -450px;
  }
}
@media screen and (max-width: 992px) {
  .cont-right {
    right: -60%;
  }
}
@media screen and (max-width: 768px) {
  .cont-right {
    right: -500px;
  }
}

.cont-left {
  position: absolute;
  filter: brightness(0.8);
  top: -20%;
  left: -320px;
}
@media screen and (max-width: 1200px) {
  .cont-left {
    left: -450px;
  }
}
@media screen and (max-width: 992px) {
  .cont-left {
    left: -60%;
  }
}
@media screen and (max-width: 768px) {
  .cont-left {
    left: -500px;
  }
}

.mainvisual-item img {
  transform: rotate(10deg);
  margin-top: 35px;
}
@media screen and (max-width: 992px) {
  .mainvisual-item {
    width: 75%;
  }
  .mainvisual-item img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-item {
    width: 55%;
  }
}

/*--------------------------------------------------
  結果発表
-------------------------------------------------*/
.mainvisual-logo--result {
  position: relative;
  z-index: 2;
  margin: 0px 0 50px 0;
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .mainvisual-logo--result {
    width: 74%;
    margin: 0 auto 5% auto;
    padding: 0;
  }
  .mainvisual-logo--result img {
    max-width: 100%;
    height: auto;
  }
}

.reason-top--result {
  margin-top: -35px;
}

.reason-area--result {
  background-color: #FFF;
  border: 10px solid #001232;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason-area--result {
    border: 8px solid #001232;
    border-radius: 20px;
  }
}

.mainvisual-bg--result {
  background-color: #cc7a00;
  background-size: 15px 15px;
  background-image: radial-gradient(rgb(202, 142, 8) 30%, transparent 30%);
}

.mainvisual-kira--result {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media screen and (max-width: 768px) {
  .mainvisual-kira--result {
    width: 100%;
  }
  .mainvisual-kira--result img {
    max-width: 100%;
    height: auto;
  }
}

.mainvisual-ribon {
  position: absolute;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .mainvisual-ribon {
    top: -19%;
  }
}
@media screen and (max-width: 1200px) {
  .mainvisual-ribon {
    top: -16%;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-ribon {
    width: 71%;
    top: -21%;
  }
  .mainvisual-ribon img {
    max-width: 100%;
    height: auto;
  }
}
@media all and (max-width: 476px) {
  .mainvisual-ribon {
    top: -18%;
  }
}
@media all and (max-width: 375px) {
  .mainvisual-ribon {
    top: -16%;
  }
}

.mainvisual-ribon--end {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .mainvisual-ribon--end {
    top: 67%;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual-ribon--end {
    width: 71%;
    top: 67%;
  }
  .mainvisual-ribon--end img {
    max-width: 100%;
    height: auto;
  }
}

.mainvisual-bg-spotlight {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1200px) {
  .mainvisual-bg-spotlight {
    width: 120%;
  }
  .mainvisual-bg-spotlight img {
    max-width: 100%;
    height: auto;
  }
}

.nav-icon--result {
  margin: 0 1.2rem;
  transition: 0.5s;
  position: relative;
}
.nav-icon--result:hover {
  margin-top: -20px;
}
@media screen and (max-width: 992px) {
  .nav-icon--result {
    width: 20%;
    margin: 0;
    padding: 0 0 0 1%;
    float: left;
  }
  .nav-icon--result:nth-child(3) {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 768px) {
  .nav-icon--result:hover {
    margin-top: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media screen and (max-width: 576px) {
  .nav-icon--result {
    width: 33%;
  }
}

.category-title-name--result {
  position: relative;
  z-index: 3;
  width: auto;
  height: 80px;
  margin: 5px 0;
}
@media screen and (max-width: 1200px) {
  .category-title-name--result {
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .category-title-name--result {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .category-title-name--result {
    width: auto;
    height: 38px;
  }
}

.category-title-img1--result {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 10%;
}
.category-title-img1--result img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .category-title-img1--result {
    top: auto;
    bottom: -5%;
    width: 16%;
  }
}

.category-title-img2--result {
  position: absolute;
  right: 107px;
  top: 28px;
  z-index: 2;
  width: 8%;
}
.category-title-img2--result img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .category-title-img2--result {
    right: 9%;
    top: 22%;
  }
}
@media screen and (max-width: 768px) {
  .category-title-img2--result {
    right: 14%;
    bottom: -3%;
    top: auto;
    width: 12%;
  }
}

.result-bg--no1 {
  background: url(images_enquete/result-bg--no1@2x-80.jpg);
  background-size: cover;
  background-position: 0 -41px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .result-bg--no1 {
    background-size: 100% 116%;
    border-radius: 14px 14px 0 0;
    background-position: 0 0;
  }
}

.result-text-no1 {
  position: absolute;
  top: 48px;
  left: 156px;
  z-index: 3;
  width: 284px;
}
.result-text-no1 img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .result-text-no1 {
    width: 28%;
    top: 7%;
    left: 13%;
  }
}
@media screen and (max-width: 768px) {
  .result-text-no1 {
    position: relative;
    width: 55%;
    padding-top: 4%;
    top: 3%;
    right: auto;
    left: -1%;
  }
}

.result-img-no1 {
  padding-top: 40px;
  margin: 0 auto;
  width: 274px;
}
.result-img-no1 img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .result-img-no1 {
    width: 27%;
    padding-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .result-img-no1 {
    position: absolute;
    padding-top: 0;
    width: 51%;
    top: 3%;
    right: 2%;
    z-index: 2;
  }
}

.result-bg--no2 {
  background: url(images_enquete/result-bg--no2@2x-80.jpg);
  background-size: cover;
  background-position: 0 -7px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .result-bg--no2 {
    background-size: 100% 116%;
    border-radius: 14px 14px 0 0;
    background-position: 0 0;
  }
}

.result-bg--no3 {
  background: url(images_enquete/result-bg--no3@2x-80.jpg);
  background-size: cover;
  background-position: 0 -7px;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 768px) {
  .result-bg--no3 {
    background-size: 100% 116%;
    border-radius: 14px 14px 0 0;
    background-position: 0 0;
  }
}

.result-text-half {
  position: absolute;
  top: 32px;
  left: 50px;
  width: 230px;
  z-index: 3;
}
.result-text-half img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .result-text-half {
    width: 48%;
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  .result-text-half {
    width: 48%;
    top: auto;
    left: 4%;
    padding-top: 7%;
  }
}

.result-img-half {
  position: relative;
  text-align: right;
  margin: 0px 36px 0 auto;
  padding-top: 44px;
  z-index: 2;
  width: 200px;
}
.result-img-half img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .result-img-half {
    width: 41%;
    margin: 0px 5% 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .result-img-half {
    padding-top: 1%;
    width: 49%;
    margin: 0px 4% 0 auto;
    z-index: 2;
  }
}

.button-detail {
  display: inline;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 10px 30px 10px 40px;
  font-size: 21px;
  font-weight: 700;
  border: 3px solid #FFF;
  color: #FFF;
  border-radius: 100vh;
  transition: 0.5s;
  background: rgba(0, 18, 50, 0.5);
}
.button-detail:hover {
  color: #001232;
  background: #FFF;
  border: 3px solid #001232;
}
@media screen and (max-width: 992px) {
  .button-detail {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .button-detail {
    font-size: 17px;
    padding: 8px 20px 8px 30px;
  }
}

.button-detail--half {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 9px 20px 9px 40px;
  font-size: 19px;
  font-weight: 700;
  border: 3px solid #FFF;
  color: #FFF;
  border-radius: 100vh;
  transition: 0.5s;
  background: rgba(0, 18, 50, 0.5);
}
.button-detail--half:hover {
  color: #001232;
  background: #FFF;
  border: 3px solid #001232;
}
@media screen and (max-width: 768px) {
  .button-detail--half {
    font-size: 17px;
    padding: 8px 20px 8px 30px;
  }
}

.result-photo {
  position: absolute;
  top: 47px;
  right: 60px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .result-photo {
    width: 33%;
    top: 7%;
    right: 5%;
  }
  .result-photo img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .result-photo {
    display: none;
  }
}

.result-cong {
  position: absolute;
  width: 82%;
  top: 85%;
  right: 33%;
  z-index: 3;
  fill: red;
}
.result-cong img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .result-cong {
    display: none;
  }
}

.result-btn {
  position: relative;
  padding: 10px 0;
  left: -120px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .result-btn {
    left: auto;
    padding: 15px 0 7px 0;
  }
}

.result-paper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.result-paper img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .result-paper {
    width: 100%;
    top: 1%;
  }
}

.result-comment {
  background-color: #FFF;
  border-radius: 0 0 40px 40px;
}
.result-comment ul {
  margin: 0;
  padding: 20px 30px;
}
.result-comment li {
  position: relative;
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 700;
  padding: 0 0 8px 36px;
  border-bottom: 1px dashed #bccbd3;
}
.result-comment li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.result-comment ul li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  top: -3px;
  left: 0;
  color: #bccbd3;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .result-comment ul {
    padding: 10px 10px;
  }
  .result-comment li {
    padding: 0 0 8px 32px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
  }
  .result-comment ul li::before {
    font-size: 24px;
  }
}

.result-comment-half {
  background-color: #FFF;
  border-radius: 0 0 40px 40px;
}
.result-comment-half ul {
  margin: 0;
  padding: 15px;
}
.result-comment-half li {
  position: relative;
  list-style: none;
  text-align: left;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 800;
  padding: 0 0 8px 36px;
  border-bottom: 1px dashed #bccbd3;
}
.result-comment-half li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.result-comment-half ul li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  position: absolute;
  top: -3px;
  left: 0;
  color: #bccbd3;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .result-comment-half ul {
    padding: 10px 10px;
  }
  .result-comment-half li {
    padding: 0 0 8px 32px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
  }
  .result-comment-half ul li::before {
    font-size: 24px;
  }
}

.accordion {
  margin: 0 auto;
  max-width: 890px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
  background-color: #FFF;
  border-radius: 52px;
  border: 10px solid #001232;
}
@media screen and (max-width: 768px) {
  .option {
    border-width: 8px;
  }
}

.title,
.content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  display: block;
  font-weight: bold;
  font-size: 37px;
  line-height: 1;
  padding-bottom: 14px;
  border-radius: 40px;
  color: #FFF;
  cursor: pointer;
}
.title--coffee {
  background-color: #7c460b;
}
.title--coffee:hover {
  background-color: #c26e11;
}
.title--suppli {
  background-color: #87a9d6;
}
.title--suppli:hover {
  background-color: #4e80c3;
}
.title--cantafe {
  background-color: #ff887e;
}
.title--cantafe:hover {
  background-color: #ff4132;
}
.title--beauty {
  background-color: #1ab797;
}
.title--beauty:hover {
  background-color: #107460;
}
.title--tea {
  background-color: #93a136;
}
.title--tea:hover {
  background-color: #5f6823;
}
.title small {
  font-size: 18px !important;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 30px;
  }
  .title small {
    font-size: 16px !important;
  }
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.15em;
  width: 36px;
  height: 6px;
  background-color: #FFF;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .title::after,
  .title::before {
    right: 15px;
    top: 34px;
    width: 30px;
    height: 6px;
  }
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
}

.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked + .title + .content {
  max-height: 1200px;
  transition: all 1.5s;
}

.toggle:checked + .title {
  border-radius: 40px 40px 0 0;
}

.toggle:checked + .title::before {
  transform: rotate(45deg) !important;
}

.toggle:checked + .title::after {
  transform: rotate(135deg) !important;
}

.ranking-list ol {
  margin: 0 10px 0 60px;
  padding: 10px 10px 30px 0;
}
.ranking-list li {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 800;
  line-height: 2;
  padding: 0;
}
.ranking-list li:nth-child(odd) {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .ranking-list ol {
    margin: 0 7px 0 43px;
  }
  .ranking-list li {
    font-size: 17px;
    line-height: 1.2;
    padding: 5px 0 5px 8px;
  }
}

.link-green {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: black;
  padding: 0 12px;
  transition: color ease 0.3s;
}
.link-green::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #1ad29e;
  transition: all ease 0.3s;
}
.link-green:hover {
  color: white;
}
.link-green:hover::after {
  height: 100%;
}

/*--------------------------------------------------
  概要
-------------------------------------------------*/
.reason-area {
  background-color: #FFF;
  border: 3px solid #001232;
  border-radius: 15px;
  padding: 25px 15px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .reason-area {
    padding: 5px 15px;
    margin: 0 10px;
  }
}

.reason-title {
  position: absolute;
  left: -30px;
  top: -24px;
}
@media screen and (max-width: 1200px) {
  .reason-title {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .reason-title {
    width: 42%;
    left: -10px;
    top: -20px;
  }
  .reason-title img {
    max-width: 100%;
    height: auto;
  }
}

.reason-logo {
  padding: 40px 60px 20px 60px;
}
@media screen and (max-width: 1200px) {
  .reason-logo {
    padding: 3% 4%;
    width: 20%;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .reason-logo {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .reason-logo {
    width: 30%;
  }
}

.reason-text p {
  font-size: 39px;
  line-height: 1.2;
  font-weight: 800;
}
.reason-text span {
  font-size: 45px;
}
.reason-text small {
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .reason-text p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
  }
  .reason-text span {
    font-size: 18px;
  }
  .reason-text small {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
  }
}

.reason-bg {
  position: absolute;
  top: 13px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .reason-bg {
    width: 19%;
    top: 5%;
    left: 3%;
  }
  .reason-bg img {
    max-width: 100%;
    height: auto;
  }
}

.arrow_box {
  position: relative;
  background: #7CBA28;
  text-align: left;
  border-radius: 15px;
}
.arrow_box p {
  font-size: 19px;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .arrow_box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .arrow_box button {
    font-size: 13.5px;
  }
}

.arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #001232;
  line-height: 1;
  width: 49px;
  height: 49px;
  border: 12px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .arrow-down {
    width: 30px;
    height: 30px;
    border-width: 8px;
  }
}

.arrow_box:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(124, 186, 40, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -10px;
  border-left-color: #7CBA28;
  left: 100%;
  top: 50%;
}
@media screen and (max-width: 992px) {
  .arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(124, 186, 40, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    margin-top: 0;
    border-top-color: #7CBA28;
    top: 100%;
    left: 50%;
  }
}

.arrow-button {
  padding-right: 20px;
}

.arrow-button::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid 2px #001232;
  border-right: solid 2px #001232;
  display: inline-block;
  width: 7px;
  height: 7px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}

/*--------------------------------------------------
  チャンス
-------------------------------------------------*/
.chance img {
  max-width: 100%;
  height: auto;
}
.chance ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.chance li {
  display: flex;
  align-self: auto;
}
@media screen and (max-width: 768px) {
  .chance ul {
    flex-wrap: wrap;
  }
}

.chance-bg {
  background-color: #ffcd0f;
  border-radius: 15px;
  padding: 35px 55px 10px 55px;
  margin-top: 40px;
  position: relative;
}

.chance-title {
  position: absolute;
  left: -15px;
  top: -45px;
}
@media screen and (max-width: 768px) {
  .chance-title {
    width: 42%;
    left: -10px;
    top: -20px;
  }
  .chance-title img {
    max-width: 100%;
    height: auto;
  }
}

.chance-img {
  position: absolute;
  right: 30px;
  top: 10px;
}

.chance-text p {
  font-size: 25px;
  line-height: 1.2;
}
.chance-text strong {
  font-size: 37px;
  font-weight: 900;
}
.chance-text span {
  font-size: 37px;
  font-weight: 800;
  color: #ea3e2d;
}
.chance-text span strong {
  font-size: 57px;
}
.chance-text span b {
  font-size: 45px;
}

.chance-condition {
  position: absolute;
  top: -25px;
  left: 160px;
}
.chance-condition p {
  font-size: 28px;
  font-weight: 800;
  bottom: 0;
}
.chance-condition b {
  font-size: 47px;
  line-height: 0;
}
.chance-condition strong {
  font-size: 37px;
}
.chance-condition-text {
  border: 5px solid #c7c7c7;
  background-color: #FFF;
  padding: 5px 10px;
}

.chance3-example {
  margin: 10px -35px;
}

/*--------------------------------------------------
  ナビゲーション　ページ内リンク
-------------------------------------------------*/
.nav-area a {
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 500;
}

.nav-icon {
  margin: 0 1.2rem;
}
.nav-icon p {
  margin: 0.5rem 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .nav-icon p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 992px) {
  .nav-icon {
    width: 20%;
    margin: 0;
    padding: 0 0.5rem;
    float: left;
  }
  .nav-icon p {
    margin: 0.2rem 0;
    font-size: 0.9rem;
  }
  .nav-icon:nth-child(3) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .nav-icon {
    width: 33%;
  }
  .nav-icon:nth-child(3) {
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------
  商品ブロック
-------------------------------------------------*/
.item-box {
  display: flex;
  flex-wrap: wrap;
  gap: 53px 27px;
}
@media screen and (max-width: 1200px) {
  .item-box {
    gap: 53px 3.7%;
  }
}
@media screen and (max-width: 768px) {
  .item-box {
    gap: 10px 5%;
  }
}
@media screen and (max-width: 576px) {
  .item-box {
    gap: 10px 3%;
  }
}

.item {
  width: 18%; /* margin padding分を引く */
  position: relative;
  display: flex;
  flex-direction: column;
  border: 3px solid #333333;
  color: #333333;
  background-color: #ffffff;
  border-radius: 28px;
  box-shadow: 7px 7px 0px 3px rgb(51, 51, 51);
  padding: 10px;
  line-height: 1.2;
  text-align: left;
}
.item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .item {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .item {
    width: 30%;
    box-shadow: 4px 4px 0px 0px rgb(51, 51, 51);
  }
}
@media screen and (max-width: 576px) {
  .item {
    width: 48%;
    padding: 5px;
    border-radius: 18px;
  }
}

/* 中身デザイン ____________________ */
.item {
  position: relative;
}
.item-title {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
}
.item-catch {
  font-size: 0.95rem;
  color: #999;
  line-height: 1.1;
  margin-bottom: 10px;
}
.item-img {
  max-width: 145px;
  margin-bottom: 5px;
}
.item-img-area {
  position: relative;
  width: 137px;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .item-title {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .item-catch {
    font-size: 0.8rem;
  }
  .item-img {
    max-width: 90px;
  }
  .item-img-area {
    width: 127px;
    text-align: left;
  }
}

/* 詳細リンク(吹き出し) ____________________ */
.item-balloon--area {
  position: absolute;
  right: -9px;
  top: 13px;
}
@media screen and (max-width: 576px) {
  .item-balloon--area {
    top: 4px;
  }
}

.item-balloon {
  background: url("images_enquete/item-balloon.svg") no-repeat;
  width: 59px;
  height: 60px;
  transition: all 0.3s ease;
}
.item-balloon p {
  font-size: 1rem;
  color: #333;
  text-align: center;
  padding: 10px 0 0px 2px;
  transition: all 0.3s ease;
}
.item-balloon a {
  display: block;
}
.item-balloon:hover {
  width: 79px;
  height: 80px;
  cursor: pointer;
}
.item-balloon:hover p {
  font-size: 1.4rem;
  transition: all 0.3s ease;
  padding: 14px 0 0px 2px;
}
@media screen and (max-width: 576px) {
  .item-balloon {
    width: 50px;
    height: 51px;
  }
  .item-balloon p {
    font-size: 0.8rem;
  }
  .item-balloon:hover {
    width: 60px;
  }
  .item-balloon:hover p {
    font-size: 1rem;
    padding: 12px 0 0px 2px;
  }
}

/* 投票ボタン ____________________ */
.btn-poll {
  font-size: 23px;
  font-weight: 900;
  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;
    font-weight: 900;
  }
}
@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;
  font-weight: 700;
}

.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: rgba(128, 128, 128, 0.5);
  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;
}

/* --------------------------------------------------
 end message
-------------------------------------------------*/
.end-message h1 {
  font-size: clamp(1.438rem, 1.119rem + 1.59vw, 2.313rem);
  font-weight: 800;
}
.end-message p {
  font-size: clamp(1rem, 0.841rem + 0.8vw, 1.438rem);
  font-weight: 500;
}