@charset "UTF-8";
/* sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 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: border-box;
}

/**
 * 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. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5 {
  font-size: 100%;
  margin: 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  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).
 */

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

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  background-color: transparent;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent the 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.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

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

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

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-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 cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

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

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

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*==================================================
	Add code by SECT
================================================== */
/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0;
  margin: 0;
}

picture, source {
  display: block;
}

ol, ul {
  list-style: none;
}

/*==================================================
	structure
================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", sans-serif;
  font-size: 1.0rem;
  line-height: 1.75;
  color: #333333;
  background: none;
  background-color: #fff;
  /*1600px以上の端末に適用*/
}

@media only screen and (min-width: 1600px) {
  body {
    overflow-x: hidden;
  }
}

a {
  text-decoration: none;
  color: #333333;
}

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

br.only-pc {
  display: inline;
}

br.only-tabletS {
  /*768px以下*/
  display: none;
}

@media only screen and (max-width: 768px) {
  br.only-tabletS {
    display: inline;
  }
}

br.only-mobile {
  /*600px以下*/
  display: none;
}

@media only screen and (max-width: 600px) {
  br.only-mobile {
    display: inline;
  }
}

br.only-mobileS {
  /*480px以下*/
  display: none;
}

@media only screen and (max-width: 480px) {
  br.only-mobileS {
    display: inline;
  }
}

/*==================================================
	header
================================================== */
h1 {
  background: #000;
  text-align: center;
  color: #f5f5f5;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  font-weight: 300;
  padding: 8px 25px;
  position: relative;
  z-index: 200;
}

@media only screen and (max-width: 600px) {
  h1 {
    padding: 14px 11px 8px;
  }
}

.spNavi {
  border-bottom: 1px solid #eeeeee;
  background: #fff;
  position: relative;
  display: none;
}

@media only screen and (max-width: 768px) {
  .spNavi {
    display: block;
    height: 60px;
  }
}

.spNavi__logo {
  width: 100%;
  height: 60px;
  padding: 10px 0 0 10px;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 101;
  display: none;
}

@media only screen and (max-width: 768px) {
  .spNavi__logo {
    display: block;
    color: #000;
  }
}

.spNavi__logo svg {
  width: 54px;
  height: 36px;
}

.spNavi__buy {
  display: block;
  background: #000;
  color: #fff;
  width: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  border-radius: 8px;
  max-width: 100px;
  flex-basis: 100px;
  text-align: center;
  position: absolute;
  right: 65px;
  top: 10px;
  z-index: 101;
  display: none;
}

@media only screen and (max-width: 768px) {
  .spNavi__buy {
    display: block;
  }
}

.spNavi__unshown {
  display: none;
}

.spNavi__open {
  display: none;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  padding: 40px 10px 0 10px;
  position: relative;
  z-index: 10000;
  cursor: pointer;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 0.9;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  .spNavi__open {
    display: inline-block;
  }
}

.spNavi__open span {
  position: absolute;
  height: 1px;
  /*線の太さ*/
  width: 40px;
  /*長さ*/
  border-radius: 3px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
  transition: all .4s;
}

.spNavi__open span:nth-of-type(1) {
  top: 18px;
}

.spNavi__open span:nth-of-type(2) {
  top: 24px;
}

.spNavi__open span:nth-of-type(3) {
  top: 30px;
}

.spNavi__close {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .spNavi__close {
    display: block;
  }
}

.spNavi__close2 {
  padding: 25px 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
}

@media only screen and (max-width: 768px) {
  .spNavi__close2 {
    display: block;
  }
}

.spNavi__content {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  background: #f5f5f5;
  overflow: hidden;
  transition: .3s ease-in-out;
  /*滑らかに表示*/
}

@media only screen and (max-width: 768px) {
  .spNavi__content {
    transform: translateY(-120%);
    /*上に隠しておく*/
  }
}

.spNavi__content__inner {
  display: flex;
  flex-wrap: wrap;
}

.spNavi.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spNavi__input:checked ~ .spNavi__open span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
}

.spNavi__input:checked ~ .spNavi__open span:nth-of-type(2) {
  opacity: 0;
}

.spNavi__input:checked ~ .spNavi__open span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
}

.spNavi__input:checked ~ .spNavi__close {
  opacity: .8;
  left: 0;
  transition: opacity .3s ease-in-out;
}

.spNavi__input:checked ~ .spNavi__content {
  transform: translateY(0%);
  /*中身を表示（右へスライド）*/
  display: block;
  overflow: auto;
}

.spNavi__input:checked ~ .spNavi__content .menu,
.spNavi__input:checked ~ .spNavi__content .tabs {
  display: block;
}

