@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #141414;
  font-size: 4.0625vw;
  font-weight: 400;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.ly_inner {
  background: #fff;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  height: 15.625vw;
  padding: 3.125vw;
}

.bl_header_logo {
  width: 40.46875vw;
}

/*----------- FV -----------*/
.ly_fv {
  padding-bottom: 14.84375vw;
  background: url(../img/sp_fv_background.png) no-repeat center top/cover;
}

.bl_fv_title {
  position: relative;
  z-index: 3;
}

.bl_fv_slider {
  margin-top: -32.8125vw;
}

/*----------- cta01 -----------*/
.ly_cta01 {
  background: #0168b7;
  padding-bottom: 9.375vw;
}
.ly_cta01 .bl_cta_button {
  width: 88.75vw;
  margin: -12.5vw auto 0;
  padding-left: 0.625vw;
}

.bl_cta01_text {
  -webkit-transform: translateY(-17.96875vw);
          transform: translateY(-17.96875vw);
  width: 87.5vw;
  margin-inline: auto;
}

/*----------- intro -----------*/
.ly_intro {
  background: #ededed;
  padding-block: 14.375vw 13.125vw;
}

.bl_intro_title {
  width: 78.125vw;
  margin-inline: auto;
}

.bl_intro_image {
  margin-block: 5.46875vw 4.6875vw;
}

