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

body {
  background: url(../img/pc_background_img.png) no-repeat center top/cover;
  background-attachment: fixed;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #141414;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5384615385;
  position: relative;
}
body::after {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #222;
  z-index: -1;
}

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;
  width: 640px;
  margin: 0 auto;
}

/*----------- header -----------*/
.ly_header {
  background: #fff;
  height: 100px;
  padding: 20px;
}

.bl_header_logo {
  width: 259px;
}

/*----------- FV -----------*/
.ly_fv {
  padding-bottom: 95px;
  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: -210px;
}

/*----------- cta01 -----------*/
.ly_cta01 {
  background: #0168b7;
  padding-bottom: 60px;
}
.ly_cta01 .bl_cta_button {
  width: 568px;
  margin: -80px auto 0;
  padding-left: 4px;
}

.bl_cta01_text {
  -webkit-transform: translateY(-115px);
          transform: translateY(-115px);
  width: 560px;
  margin-inline: auto;
}

/*----------- intro -----------*/
.ly_intro {
  background: #ededed;
  padding-block: 92px 84px;
}

.bl_intro_title {
  width: 500px;
  margin-inline: auto;
}

.bl_intro_image {
  margin-block: 35px 30px;
}

.bl_intro_text {
  padding-inline: 40px;
  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: 50px;
}

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

.bl_benefits_title {
  margin-inline: auto;
}

.bl_benefits_list {
  padding-inline: 40px;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.bl_benefits_item {
  background: #fff;
  padding-bottom: 35px;
}

.bl_benefits_text {
  padding-inline: 30px;
  margin-top: 20px;
  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: 30px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*----------- cta02 -----------*/
.ly_cta02 {
  padding-block: 60px;
  background: #222222;
}
.ly_cta02 .bl_cta_button {
  width: 568px;
  margin: 30px auto 0;
  padding-left: 4px;
}

.bl_cta02_title {
  width: 560px;
  margin-inline: auto;
}

.bl_cta02_image {
  margin: 20px auto 0;
  width: 560px;
}

.bl_cta02_text {
  width: 500px;
  margin: 25px auto 0;
}

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

.bl_brand_title {
  width: 539px;
  margin-inline: auto;
}

.bl_brand_image {
  margin-top: 40px;
}

.bl_brand_text {
  width: 560px;
  margin: 30px auto 0;
}

.bl_brand_slider {
  margin-top: 20px;
}
.bl_brand_slider .splide__pagination {
  bottom: -45px;
}
.bl_brand_slider .splide__pagination__page {
  width: 13px;
  height: 13px;
  background: transparent;
  margin: 0 7px;
  opacity: 1;
  border: 1px 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: 100px 123px;
}

.bl_reason_title {
  width: 414px;
  margin-inline: auto;
}

.bl_reason_list {
  padding-inline: 40px;
  margin-top: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.bl_reason_item {
  background: #fff;
  padding: 38px 30px;
}

.bl_reason_itemTitle {
  width: 420px;
}
.bl_reason_itemTitle.__02 {
  width: 465px;
}

.bl_reason_image {
  margin-top: 15px;
}

.bl_reason_text {
  text-align: justify;
  margin-top: 25px;
  -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: 50px;
  background: url(../img/sp_cta03_background_pattern.png) repeat center top/auto, #0168b7;
}
.ly_cta03 .bl_cta_button {
  width: 568px;
  margin: 30px auto 0;
  padding-left: 5px;
}

.bl_cta03_title {
  width: 590px;
  margin-left: 40px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.bl_cta03_info {
  width: 560px;
  margin: -75px auto 0;
}

.bl_cta03_text {
  width: 500px;
  margin: 40px auto 0;
}

/*----------- access -----------*/
.ly_access {
  padding: 100px 40px 68px;
  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: 288px;
  margin-inline: auto;
}

.bl_access_image {
  width: 560px;
  margin-top: 40px;
}

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

.bl_access_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.bl_access_list dt {
  width: 140px;
  height: 50px;
  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: 15px;
}

.bl_access_map {
  margin-top: 30px;
}
.bl_access_map iframe {
  width: 100%;
  display: block;
}

/*----------- footer  -----------*/
footer {
  position: relative;
  background: #141414;
  color: #fff;
  padding-bottom: 35px;
}
footer .ft-logo-outer {
  padding: 60px 0;
  border-bottom: 1px solid #404040;
}
footer .ft-logo-outer .ft-logo {
  width: 220px;
  margin: 0 auto;
}
footer .ft-last {
  padding: 35px 20px 25px;
  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: 30px;
}
footer .ft-last .box {
  line-height: 1;
  margin-top: 20px;
}
footer .ft-last p {
  color: #fff;
  line-height: 1;
}
footer .ft-last .t01 {
  font-size: 20px;
  font-weight: 400;
}
footer .ft-last .t02 {
  margin-top: 20px;
  font-size: 14px;
}
footer .ft-last a {
  color: #fff !important;
}
footer .ft-last a.blank {
  font-size: 14px;
  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: 5px 0 0 30px;
}
footer .ft-last .tel {
  font-size: 20px;
  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 20px;
}
footer .ft-last .tel + span {
  font-size: 12px;
}
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: 5px;
}
footer .ft-last .sns p {
  font-size: 16px;
}
footer .ft-last .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .ft-last .sns ul li {
  width: 22px;
  margin-left: 15px;
}

.copy {
  padding: 0 20px;
}
.copy p {
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin: 0 auto;
}

#page-top-btn {
  width: 22px;
  height: 77px;
  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: 20px;
  bottom: 35px;
  z-index: 1;
}

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

.bl_fixed_btn {
  width: 560px;
  margin-inline: auto;
}
.bl_fixed_btn a {
  display: block;
}

.mwform-radio-field-text,
.mwform-checkbox-field-text {
  font-size: 18px;
}

input::placeholder {
  color: #999;
}

.event-ttl {
  background-color: rgba(1, 104, 183, 0.12);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding: 16px 20px;
  margin-top: 40px;
}

.form_mode .dmd_seec_wrapper {
  display: none !important;
}

body {
  block-size: 100% !important;
}

.confirm_back input {
  font-size: 18px !important;
}
.confirm_back::before {
  top: 20px !important;
}
.btn-outer {
	text-align: center;
}