.tabs {
  background: #000;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1280px) {
  .tabs {
    padding: 0 0 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  .tabs {
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.tabs__logo {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .tabs__logo {
    padding-left: 11px;
    width: auto;
    padding-left: 0;
    flex-basis: 100%;
    flex-wrap: wrap-reverse;
    padding: 0 0 14px;
    justify-content: center;
  }
}

.tabs__logo span {
  display: block;
  width: 74px;
  margin: 0 13px 0 0;
}

@media only screen and (max-width: 768px) {
  .tabs__logo span {
    width: 100px;
    margin: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .tabs__logo span img {
    width: 100px;
  }
}

.tabs__logo p {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .tabs__logo p {
    display: block;
    flex-basis: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  .tabs__logo p br {
    display: none;
  }
}

.tabs__tab {
  width: calc(100% - 200px);
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tabs__tab {
    width: 100%;
  }
}

.tabs__tab ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .tabs__tab ul {
    flex-wrap: wrap;
  }
}

.tabs__tab li {
  width: 50%;
  position: relative;
  padding: 0 0 0 8px;
}

@media only screen and (max-width: 768px) {
  .tabs__tab li {
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
  }
}

.tabs__tab li .inner {
  padding: 0 8px 0 0;
}

@media only screen and (max-width: 768px) {
  .tabs__tab li .inner {
    padding: 0;
  }
}

.tabs__tab li .inner::before, .tabs__tab li .inner::after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #333;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 768px) {
  .tabs__tab li .inner::before, .tabs__tab li .inner::after {
    display: none;
  }
}

.tabs__tab li .inner::after {
  background: #000;
  height: 100%;
  top: auto;
  top: 0;
  border-bottom-left-radius: 8px;
}

.tabs__tab li .inner:hover::before {
  background: #f5f5f5;
}

.tabs__tab li::before, .tabs__tab li::after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 768px) {
  .tabs__tab li::before, .tabs__tab li::after {
    display: none;
  }
}

.tabs__tab li::after {
  background: #000;
  height: 100%;
  top: auto;
  bottom: 0;
  border-bottom-right-radius: 8px;
}

.tabs__tab li:hover::before {
  background: #f5f5f5;
}

.tabs__tab li.selected::before {
  background: #f5f5f5;
}

.tabs__tab li.selected .inner::before {
  background: #f5f5f5;
}

.tabs__tab li.selected a {
  background: #f5f5f5;
  color: #000;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .tabs__tab li.selected a {
    background: transparent;
    color: #fff;
    border: 1px solid #333;
  }
}

.tabs__tab a {
  display: block;
  color: #fff;
  background: #333;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  font-weight: 100;
  padding: 16px 5px;
  transition: all 0.4s ease;
  box-sizing: border-box;
  height: 79px;
}

@media only screen and (max-width: 768px) {
  .tabs__tab a {
    border-radius: 8px;
  }
}

.tabs__tab a:hover {
  background-color: #f5f5f5;
  color: #000;
}

.tabs__tab__item__logo {
  display: block;
  margin: 0 12px 0 0;
}

@media only screen and (max-width: 768px) {
  .tabs__tab__item__logo {
    margin: 0 8px 0 0;
  }
}

.tabs__tab__item__logo svg {
  width: 60px;
  height: 38px;
}

.tabs__tab__item__txt {
  display: block;
  text-align: left;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  .tabs__tab__item__txt {
    display: none;
  }
}

.tabs__tab__item__img {
  display: block;
  width: 58px;
  margin: 0 0 0 12px;
}

@media only screen and (max-width: 768px) {
  .tabs__tab__item__img {
    margin: 0 0 0 6px;
  }
}

.tabs__tab__item--3 .tabs__tab__item__logo, .tabs__tab__item--3 .tabs__tab__item__txt {
  padding-bottom: 16px;
}

.tabs__tab__item--3 .tabs__tab__item__img {
  width: 68px;
}

.tabs__tab__item--3 a {
  padding-bottom: 0px;
}

/*==================================================
	home
================================================== */
@media only screen and (max-width: 600px) {
  .home .gnavi {
    display: none;
  }
}

.home__logo {
  background: #000;
  text-align: center;
  padding: 0px 15px 15px;
  display: none;
}

@media only screen and (max-width: 600px) {
  .home__logo {
    display: block;
  }
}

.home__logo img {
  width: 70px;
  height: auto;
}

.home__mv {
  text-align: center;
  background: #f5f5f5;
  padding: 64px 96px 56px;
}

@media only screen and (max-width: 768px) {
  .home__mv {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .home__mv {
    padding: 0px 10px;
  }
}

.home__mv h2 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HiraMinProN-W3", sans-serif;
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  margin: 0 0 50px;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .home__mv h2 {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 600px) {
  .home__mv h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 15px 0;
    margin: 0;
  }
}

.home__mv a {
  display: block;
  color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .home__mv a {
    padding: 22px 0 20px;
  }
}

.home__mv__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home__mv__item {
  width: 33.33333%;
  max-width: 504px;
}

@media only screen and (max-width: 600px) {
  .home__mv__item {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #e0e0e0;
  }
}

.home__mv__logo {
  margin: 0 auto 30px;
}

@media only screen and (max-width: 600px) {
  .home__mv__logo {
    float: right;
    width: 50%;
    margin-bottom: 10px;
  }
}

.home__mv__logo img {
  width: auto;
  height: 85px;
}

@media only screen and (max-width: 600px) {
  .home__mv__logo img {
    height: 12vw;
  }
}

.home__mv__img {
  height: 338px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
}

@media only screen and (max-width: 600px) {
  .home__mv__img {
    float: left;
    width: 50%;
    height: auto;
  }
}

.home__mv__img img {
  max-width: 504px;
  object-fit: contain;
  max-height: 264px;
}

@media only screen and (max-width: 600px) {
  .home__mv__img img {
    max-width: auto;
    width: 100%;
    max-height: auto;
  }
}

.home__mv__img--3 img {
  max-height: 338px;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .home__mv__img--3 img {
    max-height: 180px;
  }
}

.home__mv__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 16px;
  color: #000;
}

