.mvBlock_info_tit img {
  width: 100%;
}

.mvBlock .mvBlock_info {
  width: 536px;
  padding: 60px;
  padding-bottom: 50px;
  margin-right: 30px;
}

.mvBlock .mvBlock_info .mvBlock_info_txt {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
}

.mvBlock .mvBlock_info .mvBlock_info_btn {
  width: 100%;
  height: 106px;
  background: #E69C29;
  margin-top: 30px;
  padding-inline: 30px;
}

.mvBlock_info_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 416px;
  height: 70px;
  margin-inline: auto;
  background: #003057;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, .16);
  padding: 10px 20px 12px 32px;
  margin-top: 21px;
  transition: background-color .4s;
  width: 100%;
  height: 106px;
  background: #E69C29;
  padding-inline: 30px;
  margin-top: 60px;
}

.mvBlock_info_btn span,
.mvBlock .mvBlock_info .mvBlock_info_btn span {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  padding-left: 0;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  background: none;
  align-items: center;
  transition: color .3s;
  line-height: 1.2;
}

.mvBlock_info_btn span:before,
.mvBlock .mvBlock_info .mvBlock_info_btn span:before {
  content: '';
  background: url(/mens-artnature/assets/img/top/icn_chatbot.svg) 0 center no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: 5px;
}

@media(hover: hover) {

  .mvBlock_info_btn:hover,
  .mvBlock .mvBlock_info .mvBlock_info_btn:hover {
    background-color: #E6CCA5;
  }

  .mvBlock_info_btn:hover span,
  .mvBlock .mvBlock_info .mvBlock_info_btn:hover span {
    color: #fff;
    transition: color .3s;
  }

}

.conciergeBlock .conciergeBlock_btn {
  background: #E69C29;
  width: 595px;
}

.conciergeBlock .conciergeBlock_btn:hover {
  background-color: #E6CCA5;
}

.conciergeBlock .conciergeBlock_btn span {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  background: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  transition: color .3s;
}

.conciergeBlock .conciergeBlock_btn span:before {
  content: '';
  background: url(/mens-artnature/assets/img/top/icn_chatbot.svg) 0 center no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-right: 40px;
  position: relative;
  top: 5px;
}

.conciergeBlock .conciergeBlock_btn:hover span {
  transition: color .3s;
}

.btn_chatbot {
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  background: none;
  background-color: #E69C29;
  width: 106px;
  height: 106px;
}

.chatbot__en {
  font-size: 17px;
  font-weight: bold;
}

.chatbot__ja {
  font-size: 11px;
  font-weight: bold;
}

.btn_chatbot-inner {
  gap: 5px;
  line-height: 1.2;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  margin-inline: auto;
}
.btn_chatbot-inner img {
  margin-inline: auto;
}

.btn_chatbot-inner-text{
  font-weight: bold;
}

.btn_chatbot:hover {
  background: #E6CCA5;
  color: #fff;
  transition: background-color .3s, color .3s;
}


.modalBox_txt a{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #1122cc;
}
.modalBox_txt a:hover {
  text-decoration: underline;
}
.modalBox_txt a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/mens-artnature/assets/img/top/icn_ar_blue.svg) 0 0 no-repeat;
  background-size: contain;
}