@charset "UTF-8";
/*! destyle.css v2.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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
}
@media (max-width: 360px) {
  html {
    font-size: 56%;
  }
}

body {
  background: #FFF;
  color: #373737;
}

main {
  display: block;
}

img {
  vertical-align: top;
  height: auto;
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .spBr {
    display: none;
  }
}

.wrap {
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .wrap {
    width: 1200px;
    -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.2);
  }
}

.mv {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  .mv:after {
    content: "";
    display: block;
    padding-top: calc(calc(700 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .mv {
    height: 550px;
  }
}
.mv__logo {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv__logo {
    width: calc(calc(66 / 750) * 100%);
    right: calc(calc(44 / 750) * 100%);
    top: 4%;
  }
}
@media (min-width: 768px) {
  .mv__logo {
    left: 45px;
    top: 32px;
  }
}
.mv__txt h1, .mv__txt h2, .mv__txt p {
  z-index: 2;
  position: absolute;
}
@media (max-width: 767px) {
  .mv__txt h1 {
    width: calc(calc(277 / 750) * 100%);
    left: calc(calc(22 / 750) * 100%);
    top: calc(calc(410 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .mv__txt h1 {
    left: 75px;
    bottom: 4px;
  }
}
@media (max-width: 767px) {
  .mv__txt p {
    width: calc(calc(248 / 750) * 100%);
    left: calc(calc(32 / 750) * 100%);
    top: calc(calc(276 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .mv__txt p {
    display: none;
  }
}
@media (max-width: 767px) {
  .mv__txt h2 {
    width: calc(calc(611 / 750) * 100%);
    left: calc(calc(66 / 750) * 100%);
    top: calc(calc(13 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .mv__txt h2 {
    left: 77px;
    top: 100px;
  }
}
.mv__item {
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .mv__item {
    width: calc(calc(420 / 750) * 100%);
    right: calc(calc(22 / 750) * 100%);
    top: calc(calc(252 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .mv__item {
    right: 66px;
    top: 45px;
  }
}
.mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .mv__bg {
    width: 100%;
  }
}

.read {
  position: relative;
}
.read__box {
  text-align: center;
  background-color: #dfdfdf;
}
@media (max-width: 767px) {
  .read__box {
    padding: 7% 0;
  }
}
@media (min-width: 768px) {
  .read__box {
    padding: 65px 0 74px;
  }
}
@media (max-width: 767px) {
  .read__box picture {
    display: block;
    width: calc(calc(616 / 750) * 100%);
    margin: auto;
  }
}
.read__triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.scene {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .scene {
    background-image: url(../images/sp/scene_bg.jpg);
  }
  .scene:after {
    position: relative;
    z-index: -1;
    content: "";
    display: block;
    padding-top: calc(calc(663 / 750) * 100%);
    background-position: right top;
  }
}
@media (min-width: 768px) {
  .scene {
    height: calc( 644px + 46px );
    background-image: url(../images/pc/scene_bg.jpg);
    background-position: right bottom;
  }
}
.scene h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .scene h3 {
    position: absolute;
    width: calc(calc(646 / 750) * 100%);
    left: calc(calc(52 / 750) * 100%);
    top: calc(calc(56 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .scene h3 {
    padding-top: 65px;
  }
}
.scene p {
  position: absolute;
}
@media (max-width: 767px) {
  .scene p {
    width: calc(calc(501 / 750) * 100%);
    left: calc(calc(43 / 750) * 100%);
    top: calc(calc(240 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .scene p {
    left: 70px;
    top: 210px;
  }
}

.item {
  background-color: #e5f3fe;
}
@media (max-width: 767px) {
  .item {
    padding-bottom: calc(calc(70 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .item {
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .item h3 {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transform: translateY(-46px);
            transform: translateY(-46px);
  }
}
@media (max-width: 767px) {
  .item__wrap {
    margin-left: 5.8%;
    margin-right: 5.8%;
  }
}
@media (min-width: 768px) {
  .item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1058px;
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .item__main h4, .item__sub h4 {
    margin-top: calc(calc(32 / 750) * 100%);
  }
}
.item__main--box, .item__sub--box {
  border-radius: 5px;
  background-color: #FFF;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .item__main--box, .item__sub--box {
    margin-top: calc(calc(12 / 750) * 100%);
    padding-top: calc(calc(20 / 750) * 100%);
    padding-left: calc(calc(20 / 750) * 100%);
    padding-right: calc(calc(10 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .item__main--box, .item__sub--box {
    margin-top: 12px;
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 768px) {
  .item__main {
    width: 730px;
  }
}
@media (max-width: 767px) {
  .item__main h4 {
    width: calc(calc(234 / 750) * 100%);
  }
}
@media (max-width: 767px) {
  .item__main--box {
    padding-bottom: calc(calc(24 / 750) * 100%);
  }
}
@media (max-width: 767px) {
  .item__main div + div {
    padding-top: calc(calc(10 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .item__main div + div {
    margin-top: 10px;
  }
}
.item__main--btn {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.4s 0s ease-out;
  transition: opacity 0.4s 0s ease-out;
}
.item__main--btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, white 81%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite;
  /* inifiniteによりずっと続ける */
}
.item__main--btn:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .item__sub {
    width: 294px;
  }
}
@media (max-width: 767px) {
  .item__sub h4 {
    width: calc(calc(78 / 750) * 100%);
  }
}
.item__sub > p {
  text-align: center;
}
@media (max-width: 767px) {
  .item__sub > p {
    margin-top: calc(calc(36 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .item__sub > p {
    margin-top: 50px;
  }
}

@-webkit-keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.about {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .about {
    padding-left: 5.8%;
    padding-right: 5.8%;
    padding-bottom: calc(calc(77 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .about {
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .about__howto {
    margin-top: calc(calc(65 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .about__howto {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .about__howto h3 + p {
    margin-top: calc(calc(20 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .about__howto h3 + p {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .about__spec {
    margin-top: calc(calc(75 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .about__spec {
    margin-top: 98px;
  }
}
@media (max-width: 767px) {
  .about__spec h3 + p {
    margin-top: calc(calc(44 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .about__spec h3 + p {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .about__spec p {
    margin-top: calc(calc(42 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .about__spec p {
    margin-top: 44px;
  }
}

.movie {
  text-align: center;
}
@media (max-width: 767px) {
  .movie {
    margin-top: calc(calc(70 / 750) * 100%);
    padding-left: 5.8%;
    padding-right: 5.8%;
  }
}
@media (min-width: 768px) {
  .movie {
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  .movie__wrap {
    position: relative;
    width: 100%;
    margin-top: calc(calc(12 / 750) * 100%);
    padding-top: 56.25%;
  }
  .movie__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .movie__wrap {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .movie > p {
    margin-top: calc(calc(106 / 750) * 100%);
  }
}
@media (min-width: 768px) {
  .movie > p {
    margin-top: 106px;
  }
}
.movie > p a {
  -webkit-transition: opacity 0.4s 0s ease-out;
  transition: opacity 0.4s 0s ease-out;
}
.movie > p a:hover {
  opacity: 0.5;
}

footer {
  width: 100%;
  text-align: center;
  background-color: #20b9ee;
}
@media (max-width: 767px) {
  footer {
    margin-top: calc(calc(90 / 750) * 100%);
    padding-top: calc(calc(18 / 750) * 100%);
    padding-bottom: calc(calc(30 / 750) * 100%);
    padding-left: 5.8%;
    padding-right: 5.8%;
  }
}
@media (min-width: 768px) {
  footer {
    margin-top: 88px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

.contact {
  font-family: " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Ka ku Got hic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  background-color: #F7F7F7;
  /* 基本入力系スタイル */
}
.contact header {
  height: 60px;
  text-align: center;
  background-color: #0087F5;
  color: #FFF;
}
.contact header h1 {
  position: relative;
  padding-top: 14px;
}
@media (max-width: 767px) {
  .contact header h1 {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 768px) {
  .contact header h1 {
    font-size: 24px;
    letter-spacing: 0.8px;
  }
}
.contact header h1 span {
  font-size: 14px;
}
.contact header h1:before {
  content: "（水冷シャツ）";
  position: absolute;
  font-size: 10px;
  bottom: -10px;
}
.contact__wrap {
  padding: 16px 0;
}
@media (max-width: 767px) {
  .contact__wrap {
    margin: 0 8px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .contact__wrap {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact__wrap {
    margin: 0 10px;
  }
}
@media (min-width: 1024px) {
  .contact__wrap {
    width: 778px;
    margin: 0 auto;
  }
}
.contact__thanks {
  text-align: center;
}
.contact__thanks .contact__txt {
  margin-top: 16px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact__thanks .contact__txt {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .contact__thanks .contact__txt {
    font-size: 18px;
  }
}
.contact__thanks .contact__txt strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact__thanks .contact__txt strong {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact__thanks .contact__txt strong {
    font-size: 30px;
  }
}
.contact__txt {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact__txt {
    margin: 0 10px;
  }
}
.contact__txt span {
  color: #E50012;
}
.contact__txt + .contact__txt {
  margin-top: 16px;
}
.contact .txt__link {
  color: #E50012;
}
.contact .txt__link:hover {
  text-decoration: underline;
}
.contact table {
  margin-top: 8px;
  width: 100%;
  border: 1px solid #D7D7D7;
}
@media (max-width: 767px) {
  .contact table {
    table-layout: fixed;
  }
}
.contact tr {
  border-top: 1px solid #D7D7D7;
}
.contact th {
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
  background-color: #F7F5EE;
  border-right: 1px solid #D7D7D7;
}
.contact th span {
  color: #E50012;
}
@media (max-width: 767px) {
  .contact th {
    width: 73px;
    padding: 10px 6px;
  }
}
@media (min-width: 768px) {
  .contact th {
    width: 320px;
    padding: 10px 0;
  }
}
.contact td {
  vertical-align: middle;
  padding: 6px;
  background-color: #FFF;
}
.contact input,
.contact select,
.contact textarea {
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact input {
  border: 1px solid #737373;
}
.contact select,
.contact textarea {
  -webkit-box-shadow: 0 0 0 1px #737373 inset;
          box-shadow: 0 0 0 1px #737373 inset;
}
.contact input[type=checkbox] {
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact .checkbox_personal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .contact .checkbox_personal {
    display: block;
  }
}
@media (min-width: 768px) {
  .contact .checkbox_personal {
    display: inline-block;
  }
}
.contact .checkbox_personal:before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.contact .checkbox_personal:after {
  border-right: 2px solid #0087F5;
  border-bottom: 2px solid #0087F5;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.contact input[type=checkbox]:checked + .checkbox_personal::after {
  opacity: 1;
}
.contact .formText {
  width: 100%;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .contact .inputS {
    width: 223px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .contact .inputM {
    width: 363px;
    height: 24px;
  }
}
.contact .formText:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #737373 inset;
          box-shadow: 0 0 0 2px #737373 inset;
}
.contact .formTextarea {
  display: block;
  padding: 10px;
  border: none;
  resize: vertical;
}
@media (max-width: 767px) {
  .contact .formTextarea {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact .formTextarea {
    width: 334px;
    height: 42px;
  }
}
@media (min-width: 768px) {
  .contact .formTextarea.msg_body {
    height: 186px;
  }
}
@media (max-width: 767px) {
  .contact .g-recaptcha {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.contact__btn {
  margin-top: 6px;
  text-align: center;
}
.contact .formSubmit {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact .formSubmit {
    width: 51px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px 0;
    border-radius: 100vh;
    background-color: #0087F5;
    color: #FFF;
    border: none;
  }
}
@media (min-width: 768px) {
  .contact .formSubmit {
    min-width: 65px;
    height: 36px;
    margin: 0 10px 0;
    padding: 8px 14px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    background-color: #EFEFEF;
    color: #373737;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #373737;
  }
}
@media (max-width: 767px) {
  .contact .formSubmit.reset {
    width: 78px;
    height: 22px;
    border-radius: 100vh;
    background-color: #E8E8E9;
    color: #0087F5;
    border: 1px solid #FFF;
  }
}
@media (min-width: 768px) {
  .contact .formSubmit:hover {
    background-color: #e5e5e5;
  }
}
@media (min-width: 768px) {
  .contact .formSubmit:focus {
    outline: 0;
    background-color: #e5e5e5;
    border: 2px solid #2196f3;
  }
}
.contact .is-error-box {
  margin: 4px 0 0;
  font-size: 12px;
}
.contact .is-error {
  color: #E50012;
}
.contact__notes {
  margin-top: 5px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact__notes {
    margin: 8px 10px 0 10px;
  }
}
.contact__notes a {
  color: #E50012;
}
.contact__notes a:hover {
  text-decoration: underline;
}

.js-animation {
  opacity: 0;
}

.is-fade_in--done {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.is-fade_in_up--done {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.is-fade_in_down--done {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.is-fade_in_left--done {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.is-fade_in_right--done {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.is-fade_in_blur--done {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes blurAnime {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.change-time05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.change-time1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.change-time15 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.change-time2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.change-time25 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.change-time3 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}