@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  overflow: visible; /* 2 */
  height: 0; /* 1 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  padding: 0;
  list-style: none;
}

/**
  * 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: 1em; /* 2 */
}

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

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * 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: 1em; /* 2 */
}

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

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em; /* 2 */
  border: 1px solid #a0a0a0; /* 1 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  overflow: auto; /* 2 */
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 1em;
  border: solid;
  margin: auto;
  background-color: white;
  color: black;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  color: #000;
  font-family: "m-plus-rounded-1c", "Hiragino Kaku Gothic Pro", "Meiryo", Sans-Serif;
  font-size: 1.6em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4em;
    line-height: 1.6;
  }
}

main {
  display: block;
}

a,
a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

a:hover img,
a:active img {
  -webkit-filter: brightness(1.2) saturate(1.2);
          filter: brightness(1.2) saturate(1.2);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
@media (max-width: 820px) {
  a:hover img,
  a:active img {
    -webkit-filter: brightness(1) saturate(1);
            filter: brightness(1) saturate(1);
  }
}

a img {
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

a[href^=tel] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^=tel] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img,
a:link img,
a:visited img,
a:hover img,
a:active img {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
b {
  font-weight: bold;
}

[type=text],
select,
button {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: inherit;
}

button {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

select,
button,
textarea,
[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

sup {
  vertical-align: super;
}

video {
  vertical-align: top;
}

.pcOnly {
  display: block;
}
@media (max-width: 820px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media (max-width: 820px) {
  .spOnly {
    display: block;
  }
}

.fade {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.fade:hover {
  cursor: pointer;
  opacity: 0.5;
}
@media (max-width: 640px) {
  .fade:hover {
    cursor: pointer;
    opacity: 1;
  }
}

.motion {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s 0.2s;
  transition: all 1s 0.2s;
}

.fadeInUp {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.wrap {
  margin: 0 auto;
}
@media (max-width: 820px) {
  .wrap {
    width: 100%;
  }
}

.imgFull {
  width: 100%;
}
.imgFull img {
  width: 100%;
  height: auto;
}

.on {
  display: block;
  opacity: 1;
}

.off {
  display: none;
  opacity: 0;
}

img {
  width: 100%;
}

.hover {
  position: relative;
}
.hover figure {
  overflow: hidden;
}
.hover figure img {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hover figure figcaption {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  color: #fff;
  border: solid 1px #fff;
}
.hover figure figcaption .txt_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.hover figure figcaption .txt_box > p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hover:hover figure img {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.hover:hover figure figcaption {
  opacity: 1;
}

@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format("woff2");
  font-display: swap;
}
.secTitle {
  font-size: 40px;
  line-height: 0.7;
  font-weight: 400;
}
@media (max-width: 820px) {
  .secTitle {
    text-align: center;
    font-size: 7.8vw;
  }
}
.secTitle::before {
  content: "profile";
  display: block;
  position: relative;
  left: 4px;
  bottom: 12px;
  color: #ff66a6;
  font-size: 16px;
}
@media (max-width: 820px) {
  .secTitle::before {
    font-size: 2.6vw;
    bottom: 3vw;
  }
}
.secTitle::after {
  content: "―";
  display: block;
  position: relative;
  left: 4px;
  top: 6px;
  color: #ff66a6;
}
@media (max-width: 820px) {
  .secTitle::after {
    top: 1vw;
  }
}

.font-loading {
  display: none;
  font-family: "m-plus-rounded-1c";
}

body {
  font-family: "m-plus-rounded-1c";
  font-size: 18px;
}
@media (max-width: 820px) {
  body {
    font-size: 3.1vw;
  }
}

.wrapper {
  overflow: hidden;
}

.main {
  position: relative;
  margin: 0 auto;
  text-align: left;
}
.main .fvArea {
  color: #fff;
}
.main .fvArea .fvArea__inner {
  position: relative;
  height: 698px;
  background: url(../img/bg_fv_pc.webp) no-repeat top;
  background-size: 100%;
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner {
    width: 100%;
    height: auto;
    background: url(../img/bg_fv_sp.webp) no-repeat top;
    background-size: cover;
  }
}
.main .fvArea .fvArea__inner .fvNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .fvArea .fvArea__inner .fvNav h1 {
  width: 212px;
  margin: 50px 0 0 100px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 1080px) {
  .main .fvArea .fvArea__inner .fvNav h1 {
    width: 19.6vw;
    margin: 50px 0 0 50px;
  }
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner .fvNav h1 {
    width: 27vw;
    margin: 6vw auto 0;
  }
}
.main .fvArea .fvArea__inner .fvNav .fvNavi__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 22px;
  margin: 50px 100px 0 0;
}
@media (max-width: 1080px) {
  .main .fvArea .fvArea__inner .fvNav .fvNavi__right {
    margin-right: 50px;
  }
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner .fvNav .fvNavi__right {
    display: none;
  }
}
.main .fvArea .fvArea__inner .fvNav .fvNavi__right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
}
@media (max-width: 1080px) {
  .main .fvArea .fvArea__inner .fvNav .fvNavi__right li {
    font-size: 2vw;
  }
}
.main .fvArea .fvArea__inner .fvNav .fvNavi__right li a:hover {
  color: #97efff;
}
.main .fvArea .fvArea__inner .fvNav .fvNavi__right .btnContact a {
  padding: 5px 30px;
  border: solid 1px #fff;
}
.main .fvArea .fvArea__inner .fvNav .fvNavi__right .btnContact a:hover {
  background-color: #fff;
  color: #194277;
}
.main .fvArea .fvArea__inner .txtFv {
  margin: 120px 0 0 160px;
}
@media (max-width: 1080px) {
  .main .fvArea .fvArea__inner .txtFv {
    margin: 120px 0 0 50px;
  }
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner .txtFv {
    margin: 8vw auto 0;
    text-align: center;
  }
}
.main .fvArea .fvArea__inner .txtFv h2 {
  font-size: 57px;
  font-weight: 400;
  line-height: 1.1;
  text-shadow: 3px 6px 10px rgba(9, 28, 52, 0.25);
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner .txtFv h2 {
    margin-right: -7vw;
    font-size: 10.25vw;
  }
}
.main .fvArea .fvArea__inner .txtFv h2 .sizeSmall {
  font-size: 38px;
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner .txtFv h2 .sizeSmall {
    font-size: 6.8vw;
  }
}
.main .fvArea .fvArea__inner .txtFv h2 .colorPink {
  color: #ff66a6;
}
.main .fvArea .fvArea__inner .txtFv h2::after {
  content: "―";
  display: block;
  position: relative;
  left: 4px;
  bottom: 18px;
  height: 26px;
  color: #ff66a6;
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner .txtFv h2::after {
    font-size: 10vw;
    left: -4vw;
    height: 5vw;
    bottom: 2vw;
  }
}
@media (max-width: 820px) {
  .main .fvArea .fvArea__inner .txtFv p {
    margin-top: 2vw;
    line-height: 1.5;
    padding-bottom: 96vw;
  }
}
.main .profileArea {
  height: 548px;
  background: url(../img/bg_profile.webp) no-repeat top;
  background-size: 100%;
}
@media (max-width: 820px) {
  .main .profileArea {
    height: auto;
    background: url(../img/bg_profile_sp.webp) no-repeat top;
    background-size: 100% auto;
  }
}
.main .profileArea .profileArea__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 100px;
  padding: 0 2vw;
}
@media (max-width: 820px) {
  .main .profileArea .profileArea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.main .profileArea .profileArea__inner .txtArea {
  margin-top: 150px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .main .profileArea .profileArea__inner .txtArea {
    margin-top: 19.5vw;
    text-align: center;
  }
}
@media (max-width: 820px) {
  .main .profileArea .profileArea__inner .txtArea p {
    margin-top: 1vw;
  }
}
.main .profileArea .profileArea__inner .picPhoto {
  margin: 150px 60px 0 0;
}
@media (max-width: 820px) {
  .main .profileArea .profileArea__inner .picPhoto {
    width: 37.25vw;
    margin: 5vw auto 0;
    padding-bottom: 20vw;
  }
}
.main .videoArea {
  background-color: #0a4fb1;
}
@media (max-width: 820px) {
  .main .videoArea {
    height: auto;
  }
}
.main .videoArea .videoArea__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 423px;
  background: url(../img/bg_video.webp) no-repeat left top;
  background-size: 100% auto;
}
@media (max-width: 820px) {
  .main .videoArea .videoArea__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    background: url(../img/bg_video_sp.webp) no-repeat left top;
    background-size: 100% auto;
  }
}
.main .videoArea .videoArea__inner .txtArea {
  margin: 150px 60px 0 150px;
  line-height: 1.4;
  color: #fff;
}
@media (max-width: 820px) {
  .main .videoArea .videoArea__inner .txtArea {
    margin: 19.5vw auto 0;
    text-align: center;
  }
}
.main .videoArea .videoArea__inner .txtArea h2::before {
  content: "Video";
}
.main .videoArea .videoArea__inner .picPhoto {
  display: block;
  margin-top: 40px;
}
@media (max-width: 820px) {
  .main .videoArea .videoArea__inner .picPhoto {
    width: 70vw;
    margin: 7vw auto 0;
    padding-bottom: 16vw;
  }
}
.main .footerArea {
  background: url(../img/bg_contact.webp) no-repeat left top;
  background-size: 100% auto;
  background-color: #1f1f1f;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.main .footerArea::before {
  display: none;
}
@media (max-width: 820px) {
  .main .footerArea {
    height: auto;
    text-align: center;
    background-image: none;
  }
}
.main .footerArea .logoFooter {
  width: 149px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media (max-width: 820px) {
  .main .footerArea .logoFooter {
    width: 31.5vw;
    margin: 0 auto;
  }
}
.main .footerArea .wrap {
  margin-left: 150px;
  padding-top: 80px;
}
@media (max-width: 820px) {
  .main .footerArea .wrap {
    margin: 0 auto;
    padding-top: 10vw;
    padding-bottom: 0;
  }
}
.main .footerArea .wrap .contact {
  width: 500px;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .main .footerArea .wrap .contact {
    width: 90%;
    margin: 0 auto;
    line-height: 2;
  }
}
.main .footerArea .wrap .contact span {
  margin-left: 10px;
  font-size: 22px;
  color: #ff588f;
}
.main .footerArea .wrap .outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 400px;
  margin-top: 30px;
  font-size: 16px;
  color: #ccc;
  border: solid 1px #999;
}
@media (max-width: 820px) {
  .main .footerArea .wrap .outline {
    width: 90%;
    margin: 30px auto;
  }
}
.main .footerArea .wrap .outline dt {
  width: 25%;
  padding: 10px;
  border: solid 1px #999;
}
.main .footerArea .wrap .outline dd {
  width: 75%;
  padding: 10px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  border: solid 1px #999;
}
.main .footerArea .wrap .copyright {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  color: #ccc;
}
@media (max-width: 820px) {
  .main .footerArea .wrap .copyright {
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    padding-bottom: 5vw;
  }
}

#js-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
  opacity: 1;
  pointer-events: none;
  background-color: #fff;
}
#js-loading.loaded {
  opacity: 0;
}
#js-loading .loading__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  #js-loading .loading__inner {
    left: 51%;
  }
}
#js-loading .loading__inner .loading__contents {
  position: absolute;
  left: -85px;
  top: -80px;
  text-align: center;
}
#js-loading .loading__inner .loading__contents .logo {
  width: 170px;
}
#js-loading .loading__inner .loading__contents .txt {
  width: 64px;
  margin: -60px auto;
  line-height: 90px;
  color: #bbb;
  text-align: center;
  font-size: 16px;
  font-family: "Bellefair", serif;
}

