@charset "UTF-8";

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

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

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

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
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. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

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

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

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

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

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: Avenir, Arial, "KozGoPro-Light", "小塚ゴシック Pro L",
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,
    "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  background: #fff;
  color: #63676b;
  line-height: 1.4;
  margin: auto;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

img {
  width: 100%;
  display: block;
}

@media (min-width: 769px) {
  img {
    width: auto;
  }
}

p {
  line-height: 2;
  margin: 0 0 10px;
}

svg {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.container {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 769px) {
  .container {
    width: 950px;
    margin: auto;
    padding: 0;
  }
}

.sw-Btn {
  display: inline-block;
  outline: 0;
  text-decoration: none;
  text-align: center;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.sw-Btn-block {
  display: block;
}

.sw-Btn-primary {
  background: #ceb367;
  color: #fff;
}

.sw-Btn-primary:hover {
  background-color: #dac68e;
}

.sw-Btn-seconday {
  background: #ebaebe;
  color: #fff;
}

.sw-Btn-seconday:hover {
  background-color: #f0c2ce;
}

.sw-Btn_Text {
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: 50%;
}

.sw-Btn_Text-headerOnline {
  background-image: url("../image/SiteWide/btn_text_online_sp.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/SiteWide/btn_text_online_sp.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/SiteWide/btn_text_online_sp.svg");
  background-size: 156px 14px;
}

@media (min-width: 480px) {
  .sw-Btn_Text-headerOnline {
    background-size: 156px 21px;
  }
}

@media (min-width: 769px) {
  .sw-Btn_Text-headerOnline {
    background-image: url("../image/SiteWide/btn_text_online1.png");
    background-image: -webkit-linear-gradient(transparent, transparent),
      url("../image/SiteWide/btn_text_online1.svg");
    background-image: linear-gradient(transparent, transparent),
      url("../image/SiteWide/btn_text_online1.svg");
    background-size: 148px 18px;
  }
}

.sw-Btn_Text-online {
  background-image: url("../image/SiteWide/btn_text_online2.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/SiteWide/btn_text_online1.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/SiteWide/btn_text_online1.svg");
  background-size: 163px 19px;
}

@media (min-width: 769px) {
  .sw-Btn_Text-online {
    background-size: 204px 24px;
  }
}

.sw-Btn_Text-more {
  background-image: none, url("../image/SiteWide/btn_text_more.png");
  background-image: none, url("../image/SiteWide/btn_text_more.svg");
  background-size: 0 0, 104.34783px 17.3913px;
}

@media (min-width: 769px) {
  .sw-Btn_Text-more {
    background-size: 0 0, 120px 20px;
  }
}

.sw-Panel {
  border: 1px solid #c1ccd6;
}

.sw-Panel_Target {
  padding: 10px;
  display: block;
  color: #63676b;
  position: relative;
  text-decoration: none;
}

.sw-Panel_Target::after {
  content: "";
  position: absolute;
  border-right: 1px solid #63676b;
  border-bottom: 1px solid #63676b;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.sw-Panel_Target[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.st-Header {
  /* padding-top: 20px; */
  padding: 20px 20px 0;
  overflow: hidden;
}

@media (min-width: 769px) {
  .st-Header {
    padding-top: 70px;
    height: 140px;
  }
}

.st-Header_Logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-image: url("../image/Structure/logo.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Structure/logo.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Structure/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 40px;
  float: left;
}

@media (min-width: 480px) {
  .st-Header_Logo {
    width: 157px;
  }
}

@media (min-width: 769px) {
  .st-Header_Logo {
    background-position: 50%;
  }
}

.st-Header_Logo > a {
  display: block;
  height: inherit;
}

.st-Header_Nav {
  position: relative;
  overflow: hidden;
}

.st-Header_Nav-sp {
  margin: 30px 0 20px;
}

@media (min-width: 769px) {
  .st-Header_Nav-sp {
    display: none;
  }
}

.st-Header_Nav-pc {
  display: none;
  float: left;
  margin-left: 84px;
}

@media (min-width: 769px) {
  .st-Header_Nav-pc {
    display: block;
  }
}

.st-Header_NavList {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  float: left;
}

.st-Header_NavList::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 769px) {
  .st-Header_NavList {
    left: auto;
    float: none;
  }
}

.st-Header_NavItem {
  float: left;
  line-height: 1;
  position: relative;
  margin: 0 6px;
  left: -50%;
  font-size: 1rem;
}

@media (min-width: 480px) {
  .st-Header_NavItem {
    font-size: 1.4rem;
    margin: 0 16px;
  }
}

@media (min-width: 769px) {
  .st-Header_NavItem {
    left: auto;
    margin: 21px 35px 0 0;
  }
}

.st-Header_NavTarget {
  color: #63676b;
  text-decoration: none;
  position: relative;
  letter-spacing: 2px;
  padding-left: 15px;
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

@media (min-width: 769px) {
  .st-Header_NavTarget {
    padding-left: 20px;
  }
}

.st-Header_NavTarget::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #63676b;
  left: 2px;
  top: 0px;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin: auto 0;
}

@media (min-width: 769px) {
  .st-Header_NavTarget::before {
    width: 10px;
    height: 10px;
  }
}

.st-Header_NavTarget:hover,
.st-Header_NavTarget:active,
.st-Header_NavTarget-active {
  color: #ceb367;
}

.st-Header_NavTarget:hover::before,
.st-Header_NavTarget:active::before,
.st-Header_NavTarget-active::before {
  background: #ceb367;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st-Header_Shop {
  float: right;
  width: 80px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .st-Header_Shop {
    width: 190px;
  }
}

.st-Header_ShopTarget {
  height: 25px;
}

@media (min-width: 480px) {
  .st-Header_ShopTarget {
    height: 40px;
  }
}

.st-Footer {
  margin-top: 50px;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

@media (min-width: 769px) {
  .st-Footer {
    margin-top: 100px;
  }
}

.st-Footer_Main {
  overflow: hidden;
  padding-bottom: 14px;
  border-color: #b9baba;
  border-style: solid;
  border-width: 1px 0 0;
}

@media (min-width: 769px) {
  .st-Footer_Main {
    border-width: 0 0 1px;
  }
}

.st-Footer_Nav {
  width: 270px;
  margin: auto;
}

@media (min-width: 480px) {
  .st-Footer_Nav {
    width: 290px;
  }
}

@media (min-width: 769px) {
  .st-Footer_Nav {
    float: left;
    width: auto;
    margin: 0;
  }
}

.st-Footer_NavList {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.st-Footer_NavItem {
  float: left;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .st-Footer_NavItem {
    margin-top: 0;
  }
}

.st-Footer_NavItem + .st-Footer_NavItem {
  margin-left: 45px;
}

@media (min-width: 480px) {
  .st-Footer_NavItem + .st-Footer_NavItem {
    margin-left: 30px;
  }
}

.st-Footer_NavTarget {
  font-size: 1rem;
  color: #63676b;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

@media (min-width: 480px) {
  .st-Footer_NavTarget {
    font-size: 1.4rem;
  }
}

.st-Footer_NavTarget::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ceb367;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  bottom: 0;
  left: 0;
}

.st-Footer_NavTarget:hover {
  color: #ceb367;
}

.st-Footer_NavTarget:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.st-Footer_Logo {
  display: none;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-image: url("../image/Structure/logo_footer.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Structure/logo.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Structure/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 94px;
  height: 18px;
  float: right;
}

.st-Footer_Logo > a {
  height: 100%;
  display: block;
}

@media (min-width: 769px) {
  .st-Footer_Logo {
    display: block;
  }
}

.st-Footer_Copy {
  margin-top: 25px;
  text-align: center;
  font-size: 1rem;
}

@media (min-width: 769px) {
  .st-Footer_Copy {
    font-size: 1.2rem;
  }
}

.hero-Standard {
  width: 100%;
}

@media (min-width: 769px) {
  .hero-Standard {
    width: 950px;
    margin: auto;
  }
}

.hero-Standard_Main {
  position: relative;
}

@media (min-width: 769px) {
  .hero-Standard_MainSp {
    display: none;
  }
}

.hero-Standard_MainPc {
  display: none;
}

@media (min-width: 769px) {
  .hero-Standard_MainPc {
    display: block;
  }
}

@media (min-width: 769px) {
  .hero-Standard_Main > img {
    width: 950px;
  }
}

.hero-Standard_MainText {
  position: absolute;
}

.hero-Standard_MainText-top {
  width: 50%;
  top: 30px;
  left: 30px;
}

@media (min-width: 769px) {
  .hero-Standard_MainText-top {
    width: 330px;
    top: 52px;
    left: 54px;
  }
}

.hero-Standard_MainText-concept {
  width: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .hero-Standard_MainText-concept {
    width: 320px;
  }
}

.hero-Standard_Concept {
  position: relative;
  display: none\9;
}

@media (min-width: 769px) {
  .hero-Standard_Concept {
    margin-top: 70px;
    height: 500px;
  }
}

.hero-Standard_ConceptLogo {
  width: 78.5px;
  height: 15px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 480px) {
  .hero-Standard_ConceptLogo {
    width: 104.66667px;
    height: 20px;
  }
}

@media (min-width: 769px) {
  .hero-Standard_ConceptLogo {
    width: 157px;
    height: 30px;
  }
}

.hero-Standard_Concept-animation .hero-Standard_ConceptLogo {
  -webkit-animation: scaleLogoSp 2500ms ease 3000ms;
  animation: scaleLogoSp 2500ms ease 3000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 480px) {
  .hero-Standard_Concept-animation .hero-Standard_ConceptLogo {
    -webkit-animation: scaleLogoTab 2500ms ease 3000ms;
    animation: scaleLogoTab 2500ms ease 3000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

@media (min-width: 769px) {
  .hero-Standard_Concept-animation .hero-Standard_ConceptLogo {
    -webkit-animation: scaleLogo 2500ms ease 3000ms;
    animation: scaleLogo 2500ms ease 3000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.hero-Standard_ConceptText {
  position: absolute;
  width: 275px;
  height: 91px;
  top: 0;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 480px) {
  .hero-Standard_ConceptText {
    width: 412px;
    height: 136px;
  }
}

@media (min-width: 769px) {
  .hero-Standard_ConceptText {
    width: 471px;
    height: 155px;
  }
}

.hero-Standard_ConceptBtn {
  display: block;
  position: absolute;
  width: 260px;
  height: 44px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15%;
}

@media (min-width: 480px) {
  .hero-Standard_ConceptBtn {
    top: 60%;
  }
}

@media (min-width: 769px) {
  .hero-Standard_ConceptBtn {
    top: 300px;
  }
}

.hero-Standard_ConceptBtnTarget {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.hero-Standard_ConceptBtnText {
  width: 185.71429px;
  margin: auto;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
}

.hero-Standard_ConceptBtnText > object {
  width: 100%;
}

@media (min-width: 480px) {
  .hero-Standard_ConceptBtnText {
    width: 216.66667px;
  }
}

.hero-Standard_Concept-animation .hero-Standard_ConceptBtnText {
  -webkit-animation: btnTextShow 500ms ease 11000ms;
  animation: btnTextShow 500ms ease 11000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-Standard_ConceptBtnBorder {
  position: absolute;
  background: #7b7b7b;
}

.hero-Standard_ConceptBtnBorder-top {
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
}

.hero-Standard_Concept-animation .hero-Standard_ConceptBtnBorder-top {
  -webkit-animation: btnBorderWidth 1000ms ease 10000ms;
  animation: btnBorderWidth 1000ms ease 10000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-Standard_ConceptBtnBorder-bottom {
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
}

.hero-Standard_Concept-animation .hero-Standard_ConceptBtnBorder-bottom {
  -webkit-animation: btnBorderWidth 1000ms ease 10000ms;
  animation: btnBorderWidth 1000ms ease 10000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-Standard_ConceptBtnBorder-left {
  height: 0;
  width: 1px;
  bottom: 0;
  left: 0;
}

.hero-Standard_Concept-animation .hero-Standard_ConceptBtnBorder-left {
  -webkit-animation: btnBorderHeight 1000ms ease 10000ms;
  animation: btnBorderHeight 1000ms ease 10000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-Standard_ConceptBtnBorder-right {
  height: 0;
  width: 1px;
  top: 0;
  right: 0;
}

.hero-Standard_Concept-animation .hero-Standard_ConceptBtnBorder-right {
  -webkit-animation: btnBorderHeight 1000ms ease 10000ms;
  animation: btnBorderHeight 1000ms ease 10000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.hero-Standard_ConceptLine {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-Standard_ConceptLine-pc {
  display: none;
}

@media (min-width: 769px) {
  .hero-Standard_ConceptLine-pc {
    display: block;
  }
}

@media (min-width: 769px) {
  .hero-Standard_ConceptLine-sp {
    display: none;
  }
}

.hero-Standard_Concept-animation .hero-Standard_ConceptLine {
  -webkit-animation: hideLine 1500ms ease 3000ms;
  animation: hideLine 1500ms ease 3000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 769px) {
  .hero-Standard_ConceptBg-sp {
    display: none;
  }
}

.hero-Standard_ConceptBg-pc {
  display: none;
}

@media (min-width: 769px) {
  .hero-Standard_ConceptBg-pc {
    display: block;
  }
}

.hero-Standard_Concept-ie {
  position: relative;
  margin-top: 70px;
  display: none;
  display: block\9;
}

.hero-Standard_Concept-ie .hero-Standard_ConceptLogo-ie {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 157px;
  height: 30px;
  top: 40px;
}

.hero-Standard_Concept-ie .hero-Standard_ConceptText-ie {
  position: absolute;
  width: 471px;
  height: 155px;
  margin: auto;
  left: 0;
  right: 0;
  top: 50px;
}

.hero-Standard_Concept-ie .hero-Standard_ConceptBtn-ie {
  position: absolute;
  border: 1px solid #7b7b7b;
  width: 260px;
  height: 44px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15%;
}

@-webkit-keyframes scaleLogo {
  0% {
    width: 157px;
    height: 30px;
    bottom: 0;
    opacity: 1;
  }

  20% {
    width: 157px;
    height: 30px;
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 300px;
    width: 198px;
    height: 37px;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 300px;
    width: 198px;
    height: 37px;
    opacity: 1;
  }
}

@keyframes scaleLogo {
  0% {
    width: 157px;
    height: 30px;
    bottom: 0;
    opacity: 1;
  }

  20% {
    width: 157px;
    height: 30px;
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 300px;
    width: 198px;
    height: 37px;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 300px;
    width: 198px;
    height: 37px;
    opacity: 1;
  }
}

@-webkit-keyframes scaleLogoTab {
  0% {
    width: 104.66667px;
    height: 20px;
    bottom: 0;
    opacity: 1;
  }

  20% {
    width: 104.66667px;
    height: 20px;
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 60%;
    width: 132px;
    height: 24.66667px;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 60%;
    width: 132px;
    height: 24.66667px;
    opacity: 1;
  }
}

@keyframes scaleLogoTab {
  0% {
    width: 104.66667px;
    height: 20px;
    bottom: 0;
    opacity: 1;
  }

  20% {
    width: 104.66667px;
    height: 20px;
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 60%;
    width: 132px;
    height: 24.66667px;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 60%;
    width: 132px;
    height: 24.66667px;
    opacity: 1;
  }
}

@-webkit-keyframes scaleLogoSp {
  0% {
    width: 78.5px;
    height: 15px;
    bottom: 0;
  }

  20% {
    width: 78.5px;
    height: 15px;
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 65%;
    width: 99px;
    height: 18.5px;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 65%;
    width: 99px;
    height: 18.5px;
    opacity: 1;
  }
}

@keyframes scaleLogoSp {
  0% {
    width: 78.5px;
    height: 15px;
    bottom: 0;
  }

  20% {
    width: 78.5px;
    height: 15px;
    bottom: 0;
    opacity: 0;
  }

  50% {
    bottom: 65%;
    width: 99px;
    height: 18.5px;
  }

  60% {
    opacity: 0;
  }

  100% {
    bottom: 65%;
    width: 99px;
    height: 18.5px;
    opacity: 1;
  }
}

@-webkit-keyframes hideLine {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hideLine {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes btnBorderWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes btnBorderWidth {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes btnBorderHeight {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@keyframes btnBorderHeight {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes btnTextShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnTextShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.top-Product {
  background: #c1ccd6;
  padding: 35px 0 30px;
}

@media (min-width: 764px) {
  .top-Product {
    margin-top: 40px;
    padding: 70px 0 60px;
  }
}

.top-Product_Title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-image: url("../image/Top/title_products.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Top/title_products.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Top/title_products.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 104px;
  height: 13.33333px;
  margin: auto;
}

@media (min-width: 769px) {
  .top-Product_Title {
    height: 20px;
    width: 156px;
  }
}

.top-Product_List {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .top-Product_List {
    margin-top: 60px;
  }
}

.top-Info {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .top-Info {
    margin-top: 40px;
  }
}

.top-Info_Main {
  overflow: hidden;
}

@media (min-width: 769px) {
  .top-Info_Main {
    margin-left: 0;
    margin-right: 0;
  }
}

.top-Info_Item {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .top-Info_Item-left {
    float: left;
  }
}

@media (min-width: 769px) {
  .top-Info_Item-right {
    float: right;
  }
}

.top-Info_Media {
  display: block;
  position: relative;
}

@media (min-width: 769px) {
  .top-Info_MediaBg-sp {
    display: none;
  }
}

.top-Info_MediaBg-pc {
  display: none;
}

@media (min-width: 769px) {
  .top-Info_MediaBg-pc {
    display: block;
  }
}

.top-Info_MediaTitle {
  position: absolute;
  width: 59.16667px;
  height: 11.66667px;
}

@media (max-width: 768px) {
  .top-Info_MediaTitle {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}

@media (min-width: 480px) {
  .top-Info_MediaTitle {
    width: 71px;
    height: 14px;
  }
}

@media (min-width: 769px) {
  .top-Info_MediaTitle {
    bottom: 50px;
    left: 105px;
  }
}

.top-Info_ShopTarget {
  height: 70px;
}

@media (min-width: 769px) {
  .top-Info_ShopTarget {
    height: 110px;
  }
}

.top-Info_Product {
  margin-top: 30px;
  width: 100%;
  height: 80px;
}

@media (min-width: 769px) {
  .top-Info_Product {
    margin-top: 30px;
    width: 420px;
    height: 175px;
    padding: 0;
  }
}

.top-Info_ProductTarget {
  background-image: url("../image/Top/bg_products.png");
  background-size: cover;
  display: block;
  position: relative;
  height: inherit;
}

.top-Info_ProductTarget:hover {
  opacity: 0.8;
}

.top-Info_ProductInner {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../image/Top/title_top_products_gray.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Top/title_top_products_gray.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Top/title_top_products_gray.svg");
  background-size: 97.5px 12.5px;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 50px;
  width: 85%;
}

@media (min-width: 769px) {
  .top-Info_ProductInner {
    background-size: 117px 15px;
    height: 50px;
    width: 200px;
  }
}

@media (min-width: 769px) {
  .top-Info_Product {
    margin-top: 45px;
  }
}

.top-Info_External {
  margin-top: 20px;
  padding: 0 15px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .top-Info_External {
    margin-top: 65px;
    padding: 0 26px;
  }
}

.top-Info_External img {
  width: 100%;
}

.top-Info_Sns {
  float: left;
  overflow: hidden;
}

@media (min-width: 769px) {
  .top-Info_Sns {
    width: 210px;
    margin-right: 72px;
  }
}

.top-Info_SnsItem {
  width: 35px;
  float: left;
}

@media (min-width: 769px) {
  .top-Info_SnsItem {
    width: 42px;
  }
}

.top-Info_SnsItem + .top-Info_SnsItem {
  margin-left: 14px;
}

.top-Info_Contact {
  float: right;
  width: 55px;
}

@media (min-width: 769px) {
  .top-Info_Contact {
    float: left;
    width: 62px;
  }
}

.pr-List_Header {
  padding: 10px 0;
  border: 1px solid #c1ccd6;
}

@media (min-width: 769px) {
  .pr-List_Header {
    padding: 20px 0;
  }
}

.pr-List_Title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-image: url("../image/Products/title_skincare.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Products/title_skincare.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Products/title_skincare.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 10px;
  margin: auto;
}

@media (min-width: 769px) {
  .pr-List_Title {
    width: 160px;
    height: 20px;
  }
}

@media (max-width: 768px) {
  .pr-List_Main {
    padding: 40px 0;
  }
}

@media (min-width: 769px) {
  .pr-List_Item {
    margin-top: 80px;
  }
}

@media (min-width: 769px) {
  .pr-List_Item {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #c1ccd6;
    display: table;
    height: 350px;
  }
}

.pr-List_Item-shampoo {
  margin-top: 0;
  border-color: transparent;
}

@media (min-width: 769px) {
  .pr-List_Item-sp {
    display: none;
  }
}

.pr-List_Item-pc {
  display: none;
}

@media (min-width: 769px) {
  .pr-List_Item-pc {
    display: block;
  }
}

.pr-List_ItemInfo {
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  .pr-List_ItemInfo {
    display: table-cell;
    vertical-align: middle;
    padding-left: 80px;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .pr-List_ItemInfoInner {
    width: 200px;
  }
}

.pr-List_ItemInfoInner-shampoo {
  color: #fff;
}

.pr-List_ItemInfoHeader {
  border: 1px solid #fff;
  padding: 10px 0;
  margin: 0 0 40px;
}

@media (min-width: 769px) {
  .pr-List_ItemInfoHeader {
    padding: 12px 0;
  }
}

.pr-List_ItemInfoTitle {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-image: url("../image/Products/title_haircare.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Products/title_haircare.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Products/title_haircare.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 10px;
  margin: auto;
}

@media (min-width: 769px) {
  .pr-List_ItemInfoTitle {
    width: 140px;
    height: 16px;
  }
}

.pr-List_ItemType {
  font-size: 2.2rem;
  letter-spacing: 3px;
  text-align: center;
  margin: 0;
}

@media (min-width: 769px) {
  .pr-List_ItemType {
    font-size: 2.4rem;
  }
}

.pr-List_ItemType > span {
  margin-top: 8px;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 2px;
}

.pr-List_Connection {
  text-align: center;
  margin: 5px 0;
}

.pr-List_ItemLabels {
  margin: 25px auto;
  width: 165px;
}

@media (min-width: 769px) {
  .pr-List_ItemLabels {
    margin: 50px 0 0 15px;
    width: auto;
  }
}

.pr-List_ItemLabel {
  letter-spacing: 2px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
}

.pr-List_ItemLabel + .pr-List_ItemLabel {
  margin-top: 20px;
}

.pr-List_ItemLabel::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  margin: auto;
  left: 10px;
  top: 0;
  bottom: 0;
}

.pr-List_ItemLabel-active::before {
  background: #ecb3c2;
}

.pr-List_ItemLabel-special::before {
  background: #95a3a9;
}

@media (min-width: 769px) {
  .pr-List_ItemMedias {
    display: table-cell;
    width: 610px;
    text-align: center;
  }
}

.pr-List_ItemMedia {
  width: 290px;
  margin: auto;
}

@media (min-width: 769px) {
  .pr-List_ItemMedia {
    position: relative;
    height: 320px;
    margin: 0;
    display: inline-block;
  }

  .pr-List_ItemMedia + .pr-List_ItemMedia {
    margin-left: 25px;
  }
}

.pr-List_ItemTarget {
  color: #63676b;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
}

.pr-List_ItemTarget > img {
  width: 290px;
}

@media (min-width: 769px) {
  .pr-List_ItemImage-sp {
    display: none;
  }
}

.pr-List_ItemImage-pc {
  display: none;
}

@media (min-width: 769px) {
  .pr-List_ItemImage-pc {
    display: block;
  }
}

.pr-List_ItemOver-hair {
  color: #fff;
}

@media (min-width: 769px) {
  .pr-List_ItemOver {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: inherit;
    height: inherit;
    padding-top: 100px;
  }

  .pr-List_ItemOver-active {
    background-image: url("../image/Products/active_on.png");
  }

  .pr-List_ItemOver-special {
    background-image: url("../image/Products/special_on.png");
  }

  .pr-List_ItemOver-hair {
    background-image: url("../image/Products/hair_on.png");
    color: #63676b;
  }

  .pr-List_ItemOver:hover {
    opacity: 1;
  }
}

.pr-List_ItemName {
  display: inline-block;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .pr-List_ItemName {
    display: block;
  }
}

@media (min-width: 769px) {
  .pr-List_ItemAmount {
    margin-top: 40px;
  }
}

.pr-List_Shampoo {
  margin-top: 80px;
  padding: 30px 0;
  background-color: #c1ccd6;
}

@media (min-width: 769px) {
  .pr-List_Shampoo {
    padding-bottom: 0;
  }
}

.pr-Detail {
  margin-top: 50px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .pr-Detail_Media {
    width: 447px;
    float: left;
    position: relative;
  }
}

.pr-Detail_Label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
}

.pr-Detail_Label-active {
  background-image: url("../image/Products/label_active.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Products/label_active.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Products/label_active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.pr-Detail_Label-special {
  background-image: url("../image/Products/label_specialcare.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Products/label_specialcare.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Products/label_specialcare.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.pr-Detail_Label-hair {
  background-image: url("../image/Products/label_haircare.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Products/label_haircare.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Products/label_haircare.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

@media (min-width: 769px) {
  .pr-Detail_Label {
    width: 110px;
    height: 110px;
  }
}

.pr-Detail_Pic {
  width: 290px;
  margin: 20px auto 0;
}

@media (min-width: 769px) {
  .pr-Detail_Pic {
    margin: 50px 0 0;
  }
}

.pr-Detail_Main {
  position: relative;
  margin-top: -110px;
}

@media (min-width: 769px) {
  .pr-Detail_Main {
    width: 503px;
    float: left;
    margin-top: 0;
  }
}

.pr-Detail_Main--serum {
  margin-top: -50px;
}

@media (min-width: 769px) {
  .pr-Detail_Main--serum {
    margin-top: 0;
  }
}

.pr-Detail_Title {
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .pr-Detail_Title {
    font-size: 2.4rem;
    letter-spacing: 4px;
  }
}

.pr-Detail_Title > small {
  font-weight: normal;
  display: block;
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 1.6rem;
}

.pr-Detail_Info {
  margin: 40px auto 30px;
  width: 190px;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .pr-Detail_Info {
    width: auto;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}

.pr-Detail_InfoText {
  letter-spacing: 4px;
}

.pr-Detail_InfoItem {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  letter-spacing: 2px;
}

.pr-Detail_InfoItem::before {
  left: 0;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ecb3c2;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pr-Detail_Howto {
  margin-top: 50px;
  border-top: 1px solid #c1ccd6;
  padding-top: 20px;
  font-size: 1.4rem;
}

.pr-Detail_HowtoTitle {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

.pr-Detail_Photos {
  margin: 50px auto 80px;
  display: table;
}

.pr-Detail_Photo {
  display: table-cell;
  padding: 0 5px;
}

@media (min-width: 769px) {
  .pr-Detail_Photo {
    padding: 0;
  }
}

@media (min-width: 769px) {
  .pr-Detail_Photo-5 + .pr-Detail_Photo-5 {
    padding-left: 32px;
  }
}

.pr-Detail_Care {
  margin-top: 80px;
}

.pr-Detail_CareTitle {
  margin: 0 auto 30px;
}

.pr-Detail_CareTitle-balancing {
  width: 266px;
}

.pr-Detail_CareTitle-aging {
  width: 200px;
}

.pr-Detail_CareTitle-placenta {
  width: 168px;
}

.pr-Detail_CareTable {
  letter-spacing: 2px;
  margin-top: 30px;
  width: 100%;
  table-layout: fixed;
  font-size: 1.4rem;
  border-bottom: 1px solid #c1ccd6;
  border-collapse: collapse;
}

.pr-Detail_CareTitle {
  text-align: center;
  font-weight: normal;
  padding-bottom: 20px;
}

.pr-Detail_CareRecord {
  vertical-align: top;
}

.pr-Detail_CareValue {
  padding: 15px 10px;
  border-top: 1px solid #c1ccd6;
}

.pr-Detail_CareValue:nth-child(even) {
  border-left: 1px solid #c1ccd6;
}

.pr-Detail_Component {
  margin-top: 40px;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  .pr-Detail_Component-sp {
    display: none;
  }
}

.pr-Detail_Component-pc {
  display: none;
}

@media (min-width: 769px) {
  .pr-Detail_Component-pc {
    display: block;
  }
}

@media (min-width: 769px) {
  .pr-Detail_Component {
    margin-top: 80px;
  }
}

.pr-Detail_ComponentInner {
  padding-top: 20px;
}

@media (min-width: 769px) {
  .pr-Detail_ComponentInner {
    padding-top: 0;
  }
}

.pr-Detail_ComponentTitle {
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.pr-Detail_ComponentSup {
  padding-top: 30px;
}

@media (min-width: 769px) {
  .pr-Detail_ComponentSup {
    margin-top: 30px;
  }
}

.pr-Detail_Text + .pr-Detail_ComponentSup {
  border-top: 1px solid #c1ccd6;
}

.pr-Detail_Targets {
  margin-top: 80px;
}

.pr-Detail_Target {
  height: 65px;
  display: block;
}

.pr-Detail_Target + .pr-Detail_Target {
  margin-top: 30px;
}

.pr-Detail_AllComponent {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .pr-Detail_AllComponent-sp {
    display: none;
  }
}

.pr-Detail_AllComponent-pc {
  display: none;
}

@media (min-width: 769px) {
  .pr-Detail_AllComponent-pc {
    display: block;
  }
}

@media (min-width: 769px) {
  .pr-Detail_AllComponent {
    margin-top: 50px;
  }
}

.pr-Detail_AllComponentInner {
  font-size: 1.4rem;
  padding-top: 20px;
}

@media (min-width: 769px) {
  .pr-Detail_AllComponentInner {
    padding: 20px;
    border: 1px solid #c1ccd6;
  }
}

.pr-Detail_AllComponentTitle {
  text-align: center;
  margin-bottom: 5px;
}

@media (min-width: 769px) {
  .pr-Detail_AllComponentText {
    line-height: 1.5;
  }
}

.pr-Detail_Monde {
  width: 46.5px;
  height: 80px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 65px;
}

@media (min-width: 769px) {
  .pr-Detail_Monde {
    width: 93px;
    height: 160px;
  }
}

.pr-Detail_Monde-gold {
  background-image: url("../image/Products/monde_gold.png");
}

.pr-Detail_Monde-silver {
  background-image: url("../image/Products/monde_silver.png");
}

.pr-Detail_Monde-silver2 {
  background-image: url("../image/Products/monde_silver2.png");
}

.pr-Detail_Mask {
  margin-top: -20px;
}

@media (min-width: 769px) {
  .pr-Detail_Mask {
    height: 398px;
    margin: 0;
  }
}

.pr-LineUp {
  margin-top: 50px;
  background-color: #c1ccd6;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .pr-LineUp {
    margin-top: 80px;
    padding: 50px 0;
  }
}

.pr-LineUp_Title {
  margin: 0 0 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

.pr-LineUp_Carousel {
  height: 127px;
  position: relative;
}

@media (min-width: 480px) {
  .pr-LineUp_Carousel {
    height: 220px;
  }
}

.pr-LineUp_CarouselOuter {
  overflow: hidden;
  position: relative;
  height: inherit;
  margin: auto;
  width: 256px;
}

@media (min-width: 480px) {
  .pr-LineUp_CarouselOuter {
    width: 424px;
  }
}

@media (min-width: 769px) {
  .pr-LineUp_CarouselOuter {
    width: 832px;
  }
}

.pr-LineUp_CarouselInner {
  position: absolute;
  height: inherit;
  width: inherit;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0.43, 0.77, 0.76);
  transition: all 200ms cubic-bezier(0.4, 0.43, 0.77, 0.76);
}

.pr-LineUp_Item {
  position: absolute;
  top: 0;
  height: inherit;
  width: 116px;
  display: block;
}

.pr-LineUp_Item > img {
  width: 100%;
}

@media (min-width: 480px) {
  .pr-LineUp_Item {
    width: 200px;
  }

  .pr-LineUp_Item > img {
    width: 200px;
  }
}

@media (min-width: 769px) {
  .pr-LineUp_Item {
    width: 200px;
  }

  .pr-LineUp_Item > img {
    width: 200px;
  }
}

.pr-LineUp_Name {
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  letter-spacing: 2px;
  padding: 8px 0;
}

.pr-LineUp_Nav {
  width: 10px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

@media (min-width: 480px) {
  .pr-LineUp_Nav {
    width: 12.8px;
    height: 20.4px;
  }
}

@media (min-width: 769px) {
  .pr-LineUp_Nav {
    width: 32px;
    height: 51px;
  }
}

.pr-LineUp_Nav[data-nav="next"] {
  right: 0;
}

.md-Header {
  margin-top: 30px;
  padding: 10px 0;
  border: 1px solid #c1ccd6;
}

@media (min-width: 769px) {
  .md-Header {
    margin-top: 60px;
    padding: 20px 0;
  }
}

.md-Title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-image: url("../image/Media/title_media.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Media/title_media.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Media/title_media.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 9px;
  margin: auto;
}

@media (min-width: 769px) {
  .md-Title {
    width: 102px;
    height: 18px;
  }
}

.md-Section {
  padding-bottom: 50px;
  position: relative;
}

.md-Section::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #c1ccd6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .md-Section::before {
    width: 658px;
  }
}

.md-Section::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #c1ccd6;
  position: absolute;
  margin: auto;
  bottom: -10px;
  left: 0;
  right: 0;
}

.md-Section_Title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  margin: 50px auto;
}

.md-Section_Title-model {
  background-image: url("../image/Media/subtitle_media.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Media/subtitle_media.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Media/subtitle_media.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 290px;
  height: 44px;
}

@media (min-width: 769px) {
  .md-Section_Title-model {
    width: 487px;
    height: 76px;
  }
}

.md-Section_Title-place {
  background-image: url("../image/Media/text_1.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Media/text_1.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Media/text_1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 202px;
  height: 75px;
}

@media (min-width: 769px) {
  .md-Section_Title-place {
    width: 343px;
    height: 128px;
  }
}

.md-Section_Title-magazine {
  background-image: url("../image/Media/text_2.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Media/text_2.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Media/text_2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 284px;
  height: 21px;
}

@media (min-width: 769px) {
  .md-Section_Title-magazine {
    width: 482px;
    height: 37px;
  }
}

.md-Model {
  width: 290px;
  margin: auto;
}

@media (min-width: 480px) {
  .md-Model {
    width: 450px;
  }
}

@media (min-width: 769px) {
  .md-Model {
    width: 658px;
  }
}

.md-Model_Pic {
  overflow: hidden;
}

.md-Model_PicItems {
  float: left;
  width: 136px;
}

@media (min-width: 480px) {
  .md-Model_PicItems {
    width: 216px;
  }
}

@media (min-width: 769px) {
  .md-Model_PicItems {
    width: auto;
  }
}

.md-Model_PicItems + .md-Model_PicItems {
  margin-left: 18px;
}

.md-Model_PicItem-2,
.md-Model_PicItem-4 {
  margin-top: 18px;
}

.md-Model_Movie {
  position: relative;
  padding: 48.63222% 0 0;
  margin-top: 80px;
}

.md-Model_MovieIframe {
  width: 658px;
  height: 320px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.md-Model_MovieText {
  margin: 50px 0 0;
  text-align: center;
}

.md-Place {
  overflow: hidden;
  width: 290px;
  margin: auto;
}

@media (min-width: 480px) {
  .md-Place {
    width: 450px;
  }
}

@media (min-width: 769px) {
  .md-Place {
    width: auto;
  }
}

.md-Place_Item {
  float: left;
  background: #c1ccd6;
  width: 136.66667px;
  margin-top: 16.66667px;
}

@media (min-width: 480px) {
  .md-Place_Item {
    width: 216.66667px;
  }
}

@media (min-width: 769px) {
  .md-Place_Item {
    width: auto;
  }
}

.md-Place_Item:nth-child(even) {
  margin-left: 16.66667px;
}

@media (min-width: 769px) {
  .md-Place_Item + .md-Place_Item {
    margin-left: 16.66667px;
  }
}

@media (min-width: 769px) {
  .md-Place_Item:nth-child(even) {
    margin-top: 50px;
  }
}

.md-Place_Name {
  margin: 0;
  letter-spacing: 2px;
  font-size: 1.4rem;
  color: #fff;
  margin: 52px 0 22px 15px;
  line-height: 1.4;
}

.md-Place_Name > strong {
  display: block;
}

@media (min-width: 480px) {
  .md-Place_Name {
    font-size: 2.2rem;
  }
}

@media (min-width: 769px) {
  .md-Place_Name {
    font-size: 2.6rem;
    margin-left: 20px;
  }
}

.md-Magazine {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .md-Magazine {
    margin-top: 80px;
  }
}

.md-Magazine_Pic {
  margin: auto;
  width: 290px;
}

@media (min-width: 480px) {
  .md-Magazine_Pic {
    width: 413px;
  }
}

@media (min-width: 769px) {
  .md-Magazine_Pic {
    width: 826px;
  }
}

.md-Monde_Logo {
  width: 290px;
  margin: 50px auto;
  position: relative;
}

@media (min-width: 480px) {
  .md-Monde_Logo {
    width: 400px;
  }
}

@media (min-width: 769px) {
  .md-Monde_Logo {
    width: 529px;
  }
}

.md-Monde_Logo > object {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 210px;
}

@media (min-width: 480px) {
  .md-Monde_Logo > object {
    width: 280px;
  }
}

@media (min-width: 769px) {
  .md-Monde_Logo > object {
    width: 350px;
  }
}

.md-Monde_Text {
  margin: 0;
  line-height: 2;
}

@media (min-width: 769px) {
  .md-Monde_Text {
    text-align: center;
  }
}

@media (min-width: 769px) {
  .md-Monde_Text > span {
    display: block;
  }
}

.cp-Title {
  margin: 50px auto 30px;
}

@media (min-width: 769px) {
  .cp-Title {
    margin: 140px auto;
  }
}

.cp-Title-concept {
  width: 169px;
}

@media (min-width: 480px) {
  .cp-Title-concept {
    width: 338px;
  }
}

.cp-Title-caption {
  width: 280px;
}

@media (min-width: 480px) {
  .cp-Title-caption {
    width: 506px;
  }
}

.cp-Detail {
  margin: 0 0 50px;
}

@media (min-width: 769px) {
  .cp-Detail {
    margin: 100px 0;
  }
}

.cp-Detail_Title {
  margin: 30px auto 20px;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
  font-size: 1.8rem;
}

@media (min-width: 769px) {
  .cp-Detail_Title {
    font-size: 2.2rem;
    margin: 0 0 40px;
  }
}

.cp-Detail_Title-1 {
  width: 180px;
}

@media (min-width: 480px) {
  .cp-Detail_Title-1 {
    width: 287px;
  }
}

.cp-Detail_Title-2 {
  width: 250px;
}

@media (min-width: 480px) {
  .cp-Detail_Title-2 {
    width: 410px;
  }
}

.cp-Detail_Media {
  width: 80%;
  margin: auto;
}

@media (min-width: 769px) {
  .cp-Detail_Media {
    width: auto;
    margin: 0;
  }
}

.cp-Detail_Item {
  overflow: hidden;
}

@media (min-width: 769px) {
  .cp-Detail_Col {
    width: 420px;
    float: left;
  }

  .cp-Detail_Col:nth-child(odd) {
    margin-right: 110px;
  }

  .cp-Detail_Col-reverse {
    float: right;
  }

  .cp-Detail_Col-reverse:nth-child(odd) {
    margin-right: 0;
    margin-left: 110px;
  }
}

.cp-Detail_TextArea {
  overflow: hidden;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .cp-Detail_TextArea {
    margin-top: 40px;
  }
}

.cp-Detail_Num {
  width: 20px;
  float: left;
  margin: 6px 25px 0 0;
}

.cp-Detail_Caption {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 25px auto;
}

.cp-Detail_Caption-balancing {
  background-image: url("../image/Products/title_binkan.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Products/title_binkan.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Products/title_binkan.svg");
  width: 266px;
  height: 60px;
}

@media (min-width: 769px) {
  .cp-Detail_Caption-balancing {
    background-image: url("../image/Concept/text_balancing.png");
    background-image: -webkit-linear-gradient(transparent, transparent),
      url("../image/Concept/text_balancing.svg");
    background-image: linear-gradient(transparent, transparent),
      url("../image/Concept/text_balancing.svg");
    width: 902px;
    height: 63px;
  }
}

.cp-Detail_Caption-aiging {
  background-image: url("../image/Products/title_aging.png");
  background-image: -webkit-linear-gradient(transparent, transparent),
    url("../image/Products/title_aging.svg");
  background-image: linear-gradient(transparent, transparent),
    url("../image/Products/title_aging.svg");
  width: 199px;
  height: 62px;
}

@media (min-width: 769px) {
  .cp-Detail_Caption-aiging {
    background-image: url("../image/Concept/text_aiging.png");
    background-image: -webkit-linear-gradient(transparent, transparent),
      url("../image/Concept/text_aiging.svg");
    background-image: linear-gradient(transparent, transparent),
      url("../image/Concept/text_aiging.svg");
    width: 903px;
    height: 59px;
  }
}

@media (min-width: 769px) {
  .cp-Detail_Caption {
    margin: 50px 20px;
  }
}

@media (min-width: 769px) {
  .cp-Detail_Aside {
    width: 420px;
    margin-left: auto;
  }
}

.cp-Detail_Target {
  margin: 50px auto 0;
  text-decoration: none;
  color: #63676b;
  position: relative;
  padding-left: 22px;
  display: block;
  width: 230px;
}

.cp-Detail_Target::before {
  content: "";
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: transparent 8px solid;
  border-left: #63676b 12px solid;
  position: absolute;
}

.cp-Product {
  margin-top: 50px;
}

.cp-Product_Target {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-image: url("../image/Concept/banner_products.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  display: block;
  position: relative;
}

@media (min-width: 769px) {
  .cp-Product_Target {
    background-size: contain;
    height: 151px;
  }
}

.cp-Product_TargetText {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none, url("../image/Concept/banner_title_products.png"),
    url("../image/Concept/banner_title_list.png");
  background-image: none, url("../image/Concept/banner_title_products.svg"),
    url("../image/Concept/banner_title_list.svg");
  background-size: 0 0, 93px 12px, 65px 13px;
  background-position: 0 0, 50% 10px, 50% 30px;
  background-repeat: no-repeat;
  width: 85%;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .cp-Product_TargetText {
    background-size: 0 0, 111px 14px, 78px 16px;
    background-size: 0 0, 111px 35px, 78px 25px\9;
    background-position: 0 0, 50% 20px, 50% 45px;
    background-position: 0 0, 50% 10px, 50% 45px\9;
    height: 80px;
    width: 250px;
  }
}

/* --------------------  */
/* about    mt_230517     */
/* --------------------  */

ul {
  padding-inline-start: 0;
}

li {
  list-style: none;
}

h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Company */
.ab-Company {
  /* max-width: 1000px; */
  margin: 0 auto;
}

@media (max-width: 769px) {
  .ab-Company {
    margin: 0 20px;
  }

  .pc {
    display: none;
  }
}

.ab-Company img {
  width: 100%;
  /* margin-bottom: 20px; */
}

@media (max-width: 1000px) {
  .ab-Company img {
    margin-bottom: 0;
  }
}

.ab-Company_About {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .ab-Company_About {
    margin: 60px 30px;
  }
}

@media (max-width: 769px) {
  .ab-Company_About {
    margin: 60px auto;
  }
}

.ab-Company_Txt,
.ab-Company_Image {
  width: 46%;
}

.ab-Company_Image img {
  max-width: 410px;
}

.ab-Company_Title {
  font-family: Helvetica;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 60px;
}

.ab-Company_Title span {
  font-size: 1.8rem;
}

.ab-Company_Text {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

@media (max-width: 769px) {
  .ab-Company_Txt,
  .ab-Company_Image {
    width: 100%;
    margin: 0 auto;
  }

  .ab-Company_Image img {
    margin: 0 auto;
    /* max-width: 410px; */
  }

  .ab-Company_Title {
    margin-bottom: 30px;
  }

  .ab-Company_Text {
    margin-bottom: 30px;
  }
}

/* --------------- */
/* Brand           */
/* --------------- */

.ab-Brand_Title {
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.ab-Brand_Title h3 {
  display: inline-block;
  font-family: Helvetica;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-bottom: 60px;
  background-image: linear-gradient(
    90deg,
    white 0% 35%,
    #63676b 35% 60%,
    white 60%
  );
  background-repeat: no-repeat;
  background-size: 100% 0.1rem;
  background-position: bottom;
}

@media (max-width: 769px) {
  .ab-Brand_Title h3 {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

.ad-Brand_List {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* @media (max-width: 768px) {

  .ad-Brand_List {
    max-width: 500px;
    margin: 0 auto;
  }

} */

.ab-Brand_Cont {
  margin-bottom: 60px;
  width: 45%;
}

.ab-Brand_Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ab-Brand_Txt {
  width: 40%;
}

.ab-Brand_Img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .ad-Brand_List {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ab-Brand_Cont {
    width: 80%;
  }

  .ab-Brand_Inner {
    align-items: center;
  }

  .ab-Brand_Txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
}

@media (max-width: 768px) {
  .ab-Brand_Inner {
    flex-direction: column-reverse;
    align-items: center;
  }

  .ab-Brand_Cont {
    width: 100%;
    margin: 0 auto 60px;
  }

  .ab-Brand_Txt {
    width: 100%;
  }

  .ab-Brand_Img {
    width: 100%;
  }
}

.gradient {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 50%,
    #e4ebf0 50%,
    #e4ebf0 100%
  );
}

.ab-Brand_Cont:nth-child(odd) .ab-Brand_Inner .gradient {
  background: linear-gradient(
    90deg,
    #e4ebf0 0%,
    #e4ebf0 50%,
    #fff 50%,
    #fff 100%
  );
}

.ab-Brand_Txt h4 {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 20px 0;
  line-height: 1.2;
}

.ab-Brand_Txt h4 img {
  max-width: 130px;
}

.lunas-img {
  border: 1px solid #ccc;
}

.ab-Brand_Txt h4 .scimax {
  max-width: 180px;
}

.ab-Brand_Txt .sub-copy {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.5;
}

.ab-Brand_Txt .txt {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.link-btn {
  display: block;
  padding: 15px 0;
  border: 1px solid #c3ccd5;
  text-align: center;
  text-decoration: none;
  color: #63676b;
  transition: 0.5s;
  position: relative;
}

.link-btn::after {
  display: inline-block;
  content: "";
  background: url(../image/About/icon-link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 15px;
}

.link-btn span {
  font-size: 1.3rem;
}

.link-btn:hover {
  opacity: 0.3;
}

@media (max-width: 768px) {
  h4 {
    text-align: center;
  }

  h4 img {
    max-width: 110px;
    margin: 0 auto;
  }

  h4 .scimax {
    max-width: 180px;
  }

  .ab-Brand_Txt .sub-copy {
    text-align: center;
  }
}

/* --------------- */
/* PLACENTA           */
/* --------------- */

.ad-PLACENTA-Cont {
  margin-bottom: 120px;
  border: 1px solid #c3ccd5;
}

@media (max-width: 1000px) {
  .ab-Brand_Title {
    padding-bottom: 30px;
  }

  .ad-PLACENTA-Cont {
    margin: 0 30px 60px;
  }
}

@media (max-width: 768px) {
  .ad-PLACENTA-Cont {
    margin: 0 0 60px;
  }
}

.ad-PLACENTA-Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px;
  position: relative;
}

@media (max-width: 768px) {
  .ad-PLACENTA-Inner {
    flex-direction: column;
    padding: 25px 20px;
  }
}

.ad-PLACENTA-Txt {
  width: 40%;
  /* margin-top: -70px; */
}

.ad-PLACENTA-Img {
  width: 50%;
  margin-top: -100px;
}

.ad-PLACENTA-Txt .number {
  width: 78px;
  height: 78px;
  background-color: #c3ccd5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9%;
  left: 30px;
}

@media (max-width: 768px) {
  .ad-PLACENTA-Txt .number {
    width: 39px;
    height: 39px;
    position: static;
    display: block;
    text-align: center;
    padding: 8px;
    margin: -45px auto 0;
    /* top: 10px; */
    /* left: 45%; */
  }

  .ad-PLACENTA-Txt {
    text-align: left;
  }

  .ad-PLACENTA-Img {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .ad-PLACENTA-Img img {
    margin-bottom: 20px;
  }
}

.ad-PLACENTA-Txt .number span {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.09em;
  /* border: 1px solid #C3CCD5; */
}

@media (max-width: 768px) {
  .ad-PLACENTA-Txt .number span {
    font-size: 1.8rem;
  }
}

.ad-PLACENTA-Txt h4 {
  font-size: 2.2rem;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #c3ccd5;
}

@media (max-width: 768px) {
  .ad-PLACENTA-Txt h4 {
    font-size: 1.8rem;
    text-align: center;
  }
}

.ad-PLACENTA-Txt p {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .ad-PLACENTA-Txt {
    width: 100%;
  }

  .ad-PLACENTA-Txt p {
    font-size: 1.3rem;
    text-align: left;
    margin: 0;
  }
}

.ad-PLACENTA-Txt .txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}

.ad-PLACENTA-Txt .link-btn,
.ad-PLACENTA-Img .link-btn {
  background-color: #fff;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 769px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* --------------- */
/* OEM           */
/* --------------- */

.ad-OEM-Cont {
  margin-bottom: 80px;
  border: 1px solid #c3ccd5;
}

@media (max-width: 1000px) {
  .ab-Brand_Title {
    padding-bottom: 30px;
  }

  .ad-OEM-Cont {
    margin: 0 30px 60px;
  }
}

@media (max-width: 768px) {
  .ad-OEM-Cont {
    margin: 0 0 60px;
  }
}

.ad-OEM-Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px;
  /* position: relative; */
}

.ad-OEM-Cont:last-child .ad-OEM-Inner {
  flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .ad-OEM-Inner {
    flex-direction: column;
    padding: 25px 20px;
  }
}

.ad-OEM-Txt {
  width: 40%;
}

.ad-OEM-Img {
  width: 50%;
}

/* .ad-OEM-Cont:nth-child(3) .ad-OEM-Img {
  margin-top: 0;

} */

.ad-OEM-Img img {
  /* max-width: 373px; */
}

@media (max-width: 768px) {
  .ad-OEM-Txt {
    width: 100%;
  }

  .ad-OEM-Img {
    width: 100%;
    margin-top: 0;
  }

  .ad-OEM-Img img {
    max-width: 100%;
    /* margin: 0 auto 20px; */
    margin-bottom: 20px;
  }

  .ad-OEM-Img .link-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .ad-OEM-Img img {
    max-width: 100%;
  }
}

.ad-OEM-Txt .number {
  width: 78px;
  height: 78px;
  background-color: #c3ccd5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9%;
  left: 30px;
}

@media (max-width: 768px) {
  .ad-OEM-Txt .number {
    width: 39px;
    height: 39px;
    position: static;
    display: block;
    text-align: center;
    padding: 8px;
    margin: -45px auto 0;
    /* top: 10px; */
    /* left: 45%; */
  }
}

.ad-OEM-Txt .number span {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.09em;
  /* border: 1px solid #C3CCD5; */
}

@media (max-width: 768px) {
  .ad-OEM-Txt .number span {
    font-size: 1.8rem;
  }
}

.ad-OEM-Txt h4 {
  font-size: 2.2rem;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3ccd5;
}

@media (max-width: 768px) {
  .ad-OEM-Txt h4 {
    font-size: 1.8rem;
    margin: 0 0 20px;
    padding: 0 0 20px;
    text-align: center;
  }
}

.ad-OEM-Txt p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .ad-OEM-Txt p {
    font-size: 1.3rem;
    text-align: left;
  }
}

.ad-OEM-Txt .txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}

.ad-OEM-Blue {
  background-color: #e4ebf0;
  padding: 30px 60px;
}

@media (max-width: 768px) {
  .ad-OEM-Txt .txt {
    text-align: left;
  }

  .ad-OEM-Blue {
    padding: 10px 20px;
  }
}

.ad-OEM-Flow h5,
.ad-OEM-Case h5 {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3ccd5;
  font-weight: 400;
}

.ad-OEM-Flow h5::before,
.ad-OEM-Case h5::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #63676b;
  vertical-align: top;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .ad-OEM-Flow h5::before,
  .ad-OEM-Case h5::before {
    width: 13px;
    height: 13px;
    margin-top: 3px;
  }
}

.ad-OEM-Flow {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .ad-OEM-Flow {
    margin-bottom: 20px;
  }
}

.flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-inline-start: 0;
}

@media (max-width: 768px) {
  .flow {
    flex-direction: column;
  }
}

.flow .item {
  width: 22%;
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  position: relative;
}

@media (max-width: 768px) {
  .flow .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
}

.flow .item span {
  display: inline-block;
  border-bottom: 1px solid #707070;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.flow .item img {
  width: 30px;
  height: 20px;
  margin-bottom: 20px;
}

.flow .item::after {
  content: "";
  width: 45px;
  border-bottom: 1px solid #707070;
  position: absolute;
  top: 50%;
  right: -18%;
}

.flow .item::before {
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid #707070;
  /* border-color: transparent transparent #666 #666; */
  transform: rotate(135deg);
  position: absolute;
  top: 45%;
  right: -21%;
}

@media (max-width: 768px) {
  .flow .item::before,
  .flow .item::after {
    content: none;
  }
}

.flow .item:last-child:before,
.flow .item:last-child:after {
  content: none;
}

.ad-OEM-Case {
}

.ad-OEM-Case .case-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .ad-OEM-Case .case-box {
    flex-direction: column;
  }
}

.case-box .item {
  width: 48%;
}

@media (max-width: 768px) {
  .case-box .item {
    width: 100%;
  }

  .case-box .item img {
    margin-bottom: 20px;
  }
}

.item h6 {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.item p {
  font-size: 1.3rem;
  font-weight: 400;
}

/* --------------- */
/* Corporation     */
/* --------------- */

.ab-Corporation {
  margin-bottom: 90px;
}

.ab-Corporation_Table table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.ab-Corporation_Record {
  height: 80px;
  background-color: rgba(99, 103, 107, 0.07);
}

.ab-Corporation_Record:nth-child(even) {
  background-color: #fff;
}

.ab-Corporation_Value {
  vertical-align: middle;
  text-align: left;
  padding-left: 60px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.ab-Corporation_Value span {
  display: inline;
}

@media (max-width: 768px) {
  .ab-Corporation_Value {
    font-size: 1.3rem;
    padding-left: 20px;
  }
}

/* --------------- */
/* Contact         */
/* --------------- */

.ab-Contact_Main {
  margin-bottom: 130px;
  /* position: relative; */
  background: linear-gradient(
    180deg,
    #f4f4f4 0%,
    #f4f4f4 70%,
    #fff 70%,
    #fff 100%
  );
}

@media (max-width: 768px) {
  .ab-Contact_Main {
    background: none;
  }
}

.ab-Contact_Main .ab-Brand_Title {
  /* min-height: 330px; */
  background-image: url(/image/About/contact_back-img.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

@media (max-width: 768px) {
  .ab-Contact_Main .ab-Brand_Title {
    background: none;
    min-height: 100%;
  }
}

.ab-Contact_Main .ab-Brand_Title h3 {
  padding: 80px 0 20px;
}

@media (min-width: 769px) {
  .ab-Contact_Main .ab-Brand_Title h3 {
    background: none;
  }
}

@media (max-width: 768px) {
  .ab-Contact_Main .ab-Brand_Title h3 {
    padding: 20px 0 0;
    margin-bottom: 30px;
  }
}

.ab-Contact_Cont {
  width: 1000px;
  display: block;
  margin: 0 auto 0;
  background-color: #fff;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.05);
}

@media (max-width: 769px) {
  .ab-Contact_Cont {
    width: 100%;
  }
}

.ad-Contact_Inner {
  max-width: 360px;
  padding: 60px 0;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 769px) {
  .ad-Contact_Inner {
    padding: 20px 15px 30px;
  }
}

.ad-Contact_Inner h4 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

@media (max-width: 769px) {
  .ad-Contact_Inner h4 {
    font-size: 1.4rem;
  }
}

.ad-Contact_Inner .tel {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.ad-Contact_Inner .tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../image/About/icon-phone.png);
  background-size: 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
}

.ad-Contact_Inner .reception {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.mail-btn {
  display: block;
  padding: 15px 0;
  background-color: #63676b;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  position: relative;
}

.mail-btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url(/image/About/icon-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: 10px;
}

.mail-btn span {
  font-size: 1.3rem;
  font-weight: 400;
}

.mail-btn:hover {
  opacity: 0.3;
}

/* Common */
/* Common */
/* Common */

.width-1000 {
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 1000px) {
  .width-1000 {
    max-width: 100%;
  }
}

.pc {
  display: block;
}

.tab-sp {
  display: none;
}

@media (max-width: 769px) {
  .pc {
    display: none;
  }

  .tab-sp {
    display: block;
  }
}

@media (max-width: 769px) {
  .container {
    /* width: 100%; */
    margin: 0;
    padding: 0;
  }
}
