@charset "utf-8";
/*=====================================================================

KV

=====================================================================*/

.kv .main {
  height: 360px;
}

.kv .ttl{
  padding: 32px 0;
}

.kv__entry__text {
  width: fit-content;
  margin: 0 auto 24px;
}

.kv__entry {
  padding: 48px 0 0;
}

.kv .entry__button a,
.entry__button a {
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.entry__button {
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
  background: #bf0000;
  font-size: 24px;
  width: 700px;
  height: 72px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25);
}

.deal_notice {
  color: initial;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 12px;
  font-size: 14px;
  text-align: justify;
  margin: 0 auto !important;
  width: 960px;
  text-align: center;
}

.sec_search .ri-item {
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: unset !important;
  margin-right: unset !important;
  width: 19% !important;
}

.entry__button::after {
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  margin: auto;
  top: 0;
  bottom: 0;
  right: 40px;
}

.mutual__cont+.entry__button {
  margin-top: 56px;
}

/*=====================================================================

検索ボックス

=====================================================================*/

.sec_search {
  text-align: center;
  position: relative;
  padding: 65px 0 160px;
}

.keyword {
  border-radius: 30px;
  padding: 1px 48px 48px;
}

.sec_search h3 {
  position: relative;
  margin: 50px 0 25px;
}

.sec_search h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 560px;
  height: 12px;
  margin: auto;

  background-image: radial-gradient(#fff 3px, transparent 3px);
  background-size: 14px 14px;
}

.sec_search h3 span {
  position: relative;
  padding: 0 16px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.search_form .field {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 2em;
  width: 700px;
  margin: 0 auto;
  overflow: hidden;
}

.search_form input {
  padding: 15px 0.5em;
  appearance: none;
  outline: none;
  width: calc(100% - 4em);
  font-size: 18px;
  border: none;
}

.search_form input:placeholder {
  opacity: 0.5;
}

.search_form button {
  cursor: pointer;
  appearance: none;
  border: none;
  outline: none;
  background: none;
}

.search_keyword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 15px 10px;
}

.search_keyword li {
  height: 42px;
  border-radius: 24px;
  background: #fff;
}

.search_keyword li a {
  height: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5em;
}

.sec_search .txt {
  text-align: center;
  font-size: 14px;
  padding: 25px 0;
  border-radius: 20px;
  background: #fff;
  margin: 0 0 24px;
}

.sec_search .txt span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.sec_search .txt small {
  font-size: 14px;
  color: #333;
}

.brand_wrap {
  margin: 0 auto;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 4px;
  justify-content: center;
}

.brand_logo {
  width: 150px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.brand_logo a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

.btn_more {
  margin: 50px auto;
  box-sizing: border-box;
  width: 506px;
  height: 81px;
  border-radius: 37px;
  background: #ff6d02;
  color: #ffffff;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}

.btn_more a {
  color: unset;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 37px;
}

.btn_more a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  transform: rotate(45deg);
  display: flex;
  position: absolute;
  right: 9%;
  top: 43%;
  z-index: 1;
}

.btn_more a:hover {
  background: #ffffff;
  color: #ff6d02;
  border: 2px solid #ff6d02;
  opacity: 1;
  border-radius: 37px;
}

.btn_more a:hover:before {
  height: 10px;
  border-top: solid 3px #ff6d02;
  border-right: solid 3px #ff6d02;
}

/*=====================================================================

面出し

=====================================================================*/


.maker_wrap .maker {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  margin: 0 auto 40px;
}

.maker_wrap h4 {
  width: 276px;
  margin: 0 auto;
}

.item_wrap {
  width: 98%;
  margin: 0 auto;
  margin: 35px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
}

.item_box {
  width: 172px;
  box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px 2px 5px;
  overflow: hidden;
}

.item_box a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333333;
}

.item_box p {
  font-weight: bold;
  min-height: 52px;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*=====================================================================

adMinder

=====================================================================*/
.ri-item {
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 10px;
}


/*=====================================================================

複数カテゴリ購入訴求

=====================================================================*/

.multi-value {
  background: repeating-linear-gradient(90deg, #33b9a5, #33b9a5 20px, #26b59f 20px, #26b59f 40px);
  padding: 100px 0;
}

.point {
  width: 960px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
}

.point li {
  width: calc(100% / 3);
  position: relative;
}

.point li:last-child {
  width: 100%;
  margin-top: 2px;
  margin-left: -12px;
}

.button__attention {
  text-align: center;
  margin-top: 1em;
  font-size: 18px;
  color: #fff;
}