@charset "UTF-8";
/* リキッドレイアウト対応 */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;700&display=swap');*/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.6vw;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  html, :root {
    font-size: 100px;
    font-size: 1.14vw;
  }

  body {
    font-size: 0.9375rem;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 767px), print {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration-skip-ink: inherit;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 767px), print {
  a:hover {
    opacity: 0.8;
  }
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #000;
  overflow-x: hidden;
  font-family: "nsans_jp_r";
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 14.69vw;
    word-wrap: break-word;
  }
}
@media screen and (max-width: 1400px) {
  body {
    word-wrap: break-word;
    word-break: break-all;
    animation: fadeIn 2s ease 0 1 normal;
    -webkit-animation: fadeIn 2s ease 0 1 normal;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#p-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 767px), print {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@font-face {
  font-family: "nsans_jp_r";
  src: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_r.woff2) format("woff2"), url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_r.otf) format("opentype"), url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_r.ttf) format("truetype");
}
@font-face {
  font-family: "nsans_jp_m";
  src: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_m.woff2) format("woff2"), url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_m.otf) format("opentype"), url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_m.ttf) format("truetype");
}
@font-face {
  font-family: "nsans_jp_b";
  src: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_b.woff2) format("woff2"), url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_b.otf) format("opentype"), url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/fonts/nsans_jp_b.ttf) format("truetype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 16px;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-footer {
  position: relative;
}

.l-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-inner {
    max-width: 62.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: calc(100% - 15.63vw);
  }
}

#p-topicpath {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 186px;
  top: 11.625rem;
  max-width: 1360px;
  max-width: 85rem;
}

@media screen and (max-width: 767px) {
  #p-topicpath {
    white-space: nowrap;
    position: relative;
    z-index: 1;
    top: 0;
  }
}
#p-topicpath > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #p-topicpath > ul {
    padding: 4.69vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
}

#p-topicpath > ul > li {
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}

#p-topicpath > ul > li + li {
  padding-left: 20px;
  padding-left: 1.25rem;
}

#p-topicpath > ul > li + li:before {
  content: ">";
  position: absolute;
  margin: auto;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

.c-bnr {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .c-bnr {
    margin-bottom: 7.81vw;
  }
}
@media screen and (max-width: 767px) {
  .c-bnr__inner {
    max-width: none;
  }
}
.c-bnr__note {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 767px), print {
  .c-bnr__note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .c-bnr__note {
    margin: 3.13vw auto 0;
    max-width: calc(100% - 15.63vw);
  }
}

.c-btn {
  text-align: center;
}

.c-btn a {
  display: inline-block;
  color: #fff;
  background-color: #BA0D0D;
  min-width: 350px;
  min-width: 21.875rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  padding: 25px 0;
  padding: 1.5625rem 0;
  border-radius: 0.3125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn a {
    display: block;
    min-width: 0;
    padding: 3.91vw 0;
    margin: 0 7.81vw;
  }
}

.c-btn a:after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 6px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  right: 30px;
  right: 1.875rem;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  content: "";
}

