@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
:root {
  --vw: 1vw;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  line-height: 1;
  color: #4A020B;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 751px) {
  body {
    min-width: 1200px;
  }
}
body img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
body a {
  color: #000;
  text-decoration: none;
  outline: none;
}
body a:hover {
  text-align: none;
}
@media print, screen and (min-width: 751px) {
  body .show-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  body .show-pc {
    display: none;
  }
}

/* ---------------------------------------------------------
animation
----------------------------------------------------------*/
.fadeAnimeBefore,
.fadeAnimeBottomBefore {
  visibility: hidden;
}

.fadeAnime {
  visibility: visible;
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.scaleTtlAnimeBefore {
  opacity: 0;
}

.scaleTtlAnime {
  opacity: 1;
  -webkit-animation-name: scaleTtlAnime;
          animation-name: scaleTtlAnime;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
          animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

@-webkit-keyframes scaleTtlAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleTtlAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.blinkingAnimeBefore {
  opacity: 0;
}

.blinkingAnime {
  opacity: 1;
  -webkit-animation-name: blinkingAnime;
          animation-name: blinkingAnime;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
  -webkit-animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
          animation-timing-function: cubic-bezier(0.12, 0, 0.39, 0);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes blinkingAnime {
  0% {
    opacity: 0;
  }
  10%, 80% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
  }
}

@keyframes blinkingAnime {
  0% {
    opacity: 0;
  }
  10%, 80% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 0;
  }
}
#modal {
  display: none;
}

.modaal-inner-wrapper {
  padding: 0;
  padding: 50px calc((100% - 706px) / 2);
}
@media screen and (max-width: 750px) {
  .modaal-inner-wrapper {
    padding: 0 calc((100% - 81.06 * var(--vw)) / 2);
  }
}

.modaal-container {
  max-width: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 27px;
  height: 27px;
  background: url(../img/icon_close.svg) no-repeat;
  background-position: center;
  border-radius: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .modaal-wrapper .modaal-close {
    top: calc(6.4 * var(--vw));
    right: calc(6.4 * var(--vw));
    width: calc(7.2 * var(--vw));
    height: calc(7.2 * var(--vw));
  }
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  content: none;
}

.modaal-video .modaal-video-wrap {
  margin: 0;
}
.modaal-video .modaal-video-container {
  height: auto;
  max-width: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 56.25%;
}

.page-familykalbi-cp {
  /* ---------------------------------------------------------
  .kv anime
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .kv
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sns-area
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-insta,.sec-x
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-x
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .sec-movie
  ----------------------------------------------------------*/
  /* ---------------------------------------------------------
  .bottom-area
  ----------------------------------------------------------*/
}
@media print, screen and (min-width: 751px) {
  .page-familykalbi-cp {
    min-width: 1200px;
  }
}
.page-familykalbi-cp.is-anime .kv h1 {
  -webkit-animation: scaleKvTtlAnime1 0.3s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0), scaleKvTtlAnime2 0.2s 0.8s forwards cubic-bezier(0.5, 1, 0.89, 1), scaleKvTtlAnime3 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0), scaleKvTtlAnime4 0.1s 1.2s forwards cubic-bezier(0.5, 1, 0.89, 1), scaleKvTtlAnime5 0.1s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0), scaleKvTtlAnime6 0.1s 1.4s forwards cubic-bezier(0.5, 1, 0.89, 1), scaleKvTtlAnime7 0.1s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: scaleKvTtlAnime1 0.3s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0), scaleKvTtlAnime2 0.2s 0.8s forwards cubic-bezier(0.5, 1, 0.89, 1), scaleKvTtlAnime3 0.2s 1s forwards cubic-bezier(0.11, 0, 0.5, 0), scaleKvTtlAnime4 0.1s 1.2s forwards cubic-bezier(0.5, 1, 0.89, 1), scaleKvTtlAnime5 0.1s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0), scaleKvTtlAnime6 0.1s 1.4s forwards cubic-bezier(0.5, 1, 0.89, 1), scaleKvTtlAnime7 0.1s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.page-familykalbi-cp.is-anime .kv .pic-m1,