.introArea {
  position: absolute;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 14000;
  overflow: hidden;
  pointer-events: none;
  font-family: "AGaramondPro-Regular";
  color: #acbdc7;
  background-color: #fff;
  opacity: 1;
}
.introArea.loaded {
  opacity: 0;
}
.introArea .txt_opening {
  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;
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  font-size: 10vh;
  opacity: 1;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
  -webkit-filter: blur(40px) hue-rotate(0deg) brightness(1.4);
          filter: blur(40px) hue-rotate(0deg) brightness(1.4);
}
@media (max-width: 820px) {
  .introArea .txt_opening {
    font-size: 8vw;
  }
}
.introArea .txt_opening span {
  -webkit-animation: blur 6s ease-out infinite;
          animation: blur 6s ease-out infinite;
  margin-right: 2%;
}
.introArea .txt_opening span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.introArea .txt_opening span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.introArea .txt_opening span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.introArea .txt_opening span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(60px);
            filter: blur(60px);
    opacity: 0;
  }
  5% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  15% {
    opacity: 1;
  }
  20% {
    -webkit-filter: blur(0px) hue-rotate(0deg);
            filter: blur(0px) hue-rotate(0deg);
  }
  80% {
    -webkit-filter: blur(0px) hue-rotate(720deg);
            filter: blur(0px) hue-rotate(720deg);
  }
  85% {
    opacity: 1;
  }
  95% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(60px);
            filter: blur(60px);
    opacity: 0;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(60px);
            filter: blur(60px);
    opacity: 0;
  }
  5% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  15% {
    opacity: 1;
  }
  20% {
    -webkit-filter: blur(0px) hue-rotate(0deg);
            filter: blur(0px) hue-rotate(0deg);
  }
  80% {
    -webkit-filter: blur(0px) hue-rotate(720deg);
            filter: blur(0px) hue-rotate(720deg);
  }
  85% {
    opacity: 1;
  }
  95% {
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  100% {
    -webkit-filter: blur(60px);
            filter: blur(60px);
    opacity: 0;
  }
}