@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

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

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (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 images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

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

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Added by Yuta Adachi
   # ================================================================= */
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1, h2, h3, h4, p, ul {
  margin: 0;
  font-weight: normal;
}

html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.8;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #fff;
  text-align: left;
  background-color: #FFF;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}

@media only screen and (min-width: 768px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

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

ul {
  padding-left: 0;
}

figure {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.inner {
  padding: 0 2.66vw;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    position: relative;
    padding: 0 2%;
  }
}

@media screen and (min-width: 1020px) {
  .inner {
    width: 100rem;
    padding: 0;
    margin: 0 auto;
  }
}

.notebook-border {
  background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 8.34vw, #ccc 8.57vw, #ccc 8.57vw);
  line-height: 2.5;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3.5vw;
}


@media screen and (min-width: 768px) {

.notebook-border {
  background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 30px, #ccc 32px, #ccc 30px);
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 0;
    padding-bottom: 0;

}
}

@media screen and (min-width: 1020px) {
.notebook-border {
  background: repeating-linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 38px, #ccc 40px, #ccc 40px);
    line-height: 2;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
}
}


.border {
  font-size: 3.5vw;
  line-height: 2.5;
  padding-bottom: 1.0vw;
}

@media screen and (min-width: 768px) {
  .border {
    font-size: 1.6rem;
    line-height: 2;
    padding-bottom: 0rem;
  }
}

@media screen and (min-width: 1020px) {
  .border {
    font-size: 20px;
  }
}

.btn-item {
  width: 90.4vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .btn-item {
    width: 67.8rem;
  }
}

.heading {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 0 auto 6vw;
}

@media screen and (min-width: 768px) {
  .heading {
    width: 92.5vw;
    margin: 0 auto 4rem;
  }
}
@media screen and (min-width: 1080px) {
  .heading {
    width: 1000px;
    margin: 0 auto 4rem;
  }

}

.heading img {
  width: 136%;
  margin: 0 -18%;
}

@media screen and (min-width: 768px) {
  .heading img {
    width:  100%;
    margin: 0 auto;
  }
}

.about {
  padding: 9.33vw 0 16vw;
  background: url(../img/file06/bg25.png) 0 0 repeat, linear-gradient(to bottom, #1f767c 0%, #1b5858 100%);
}

@media screen and (min-width: 768px) {
  .about {
    padding: 7rem 0 10rem;
  }
}

.about-txt {
  margin-bottom: 6vw;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .about-txt {
    margin-bottom: 4rem;
  }
}

.about-images {
  margin-bottom: 10.66vw;
}

@media screen and (min-width: 768px) {
  .about-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 6rem;
  }
}

.about-images li {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about-images li {
    width: 48%;
  }
}

.about-images li:first-child {
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  .about-images li:first-child {
    margin-bottom: 0;
  }
}

.about-images li img {
  width: 90%;
}

@media screen and (min-width: 768px) {
  .about-images li img {
    width: 100%;
  }
}

.breadcrumb {
  background: #000;
  color: #fff;
  padding: 0.5rem 0;
}

.breadcrumb-inner {
  padding: 0 2rem;
  position: relative;
  zoom: 1;
}

@media screen and (min-width: 1000px) {
  .breadcrumb-inner {
    width: 100rem;
    margin: 0 auto;
  }
}

.breadcrumb-inner:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #fff;
}

.breadcrumb .path-arrow {
  margin: 0 .6em;
}

.breadcrumb .sns {
  position: absolute;
  top: 1px;
  right: 10.5rem;
}

.breadcrumb .sns2 {
  position: absolute;
  top: -1px;
  right: 2rem;
  overflow: hidden;
}

.feature {
  padding: 9.33vw 0 16vw;
  background: url(../img/file06/bg25.png) 0 0 repeat, linear-gradient(to bottom, #223737 0%, #1c1f1f 100%);
}

@media screen and (min-width: 768px) {
  .feature {
    padding: 7rem 0 10rem;
  }
}

.feature-txt {
  margin-bottom: 4.66vw;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .feature-txt {
    margin-bottom: 4rem;
  }
}

.feature-image {
  margin-bottom: 10.66vw;
}

@media screen and (min-width: 768px) {
  .feature-image {
    margin-bottom: 8rem;
  }
}

.feature-notice {
  margin-bottom: 9.66vw;
}

@media screen and (min-width: 768px) {
  .feature-notice {
    width: 96%;
    margin: 0 auto 70px;
  }
}

@media screen and (min-width: 1020px) {
  .feature-notice {
    width: 918px;
    margin: 0 auto 70px;
  }
}

.footer {
  color: #fff;
  background: #000;
}

.footer-link {
  text-align: center;
  padding: 5vw 0 0;
}

@media screen and (min-width: 768px) {
  .footer-link {
    padding: 30px 0 10px;
  }
}

.footer-link a {
  color: #fff;
}

.footer-copy {
  padding: 2vw 0 4vw;
  font-size: 95%;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-copy {
    margin: auto;
    padding: 10px 0;
    text-align: center;
  }
}

.pagetop {
  position: absolute;
  top: -37px;
  right: 2%;
}

@media screen and (min-width: 1020px) {
  .pagetop {
    right: 0;
  }
}

.header {
  padding: 3.06vw 0 1.33vw;
  color: #ffffff;
  background: #005bac;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 1.6rem 0;
  }
}

.header-inner {
  zoom: 1;
}

@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0 2rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-inner {
    width: 100rem;
    margin: 0 auto;
  }
}

.header-inner:after {
  content: "";
  display: table;
  clear: both;
}