@media only screen and (max-width: 600px) {
  .home__mv__txt {
    float: right;
    width: 50%;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 8px;
  }
}

.home__mv__btn {
  width: 180px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 18px 0;
  margin: 0 auto;
  background: #000;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 600px) {
  .home__mv__btn {
    float: right;
    width: 45.9%;
    padding: 13px 0;
  }
}

.home__choose {
  max-width: 1170px;
  margin: 0 auto;
  padding: 78px 15px 75px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .home__choose {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .home__choose {
    padding: 30px 10px 0;
  }
}

.home__choose header {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #000;
  margin: 0 0 44px;
}

@media only screen and (max-width: 600px) {
  .home__choose header {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.4;
    margin: 0 0 30px;
  }
}

.home__choose header h2 {
  font-weight: 400;
}

.home__choose header p {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 0 60px;
  display: inline-block;
}

.home__choose header p::before, .home__choose header p::after {
  content: "";
  display: block;
  background: #ccc;
  width: 50px;
  height: 1px;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.home__choose header p::after {
  left: auto;
  right: 0;
}

.home__choose ul {
  display: flex;
  flex-wrap: wrap;
}

.home__choose li {
  width: 33.33333%;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  .home__choose li {
    width: 100%;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .home__choose li {
    padding-bottom: 25px;
  }
}

.home__choose dl {
  padding: 26px 0 0;
}

@media only screen and (max-width: 600px) {
  .home__choose dl {
    padding: 20px 0 0;
  }
}

.home__choose dt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0 0 16px;
}

.home__choose dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}

.home__value {
  background: #444;
  color: #fff;
  padding: 0 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 960px) {
  .home__value {
    padding: 50px 11px;
  }
}

.home__value h2 {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 46px;
}

@media only screen and (max-width: 600px) {
  .home__value h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.home__value h2 span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 600px) {
  .home__value h2 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.home__value__cont {
  display: flex;
  justify-content: space-between;
  max-width: 886px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {
  .home__value__cont {
    display: block;
  }
}

.home__value__cont figure {
  width: 300px;
}

@media only screen and (max-width: 960px) {
  .home__value__cont figure {
    width: 30%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 768px) {
  .home__value__cont figure {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
}

.home__value ul {
  width: 540px;
}

@media only screen and (max-width: 960px) {
  .home__value ul {
    width: 64.6%;
  }
}

@media only screen and (max-width: 768px) {
  .home__value ul {
    width: 100%;
  }
}

.home__value li {
  border: 1px solid #999;
  min-height: 70px;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  position: relative;
  padding: 10px 0 10px 68px;
}

.home__value li span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.9;
  letter-spacing: 0;
  display: block;
  width: calc(100% - 86px);
  padding: 0 0 0 16px;
  color: #ddd;
}

@media only screen and (max-width: 768px) {
  .home__value li span {
    width: 100%;
  }
  .home__value li span br {
    display: none;
  }
}

.home__value li::before {
  content: "";
  display: block;
  border-right: 1px solid #999;
  background: url("../img/home_value_check.svg") center center no-repeat;
  background-size: 23px auto;
  width: 68px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home__value p {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.85;
  color: #ddd;
}

.home__series {
  text-align: center;
  padding: 80px 15px 0;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .home__series {
    padding: 25px 10px 0;
  }
}

.home__series h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin: 0 0 70px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .home__series h2 {
    line-height: 1.5;
    margin: 0 0 35px;
  }
}

@media only screen and (max-width: 600px) {
  .home__series h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 25px;
  }
}

.home__series__header {
  background: #000;
  color: #fff;
  padding: 24px 0;
  position: relative;
  margin: 0 0 60px;
}

@media only screen and (max-width: 600px) {
  .home__series__header {
    padding: 18px 0 22px;
    margin: 0 0 30px;
  }
}

.home__series__header h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.home__series__header p {
  font-weight: 100;
  font-size: 14px;
  font-size: 0.875rem;
}

.home__series__header::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid #000;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 50%;
  bottom: -24px;
  margin: 0 0 0 -12px;
}

.home__series__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .home__series__items {
    display: block;
  }
}

.home__series__item {
  width: calc(33.33333% - 20px);
  margin: 10px;
  background: #f5f5f5;
  padding: 0 0 60px;
}

@media only screen and (max-width: 768px) {
  .home__series__item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 40px;
  }
}

@media only screen and (max-width: 768px) {
  .home__series__item--t2 {
    margin: 0;
  }
}

.home__series__inner {
  background: #f5f5f5;
}

.home__series__logo {
  width: 35%;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 600px) {
  .home__series__logo {
    width: 32%;
    max-width: auto;
    margin: 0 auto 15px;
  }
}

.home__series__img {
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}

.home__series__img img {
  max-width: 250px;
  width: auto;
  max-height: 208px;
}

.home__series__txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 0 32px;
}

@media only screen and (max-width: 600px) {
  .home__series__txt {
    margin: 0 0 16px;
  }
}

