:root {
  --base-color-wh: #ffffff;
  --base-color-wh10: rgba(255, 255, 255, .1);
  --base-color-wh60: rgba(255, 255, 255, .6);
  --base-color-l-gray: #F5F5F5;
  --base-color-m-gray: #D9D9D9;
  --base-color-d-gray: #A5A5A5;
  --base-color-cr: #FFFFEC;
  --base-color-p-sky: #F5FAFC;
  --base-color-nv: #003894;
  --base-color-nv80: rgba(0, 56, 148, .8);
  --base-color-bk: #333333;
  --text-color-bk: #333333;
  --accent-color-l-sky: #C4E7F3;
  --accent-color-sky: #8BCFF1;
  --accent-color-sky70: rgba(139, 207, 241, .7);
  --accent-color-bl: #487DE7;
  --accent-color-nikoniko-ye: #FFF100;
  --accent-color-logo-BL: #00A0E9;
  --accent-color-logo-BL80: rgba(0, 160, 233, .8);
  --accent-color-logo-BL60: rgba(0, 160, 233, .6);
  --accent-color-logo-BL40: rgba(0, 160, 233, .4);
  --accent-color-logo-BL20: rgba(0, 160, 233, .2);
  --accent-color-facebook: #1877F2;
  --accent-color-logo-GR: #6FBA2C;
  --accent-color-ye: #FDDE4D;
  --accent-color-red: #F80B0B;
  --accent-color-pk: #EF9FB1;
  --accent-color-pk70: rgba(239, 159, 177, .7);
  --accent-color-br: #CD853F;
  --accent-color-br70: rgba(205, 133, 63, .7);
  --accent-color-or: #FF8A1E;
  --accent-color-or80: rgba(255, 138, 30, .8);
  --accent-color-or60: rgba(255, 138, 30, .6);
  --accent-color-or40: rgba(255, 138, 30, .4);
  --accent-color-or20: rgba(255, 138, 30, .2);
  --accent-color-p-or: #FCE6D3;
  --accent-color-l-or: #FCC697;
  --accent-color-instagram: linear-gradient(90deg, rgba(118, 56, 250, 1) 0%, rgba(211, 0, 197, 1)49%, rgba(255, 0, 105, 1)100%);
  --accent-color-denba: #014099;
  --accent-color-l-denba: #D8EBF0;
}

.denba {}

.denba .hero {
  height: 700px;
  background: url(../img/denba/hero_pc.webp) no-repeat center center/cover;
}

@media only screen and (max-width: 1023px) {
  .denba .hero {
    background: url(../img/denba/hero_pc.webp) no-repeat left -160px top 20px/cover;
  }
}

@media only screen and (max-width: 767px) {
  .denba .hero {
    height: 642px;
    background: url(../img/denba/hero_sp.webp) no-repeat center top 0/100% auto;
  }
}

.denba .hero .main_width {
  padding-top: 150px;
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .denba .hero .main_width {
    padding-top: 32px;
    height: 100%;
    display: block;
  }
}

.denba .hero .inner {
  max-width: 711px;
}

@media only screen and (max-width: 1023px) {
  .denba .hero .inner {
    width: 75.2%;
  }
}

@media only screen and (max-width: 767px) {
  .denba .hero .inner {
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-inline: auto;
    padding: 0;
  }
}

.denba .hero .bubble {
  padding: 0 20px 2px;
  color: var(--base-color-wh);
  font-size: 2.4rem;
  background: var(--accent-color-denba);
}

.denba .hero .bubble::after {
  background: url(../img/denba/bubble.svg) no-repeat 0 0/contain;
  left: 52%;
}

@media only screen and (max-width: 767px) {
  .denba .hero .bubble {
    padding: 4px 8px 4px;
    font-size: 1.4rem;
  }
}

.denba .hero h1 {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
}

.denba .hero h1 span {
  font-size: 4.8rem;
}