.header-logo {
  width: 30.66vw;
  line-height: 1;
  margin: 0 auto 2.66vw;
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 168px;
    margin: 0;
    float: left;
  }
}

.header-product {
  font-size: 2.93vw;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .header-product {
    font-size: 1.3rem;
    margin-top: 0.7rem;
    text-align: left;
    float: right;
  }
}

.history {
  padding: 8.66vw 0 14.6vw;
  background: url(../img/file06/bg50.png) 0 0 repeat;
  background-color: #2d2d2d;
}

@media screen and (min-width: 768px) {
  .history {
    padding: 7rem 0 8rem;
  }
}

.history-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .history-items {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.history-items li {
  width: 49%;
  margin-bottom: 1.33vw;
}

@media screen and (min-width: 768px) {
  .history-items li {
    width: 32%;
    margin-bottom: 2rem;
    margin-left: 2%;
  }
  .history-items li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.history-items a {
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .history-items a img {
    transition: all 0.5s;
  }
}

@media screen and (min-width: 768px) {
  .history-items a:hover img {
    transform: scale(1.2);
  }
}

.history-items a:after {
  content: "商品詳細をみる >";
  display: block;
  width: 100%;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  padding: 3vw 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .history-items a:after {
    font-size: 2rem;
    padding: 2.2rem 0;
  }
}

.kit_img {
  margin-bottom: 9.3vw;
}

.link {
  padding: 9.33vw 0 16vw;
  background: url(../img/file06/bg50.png) 0 0 repeat;
  background-color: #2d2d2d;
}

@media screen and (min-width: 768px) {
  .link {
    padding: 7rem 0 5vw;
  }
}

@media screen and (min-width: 768px) {
  .link-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    flex-flow: row wrap;
        justify-content: center;
  }
}

.link li {
  width: 70.4vw;
  margin: 0 auto 2.66vw;
}

@media screen and (min-width: 768px) {
  .link li {
    width: 49%;
  }
}



.mv {
  padding: 4.66vw 0 16vw;
  background: url(../img/file06/bg100.png) 0 0 repeat;
  background-color: #272727;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .mv {
    padding: 2rem 0 10rem;
  }
}

.mv-bigHeading {
  margin: 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mv-bigHeading {
    margin-bottom: 2.5rem;
    width: 88%;
  }
}

@media screen and (min-width: 1020px) {
  .mv-bigHeading {
    width: 987px;
  }
}

.mv-image {
  position: relative;
  z-index: 1;
  width: 97vw;
  margin: -34.7vw -5vw -21.2vw;
}

@media screen and (min-width: 768px) {
  .mv-image {
    width: 64%;
    margin: 0;
    position: absolute;
    top: 10.2rem;
    right: 0;
  }
}

@media screen and (min-width: 1020px) {
  .mv-image {
    width: 69.2%;
    right: -8.7%;
    top:18rem;
  }
}

@media screen and (min-width: 1220px) {
  .mv-image {
    width: 73.2%;
    right: -10.8rem;
    top:16rem;
  }
}

.mv-txtArea {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .mv-txtArea {
    width: 55%;
  }
}

@media screen and (min-width: 1220px) {
  .mv-txtArea {
    width: 55%;
  }
}

.mv-txtArea p:first-child {
  width: 85.2vw;
  margin: 0 auto 3.33vw;
}

@media screen and (min-width: 768px) {
  .mv-txtArea p:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.mv-txtArea p:first-child + p {
  width: 88vw;
  margin: 0 auto 6vw;
}

@media screen and (min-width: 768px) {
  .mv-txtArea p:first-child + p {
    width: 100%;
    margin-bottom: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .mv-txtArea p:first-child + p a:hover {
    display: block;
    position: relative;
    opacity: 1;
  }
  .mv-txtArea p:first-child + p a:hover:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 18.9%;
    background: url(../img/file08/mv_btn_01_on.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 1220px) {
  .mv-txtArea p:first-child + p a:hover:after {
    background-size: cover;
  }
}

.mv-logo {
  width: 85vw;
  margin: 0 auto 6.66vw;
}

@media screen and (min-width: 768px) {
  .mv-logo {
    width: 96%;
    margin: 0 0 4.5rem;
  }
}

@media screen and (min-width: 1220px) {
  .mv-logo {
    width: 515px;
  }
}

.mv-middleHeading {
  width: 93.67vw;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  .mv-middleHeading {
    width: 660px;
    margin-bottom: 2rem;
  }
}




.mv-txt {
  margin-bottom: 8.66vw;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .mv-txt {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
  }
}

.mv-notice {
  margin-bottom: 8.66vw;
}

@media screen and (min-width: 768px) {
  .mv-notice {
    width: 96%;
    margin: 0 auto 40px;
  }
}

@media screen and (min-width: 1020px) {
  .mv-notice {
    width: 918px;
    margin: 0 auto 40px;
  }
}

.mv-smallHeading {
  margin: 10vw -2.66vw 5.33vw;
  text-align: center;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mv-smallHeading {
    width: 75rem;
    margin: 4.75rem auto 0;
    font-size: 3rem;
  }
}

.mv-smallHeading:before, .mv-smallHeading:after {
  content: "";
  display: block;
  width: 13.86vw;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .mv-smallHeading:before, .mv-smallHeading:after {
    width: 10.4rem;
    height: 3px;
  }
}

.mv-smallHeading:after {
  left: auto;
  right: 0;
}

.mv-btn {
  width: 74.66vw;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mv-btn {
    width: 62rem;
  }
}





/*# sourceMappingURL=style.css.map */