.home__series__btn {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

@media only screen and (max-width: 600px) {
  .home__series__btn {
    padding: 0 16px;
  }
}

.home__series__btn li {
  width: 100%;
  max-width: 180px;
  margin: 0 10px;
}

@media only screen and (max-width: 600px) {
  .home__series__btn li {
    margin: 0 5px;
  }
}

.home__series__btn li a {
  display: block;
  padding: 18px 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 5px;
  transition: all .4s;
}

.home__series__btn li a:hover {
  background-color: #666;
}

.global__footer {
  padding: 65px 0 20px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 600px) {
  .global__footer {
    padding: 20px 0 20px;
  }
}

.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

.pagetop a {
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagetop a img {
  width: 17px;
}

/*==================================================
	lower pages
================================================== */
.menu {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 25px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .menu__logo {
    display: none;
  }
}

.menu__logo a {
  display: block;
  width: 120px;
  text-align: center;
}

.menu__logo svg {
  color: #000;
  width: 56.6px;
  height: 38px;
}

.menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.local__nav {
  width: calc(100% - 120px);
}

@media only screen and (max-width: 768px) {
  .local__nav {
    width: 100%;
  }
}

.local__nav ul {
  text-align: center;
  padding: 15px 0;
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .local__nav ul {
    display: block;
  }
}

.local__nav li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  transition: all 0.4s ease;
}

@media only screen and (max-width: 960px) {
  .local__nav li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 768px) {
  .local__nav li a {
    font-size: 16px;
    font-size: 1rem;
    height: 40px;
    line-height: 40px;
  }
}

.local__nav li a:hover {
  color: #aaa;
}

@media only screen and (max-width: 768px) {
  .local__nav li.lnavi-buy {
    margin: 17px 0;
  }
}

.local__nav li.lnavi-buy a {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 0 55px;
}

@media only screen and (max-width: 960px) {
  .local__nav li.lnavi-buy a {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .local__nav li.lnavi-buy a {
    padding: 0 30px;
  }
}

.local__nav li.lnavi-buy a:hover {
  background: #666;
}

article {
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  article {
    padding-top: 0;
  }
}

article .main-visual {
  text-align: center;
  padding: 0 0 80px;
}

@media only screen and (max-width: 768px) {
  article .main-visual {
    padding: 0 0 20px;
  }
}

article .main-visual h2 {
  padding: 68px 0 16px;
  width: 176px;
  margin: 0 auto;
  color: #000;
}

@media only screen and (max-width: 600px) {
  article .main-visual h2 {
    padding: 0;
    width: 38.4%;
    max-width: 144px;
  }
}

article .main-visual p {
  margin: 0 0 120px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 1024px) {
  article .main-visual p {
    margin: 0 0 60px;
  }
}

@media only screen and (max-width: 768px) {
  article .main-visual p {
    margin: 0 0 0px;
  }
}

@media only screen and (max-width: 600px) {
  article .main-visual p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

article .main-visual svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  article .main-visual .mv_pc {
    display: none;
  }
}

article .main-visual .mv_sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  article .main-visual .mv_sp {
    display: block;
  }
}

article .main-visual .slick-dots {
  display: flex;
  justify-content: center;
}

article .main-visual .slick-dots li {
  margin: 0 4px;
}

article .main-visual .slick-dots button {
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #ccc;
  border: 0;
  border-radius: 5px;
}

article .main-visual .slick-dots .slick-active button {
  background: #000;
}

article .main-visual--t3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 0;
}

@media only screen and (max-width: 600px) {
  article .main-visual--t3 {
    flex-direction: column;
  }
}

article .main-visual--t3 .mv__txt {
  width: 40.83333333vw;
  max-width: 490px;
}

