@charset "utf-8";
/* CSS Document */
/*----------　767px以下　----------*/
html {
  font-size: 58%;
  background: #161a3e;
  /* 10px */
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 1.5;
  background-image: url("../img/common/bg_base2.jpg");
  background-size: cover;
  overflow-x: hidden;
}
/* PCだけ改行 */
.pc-only {
  display: inline;
}
/* スマホでは消す */
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.contents {
  max-width: 600px;
  margin: auto;
  padding: 0 20px 50px;
}
.contents02 {
  padding: 0px 20px 30px;
}
.contents03 {
  padding: 30px 20px 30px;
}
.font_B {
  font-weight: bold;
}
.mv .font_B {
  color: #fff;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 1);
}
.font_S {
  font-size: 1.4rem;
}
.font_M {
  font-size: clamp(1.8rem, calc(0.25vw + 1.3rem), 2rem);
  font-weight: bold;
}
.font_L {
  font-size: clamp(2.2rem, calc(0.25vw + 1.3rem), 2.4rem);
  font-weight: bold;
  text-align: center;
}
.btn {
  margin-top: 30px;
}
.btn a {
  display: block;
  padding: 20px;
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  background-color: #00428E;
  border-radius: 5px;
}
.btn a:hover {
  opacity: 0.7;
  transition: .3s;
}
/*●●●●●●　header　●●●●●●*/
.bg_top {
  position: relative;
}
.bg_top::after {
  content: "";
  display: block;
  position: fixed;
  top: -50px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background: url("../img/mv_bg26w.png") no-repeat top center / cover;
}
header {
  display: inline-block;
  padding: 20px;
}
header::after {
  content: '';
  display: inline-block;
  width: 450px;
  height: 230px;
  background: url("../img/h_logo_bg.png") no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 0;
  top: -80px;
  left: -100px;
}
header .h_logo {
  width: 200px;
  position: relative;
  z-index: 100;
}
/*●●●●●●　mv　●●●●●●*/
.mv .main_copy {
  margin: 10px 0;
}
.mv .main_copy span {
  display: block;
  margin-top: 20px;
  color: #00428E;
  text-align: center;
  line-height: 1.3;
}
.mv .contact_link {
  margin-left: -18px;
  text-align: center;
}
.mv .contact_link::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 350px;
  height: 1px;
  background: #fff;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.mv .contact_link:hover::after {
  visibility: visible;
  bottom: 44px;
  opacity: 1;
}
.mv .contact_link a {
  position: relative;
}
.mv .contact_link a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 8px;
  right: -18px;
}
.kirari {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin: 15px 40px 0 40px;
  max-width: 600px;
}
body .wp-block-image.kirari figure {
  margin-bottom: 0;
}
.kirari::before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: kirari 2s ease-in-out infinite;
}
@keyframes kirari {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  75% {
    -webkit-transform: scale(0) rotate(25deg);
    opacity: 0.5;
  }
  76% {
    -webkit-transform: scale(4) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
/*●●●●●●　product　●●●●●●*/
.product {
  color: #fff;
}
.product .product_name {
  font-size: clamp(2.2rem, calc(0.25vw + 1.3rem), 2.4rem);
  text-align: center;
  text-shadow: 2px 2px 3px #000;
}
.product .product_name_sub {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 3px #000;
}
.product figure {
  margin: -50px 0 -15px;
}
.product {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #161a3e 80%);
}
/*●●●●●●　merit　●●●●●●*/
.merit {
  background-color: #c8d7ff;
}
.merit ul li {
  margin-top: 30px;
}
.merit ul li:first-child {
  margin-top: 0;
}
.merit ul li .merit_head {
  margin-bottom: 16px;
  padding: 2px 0 5px 10px;
  font-size: clamp(1.8rem, calc(0.25vw + 1.3rem), 2rem);
  color: #000;
  line-height: 1;
  border-left: 5px solid #00428E;
}
.merit ul li figure {
  margin-top: 16px;
  padding: 20px 18px;
  background-color: #fff;
}
.btn.btn_merit a {
  padding: 12px 22px 14px 5px;
  font-weight: bold;
  position: relative;
}
.btn.btn_merit a::after {
  content: '';
  display: inline-block;
  margin-left: 12px;
  width: 15px;
  height: 15px;
  background: url("../img/btn_icon.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 49%;
  transform: translate(-50%, -50%);
}
/*●●●●●●　campaign　●●●●●●*/
.campaign {
  background-color: #fbfbce;
  color: #000;
}
.campaign_head {
  margin-bottom: 10px;
  color: #321e0f;
}
.campaign_txt {
  margin-top: 15px;
}
.campaign_txt .campaign_txt_head {
  margin-bottom: 10px;
  text-align: center;
}
.btn.btn_campaign a {
  background-color: #CC0000;
  text-align: center;
}
/* SP：左寄せ */
@media (max-width: 768px) {
  .btn.btn_campaign a {
    text-align: left;
  }
}
.btn.btn_campaign a span.font_L {
  display: block;
  margin-bottom: 10px;
}
.btn.btn_contact {
  margin-top: 20px;
}
.btn.btn_contact a {
  color: #000;
  background-color: #FFF;
  box-shadow: inset 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.btn.btn_contact a img {
  display: block;
  margin: 15px auto 10px;
  max-width: 260px;
}
/*●●●●●●　footer　●●●●●●*/
footer {
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
  font-weight: bold;
  background-color: #fff;
  color: #000;
}
footer.contents02 {
  padding-bottom: 20px;
}
footer .f_logo {
  max-width: 290px;
  margin: auto;
}
footer .footer_contact {
  width: 300px;
  margin: 22px auto 30px;
  padding-left: 25px;
}
footer .footer_contact p:last-child {
  margin-top: 8px;
  text-align: center;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #14419A;
}
/*----------　768px以上　----------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  .contents, .contents02 {
    padding: 0px 0 50px;
  }
  .contents03 {
    padding: 50px 0;
  }
  .font_M {
    font-size: 2.4rem;
  }
  .font_L {
    font-size: 3rem;
  }
  .bg_top::after {
    top: -50px;
    height: 100%;
  }
  /*●●●●●●　mv　●●●●●●*/
  .mv .main_copy {
    margin: -20px 0 20px;
  }
  .mv .main_copy img:first-child {
    display: block;
    width: 514px;
    margin: auto;
  }
  /*●●●●●●　product　●●●●●●*/
  .product::after {
    content: '';
    display: block;
    clear: both;
  }
  .product .product_name, .product .product_name_sub, .product p {
    width: 45%;
    text-align: left;
  }
  .product .product_name_sub {
    margin-bottom: 30px;
  }
  .product figure {
    width: 55%;
    float: right;
    margin: -195px 0 0;
  }
  /*●●●●●●　merit　●●●●●●*/
  .merit ul li .merit_head {
    font-size: 2rem;
  }
  .merit ul li figure {
    width: 120%;
    margin-left: -10%;
  }
  .btn.btn_merit a::after {
    top: 48%;
    margin-left: 15px;
  }
  .btn.btn_campaign a {
    padding: 20px 50px;
    text-align: center;
  }
  /*●●●●●●　footer　●●●●●●*/
  footer .contents03 {
    padding-bottom: 30px;
  }
}
/*----------　1500px以上　----------*/
@media (min-width: 1500px) {
  .bg_top::after {
    top: -50px;
  }
}
/*----------　終了　----------*/
.nolink {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  color: inherit;
}