.bl_intro_text {
  padding-inline: 4.6875vw;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
.bl_intro_text span {
  color: #b79646;
  font-weight: bold;
}

.bl_intro_text + .bl_intro_text {
  margin-top: 7.8125vw;
}

/*----------- benefits -----------*/
.ly_benefits {
  padding-block: 0 13.125vw;
  background: url(../img/sp_benefits_background_pattern.png) repeat center top/auto, #d7b500;
}

.bl_benefits_title {
  width: 100%;
  margin-inline: auto;
}

.bl_benefits_list {
  padding-inline: 4.6875vw;
  margin-top: 5.469vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6875vw;
}

.bl_benefits_item {
  background: #fff;
  padding-bottom: 5.46875vw;
}

.bl_benefits_text {
  padding-inline: 4.6875vw;
  margin-top: 3.125vw;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.bl_benefits_text span {
  font-weight: bold;
}

.bl_benefits_attention {
  padding-inline: 4.6875vw;
  font-size: 3.125vw;
  line-height: 2;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*----------- cta02 -----------*/
.ly_cta02 {
  padding-block: 9.375vw;
  background: #222222;
}
.ly_cta02 .bl_cta_button {
  width: 88.75vw;
  margin: 4.6875vw auto 0;
  padding-left: 0.625vw;
}

.bl_cta02_title {
  max-width: 87.5vw;
  width: 100%;
  margin-inline: auto;
}

.bl_cta02_image {
  margin: 3.125vw auto 0;
  max-width: 87.5vw;
  width: 100%;
}

.bl_cta02_text {
  width: 78.125vw;
  margin: 3.90625vw auto 0;
}

/*----------- brand -----------*/
.ly_brand {
  background: url(../img/sp_brand_background_pattern.png) repeat center top/auto, #fff;
  padding-block: 15.625vw 18.4375vw;
}

.bl_brand_title {
  width: 84.21875vw;
  margin-inline: auto;
}

.bl_brand_image {
  margin-top: 6.25vw;
}

.bl_brand_text {
  max-width: 87.5vw;
  width: 100%;
  margin: 4.6875vw auto 0;
}

.bl_brand_slider {
  margin-top: 3.125vw;
}
.bl_brand_slider .splide__pagination {
  bottom: -7.03125vw;
}
.bl_brand_slider .splide__pagination__page {
  width: 2.03125vw;
  height: 2.03125vw;
  background: transparent;
  margin: 0 1.09375vw;
  opacity: 1;
  border: 0.15625vw solid #b79646;
}
.bl_brand_slider .splide__pagination__page.is-active {
  background: #b79646;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*----------- reason -----------*/
.ly_reason {
  background: #ededed;
  padding-block: 15.625vw 19.21875vw;
}

.bl_reason_title {
  width: 64.6875vw;
  margin-inline: auto;
}

.bl_reason_list {
  padding-inline: 4.6875vw;
  margin-top: 6.09375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.6875vw;
}

.bl_reason_item {
  background: #fff;
  padding: 5.9375vw 4.6875vw;
}

.bl_reason_itemTitle {
  width: 65.625vw;
}
.bl_reason_itemTitle.__02 {
  width: 72.65625vw;
}

.bl_reason_image {
  margin-top: 2.34375vw;
}

.bl_reason_text {
  text-align: justify;
  margin-top: 3.90625vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
.bl_reason_text span {
  font-weight: bold;
  letter-spacing: 0.11em;
}

/*----------- cta03 -----------*/
.ly_cta03 {
  padding-bottom: 7.8125vw;
  background: url(../img/sp_cta03_background_pattern.png) repeat center top/auto, #0168b7;
}
.ly_cta03 .bl_cta_button {
  width: 88.75vw;
  margin: 4.6875vw auto 0;
  padding-left: 0.625vw;
}

.bl_cta03_title {
  max-width: 92.1875vw;
  width: 100%;
  margin-left: 4.6875vw;
  -webkit-transform: translateY(-15.625vw);
          transform: translateY(-15.625vw);
}

.bl_cta03_info {
  max-width: 87.5vw;
  width: 100%;
  margin: -11.71875vw auto 0;
}

.bl_cta03_text {
  width: 78.125vw;
  margin: 6.25vw auto 0;
}

/*----------- access -----------*/
.ly_access {
  padding: 15.625vw 4.6875vw 10.625vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(255, 255, 255)), color-stop(20%, rgb(237, 237, 237)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(237, 237, 237) 20%);
}

.bl_access_title {
  width: 45vw;
  margin-inline: auto;
}

.bl_access_image {
  max-width: 87.5vw;
  width: 100%;
  margin-top: 6.25vw;
}

.bl_access_name {
  font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
  margin-block: 4.6875vw;
  font-size: 6.25vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.bl_access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
}
.bl_access_list dt {
  width: 21.875vw;
  height: 7.8125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #444;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.bl_access_list + .bl_access_list {
  margin-top: 2.34375vw;
}

.bl_access_map {
  margin-top: 4.6875vw;
}
.bl_access_map iframe {
  width: 100%;
  aspect-ratio: 560/340;
  height: auto;
  display: block;
}

/*----------- footer  -----------*/
footer {
  position: relative;
  background: #141414;
  color: #fff;
  padding-bottom: 5.46875vw;
}
footer .ft-logo-outer {
  padding: 9.375vw 0;
  border-bottom: 0.15625vw solid #404040;
}
footer .ft-logo-outer .ft-logo {
  width: 34.375vw;
  margin: 0 auto;
}
footer .ft-last {
  padding: 5.46875vw 3.125vw 3.90625vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .ft-last .ft-last-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .ft-last .ft-last-in + .ft-last-in {
  margin-top: 4.6875vw;
}
footer .ft-last .box {
  line-height: 1;
  margin-top: 3.125vw;
}
footer .ft-last p {
  color: #fff;
  line-height: 1;
}
footer .ft-last .t01 {
  font-size: 3.125vw;
  font-weight: 400;
}
footer .ft-last .t02 {
  margin-top: 3.125vw;
  font-size: 2.1875vw;
}
footer .ft-last a {
  color: #fff !important;
}
footer .ft-last a.blank {
  font-size: 2.1875vw;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(https://www.kagude.com/wp/wp-content/themes/kawakami/assets/images/icon_blank_wh.svg);
  padding: 1.5625vw 0 0 4.6875vw;
}
footer .ft-last .tel {
  font-size: 3.125vw;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(https://www.kagude.com/wp/wp-content/themes/kawakami/assets/images/honten/icon_tel_wh.svg);
  padding: 0 0 0 3.125vw;
}
footer .ft-last .tel + span {
  font-size: 1.875vw;
}
footer .ft-last .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0.78125vw;
}
footer .ft-last .sns p {
  font-size: 2.5vw;
}
footer .ft-last .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .ft-last .sns ul li {
  width: 3.4375vw;
  margin-left: 2.34375vw;
}

.copy {
  padding: 0 3.125vw;
}
.copy p {
  color: #fff;
  font-size: 1.875vw;
  text-align: left;
  margin: 0 auto;
}

#page-top-btn {
  width: 3.4375vw;
  height: 12.03125vw;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(https://www.kagude.com/wp/wp-content/themes/kawakami/assets/images/honten/page_top.svg);
  position: absolute;
  right: 3.125vw;
  bottom: 5.46875vw;
  z-index: 1;
}

/*----------- fixed  -----------*/
.ly_fixed {
  position: fixed;
  bottom: 3.125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 100vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bl_fixed_btn {
  width: 88.75vw;
  margin-inline: auto;
  padding-left: 0.625vw;
}
.bl_fixed_btn a {
  display: block;
}

input::placeholder {
  color: #999;
}

.event-ttl {
  background-color: rgba(1, 104, 183, 0.12);
  text-align: center;
  margin-bottom: 1.2vw;
  position: relative;
  padding: 1vw 1.2vw;
  margin-top: 2.3vw;
}

.confirm_back::before {
  top: 3vw !important;
}

.form_mode .dmd_seec_wrapper {
  display: none !important;
}
.btn-outer {
	text-align: center;
}
