@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: -0.25em;
}

sup {
  top: -0.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://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: 0.35em 0.625em 0.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: 0.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] {
  -ms-touch-action: manipulation; /* 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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  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: 767px) {
  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
================================================== */
.gnavi {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}
.gnavi__items {
  background: #222;
}

.gnavi-h1 {
  grid-area: h1;
  align-self: end; /* 下寄せ */
}
@media only screen and (max-width: 1280px) {
  .gnavi-h1 {
    background: #222;
    width: 100%;
  }
}

.gnavi-upper {
  width: 100%;
  background: #000;
  color: #fff;
  display: grid;
  grid-template-columns: 11.11111111% 63.88888889% 25%;
  grid-template-rows: auto auto;
  grid-template-areas: "logo categories h1" "logo categories btns";
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .gnavi-upper {
    grid-template-areas: "h1 h1 h1" "logo categories btns";
  }
}
@media only screen and (max-width: 767px) {
  .gnavi-upper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.gnavi-logo {
  grid-area: logo;
  width: 100%;
  border-right: 1px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px 0 26px;
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .gnavi-logo {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    height: 60px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi-logo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi-logo a img {
    width: 19.2vw;
    height: auto;
    min-width: 72px;
  }
}
.gnavi-logo span {
  display: block;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .gnavi-logo span {
    margin-bottom: 0;
  }
}

.gnavi-btns {
  width: 100%;
  grid-area: btns;
  align-self: start; /* 上寄せ */
}
@media only screen and (max-width: 1280px) {
  .gnavi-btns {
    align-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .gnavi-btns {
    display: none;
  }
}
.gnavi-btns__list {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.gnavi-btns__item {
  width: 49%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 0;
  border: 0;
  background: #3D8EED;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.4s ease;
}
.gnavi-btns__item:hover {
  background: #fff;
  color: #3D8EED;
}

.gnavi-categories {
  grid-area: categories;
  width: 100%;
  padding-left: 42px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .gnavi-categories {
    display: none;
    overflow: hidden;
  }
}
.gnavi-categories__title {
  display: none;
}
.gnavi-categories__list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.gnavi-categories__item {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  max-width: 160px;
  max-height: 160px;
  /*768px以上の端末に適用*/
}
@media only screen and (min-width: 768px) {
  .gnavi-categories__item:hover > .menu-items {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.gnavi-categories__item a {
  border: 0;
  display: flex;
  align-items: flex-end;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.gnavi-categories__item a:hover {
  background: #222;
}
.gnavi-categories__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gnavi-allitems {
  display: none;
  background: #222;
}
.gnavi-allitems__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.gnavi-allitems__item {
  width: 33.333333333%;
}
.gnavi-allitems__item a {
  display: block;
}

.gnavi-items {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gnavi-items li {
  max-width: 120px;
}

.menu-items {
  background: #222;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  transform: translateY(-20px); /* 少し下にずらしておく */
  transition: 0.3s;
  pointer-events: none;
}
.menu-items__title {
  display: none;
}
.menu-items__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 15px;
}
.menu-items__item {
  max-width: 120px;
}
.menu-items__item a {
  display: block;
}
.menu-items__item a img {
  transition: all 0.4s ease;
}
.menu-items__item a:hover img {
  opacity: 0.25;
}

.gnavi-sp-btns {
  display: none;
  background: #000;
  width: 100%;
}
.gnavi-sp-btns__list {
  display: flex;
  justify-content: space-between;
  padding: 10vw 20px;
  width: 100%;
}
.gnavi-sp-btns__item {
  width: 49%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 0;
  border: 0;
  background: #3D8EED;
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  transition: all 0.4s ease;
}
.gnavi-sp-btns__item:hover {
  background: #fff;
  color: #3D8EED;
}

h1 {
  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;
    background: #222;
  }
}

.spNavi {
  border-bottom: 1px solid #eeeeee;
  background: #fff;
  position: relative;
  display: none;
}
@media only screen and (max-width: 767px) {
  .spNavi {
    display: block;
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
.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: 767px) {
  .spNavi__logo {
    display: flex;
    color: #000;
    padding: 0 0 0 10px;
    width: auto;
    border-bottom: 0;
    background: transparent;
  }
  .spNavi__logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
  .spNavi__logo svg {
    color: #000;
    width: 66px;
    height: 10px;
  }
  .spNavi__logo img {
    width: auto;
    height: 20px;
  }
}
.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: 767px) {
  .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: 767px) {
  .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 0.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 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .spNavi__close {
    display: block;
  }
}
.spNavi__close2 {
  padding: 25px 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .spNavi__close2 {
    display: block;
  }
}
.spNavi__content {
  width: 100%;
  height: calc(100vh - 60px);
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  background: #f5f5f5;
  overflow: auto;
  transition: 0.3s ease-in-out; /*滑らかに表示*/
}
@media only screen and (max-width: 767px) {
  .spNavi__content {
    transform: translateY(-40px); /*上に隠しておく*/
    opacity: 0;
    pointer-events: none;
  }
}
.spNavi__content__inner {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.spNavi.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spNavi .gnavi-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spNavi .gnavi-categories {
    background: #000;
    width: 100%;
    padding: 0;
    order: initial;
    order: 0;
    display: block;
    position: relative;
  }
  .spNavi .gnavi-categories__title {
    display: block;
    margin: 0 8vw 0;
    padding: 8vw 0 8vw;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  .spNavi .gnavi-categories__list {
    width: 100%;
    flex-wrap: wrap;
  }
  .spNavi .gnavi-categories__item {
    width: 33.333333333%;
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 767px) {
  .spNavi .gnavi-allitems {
    display: block;
  }
  .spNavi .gnavi-allitems__title {
    margin: 0 8vw 0;
    padding: 8vw 0 8vw;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .spNavi .gnavi-btns {
    display: flex;
    background: #000;
    width: 100%;
  }
  .spNavi .gnavi-btns__list {
    width: 100%;
    padding: 10.666666667vw 4vw;
    order: 0;
  }
  .spNavi .gnavi-btns__item {
    width: 31%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
}
.spNavi .gnavi-sp-btns {
  display: block;
}
@media only screen and (max-width: 767px) {
  .spNavi .menu-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    z-index: 100;
    opacity: 0;
    transform: translateX(20px);
  }
  .spNavi .menu-items__title {
    margin: 0 8vw;
    display: block;
    padding: 8vw 0 8vw;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
  }
  .spNavi .menu-items__item {
    max-width: 33.333333333%;
    max-height: 33.333333333%;
  }
  .spNavi .menu-items__item a {
    display: block;
    aspect-ratio: 1/1;
  }
  .spNavi .menu-items__close {
    border: 0;
    background: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }
  .spNavi .menu-items.is-select {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: auto; /* 戻るボタン・リンクをクリック可能に */
  }
  .spNavi .menu-items {
    /* パネル表示直後はリスト内のaだけクリック無効（誤タップ防止） */
  }
  .spNavi .menu-items.is-open-fresh .spNavi .menu-items__list a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .spNavi .menu {
    display: block;
  }
}

.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: 0.8;
  left: 0;
  transition: opacity 0.3s ease-in-out;
}

.spNavi__input:checked ~ .spNavi__content {
  transform: translateY(0); /*中身を表示（右へスライド）*/
  display: block;
  overflow: auto;
  height: calc(100svh - 61px);
  opacity: 1;
  pointer-events: 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%;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .tabs {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs {
    display: none;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.tabs__logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .tabs__logo {
    padding-left: 11px;
    width: auto;
    padding-left: 0;
    flex-wrap: wrap-reverse;
    padding: 0 0 14px;
    justify-content: center;
    flex-direction: column-reverse;
  }
}
.tabs__logo span {
  display: block;
  width: 74px;
  margin: 0 13px 0 0;
}
@media only screen and (max-width: 767px) {
  .tabs__logo span {
    width: 100px;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__logo span img {
    width: 100px;
  }
}
.tabs__logo p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .tabs__logo p {
    display: block;
    text-align: center;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs__logo p br {
    display: none;
  }
}
.tabs__tab {
  width: calc(100% - 360px);
  position: relative;
  overflow: auto;
}
@media only screen and (max-width: 1280px) {
  .tabs__tab {
    width: calc(100% - 440px);
  }
}
@media only screen and (max-width: 960px) {
  .tabs__tab {
    width: calc(100% - 360px);
  }
}
@media only screen and (max-width: 767px) {
  .tabs__tab {
    width: 100%;
  }
}
.tabs__tab ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tabs__tab ul {
    flex-wrap: wrap;
  }
}
.tabs__tab li {
  width: 50%;
  position: relative;
  padding: 0 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .tabs__tab li .inner {
    padding: 0;
  }
}
.tabs__tab li .inner::before, .tabs__tab li .inner::after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .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%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .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;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .tabs__tab li.selected a {
    background: transparent;
    color: #fff;
    border: 1px solid #333;
  }
}
.tabs__tab a {
  display: block;
  color: #fff;
  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: 10px 5px 0 5px;
  transition: all 0.4s ease;
  box-sizing: border-box;
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .tabs__tab a {
    border-radius: 8px;
    background: #333;
    justify-content: space-around;
    max-width: 300px;
    margin: auto;
  }
}
.tabs__tab a:hover {
  background-color: #f5f5f5;
  color: #000;
}
.tabs__tab__item__logo {
  display: block;
  margin: -7px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .tabs__tab__item__logo {
    margin: 0 0 0 0;
  }
}
.tabs__tab__item__logo svg {
  width: 30px;
  height: 10px;
}
.tabs__tab__item__txt {
  display: none;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .tabs__tab__item__txt {
    display: block;
  }
}
.tabs__tab__item__img {
  display: block;
  width: 61px;
  height: 60px;
  overflow: hidden;
  margin: 0 0 0 12px;
}
@media only screen and (max-width: 960px) {
  .tabs__tab__item__img {
    margin: 0 0 0 6px;
  }
}
.tabs__btn {
  width: 160px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .tabs__btn {
    display: none;
  }
}
.tabs__btn a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 48px;
  height: 48px;
  background: #3D8EED;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}

/*==================================================
	home
================================================== */
.sustainability {
  padding: 60px 80px;
}
@media only screen and (max-width: 767px) {
  .sustainability {
    padding: 40px 30px;
  }
}
.sustainability__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sustainability__inner {
    display: block;
  }
}
.sustainability__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .sustainability__ttl {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 20px;
  }
}
.sustainability__cont {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  width: calc(100% - 240px);
}
@media only screen and (max-width: 767px) {
  .sustainability__cont {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
  }
}
.sustainability__list {
  border-top: 1px solid #EFEFEF;
}
.sustainability__item {
  border-bottom: 1px solid #EFEFEF;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .home .gnavi-logo {
    display: none;
  }
}
.home .spNavi {
  background: #000;
}
.home .spNavi__logo {
  width: 72px;
  background: transparent;
  border-bottom: 0;
}
.home .spNavi__logo img {
  width: 100%;
  height: auto;
}
.home .spNavi__buy {
  display: block;
  background: #3D8EED;
}
.home .spNavi__open {
  color: #fff;
}
.home .spNavi__open span {
  background: #fff;
}
.home__header {
  background: #000;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
  align-items: center;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 600px) {
  .home__header {
    display: flex;
  }
}
.home__logo {
  display: none;
}
@media only screen and (max-width: 600px) {
  .home__logo {
    display: block;
    width: 19.2vw;
  }
}
.home__logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .home__header-contact {
    width: 37.33333vw;
  }
}
.home__header-contact a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 48px;
  height: 48px;
  background: #3D8EED;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}
.home__main {
  background: #f5f5f5;
}
.home__cat-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  justify-content: space-around;
  padding: 48px 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .home__cat-list {
    padding: 20px 0;
  }
}
.home__cat-item {
  margin: 0;
}
.home__cat-btn {
  padding: 5px 0;
  border: 0;
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .home__cat-btn {
    font-size: 14px;
  }
}
.home__cat-btn:hover {
  background: #f5f5f5;
}
.home__cat-btn.is-active {
  color: #000;
  border-bottom: 1px solid #000;
}
.home__list .home__item.is-hidden {
  display: none !important;
}
.home__t0 {
  padding: 80px;
}
@media only screen and (max-width: 600px) {
  .home__t0 {
    padding: 8vw;
  }
}
.home__t0 a {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.home__list {
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home__list {
    display: block;
  }
}
.home__list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home__item {
  flex-basis: 50%;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .home__item {
    flex-basis: 100%;
  }
}
.home__item:nth-of-type(2n-1) {
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 767px) {
  .home__item:nth-of-type(2n-1) {
    border-right: 0;
  }
}
.home__item__link {
  display: block;
  text-align: center;
  padding: 60px 0 0 0;
}
.home__item__logo {
  text-align: center;
  margin-bottom: 20px;
}
.home__item__logo img {
  width: auto;
  height: 60px;
}
.home__item__svg {
  display: inline-block;
}
.home__item__svg--t1 {
  width: auto;
  height: 59px;
}
.home__item__svg--t2 {
  width: 132px;
  height: 59px;
}
.home__item__svg--t3 {
  width: 136px;
  height: 60px;
}
.home__item__svg--t4 {
  width: 142px;
  height: 62px;
}
.home__item__svg--t5 {
  width: 212px;
  height: 61px;
}
.home__item__svg--t6 {
  width: 139px;
  height: 63px;
}
.home__item__svg--t7 {
  width: auto;
  height: 59px;
}
.home__item__svg--t8 {
  width: 136px;
  height: 62px;
}
.home__item__svg--t9, .home__item__svg--t9-plus {
  width: 140px;
  height: 62px;
}
.home__item__svg--t10 {
  width: 168px;
  height: 62px;
}
.home__item__svg--t11 {
  width: 160px;
  height: 62px;
}
.home__item__txt {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
.home__item__keywords {
  display: flex;
  justify-content: center;
}
.home__item__keyword {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 15px;
  margin: 0 4px;
  border-radius: 30px;
  color: #666;
}
.home__item__img {
  text-align: center;
}
.home__item__img img {
  width: auto;
  height: 290px;
}
.home__item__logo svg {
  fill: #000;
}
.home__item__buttons {
  display: flex;
  justify-content: center;
}
.home__item__button {
  display: block;
  border: 1px solid #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  padding: 18px 0;
  width: 150px;
  border-radius: 5px;
  margin: 0 10px;
  position: relative;
  transition: all 0.4s;
}
.home__item__button::after {
  transition: all 0.4s;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: right top;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.home__item__button:hover {
  background: #000;
  color: #fff;
}
.home__item__button:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .home__item__button {
    width: 40%;
  }
}
.home__item__button--buy, .home__item__button--contact {
  background: #000;
  color: #fff;
}
.home__item__button--buy::after, .home__item__button--contact::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.home__item__button--buy:hover, .home__item__button--contact:hover {
  background: #f5f5f5;
  color: #000;
}
.home__item__button--buy:hover::after, .home__item__button--contact:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.home__mv {
  text-align: center;
  background: #f5f5f5;
  padding: 64px 96px 56px;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 13px;
    font-size: 0.8125rem;
    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: 767px) {
  .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: 767px) {
  .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: 13px;
  font-size: 0.8125rem;
  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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 13px;
  font-size: 0.8125rem;
  line-height: 1.9;
  letter-spacing: 0;
  display: block;
  width: calc(100% - 86px);
  padding: 0 16px;
  color: #ddd;
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .home__series__item {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .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 0.4s;
}
.home__series__btn li a:hover {
  background-color: #666;
}

.global__footer {
  padding: 65px 0 20px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}
@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%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .menu__logo {
    display: none;
  }
}
.menu__logo a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.menu__logo svg {
  color: #000;
  width: 66px;
  height: 10px;
}
.menu__logo img {
  width: auto;
  height: 25px;
}
.menu__logo--stage img {
  height: 40px;
}
.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: 767px) {
  .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: 767px) {
  .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: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .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: 767px) {
  .local__nav li.lnavi-emphasise {
    margin: 17px 0;
  }
}
.local__nav li.lnavi-emphasise a {
  background: #000;
  color: #fff;
  border-radius: 8px;
  padding: 0 55px;
}
@media only screen and (max-width: 960px) {
  .local__nav li.lnavi-emphasise a {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .local__nav li.lnavi-emphasise a {
    padding: 0 30px;
  }
}
.local__nav li.lnavi-emphasise 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: 767px) {
  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: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 1024px) {
  article .main-visual p {
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  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: 767px) {
  article .main-visual .mv_pc {
    display: none;
  }
}
article .main-visual .mv_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  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--t1 h2, article .main-visual--t6 h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t1 h2, article .main-visual--t6 h2 {
    max-width: 100%;
    padding: 25px 0;
  }
}
article .main-visual--t1 .main-visual__ttl1, article .main-visual--t6 .main-visual__ttl1 {
  width: 176px;
  height: 46px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t1 .main-visual__ttl1, article .main-visual--t6 .main-visual__ttl1 {
    width: 144px;
    height: 68px;
  }
}
article .main-visual--t1 .main-visual__ttl2, article .main-visual--t6 .main-visual__ttl2 {
  width: 304px;
  height: 86px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t1 .main-visual__ttl2, article .main-visual--t6 .main-visual__ttl2 {
    width: 230px;
    height: 65px;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--t1 .mv__txt, article .main-visual--t6 .mv__txt {
    padding: 0 0 20px;
  }
}
article .main-visual--t1 .mv__img, article .main-visual--t6 .mv__img {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t1 .mv__img, article .main-visual--t6 .mv__img {
    max-width: 96%;
  }
}
article .main-visual--t3, article .main-visual--t4, article .main-visual--t4-floor, article .main-visual--t4-desk, article .main-visual--t5, article .main-visual--t11, article .main-visual--stage {
  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, article .main-visual--t4, article .main-visual--t4-floor, article .main-visual--t4-desk, article .main-visual--t5, article .main-visual--t11, article .main-visual--stage {
    flex-direction: column;
  }
}
article .main-visual--t3 .mv__txt, article .main-visual--t4 .mv__txt, article .main-visual--t4-floor .mv__txt, article .main-visual--t4-desk .mv__txt, article .main-visual--t5 .mv__txt, article .main-visual--t11 .mv__txt, article .main-visual--stage .mv__txt {
  width: 40.83333333vw;
  max-width: 490px;
}
@media only screen and (max-width: 767px) {
  article .main-visual--t3 .mv__txt, article .main-visual--t4 .mv__txt, article .main-visual--t4-floor .mv__txt, article .main-visual--t4-desk .mv__txt, article .main-visual--t5 .mv__txt, article .main-visual--t11 .mv__txt, article .main-visual--stage .mv__txt {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__txt, article .main-visual--t4 .mv__txt, article .main-visual--t4-floor .mv__txt, article .main-visual--t4-desk .mv__txt, article .main-visual--t5 .mv__txt, article .main-visual--t11 .mv__txt, article .main-visual--stage .mv__txt {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__txt p, article .main-visual--t4 .mv__txt p, article .main-visual--t4-floor .mv__txt p, article .main-visual--t4-desk .mv__txt p, article .main-visual--t5 .mv__txt p, article .main-visual--t11 .mv__txt p, article .main-visual--stage .mv__txt p {
    margin-bottom: 0;
  }
}
article .main-visual--t3 .mv__img, article .main-visual--t4 .mv__img, article .main-visual--t4-floor .mv__img, article .main-visual--t4-desk .mv__img, article .main-visual--t5 .mv__img, article .main-visual--t11 .mv__img, article .main-visual--stage .mv__img {
  width: 59.16666667vw;
  max-width: 710px;
}
@media only screen and (max-width: 767px) {
  article .main-visual--t3 .mv__img, article .main-visual--t4 .mv__img, article .main-visual--t4-floor .mv__img, article .main-visual--t4-desk .mv__img, article .main-visual--t5 .mv__img, article .main-visual--t11 .mv__img, article .main-visual--stage .mv__img {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__img, article .main-visual--t4 .mv__img, article .main-visual--t4-floor .mv__img, article .main-visual--t4-desk .mv__img, article .main-visual--t5 .mv__img, article .main-visual--t11 .mv__img, article .main-visual--stage .mv__img {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--t3 .mv__img img, article .main-visual--t4 .mv__img img, article .main-visual--t4-floor .mv__img img, article .main-visual--t4-desk .mv__img img, article .main-visual--t5 .mv__img img, article .main-visual--t11 .mv__img img, article .main-visual--stage .mv__img img {
    width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  article .main-visual--t3 h2, article .main-visual--t4 h2, article .main-visual--t4-floor h2, article .main-visual--t4-desk h2, article .main-visual--t5 h2, article .main-visual--t11 h2, article .main-visual--stage h2 {
    width: 120px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--t3 h2, article .main-visual--t4 h2, article .main-visual--t4-floor h2, article .main-visual--t4-desk h2, article .main-visual--t5 h2, article .main-visual--t11 h2, article .main-visual--stage h2 {
    width: 39.2vw;
    padding-top: 0;
  }
}
article .main-visual--t3 p, article .main-visual--t4 p, article .main-visual--t4-floor p, article .main-visual--t4-desk p, article .main-visual--t5 p, article .main-visual--t11 p, article .main-visual--stage p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 40px;
}
article .main-visual--t5 {
  justify-content: center;
  padding-top: 80px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t5 {
    padding-top: 0;
  }
}
article .main-visual--t5 h2 {
  padding-top: 0;
  width: 240px;
}
article .main-visual--t5 .mv__img {
  width: 41.33333333vw;
  max-width: 496px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t5 .mv__img {
    width: 80vw;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--t5 .mv__txt {
    padding: 0 0 5vw;
  }
}
article .main-visual--t7 h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t7 h2 {
    max-width: 100%;
    padding: 25px 0;
  }
}
article .main-visual--t7 p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t7 p {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
article .main-visual--t7 .main-visual__ttl1 {
  width: 176px;
  height: 46px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t7 .main-visual__ttl1 {
    width: 144px;
    height: 28px;
  }
}
article .main-visual--t7 .main-visual__ttl2 {
  width: 304px;
  height: 86px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t7 .main-visual__ttl2 {
    width: 230px;
    height: 65px;
  }
}
article .main-visual--t7 .mv__img {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t7 .mv__img {
    max-width: 96%;
  }
}
article .main-visual--t8 h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t8 h2 {
    max-width: 100%;
    padding: 25px 0;
  }
}
article .main-visual--t8 p {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  article .main-visual--t8 p {
    margin-bottom: 20px;
  }
}
article .main-visual--t8 .main-visual__ttl1 {
  width: 176px;
  height: 46px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t8 .main-visual__ttl1 {
    width: 144px;
    height: 28px;
  }
}
article .main-visual--t8 .main-visual__ttl2 {
  width: 304px;
  height: 86px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t8 .main-visual__ttl2 {
    width: 230px;
    height: 65px;
  }
}
article .main-visual--t9 h2, article .main-visual--t10 h2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t9 h2, article .main-visual--t10 h2 {
    max-width: 100%;
    padding: 25px 0;
  }
}
article .main-visual--t9 p, article .main-visual--t10 p {
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  article .main-visual--t9 p, article .main-visual--t10 p {
    margin-bottom: 20px;
  }
}
article .main-visual--t9 .main-visual__ttl1, article .main-visual--t10 .main-visual__ttl1 {
  width: 176px;
  height: 46px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t9 .main-visual__ttl1, article .main-visual--t10 .main-visual__ttl1 {
    width: 144px;
    height: 28px;
  }
}
article .main-visual--t9 .main-visual__ttl2, article .main-visual--t10 .main-visual__ttl2 {
  width: 304px;
  height: 86px;
}
@media only screen and (max-width: 600px) {
  article .main-visual--t9 .main-visual__ttl2, article .main-visual--t10 .main-visual__ttl2 {
    width: 230px;
    height: 65px;
  }
}
article .main-visual--t9 .mv__img {
  max-width: 1150px;
  margin: 0 auto;
}
article .main-visual--stage {
  padding: 80px 0;
}
article .main-visual--stage .mv__txt {
  width: 40.83333333vw;
  max-width: 490px;
}
@media only screen and (max-width: 767px) {
  article .main-visual--stage .mv__txt {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--stage .mv__txt {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--stage .mv__txt p {
    margin-bottom: 0;
  }
}
article .main-visual--stage .mv__img {
  width: 58.7826087vw;
  max-width: 676px;
}
@media only screen and (max-width: 767px) {
  article .main-visual--stage .mv__img {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--stage .mv__img {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--stage .mv__img img {
    width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  article .main-visual--stage h2 {
    width: 120px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  article .main-visual--stage h2 {
    width: 39.2vw;
    padding-top: 0;
  }
}
article .main-visual--stage 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: 767px) {
  article .intro {
    padding: 0;
    margin: 0 10px;
    background: #f5f5f5;
  }
}
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: 767px) {
  article .intro__text {
    position: static;
    width: 100%;
    padding: 32px 20px 0;
  }
}
article .intro__text h2 {
  max-width: 140px;
  margin: 0 0 55px;
}
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: 767px) {
  article .intro__text dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
article .intro__text dd {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  article .intro__text dd {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
article .intro__text--t3, article .intro__text--t4, article .intro__text--t4-floor, article .intro__text--t4-desk, article .intro__text--t11, article .intro__text--stage, article .intro__text--kisekae {
  width: 50%;
  position: static;
  padding: 0 0 0 100px;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  article .intro__text--t3, article .intro__text--t4, article .intro__text--t4-floor, article .intro__text--t4-desk, article .intro__text--t11, article .intro__text--stage, article .intro__text--kisekae {
    padding: 0 0 0 50px;
    width: calc(100% - 290px);
  }
}
@media only screen and (max-width: 767px) {
  article .intro__text--t3, article .intro__text--t4, article .intro__text--t4-floor, article .intro__text--t4-desk, article .intro__text--t11, article .intro__text--stage, article .intro__text--kisekae {
    padding: 20px 0 20px 25px;
    max-width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 600px) {
  article .intro__text--t3, article .intro__text--t4, article .intro__text--t4-floor, article .intro__text--t4-desk, article .intro__text--t11, article .intro__text--stage, article .intro__text--kisekae {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  article .intro__text--t3 h2, article .intro__text--t4 h2, article .intro__text--t4-floor h2, article .intro__text--t4-desk h2, article .intro__text--t11 h2, article .intro__text--stage h2, article .intro__text--kisekae h2 {
    margin-bottom: 20px;
  }
}
article .intro__text--t3 dd, article .intro__text--t4 dd, article .intro__text--t4-floor dd, article .intro__text--t4-desk dd, article .intro__text--t11 dd, article .intro__text--stage dd, article .intro__text--kisekae dd {
  width: 240px;
}
@media only screen and (max-width: 960px) {
  article .intro__text--t3 dd, article .intro__text--t4 dd, article .intro__text--t4-floor dd, article .intro__text--t4-desk dd, article .intro__text--t11 dd, article .intro__text--stage dd, article .intro__text--kisekae dd {
    width: auto;
  }
}
article .intro__text--t5 {
  left: 59%;
}
@media only screen and (max-width: 960px) {
  article .intro__text--t5 {
    left: 50%;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  article .intro__text--t5 {
    position: absolute;
    left: 41%;
    width: 56%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  article .intro__text--t5 {
    position: static;
    width: 100%;
  }
}
article .intro__text--t5 h2 {
  margin-bottom: 0;
  width: 168px;
}
@media only screen and (max-width: 767px) {
  article .intro__text--t5 h2 svg {
    width: 100px;
    height: 67px;
  }
}
@media only screen and (max-width: 767px) {
  article .intro__text--t5 h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  article .intro__text--t7 {
    width: 36%;
  }
}
@media only screen and (max-width: 600px) {
  article .intro__text--t7 {
    width: 100%;
  }
}
article .intro__text--t9, article .intro__text--t9-plus, article .intro__text--t10 {
  position: static;
}
@media only screen and (max-width: 767px) {
  article .intro__text--t9, article .intro__text--t9-plus, article .intro__text--t10 {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
article .intro__text--t9 svg, article .intro__text--t9-plus svg, article .intro__text--t10 svg {
  width: 100%;
  height: 86px;
  fill: #000;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  article .intro__text--t9 svg, article .intro__text--t9-plus svg, article .intro__text--t10 svg {
    height: 43px;
  }
}
article .intro__text--t9 dd, article .intro__text--t9-plus dd, article .intro__text--t10 dd {
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  article .intro__text--t9 dd, article .intro__text--t9-plus dd, article .intro__text--t10 dd {
    max-width: 100%;
  }
}
article .intro__text--stage {
  align-content: flex-start;
}
@media only screen and (max-width: 767px) {
  article .intro__img--t10 {
    width: 90%;
    margin: auto;
  }
}
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: 767px) {
  article .intro__title {
    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: 767px) {
  article .intro__title img {
    width: 66px;
  }
}
article .intro__title--t3, article .intro__title--t4, article .intro__title--t4-floor, article .intro__title--t4-desk, article .intro__title--t11 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  article .intro__title--t3, article .intro__title--t4, article .intro__title--t4-floor, article .intro__title--t4-desk, article .intro__title--t11 {
    margin-bottom: 20px;
  }
}
article .intro__title--t5 svg {
  width: 100%;
}
article .intro--t1 h2, article .intro--t6 h2 {
  max-width: 230px;
}
@media only screen and (max-width: 600px) {
  article .intro--t1 h2, article .intro--t6 h2 {
    margin-bottom: 20px;
  }
}
article .intro--t1 h2 .main-visual__ttl1, article .intro--t6 h2 .main-visual__ttl1 {
  width: 144px;
  height: 58px;
}
article .intro--t1 h2 .main-visual__ttl2, article .intro--t6 h2 .main-visual__ttl2 {
  width: 230px;
  height: 65px;
}
@media only screen and (max-width: 600px) {
  article .intro--t1 h2 .main-visual__ttl2, article .intro--t6 h2 .main-visual__ttl2 {
    width: 180px;
    height: 51px;
  }
}
article .intro--t3, article .intro--t4, article .intro--t4-floor, article .intro--t4-desk, article .intro--t11, article .intro--stage {
  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: 767px) {
  article .intro--t3, article .intro--t4, article .intro--t4-floor, article .intro--t4-desk, article .intro--t11, article .intro--stage {
    width: calc(100% - 20px);
    align-items: flex-end;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 600px) {
  article .intro--t3, article .intro--t4, article .intro--t4-floor, article .intro--t4-desk, article .intro--t11, article .intro--stage {
    width: calc(100% - 20px);
    flex-direction: column;
    padding: 20px 20px 0;
  }
}
article .intro--t3 picture, article .intro--t4 picture, article .intro--t4-floor picture, article .intro--t4-desk picture, article .intro--t11 picture, article .intro--stage picture {
  width: 50%;
  padding: 100px 0 0 0;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  article .intro--t3 picture, article .intro--t4 picture, article .intro--t4-floor picture, article .intro--t4-desk picture, article .intro--t11 picture, article .intro--stage picture {
    padding: 50px 0 0 0;
    width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  article .intro--t3 picture, article .intro--t4 picture, article .intro--t4-floor picture, article .intro--t4-desk picture, article .intro--t11 picture, article .intro--stage picture {
    width: 165px;
    padding: 25px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  article .intro--t3 picture, article .intro--t4 picture, article .intro--t4-floor picture, article .intro--t4-desk picture, article .intro--t11 picture, article .intro--stage picture {
    width: 40.8vw;
    margin: auto;
  }
}
article .intro--t3 picture img, article .intro--t4 picture img, article .intro--t4-floor picture img, article .intro--t4-desk picture img, article .intro--t11 picture img, article .intro--stage picture img {
  max-width: 306px;
}
@media only screen and (max-width: 960px) {
  article .intro--t3 picture img, article .intro--t4 picture img, article .intro--t4-floor picture img, article .intro--t4-desk picture img, article .intro--t11 picture img, article .intro--stage picture img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  article .intro--t3 picture img, article .intro--t4 picture img, article .intro--t4-floor picture img, article .intro--t4-desk picture img, article .intro--t11 picture img, article .intro--stage picture img {
    max-width: 40.8vw;
  }
}
@media only screen and (max-width: 767px) {
  article .intro--t5 {
    padding: 40px 0 0;
  }
}
article .intro--t5 picture {
  background: #f5f5f5;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  article .intro--t5 picture {
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  article .intro--t5 picture img {
    margin-left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  article .intro--t5 picture img {
    margin-left: -12%;
  }
}
@media only screen and (max-width: 600px) {
  article .intro--t5 picture img {
    margin-left: 0%;
    width: 80vw;
  }
}
article .intro--t6 h2 .main-visual__ttl2 {
  width: 147px;
  height: 65px;
}
@media only screen and (max-width: 600px) {
  article .intro--t6 h2 .main-visual__ttl2 {
    width: 115px;
    height: 51px;
  }
}
article .intro--t7 h2 {
  max-width: 135px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  article .intro--t7 h2 {
    margin-bottom: 20px;
    text-align: left;
  }
}
article .intro--t7 h2 .main-visual__ttl1 {
  width: 121px;
  height: 15px;
}
@media only screen and (max-width: 600px) {
  article .intro--t7 h2 .main-visual__ttl1 {
    width: 16.93333333vw;
    height: 2.266666667vw;
  }
}
article .intro--t7 h2 .main-visual__ttl2 {
  width: 135px;
  height: 60px;
}
@media only screen and (max-width: 600px) {
  article .intro--t7 h2 .main-visual__ttl2 {
    width: 18vw;
    height: 8vw;
  }
}
article .intro--t7 h2 svg {
  fill: #000;
}
@media only screen and (max-width: 600px) {
  article .intro--t8 h2 {
    width: 18vw;
    margin-bottom: 20px;
    text-align: left;
  }
}
article .intro--t9, article .intro--t9-plus, article .intro--t10 {
  display: flex;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 11.3vw 0 3vw 6vw;
}
@media only screen and (max-width: 767px) {
  article .intro--t9, article .intro--t9-plus, article .intro--t10 {
    display: block;
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  article .intro--t9 h2, article .intro--t9-plus h2, article .intro--t10 h2 {
    width: 22vw;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
  }
}
.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: 767px) {
  .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: 767px) {
  .design {
    padding: 60px 0 30px;
  }
}
.design--t1, .design--t6 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .design--t1, .design--t6 {
    flex-direction: column-reverse;
  }
}
.design--t3, .design--t4, .design--t4-floor, .design--t4-desk, .design--t11, .design--kisekae {
  padding: 140px 0 100px;
  overflow: hidden;
  max-width: 690px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .design--t3, .design--t4, .design--t4-floor, .design--t4-desk, .design--t11, .design--kisekae {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .design--t3, .design--t4, .design--t4-floor, .design--t4-desk, .design--t11, .design--kisekae {
    padding: 12.8vw 5.3vw 6.4vw;
  }
}
.design--t5 {
  position: relative;
  min-height: 700px;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .design--t5 {
    max-width: 100%;
    padding: 40px 28px;
  }
}
@media only screen and (max-width: 600px) {
  .design--t5 {
    display: block;
    overflow: hidden;
    min-height: auto;
  }
}
.design__info--t1, .design__info--t6 {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .design__info--t1, .design__info--t6 {
    width: 100%;
  }
}
.design__info--t3, .design__info--t4, .design__info--t4-floor, .design__info--t4-desk, .design__info--t11 {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .design__info--t3, .design__info--t4, .design__info--t4-floor, .design__info--t4-desk, .design__info--t11 {
    text-align: center;
  }
}
.design__ttl {
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .design__ttl {
    margin: 0 0 40px;
  }
}
.design__ttl--t1, .design__ttl--t6 {
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  .design__ttl--t1, .design__ttl--t6 {
    text-align: center !important;
  }
}
.design__ttl--t3, .design__ttl--t4, .design__ttl--t4-floor, .design__ttl--t4-desk, .design__ttl--t11 {
  text-align: left !important;
}
@media only screen and (max-width: 600px) {
  .design__ttl--t3, .design__ttl--t4, .design__ttl--t4-floor, .design__ttl--t4-desk, .design__ttl--t11 {
    margin-bottom: 0 !important;
    text-align: center !important;
  }
}
.design__ttl--t5 {
  width: 100%;
  z-index: 3;
  text-align: left !important;
}
@media only screen and (max-width: 600px) {
  .design__ttl--t5 {
    width: 100%;
    text-align: center;
  }
}
.design__sttl {
  margin: 0 0 25px;
  font-weight: normal;
}
.design__sttl--t1, .design__sttl--t6 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .design__sttl--t1, .design__sttl--t6 {
    text-align: center;
    padding: 0 20px;
  }
}
.design__sttl--t3, .design__sttl--t4, .design__sttl--t4-floor, .design__sttl--t4-desk, .design__sttl--t11 {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
  max-width: 360px;
}
@media only screen and (max-width: 600px) {
  .design__sttl--t3, .design__sttl--t4, .design__sttl--t4-floor, .design__sttl--t4-desk, .design__sttl--t11 {
    float: left;
    margin-top: 26.4vw !important;
  }
}
.design__sttl--t5 {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .design__sttl--t5 {
    float: left;
  }
}
.design__ssttl--t1, .design__ssttl--t6 {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
}
.design__ssttl--t3, .design__ssttl--t4, .design__ssttl--t4-floor, .design__ssttl--t4-desk, .design__ssttl--t11 {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  max-width: 360px;
  margin-bottom: 1.75em;
}
@media only screen and (max-width: 600px) {
  .design__ssttl--t3, .design__ssttl--t4, .design__ssttl--t4-floor, .design__ssttl--t4-desk, .design__ssttl--t11 {
    float: left;
    width: 44.8vw;
  }
}
.design__ssttl--t5 {
  width: 50%;
  z-index: 3;
}
.design__txt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  margin: 0 0 45px;
}
@media only screen and (max-width: 767px) {
  .design__txt {
    margin: 0 20px 25px;
    text-align: left;
  }
}
.design__txt--t1, .design__txt--t6 {
  text-align: left;
}
.design__txt--t3, .design__txt--t4, .design__txt--t4-floor, .design__txt--t4-desk, .design__txt--t11 {
  max-width: 360px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .design__txt--t3, .design__txt--t4, .design__txt--t4-floor, .design__txt--t4-desk, .design__txt--t11 {
    margin-left: 0;
    max-width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .design__txt--t3, .design__txt--t4, .design__txt--t4-floor, .design__txt--t4-desk, .design__txt--t11 {
    clear: both;
    max-width: 100%;
    margin: 0 0 0 0;
  }
}
.design__txt--t5 {
  text-align: left;
  margin-bottom: 0;
  max-width: 365px;
}
@media only screen and (max-width: 767px) {
  .design__txt--t5 {
    margin: 0 0 0 0;
    width: 50%;
    max-width: 50%;
    z-index: 3;
  }
}
@media only screen and (max-width: 600px) {
  .design__txt--t5 {
    float: left;
  }
}
.design__txt--t7 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  .design__img--t1, .design__img--t6 {
    width: 50%;
  }
}
@media only screen and (max-width: 960px) {
  .design__img--t1, .design__img--t6 {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .design__img--t1, .design__img--t6 {
    width: 90%;
  }
}
.design__img--t3, .design__img--t4, .design__img--t4-floor, .design__img--t4-desk, .design__img--t11 {
  max-width: 208px;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .design__img--t3, .design__img--t4, .design__img--t4-floor, .design__img--t4-desk, .design__img--t11 {
    right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .design__img--t3, .design__img--t4, .design__img--t4-floor, .design__img--t4-desk, .design__img--t11 {
    position: static;
    float: right;
    width: 34.4vw;
  }
}
.design__img--t5 {
  max-width: 286px;
  position: absolute;
  right: 0;
  top: 40px;
}
@media only screen and (max-width: 767px) {
  .design__img--t5 {
    right: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .design__img--t5 {
    position: static;
    float: right;
    width: 34.4vw;
  }
}
.design__img--t7 {
  max-width: 704px;
  margin-left: auto;
  margin-right: auto;
}
.design__img--t9, .design__img--t9-plus, .design__img--t10 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.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: 1280px) {
  .function__header {
    right: 6vw;
    top: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .function__header h2 {
    margin: 0 0 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .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;
  font-size: 18px;
  font-size: 1.125rem;
  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 .prg {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .function__desc .prg {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 20px;
  }
}
.function__desc .notice {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.8;
  padding-top: 1em;
}
.function__desc .notice span {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.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;
}

@media only screen and (max-width: 600px) {
  .t1 article .function__header, .t6 article .function__header {
    padding-bottom: 0;
  }
}
.t1 article .function__item--6, .t6 article .function__item--6 {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t1 article .function__item--6 img, .t6 article .function__item--6 img {
  width: 51.82608696%;
}
@media only screen and (max-width: 600px) {
  .t1 article .function__item--6, .t6 article .function__item--6 {
    flex-direction: column;
  }
  .t1 article .function__item--6 img, .t6 article .function__item--6 img {
    width: 96%;
  }
}
.t1 article .function__desc--4, .t6 article .function__desc--4 {
  top: auto;
  bottom: 0;
}
.t1 article .function__desc--6, .t6 article .function__desc--6 {
  position: static;
  width: 40%;
  display: flex;
  flex-direction: column;
}
.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: 13px;
  font-size: 0.8125rem;
  line-height: 1.9;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .t2 .function__desc p {
    font-size: 13px;
    font-size: 0.8125rem;
    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, .t4 article .function, .t4-floor article .function, .t4-desk article .function, .t11 article .function {
    padding: 0;
  }
}
.t3 article .function__header, .t4 article .function__header, .t4-floor article .function__header, .t4-desk article .function__header, .t11 article .function__header {
  max-width: 380px;
}
@media only screen and (max-width: 1024px) {
  .t3 article .function__header, .t4 article .function__header, .t4-floor article .function__header, .t4-desk article .function__header, .t11 article .function__header {
    top: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .t3 article .function__header, .t4 article .function__header, .t4-floor article .function__header, .t4-desk article .function__header, .t11 article .function__header {
    position: static;
    max-width: 380px;
    margin: auto;
    text-align: left;
    padding: 16vw 5.6vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .t3 article .function__header h2, .t4 article .function__header h2, .t4-floor article .function__header h2, .t4-desk article .function__header h2, .t11 article .function__header h2 {
    text-align: center;
  }
}
.t3 article .function__header h3, .t4 article .function__header h3, .t4-floor article .function__header h3, .t4-desk article .function__header h3, .t11 article .function__header h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.t3 article .function__header p, .t4 article .function__header p, .t4-floor article .function__header p, .t4-desk article .function__header p, .t11 article .function__header p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .t3 article .function__item--1, .t4 article .function__item--1, .t4-floor article .function__item--1, .t4-desk article .function__item--1, .t11 article .function__item--1 {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .t3 article .function__item--1, .t4 article .function__item--1, .t4-floor article .function__item--1, .t4-desk article .function__item--1, .t11 article .function__item--1 {
    padding: 10vw 0 0;
  }
}
.t3 article .function__item--1 img, .t4 article .function__item--1 img, .t4-floor article .function__item--1 img, .t4-desk article .function__item--1 img, .t11 article .function__item--1 img {
  width: 48.04347826%;
}
@media only screen and (max-width: 767px) {
  .t3 article .function__item--1 img, .t4 article .function__item--1 img, .t4-floor article .function__item--1 img, .t4-desk article .function__item--1 img, .t11 article .function__item--1 img {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .t3 article .function__item--1 img, .t4 article .function__item--1 img, .t4-floor article .function__item--1 img, .t4-desk article .function__item--1 img, .t11 article .function__item--1 img {
    width: 100%;
  }
}
.t3 article .function__item--2, .t4 article .function__item--2, .t4-floor article .function__item--2, .t4-desk article .function__item--2, .t11 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, .t4 article .function__item--2, .t4-floor article .function__item--2, .t4-desk article .function__item--2, .t11 article .function__item--2 {
    padding-top: 6.95vw;
  }
}
.t3 article .function__item--2 img, .t4 article .function__item--2 img, .t4-floor article .function__item--2 img, .t4-desk article .function__item--2 img, .t11 article .function__item--2 img {
  width: 50%;
  max-width: 669px;
}
@media only screen and (max-width: 600px) {
  .t3 article .function__item--2 img, .t4 article .function__item--2 img, .t4-floor article .function__item--2 img, .t4-desk article .function__item--2 img, .t11 article .function__item--2 img {
    width: 100%;
  }
}
.t3 article .function__item--3, .t4 article .function__item--3, .t4-floor article .function__item--3, .t4-desk article .function__item--3, .t11 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, .t4 article .function__item--3, .t4-floor article .function__item--3, .t4-desk article .function__item--3, .t11 article .function__item--3 {
    flex-direction: column;
    text-align: center;
  }
}
.t3 article .function__item--3 img, .t4 article .function__item--3 img, .t4-floor article .function__item--3 img, .t4-desk article .function__item--3 img, .t11 article .function__item--3 img {
  width: 45.73913043%;
  margin-right: 50px;
}
@media only screen and (max-width: 600px) {
  .t3 article .function__item--3 img, .t4 article .function__item--3 img, .t4-floor article .function__item--3 img, .t4-desk article .function__item--3 img, .t11 article .function__item--3 img {
    width: 70vw;
    margin-right: 0;
  }
}
.t3 article .function__item--4, .t4 article .function__item--4, .t4-floor article .function__item--4, .t4-desk article .function__item--4, .t11 article .function__item--4 {
  margin-top: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .t3 article .function__item--4, .t4 article .function__item--4, .t4-floor article .function__item--4, .t4-desk article .function__item--4, .t11 article .function__item--4 {
    flex-direction: column;
  }
}
.t3 article .function__item--4 img, .t4 article .function__item--4 img, .t4-floor article .function__item--4 img, .t4-desk article .function__item--4 img, .t11 article .function__item--4 img {
  width: 67.82608696%;
}
@media only screen and (max-width: 767px) {
  .t3 article .function__item--4 img, .t4 article .function__item--4 img, .t4-floor article .function__item--4 img, .t4-desk article .function__item--4 img, .t11 article .function__item--4 img {
    width: 57%;
  }
}
@media only screen and (max-width: 600px) {
  .t3 article .function__item--4 img, .t4 article .function__item--4 img, .t4-floor article .function__item--4 img, .t4-desk article .function__item--4 img, .t11 article .function__item--4 img {
    width: 100%;
  }
}
.t3 article .function__item--5, .t4 article .function__item--5, .t4-floor article .function__item--5, .t4-desk article .function__item--5, .t11 article .function__item--5 {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  padding: 20px 0 36px;
}
@media only screen and (max-width: 600px) {
  .t3 article .function__item--5, .t4 article .function__item--5, .t4-floor article .function__item--5, .t4-desk article .function__item--5, .t11 article .function__item--5 {
    flex-direction: column;
    padding: 30px 0;
  }
}
.t3 article .function__item--5 img, .t4 article .function__item--5 img, .t4-floor article .function__item--5 img, .t4-desk article .function__item--5 img, .t11 article .function__item--5 img {
  width: 50%;
  width: 338px;
}
@media only screen and (max-width: 960px) {
  .t3 article .function__item--5 img, .t4 article .function__item--5 img, .t4-floor article .function__item--5 img, .t4-desk article .function__item--5 img, .t11 article .function__item--5 img {
    width: 169px;
  }
}
.t3 article .function__desc h3, .t4 article .function__desc h3, .t4-floor article .function__desc h3, .t4-desk article .function__desc h3, .t11 article .function__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .t3 article .function__desc--1, .t4 article .function__desc--1, .t4-floor article .function__desc--1, .t4-desk article .function__desc--1, .t11 article .function__desc--1 {
    position: static;
    width: auto;
    max-width: 380px;
    padding: 6vw 5.6vw 0;
    margin: auto;
  }
  .t3 article .function__desc--1 h3, .t4 article .function__desc--1 h3, .t4-floor article .function__desc--1 h3, .t4-desk article .function__desc--1 h3, .t11 article .function__desc--1 h3 {
    text-align: center;
  }
  .t3 article .function__desc--1 h3 br, .t4 article .function__desc--1 h3 br, .t4-floor article .function__desc--1 h3 br, .t4-desk article .function__desc--1 h3 br, .t11 article .function__desc--1 h3 br {
    display: none;
  }
  .t3 article .function__desc--1 p, .t4 article .function__desc--1 p, .t4-floor article .function__desc--1 p, .t4-desk article .function__desc--1 p, .t11 article .function__desc--1 p {
    margin: 0;
  }
}
.t3 article .function__desc--2, .t4 article .function__desc--2, .t4-floor article .function__desc--2, .t4-desk article .function__desc--2, .t11 article .function__desc--2 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 70px;
}
@media only screen and (max-width: 1024px) {
  .t3 article .function__desc--2, .t4 article .function__desc--2, .t4-floor article .function__desc--2, .t4-desk article .function__desc--2, .t11 article .function__desc--2 {
    right: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .t3 article .function__desc--2, .t4 article .function__desc--2, .t4-floor article .function__desc--2, .t4-desk article .function__desc--2, .t11 article .function__desc--2 {
    position: static;
    width: auto;
    max-width: 380px;
    padding: 6vw 5.6vw 0;
    margin: auto;
  }
  .t3 article .function__desc--2 h3, .t4 article .function__desc--2 h3, .t4-floor article .function__desc--2 h3, .t4-desk article .function__desc--2 h3, .t11 article .function__desc--2 h3 {
    text-align: center;
  }
  .t3 article .function__desc--2 h3 br, .t4 article .function__desc--2 h3 br, .t4-floor article .function__desc--2 h3 br, .t4-desk article .function__desc--2 h3 br, .t11 article .function__desc--2 h3 br {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .t3 article .function__desc--2 p, .t4 article .function__desc--2 p, .t4-floor article .function__desc--2 p, .t4-desk article .function__desc--2 p, .t11 article .function__desc--2 p {
    margin: 0 0 0 0;
  }
  .t3 article .function__desc--2 p br, .t4 article .function__desc--2 p br, .t4-floor article .function__desc--2 p br, .t4-desk article .function__desc--2 p br, .t11 article .function__desc--2 p br {
    display: none;
  }
}
.t3 article .function__desc--3, .t4 article .function__desc--3, .t4-floor article .function__desc--3, .t4-desk article .function__desc--3, .t11 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, .t4 article .function__desc--3, .t4-floor article .function__desc--3, .t4-desk article .function__desc--3, .t11 article .function__desc--3 {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8vw;
  }
}
.t3 article .function__desc--4, .t4 article .function__desc--4, .t4-floor article .function__desc--4, .t4-desk article .function__desc--4, .t11 article .function__desc--4 {
  position: static;
  top: 0;
  left: 0;
}
.t3 article .function__desc--5, .t4 article .function__desc--5, .t4-floor article .function__desc--5, .t4-desk article .function__desc--5, .t11 article .function__desc--5 {
  position: static;
  width: 250px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .t3 article .function__desc--5, .t4 article .function__desc--5, .t4-floor article .function__desc--5, .t4-desk article .function__desc--5, .t11 article .function__desc--5 {
    padding: 2vw;
  }
  .t3 article .function__desc--5 p:last-child, .t4 article .function__desc--5 p:last-child, .t4-floor article .function__desc--5 p:last-child, .t4-desk article .function__desc--5 p:last-child, .t11 article .function__desc--5 p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .t3 article .function__desc--5, .t4 article .function__desc--5, .t4-floor article .function__desc--5, .t4-desk article .function__desc--5, .t11 article .function__desc--5 {
    padding: 8vw 0 0;
    margin: 0;
    width: 100%;
    max-width: 380px;
  }
}
.t3 article .function__desc--5 h3, .t3 article .function__desc--5 p, .t4 article .function__desc--5 h3, .t4 article .function__desc--5 p, .t4-floor article .function__desc--5 h3, .t4-floor article .function__desc--5 p, .t4-desk article .function__desc--5 h3, .t4-desk article .function__desc--5 p, .t11 article .function__desc--5 h3, .t11 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, .t4 article .function__desc--5 h3, .t4 article .function__desc--5 p, .t4-floor article .function__desc--5 h3, .t4-floor article .function__desc--5 p, .t4-desk article .function__desc--5 h3, .t4-desk article .function__desc--5 p, .t11 article .function__desc--5 h3, .t11 article .function__desc--5 p {
    width: 100%;
    padding: 0 20px;
  }
}
.t3 article .function__desc--5 h3, .t4 article .function__desc--5 h3, .t4-floor article .function__desc--5 h3, .t4-desk article .function__desc--5 h3, .t11 article .function__desc--5 h3 {
  margin: 0 0 10px;
}
.t3 article .function__desc--5 p, .t4 article .function__desc--5 p, .t4-floor article .function__desc--5 p, .t4-desk article .function__desc--5 p, .t11 article .function__desc--5 p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  .t3 article .function__desc--5 p, .t4 article .function__desc--5 p, .t4-floor article .function__desc--5 p, .t4-desk article .function__desc--5 p, .t11 article .function__desc--5 p {
    margin: 0 0 8vw;
  }
}
.t3 .block p, .t4 .block p, .t4-floor .block p, .t4-desk .block p, .t11 .block p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.t4 article .function__item--1, .t4-floor article .function__item--1, .t4-desk article .function__item--1 {
  background-image: url(../img/t4/t4_line_inv.png);
  background-position: left bottom;
}
@media only screen and (max-width: 767px) {
  .t4 article .function__item--1, .t4-floor article .function__item--1, .t4-desk article .function__item--1 {
    background: transparent;
  }
}
@media only screen and (max-width: 600px) {
  .t4 article .function__item--1, .t4-floor article .function__item--1, .t4-desk article .function__item--1 {
    padding: 0;
  }
}
.t4 article .function__item--1 img, .t4-floor article .function__item--1 img, .t4-desk article .function__item--1 img {
  width: 55.47826087%;
  margin-left: 2.260869565%;
}
@media only screen and (max-width: 600px) {
  .t4 article .function__item--1 img, .t4-floor article .function__item--1 img, .t4-desk article .function__item--1 img {
    width: 80%;
  }
}
.t4 article .function__item--2, .t4-floor article .function__item--2, .t4-desk article .function__item--2 {
  background-image: url(../img/t4/t4_line.png);
  background-position: right bottom;
}
@media only screen and (max-width: 767px) {
  .t4 article .function__item--2, .t4-floor article .function__item--2, .t4-desk article .function__item--2 {
    background: transparent;
  }
}
.t4 article .function__item--2 img, .t4-floor article .function__item--2 img, .t4-desk article .function__item--2 img {
  width: 29.04347826%;
}
@media only screen and (max-width: 600px) {
  .t4 article .function__item--2 img, .t4-floor article .function__item--2 img, .t4-desk article .function__item--2 img {
    width: 50%;
  }
}
.t4 article .function__item--3, .t4-floor article .function__item--3, .t4-desk article .function__item--3 {
  padding: 0;
  background-image: url(../img/t4/t4_line.png);
  background-position: right bottom;
}
@media only screen and (max-width: 767px) {
  .t4 article .function__item--3, .t4-floor article .function__item--3, .t4-desk article .function__item--3 {
    background: transparent;
  }
}
.t4 article .function__item--3 img, .t4-floor article .function__item--3 img, .t4-desk article .function__item--3 img {
  width: 32.86956522%;
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .t4 article .function__item--3 img, .t4-floor article .function__item--3 img, .t4-desk article .function__item--3 img {
    width: 40%;
  }
}
.t4 article .function__item--4, .t4-floor article .function__item--4, .t4-desk article .function__item--4 {
  background-image: url(../img/t4/t4_line_inv.png);
  background-position: left bottom;
}
@media only screen and (max-width: 767px) {
  .t4 article .function__item--4, .t4-floor article .function__item--4, .t4-desk article .function__item--4 {
    background: transparent;
  }
}
.t4 article .function__item--4 img, .t4-floor article .function__item--4 img, .t4-desk article .function__item--4 img {
  width: 50%;
  margin-left: 6.52173913%;
}
@media only screen and (max-width: 600px) {
  .t4 article .function__item--4 img, .t4-floor article .function__item--4 img, .t4-desk article .function__item--4 img {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .t4 article .function__desc--1, .t4-floor article .function__desc--1, .t4-desk article .function__desc--1 {
    padding: 0 5.6vw 8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .t4 article .function__desc--2, .t4-floor article .function__desc--2, .t4-desk article .function__desc--2 {
    bottom: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .t4 article .function__desc--2, .t4-floor article .function__desc--2, .t4-desk article .function__desc--2 {
    padding: 0 5.6vw 8vw;
  }
}
.t4 article .function__desc--4, .t4-floor article .function__desc--4, .t4-desk article .function__desc--4 {
  margin-left: 7.8%;
}
@media only screen and (max-width: 767px) {
  .t4 article .function__desc--4, .t4-floor article .function__desc--4, .t4-desk article .function__desc--4 {
    margin-left: 0;
  }
}
.t4 article .function__desc--4 p, .t4-floor article .function__desc--4 p, .t4-desk article .function__desc--4 p {
  margin-bottom: 0;
}

.t5 article .function {
  padding-top: 60px;
}
@media only screen and (max-width: 600px) {
  .t5 article .function {
    padding: 50px 0 0;
  }
}
.t5 article .function__header {
  max-width: 380px;
}
@media only screen and (max-width: 1024px) {
  .t5 article .function__header {
    top: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  .t5 article .function__header {
    position: static;
    margin: auto;
    text-align: left;
    padding: 0 5.6vw 0;
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t5 article .function__header h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__header h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.t5 article .function__header h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.t5 article .function__header p {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__header p {
    margin-bottom: 20px;
  }
}
.t5 article .function__item--1 {
  background-image: url(../img/t4/t4_line_inv.png);
  background-position: left bottom;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__item--1 {
    text-align: center;
    background: transparent;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--1 {
    padding: 10vw 0 0;
    padding: 0;
    border-bottom: 1px solid #dddcdc;
  }
}
.t5 article .function__item--1 img {
  width: 55.47826087%;
  margin-left: 2.260869565%;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--1 img {
    width: 80%;
  }
}
.t5 article .function__item--2 {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--2 {
    padding: 20px 0 0;
  }
}
.t5 article .function__item--2 img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--2 img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--2 {
    flex-direction: column;
  }
}
.t5 article .function__item--3 {
  margin-top: 0;
  text-align: right;
}
.t5 article .function__item--3 img {
  width: 64%;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--3 img {
    width: 100%;
  }
}
.t5 article .function__item--3 .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--3 .prg {
    text-align: center;
  }
}
.t5 article .function__item--3 .notice {
  padding-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--3 .notice {
    text-align: center;
  }
}
.t5 article .function__item--3 .sup {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--3 .sup {
    flex-direction: column;
  }
}
.t5 article .function__item--3 dl {
  padding-top: 30px;
}
.t5 article .function__item--3 dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--3 dt {
    text-align: center;
  }
}
.t5 article .function__item--4 {
  margin-top: 0;
  text-align: center;
  background-image: url(../img/t4/t4_line.png);
  background-position: right bottom;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .t5 article .function__item--4 {
    padding-top: 6.95vw;
    background: transparent;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--4 {
    flex-direction: column;
  }
}
.t5 article .function__item--4 img {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--4 img {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--4 .prg {
    text-align: center;
  }
}
.t5 article .function__item--5 {
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-image: url(../img/t4/t4_line.png);
  background-position: 150% bottom;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__item--5 {
    flex-direction: column;
    text-align: center;
    background: transparent;
  }
}
.t5 article .function__item--5 img {
  width: 70%;
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--5 img {
    width: 70vw;
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--5 .prg {
    text-align: center;
  }
}
.t5 article .function__item--6 {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__item--6 {
    margin-top: 0;
    flex-direction: column;
    text-align: center;
    background: transparent;
  }
}
.t5 article .function__item--6 img {
  width: 77.91304348%;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__item--6 img {
    width: 57%;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--6 img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--6 .prg {
    text-align: center;
  }
}
.t5 article .function__item--7 {
  margin-top: -160px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-start;
  padding: 20px 0 80px;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__item--7 {
    margin-top: 0;
    flex-direction: column;
    text-align: center;
    background: transparent;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__item--7 {
    padding: 30px 0;
  }
}
.t5 article .function__item--7 img {
  width: 66%;
}
.t5 article .function__desc h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__desc--1 {
    position: static;
    width: auto;
    max-width: 380px;
    padding: 6vw 5.6vw 0;
    margin: auto;
  }
  .t5 article .function__desc--1 h3 {
    text-align: center;
  }
  .t5 article .function__desc--1 h3 br {
    display: none;
  }
  .t5 article .function__desc--1 p {
    margin: 0;
  }
}
.t5 article .function__desc--2 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 70px;
  position: static;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .t5 article .function__desc--2 {
    right: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .t5 article .function__desc--2 {
    position: static;
    width: auto;
    max-width: 380px;
    padding: 6vw 5.6vw 0;
    margin: auto;
  }
  .t5 article .function__desc--2 h3 {
    text-align: center;
  }
  .t5 article .function__desc--2 h3 br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__desc--2 {
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.t5 article .function__desc--2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .t5 article .function__desc--2 p br {
    display: none;
  }
}
.t5 article .function__desc--3 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 12.86956522%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .t5 article .function__desc--3 {
    left: 6%;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__desc--3 {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 8vw;
  }
}
.t5 article .function__desc--4 {
  position: static;
}
.t5 article .function__desc--5 {
  position: static;
}
.t5 article .function__desc--6 {
  top: 50%;
  left: 65.4%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .t5 article .function__desc--6 {
    position: static;
    width: 250px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin-top: -50px;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__desc--6 {
    width: 100%;
  }
}
.t5 article .function__desc--7 {
  position: static;
  width: 21.73913043%;
  max-width: 250px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__desc--7 {
    padding: 2vw;
    width: 250px;
  }
  .t5 article .function__desc--7 p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__desc--7 {
    padding: 8vw 0 0;
    margin: 0;
    width: 100%;
    max-width: 380px;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__desc--7 h3, .t5 article .function__desc--7 p {
    width: 100%;
    padding: 0 20px;
  }
}
.t5 article .function__desc--7 h3 {
  margin: 0 0 10px;
}
.t5 article .function__desc--7 p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .t5 article .function__desc--7 p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .t5 article .function__desc--7 p {
    margin: 0 0 8vw;
  }
}
.t5 .block p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.t6 article .function__item--3 {
  margin-top: 0;
}
.t6 article .function__item--4 {
  margin-top: -215px;
}

.t7 article .function {
  padding: 0 0 95px;
}
@media only screen and (max-width: 600px) {
  .t7 article .function {
    padding-bottom: 7.4vw;
  }
}
.t7 article .function__header {
  right: auto;
  left: 6.52173913%;
  text-align: left;
  width: 35%;
}
.t7 article .function__header h2 {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__header h2 {
    text-align: center;
  }
}
.t7 article .function__header p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__header {
    width: 100%;
    padding: 16vw 5.6vw 0;
    text-align: center;
  }
}
.t7 article .function__item--1 {
  text-align: right;
  padding: 4.7% 6.9% 0 0;
  margin-bottom: 8.695652174%;
}
@media only screen and (max-width: 767px) {
  .t7 article .function__item--1 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--1 {
    position: static;
    width: 81.86666667vw;
    margin: 0 auto;
    padding: 5vw 1vw 0 0;
  }
}
.t7 article .function__item--1 img {
  width: 46.69565217%;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--1 img {
    width: 100%;
  }
}
.t7 article .function__item--2 {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 13.47826087%;
}
.t7 article .function__item--2 img {
  width: 34.7826087%;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .t7 article .function__item--2 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--2 {
    margin-bottom: 12vw;
  }
}
.t7 article .function__item--3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 12.17391304%;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--3 {
    flex-direction: column;
    margin-bottom: 12vw;
  }
}
.t7 article .function__item--4 {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 1%;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--4 {
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: flex-start;
  }
}
.t7 article .function__item--4 img {
  width: 54.34782609%;
  margin-right: 4.347826087%;
}
@media only screen and (max-width: 767px) {
  .t7 article .function__item--4 img {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--4 img {
    width: 81.86666667vw;
    margin: 0 auto;
  }
}
.t7 article .function__item--4 .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--4 .prg {
    margin: 0;
  }
}
.t7 article .function__item--5 {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--5 {
    flex-direction: column;
    width: 100%;
  }
  .t7 article .function__item--5 .prg {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .t7 article .function__item--5 .prg {
    margin: 0;
  }
}
.t7 article .function__item--5 img {
  width: 29.56521739%;
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__item--5 img {
    width: 54.4vw;
  }
}
.t7 article .function__item--5 .prg {
  margin-bottom: 0;
}
.t7 article .function__desc--1 {
  width: 21.30434783%;
  position: static;
  margin-right: 4.347826087%;
}
@media only screen and (max-width: 767px) {
  .t7 article .function__desc--1 {
    width: 100%;
    margin-right: 0;
    padding: 0 6.52173913% 0 55%;
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--1 {
    padding: 0;
    margin-bottom: 12vw;
  }
}
.t7 article .function__desc--1 .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--1 .prg {
    margin: 0 5.6vw;
  }
}
.t7 article .function__desc--2 {
  position: static;
  width: 21.30434783%;
  margin-left: 4.347826087%;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--2 {
    width: 100%;
    margin: 0;
  }
}
.t7 article .function__desc--2 .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--2 .prg {
    margin: 0 5.6vw;
  }
}
.t7 article .function__desc--3 {
  width: 29.56521739%;
  position: static;
  margin: 0 2.869565217%;
}
@media only screen and (max-width: 767px) {
  .t7 article .function__desc--3 {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--3 {
    width: 100%;
  }
}
.t7 article .function__desc--3 .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--3 .prg {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--3 .notice {
    margin-bottom: 0;
    text-align: center;
  }
}
.t7 article .function__desc--4 {
  width: 21.30434783%;
  margin-right: 5.565217391%;
  position: static;
}
@media only screen and (max-width: 767px) {
  .t7 article .function__desc--4 {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--4 {
    width: 100%;
    margin-right: 0;
    padding: 0 5.6vw;
    margin-bottom: 12vw;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--4 .notice {
    margin-bottom: 0;
  }
}
.t7 article .function__desc--5 {
  width: 21.30434783%;
  margin-left: 7.217391304%;
  position: static;
}
@media only screen and (max-width: 767px) {
  .t7 article .function__desc--5 {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .t7 article .function__desc--5 {
    width: 100%;
    margin-left: 0;
    padding: 0 5.6vw;
  }
}
.t7 article .function__desc--5 .notice {
  margin-bottom: 0;
}

.t8 article .design__img {
  margin: auto;
  width: 100%;
  max-width: 776px;
}
.t8 article .function__item--1 {
  padding: 40px 0 0 0;
}
@media only screen and (max-width: 600px) {
  .t8 article .function__item--1 {
    padding: 0;
  }
}
.t8 article .function__item--1 img {
  width: 55.47826087%;
  margin-left: -2%;
}
@media only screen and (max-width: 600px) {
  .t8 article .function__item--1 img {
    width: 80%;
    display: block;
    margin: auto;
  }
}
.t8 article .function__item--2 {
  margin-top: 0;
}
@media only screen and (max-width: 960px) {
  .t8 article .function__item--2 {
    padding-top: 4.4%;
  }
}
@media only screen and (max-width: 600px) {
  .t8 article .function__item--2 {
    padding-top: 0;
  }
}
.t8 article .function__item--3 {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8.695652174vw 50px;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .t8 article .function__item--3 {
    flex-direction: column;
    padding: 0;
  }
}
.t8 article .function__item--3 img {
  width: 32.86956522%;
  margin-right: 4.174%;
}
@media only screen and (max-width: 600px) {
  .t8 article .function__item--3 img {
    margin-left: 0;
    margin-right: 0;
    width: 60%;
  }
}
.t8 article .function__item--4 {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  background-image: url(../img/t4/t4_line.png);
  background-position: right bottom;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__item--4 {
    flex-direction: column;
    background: transparent;
  }
}
.t8 article .function__item--4 img {
  width: 50vw;
  margin-left: 6.52173913%;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__item--4 img {
    width: 100%;
    margin-left: 0;
  }
}
.t8 article .function__item--5 {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url(../img/t4/t4_line_inv.png);
  background-position: left bottom;
  padding-top: 50px;
  padding-left: 6.956521739%;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__item--5 {
    padding-top: 0;
    padding-left: 0;
    flex-direction: column;
    background: transparent;
  }
}
.t8 article .function__item--5 img {
  width: 50vw;
  margin-right: 10%;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__item--5 img {
    width: 100%;
  }
}
.t8 article .function__item--6 {
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 65px 7% 57px 0;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__item--6 {
    flex-direction: column;
    padding: 0;
  }
}
.t8 article .function__item--6 img {
  width: 50vw;
  margin-left: 6%;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__item--6 img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .t8 article .function__desc p {
    margin-bottom: 60px;
  }
}
.t8 article .function__desc--2 {
  left: 8.8%;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .t8 article .function__desc--2 {
    left: 4.4%;
  }
}
.t8 article .function__desc--3, .t8 article .function__desc--4, .t8 article .function__desc--5, .t8 article .function__desc--6 {
  position: static;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__desc--3 h3, .t8 article .function__desc--4 h3, .t8 article .function__desc--5 h3, .t8 article .function__desc--6 h3 {
    padding-top: 20px;
  }
}
.t8 article .function__desc--4 {
  position: static;
}
@media only screen and (max-width: 767px) {
  .t8 article .function__desc--4 {
    margin-left: 0;
  }
}
.t8 article .function__desc--4 p {
  margin-bottom: 0;
}

.t9 article .function, .t9-plus article .function, .t10 article .function {
  padding: 0 0 95px;
}
@media only screen and (max-width: 600px) {
  .t9 article .function, .t9-plus article .function, .t10 article .function {
    padding-bottom: 7.4vw;
  }
}
.t9 article .function__header, .t9-plus article .function__header, .t10 article .function__header {
  right: auto;
  left: 6.52173913%;
  text-align: left;
  width: 35%;
}
.t9 article .function__header h2, .t9-plus article .function__header h2, .t10 article .function__header h2 {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__header h2, .t9-plus article .function__header h2, .t10 article .function__header h2 {
    text-align: center;
  }
}
.t9 article .function__header p, .t9-plus article .function__header p, .t10 article .function__header p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__header, .t9-plus article .function__header, .t10 article .function__header {
    width: 100%;
    padding: 16vw 5.6vw 0;
    text-align: center;
  }
}
.t9 article .function__item--1, .t9-plus article .function__item--1, .t10 article .function__item--1 {
  text-align: right;
  padding: 5.13% 0 0 0;
  margin-bottom: 4.8%;
}
@media only screen and (max-width: 767px) {
  .t9 article .function__item--1, .t9-plus article .function__item--1, .t10 article .function__item--1 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 600px) {
  .t9 article .function__item--1, .t9-plus article .function__item--1, .t10 article .function__item--1 {
    position: static;
    width: 81.86666667vw;
    margin: 0 auto;
    padding: 5vw 1vw 0 0;
  }
}
@media only screen and (max-width: 600px) and (max-width: 1024px) {
  .t9 article .function__item--1, .t9-plus article .function__item--1, .t10 article .function__item--1 {
    padding: 5vw 0 12vw;
  }
}
.t9 article .function__item--1 img, .t9-plus article .function__item--1 img, .t10 article .function__item--1 img {
  width: 55.2173913%;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__item--1 img, .t9-plus article .function__item--1 img, .t10 article .function__item--1 img {
    width: 100%;
  }
}
.t9 article .function__item--2, .t9-plus article .function__item--2, .t10 article .function__item--2 {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0%;
}
.t9 article .function__item--2 img, .t9-plus article .function__item--2 img, .t10 article .function__item--2 img {
  width: 59.73913043%;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__item--2 img, .t9-plus article .function__item--2 img, .t10 article .function__item--2 img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t9 article .function__item--2, .t9-plus article .function__item--2, .t10 article .function__item--2 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .t9 article .function__item--2, .t9-plus article .function__item--2, .t10 article .function__item--2 {
    margin-bottom: 12vw;
  }
}
.t9 article .function__item--3, .t9-plus article .function__item--3, .t10 article .function__item--3 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__item--3, .t9-plus article .function__item--3, .t10 article .function__item--3 {
    flex-direction: column;
    margin-bottom: 12vw;
  }
}
.t9 article .function__item--3 img, .t9-plus article .function__item--3 img, .t10 article .function__item--3 img {
  width: 71.04347826%;
}
@media only screen and (max-width: 1024px) {
  .t9 article .function__item--3 img, .t9-plus article .function__item--3 img, .t10 article .function__item--3 img {
    width: 75%;
  }
}
@media only screen and (max-width: 600px) {
  .t9 article .function__item--3 img, .t9-plus article .function__item--3 img, .t10 article .function__item--3 img {
    width: 100%;
  }
}
.t9 article .function__desc--1, .t9-plus article .function__desc--1, .t10 article .function__desc--1 {
  display: none;
}
.t9 article .function__desc--2, .t9-plus article .function__desc--2, .t10 article .function__desc--2 {
  position: static;
  width: 21.30434783%;
  margin-left: 4.347826087%;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__desc--2, .t9-plus article .function__desc--2, .t10 article .function__desc--2 {
    width: 100%;
    margin: 0;
  }
}
.t9 article .function__desc--2 .prg, .t9-plus article .function__desc--2 .prg, .t10 article .function__desc--2 .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__desc--2 .prg, .t9-plus article .function__desc--2 .prg, .t10 article .function__desc--2 .prg {
    margin: 0 5.6vw;
  }
}
.t9 article .function__desc--3, .t9-plus article .function__desc--3, .t10 article .function__desc--3 {
  width: 21.30434783%;
  position: static;
  margin: 0 0 0 0;
}
@media only screen and (max-width: 767px) {
  .t9 article .function__desc--3, .t9-plus article .function__desc--3, .t10 article .function__desc--3 {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .t9 article .function__desc--3, .t9-plus article .function__desc--3, .t10 article .function__desc--3 {
    width: 100%;
  }
}
.t9 article .function__desc--3 .prg, .t9-plus article .function__desc--3 .prg, .t10 article .function__desc--3 .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .t9 article .function__desc--3 .prg, .t9-plus article .function__desc--3 .prg, .t10 article .function__desc--3 .prg {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .t9 article .function__desc--3 .notice, .t9-plus article .function__desc--3 .notice, .t10 article .function__desc--3 .notice {
    margin-bottom: 0;
    text-align: center;
  }
}

.t9 article .main-visual__ttl2 {
  display: block;
  max-width: 304px;
}
.t9 article .main-visual__ttl2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.t9-plus article .main-visual .mv__img {
  max-width: 1094px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .t9-plus article .main-visual .mv__img {
    padding: 0 10px;
  }
}
.t9-plus article .intro {
  padding: 100px 0 100px 105px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .intro {
    padding: 10vw 5.333333333vw;
  }
}
.t9-plus article .intro__ttl1 {
  height: auto;
  width: 144px;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .intro__ttl1 {
    width: 17.6vw;
    min-width: 66px;
  }
}
.t9-plus article .intro__ttl2 {
  margin-top: 10px;
  display: block;
  width: 196px;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .intro__ttl2 {
    width: 24vw;
    min-width: 90px;
    margin-top: 8px;
  }
}
.t9-plus article .intro__text {
  width: 35.65217391%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .intro__text {
    width: 100%;
    padding: 0;
  }
}
.t9-plus article .intro__img {
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .intro__img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t9-plus article .design {
    padding: 10vw 5.333333333vw;
  }
}
.t9-plus article .design__txt {
  margin: 0 0 25px 0;
}
.t9-plus article .function {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.t9-plus article .function__header {
  position: static;
  width: auto;
  padding: 115px 0 0 6.52173913%;
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__header {
    padding: 40px 20px 0;
    width: 100%;
  }
}
.t9-plus article .function__header-txt {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__header-txt {
    width: 100%;
  }
}
.t9-plus article .function__header-img {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__header-img {
    display: none;
  }
}
.t9-plus article .function__item--1 {
  padding: 5.13% 6.08% 0;
  margin-bottom: 4.8%;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--1 {
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.t9-plus article .function__item--1 img {
  width: 43.91304348%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--1 img {
    width: 80%;
  }
}
.t9-plus article .function__item--2 {
  justify-content: flex-start;
  gap: 65px;
  padding: 0 100px 49px 50px;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--2 {
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }
}
.t9-plus article .function__item--2 .function__desc {
  width: auto;
}
.t9-plus article .function__item--2 img {
  width: 64.34%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--2 img {
    width: 80%;
  }
}
.t9-plus article .function__item--3 {
  padding: 0 65px 0 155px;
  gap: 100px;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--3 {
    flex-direction: column;
    padding: 0;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }
}
.t9-plus article .function__item--3 img {
  width: 53.76344086%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--3 img {
    width: 80%;
  }
}
.t9-plus article .function__item--4 {
  margin-top: 0;
  display: flex;
  gap: 100px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--4 {
    flex-direction: column;
    padding: 0;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }
}
.t9-plus article .function__item--4 img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--4 img {
    width: 90%;
    margin-right: auto;
  }
}
.t9-plus article .function__item--5 {
  margin-top: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--5 {
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
.t9-plus article .function__item--5 img {
  width: 58.69565217%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--5 img {
    width: 80%;
  }
}
.t9-plus article .function__item--6 {
  margin-top: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--6 {
    flex-direction: column;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
}
.t9-plus article .function__item--6 img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__item--6 img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__desc {
    padding: 0 5.333333333vw;
    margin: 0;
  }
}
.t9-plus article .function__desc .hd3 {
  padding-top: 0;
  font-weight: bold;
}
.t9-plus article .function__desc .prg {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__desc .prg {
    margin: 0;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .t9-plus article .function__desc .notice {
    margin: 0;
  }
  .t9-plus article .function__desc .notice + .hd3 {
    padding-top: 20px;
  }
}
.t9-plus article .function__desc--1 {
  display: block;
  position: static;
  width: auto;
  text-align: left;
}
.t9-plus article .function__desc--4 {
  position: static;
  width: auto;
}
.t9-plus article .function__desc--6 {
  position: static;
  width: auto;
}

.t4-desk article .main-visual {
  flex-direction: column;
  padding: 62px 0 80px;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .main-visual {
    padding: 8vw 8vw 16vw;
  }
}
.t4-desk article .main-visual .mv__txt {
  width: 100%;
  max-width: 100%;
}
.t4-desk article .main-visual .mv__txt h2 {
  width: auto;
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .t4-desk article .main-visual .mv__txt h2 {
    width: 100%;
    max-width: 100%;
  }
}
.t4-desk article .main-visual .mv__txt p {
  margin: 0 10% 50px;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .main-visual .mv__txt p {
    margin: 0 0;
    padding: 0;
  }
}
.t4-desk article .main-visual .mv__img img {
  width: 100%;
  height: auto;
}
.t4-desk article .main-visual__ttl1 {
  height: auto;
  width: 156px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .main-visual__ttl1 {
    width: 31.46666667vw;
    max-width: 100%;
  }
}
.t4-desk article .main-visual__ttl2 {
  display: block;
  width: 36.71428571%;
  max-width: 514px;
  margin: 0 auto;
}
.t4-desk article .main-visual__ttl2 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .main-visual__ttl2 {
    width: 58.66666667vw;
    max-width: 100%;
  }
}
.t4-desk article .intro {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 62px 65px 41px;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .intro {
    padding: 10.66666667vw 5.333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.t4-desk article .intro__img {
  max-width: 689px;
  width: 67.54%;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .intro__img {
    width: 100%;
  }
}
.t4-desk article .intro__img img {
  width: 100%;
  max-width: 100%;
}
.t4-desk article .intro__text {
  position: absolute;
  left: auto;
  right: 5%;
  top: 8%;
  flex-direction: column;
  width: 35.65217391%;
  padding: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .intro__text {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10.66666667vw;
  }
}
.t4-desk article .intro__text dt {
  white-space: wrap;
  margin-bottom: 8%;
}
.t4-desk article .intro__text dd {
  width: auto;
  padding-left: 36.58536585%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .intro__text dd {
    padding-left: 0;
  }
}
.t4-desk article .intro h2 {
  max-width: 100%;
  padding: 0;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
}
.t4-desk article .intro__ttl1 {
  width: 144px;
  margin-bottom: 10px;
}
.t4-desk article .intro__ttl2 {
  width: 326px;
  max-width: 100%;
}
.t4-desk article .design {
  max-width: 1150px;
  padding: 80px 112px 80px 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .design {
    padding: 16vw 8vw;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .t4-desk article .design__ttl {
    margin-bottom: 10.66666667vw;
  }
}
@media only screen and (max-width: 600px) {
  .t4-desk article .design__ttl {
    margin-bottom: 10.66666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .t4-desk article .design__sttl {
    margin-top: 0;
    margin-bottom: 5.333333333vw;
  }
}
@media only screen and (max-width: 600px) {
  .t4-desk article .design__sttl {
    float: none;
    margin-top: 0 !important;
    margin-bottom: 5.333333333vw;
  }
}
.t4-desk article .design__desc {
  width: 45.11819116%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .design__desc {
    width: 100%;
    align-items: center;
    margin-bottom: 10.66666667vw;
  }
}
.t4-desk article .design__img {
  max-width: 519px;
  width: 53.34%;
  padding: 0;
  position: static;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .design__img {
    width: 100%;
  }
}
.t4-desk article .design__img img {
  width: 100%;
  max-width: 100%;
}
.t4-desk article .design__txt {
  max-width: 360px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .design__txt {
    max-width: 100%;
  }
}
.t4-desk article .function {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 40px;
  }
}
.t4-desk article .function__header {
  text-align: left;
}
.t4-desk article .function__header h2 {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__header {
    max-width: 100%;
    padding: 40px 20px 0;
  }
}
.t4-desk article .function__item p {
  margin-bottom: 0;
}
.t4-desk article .function__item--1 {
  padding: 5.13% 6.08% 0 0;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--1 {
    padding: 0;
  }
}
.t4-desk article .function__item--1 img {
  margin: 0;
}
.t4-desk article .function__item--2 {
  padding: 120px 0 0 0;
  background: none;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--2 {
    padding-top: 0;
  }
}
.t4-desk article .function__item--2 img {
  width: 37.2173913%;
}
.t4-desk article .function__item--2 .function__desc {
  width: 260px;
  top: 40%;
  right: 10%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--2 .function__desc {
    width: 100%;
  }
}
.t4-desk article .function__item--2 .function__desc p {
  margin-bottom: 0;
}
.t4-desk article .function__item--3 {
  padding: 0;
  flex-direction: row;
  background: none;
  gap: 6.26%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--3 {
    flex-direction: column;
  }
}
.t4-desk article .function__item--3 img {
  width: 53.74%;
  margin-left: 5.65%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--3 img {
    width: 100%;
  }
}
.t4-desk article .function__item--3 .function__desc {
  width: 260px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--3 .function__desc {
    width: 100%;
  }
}
.t4-desk article .function__item--4 {
  padding: 0;
  flex-direction: row-reverse;
  background-image: url(../img/t4/t4_line.png);
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--4 {
    flex-direction: column;
  }
}
.t4-desk article .function__item--4 img {
  width: 58.7826087%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--4 img {
    width: 100%;
  }
}
.t4-desk article .function__item--4 .function__desc {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--4 .function__desc {
    width: 100%;
  }
}
.t4-desk article .function__item--5 {
  padding: 0;
  flex-direction: row;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--5 {
    flex-direction: column;
  }
}
.t4-desk article .function__item--5 img {
  width: 58.7826087%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--5 img {
    width: 100%;
  }
}
.t4-desk article .function__item--5 .function__desc {
  width: auto;
}
.t4-desk article .function__item--6 {
  padding: 120px 65px 0 65px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 13.82%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--6 {
    flex-direction: column;
    padding: 0;
  }
}
.t4-desk article .function__item--6 img {
  width: 47.05882353%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--6 img {
    width: 70%;
    margin: 0 auto;
  }
}
.t4-desk article .function__item--6 .function__desc {
  width: 260px;
  position: static;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--6 .function__desc {
    width: 100%;
  }
}
.t4-desk article .function__item--7 {
  padding: 0 65px;
  margin: -10.52631579% 0 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  gap: 13.92156863%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--7 {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
}
.t4-desk article .function__item--7 img {
  width: 41.74%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__item--7 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__desc .prg {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__desc .notice {
    margin: 0;
  }
}
.t4-desk article .function__desc .notice + .hd3 {
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__desc .notice + .hd3 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__desc--1, .t4-desk article .function__desc--2, .t4-desk article .function__desc--3, .t4-desk article .function__desc--4, .t4-desk article .function__desc--5, .t4-desk article .function__desc--6, .t4-desk article .function__desc--7 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 5.333333333vw;
  }
}
.t4-desk article .function__desc--1 {
  width: 22.6%;
  top: 120%;
  left: 12%;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__desc--1 {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__desc--4 {
    padding-bottom: 30px;
  }
}
.t4-desk article .function__desc--7 {
  width: 260px;
  position: static;
}
@media only screen and (max-width: 767px) {
  .t4-desk article .function__desc--7 {
    width: 100%;
  }
}

.t4-floor article .main-visual {
  padding: 96px 0 80px;
}
@media only screen and (max-width: 600px) {
  .t4-floor article .main-visual {
    padding: 8vw 0;
  }
}
.t4-floor article .main-visual__ttl1 {
  width: 156px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 600px) {
  .t4-floor article .main-visual__ttl1 {
    width: 31.46666667vw;
    margin-bottom: 4.8vw;
  }
}
@media only screen and (max-width: 600px) {
  .t4-floor article .main-visual__ttl2 {
    width: 58.66666667vw;
    margin-bottom: 8.66666667vw;
  }
}
@media only screen and (max-width: 600px) {
  .t4-floor article .main-visual .mv__txt h2 {
    margin-bottom: 8.66666667vw;
  }
  .t4-floor article .main-visual .mv__txt p {
    margin-bottom: 8vw;
  }
}
.t4-floor article .intro__text h2 {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .t4-floor article .intro__text h2 {
    margin-bottom: 4.26666667vw;
  }
}
.t4-floor article .intro__ttl1 {
  width: 144px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  .t4-floor article .intro__ttl1 {
    width: 17.6vw;
    margin-bottom: 0;
  }
}
.t4-floor article .intro__ttl2 {
  width: 100%;
  max-width: 360px;
}
@media only screen and (max-width: 600px) {
  .t4-floor article .intro__ttl2 {
    max-width: 40vw;
  }
}
.t4-floor article .intro__ttl2 img {
  width: 100%;
}
.t4-floor article .design {
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .t4-floor article .design {
    padding: 37.33333333vw 0 0;
  }
}
.t4-floor article .design__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
.t4-floor article .design__ttl {
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .t4-floor article .design__ttl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 16vw;
    text-align: center;
  }
}
.t4-floor article .design__sttl {
  text-align: left;
}
.t4-floor article .design__txt {
  text-align: left;
  margin-bottom: 0;
  max-width: 360px;
}
.t4-floor article .design__img {
  position: static;
  width: 224px;
}
.t4-floor article .function__item--2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 160px;
  background: none;
}
.t4-floor article .function__item--3 {
  justify-content: center;
  gap: 100px;
  padding-bottom: 80px;
}
.t4-floor article .function p.prg {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .stage article .main-visual {
    padding: 10.66666667vw 0 16vw;
  }
}
@media only screen and (max-width: 767px) {
  .stage article .main-visual .mv__txt {
    padding: 0 10.33333333vw;
  }
  .stage article .main-visual .mv__txt h2 {
    margin-bottom: 5.6vw;
  }
  .stage article .main-visual .mv__txt p {
    margin-bottom: 7.2vw;
  }
}
.stage article .intro {
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .stage article .intro {
    padding: 5.333333333vw 5.333333333vw 0;
  }
}
.stage article .intro__text {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .stage article .intro__text {
    padding: 0;
  }
}
.stage article .intro__text h2 {
  max-width: 216px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .stage article .intro__text h2 {
    width: 22.4vw;
    max-width: 100%;
    margin-bottom: 5.33333333vw;
  }
  .stage article .intro__text h2 picture, .stage article .intro__text h2 img {
    width: 100%;
    max-width: 100%;
  }
}
.stage article .intro__text dd {
  width: auto;
  max-width: 360px;
}
.stage article .intro__img {
  display: flex;
  align-items: flex-end;
  width: 44.7%;
  max-width: 510px;
}
@media only screen and (max-width: 767px) {
  .stage article .intro__img {
    width: 77.33333333vw;
    max-width: 100%;
  }
}
.stage article .intro__img img {
  max-width: 100%;
}
.stage .stage-block1 {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block1 {
    padding: 16vw 8vw;
  }
}
@media only screen and (max-width: 767px) {
  .stage .stage-block1 h2 {
    margin-bottom: 10.66666667vw;
  }
}
.stage .stage-block1 h3 {
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block1 h3 {
    margin-bottom: 5.33333333vw;
  }
}
.stage .stage-block1 p {
  font-size: 13px;
  font-size: 0.8125rem;
}
.stage .stage-block1__text {
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto 55px !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block1__text {
    margin-bottom: 8vw !important;
    padding: 0;
    text-align: left;
  }
}
.stage .stage-block1__img {
  max-width: 1020px;
  margin: 0 auto 80px;
}
.stage .stage-block1__img img {
  width: 100%;
  height: auto;
}
.stage .stage-block1__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 4.6%;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block1__body {
    padding: 0;
    flex-direction: column;
  }
}
.stage .stage-block1__body-text {
  width: 35.3%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block1__body-text {
    width: 100%;
  }
}
.stage .stage-block1__body-text h3 {
  text-align: left;
}
.stage .stage-block1__body-img {
  width: 59.8%;
  margin: 22px 0 0;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block1__body-img {
    width: 100%;
  }
}
.stage .stage-block2 {
  padding: 80px 0;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block2 {
    flex-direction: column;
    margin: 0 10px;
    padding: 0;
  }
}
.stage .stage-block2__body {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 5.65% 0 0;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block2__body {
    flex-direction: column;
    padding: 16vw 5.333333333vw 0;
  }
}
.stage .stage-block2__text {
  width: 33.74%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block2__text {
    width: 100%;
    padding: 0;
    margin-bottom: 13.33333333vw;
  }
}
.stage .stage-block2__text h2 {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block2__text h2 {
    text-align: center;
    margin-bottom: 10.66666667vw;
  }
}
.stage .stage-block2__text h3 {
  text-align: right;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block2__text h3 {
    text-align: center;
    margin-bottom: 5.333333333vw;
  }
}
.stage .stage-block2__text p {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.stage .stage-block2__img {
  padding: 100px 0 0;
  width: 58.7%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .stage .stage-block2__img {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .kisekae .main-visual {
    padding: 10.66666667vw 0 16vw;
  }
}
.kisekae .main-visual h2 {
  width: 576px;
}
@media only screen and (max-width: 767px) {
  .kisekae .main-visual h2 {
    width: 84vw;
    max-width: 100%;
  }
}
.kisekae .main-visual p {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .kisekae .main-visual p {
    padding: 0 13.33333333vw;
    margin-bottom: 10.4vw;
  }
}
.kisekae .main-visual .mv__img {
  max-width: 512px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .kisekae .main-visual .mv__img {
    padding: 0 15.2vw;
  }
}
.kisekae .intro {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .kisekae .intro {
    flex-direction: column;
    padding: 10.66666667vw 5.333333333vw;
  }
}
.kisekae .intro__text dt, .kisekae .intro__text dd {
  white-space: wrap;
}

.spec {
  padding: 90px 0 35px;
}
.spec__item {
  margin: 0 20px 40px;
  text-align: center;
}
.spec__ttl {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
.spec__cont {
  font-size: 13px;
  font-size: 0.8125rem;
  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: 13px;
  font-size: 0.8125rem;
  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: 13px;
  font-size: 0.8125rem;
  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 30px;
  transition: all 0.4s ease;
}
.buy a:hover {
  opacity: 0.7;
}
.buy a:last-child {
  margin-bottom: 0;
}
.buy a span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 5px;
}

/*==================================================
-- : お問い合わせ
================================================== */
.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: 13px;
  font-size: 0.8125rem;
}
@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: 767px) {
  .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: 13px;
  font-size: 0.8125rem;
  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;
}
.submitContainer .wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

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

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

.contact .grecaptcha-badge {
  visibility: hidden;
}

.contact .submitContainer__inner p:nth-child(3) {
  font-size: 10px;
  color: #999;
}
.contact .submitContainer__inner p:nth-child(3) a {
  text-decoration: underline;
  color: #000;
}

/*フォームの細かい設定*/
.form__products .wpcf7-radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__products .wpcf7-radio::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.form__products .wpcf7-list-item {
  margin-left: 0;
  width: 32%;
  margin-bottom: 2%;
}
.form__products .wpcf7-list-item input {
  display: none;
}
.form__products .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t1.png);
}
.form__products .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t2.png);
}
.form__products .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t3.png);
}
.form__products .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t4.png);
}
.form__products .wpcf7-list-item:nth-child(5) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t5.png);
}
.form__products .wpcf7-list-item:nth-child(6) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t6.png);
}
.form__products .wpcf7-list-item:nth-child(7) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t7.png);
}
.form__products .wpcf7-list-item:nth-child(8) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t8.png);
}
.form__products .wpcf7-list-item:nth-child(9) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t9.png);
}
.form__products .wpcf7-list-item:nth-child(10) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t10.png);
}
.form__products .wpcf7-list-item:nth-child(11) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t11.png);
}
.form__products .wpcf7-list-item:nth-child(12) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_t0.png);
}
.form__products .wpcf7-list-item:nth-child(13) .wpcf7-list-item-label {
  background-image: url(../img/form_btn_other.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;
}
@media only screen and (max-width: 960px) {
  .form__products .wpcf7-list-item-label {
    background-size: 90% auto;
  }
}
.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__logo--tseries p {
  color: #000;
}
.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: 13px;
    font-size: 0.8125rem;
    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: 13px;
  font-size: 0.8125rem;
  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: 13px;
  font-size: 0.8125rem;
  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: 13px;
  font-size: 0.8125rem;
  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;
}*/