#page-top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}

#page-top a {
  height: 100%;
  background: #161616;
  padding: 0 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mfp-content {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
}

.loader {
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.fadein {
  opacity: 0;
  transition: opacity 2s;
}

.fadein.scrollin {
  opacity: 1;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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%;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * 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;
}

/**
 * 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 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  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: collapse;
  border-spacing: 0;
}

a:not([class]) {
  text-decoration: none;
  color: #000040;
}

a:not([class]):hover {
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.6666666667;
  letter-spacing: 1px;
  color: #000040;
  overflow-x: hidden;
}
@media (max-width: 640px) {
  body {
    font-size: 1.6rem;
  }
}

.global-Footer {
  background: #161616;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 640px) {
  .global-Footer {
    padding: 60px 0;
  }
}
.global-Footer-Inner {
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 1024px) {
  .global-Footer-Inner {
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .global-Footer-Inner {
    padding: 0 30px;
  }
}
.global-Footer-Wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.global-Footer-Logo {
  width: 100%;
  max-width: 140px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .global-Footer-Logo {
    max-width: 100px;
  }
}
.global-Footer-Sns {
  display: flex;
  position: relative;
  z-index: 1;
}
.global-Footer-Sns li {
  width: 30px;
  margin-left: 20px;
}
.global-Footer-Copyright {
  width: 100%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.2rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media (max-width: 640px) {
  .global-Footer-Copyright {
    margin-top: 30px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.visual {
  height: 600px;
  position: relative;
}
@media (max-width: 810px) {
  .visual {
    height: 400px;
  }
}
.visual-Logo {
  width: 100%;
  max-width: 140px;
  position: absolute;
  top: 70px;
  left: 70px;
  z-index: 9;
}
@media (max-width: 1680px) {
  .visual-Logo {
    top: calc(70vw * 100 / 1680);
    left: calc(70vw * 100 / 1680);
  }
}
@media (max-width: 1080px) {
  .visual-Logo {
    max-width: 100px;
  }
}
.visual-Img {
  width: 100%;
  height: 100%;
}
.visual-Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media (max-width: 1080px) {
  .visual-Img .pc {
    display: none;
  }
}
.visual-Img .sp {
  display: none;
}
@media (max-width: 1080px) {
  .visual-Img .sp {
    display: block;
  }
}

.lead {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .lead {
    padding: 50px 0;
  }
}
.lead-Inner {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .lead-Inner {
    padding: 0 20px;
  }
}
.lead-Title {
  margin-bottom: 26px;
  text-align: center;
  line-height: 1.4;
  font-size: 3.2rem;
}
@media (max-width: 640px) {
  .lead-Title {
    font-size: 2.2rem;
  }
}
.lead-Text {
  margin-bottom: 26px;
  text-align: center;
}
@media (max-width: 640px) {
  .lead-Text {
    text-align: left;
  }
}
.lead-Attention {
  display: flex;
  justify-content: center;
}
.lead-Attention li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
}

.contents {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 810px) {
  .contents {
    display: block;
  }
}
.contents-Sub {
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .contents-Sub {
    max-width: 270px;
  }
}
@media (max-width: 810px) {
  .contents-Sub {
    max-width: inherit;
    margin-bottom: 30px;
  }
}
.contents-Main {
  width: calc(100% - 320px);
  box-sizing: border-box;
  padding: 0 100px 0 60px;
}
@media (max-width: 1280px) {
  .contents-Main {
    width: calc(100% - 270px);
  }
}
@media (max-width: 810px) {
  .contents-Main {
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 640px) {
  .contents-Main {
    width: 100%;
    padding: 0;
  }
}

.anchor {
  background: #000040;
  padding: calc(100vw * 100 / 1920) calc(70vw * 100 / 1920);
  position: sticky;
  top: 0;
}
@media (max-width: 810px) {
  .anchor {
    padding: 50px;
  }
}
@media (max-width: 640px) {
  .anchor {
    padding: 50px 20px;
  }
}
.anchor li {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .anchor li {
    margin-bottom: 10px;
  }
}
.anchor li:last-child {
  margin-bottom: 0;
}
.anchor li a {
  color: #FFFFFF;
  position: relative;
  transition: color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: 1;
}
.anchor li a:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform-origin: right;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scaleX(0);
  z-index: -1;
}
@media (max-width: 1080px) {
  .anchor li a:after {
    display: none;
  }
}
.anchor li a:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
@media (max-width: 1080px) {
  .anchor li a:hover:after {
    display: none;
  }
}

.headline-lv1 {
  padding: 70px 20px;
  line-height: 1.4;
  font-size: 3.0rem;
  position: relative;
}
@media (max-width: 640px) {
  .headline-lv1 {
    padding: 35px 20px;
    font-size: 2.2rem;
  }
}
.headline-lv1:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #000040;
  position: absolute;
  top: 0;
  left: 0;
}

.products {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .products {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.products-Item {
  width: 25%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1440px) {
  .products-Item {
    width: 33.3333%;
  }
}
@media (max-width: 1080px) {
  .products-Item {
    width: 50%;
  }
}
.products-Item:before, .products-Item:after {
  content: '';
  width: 0;
  height: 1px;
  background: #000040;
  transition: all .2s linear;
  position: absolute;
  transition-delay: .2s;
}
@media (max-width: 1080px) {
  .products-Item:before, .products-Item:after {
    display: none;
  }
}
.products-Item:before {
  right: 0;
  top: 0;
}
.products-Item:after {
  left: 0;
  bottom: 0;
}
.products-Item a {
  padding: 24px;
  text-decoration: none;
  display: block;
}
@media (max-width: 640px) {
  .products-Item a {
    padding: 14px;
  }
}
.products-Item a:before, .products-Item a:after {
  content: '';
  width: 1px;
  height: 0;
  background: #000040;
  position: absolute;
  transition: all .2s linear;
}
@media (max-width: 1080px) {
  .products-Item a:before, .products-Item a:after {
    display: none;
  }
}
.products-Item a:before {
  left: 0;
  top: 0;
}
.products-Item a:after {
  right: 0;
  bottom: 0;
}
.products-Img {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.products-Img:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products-Spec {
  margin-bottom: 30px;
}
.products-Spec li {
  margin-bottom: 6px;
  font-size: 1.4rem;
  color: #666666;
}
@media (max-width: 640px) {
  .products-Spec li {
    font-size: 1.3rem;
  }
}
.products-Btn {
  width: 100%;
  max-width: 120px;
  height: 40px;
  border: 1px solid #cccccc;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .3s, background .6s, color .6s;
  opacity: 0;
}
@media (max-width: 1080px) {
  .products-Btn {
    display: none;
  }
}
.products-Btn:hover {
  background: #000040;
  color: #FFFFFF;
}

.products-Item:hover:before,
.products-Item:hover:after {
  width: 100%;
}

.products-Item a:hover:before,
.products-Item a:hover:after {
  height: 100%;
}

.products-Item a:hover .products-Btn {
  opacity: 1;
}

.takumi {
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 1680px) {
  .takumi {
    width: 50%;
  }
}
@media (max-width: 1440px) {
  .takumi {
    width: 66.6666%;
  }
}
@media (max-width: 1080px) {
  .takumi {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .takumi {
    width: auto;
    margin: 0 -10px;
    display: block;
  }
}
.takumi-Img {
  width: 50%;
  height: 100%;
}
@media (max-width: 640px) {
  .takumi-Img {
    width: 100%;
    height: calc(500vw * 100 / 640);
  }
}
.takumi-Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.takumi-Main {
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 640px) {
  .takumi-Main {
    width: 100%;
    padding: 30px 20px;
  }
}
.takumi-Title {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #666666;
}
.takumi-Text {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #666666;
}
.takumi-Logo {
  font-weight: 900;
  font-size: 2.0rem;
  color: #666666;
}
.takumi-Logo i {
  font-style: italic;
}

.contact {
  margin-bottom: 150px;
}
@media (max-width: 640px) {
  .contact {
    margin-bottom: 75px;
  }
}
.contact-Inner {
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 640px) {
  .contact-Inner {
    padding: 0 20px;
  }
}
.contact-Text {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .contact-Text {
    font-size: 1.5rem;
  }
}
.contact-Btn {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.contact-Btn a {
  height: 70px;
  box-sizing: border-box;
  background: #000040;
  border: 1px solid #000040;
  text-align: center;
  font-size: 2.0rem;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color .6s, background .6s;
}
@media (max-width: 640px) {
  .contact-Btn a {
    height: 60px;
    font-size: 1.8rem;
  }
}
.contact-Btn a:hover {
  background: #FFFFFF;
  color: #000040;
}

.detail {
  background: #FFFFFF;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 810px) {
  .detail {
    display: block;
  }
}
@media (max-width: 640px) {
  .detail {
    padding: 15px;
  }
}
.detail-Img {
  width: 40%;
}
@media (max-width: 810px) {
  .detail-Img {
    width: 100%;
  }
}
.detail-Spec {
  width: 60%;
}
@media (max-width: 810px) {
  .detail-Spec {
    width: 100%;
  }
}
.detail-Spec-List {
  padding: 30px 0;
}
@media (max-width: 640px) {
  .detail-Spec-List {
    padding: 15px 0;
  }
}
.detail-Spec-List li {
  text-align: right;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .detail-Spec-List li {
    font-size: 1.3rem;
  }
}
.detail-Spec-Table table {
  width: 100%;
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .detail-Spec-Table table {
    font-size: 1.1rem;
  }
}
.detail-Spec-Table th {
  width: 33.3333%;
  background: #f2f2f2;
  border: 1px solid #eaeaea;
  padding: 15px;
}
@media (max-width: 640px) {
  .detail-Spec-Table th {
    padding: 10px;
  }
}
.detail-Spec-Table td {
  border: 1px solid #eaeaea;
  padding: 15px;
}
@media (max-width: 640px) {
  .detail-Spec-Table td {
    padding: 10px;
  }
}
.detail-Spec-Table td small {
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .detail-Spec-Table td small {
    font-size: 1.0rem;
  }
}
.detail-Spec-Attention {
  text-indent: -.8em;
  margin-top: 10px;
  padding-left: .8em;
  font-size: 1.2rem;
}
