@charset "UTF-8";

/******************************
  bg
******************************/
.bg_brandprotection {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../../assets/img/bg_brandprotection.jpg") no-repeat bottom center;
  background-size: cover;
  pointer-events: none;
  background-blend-mode: lighten;
  opacity: 1;
  background-color: transparent;
  transition: opacity 1.5s ease 0.5s, background-color 1.5s ease;
}

/******************************
  brand_protection
******************************/
.bp_logo {
  margin: 40px auto 0;
  width: 80px;
}

.bp_diagram {
  margin: 20px auto 0;
  width: 480px;
}

.bp_img {
  margin: 0 auto 50px !important;
  width: 800px;
}

.efforts_box {
  margin: 30px auto 0;
  width: 800px;
  padding: 36px 50px 32px;
  background: #FFEEF4;
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
  border-radius: 8px;
  text-align: justify;
}

.efforts_box .ttl,
.efforts_line_box .ttl {
  font-size: 17px;
  padding-bottom: 15px;
  padding-right: 30px;
  color: #FF7CAA;
}

.efforts_line_box {
  margin: 30px auto 0;
  width: 800px;
  padding: 36px 50px 32px;
  border: 1px solid #FF7CAA;
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
  border-radius: 8px;
  text-align: justify;
}

.efforts_line_box hr{
  margin: 30px auto;
  border: none;
  border-top: 1px solid #FF7CAA;
}

.secure_box {
  margin: 30px auto 0;
  width: 800px;
  padding: 36px 50px 32px;
  background: #F6F0F7;
  color: #333;
  font-size: 14px;
  line-height: 1.8em;
  border-radius: 8px;
  text-align: justify;
}

.secure_box .ttl {
  font-size: 17px;
  padding-bottom: 15px;
  padding-right: 30px;
  color: #AE7EB6;
}

.secure_box_logo {
  display: flex;
  justify-content: start;
}

.secure_box_logo .txt_box {
  width: calc(100% - 240px);
  padding-right: 30px;
}

.mark img {
  width: auto;
  height: 110px;
}

.secure_note {
  margin: 30px auto 0;
  font-size: 12px;
  text-align: justify;
  background: #CA9BC5;
  width: 800px;
  padding: 16px 20px 12px;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 4px;
}

#secure .txt_base {
  text-align: center !important;
}

@media (max-width: 940px) {
  .efforts_box,
  .efforts_line_box {
    width: 85vw;
    padding: 5% 5% 4%;
  }

  .secure_box {
    width: 85vw;
    padding: 5% 5% 4%;
  }

  .secure_box_logo .txt_box {
    width: 85%;
    padding-right: 5%;
  }

  .bp_img {
    width: 100%;
    padding: 0 7.5vw;
  }

  .secure_note {
    width: 85vw;
    padding: 2.5% 3% 2%;
  }
}

@media (max-width: 750px) {
  .bp_logo {
    margin: 8% auto 0;
    width: 10vw;
    min-width: 60px;
  }

  .bp_diagram {
    margin: 4% auto 0;
    width: 90%;
    max-width: 550px;
    padding: 0 5%;
  }

  #secure .txt_base {
    text-align: justify !important;
  }
}

@media (max-width: 560px) {
  .secure_box_logo {
    display: block;
  }

  .secure_box_logo .txt_box {
    width: 100%;
    padding-right: 0;
  }
  .mark {
    width: 100%;
  }
  .mark img {
    margin: 14px auto 10px;
    text-align: center;
    height: 110px;
  }
}

@media (max-width: 480px) {
  .bp_diagram {
    width: 95%;
    padding: 0 2.5%;
  }
  .efforts_box,
  .efforts_line_box,
  .secure_box {
    width: 85vw;
    padding: 8% 6% 6%;
  }

  .efforts_box,
  .secure_box {
    font-size: max(12px, 3vw);
  }

  .efforts_box .ttl,
  .efforts_line_box .ttl,
  .secure_box .ttl {
    font-size: max(13px, 3.5vw);
    padding-bottom: 3%;
  }

  .secure_note {
    font-size: max(12px, 3vw);
    padding: 3% 5%;
  }
}

@media (max-width: 375px) {
  .mark img {
    margin: 10px auto 8px;
    text-align: center;
    height: 90px;
  }
}


/******************************
  News - brand_protection
******************************/
.brand_protection {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}

.brand_protection dl{
  display: grid;
  grid-template-columns: 110px 1fr;
  column-gap: 0;
  font-size: 14px;
  line-height: 2em;
  margin-top: -1.5em!important;
}

.brand_protection dt,
.brand_protection dd {
  display: flex;
  align-items: flex-start;
  text-align: left;
  padding: 1.5em 0 1.4em;
  position: relative;
  color: #000;
  border-bottom: 1px solid #B3B3B3;
}

.brand_protection dt {
  padding-right: 20px;
}

/* レスポンシブ調整 */
@media (max-width: 940px) {
  .brand_protection {
    width: 100%;
    padding: 0 7.5vw;
  }
  .brand_protection dl {
    font-size: 1.4vw;
  }
}

@media (max-width: 750px) {
  .brand_protection dl {
    grid-template-columns: 110px 1fr;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .brand_protection dl {
    grid-template-columns: 100px 1fr;
    font-size: max(12px, 3vw);
  }
}

/******************************
  btn_brand
******************************/
.btn_brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px auto 5px;
  padding: 0;
  gap: 30px;
  transition: none;
}

.btn_brand_box {
  width: 100%;
  margin: 0 auto;
}

.btn_brand .btn {
  flex: 1;
}

.btn_brand .btn a img {
  width: 95%;
  margin: 0 auto;
  transition: transform 0.6s ease;
}

.btn_brand .btn a:hover img {
  transform: scale(1.05);
}

.btn_brand .btn a:hover {
  border-color: transparent;
}


@media (max-width: 700px) {
  .btn_brand {
    display: block;
    margin: 3.5% auto 2%;
  }

  .btn_brand .btn:first-child {
    margin-bottom: 3%;
  }

  .btn_brand .btn a img {
    width: 45vw;
    max-width: 300px;
    min-width: 230px;
  }

  .btn_brand .btn a:hover img {
    transform: scale(1);
  }
}