.c-mail {
  background: -webkit-gradient(linear, left top, left bottom, from(#feeb71), to(#fadb0d));
  background: linear-gradient(to bottom, #feeb71, #fadb0d);
  max-width: 520px;
  max-width: 32.5rem;
  width: 100%;
  padding: 16px 0;
  padding: 1rem 0;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

.c-mail::before {
  content: "";
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  left: 5px;
  left: 0.3125rem;
  bottom: 5px;
  bottom: 0.3125rem;
  right: 5px;
  right: 0.3125rem;
  border-radius: 5px;
}

.c-marker {
  color: #F3801F;
}

.c-section__sub-title {
  background-color: #111;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 28px;
  font-size: 28px;
  font-size: 1.75rem;
  position: relative;
  padding: 5px 0 10px;
  padding: 5px 0 10px;
  padding: 0.3125rem 0 0.625rem;
}

.c-section__sub-title:after {
  width: 100%;
  height: 1px;
  height: 1px;
  height: 0.0625rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  bottom: 5px;
  bottom: 0.3125rem;
  background-color: #fff;
  content: "";
}

.c-section__title {
  font-family: "nsans_jp_b";
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 767px), print {
  .c-section__title {
    font-size: 3.25rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section__title {
    font-size: 8vw;
    margin-bottom: 5.47vw;
  }
}
.c-section__title .c-title__highlight {
  color: #F3801F;
}

.p-appeal {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-appeal {
    padding: 66.41vw 0 23.44vw;
  }
}
.p-appeal::before {
  width: 60%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-appeal::before {
    width: 100%;
    height: 66.41vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-appeal__inner {
    position: relative;
    padding: 6.25rem 0 10.625rem;
  }
}
.p-appeal__inner::before {
  width: 495px;
  width: 30.9375rem;
  height: 465px;
  height: 29.0625rem;
  display: block;
  position: absolute;
  right: -200px;
  right: -12.5rem;
  bottom: 0;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/img_appeal01.webp) left bottom/cover no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-appeal__inner::before {
    width: 43.75vw;
    height: 45.31vw;
    right: 0;
    bottom: auto;
    top: 21vw;
  }
}
@media screen and (max-width: 767px) {
  .p-appeal__items {
    padding-top: 10.94vw;
  }
}
.p-appeal__itemsSubttl {
  font-family: "nsans_jp_b";
  font-size: 34px;
  font-size: 2.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-appeal__itemsSubttl {
    font-size: 5.31vw;
    text-align: center;
    margin-bottom: 3.13vw;
  }
}
.p-appeal__itemsTtl {
  font-size: 80px;
  font-size: 5rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #F3801F;
  line-height: 1.3;
  margin-bottom: -20px;
  margin-bottom: -1.25rem;
}
@media screen and (max-width: 767px) {
  .p-appeal__itemsTtl {
    font-size: 9.5vw;
    text-align: center;
    margin-bottom: 3.13vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-appeal__itemsAppeal {
    width: 38.75rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-appeal__itemsAppeal {
    margin-bottom: 7.81vw;
  }
}
.p-appeal__itemsTxt {
  line-height: 2;
}
@media screen and (min-width: 767px), print {
  .p-appeal__itemsTxt {
    width: 38.75rem;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-appeal__itemsTxt {
    font-size: 4.06vw;
  }
}
.p-appeal__itemsTxt span {
  background: #ffe13c;
}

@media screen and (min-width: 767px), print {
  .p-case {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 10.94vw;
  }
}
.p-case .l-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-case .scroll-hint-icon {
    left: calc(50% - 50px);
    width: 100px;
  }
}
@media screen and (min-width: 767px), print {
  .p-case .scroll-hint-icon-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-case .scroll-hint-icon-wrap {
    z-index: 9;
    pointer-events: none;
    top: -5vw;
  }
}
.p-case .swiper {
  position: static;
}
.p-case .swiper-wrapper {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.p-case .swiper-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE9AF), to(#F3801F));
  background: linear-gradient(#FFE9AF, #F3801F);
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
  height: auto;
}
@media screen and (min-width: 767px), print {
  .p-case .swiper-slide {
    width: 30.625rem;
  }
}
.p-case .swiper-button-prev,
.p-case .swiper-button-next {
  top: calc(50% - 3rem);
}
@media screen and (max-width: 767px) {
  .p-case .swiper-button-prev,
.p-case .swiper-button-next {
    top: calc(50% - 3vw);
  }
}
.p-case .swiper-button-prev {
  left: -80px;
  left: -5rem;
}
@media screen and (max-width: 767px) {
  .p-case .swiper-button-prev {
    left: -5vw;
  }
}
.p-case .swiper-button-next {
  right: -80px;
  right: -5rem;
}
@media screen and (max-width: 767px) {
  .p-case .swiper-button-next {
    right: -5vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-case .l-inner {
    max-width: 70rem;
  }
}
.p-case__inner {
  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;
  /*padding: rem(30);*/
  padding: 20px;
  padding: 1.25rem;
  margin: 10px;
  margin: 0.625rem;
  background: #fff;
  border-radius: 0.625rem;
}
@media screen and (min-width: 767px), print {
  .p-case__inner {
    height: calc(100% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    padding: 3.13vw;
    margin: 1.56vw;
    border-radius: 2.34vw;
    height: calc(100% - 3.12vw);
  }
}
.p-case__imgbox {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .p-case__imgbox {
    width: 38%;
  }
}
.p-case__imgboxLogo {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  height: 25px;
  height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-case__imgboxLogo {
    margin-bottom: 1.56vw;
    height: 3.91vw;
  }
}
.p-case__imgboxLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
@media screen and (max-width: 767px) {
  .p-case__imgboxLogo img {
    width: 80%;
  }
}
.p-case__imgboxImg img {
  width: 100%;
  height: 150px;
  height: 9.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-case__imgboxImg img {
    height: 28.13vw;
  }
}
.p-case__txtbox {
  width: calc(62% - 1.5625rem);
}
@media screen and (max-width: 767px) {
  .p-case__txtbox {
    width: calc(62% - 3.13vw);
  }
}
.p-case__txtboxName {
  font-family: "nsans_jp_m";
  /*font-size: rem(20);*/
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-case__txtboxName {
    font-size: 3.75vw;
    margin-bottom: 2.34vw;
  }
}
.p-case__txtboxAverage {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-case__txtboxAverage {
    margin-bottom: 2.34vw;
    font-size: 2.81vw;
  }
}
.p-case__txtboxAverage span {
  font-size: 130%;
  font-family: "nsans_jp_m";
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.p-case__txtboxAppeal {
  width: 115px;
  width: 7.1875rem;
}
@media screen and (max-width: 767px) {
  .p-case__txtboxAppeal {
    width: 19.84vw;
  }
}
.p-case__txtboxPrice {
  color: #F3801F;
  font-family: "nsans_jp_b";
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-case__txtboxPrice {
    font-size: 6.09vw;
  }
}
.p-case__txtboxPrice span {
  font-size: 61.5%;
}

.p-category {
  position: relative;
  padding: 90px 0 50px;
  padding: 5.625rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-category {
    padding: 10.94vw 0 7.81vw;
  }
}
.p-category::before, .p-category::after {
  width: 100%;
  height: 360px;
  height: 22.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-category::before, .p-category::after {
    height: 48.44vw;
  }
}
.p-category::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_mv01.webp) center top/auto repeat;
}
.p-category::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FFA700), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#FFA700 30%, rgba(255, 255, 255, 0));
}
@media screen and (min-width: 767px), print {
  .p-category__inner {
    max-width: 56.25rem;
  }
}
.p-category .c-section__title {
  color: #fff;
}
.p-category__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 90px;
  gap: 1.875rem 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-category__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.81vw 4vw;
  }
}
.p-category__list li {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-category__list li:nth-child(3n) {
    margin-right: 0;
  }
}
.p-category__img {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-category__img {
    margin: 0 1.56vw 5.33vw;
  }
}
.p-category__en {
  color: #E2E2E2;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 200;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 100%;
  z-index: -1;
  top: 250px;
  top: 15.625rem;
}
@media screen and (max-width: 767px) {
  .p-category__en {
    font-size: 5.94vw;
    top: 40vw;
  }
}
.p-category__name {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-family: "nsans_jp_b";
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding-top: -20px;
  padding-top: -1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-category__name {
    font-size: 3.91vw;
    margin: 0 0 3.13vw;
    padding-top: -3.13vw;
  }
}

.p-cta {
  background: #193FAD;
  padding-top: 70px;
  padding-top: 4.375rem;
  text-align: center;
  font-family: "nsans_jp_b";
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 7.81vw;
  }
}
.p-cta::before {
  width: 660px;
  width: 41.25rem;
  height: 600px;
  height: 37.5rem;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_cta01.webp) center top/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-cta::before {
    width: 84.37vw;
    height: 84.37vw;
    top: 18.75vw;
  }
}
.p-cta__inner {
  position: relative;
}
.p-cta__medal {
  width: 215px;
  width: 13.4375rem;
  height: 215px;
  height: 13.4375rem;
  position: absolute;
  top: -90px;
  top: -5.625rem;
  right: -105px;
  right: -6.5625rem;
}
@media screen and (max-width: 767px) {
  .p-cta__medal {
    width: 34.5vw;
    top: -12.06vw;
    right: -3.13vw;
  }
}
.p-cta__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -2.34vw;
  }
}
.p-cta__label li {
  background: #FFD800;
  color: #193FAD;
  position: relative;
  font-size: 32px;
  font-size: 2rem;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  margin: 0 10px;
  margin: 0 0.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-cta__label li {
    margin: 0 3.13vw 2.34vw 0;
    padding: 1vw 2vw;
    font-size: 4vw;
  }
}
.p-cta__label li::before, .p-cta__label li::after {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  content: "";
}
.p-cta__label li::before {
  left: -9px;
  left: -0.5625rem;
  border-style: solid;
  border-width: 0 0 58px 10px;
  border-width: 0 0 3.625rem 0.625rem;
  border-color: transparent transparent #FFD800 transparent;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__label li::before {
    left: -1.41vw;
    border-width: 0 0 8.28vw 1.56vw;
  }
}
.p-cta__label li::after {
  right: -9px;
  right: -0.5625rem;
  border-style: solid;
  border-width: 58px 10px 0 0;
  border-width: 3.625rem 0.625rem 0 0;
  border-color: #FFD800 transparent transparent transparent;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__label li::after {
    right: -1.41vw;
    border-width: 8.28vw 1.56vw 0 0;
  }
}
.p-cta__desc {
  color: #FFD800;
  font-weight: 300;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__desc {
    margin-bottom: 7.81vw;
    font-size: 3.6vw;
  }
}
.p-cta__balloon {
  color: #FFD800;
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-cta__balloon {
    font-size: 5vw;
  }
}
.p-cta__balloon::before, .p-cta__balloon::after {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  content: "";
}
.p-cta__balloon::before {
  width: 400px;
  width: 25rem;
  height: 2px;
  bottom: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta__balloon::before {
    width: 62.5vw;
  }
}
.p-cta__balloon::after {
  width: 40px;
  width: 2.5rem;
  height: 10px;
  height: 0.625rem;
  bottom: -6px;
  bottom: -0.375rem;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_arrow01.webp) center top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cta__balloon::after {
    width: 9.38vw;
    height: 2.34vw;
    bottom: -1.6vw;
  }
}
.p-cta__ttl {
  color: #FFD800;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 98px;
  font-size: 6.125rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.04em;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-cta__ttl {
    font-size: 12vw;
    letter-spacing: -0.02em;
    margin: 3.13vw 0 37.5vw;
  }
}
.p-cta__appeal {
  width: 680px;
  width: 42.5rem;
  margin: 0 auto -65px;
  margin: 0 auto -4.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__appeal {
    width: 100%;
    margin: 0 0 -10.94vw;
  }
}
.p-cta__bottom {
  padding: 70px 0 0;
  padding: 4.375rem 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__bottom {
    padding: 0 0 18.75vw;
  }
}
.p-cta__bottom::before {
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: #FFD800;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-cta__bottomInner {
    position: relative;
    z-index: 0;
    padding-top: 14.06vw;
  }
}
.p-cta__bottomInner::before, .p-cta__bottomInner::after {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-cta__bottomInner::before {
    background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/img_cta01.webp) center bottom/contain no-repeat;
    width: 60.94vw;
    height: 63.28vw;
    top: -63.28vw;
    left: -7.81vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__bottomInner::after {
    width: 53.13vw;
    height: 50.78vw;
    top: -50.78vw;
    right: -6.25vw;
    z-index: -1;
  }
}
.p-cta__tel {
  position: relative;
}
.p-cta__telAddtxt {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-cta__telAddtxt {
    font-size: 4.69vw;
    margin-bottom: 3.13vw;
  }
}
.p-cta__telAddtxt::before, .p-cta__telAddtxt::after {
  width: 2px;
  height: 18px;
  height: 1.125rem;
  display: block;
  position: absolute;
  bottom: 6px;
  bottom: 0.375rem;
  background: #000;
  content: "";
}
.p-cta__telAddtxt::before {
  left: -20px;
  left: -1.25rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-cta__telAddtxt::after {
  right: -20px;
  right: -1.25rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-cta__telNum a {
  display: block;
}
@media screen and (min-width: 767px), print {
  .p-cta__telNum a {
    width: 36.5625rem;
    margin: 0 auto 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__telNum a {
    margin: 0 auto 3vw;
    width: auto;
  }
}
.p-cta__telTime {
  font-family: "nsans_jp_r";
}
@media screen and (max-width: 767px) {
  .p-cta__telTime {
    font-size: 3.13vw;
  }
}
.p-cta__btns {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 767px), print {
  .p-cta__btns {
    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;
    width: 48.125rem;
    margin: 1.875rem auto 0;
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btns {
    display: block;
    margin-top: 7.81vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-cta__btns::before, .p-cta__btns::after {
    display: block;
    position: absolute;
    content: "";
    pointer-events: none;
  }
}
@media screen and (min-width: 767px), print {
  .p-cta__btns::before {
    width: 26.25rem;
    height: 27.5rem;
    bottom: 0;
    left: -25vw;
    background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/img_cta01.webp) center bottom/contain no-repeat;
  }
}
@media screen and (min-width: 1400px), print {
  .p-cta__btns::before {
    left: -22.5rem;
  }
}
@media screen and (min-width: 767px), print {
  .p-cta__btns::after {
    width: 21.25rem;
    height: 23.75rem;
    bottom: 1.875rem;
    right: -19.29vw;
  }
}
@media screen and (min-width: 767px) and (min-width: 1400px), print {
  .p-cta__btns::after {
    right: -18.125rem;
  }
}
@media screen and (min-width: 767px), print {
  .p-cta__btn {
    width: calc(50% - 0.3125rem);
    margin: 0 auto;
  }
}
@media screen and (min-width: 767px), print {
  .p-cta__btn:only-child {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn + .p-cta__btn {
    margin-top: 3.13vw;
  }
}
.p-cta__btn a {
  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;
  text-align: center;
  padding: 30px 0;
  padding: 1.875rem 0;
  font-size: 28px;
  font-size: 1.75rem;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn a {
    font-size: 5.66vw;
  }
}
.p-cta__btn a::before {
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  display: inline-block;
  margin-right: 15px;
  margin-right: 0.9375rem;
  content: "";
}
.p-cta__btn.p-cta__mail a {
  display: grid;
  grid-template-columns: auto 71%;
  grid-gap: 0.3125rem 1.5625rem;
  padding: 0;
  height: 120px;
  height: 7.5rem;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__btn.p-cta__mail a {
    height: 22vw;
    grid-gap: 0 4vw;
  }
}
.p-cta__btn.p-cta__mail a::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_mail02.webp) center/contain no-repeat;
  grid-row: 1/3;
  grid-column: 1/2;
  margin-right: 0;
}
.p-cta__btn .p-cta__mail-label {
  background-color: #193FAD;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  height: 40px;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  top: -15px;
  top: -0.9375rem;
  width: calc(100% - 3.75rem);
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__btn .p-cta__mail-label {
    font-size: 3.25vw;
    padding: 0.125rem 0 0.1875rem 0;
    height: 7vw;
    top: -3vw;
  }
}
.p-cta__btn.p-cta__mail-text {
  grid-row: 1/2;
  grid-column: 1/3;
}
.p-cta__btn.p-cta__line a {
  height: 120px;
  height: 7.5rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__btn.p-cta__line a {
    height: 22vw;
  }
}
.p-cta__btn.p-cta__line a::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_line01.webp) center/contain no-repeat;
}
.p-cta__mail a {
  background: #fff;
  color: #193FAD;
  position: relative;
  z-index: 0;
}
.p-cta__mail a::after {
  content: "";
  height: 50%;
  width: 100%;
  background-color: #EBEBEB;
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.p-cta__line a {
  background: #49b80e;
  color: #fff;
  position: relative;
  z-index: 0;
}
.p-cta__line a::after {
  content: "";
  height: 50%;
  width: 100%;
  background-color: #44AA0D;
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.p-cta__caption {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: 20px;
  bottom: 1.25rem;
  font-family: "nsans_jp_r";
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-cta__caption {
    font-size: 3.13vw;
    bottom: 10.94vw;
    width: 100%;
    right: 0;
  }
}
.p-cta__noTelBox {
  border: 1px solid #000;
  margin: 0 auto;
  width: 770px;
  width: 48.125rem;
  padding: 25px;
  padding: 1.5625rem;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta__noTelBox {
    width: auto;
    padding: 4.69vw 4.69vw;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.p-cta__noTelLabel {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__noTelLabel {
    padding: 1vw 4.69vw;
    font-size: 3.6vw;
    border-right: none;
    border-left: none;
  }
}
.p-cta__noTelText {
  text-align: left;
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-cta__noTelText {
    text-align: center;
    font-size: 3.6vw;
    padding: 0;
    margin: 0 0 4vw;
  }
}
.p-cta__noTelText::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__noTelText::after {
    display: none;
  }
}

.p-entrust {
  margin: 90px 0;
  margin: 5.625rem 0;
}
@media screen and (max-width: 767px) {
  .p-entrust {
    margin: 10.94vw 0;
  }
}
.p-entrust__inner {
  position: relative;
  padding: 40px 0 50px;
  padding: 2.5rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-entrust__inner {
    padding: 7.81vw 0 15.63vw;
  }
}
.p-entrust__inner::before, .p-entrust__inner::after {
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/line_entrust01.webp) center/auto repeat-x;
  content: "";
}
.p-entrust__inner::after {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 767px), print {
  .p-entrust__case {
    width: 32.5rem;
    margin: 0 auto 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-entrust__case {
    margin: 0 auto 3.13vw;
  }
}
.p-entrust__case::before, .p-entrust__case::after {
  width: 100px;
  width: 6.25rem;
  height: 125px;
  height: 7.8125rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_entrust01.webp) center bottom/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-entrust__case::before, .p-entrust__case::after {
    width: 15.63vw;
    height: 19.53vw;
  }
}
.p-entrust__case::before {
  left: 30px;
  left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-entrust__case::before {
    left: 0;
  }
}
.p-entrust__case::after {
  right: 30px;
  right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-entrust__case::after {
    right: 0;
  }
}
.p-entrust__txt {
  font-family: "nsans_jp_b";
  text-align: center;
  line-height: 1.3;
}
.p-entrust__txt dt {
  font-size: 80px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-entrust__txt dt {
    font-size: 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  body#hc-lp .p-entrust__txt dt {
    font-size: 11vw;
  }
}
body#lp-01 .p-entrust__txt dt {
  font-size: 70px;
  font-size: 4.375rem;
}
@media screen and (max-width: 767px) {
  body#lp-01 .p-entrust__txt dt {
    font-size: 11vw;
  }
}
.p-entrust__txt dd {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-entrust__txt dd {
    font-size: 10.63vw;
  }
}

.mw_wp_form_input .p-error {
  display: block;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 767px), print {
  .mw_wp_form_input .p-error {
    margin-top: -40.625rem;
    padding-top: 40.625rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .p-error {
    /*margin-top: -$padding-sp-m;
      padding-top: $padding-sp-m;*/
    margin-bottom: 7.81vw;
  }
}
.mw_wp_form_input .p-error__title {
  text-align: center;
  color: #fff;
  background-color: #BA0D0D;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px), print {
  .mw_wp_form_input .p-error__title {
    padding: 0.625rem 0;
    font-size: 1.25rem;
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .p-error__title {
    padding: 2vw 0;
    font-size: 4.38vw;
    border-radius: 0.78vw 0.78vw 0 0;
  }
}
.mw_wp_form_input .p-error.none {
  display: none;
}
.mw_wp_form_input .p-error__inner {
  background-color: #fff4f4;
  border: 1px solid #BA0D0D;
}
@media screen and (min-width: 767px), print {
  .mw_wp_form_input .p-error__inner {
    padding: 1.5625rem;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .p-error__inner {
    padding: 3.13vw;
    border-radius: 0 0 0.78vw 0.78vw;
  }
}
@media screen and (min-width: 767px), print {
  .mw_wp_form_input .p-error__list > li {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .p-error__list > li {
    font-size: 4vw;
  }
}

.p-faq {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-faq {
    padding: 3.75rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 9.38vw 0 10.94vw;
  }
}
.p-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 365px;
  height: 22.8125rem;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_mv01.webp) center top/auto repeat;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq::before {
    height: 48.44vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-faq .l-inner {
    max-width: 56.25rem;
  }
}
@media screen and (min-width: 767px), print {
  .p-faq__item + .p-faq__item {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item + .p-faq__item {
    margin-top: 4.69vw;
  }
}
.p-faq__q, .p-faq__a {
  background-color: #FFEDAF;
  position: relative;
}
.p-faq__q:before, .p-faq__q:after, .p-faq__a:before, .p-faq__a:after {
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  position: absolute;
  background-color: #F3801F;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (min-width: 767px), print {
  .p-faq__q:before {
    width: 1.25rem;
    height: 0.125rem;
    right: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__q:before {
    width: 4.69vw;
    height: 0.125rem;
    right: 2.8vw;
  }
}
.p-faq__q.active:before {
  display: none;
}
@media screen and (min-width: 767px), print {
  .p-faq__q:after {
    width: 0.125rem;
    height: 1.25rem;
    right: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__q:after {
    width: 0.125rem;
    height: 4.69vw;
    right: 4.69vw;
  }
}
.p-faq__q.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq__qIcon, .p-faq__aIcon {
  background-color: #F3801F;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-faq__qIcon, .p-faq__aIcon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    top: 1.25rem;
    left: 1.25rem;
    font-size: 1.375rem;
    padding-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__qIcon, .p-faq__aIcon {
    width: 8.59vw;
    height: 8.59vw;
    border-radius: 8.59vw;
    top: 3vw;
    left: 3.13vw;
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__qIcon span, .p-faq__aIcon span {
    margin-top: -1vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-faq__qText, .p-faq__aText {
    padding: 1.25rem 3.75rem 1.25rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__qText, .p-faq__aText {
    padding: 4.69vw 7.81vw 4.69vw 12.5vw;
  }
}
.p-faq__qText {
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-faq__qText {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 767px), print {
  .p-faq__aText {
    font-size: 1.125rem;
  }
}
.p-faq__a {
  display: none;
}
.p-faq__aIcon {
  color: #F3801F;
  background-color: #fff;
}

.p-flow {
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_flow01.webp);
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-flow {
    padding: 5.625rem 0 6.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 7.81vw 0 6.25vw;
  }
}
.p-flow .c-section__title {
  text-align: center;
  color: #FFD800;
}
@media screen and (min-width: 767px), print {
  .p-flow .c-section__title {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow .c-section__title {
    margin-bottom: 7.81vw;
  }
}
.p-flow__title {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 767px), print {
  .p-flow__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 4.38vw;
    text-align: center;
  }
}
.p-flow__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 767px), print {
  .p-flow__items {
    margin: 0 5rem;
    padding: 0 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__items {
    margin: 0 0 7.81vw;
    font-size: 4.38vw;
  }
}
.p-flow__item {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-flow__item + .p-flow__item::before {
    width: 2.5rem;
    height: 1.875rem;
    display: block;
    position: absolute;
    top: 2.8125rem;
    left: -3.75rem;
    background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_arrow02.webp) center top/contain no-repeat;
    content: "";
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .p-flow__item + .p-flow__item::before {
    left: -5vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-flow__img {
    width: 7.5rem;
    margin: 0 auto 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    width: 18.75vw;
    margin: 0 auto 2vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-flow__text {
    padding: 0 3.75rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    padding: 0;
  }
}
.p-flow__box {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-flow__box {
    border-radius: 0.625rem;
    padding: 3.75rem 1.25rem 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    border-radius: 1.56vw;
    padding: 7.81vw 4.69vw;
  }
}
.p-flow__box::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 30px 0 30px;
  border-width: 1.5rem 1.875rem 0 1.875rem;
  border-color: #132C77 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-flow__box::before {
    border-width: 3.75vw 4.69vw 0 4.69vw;
  }
}
.p-flow__doc {
  margin: 60px 0 0;
  margin: 3.75rem 0 0;
  padding: 0 60px 60px;
  padding: 0 3.75rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__doc {
    margin: 7.81vw 0 0;
    padding: 0;
  }
}
.p-flow__doc-ttl {
  text-align: center;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #000000;
  padding: 8px;
  padding: 0.5rem;
  letter-spacing: 0.02em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
@media screen and (max-width: 767px) {
  .p-flow__doc-ttl {
    font-size: 5vw;
  }
}
.p-flow__doc-text {
  padding: 32px;
  padding: 2rem;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 767px), print {
  .p-flow__doc-text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__doc-text {
    padding: 4.69vw 0;
    font-size: 3.6vw;
  }
}
.p-flow__doc-box {
  padding: 0 40px 40px;
  padding: 0 2.5rem 2.5rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .3);
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-flow__doc-box {
    padding: 0 4.69vw 4.69vw;
  }
}
.p-flow__doc-box dt {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 700;
  background-color: #4A4949;
  color: #FFFFFF;
  margin: 0 -40px;
  margin: 0 -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__doc-box dt {
    padding: 2vw;
    font-size: 4vw;
    margin: 0 -4.69vw;
  }
}
.p-flow__doc-lead {
  line-height: 1.6;
  margin: 40px 0 0;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-flow__doc-lead {
    line-height: 1.8;
    font-size: 3.2vw;
    margin: 4.69vw 0 0;
  }
}
.p-flow__doc-wrap {
  margin-top: 35.2px;
  margin-top: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-flow__doc-wrap {
    margin-top: 4.69vw;
    display: block;
  }
}
.p-flow__doc-list {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
  display: grid;
  grid-template-columns: 8em auto;
  gap: 10px 30px;
  gap: 0.625rem 1.875rem;
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__doc-list {
    margin-bottom: 4.69vw;
    grid-template-columns: 7em auto;
    gap: 2vw;
    font-size: 3.6vw;
  }
}
.p-flow__doc-list li {
  color: #193FAD;
  position: relative;
  font-weight: 700;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .p-flow__doc-list li {
    margin-bottom: 0.5vw;
  }
}
.p-flow__doc-list li::before {
  content: "✓";
  margin-right: 4px;
  margin-right: 0.25rem;
  font-weight: 400;
}
.p-flow__doc-list li:last-child {
  margin-bottom: 0;
}
.p-flow__doc-list li span {
  font-size: 14.4px;
  font-size: 0.9rem;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-flow__doc-list li span {
    font-size: 2.4vw;
  }
}
.p-flow__doc-card {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}

@media screen and (min-width: 767px), print {
  #focus {
    margin-top: -7.625rem;
    padding-top: 7.625rem;
  }
}

.p-focus {
  background: #193FAD;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 90px 0 50px;
  padding: 5.625rem 0 3.125rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-focus {
    padding: 0 0 10.94vw;
  }
}
.p-focus::after {
  display: block;
  content: "";
  width: 735px;
  width: 45.9375rem;
  height: 310px;
  height: 19.375rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  background: #193FAD;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-focus::after {
    width: 119.84vw;
    height: 51.56vw;
    -webkit-transform: translate(-50%, -25%);
            transform: translate(-50%, -25%);
  }
}
.p-focus__inner {
  position: relative;
  z-index: 0;
}
.p-focus__inner::before {
  width: 530px;
  width: 33.125rem;
  height: 447px;
  height: 27.9375rem;
  display: block;
  position: absolute;
  right: -300px;
  right: -18.75rem;
  bottom: -50px;
  bottom: -3.125rem;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-focus__inner::before {
    width: 65.63vw;
    height: 69.84vw;
    right: -7.81vw;
    bottom: 3.13vw;
  }
}
.p-focus__ttlBox {
  font-family: "nsans_jp_b";
}
@media screen and (min-width: 767px), print {
  .p-focus__ttlBox {
    position: absolute;
    top: -10.625rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
.p-focus__subttl {
  color: #F3801F;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-focus__subttl {
    font-size: 4.69vw;
  }
}
.p-focus__ttl {
  font-size: 52px;
  font-size: 3.25rem;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-focus__ttl {
    font-size: 8.13vw;
    margin-bottom: 7.81vw;
  }
}
.p-focus__ttl::before, .p-focus__ttl::after {
  width: 53px;
  width: 3.3125rem;
  height: 53px;
  height: 3.3125rem;
  display: block;
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_focus01.webp) center/contain no-repeat;
  content: "";
}
.p-focus__ttl::before {
  left: -90px;
  left: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-focus__ttl::before {
    left: -3.13vw;
  }
}
.p-focus__ttl::after {
  right: -90px;
  right: -5.625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-focus__ttl::after {
    right: -3.13vw;
  }
}
.p-focus__logos {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  padding: 40px 70px;
  padding: 2.5rem 4.375rem;
  background: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-focus__logos {
    padding: 7.81vw;
    margin: 0 -3.13vw 7.81vw;
  }
}
.p-focus__otherTtl {
  font-family: "nsans_jp_b";
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-focus__otherTtl {
    font-size: 5vw;
    margin-bottom: 3.13vw;
  }
}
.p-focus__otherTxt {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  word-break: break-all;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-focus__otherTxt {
    font-size: 2.5vw;
    margin-bottom: 7.81vw;
  }
}
.p-focus__otherAddtxt {
  font-family: "nsans_jp_b";
  color: #FFD800;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-focus__otherAddtxt {
    padding: 0 7.81vw;
    font-size: 4.06vw;
  }
}
.p-focus__otherAddtxt::before, .p-focus__otherAddtxt::after {
  vertical-align: middle;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(0%, -50%);
  transform: rotate(-45deg) translate(0%, -50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-focus__otherAddtxt::before, .p-focus__otherAddtxt::after {
    width: 4.69vw;
    height: 4.69vw;
  }
}
.p-focus__otherAddtxt::before {
  border-top: 2px solid #FFD800;
  border-left: 2px solid #FFD800;
  left: -24px;
  left: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-focus__otherAddtxt::before {
    left: 0;
  }
}
.p-focus__otherAddtxt::after {
  border-bottom: 2px solid #FFD800;
  border-right: 2px solid #FFD800;
  right: -24px;
  right: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-focus__otherAddtxt::after {
    right: 0;
  }
}

.l-footer {
  background-color: #FDFBE2;
}
@media screen and (max-width: 767px) {
  .l-footer .p-tel > a::before {
    width: 4vw;
    height: 4vw;
    margin-right: 1.56vw;
    margin-bottom: 0.5vw;
  }
}
@media screen and (min-width: 767px), print {
  .l-footer .p-footer__container {
    width: 68.75rem;
    margin: 0 auto;
    padding: 3.125rem 0 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__container {
    padding: 7.81vw 0 25vw;
  }
}
@media screen and (min-width: 767px), print {
  .l-footer .p-footer__logo {
    margin-right: 0.9375rem;
    width: 13.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__logo {
    width: 40vw;
    margin: 0 auto 0.625rem;
  }
}
@media screen and (min-width: 767px), print {
  .l-footer .p-footer__text {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__text {
    display: none;
  }
}
@media screen and (min-width: 767px), print {
  .l-footer .p-footer__cta {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    /*bottom: 0;*/
    z-index: 999;
    -webkit-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    bottom: -22vw;
    background: rgba(0, 0, 0, .3);
    padding: 0 2vw;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-footer .p-footer__text {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__ctaTelBox {
    -ms-flex-preferred-size: calc(56% - 0.3125rem);
        flex-basis: calc(56% - 0.3125rem);
    background-color: #FFD800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 2vw;
    border-radius: 0.3125rem;
    margin: 2vw 0;
  }
}
.l-footer .p-footer__ctaTelBox:only-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__ctaText {
    font-size: 3.13vw;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding: 0 3vw;
    margin-bottom: 1vw;
  }
}
.l-footer .p-footer__ctaText::before, .l-footer .p-footer__ctaText::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 2vw;
  background: #000;
  border-radius: 0.3125rem;
}
.l-footer .p-footer__ctaText::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-footer .p-footer__ctaText::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-footer .p-footer__ctaTime {
  font-size: 2.3vw;
  margin-top: 0.8vw;
}
.l-footer .p-footer__ctaChat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-preferred-size: calc(44% - 0.3125rem);
      flex-basis: calc(44% - 0.3125rem);
}
.l-footer .p-footer__ctaChat:only-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.l-footer .p-footer__ctaChat:only-child .p-footer__ctaMail > a, .l-footer .p-footer__ctaChat:only-child .p-footer__ctaLine > a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 17vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.8vw;
}
.l-footer .p-footer__ctaChat:only-child .p-footer__ctaMail > a:before, .l-footer .p-footer__ctaChat:only-child .p-footer__ctaLine > a:before {
  margin: 0 3vw 0 0;
}
.l-footer .p-footer__ctaMail, .l-footer .p-footer__ctaLine {
  -ms-flex-preferred-size: calc(50% - 0.3125rem);
      flex-basis: calc(50% - 0.3125rem);
  margin: 2vw 0;
}
.l-footer .p-footer__ctaMail:only-child, .l-footer .p-footer__ctaLine:only-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.l-footer .p-footer__ctaMail > a, .l-footer .p-footer__ctaLine > a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__ctaMail > a, .l-footer .p-footer__ctaLine > a {
    border-radius: 0.3125rem;
    font-size: 3.5vw;
  }
}
.l-footer .p-footer__ctaMail > a::before, .l-footer .p-footer__ctaLine > a::before {
  content: "";
  margin: 0 auto 1vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.l-footer .p-footer__ctaMail > a {
  background-color: #183FAD;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__ctaMail > a::before {
    width: 6vw;
    height: 6vw;
    background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_mail01.webp);
  }
}
.l-footer .p-footer__ctaLine > a {
  background-color: #49B80E;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__ctaLine > a::before {
    width: 6vw;
    height: 6vw;
    background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_line01.webp);
  }
}
@media screen and (min-width: 767px), print {
  .l-footer .p-footer__company {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__company {
    margin-top: 7.81vw;
  }
}
@media screen and (min-width: 767px), print {
  .l-footer .p-footer__companyItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 0.875rem;
    width: 54%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1400px) {
  .l-footer .p-footer__companyItem {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__companyItem {
    display: none;
  }
}
.l-footer .p-footer__companyItem span {
  background: #303030;
  color: #fff;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  display: inline-block;
  min-width: 7.5em;
  text-align: center;
}
.l-footer .p-footer__companyItem + .p-footer__companyItem {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 767px), print {
  .l-footer .p-footer__companyLink {
    display: none;
  }
}
.l-footer .p-footer__companyLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer__companyLink a::after {
    width: 3.13vw;
    height: 3.13vw;
    display: inline-block;
    margin-left: 1.56vw;
    background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_link01.webp) center/contain no-repeat;
    content: "";
  }
}

@media screen and (min-width: 767px), print {
  .p-copy {
    text-align: right;
    margin-top: 1.875rem;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-copy {
    text-align: center;
    margin-top: 3.13vw;
  }
}

.p-logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 767px), print {
  .p-logo__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-logo__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 767px), print {
  .p-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__links {
    display: none;
  }
}
.p-footer__link {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.p-footer__link > a {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

@media screen and (min-width: 767px), print {
  .p-links__inner {
    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;
  }
}

#p-pagetop {
  position: fixed;
  background: #f3801f;
  display: none !important;
}
@media screen and (min-width: 767px), print {
  #p-pagetop {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 3.125rem;
    right: 2.8125rem;
    bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #p-pagetop {
    width: 12.03vw;
    height: 12.03vw;
    border-radius: 12.03vw;
    right: 1.56vw;
    bottom: 25vw;
    z-index: 1000;
  }
}
#p-pagetop a {
  position: relative;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 767px), print {
  #p-pagetop a {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  #p-pagetop a {
    width: 12.03vw;
    height: 12.03vw;
    border-radius: 12.03vw;
  }
}
#p-pagetop a::before {
  content: "";
  border-left: 8px solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 8px solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 10px solid #ffffff;
  border-bottom: 0.625rem solid #ffffff;
  position: absolute;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.p-form {
  background: -webkit-gradient(linear, left top, left bottom, from(#F3801F), color-stop(30%, #FFC778), to(#fff));
  background: linear-gradient(to bottom, #F3801F 0%, #FFC778 30%, #fff 100%);
}
@media screen and (min-width: 767px), print {
  .p-form {
    padding: 3.4375rem 0 6.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 6.25vw 0 21.88vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-form .l-inner {
    max-width: 56.25rem;
  }
}
.p-form .wpcf7-not-valid-tip {
  position: absolute;
}
@media screen and (min-width: 767px), print {
  .p-form__title {
    width: 20.625rem;
    margin: 0 auto 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__title {
    width: 50.94vw;
    margin: 0 auto 2vw;
  }
}
.p-form__text {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-form__text {
    font-size: 3.25rem;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__text {
    font-size: 9.38vw;
    margin: 0 auto 7.03vw;
  }
}
.p-form__box {
  background-color: #fff;
  position: relative;
  line-height: 1.8;
}
@media screen and (min-width: 767px), print {
  .p-form__box {
    padding: 1.5625rem 1.5625rem 1.5625rem 13.125rem;
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__box {
    padding: 5.47vw 25vw 5.47vw 3.91vw;
    margin-bottom: 5vw;
    border-radius: 0.78vw;
  }
}
.p-form__box::before {
  content: "";
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: bottom right;
}
@media screen and (min-width: 767px), print {
  .p-form__box::before {
    width: 9.375rem;
    height: 10.625rem;
    left: 2.1875rem;
    background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/img_contact01.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-form__box::before {
    width: 27.97vw;
    height: 39.06vw;
    right: -3.91vw;
    bottom: 0;
    background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/img_contact01_sp.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-form__box p br {
    display: none;
  }
}
.p-form__telBox {
  background-color: #FFD800;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-form__telBox {
    margin-bottom: 3.125rem;
    border-radius: 0.3125rem;
    padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__telBox {
    margin-bottom: 7.81vw;
    border-radius: 0.78vw;
    padding: 2.34vw 0;
  }
}
.p-form .p-telBox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-form .p-telBox__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-form .p-telBox__text {
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-form .p-telBox__text {
    font-size: 1.5rem;
    padding: 0 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .p-telBox__text {
    font-size: 4.38vw;
    padding: 0 4vw;
    margin-bottom: 2.34vw;
  }
}
.p-form .p-telBox__text::before, .p-form .p-telBox__text::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #000;
}
@media screen and (min-width: 767px), print {
  .p-form .p-telBox__text::before, .p-form .p-telBox__text::after {
    width: 3px;
    height: 1.875rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .p-telBox__text::before, .p-form .p-telBox__text::after {
    width: 2px;
    height: 4.22vw;
    border-radius: 0.78vw;
  }
}
.p-form .p-telBox__text::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.p-form .p-telBox__text::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.p-form .p-telBox__time {
  line-height: 1.3;
}
@media screen and (min-width: 767px), print {
  .p-form .p-telBox__time {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .p-telBox__time {
    font-size: 3.13vw;
  }
}

/**********************************/
/* ハンバーガーメニューSP用 */
/**********************************/
@media screen and (min-width: 767px), print {
  .p-hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    width: 14.69vw;
    height: 14.69vw;
    background-color: #1a1a1a;
    right: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    display: block;
  }
}

.p-hamburger span, .p-hamburger span::before, .p-hamburger span::after {
  cursor: pointer;
  border-radius: 0.01rem;
  height: 2px;
  background: #FFF;
  position: absolute;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  top: 0;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-hamburger span {
    width: 60%;
  }
}

.p-hamburger span::before, .p-hamburger span::after {
  content: "";
  width: 100%;
}

.p-hamburger span::before {
  top: -4.69vw;
}

.p-hamburger span::after {
  bottom: -4.69vw;
}

.p-hamburger.active span {
  background-color: transparent;
}

/* ナビ開いてる時のバツボタン */
@media screen and (max-width: 767px) {
  .p-hamburger.active span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-hamburger.active span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 0;
  }
}

.p-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 20px 0;
  padding: 1.25rem 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding: 1.56vw 0;
  }
}
.p-header__inner {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 4.69vw;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner.active .p-header__nav {
    display: block;
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-header__logoImg {
  width: 210px;
  width: 13.125rem;
}
@media screen and (max-width: 767px) {
  .p-header__logoImg {
    width: 36.72vw;
  }
}
.p-header__logoAppeal {
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 150px;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__logoAppeal {
    width: 26.56vw;
  }
}
.p-header__nav {
  margin: 0 80px 0 auto;
  margin: 0 5rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-header__navItems {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 14.69vw;
  }
}
.p-header__navItem {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-header__navItem {
    border-bottom: 1px solid #666666;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
@media screen and (min-width: 767px), print {
  .p-header__navItem + li {
    margin-left: 1.25rem;
  }
}
.p-header__navItem a {
  display: block;
  font-family: "nsans_jp_m";
}
@media screen and (max-width: 767px) {
  .p-header__navItem a {
    color: #fff;
    padding: 4.69vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header__navCta {
    margin: 7.81vw auto 0;
    width: calc(100% - 15.63vw);
  }
}
.p-header__navCta .p-header__cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__navCta .p-header__cta {
    display: block;
  }
}
@media screen and (min-width: 767px), print {
  .p-header__navCta .p-header__cta .p-cta {
    display: block;
  }
}
.p-header__navCta .p-header__cta .p-cta__btn.p-cta__mail a {
  display: grid;
  grid-template-columns: auto 65%;
  grid-gap: 0.3125rem 1.5625rem;
  padding: 0;
  height: 120px;
  height: 7.5rem;
  place-content: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-header__navCta .p-header__cta .p-cta__btn.p-cta__mail a {
    height: 22vw;
    grid-gap: 0;
  }
}
.p-header__navCta .p-header__cta .p-cta__btn.p-cta__mail a::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_mail02.webp) center/contain no-repeat;
  grid-row: 1/3;
  grid-column: 1/2;
  margin-right: 0;
}
.p-header__navCta .p-header__cta .p-cta__btn.p-cta__line a {
  height: 120px;
  height: 7.5rem;
  padding: 0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-header__navCta .p-header__cta .p-cta__btn.p-cta__line a {
    height: 22vw;
  }
}
.p-header__navCta .p-header__cta .p-cta__btn.p-cta__line a::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_line01.webp) center/contain no-repeat;
}
@media screen and (min-width: 767px), print {
  .p-header__cta {
    position: fixed;
    top: 0;
    right: 0;
    width: 12.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-header__cta {
    display: none;
  }
}
.p-header__ctaMail {
  width: 50%;
}
.p-header__ctaMail a {
  background-color: #193FAD;
  color: #fff;
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 767px), print {
  .p-header__ctaMail a {
    font-size: 0.875rem;
  }
}
.p-header__ctaMail a::before {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  display: block;
  margin: 0 auto 5px;
  margin: 0 auto 0.3125rem;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_mail01.webp) center/contain no-repeat;
  content: "";
}
.p-header__ctaTel {
  background-color: #FFD800;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__ctaTel {
    padding: 3.13vw 4.69vw;
    margin-bottom: 4.69vw;
    border-radius: 0.3125rem;
  }
}
.p-header__ctaTelAddtxt {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-header__ctaTelAddtxt {
    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;
  }
}
.p-header__ctaTelAddtxt::before, .p-header__ctaTelAddtxt::after {
  width: 2px;
  height: 10px;
  height: 0.625rem;
  display: block;
  bottom: 5px;
  bottom: 0.3125rem;
  background: #000;
  content: "";
}
@media screen and (min-width: 767px), print {
  .p-header__ctaTelAddtxt::before, .p-header__ctaTelAddtxt::after {
    position: absolute;
  }
}
.p-header__ctaTelAddtxt::before {
  left: 10px;
  left: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-header__ctaTelAddtxt::before {
    margin-right: 3.13vw;
  }
}
.p-header__ctaTelAddtxt::after {
  right: 10px;
  right: 0.625rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-header__ctaTelAddtxt::after {
    margin-left: 3.13vw;
  }
}
.p-header__ctaTelImg {
  display: block;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-header__ctaTelImg {
    width: 80%;
    margin: 2vw auto 0;
  }
}
.p-header__ctaTel + .p-header__ctaMail {
  width: 100%;
}
.p-header__ctaTel + .p-header__ctaMail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__ctaTel + .p-header__ctaMail a::before {
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-header__ctaTel .p-header__ctaTime {
    text-align: center;
    margin-top: 1vw;
  }
}
.p-header__ctaTime {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 5px 0 0;
  margin: 0.3125rem 0 0;
  line-height: 1.3;
}
.p-header__ctaLine {
  width: 50%;
}
.p-header__ctaLine a {
  background-color: #06b914;
  color: #fff;
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 767px), print {
  .p-header__ctaLine a {
    font-size: 0.875rem;
  }
}
.p-header__ctaLine a::before {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  display: block;
  margin: 0 auto 5px;
  margin: 0 auto 0.3125rem;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_line01.webp) center/contain no-repeat;
  content: "";
}

.p-kanagawa-staff {
  background-color: rgba(148, 148, 148, .15);
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/kanagawa/bg_staff-kanagawa01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  margin-top: 80px;
  margin-top: 5rem;
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-kanagawa-staff {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff {
    padding-bottom: 7.81vw;
    margin-top: 10vw;
  }
}
.p-kanagawa-staff .l-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff .l-inner {
    padding: 0;
  }
}
.p-kanagawa-staff .l-inner::after {
  content: "";
  width: 350px;
  width: 21.875rem;
  height: 282px;
  height: 17.625rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -130px;
  left: -8.125rem;
  top: 100px;
  top: 6.25rem;
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/kanagawa/bg_staff-kanagawa02.webp);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff .l-inner::after {
    width: 52vw;
    height: 39vw;
    left: -35vw;
  }
}
body#golf-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#a-lp02-tokai_three .p-kanagawa-staff .l-inner::after, body#p-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#m-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#d-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#hc-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#tv-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#f-lp-tokai_three .p-kanagawa-staff .l-inner::after {
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/tokai_three/bg_staff-tokai_three01.webp);
}
@media screen and (min-width: 767px), print {
  body#golf-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#a-lp02-tokai_three .p-kanagawa-staff .l-inner::after, body#p-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#m-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#d-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#hc-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#tv-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#f-lp-tokai_three .p-kanagawa-staff .l-inner::after {
    width: 16.25rem;
    height: 27.5rem;
    top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  body#golf-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#a-lp02-tokai_three .p-kanagawa-staff .l-inner::after, body#p-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#m-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#d-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#hc-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#tv-lp-tokai_three .p-kanagawa-staff .l-inner::after, body#f-lp-tokai_three .p-kanagawa-staff .l-inner::after {
    width: 24vw;
    height: 41vw;
    left: -14vw;
    top: 8vw;
  }
}
body#golf-lp-kansai .p-kanagawa-staff .l-inner::after, body#a-lp02-kansai .p-kanagawa-staff .l-inner::after, body#p-lp-kansai .p-kanagawa-staff .l-inner::after, body#m-lp-kansai .p-kanagawa-staff .l-inner::after, body#d-lp-kansai .p-kanagawa-staff .l-inner::after, body#hc-lp-kansai .p-kanagawa-staff .l-inner::after, body#tv-lp-kansai .p-kanagawa-staff .l-inner::after, body#f-lp-kansai .p-kanagawa-staff .l-inner::after {
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/kansai/bg_staff-kansai01.webp);
}
@media screen and (max-width: 767px) {
  body#golf-lp-kansai .p-kanagawa-staff .l-inner::after, body#a-lp02-kansai .p-kanagawa-staff .l-inner::after, body#p-lp-kansai .p-kanagawa-staff .l-inner::after, body#m-lp-kansai .p-kanagawa-staff .l-inner::after, body#d-lp-kansai .p-kanagawa-staff .l-inner::after, body#hc-lp-kansai .p-kanagawa-staff .l-inner::after, body#tv-lp-kansai .p-kanagawa-staff .l-inner::after, body#f-lp-kansai .p-kanagawa-staff .l-inner::after {
    width: 15rem;
    height: 21.25rem;
    top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  body#golf-lp-kansai .p-kanagawa-staff .l-inner::after, body#a-lp02-kansai .p-kanagawa-staff .l-inner::after, body#p-lp-kansai .p-kanagawa-staff .l-inner::after, body#m-lp-kansai .p-kanagawa-staff .l-inner::after, body#d-lp-kansai .p-kanagawa-staff .l-inner::after, body#hc-lp-kansai .p-kanagawa-staff .l-inner::after, body#tv-lp-kansai .p-kanagawa-staff .l-inner::after, body#f-lp-kansai .p-kanagawa-staff .l-inner::after {
    width: 28vw;
    height: 39vw;
    left: -14vw;
  }
}
.p-kanagawa-staff__inner img {
  margin: 0 auto;
  width: 62%;
}
.p-kanagawa-staff__title {
  position: absolute;
  top: -90px;
  top: -5.625rem;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__title {
    top: -15vw;
  }
}
.p-kanagawa-staff__title img {
  margin: 0 auto;
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__title img {
    width: 100%;
  }
}
.p-kanagawa-staff__subtitle {
  padding-top: 130px;
  padding-top: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__subtitle {
    padding-top: 12vw;
  }
}
.p-kanagawa-staff__subtitle img {
  margin: 10px auto 0 auto;
  margin: 0.625rem auto 0 auto;
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__subtitle img {
    width: 100%;
  }
}
.p-kanagawa-staff__text {
  text-align: center;
  margin: 10px 0 20px;
  margin: 0.625rem 0 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__text {
    margin: 3vw 0 3.13vw;
    font-size: 3.13vw;
  }
}
.p-kanagawa-staff__area {
  background-color: #fff;
  padding: 10px;
  padding: 0.625rem;
  border-radius: 0.625rem;
}
.p-kanagawa-staff__area-title {
  background-color: #000;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  padding: 0.3125rem 0;
  border-top-right-radius: 10px;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 10px;
  border-top-left-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__area-title {
    font-size: 6vw;
  }
}
.p-kanagawa-staff__area-text {
  line-height: 2;
  padding: 30px 40px 40px;
  padding: 1.875rem 2.5rem 2.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__area-text {
    padding: 3.13vw;
  }
}
.p-kanagawa-staff__area-text p + p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__area-text p + p {
    margin-top: 3.13vw;
  }
}
.p-kanagawa-staff__area-catch {
  border: 1px solid #F3801F;
  text-align: center;
  color: #F3801F;
  letter-spacing: 0.04em;
  margin: 0 40px 40px;
  margin: 0 2.5rem 2.5rem;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (min-width: 767px), print {
  .p-kanagawa-staff__area-catch {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-kanagawa-staff__area-catch {
    margin: 0 3.13vw 3.13vw;
    padding: 2vw;
  }
}

.p-main {
  position: relative;
}

.p-mv {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_mv01.webp) center top/auto repeat;
  padding: 140px 0 50px;
  padding: 8.75rem 0 3.125rem;
  position: relative;
  z-index: 0;
}
body.kanagawa_page .p-mv, body.tokai_three_page .p-mv {
  padding: 100px 0 50px;
  padding: 6.25rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  body.kanagawa_page .p-mv, body.tokai_three_page .p-mv {
    padding: 18vw 0 7.81vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-mv .scroll-hint-icon-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-mv .scroll-hint-icon-wrap {
    z-index: 9;
    pointer-events: none;
    top: -7vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 18.75vw 0 7.81vw;
    text-align: center;
  }
}
.p-mv::before {
  /*
  width: 100%;
  height: rem(450);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(256, 256, 256, 0), $white 20%);
  content: "";
  z-index: -1;
  */
}
.p-mv__inner {
  max-width: 1120px;
  max-width: 70rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    max-width: calc(100% - 15.62vw);
  }
}
.p-mv__inner::before, .p-mv__inner::after {
  display: block;
  position: absolute;
  content: "";
  z-index: -1;
}
.p-mv__inner::before, .p-mv__inner::after {
  display: none;
}
.p-mv__inner.view::before, .p-mv__inner.view::after {
  display: block;
}
.p-mv__inner.view::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_mv02.webp) center/contain no-repeat;
  width: 850px;
  width: 53.125rem;
  height: 1270px;
  height: 79.375rem;
  top: -290px;
  top: -18.125rem;
  right: -130px;
  right: -8.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner.view::before {
    width: 155.47vw;
    height: 240.63vw;
    top: -6.25vw;
    right: auto;
    left: -14.06vw;
  }
}
.p-mv__inner.view .p-mv__imgs::after {
  display: block;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 767px), print {
  .p-mv__inner.view .p-mv__imgs::after {
    width: 33.125rem;
    height: 30.9375rem;
    top: -4.0625rem;
    right: -4.0625rem;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner.view .p-mv__imgs::after {
    width: 100%;
  }
}
.p-mv__kanagawa {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__kanagawa {
    margin-bottom: 2vw;
  }
}
.p-mv__kanagawa img {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .p-mv__kanagawa img {
    width: 100%;
    margin: 0 auto;
  }
}
.p-mv__subCatch {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: "nsans_jp_b";
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-mv__subCatch {
    font-size: 4.38vw;
  }
}
.p-mv__subCatch span {
  color: #F3801F;
}
.p-mv__catch {
  font-size: 74px;
  font-size: 4.625rem;
  line-height: 1.3;
  font-family: "nsans_jp_b";
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 9.38vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 767px), print {
  .p-mv__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0.625rem;
  }
}
.p-mv__imgsLogo {
  width: 370px;
  width: 23.125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__imgsLogo {
    width: 70.31vw;
    margin: 0 auto;
  }
}
.p-mv__imgsMedal {
  width: 370px;
  width: 23.125rem;
  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;
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__imgsMedal {
    width: 65.63vw;
    margin: 1.56vw auto;
  }
}
.p-mv__imgsMedal li {
  width: 31.5%;
}
.p-mv__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-mv__items::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/img_mv02.webp) center/contain no-repeat;
  width: 310px;
  width: 19.375rem;
  height: 435px;
  height: 27.1875rem;
  display: block;
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  right: -100px;
  right: -6.25rem;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-mv__items::before {
    width: 43.75vw;
    height: 56.25vw;
    bottom: 15.63vw;
    right: -7.81vw;
  }
}
.p-mv__itemsBalloon {
  width: 410px;
  width: 25.625rem;
  display: grid;
  grid-template-columns: 11rem 14.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__itemsBalloon {
    width: 100%;
    margin-top: 6.25vw;
    position: relative;
    grid-template-columns: auto 57.0731%;
  }
}
.p-mv__itemsLogos {
  width: 480px;
  width: 30rem;
  margin-right: 150px;
  margin-right: 9.375rem;
}
@media screen and (max-width: 767px) {
  .p-mv__itemsLogos {
    width: 51.56vw;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body#hc-lp .p-mv__itemsLogos, body#hc-lp-kanagawa .p-mv__itemsLogos, body#hc-lp-tokai_three .p-mv__itemsLogos, body#hc-lp-kansai .p-mv__itemsLogos {
    width: 57vw;
    margin: 0;
  }
}
.p-mv__itemsLogosTtl {
  font-family: "nsans_jp_b";
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-mv__itemsLogosTtl {
    text-align: left;
    font-size: 4.38vw;
  }
}
.p-mv__itemsLogosImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-mv__itemsLogosImgs li {
  margin: 15px 10px 0 0;
  margin: 0.9375rem 0.625rem 0 0;
}
.p-mv__itemsLogosImgs li img {
  width: auto;
  max-width: 130px;
  max-width: 8.125rem;
  height: 30px;
  height: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-mv__itemsLogosImgs li img {
    max-width: 18vw;
    height: 4.69vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-mv__example .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 87.5rem;
    margin: 0 auto;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__example .swiper-wrapper {
    padding: 1.56vw 0 3.13vw;
  }
}
.p-mv__example .swiper-slide {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
  border-radius: 0.625rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 767px), print {
  .p-mv__example .swiper-slide {
    width: 19%;
  }
}
.p-mv__example .swiper-slide::before {
  width: calc(100% - 0.875rem);
  height: calc(100% - 0.875rem);
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #f8c69c;
  border-radius: 0.625rem;
  content: "";
}
.p-mv__exampleLogo {
  padding: 20px 20px 0;
  padding: 1.25rem 1.25rem 0;
  width: 130px;
  width: 8.125rem;
  height: 50px;
  height: 3.125rem;
  margin-right: auto;
}
.p-mv__exampleLogo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.p-mv__exampleImg {
  padding: 15px 30px 5px;
  padding: 0.9375rem 1.875rem 0.3125rem;
}
.p-mv__exampleImg img {
  width: 100%;
  height: 180px;
  height: 11.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.p-mv__exampleDetail {
  background: #efefef;
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mv__exampleDetail * {
  position: relative;
}
.p-mv__exampleDetailName {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}
.p-mv__exampleDetailPrice {
  color: #BA0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-mv__exampleDetailPrice dd {
  font-family: "nsans_jp_b";
  font-size: 25px;
  font-size: 1.5625rem;
}
.p-mv__exampleDetailPrice dd span {
  font-size: 86%;
}
.p-mv__note {
  text-align: right;
  margin: 0 15px;
  margin: 0 0.9375rem;
  color: #BA0D0D;
}
@media screen and (max-width: 767px) {
  .p-mv__note {
    max-width: calc(100% - 15.62vw);
    margin: 0 auto;
    text-align: left;
    margin-top: 3.13vw;
  }
}

.p-no-soliciting {
  position: relative;
  padding: 0 0 60px;
  padding: 0 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-no-soliciting {
    padding-bottom: 10.94vw;
  }
}
body#f-lp-kanagawa .p-no-soliciting, body#f-lp-tokai_three .p-no-soliciting, body#f-lp .p-no-soliciting, body#f-lp-kansai .p-no-soliciting, body#household_appliance-lp .p-no-soliciting, body#tv-lp-kanagawa .p-no-soliciting, body#tv-lp-tokai_three .p-no-soliciting, body#tv-lp-kansai .p-no-soliciting, body#tv-lp .p-no-soliciting, body#hc-lp-kanagawa .p-no-soliciting, body#hc-lp-tokai_three .p-no-soliciting, body#hc-lp-kansai .p-no-soliciting, body#hc-lp .p-no-soliciting {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  body#f-lp-kanagawa .p-no-soliciting, body#f-lp-tokai_three .p-no-soliciting, body#f-lp .p-no-soliciting, body#f-lp-kansai .p-no-soliciting, body#household_appliance-lp .p-no-soliciting, body#tv-lp-kanagawa .p-no-soliciting, body#tv-lp-tokai_three .p-no-soliciting, body#tv-lp-kansai .p-no-soliciting, body#tv-lp .p-no-soliciting, body#hc-lp-kanagawa .p-no-soliciting, body#hc-lp-tokai_three .p-no-soliciting, body#hc-lp-kansai .p-no-soliciting, body#hc-lp .p-no-soliciting {
    margin-top: 10.94vw;
  }
}
.p-no-soliciting__box {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE9AF), to(#F3801F));
  background: linear-gradient(#FFE9AF, #F3801F);
  padding: 10px;
  padding: 0.625rem;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
}
@media screen and (max-width: 767px) {
  .p-no-soliciting__box {
    padding: 1.56vw;
  }
}
.p-no-soliciting__inner {
  background-color: #FFFFFF;
  padding: 35px 30px 50px;
  padding: 2.1875rem 1.875rem 3.125rem;
  border-radius: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-no-soliciting__inner {
    padding: 4.69vw;
  }
}
.p-no-soliciting__title {
  text-align: center;
  background-color: #F3801F;
  color: #fff;
  line-height: 1.3;
}
@media screen and (min-width: 767px), print {
  .p-no-soliciting__title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    padding: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-no-soliciting__title {
    font-size: 3.7vw;
    margin-bottom: 3.91vw;
    padding: 2vw 0;
  }
}
.p-no-soliciting__subtitle {
  font-family: "nsans_jp_b";
  text-align: center;
  line-height: 1.5;
  -webkit-font-feature-settings: "plat";
          font-feature-settings: "plat";
}
@media screen and (min-width: 767px), print {
  .p-no-soliciting__subtitle {
    font-size: 2.3125rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-no-soliciting__subtitle {
    font-size: 5.7vw;
    margin-bottom: 3.13vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-no-soliciting__img {
    width: 13.125rem;
    height: 18.75rem;
    position: absolute;
    bottom: 0;
    right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-no-soliciting__img {
    height: 60vw;
    margin-top: 3.13vw;
    display: none;
  }
}
.p-no-soliciting__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 767px), print {
  .p-no-soliciting__textbox {
    width: calc(100% - 13.125rem);
    margin-right: auto;
  }
}
.p-no-soliciting__text {
  line-height: 1.8;
}
.p-no-soliciting__text span {
  font-family: "nsans_jp_b";
  background: #ffe13c;
}

.p-pagenav {
  background-color: #f5f5f5;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-pagenav {
    padding: 4.69vw;
    margin: 8.75vw 4.69vw 0;
  }
}

.p-pagenav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-pagenav__list {
    padding: 0 4.69vw;
  }
}

.p-pagenav__list-item a,
.p-pagenav__list-item span {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-pagenav__list-item a,
.p-pagenav__list-item span {
    font-size: 4.06vw;
    margin: 0 1vw;
    padding: 0.5vw 1vw;
  }
}

.p-pagenav__list-item a.prev {
  padding-left: 0;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-pagenav__list-item a.prev {
    padding-right: 2vw;
  }
}

.p-pagenav__list-item a.next {
  padding-right: 0;
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-pagenav__list-item a.next {
    padding-left: 2vw;
  }
}

.p-pagenav__list-item span.current {
  background-color: #FFF;
}

.p-possible {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FFD800));
  background: linear-gradient(to bottom, #fff 0%, #FFD800 100%);
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-possible {
    padding: 8.75rem 0 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible {
    padding: 12.5vw 0 14.06vw;
  }
}
.p-possible::before {
  width: 100%;
  height: 360px;
  height: 22.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_mv01.webp) center top/auto repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-possible::before {
    height: 48.44vw;
  }
}
.p-possible .c-section__title {
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (min-width: 767px), print {
  .p-possible .c-section__title {
    font-size: 3rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible .c-section__title {
    font-size: 7.03vw;
    margin-bottom: 3.91vw;
  }
}
.p-possible__box {
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-possible__box {
    padding: 5rem 3.125rem 4.375rem 3.125rem;
    margin-bottom: 2.8125rem;
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__box {
    padding: 14.06vw 4.69vw 3.91vw;
    border-radius: 0.625rem;
    border: 3px solid #F3801F;
    margin-bottom: 7.81vw;
  }
}
.p-possible__fukidasi {
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 767px), print {
  .p-possible__fukidasi {
    width: 20.0625rem;
    top: -5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__fukidasi {
    width: 53.13vw;
    margin: 0 auto 1.56vw;
    top: -12.5vw;
  }
}
.p-possible__list {
  background-color: #F5F5F5;
  font-family: "nsans_jp_b";
  display: grid;
  grid-template-columns: 32% auto;
  grid-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.p-possible__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-possible__lists {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3.13vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-possible__list {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__list {
    font-size: 4.06vw;
    grid-gap: 3.13vw;
  }
}
.p-possible__list figure {
  height: 100%;
  border: 2px solid #f5f5f5;
}
.p-possible__list figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-possible__list-text {
  position: relative;
  padding: 25px 20px 25px 35px;
  padding: 1.5625rem 1.25rem 1.5625rem 2.1875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-possible__list-text {
    padding: 3.13vw 3.13vw 3.13vw 6vw;
  }
}
.p-possible__list-text::before {
  content: "";
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_check01.webp);
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  aspect-ratio: 1;
}
@media screen and (min-width: 767px), print {
  .p-possible__list-text::before {
    width: 1.5625rem;
    top: calc(50% + 0.125rem);
  }
}
@media screen and (max-width: 767px) {
  .p-possible__list-text::before {
    width: 4vw;
    top: calc(50% + 1vw);
  }
}
.p-possible__text {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-possible__text {
    margin-bottom: 1.875rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__text {
    margin-bottom: 4.69vw;
    font-size: 4.2vw;
  }
}
.p-possible__catch {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-possible__catch {
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__catch {
    font-size: 10.94vw;
  }
}
.p-possible__catch::before {
  width: 1063px;
  width: 66.4375rem;
  height: 680px;
  height: 42.5rem;
  display: block;
  position: absolute;
  top: -100px;
  top: -6.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_possible01.webp) center top/contain no-repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-possible__catch::before {
    width: 143.13vw;
    height: 91.56vw;
    top: 0;
  }
}
@media screen and (min-width: 767px), print {
  .p-possible__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-possible__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 767px), print {
  .p-possible__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__item + .p-possible__item {
    margin-top: 3.13vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-possible__img {
    -ms-flex-preferred-size: 11.25rem;
        flex-basis: 11.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__img {
    -ms-flex-preferred-size: 28.13vw;
        flex-basis: 28.13vw;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-possible__textBox {
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 767px), print {
  .p-possible__textBox {
    -ms-flex-preferred-size: calc(100% - 11.25rem);
        flex-basis: calc(100% - 11.25rem);
  }
}
@media screen and (max-width: 767px) {
  .p-possible__textBox {
    -ms-flex-preferred-size: calc(100% - 28.13vw);
        flex-basis: calc(100% - 28.13vw);
  }
}
.p-possible__BoxInner {
  line-height: 1.5;
}
@media screen and (min-width: 767px), print {
  .p-possible__BoxInner {
    padding: 1.25rem 1.875rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__BoxInner {
    padding: 3.13vw 4.69vw;
    font-size: 3.7vw;
  }
}
.p-possible__caption {
  font-family: "nsans_jp_r";
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 767px), print {
  .p-possible__caption {
    text-align: right;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-possible__caption {
    margin-top: 3.13vw;
  }
}

.p-reason {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 3.13vw;
  }
}
.p-reason::before {
  width: 100%;
  height: 360px;
  height: 22.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_mv01.webp) center top/auto repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reason::before {
    height: 48.44vw;
  }
}
.p-reason__secttl {
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  width: 1000px;
  width: 62.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__secttl {
    margin-bottom: 3.13vw;
    width: calc(100% - 15.63vw);
  }
}
.p-reason__list li {
  position: relative;
}
.p-reason__list li::after {
  width: calc(50vw + 9.375rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F3801F), color-stop(#FFD800), color-stop(90%, #fff));
  background: linear-gradient(to right, #F3801F, #FFD800, #fff 90%);
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-reason__list li::after {
    height: 58.91vw;
    top: 7.81vw;
  }
}
.p-reason__list li + li {
  margin-top: 90px;
  margin-top: 5.625rem;
}
.p-reason__list li:nth-child(even)::after {
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#F3801F), color-stop(#FFD800), color-stop(90%, #fff));
  background: linear-gradient(to left, #F3801F, #FFD800, #fff 90%);
}
.p-reason__list li:nth-child(even) .p-reason__img {
  margin: 0 auto 0 8%;
}
@media screen and (min-width: 767px), print {
  .p-reason__list li:nth-child(even) .p-reason__listInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__list li:nth-child(2) .p-reason__img {
    margin: 0 10.94vw 0 0;
  }
}
.p-reason__list li:nth-child(2) .p-reason__img::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_reason02.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reason__list li:nth-child(2) .p-reason__img::before {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}
.p-reason__list li:nth-child(3) .p-reason__img::before {
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_reason03.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-reason__listInner {
    max-width: inherit;
  }
}
@media screen and (min-width: 767px), print {
  .p-reason__listInner {
    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;
  }
}
.p-reason__img {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-reason__img {
    width: 40%;
    margin-left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    margin-left: 10.94vw;
  }
}
.p-reason__img::before {
  width: 120px;
  width: 7.5rem;
  height: 170px;
  height: 10.625rem;
  display: block;
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_reason01.webp) center/contain no-repeat;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-reason__img::before {
    width: 18.44vw;
    height: 24.69vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-reason__txtbox {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__txtbox {
    padding: 0 7.81vw;
  }
}
.p-reason__txtboxLabel {
  background: #193FAD;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "nsans_jp_r";
  margin: 10px;
  margin: 0.625rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reason__txtboxLabel {
    margin: -15vw 1.56vw 3.13vw;
    font-size: 5vw;
  }
}
.p-reason__txtboxLabel::before, .p-reason__txtboxLabel::after {
  width: 10px;
  width: 0.625rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_reason01.webp) center/100% no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-reason__txtboxLabel::before, .p-reason__txtboxLabel::after {
    width: 1.56vw;
  }
}
.p-reason__txtboxLabel::before {
  left: -9px;
  left: -0.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__txtboxLabel::before {
    left: -1.33vw;
  }
}
.p-reason__txtboxLabel::after {
  right: -9px;
  right: -0.5625rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-reason__txtboxLabel::after {
    right: -1.33vw;
  }
}
.p-reason__txtboxTtl {
  font-family: "nsans_jp_b";
  font-size: 52px;
  font-size: 3.25rem;
  color: #F3801F;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-reason__txtboxTtl {
    margin-bottom: 3.13vw;
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__txtboxTxt {
    font-size: 4.06vw;
  }
}
.p-reason__txtboxCaption {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reason__txtboxCaption {
    margin-bottom: 7.81vw;
    text-align: right;
  }
}

.p-sidebar {
  width: calc(100% - 63.125rem);
}

.swiper-pagination {
  position: inherit;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    margin-top: 3.13vw;
  }
}

.swiper-pagination-bullet {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  border: 1px solid #707070;
  background: #fff;
  margin: 0 10px;
  margin: 0 0.625rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 2.19vw;
    height: 2.19vw;
    margin: 0 2.19vw;
  }
}

.swiper-pagination-bullet-active {
  border: 1px solid #F3801F;
  background: #F3801F;
}

.swiper-button-prev, .swiper-button-next {
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  background-color: #FFD800;
  border-radius: 4rem;
  top: calc(50% - 2rem);
}
@media screen and (max-width: 767px) {
  .swiper-button-prev, .swiper-button-next {
    width: 12vw;
    height: 12vw;
    border-radius: 12vw;
    top: calc(50% - 4vw);
  }
}

.swiper-button-prev:after, .swiper-button-next:after {
  width: 19.2px;
  width: 1.2rem;
  height: 19.2px;
  height: 1.2rem;
  border-top: 2px solid #193FAD;
  border-right: 2px solid #193FAD;
  content: "";
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after, .swiper-button-next:after {
    width: 4vw;
    height: 4vw;
  }
}

.swiper-button-prev:after {
  margin-left: 8px;
  margin-left: 0.5rem;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.swiper-button-next:after {
  margin-right: 8px;
  margin-right: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-staff {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-staff {
    padding: 4.6875rem 0 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding: 8.59vw 0 24.22vw 0;
  }
}
@media screen and (min-width: 767px), print {
  .p-staff .c-section__title {
    margin-bottom: 4.0625rem;
  }
}
.p-staff::before {
  width: 100%;
  height: 360px;
  height: 22.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_mv01.webp);
  background-size: contain;
  background-repeat: repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-staff::before {
    height: 48.44vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-staff__catch {
    width: 24.875rem;
    margin: 0 auto -0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__catch {
    width: 62.19vw;
    margin: 0 auto -3vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-staff__img {
    width: 31.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__img {
    margin: 0 auto 5.47vw;
  }
}
.p-staff__textBox {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-staff__textBox {
    width: calc(100% - 34.375rem);
  }
}
.p-staff__textBox::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_staff01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 767px), print {
  .p-staff__textBox::before {
    width: 10.875rem;
    height: 17.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__textBox::before {
    width: 27.34vw;
    height: 43.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__item + .p-staff__item {
    margin-top: 18.75vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-staff__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-staff__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.p-staff__item:nth-child(2n) .p-staff__textBox {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-staff__item:nth-child(2n) .p-staff__textBox {
    width: calc(100% - 34.375rem);
  }
}
.p-staff__item:nth-child(2n) .p-staff__textBox::before {
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/bg_staff02.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-staff__item.first .p-staff__title::before {
  content: "Takaaki Ishikawa";
}
.p-staff__item.second .p-staff__title::before {
  content: "Shinya Watanabe";
}
.p-staff__item.third .p-staff__title::before {
  content: "Haruna Koike";
}
.p-staff__item.forth .p-staff__title::before {
  content: "Arisa Sato";
}
.p-staff__item.fifth .p-staff__title::before {
  content: "Kinoshita Masaki";
}
@media screen and (min-width: 767px), print {
  .p-staff__item + .p-staff__item {
    margin-top: 4.6875rem;
  }
}
.p-staff__job {
  color: #F3801F;
  font-weight: 700;
}
@media screen and (min-width: 767px), print {
  .p-staff__job {
    font-size: 1.125rem;
    margin: 0.9375rem 0 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__job {
    font-size: 3.75vw;
    margin-bottom: 2.34vw;
  }
}
.p-staff__title {
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-staff__title {
    font-size: 3rem;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__title {
    font-size: 8.44vw;
    margin-bottom: 8.59vw;
  }
}
.p-staff__title::before {
  color: #E2E2E2;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  z-index: -1;
  font-weight: 300;
}
@media screen and (min-width: 767px), print {
  .p-staff__title::before {
    bottom: -1.5625rem;
    left: 5.3125rem;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-staff__title::before {
    bottom: -3.91vw;
    left: 14.84vw;
    font-size: 7.81vw;
  }
}
.p-staff__text {
  line-height: 2;
}
@media screen and (min-width: 767px), print {
  .p-staff__text {
    font-size: 1.25rem;
  }
}

.p-tab__inner {
  position: relative;
}

.p-tab__title {
  position: relative;
}

.p-tab__title__text {
  position: relative;
}

.p-tab__title__img {
  position: relative;
}

@media screen and (min-width: 767px), print {
  .p-tbl {
    border-spacing: 1.25rem;
    margin: 0 -1.25rem 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tbl {
    margin-bottom: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tbl th,
.p-tbl td {
    display: block;
  }
}
.p-tbl th {
  vertical-align: top;
  background-color: #193FAD;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 767px), print {
  .p-tbl th {
    font-size: 1.375rem;
    padding: 1.25rem 0.9375rem;
    width: 17.8125rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tbl th {
    padding: 3.13vw 4.69vw;
    border-radius: 0.78vw;
    margin-bottom: 2.34vw;
  }
}
@media screen and (max-width: 767px) {
  .p-form .p-tbl th {
    padding: 3.13vw 0 0.5vw;
    background-color: transparent;
    color: #000;
  }
}
@media screen and (min-width: 767px), print {
  .p-tbl td {
    width: 37.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tbl td {
    margin-bottom: 5.47vw;
  }
}
.p-tbl td input,
.p-tbl td textarea,
.p-tbl td select {
  background-color: #FFF;
  width: 100%;
}
@media screen and (min-width: 767px), print {
  .p-tbl td input,
.p-tbl td textarea,
.p-tbl td select {
    padding: 1.25rem 0.9375rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tbl td input,
.p-tbl td textarea,
.p-tbl td select {
    padding: 3.13vw 4.69vw;
    border-radius: 0.78vw;
  }
}
.p-tbl td input::-webkit-input-placeholder,
.p-tbl td textarea::-webkit-input-placeholder {
  color: #bfbeb9;
}
.p-tbl td input::-moz-placeholder,
.p-tbl td textarea::-moz-placeholder {
  color: #bfbeb9;
}
.p-tbl td input::-ms-input-placeholder,
.p-tbl td textarea::-ms-input-placeholder {
  color: #bfbeb9;
}
.p-tbl td input::placeholder,
.p-tbl td textarea::placeholder {
  color: #bfbeb9;
}
.p-tbl td .error {
  display: none;
}
.p-tbl .p-form__iconWrap {
  position: relative;
}
.p-tbl .p-form__icon {
  color: #000;
  font-weight: 700;
  background-color: #FFD800;
  display: inline-block;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 767px), print {
  .p-tbl .p-form__icon {
    padding: 0.125rem 0.625rem;
    font-size: 1rem;
    right: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tbl .p-form__icon {
    padding: 1vw 2vw;
    font-size: 3.13vw;
    right: 1.56vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-tbl .p-form__small {
    font-size: 1rem;
  }
}
.p-tbl .p-form__iconWrap.age .p-form__small {
  display: block;
}
@media screen and (min-width: 767px), print {
  .p-tbl .p-form__iconWrap.age .p-form__small {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tbl .p-form__iconWrap.age .p-form__small {
    font-size: 2.7vw;
  }
}
.p-tbl .p-form__iconHissu {
  background-color: #BA0D0D;
  color: #fff;
}
.p-tbl .p-form__iconNini {
  background-color: #BFBEB9;
}

@media screen and (min-width: 767px), print {
  .p-form__policy {
    margin-bottom: 3.125rem;
  }
}
.p-form__policyInner {
  background-color: #fff;
  border: 1px solid #767676;
}
@media screen and (min-width: 767px), print {
  .p-form__policyInner {
    border-radius: 0.1875rem;
    padding: 2.5rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyInner {
    border-radius: 0.47vw;
    padding: 4.69vw 3.91vw;
    margin-bottom: 11.72vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-form__policyTitle {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyTitle {
    font-size: 100%;
    margin-bottom: 3.91vw;
  }
}
.p-form__policyText {
  overflow-y: scroll;
}
@media screen and (min-width: 767px), print {
  .p-form__policyText {
    height: 17.5rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyText {
    height: 48.44vw;
    padding-right: 3vw;
  }
}
.p-form__policyText::-webkit-scrollbar {
  width: 10px;
}
.p-form__policyText::-webkit-scrollbar-track {
  background-color: #fff;
}
@media screen and (min-width: 767px), print {
  .p-form__policyText::-webkit-scrollbar-track {
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyText::-webkit-scrollbar-track {
    border-radius: 1.56vw;
  }
}
.p-form__policyText::-webkit-scrollbar-thumb {
  background-color: #676767;
}
@media screen and (min-width: 767px), print {
  .p-form__policyText::-webkit-scrollbar-thumb {
    border-radius: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyText::-webkit-scrollbar-thumb {
    border-radius: 1.56vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-form__policyText .p-policy__title {
    margin: 2.5rem 0 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyText .p-policy__title {
    margin: 6.25vw 0 1.56vw;
    font-size: calc(100% - 2pt);
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyText .p-policy__text {
    font-size: calc(100% - 2pt);
  }
}
@media screen and (min-width: 767px), print {
  .p-form__policyText .p-policy__text + .p-policy__text {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__policyText .p-policy__text + .p-policy__text {
    margin-top: 6.25vw;
  }
}
.p-form__btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.p-form__btn input {
  margin: 0 auto;
  color: #fff;
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: shine 20s infinite;
          animation: shine 20s infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: linear-gradient(-45deg, #F3801F 50%, #f2b27b 60%, #F3801F 70%);
  background-size: 600% 100%;
}
@media screen and (min-width: 767px), print {
  .p-form__btn input {
    padding: 2.5rem 0;
    font-size: 1.75rem;
    width: 43.125rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__btn input {
    padding: 4.69vw 0;
    font-size: 5vw;
    width: 100%;
    border-radius: 0.78vw;
  }
}
.p-form__btn input:hover {
  opacity: 0.7;
}
.p-form__select {
  position: relative;
}
@media screen and (min-width: 767px), print {
  .p-form__select {
    width: 14.6875rem;
  }
}
.p-form__select::before {
  content: "";
  height: 100%;
  background-color: #676767;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px), print {
  .p-form__select::before {
    width: 1.25rem;
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-x: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: -400%;
  }
}
.p-tel > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 3.2px 3.2px 0 #FFF;
  text-shadow: 0.2rem 0.2rem 0 #FFF;
}
@media screen and (min-width: 767px), print {
  .p-tel > a {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tel > a {
    width: 100%;
    font-size: 5vw;
    line-height: 1;
    text-shadow: 0.1rem 0.1rem 0 #FFF;
  }
}
.p-tel > a::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/common/ico_tel01.webp);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(3.2px 3.2px 0px #FFF);
          filter: drop-shadow(3.2px 3.2px 0px #FFF);
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0px #FFF);
          filter: drop-shadow(0.2rem 0.2rem 0px #FFF);
}
@media screen and (min-width: 767px), print {
  .p-tel > a::before {
    width: 2.875rem;
    height: 2.875rem;
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tel > a::before {
    width: 7.19vw;
    height: 7.19vw;
    margin-right: 1.56vw;
    margin-bottom: 1vw;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0.1rem 0.1rem 0px #FFF);
            filter: drop-shadow(0.1rem 0.1rem 0px #FFF);
  }
}

@media screen and (max-width: 767px) {
  .p-form .p-tel > a {
    font-size: 8.75vw;
    line-height: 1.2;
    text-shadow: 0.2rem 0.2rem 0 #FFF;
  }
}
@media screen and (max-width: 767px) {
  .p-form .p-tel > a::before {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(255,255,255,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(0.15rem 0.15rem 0px #FFF);
            filter: drop-shadow(0.15rem 0.15rem 0px #FFF);
  }
}

@media screen and (min-width: 767px), print {
  .p-voice {
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 767px), print {
  .p-voice .c-section__title {
    margin-bottom: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .swiper {
    overflow: visible;
  }
}
.p-voice__itemInner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 767px), print {
  .p-voice__itemInner {
    padding: 2.8125rem 2.8125rem 5.625rem 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__itemInner {
    padding: 4.69vw 4.69vw 10.94vw 4.69vw;
  }
}
.p-voice__itemInner::after {
  content: "";
  margin: 0 auto;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/lp/ww/tmp01-camera/assets/wp/wp-content/themes/kadan_tcd056/assets/images/p-lp/bg_voice01.webp);
  background-size: 100% auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 767px), print {
  .p-voice__itemInner::after {
    width: 83.5%;
    bottom: 2.8125rem;
    height: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__itemInner::after {
    width: 56.25vw;
    bottom: 5.47vw;
    height: 0.78vw;
  }
}
.p-voice__img {
  overflow: hidden;
  border-radius: 31.25rem;
}
@media screen and (min-width: 767px), print {
  .p-voice__img {
    -ms-flex-preferred-size: 6.0625rem;
        flex-basis: 6.0625rem;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__img {
    width: 15.16vw;
    margin: 0 auto 3vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-voice__titleItems {
    margin-bottom: 2.1875rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__titleItems {
    margin-bottom: 4.69vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-voice__titleInner {
    -ms-flex-preferred-size: calc(100% - 7.5rem);
        flex-basis: calc(100% - 7.5rem);
  }
}
.p-voice__title {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 767px), print {
  .p-voice__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__title {
    font-size: 5.4vw;
    text-align: center;
  }
}
@media screen and (min-width: 767px), print {
  body#hc-lp .p-voice__title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  body#hc-lp .p-voice__title {
    font-size: 4.8vw;
    text-align: center;
  }
}
@media screen and (min-width: 767px), print {
  .p-voice__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 767px), print {
  .p-voice__info {
    margin-bottom: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__info {
    text-align: center;
    margin-bottom: 5.47vw;
  }
}
@media screen and (min-width: 767px), print {
  .p-voice .swiper {
    overflow: visible;
  }
}
.p-voice .swiper-slide {
  background-color: #fff;
  height: auto;
  -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, .2);
}
@media screen and (min-width: 767px), print {
  .p-voice .swiper-slide {
    width: 35rem;
    border-radius: 0.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .swiper-slide {
    border-radius: 0.78vw;
  }
}
.p-voice .swiper-pagination-bullet {
  border: 1px solid #707070;
  background-color: #fff;
  opacity: 1;
}
@media screen and (min-width: 767px), print {
  .p-voice .swiper-pagination-bullet {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.875rem;
  }
}
.p-voice .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F3801F;
}
.p-voice__inner {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px), print {
  .p-voice__inner {
    padding: 2.1875rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner {
    padding: 4.69vw 0 0;
  }
}
.p-voice__inner::before {
  content: "";
  background-color: #FDEDAF;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 767px), print {
  .p-voice__inner::before {
    height: 16.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__inner::before {
    height: 40.94vw;
  }
}
.p-voice .swiper-pagination {
  position: static;
}
@media screen and (min-width: 767px), print {
  .p-voice .swiper-pagination {
    margin-top: 2.5rem;
  }
}
/*# sourceMappingURL=styles.css.map */

/* 電話CTAボタンのオレンジ背景だけ削除 */
.p-cta__tel.timercontent,
.p-cta__tel.timercontent *,
.p-cta__telNum.u-custom,
.p-cta__telNum.u-custom a,
.p-cta__telNum.u-custom img {
  background-color: transparent !important;
  background: transparent !important;
}

.p-cta__tel.timercontent::before,
.p-cta__tel.timercontent::after,
.p-cta__telNum.u-custom::before,
.p-cta__telNum.u-custom::after,
.p-cta__telNum.u-custom a::before,
.p-cta__telNum.u-custom a::after {
  background: transparent !important;
  background-color: transparent !important;
}

/* =========================================================
   2026.07 SP CTA電話ボタン調整
   - 電話ボタンをメール/LINEボタンと同じサイズ感に統一
   - 電話ボタンのみキラン演出
   ========================================================= */
@media screen and (max-width: 767px) {
  .p-cta__telNum.u-custom,
  .p-cta__telNum {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto 3.13vw;
  }

  .p-cta__telNum.u-custom a,
  .p-cta__telNum a {
    width: 100% !important;
    height: 22vw;
    margin: 0 auto !important;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.3125rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
  }

  .p-cta__telNum.u-custom a .u-sp,
  .p-cta__telNum a .u-sp {
    display: block;
    width: 100%;
    height: 100%;
  }

  .p-cta__telNum.u-custom a img,
  .p-cta__telNum a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .p-cta__telNum.u-custom a::after,
  .p-cta__telNum a::after {
    content: "";
    position: absolute;
    top: -45%;
    left: -120%;
    width: 38%;
    height: 190%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, .9) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    transform: rotate(25deg);
    animation: kzPhoneBtnShine 2.8s ease-in-out infinite;
    pointer-events: none;
    z-index: 3;
  }

  @keyframes kzPhoneBtnShine {
    0% { left: -120%; }
    38% { left: 130%; }
    100% { left: 130%; }
  }
}


/* 20260706 Phone CTA keep original aspect ratio (SP only) */
@media screen and (max-width:767px){
  .p-cta__bottomInner .p-cta__telNum.u-custom a .u-sp img,
  .p-cta__bottomInner .p-cta__telNum a .u-sp img{
    width:100% !important;
    height:auto !important;
    object-fit:contain !important;
    aspect-ratio:auto !important;
  }
}

/* =========================================================
   20260706 SP CTAピンポイント調整
   タイトル周りのみ調整。人物・カメラ・メダル・電話CTAは触らない
========================================================= */
@media screen and (max-width: 767px) {
  .p-cta__desc {
    margin-bottom: 4.8vw !important;
  }

  .p-cta__balloon {
    font-size: 4.7vw !important;
    padding-bottom: 2.2vw !important;
  }

  .p-cta__ttl {
    font-size: 11vw !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
    margin: 2.2vw 0 30vw !important;
  }
}

/* =========================================================
   20260707 全LP共通反映：SP電話CTA調整
   - SPのみ「お急ぎの方はお電話で」「営業時間」を非表示
   - 電話CTAをメール/LINEボタン幅に合わせる
   - 電話CTAのみキラン演出
   ========================================================= */
@media screen and (max-width: 767px){
  .p-cta__telAddtxt,
  .p-cta__telTime{
    display:none !important;
  }

  .p-cta__telNum.u-custom a{
    width:100% !important;
    height:22vw !important;
    margin:0 auto 3.13vw !important;
    display:block !important;
    position:relative !important;
    overflow:hidden !important;
    border-radius:0.78vw !important;
  }

  .p-cta__telNum.u-custom a .u-sp{
    display:block !important;
    width:100% !important;
    height:100% !important;
  }

  .p-cta__telNum.u-custom a .u-sp img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .p-cta__telNum.u-custom a::after{
    content:"";
    position:absolute;
    top:-60%;
    left:-85%;
    width:45%;
    height:220%;
    background:linear-gradient(
      115deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.15) 35%,
      rgba(255,255,255,0.85) 50%,
      rgba(255,255,255,0.15) 65%,
      rgba(255,255,255,0) 100%
    );
    transform:rotate(20deg);
    animation:kzPhoneShine 2.4s ease-in-out infinite;
    pointer-events:none;
    z-index:2;
  }
}

@keyframes kzPhoneShine{
  0%{ left:-85%; opacity:0; }
  15%{ opacity:1; }
  45%{ left:125%; opacity:1; }
  46%{ opacity:0; }
  100%{ left:125%; opacity:0; }
}

/* FV内 電話CTAをメール/LINEと同じ横幅・画像比率維持（SPのみ） */
@media screen and (max-width: 767px){
  .p-cta__bottomInner .p-cta__tel{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto 7.81vw !important;
    padding:0 !important;
    text-align:center !important;
  }

  .p-cta__bottomInner .p-cta__telNum.u-custom,
  .p-cta__bottomInner .p-cta__telNum{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .p-cta__bottomInner .p-cta__telNum.u-custom a,
  .p-cta__bottomInner .p-cta__telNum a{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 auto 3.13vw !important;
    padding:0 !important;
    display:block !important;
    overflow:visible !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  .p-cta__bottomInner .p-cta__telNum.u-custom a .u-sp,
  .p-cta__bottomInner .p-cta__telNum a .u-sp{
    display:block !important;
    width:100% !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  .p-cta__bottomInner .p-cta__telNum.u-custom a .u-sp img,
  .p-cta__bottomInner .p-cta__telNum a .u-sp img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    background:transparent !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    filter:none !important;
  }
}