.page-familykalbi-cp.is-anime .kv .pic-l1,
.page-familykalbi-cp.is-anime .kv .pic-l2,
.page-familykalbi-cp.is-anime .kv .pic-l3,
.page-familykalbi-cp.is-anime .kv .pic-r1,
.page-familykalbi-cp.is-anime .kv .pic-r2,
.page-familykalbi-cp.is-anime .kv .pic-r3 {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-familykalbi-cp.is-anime .kv .pic-l1 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.page-familykalbi-cp.is-anime .kv .pic-l2 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.page-familykalbi-cp.is-anime .kv .pic-l3 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.page-familykalbi-cp.is-anime .kv .pic-r1 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.page-familykalbi-cp.is-anime .kv .pic-r2 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.page-familykalbi-cp.is-anime .kv .pic-r3 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.page-familykalbi-cp.is-anime .kv .subttl, .page-familykalbi-cp.is-anime .kv .lead, .page-familykalbi-cp.is-anime .kv .txt, .page-familykalbi-cp.is-anime .kv .sns-share, .page-familykalbi-cp.is-anime .kv .txt-kiyaku, .page-familykalbi-cp.is-anime .kv .btn-kiyaku {
  -webkit-transition: opacity 1.4s;
  transition: opacity 1.4s;
  opacity: 1;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.page-familykalbi-cp.is-anime .kv .lead {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.page-familykalbi-cp.is-anime .kv .txt {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.page-familykalbi-cp.is-anime .kv .sns-share {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.page-familykalbi-cp.is-anime .kv .txt-kiyaku {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.page-familykalbi-cp.is-anime .kv .btn-kiyaku {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
@-webkit-keyframes scaleKvTtlAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleKvTtlAnime1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleKvTtlAnime2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scaleKvTtlAnime2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scaleKvTtlAnime3 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleKvTtlAnime3 {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleKvTtlAnime4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes scaleKvTtlAnime4 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@-webkit-keyframes scaleKvTtlAnime5 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleKvTtlAnime5 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleKvTtlAnime6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes scaleKvTtlAnime6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@-webkit-keyframes scaleKvTtlAnime7 {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleKvTtlAnime7 {
  0% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleKvAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleKvAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-familykalbi-cp .kv {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv {
    width: 100%;
    overflow: hidden;
  }
}
.page-familykalbi-cp .kv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .bg {
    top: calc(22.13 * var(--vw));
    width: 100%;
    z-index: -1;
  }
}
.page-familykalbi-cp .kv .logo {
  position: absolute;
  top: 0;
  left: 87px;
  width: 173px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .logo {
    left: calc(2.66 * var(--vw));
    width: calc(29.33 * var(--vw));
  }
}
.page-familykalbi-cp .kv .logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-familykalbi-cp .kv .logo a:hover {
  opacity: 0.7;
}
.page-familykalbi-cp .kv h1 {
  width: 604px;
  padding-top: 80px;
  margin-left: 314px;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv h1 {
    position: relative;
    padding-top: calc(27.46 * var(--vw));
    width: calc(83.2 * var(--vw));
    margin-left: calc(9.6 * var(--vw));
    z-index: 1;
  }
}
.page-familykalbi-cp .kv .subttl, .page-familykalbi-cp .kv .lead, .page-familykalbi-cp .kv .txt, .page-familykalbi-cp .kv .sns-share, .page-familykalbi-cp .kv .txt-kiyaku, .page-familykalbi-cp .kv .btn-kiyaku {
  opacity: 0;
}
.page-familykalbi-cp .kv .subttl {
  width: 566px;
  margin: 28px 0 0 314px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .subttl {
    position: relative;
    width: calc(61.33 * var(--vw));
    margin: calc(8.26 * var(--vw)) 0 0 calc(19.2 * var(--vw));
    z-index: 1;
  }
}
.page-familykalbi-cp .kv .lead {
  width: 543px;
  margin: 21px 0 0 324px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .lead {
    width: calc(65.06 * var(--vw));
    margin: calc(5.6 * var(--vw)) 0 0 calc(17.6 * var(--vw));
  }
}
.page-familykalbi-cp .kv .txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #4A020C;
  line-height: 1.5;
  margin: 31px 0 0;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .txt {
    font-size: calc(4.8 * var(--vw));
    line-height: 1.5;
    margin: calc(8.26 * var(--vw)) 0 0;
  }
}
.page-familykalbi-cp .kv .sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  margin-top: 29px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .sns-share {
    gap: 0 calc(4.26 * var(--vw));
    margin-top: calc(6.66 * var(--vw));
  }
}
.page-familykalbi-cp .kv .txt-kiyaku {
  font-size: 14px;
  font-weight: 500;
  color: #DC010B;
  text-align: center;
  margin-top: 53px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .txt-kiyaku {
    font-size: calc(3.73 * var(--vw));
    margin-top: calc(15.46 * var(--vw));
  }
}
.page-familykalbi-cp .kv .btn-kiyaku a {
  position: relative;
  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;
  width: 298px;
  height: 47px;
  font-size: 16px;
  font-weight: 500;
  color: #4A020B;
  border: 2px solid #4A020B;
  margin: 16px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .btn-kiyaku a {
    width: calc(79.46 * var(--vw));
    height: calc(12.53 * var(--vw));
    font-size: calc(4.26 * var(--vw));
    border-width: calc(0.53 * var(--vw));
    margin-top: calc(4.26 * var(--vw));
  }
}
.page-familykalbi-cp .kv .btn-kiyaku a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 16px;
  height: 27px;
  background: url(../img/kv/icon_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .btn-kiyaku a::after {
    width: calc(4.26 * var(--vw));
    height: calc(7.2 * var(--vw));
  }
}
.page-familykalbi-cp .kv .btn-kiyaku a:hover {
  opacity: 0.7;
}
.page-familykalbi-cp .kv .btn-search a {
  position: absolute;
  top: 32px;
  right: 100px;
  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;
  width: 137px;
  height: 57px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #4A020B;
  border-radius: 6px;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .btn-search a {
    top: calc(5.86 * var(--vw));
    right: calc(5.6 * var(--vw));
    width: calc(23.73 * var(--vw));
    height: calc(9.86 * var(--vw));
    font-size: calc(3.73 * var(--vw));
    border-radius: calc(1.6 * var(--vw));
  }
}
.page-familykalbi-cp .kv .btn-search a:hover {
  opacity: 0.7;
}
.page-familykalbi-cp .kv .pic-m1, .page-familykalbi-cp .kv .pic-l1, .page-familykalbi-cp .kv .pic-l2, .page-familykalbi-cp .kv .pic-l3, .page-familykalbi-cp .kv .pic-r1, .page-familykalbi-cp .kv .pic-r2, .page-familykalbi-cp .kv .pic-r3 {
  position: absolute;
  opacity: 0;
}
.page-familykalbi-cp .kv .pic-l1 {
  -webkit-transform: scale(1.3) rotate(10deg);
          transform: scale(1.3) rotate(10deg);
}
.page-familykalbi-cp .kv .pic-l2 {
  -webkit-transform: scale(1.3) rotate(-10deg);
          transform: scale(1.3) rotate(-10deg);
}
.page-familykalbi-cp .kv .pic-l3 {
  -webkit-transform: scale(1.3) rotate(6deg);
          transform: scale(1.3) rotate(6deg);
}
.page-familykalbi-cp .kv .pic-r1 {
  -webkit-transform: scale(1.3) rotate(-8deg);
          transform: scale(1.3) rotate(-8deg);
}
.page-familykalbi-cp .kv .pic-r2 {
  -webkit-transform: scale(1.3) rotate(9deg);
          transform: scale(1.3) rotate(9deg);
}
.page-familykalbi-cp .kv .pic-r3 {
  -webkit-transform: scale(1.3) rotate(-10deg);
          transform: scale(1.3) rotate(-10deg);
}
.page-familykalbi-cp .kv .pic-m1 {
  width: 50%;
  top: 365px;
  left: 25%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .pic-m1 {
    width: 90%;
    top: 58%;
    left: 5%;
  }
}
.page-familykalbi-cp .kv .pic-l1 {
  top: 146px;
  left: 56px;
  width: 241px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .pic-l1 {
    top: calc(30.66 * var(--vw));
    left: calc(-4 * var(--vw));
    width: calc(28.53 * var(--vw));
  }
}
.page-familykalbi-cp .kv .pic-l2 {
  top: 349px;
  left: 92px;
  width: 142px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .pic-l2 {
    top: calc(61.6 * var(--vw));
    left: calc(-4.27 * var(--vw));
    width: calc(20.8 * var(--vw));
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.page-familykalbi-cp .kv .pic-l3 {
  top: 486px;
  left: 126px;
  width: 140px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .pic-l3 {
    top: calc(101.06 * var(--vw));
    left: calc(-3.74 * var(--vw));
    width: calc(22.13 * var(--vw));
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
.page-familykalbi-cp .kv .pic-r1 {
  top: 115px;
  right: 35px;
  width: 205px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .pic-r1 {
    top: calc(49.6 * var(--vw));
    right: calc(-12 * var(--vw));
    width: calc(26.66 * var(--vw));
  }
}
.page-familykalbi-cp .kv .pic-r2 {
  top: 319px;
  right: 27px;
  width: 184px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .pic-r2 {
    top: calc(81.33 * var(--vw));
    right: calc(-7.2 * var(--vw));
    width: calc(19.2 * var(--vw));
  }
}
.page-familykalbi-cp .kv .pic-r3 {
  top: 475px;
  right: 77px;
  width: 182px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .kv .pic-r3 {
    top: calc(96.26 * var(--vw));
    right: calc(-6.67 * var(--vw));
    width: calc(25.86 * var(--vw));
  }
}
.page-familykalbi-cp .sns-area {
  position: relative;
  width: 1200px;
  padding: 56px 0 90px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sns-area {
    width: 100%;
    padding: calc(16.53 * var(--vw)) 0 calc(15.2 * var(--vw));
  }
}
.page-familykalbi-cp .sns-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1200px;
  height: calc(100% + 134px);
  background: url(../img/bg_article.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sns-area::before {
    width: 100%;
    height: calc(100% + 13.33 * var(--vw));
    background-image: url(../img/bg_article_sp.svg);
  }
}
.page-familykalbi-cp .sec-insta, .page-familykalbi-cp .sec-x {
  opacity: 0;
}
.page-familykalbi-cp .sec-insta .inner, .page-familykalbi-cp .sec-x .inner {
  position: relative;
  width: 1000px;
  background-color: #fff;
  padding: 24px 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .inner, .page-familykalbi-cp .sec-x .inner {
    width: calc(94.4 * var(--vw));
    padding: calc(5.06 * var(--vw)) 0 calc(9.86 * var(--vw));
  }
}
.page-familykalbi-cp .sec-insta .inner::before, .page-familykalbi-cp .sec-x .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #A59999;
  opacity: 0.5;
  pointer-events: none;
}
.page-familykalbi-cp .sec-insta .logo, .page-familykalbi-cp .sec-x .logo {
  width: 193px;
  margin: 0 0 24px 82px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .logo, .page-familykalbi-cp .sec-x .logo {
    width: calc(16.53 * var(--vw));
    margin: 0 0 calc(6.13 * var(--vw)) calc(5.06 * var(--vw));
  }
}
.page-familykalbi-cp .sec-insta h2, .page-familykalbi-cp .sec-x h2 {
  position: absolute;
  top: 43px;
  left: 335px;
  width: 352px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta h2, .page-familykalbi-cp .sec-x h2 {
    top: calc(12 * var(--vw));
    left: calc(26.66 * var(--vw));
    width: calc(56.53 * var(--vw));
  }
}
.page-familykalbi-cp .sec-insta .wrapper, .page-familykalbi-cp .sec-x .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .wrapper, .page-familykalbi-cp .sec-x .wrapper {
    gap: calc(5.6 * var(--vw)) 0;
  }
}
.page-familykalbi-cp .sec-insta .block, .page-familykalbi-cp .sec-x .block {
  width: 260px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .block, .page-familykalbi-cp .sec-x .block {
    width: calc(66.13 * var(--vw));
  }
  .page-familykalbi-cp .sec-insta .block:nth-child(7), 
  .page-familykalbi-cp .sec-insta .block:nth-child(8), 
  .page-familykalbi-cp .sec-insta .block:nth-child(9), 
  .page-familykalbi-cp .sec-x .block:nth-child(7), 
  .page-familykalbi-cp .sec-x .block:nth-child(8), 
  .page-familykalbi-cp .sec-x .block:nth-child(9) {
    display: none;
  }
}
.page-familykalbi-cp .sec-insta .pic, .page-familykalbi-cp .sec-x .pic {
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .pic, .page-familykalbi-cp .sec-x .pic {
    width: calc(66.13 * var(--vw));
    height: calc(66.13 * var(--vw));
  }
}
.page-familykalbi-cp .sec-insta .pic img, .page-familykalbi-cp .sec-x .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-familykalbi-cp .sec-insta .name, .page-familykalbi-cp .sec-insta .txt, .page-familykalbi-cp .sec-x .name, .page-familykalbi-cp .sec-x .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 9px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .name, .page-familykalbi-cp .sec-insta .txt, .page-familykalbi-cp .sec-x .name, .page-familykalbi-cp .sec-x .txt {
    font-size: calc(3.73 * var(--vw));
    line-height: 1.4285714286;
    margin-top: calc(2.4 * var(--vw));
  }
}
.page-familykalbi-cp .sec-insta .txt, .page-familykalbi-cp .sec-x .txt {
  /* margin-top: 20px; */
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .txt, .page-familykalbi-cp .sec-x .txt {
    /* margin-top: calc(5.33 * var(--vw)); */
  }
}
.page-familykalbi-cp .sec-insta .txt a, .page-familykalbi-cp .sec-x .txt a {
  color: #009DFF;
}
.page-familykalbi-cp .sec-insta .btn a, .page-familykalbi-cp .sec-x .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;
  width: 335px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  background: -webkit-gradient(linear, right top, left top, from(#f7d346), color-stop(26.86%, #e94e3a), color-stop(60.18%, #e5319f), color-stop(94.96%, #9a27da), to(#651df5));
  background: linear-gradient(270deg, #f7d346 0%, #e94e3a 26.86%, #e5319f 60.18%, #9a27da 94.96%, #651df5 100%);
  margin: 7px auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-insta .btn a, .page-familykalbi-cp .sec-x .btn a {
    width: calc(89.33 * var(--vw));
    height: calc(13.33 * var(--vw));
    font-size: calc(4.8 * var(--vw));
    border-radius: calc(6.66 * var(--vw));
    margin-top: calc(6.4 * var(--vw));
  }
}
.page-familykalbi-cp .sec-insta .btn a:hover, .page-familykalbi-cp .sec-x .btn a:hover {
  opacity: 0.7;
}
.page-familykalbi-cp .sec-x {
  padding-top: 0;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-x {
    margin-top: calc(4.53 * var(--vw));
  }
}
.page-familykalbi-cp .sec-x .inner {
  padding: 30px 0 24px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-x .inner {
    padding: calc(4.53 * var(--vw)) 0 calc(9.33 * var(--vw));
  }
}
.page-familykalbi-cp .sec-x h2 {
  position: absolute;
  top: 36px;
  left: 335px;
  width: 352px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-x h2 {
    top: calc(9.86 * var(--vw));
    left: calc(26.66 * var(--vw));
    width: calc(56.53 * var(--vw));
  }
}
.page-familykalbi-cp .sec-x .logo {
  width: 203px;
  margin: 0 0 18px 88px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-x .logo {
    width: calc(20.26 * var(--vw));
    margin: 0 0 calc(8.53 * var(--vw)) calc(2.4 * var(--vw));
  }
}
.page-familykalbi-cp .sec-x .btn a {
  background: #0B0B0B;
  margin-top: 19px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-x .btn a {
    margin-top: calc(6.13 * var(--vw));
  }
}
.page-familykalbi-cp .sec-movie {
  position: relative;
  width: 1200px;
  background: linear-gradient(-45deg, #ffe6e9 0%, #fefddd 100%);
  padding: 69px 0 57px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie {
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#ffe6e9), to(#fefddd));
    background: linear-gradient(-90deg, #ffe6e9 0%, #fefddd 100%);
    padding: calc(14.93 * var(--vw)) 0 calc(16 * var(--vw));
  }
}
.page-familykalbi-cp .sec-movie::before {
  content: "";
  position: absolute;
  top: -214px;
  left: 0;
  width: 211px;
  height: 469px;
  background: url(../img/obj_01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie::before {
    top: calc(-32 * var(--vw));
    width: calc(23.06 * var(--vw));
    height: calc(76.93 * var(--vw));
    background-image: url(../img/obj_01_sp.png);
  }
}
.page-familykalbi-cp .sec-movie h2 {
  width: 747px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie h2 {
    width: calc(81.06 * var(--vw));
  }
}
.page-familykalbi-cp .sec-movie h2::before {
  content: "";
  display: block;
  width: 145px;
  height: 102px;
  background: url(../img/movie/icon_movie.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 48px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie h2::before {
    width: calc(32.53 * var(--vw));
    height: calc(22.93 * var(--vw));
    margin-bottom: calc(9.6 * var(--vw));
  }
}
.page-familykalbi-cp .sec-movie .lead {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie .lead {
    width: calc(89.33 * var(--vw));
    font-size: calc(3.73 * var(--vw));
    line-height: 1.7;
    margin: calc(6.93 * var(--vw)) auto 0;
  }
}
.page-familykalbi-cp .sec-movie .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 55px;
  gap: 56px 60px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie .wrapper {
    position: relative;
    width: calc(94.13 * var(--vw));
    margin: calc(6.93 * var(--vw)) auto 0;
    gap: calc(5.86 * var(--vw)) 0;
    z-index: 1;
  }
}
.page-familykalbi-cp .sec-movie .youtube {
  position: relative;
  width: 470px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie .youtube {
    width: 100%;
  }
}
.page-familykalbi-cp .sec-movie .youtube-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-familykalbi-cp .sec-movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-familykalbi-cp .sec-movie .youtube p {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 12px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .sec-movie .youtube p {
    font-size: calc(3.73 * var(--vw));
    line-height: 1.4285714286;
    margin-top: calc(3.73 * var(--vw));
  }
}
.page-familykalbi-cp .bottom-area {
  position: relative;
  width: 1200px;
  padding: 41px 0 35px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area {
    width: 100%;
    padding: calc(11.2 * var(--vw)) 0 calc(14.13 * var(--vw));
  }
}
.page-familykalbi-cp .bottom-area::before {
  content: "";
  position: absolute;
  bottom: 136px;
  right: 0;
  width: 152px;
  height: 579px;
  background: url(../img/obj_02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area::before {
    bottom: calc(64.53 * var(--vw));
    width: calc(32.13 * var(--vw));
    height: calc(115.06 * var(--vw));
    background-image: url(../img/obj_02_sp.png);
  }
}
.page-familykalbi-cp .bottom-area::after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 206px;
  height: 516px;
  background: url(../img/obj_03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area::after {
    bottom: calc(4.8 * var(--vw));
    width: calc(22.13 * var(--vw));
    height: calc(95.73 * var(--vw));
    background-image: url(../img/obj_03_sp.png);
  }
}
.page-familykalbi-cp .bottom-area p {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area p {
    font-size: calc(3.73 * var(--vw));
    line-height: 1.6785714286;
  }
}
.page-familykalbi-cp .bottom-area ul {
  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;
  gap: 0 30px;
  margin-top: 28px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area ul {
    gap: 0 calc(8 * var(--vw));
    margin-top: calc(7.2 * var(--vw));
  }
}
.page-familykalbi-cp .bottom-area a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-familykalbi-cp .bottom-area a:hover {
  opacity: 0.7;
}
.page-familykalbi-cp .bottom-area .icon-insta {
  width: 40px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area .icon-insta {
    width: calc(10.66 * var(--vw));
  }
}
.page-familykalbi-cp .bottom-area .icon-x {
  width: 36px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area .icon-x {
    width: calc(9.6 * var(--vw));
  }
}
.page-familykalbi-cp .bottom-area .icon-line {
  width: 40px;
}
@media screen and (max-width: 750px) {
  .page-familykalbi-cp .bottom-area .icon-line {
    width: calc(10.66 * var(--vw));
  }
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  position: relative;
  color: #fff;
  background-color: #4A020C;
  padding: 49px 0 50px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  footer {
    padding: calc(7.46 * var(--vw)) 0 calc(8 * var(--vw));
  }
}
footer p {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 750px) {
  footer p {
    font-size: calc(3.46 * var(--vw));
  }
}

/* ---------------------------------------------------------
kyaku
----------------------------------------------------------*/
.kiyaku-inner {
  width: 706px;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  word-break: break-all;
  padding: 50px;
}
@media screen and (max-width: 750px) {
  .kiyaku-inner {
    width: calc(80.8 * var(--vw));
    font-size: calc(3.73 * var(--vw));
    line-height: 1.6428571429;
    padding: calc(13.33 * var(--vw)) calc(9.06 * var(--vw));
  }
}
.kiyaku-inner a {
  color: #009DFF;
}

.font-middle{
  font-size: 22px !important;
}
.short{
  text-decoration: underline;
  color: red;
}