@media only screen and (max-width: 768px) {
  article .main-visual--t3 .mv__txt {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__txt {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__txt p {
    margin-bottom: 0;
  }
}

article .main-visual--t3 .mv__img {
  width: 59.16666667vw;
  max-width: 710px;
}

@media only screen and (max-width: 768px) {
  article .main-visual--t3 .mv__img {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__img {
    width: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__img img {
    width: 86%;
  }
}

@media only screen and (max-width: 768px) {
  article .main-visual--t3 h2 {
    width: 120px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  article .main-visual--t3 h2 {
    width: 39.2vw;
    padding-top: 0;
  }
}

article .main-visual--t3 p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 40px;
}

article .intro {
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  article .intro {
    padding: 0;
    margin: 0 10px;
    background: #f2f2f2;
  }
}

article .intro__text {
  position: absolute;
  z-index: 10;
  width: 26%;
  height: 100%;
  left: 9%;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  /*top: 95px;
			width: 91%;*/
}

@media only screen and (max-width: 768px) {
  article .intro__text {
    position: static;
    width: 100%;
    padding: 32px 20px 0;
  }
}

article .intro__text--t3 {
  width: 50%;
  position: static;
  padding: 0 0 0 100px;
}

@media only screen and (max-width: 960px) {
  article .intro__text--t3 {
    padding: 0 0 0 50px;
    width: calc(100% - 290px);
  }
}

@media only screen and (max-width: 768px) {
  article .intro__text--t3 {
    padding: 20px 0 20px 25px;
    max-width: calc(100% - 180px);
  }
}

@media only screen and (max-width: 600px) {
  article .intro__text--t3 {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}

article .intro__text--t3 dd {
  width: 240px;
}

@media only screen and (max-width: 960px) {
  article .intro__text--t3 dd {
    width: auto;
  }
}

article .intro__text dt {
  margin: 0 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  white-space: nowrap;
}

@media only screen and (max-width: 960px) {
  article .intro__text dt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  article .intro__text dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

article .intro__text dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  white-space: normal;
}

@media only screen and (max-width: 768px) {
  article .intro__text dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

article .intro__title {
  width: 100%;
  margin: 0 0 60px;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 960px) {
  article .intro__title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  article .intro__title {
    margin-bottom: 20px;
  }
}

article .intro__title--t3 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  article .intro__title--t3 {
    margin-bottom: 20px;
  }
}

article .intro__title img {
  width: 123px;
  height: auto;
}

@media only screen and (max-width: 960px) {
  article .intro__title img {
    width: 93px;
  }
}

@media only screen and (max-width: 768px) {
  article .intro__title img {
    width: 66px;
  }
}

article .intro--t3 {
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
  width: calc(100% - 50px);
  padding: 0 50px;
}

@media only screen and (max-width: 768px) {
  article .intro--t3 {
    width: calc(100% - 20px);
    align-items: flex-end;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 600px) {
  article .intro--t3 {
    width: calc(100% - 20px);
    flex-direction: column;
    padding: 20px 20px 0;
  }
}

article .intro--t3 picture {
  width: 50%;
  padding: 100px 0 0 0;
  text-align: right;
}

@media only screen and (max-width: 960px) {
  article .intro--t3 picture {
    padding: 50px 0 0 0;
    width: 290px;
  }
}

@media only screen and (max-width: 768px) {
  article .intro--t3 picture {
    width: 165px;
    padding: 25px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  article .intro--t3 picture {
    width: 40.8vw;
    margin: auto;
  }
}

article .intro--t3 picture img {
  max-width: 306px;
}

@media only screen and (max-width: 960px) {
  article .intro--t3 picture img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  article .intro--t3 picture img {
    max-width: 40.8vw;
  }
}

.block {
  max-width: 1150px;
  margin: 0 auto;
}

.block h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (max-width: 768px) {
  .block h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.block h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0 0 25px;
}

.block p {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  margin: 0 0 45px;
}

.design {
  padding: 87px 0 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .design {
    padding: 60px 0 30px;
  }
}

.design--t3 {
  padding: 140px 0 100px;
  overflow: hidden;
  max-width: 690px;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .design--t3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .design--t3 {
    padding: 12.8vw 5.3vw 6.4vw;
  }
}

.design__info--t3 {
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .design__info--t3 {
    text-align: center;
  }
}

.design__ttl {
  margin: 0 0 60px;
}

@media only screen and (max-width: 768px) {
  .design__ttl {
    margin: 0 0 40px;
  }
}

.design__ttl--t3 {
  text-align: left !important;
}

@media only screen and (max-width: 600px) {
  .design__ttl--t3 {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
}

.design__sttl {
  margin: 0 0 25px;
  font-weight: normal;
}

.design__sttl--t3 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
  max-width: 360px;
}

@media only screen and (max-width: 600px) {
  .design__sttl--t3 {
    float: left;
    margin-top: 26.4vw !important;
  }
}

.design__ssttl--t3 {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  max-width: 360px;
  margin-bottom: 1.75em;
}

@media only screen and (max-width: 600px) {
  .design__ssttl--t3 {
    float: left;
    width: 44.8vw;
  }
}

.design__txt {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0 0 45px;
}

@media only screen and (max-width: 768px) {
  .design__txt {
    margin: 0 20px 25px;
    text-align: left;
  }
}

.design__txt--t3 {
  max-width: 360px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .design__txt--t3 {
    margin-left: 0;
    max-width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  .design__txt--t3 {
    clear: both;
    max-width: 100%;
    margin: 0 0 0 0;
  }
}

.design__img--t3 {
  max-width: 208px;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .design__img--t3 {
    right: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .design__img--t3 {
    position: static;
    float: right;
    width: 34.4vw;
  }
}

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

.function {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .function {
    padding: 60px 0 0;
    margin: 0 10px;
  }
}

.function__header {
  position: absolute;
  right: 9%;
  top: 115px;
  z-index: 50;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .function__header {
    top: 75px;
  }
}

@media only screen and (max-width: 600px) {
  .function__header {
    position: static;
    text-align: center;
    padding: 0 20px 40px;
  }
}

.function__header h2 {
  margin: 0 0 60px;
  text-align: right;
  font-size: 50px;
  font-size: 3.125rem;
}

@media only screen and (max-width: 768px) {
  .function__header h2 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .function__header h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}

.function__header h3 {
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .function__header h3 {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .function__header p {
    text-align: left;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .function__header p br {
    display: none;
  }
}

.function__item {
  position: relative;
}

.function__item--1 img {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .function__item--1 img {
    width: 96%;
  }
}

.function__item--2 {
  margin-top: -140px;
}

@media only screen and (max-width: 1024px) {
  .function__item--2 {
    margin-top: 0;
  }
}

.function__item--3 {
  margin-top: -65px;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  .function__item--3 {
    margin-top: 0;
  }
}

.function__item--3 img {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .function__item--3 img {
    width: 100%;
  }
}

.function__item--4 {
  margin-top: -150px;
}

@media only screen and (max-width: 1024px) {
  .function__item--4 {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 600px) {
  .function__item--4 {
    margin-top: 0;
  }
}

.function__item--4 img {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .function__item--4 img {
    width: 100%;
  }
}

.function__item--5 {
  text-align: right;
}

.function__item--5 img {
  width: 58%;
}

@media only screen and (max-width: 600px) {
  .function__item--5 img {
    width: 100%;
  }
}

.function__item--6 {
  margin-top: -225px;
}

@media only screen and (max-width: 1024px) {
  .function__item--6 {
    margin-top: -125px;
  }
}

@media only screen and (max-width: 600px) {
  .function__item--6 {
    margin-top: 0;
  }
}

.function__item--6 img {
  width: 68%;
}

@media only screen and (max-width: 600px) {
  .function__item--6 img {
    width: 100%;
  }
}

.function__item--7 {
  text-align: right;
}

.function__item--7 img {
  width: 58%;
}

@media only screen and (max-width: 600px) {
  .function__item--7 img {
    width: 100%;
  }
}

.function__desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
}

@media only screen and (max-width: 600px) {
  .function__desc {
    position: static;
    width: 100%;
    margin: 0 0 30px;
  }
}

.function__desc h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 20px;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .function__desc h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0 0;
  }
}

.function__desc p {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .function__desc p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 20px;
  }
}

.function__desc--1 {
  top: 110%;
  left: 4.4%;
  z-index: 3;
}

.function__desc--2 {
  left: 64.3%;
  top: 50%;
}

.function__desc--3 {
  text-align: left;
  left: 68%;
  top: 100%;
}

.function__desc--3 img {
  width: 50%;
}

.function__desc--4 {
  left: 39.4%;
  top: 70%;
}

.function__desc--4 img {
  width: 50%;
  height: auto;
}

.function__desc--5 {
  text-align: left;
  left: auto;
  right: 64.3%;
  top: 32%;
  z-index: 30;
}

.function__desc--5 img {
  width: 58%;
  height: auto;
}

.function__desc--6 {
  left: 59.5%;
  top: 61%;
}

.function__desc--6 img {
  width: 68%;
  height: auto;
}

.function__desc--7 {
  text-align: left;
  left: auto;
  right: 64.3%;
  top: 38%;
}

.function__desc--7 img {
  width: 58%;
  height: auto;
}

.t2 .function__header {
  top: 65px;
}

@media only screen and (max-width: 600px) {
  .t2 .function__header {
    top: 30px;
  }
}

.t2 .function__header h2 {
  margin-bottom: 30px;
}

.t2 .function__item--1 img {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .t2 .function__item--1 img {
    width: 96%;
  }
}

.t2 .function__item--2 {
  margin-top: -140px;
}

@media only screen and (max-width: 1024px) {
  .t2 .function__item--2 {
    margin-top: 0;
  }
}

.t2 .function__item--3 {
  margin-top: 0;
}

.t2 .function__item--3 img {
  width: 60.86%;
}

@media only screen and (max-width: 600px) {
  .t2 .function__item--3 img {
    width: 100%;
    margin-right: -50%;
  }
}

.t2 .function__item--4 {
  margin-top: -70px;
}

@media only screen and (max-width: 1024px) {
  .t2 .function__item--4 {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__item--4 {
    margin-top: 0;
  }
}

.t2 .function__item--4 img {
  width: 45.738%;
}

@media only screen and (max-width: 600px) {
  .t2 .function__item--4 img {
    width: 100%;
    margin-left: -33%;
  }
}

.t2 .function__item--5 {
  text-align: left;
}

.t2 .function__item--5 img {
  width: 68.6%;
}

@media only screen and (max-width: 600px) {
  .t2 .function__item--5 img {
    width: 168%;
    margin-left: -32%;
  }
}

.t2 .function__desc {
  width: auto;
}

.t2 .function__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 20px;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc h3 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0 0;
  }
}

.t2 .function__desc p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.9;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc p {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 20px;
  }
}

.t2 .function__desc--1 {
  top: 110%;
  left: 4.4%;
}

.t2 .function__desc--2 {
  left: 64.3%;
  top: 50%;
}

.t2 .function__desc--3 {
  position: absolute;
  text-align: left;
  left: 24.52%;
  top: 20.4%;
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--3 {
    left: 5.63%;
    width: 42.25%;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--3 h3 {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--3 p {
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--3 p br {
    display: none;
  }
}

.t2 .function__desc--4 {
  position: absolute;
  left: 39.4%;
  top: 40%;
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--4 {
    top: 20%;
    left: 52.81%;
    width: 42.25%;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--4 h3 {
    text-align: left;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--4 p {
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--4 p br {
    display: none;
  }
}

.t2 .function__desc--5 {
  left: 68.87%;
  right: auto;
  top: 38.765%;
  z-index: 30;
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--5 h3 {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .t2 .function__desc--5 p {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .t3 article .function {
    padding: 0;
  }
}

.t3 article .function__header {
  max-width: 380px;
}

@media only screen and (max-width: 1024px) {
  .t3 article .function__header {
    top: 10vw;
  }
}

@media only screen and (max-width: 768px) {
  .t3 article .function__header {
    position: static;
    max-width: 380px;
    margin: auto;
    text-align: left;
    padding: 16vw 5.6vw 0;
  }
}

.t3 article .function__header h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media only screen and (max-width: 768px) {
  .t3 article .function__header h2 {
    text-align: center;
  }
}

.t3 article .function__header h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

.t3 article .function__header p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .t3 article .function__item--1 {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--1 {
    padding: 10vw 0 0;
  }
}

.t3 article .function__item--1 img {
  width: 48.04347826%;
}

@media only screen and (max-width: 768px) {
  .t3 article .function__item--1 img {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--1 img {
    width: 100%;
  }
}

.t3 article .function__item--2 {
  margin-top: 0;
  text-align: center;
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .t3 article .function__item--2 {
    padding-top: 6.95vw;
  }
}

.t3 article .function__item--2 img {
  width: 50%;
  max-width: 669px;
}

.t3 article .function__item--3 {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 80px 0 0;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--3 {
    flex-direction: column;
    text-align: center;
  }
}

.t3 article .function__item--3 img {
  width: 45.73913043%;
  margin-right: 50px;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--3 img {
    width: 70vw;
    margin-right: 0;
  }
}

.t3 article .function__item--4 {
  margin-top: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--4 {
    flex-direction: column;
  }
}

.t3 article .function__item--4 img {
  width: 67.82608696%;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--4 img {
    width: 100%;
  }
}

.t3 article .function__item--5 {
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--5 {
    flex-direction: column;
  }
}

.t3 article .function__item--5 img {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__item--5 img {
    width: 100%;
  }
}

.t3 article .function__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.t3 article .function__desc--2 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 70px;
}

@media only screen and (max-width: 1024px) {
  .t3 article .function__desc--2 {
    right: 4vw;
  }
}

.t3 article .function__desc--3 {
  position: static;
  width: 250px;
  top: 0;
  left: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__desc--3 {
    width: 100%;
    padding-bottom: 8vw;
  }
}

.t3 article .function__desc--4 {
  position: static;
  top: 0;
  left: 0;
}

.t3 article .function__desc--5 {
  position: static;
  width: auto;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__desc--5 {
    padding: 8vw 0 0;
  }
}

.t3 article .function__desc--5 h3, .t3 article .function__desc--5 p {
  width: 250px;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__desc--5 h3, .t3 article .function__desc--5 p {
    width: 100%;
    padding: 0 20px;
  }
}

.t3 article .function__desc--5 h3 {
  margin: 0 0 10px;
}

.t3 article .function__desc--5 p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .t3 article .function__desc--5 p {
    margin: 0 0 8vw;
  }
}

.t3 .block p {
  font-size: 12px;
  font-size: 0.75rem;
}

.spec {
  padding: 90px 0 35px;
}

.spec__item {
  margin: 0 0 40px;
  text-align: center;
}

.spec__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.spec__cont {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.spec__color {
  display: inline-block;
  max-width: 180px;
}

.spec__color span {
  display: block;
}

.spec .notice {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 0 0;
  color: #333;
  font-weight: bold;
}

.spec__item--price .spec__cont {
  padding: 0 0 0 2%;
  font-size: 25px;
  font-size: 1.5625rem;
}

.spec__item--price .spec__cont span {
  font-size: 10px;
  font-size: 0.625rem;
}

.attention {
  background: #f5f5f5;
  padding: 60px 20px 50px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .attention {
    margin: 0 10px;
  }
}

.attention ul li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 5px;
}

@media only screen and (max-width: 600px) {
  .attention ul li {
    text-align: left;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}

.attention ul li em {
  font-style: normal;
  color: #de3a3a;
  font-weight: bold;
}

.buy {
  text-align: center;
  padding: 100px 0 120px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .buy {
    padding: 60px 0;
  }
}

.buy h2 {
  margin: 0 0 20px;
}

.buy h2::after {
  content: "";
  display: block;
  width: 45px;
  height: 38px;
  background: url(/wp-content/themes/ipadstand.jp/assets/img/buy_arw.png) 0 0 no-repeat;
  background-size: cover;
  margin: 20px auto;
}

.buy a {
  display: block;
  max-width: 680px;
  padding: 0 30px;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.buy a:hover {
  opacity: 0.7;
}

/*==================================================
-- : お問い合わせ
================================================== */
.contact__contents {
  max-width: 100%;
  padding: 75px 0 0;
}

@media only screen and (max-width: 600px) {
  .contact__contents {
    padding: 35px 0 0;
  }
}

.formContainer {
  padding: 0 0 10px;
}

.formContainer__inner {
  padding: 0 25px;
  max-width: 850px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .formContainer__inner {
    padding: 0 20px;
  }
}

.formContainer h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin: 0 0 55px;
}

@media only screen and (max-width: 600px) {
  .formContainer h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.formContainer dl {
  overflow: hidden;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .formContainer dl {
    display: block;
  }
}

.formContainer dt {
  flex-basis: 230px;
  min-height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 46px;
}

@media only screen and (max-width: 600px) {
  .formContainer dt {
    width: 100%;
    min-height: auto;
    line-height: 1;
    padding-left: 0;
    margin-bottom: 6px;
  }
}

.formContainer dt span {
  display: block;
  width: 39px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  background: #de3a3a;
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 600px) {
  .formContainer dt span {
    display: inline-block;
    position: static;
    margin: 0 5px 0 0;
  }
}

.formContainer dd {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 768px) {
  .formContainer dd {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 600px) {
  .formContainer dd {
    width: 100%;
  }
}

.formContainer input, .formContainer textarea {
  width: 100%;
  border: 0;
  border: 1px solid #dddddd;
  font-size: 12px;
  font-size: 0.75rem;
  background: #fff !important;
}

.formContainer input[type="text"], .formContainer input[type="tel"], .formContainer input[type="email"] {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.formContainer textarea {
  height: 150px;
  padding: 10px;
  line-height: 166.66667%;
}

.formContainer input[type="radio"] {
  width: auto;
  margin: 0;
}

.formContainer .zip1 input[type="text"], .formContainer .zip2 input[type="text"] {
  width: 80px;
}

.formContainer .att {
  font-size: 10px;
  font-size: 0.625rem;
  color: #7f8787;
  display: block;
  padding: 3px 0 0;
}

.formContainer .wpcf7-not-valid-tip {
  font-size: 85%;
  display: block;
  padding: 3px 0 0;
}

.formContainer .wpcf7-form-control-wrap.your-email + br {
  display: none;
}

.formContainer .wpcf7-form-control-wrap.your-contact {
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.formContainer .wpcf7-form-control-wrap.your-contact .wpcf7-list-item {
  margin: 0 30px 0 0;
}

.formContainer2 {
  background: #f5f5f5;
  padding: 60px 0 30px;
  margin: 0 25px;
}

@media only screen and (max-width: 600px) {
  .formContainer2 {
    margin: 0 10px;
  }
}

.formContainer2__inner {
  padding: 0 25px;
  max-width: 850px;
}

@media only screen and (max-width: 600px) {
  .formContainer2__inner {
    padding: 0 20px;
  }
}

.submitContainer {
  padding: 45px 0 0;
}

.submitContainer__inner {
  padding: 0 25px;
  max-width: 850px;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .submitContainer__inner {
    padding: 0 20px;
  }
}

.submitContainer p {
  text-align: center;
  color: #2b2f2f;
  padding: 0 0 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.submitContainer input[type="submit"] {
  width: 100%;
  max-width: 420px;
  height: 80px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
  font-size: 30px;
  font-size: 1.875rem;
  border-radius: 5px;
  transition: all 0.4s;
}

.submitContainer input[type="submit"]:hover {
  opacity: 0.7;
}

.contact .wpcf7 {
  padding: 0 0 65px;
}

.contact div.wpcf7-response-output {
  margin: 0;
  padding: 10px 0 0;
  border: 0;
  text-align: center;
}

/*フォームの細かい設定*/
.form__products .wpcf7-radio {
  display: flex;
  justify-content: space-between;
}

.form__products .wpcf7-list-item {
  margin-left: 0;
  flex-basis: 49%;
}

.form__products .wpcf7-list-item input {
  display: none;
}

.form__products .wpcf7-list-item.first .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t1.png);
}

.form__products .wpcf7-list-item.last .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t2.png);
}

.form__products .wpcf7-list-item-label {
  border: 1px solid #ddd;
  display: block;
  cursor: pointer;
  background-position: center;
  background-size: 150px auto;
  text-indent: -9999px;
  height: 80px;
}

.form__products .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-color: #fdf5f5;
}

/*==================================================
-- : ページ共通
================================================== */
.page .page__contents {
  max-width: 900px;
  margin: 0 auto;
  padding: 75px 50px 0;
}

@media only screen and (max-width: 600px) {
  .page .page__contents {
    padding: 35px 0 0;
  }
}

.page .page__ttl {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 100%;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 0 55px;
}

.pnavi {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 600px) {
  .pnavi {
    padding: 15px 10px;
  }
}

.pnavi__logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pnavi__logo svg {
  color: #000;
  width: 80px;
  height: 40px;
}

@media only screen and (max-width: 600px) {
  .pnavi__logo svg {
    width: 70px;
    height: 35px;
  }
}

.pnavi__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pnavi__btn {
  display: flex;
  width: 150px;
  height: 50px;
  line-height: 1.33333;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (max-width: 600px) {
  .pnavi__btn {
    font-size: 12px;
    font-size: 0.75rem;
    width: 70px;
  }
}

.pnavi__btn--top {
  border: 1px solid #dddddd;
}

.pnavi__btn--top br {
  display: none;
}

@media only screen and (max-width: 600px) {
  .pnavi__btn--top br {
    display: inline;
  }
}

.pnavi__btn--buy {
  background: #000;
  color: #fff;
}

/*==================================================
-- : 会社概要
================================================== */
.company .page__contents {
  padding: 75px 50px;
  text-align: center;
}

.company .page__contents dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 6px;
}

.company .page__contents dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 0 0 25px;
}

/*==================================================
-- : プライバシーポリシー
================================================== */
@media only screen and (max-width: 600px) {
  .privacy .page__contents {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.privacy .page__contents p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0 0 2.5em;
}

.privacy .page__contents dl {
  margin: 0 0 50px;
}

.privacy .page__contents dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1.2em;
  letter-spacing: 0.1em;
}

.privacy .page__contents dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin: 0 0 25px;
}

@media only screen and (max-width: 600px) {
  .privacy .page__ttl {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

/*==================================================
-- : ログイン時
================================================== */
/*body.logged-in > header {
  top: 32px;
}
body.logged-in > article {
  padding-top: 132px;
}
body.logged-in > article.page-wrapper {
  padding-top: 162px;
}*/