@media only screen and (max-width: 1023px) {
  .denba .hero h1 {
    font-size: 3rem;
  }

  .denba .hero h1 span {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .denba .hero h1 {
    margin-bottom: 8px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }

  .denba .hero h1 span {
    font-size: 3rem;
  }
}

.denba .hero h1 span.blue {
  color: var(--accent-color-denba);
}

.denba .hero p {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

@media only screen and (max-width: 1023px) {
  .denba .hero p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .denba .hero p {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}

.denba .cluster {
  padding: 60px 0;
  background: url(../img/denba/cluster_bg_pc.webp) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .denba .cluster {
    padding: 80px 0;
    background: url(../img/denba/cluster_bg_sp.webp) no-repeat center center/cover;
  }
}

.denba .cluster .main_width {
  max-width: 848px;
}

.denba .cluster .cluster_wrap .title {
  display: block;
  width: 65.56%;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .denba .cluster .cluster_wrap .title {
    width: 92.71%;
  }
}

.denba .cluster .cluster_wrap h2 {
  width: fit-content;
  margin-top: 4rem;
  margin-inline: auto;
  font-size: 3.2rem;
  font-weight: 700;
}

.denba .cluster .cluster_wrap h2 span {
  font-size: 4.8rem;
  color: var(--accent-color-denba);
}

@media only screen and (max-width: 1023px) {
  .denba .cluster .cluster_wrap h2 {
    font-size: 2.4rem;
  }

  .denba .cluster .cluster_wrap h2 span {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .denba .cluster .cluster_wrap h2 {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  .denba .cluster .cluster_wrap h2 span {
    font-size: 3.2rem;
  }
}

.denba .cluster .cluster_wrap p {
  width: fit-content;
  margin-inline: auto;
  margin-top: 3.2rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
  .denba .cluster .cluster_wrap p {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .denba .cluster .cluster_wrap p {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}

.denba .cluster .cluster_wrap .image {
  display: block;
  max-width: 640px;
  margin-top: 3.2rem;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .denba .cluster .cluster_wrap .image {
    width: 90.67%;
    margin-top: 2.4rem;
  }
}

.denba .product {}

.denba .product .product_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}

@media only screen and (max-width: 767px) {
  .denba .product .product_wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}

.denba .product .product_item {
  width: 100%;
}

.denba .product .product_item.plus {
  background: url(../img/denba/denba_plus_bg_pc.webp) no-repeat center center/cover;
}

.denba .product .product_item.health {
  background: url(../img/denba/denba_health_bg_pc.webp) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .denba .product .product_item.plus {
    background: url(../img/denba/denba_plus_bg_sp.webp) no-repeat center center/cover;
  }

  .denba .product .product_item.health {
    background: url(../img/denba/denba_health_bg_sp.webp) no-repeat center center/cover;
  }
}

.denba .product .product_item .inner {
  width: 100%;
  max-width: 480px;
  padding: 4.8rem 1.6rem;
}

@media only screen and (min-width: 1440px) {
  .denba .product .product_item.plus .inner {
    margin-right: 120px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .denba .product .product_item.health .inner {
    margin-right: auto;
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .denba .product .product_item .inner {
    width: 100%;
    margin-inline: auto;
    padding: 8rem 1.6rem;
  }
}

.denba .product .product_item .logo {
  display: block;
  width: 185px;
  margin-inline: auto;
}

.denba .product .product_item.plus .logo {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .denba .product .product_item .logo {
    width: 200x;
  }
}

.denba .product .product_item .thumb {
  display: block;
  width: 80.4%;
  margin-inline: auto;
}

@media only screen and (max-width: 767px) {
  .denba .product .product_item .thumb {
    width: 74.63%;
  }
}

.denba .product .product_item .example {
  display: block;
  width: 100%;
  margin-top: 3.2rem;
  margin-inline: auto;
}

.denba .product .product_item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.denba .product .product_item h3 {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .denba .product .product_item h3 {
    font-size: 2rem;
  }
}

.denba .product .product_item p {
  min-height: 120px;
  margin-top: 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1023px) {
  .denba .product .product_item p {
    min-height: auto;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .denba .product .product_item p {
    font-size: 1.6rem;
  }
}

.denba .product .product_item .btn_box {
  display: flex;
  justify-content: center;
  width: 343px;
  margin-top: 3.2rem;
  margin-inline: auto;
}

.denba .product .product_item .btn {
  display: block;
  width: 100%;
  padding: 18px 15px;
  border-radius: 8px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
  background: var(--accent-color-denba);
  color: var(--base-color-wh);
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .denba .product .product_item .btn_box {
    width: 100%;
  }
}

.denba .campaign {
  padding: 92px 0;
  background: url(../img/denba/campaign_bg_pc.webp) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .denba .campaign {
    padding: 80px 0;
    background: url(../img/denba/campaign_bg_sp.webp) no-repeat center center/cover;
  }
}

.denba .campaign .main_width {
  max-width: 800px;
}

@media only screen and (max-width: 767px) {
  .denba .campaign .main_width {
    width: calc(100% - 64px);
  }
}

.denba .contactform .form_head h2::before {
  background: var(--accent-color-l-denba);
}

.denba .contactform .form_head .telbox .tel {
  margin-top: 10px;
}

.denba .contactform .form_head .telbox .tel a {
  padding-left: 0;
  font-size: 2.4rem;
  font-weight: 400;
}

.denba .contactform .form_head .telbox .tel a::before {
  width: 36px;
  height: 36px;
  top: -7px;
  left: -40px;
}