@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Overpass:400,700,800");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

::selection {
background: #d3ecff;
color: #333;
}

::-moz-selection {
    background: #d3ecff;
    color: #333;
}

/* Sections
   ========================================================================== */
/**
 * 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.fa { color: #666!important;}

/* 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes sweep-from-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sweep-from-top {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  99% {
    visibility: visible;
    display: block;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  99% {
    visibility: visible;
    display: block;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes gauge-loop {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  49% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes gauge-loop {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  49% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.js-scroll-view.is-fade-in {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.js-scroll-view.is-fade-in.is-animated {
  opacity: 1;
}

.mt-m {
  margin-top: 30px;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5% !important;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  font-family: "Overpass", "Noto Sans Japanese", "Helvetica Neue", "Segoe UI", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  color: #333;
  /* font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .08em; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body { font:13px/1.231 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;/* Open Sans,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;*/ font-weight: 500;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;/* Open Sans,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif; */}

a {
  text-decoration: none!important;
  color: #333!important;
  outline: none!important;
}

a:active, a:visited, a:focus {
  text-decoration: none!important;
  outline: none!important;
}

ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: .16em;
}

p {
  margin: 0;
}

svg,
img {
  max-width: 100%;
  outline: none;
}

figure {
  margin: 0;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mediaFlg {
  display: none;
  font-family: "sp";
}


.l-container {padding-top: 60px;}

body.single-brand .l-container,
body.home .l-container{
  padding-top: 100px;
}

.l-section {
  padding: 40px 0;
}

body.page-template-default .l-main .l-section:nth-of-type(even) {
  background: #ebf5f3;
}

.l-section__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-section__inner.is-l {
	width: 100%;
  max-width: 1320px;
}

.l-section__inner.is-m {
  max-width: 908px;
}

/* latest-news-box */
.latest-news-box {
    padding: 15px;
    border: solid 3px #e8edeb;
    text-align: left;
}

.news-date {
    display: inline-block;
    font-weight: 300;
    font-size: auto;
    margin-right: 10px;
}

.news-title {
    display: inline-block;
    font-weight: 700;
    font-size: auto;
    font-size: 1.7rem;
}

.news-content p {
    margin-top: 1em;
    line-height: 1.8em;
    letter-spacing: .08em;
}

.postLinks {
  max-width: 520px;
  margin: 5em auto 0 auto;
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.postLinks div {
  display: inline-block;
}

.postLinks div a{
  text-decoration: none;
  font-weight: 900;
}

.latest-news-box .news-excerpt {
    margin-top: 20px;
}

.latest-news-box ul { 
    list-style: none;
}

.latest-news-box li{
    border-bottom: 1px solid #eee; 
    padding: 15px 0;
}

.latest-news-box li:first-child{
    padding-top: 0;
}

.latest-news-box li:last-child{
    border-bottom: none; 
    padding-bottom: 0;
}

.latest-news-box .btn-news-more {
    margin-top: 15px;
}

.latest-news-box a {
    text-decoration: underline!important;
}

/* .section-title */
.section-title {
  text-align: center;
  margin-top: -.375em;
  padding-bottom: 32px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.section-title.is-left {
  text-align: left;
}

.section-title.is-left .en {
  font-size: 24px;
  font-size: 2.4rem;
}

.section-title .en {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title .ja {
  display: block;
  margin-top: .25em;
  font-size: .5em;
}

.section-headline {
  margin-top: -.375em;
  margin-bottom: 30px;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: .24em;
  text-indent: .24em;
}

.section-headline > span {
  position: relative;
  padding-bottom: .625em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(92.5%, transparent), color-stop(0, #000));
  background-image: linear-gradient(transparent 92.5%, #000 0);
}

.section-headline > span::before {
  position: absolute;
  left: .24em;
  bottom: 0;
  width: calc(100% - .48em);
  height: 3px;
  background: #000;
}

.section-headline {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.section-headline:not(:first-child) {
  margin-top: 36px;
}

.section-desc {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

.section-desc:not(:first-child) {
  margin-top: 26px;
}

.section-desc p + p {
  margin-top: 1em;
}

.section-body {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-size: 1.5rem;
}

.section-body:not(:first-child) {
  margin-top: 30px;
}

.section-body.is-m {
  max-width: 908px;
}

.section-body p + p {
  margin-top: 1em;
}

.section-figure {
  margin: 0;
  text-align: center;
}

.section-figure:not(:first-child) {
  margin-top: 26px;
}

.text-link {
  color: #05c16b;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.text-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.svg-icon {
  display: inline-block;
}

.btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em .75em;
  line-height: 1.5;
  border: solid 3px #000;
  text-align: center;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  letter-spacing: .24em;
  text-indent: .24em;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  transition: all 0.6s cubic-bezier(1, 0, 0, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40px;
  height: 1px;
  margin-left: -1.5px;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn:hover {
  color: #fff;
}

.btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.btn:hover::after {
  left: 100%;
  margin-left: 1.5px;
  background-color: #05c16b;
}

.btn.is-white {
  background-color: #fff;
}

.btn.is-no-arrow::after {
  content: none;
}

.btn.is-accordion {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.is-accordion::before, .btn.is-accordion::after {
  z-index: 1;
  top: 50%;
  left: auto;
  right: 26px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background-color: #000;
  -webkit-transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.btn.is-accordion::before {
  -webkit-transform: none;
          transform: none;
}

.btn.is-accordion::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn.is-accordion:hover {
  color: #000;
}

.btn.is-accordion:hover::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn.is-accordion:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn.is-accordion.is-open::before, .btn.is-accordion.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn.is-input {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.is-input:hover {
  border-color: #000;
  background-color: #000;
}

.btn.is-text-link::before {
  content: none;
}

.btn.is-text-link:hover {
  color: #000;
}

.btn__note {
  display: block;
  font-size: .8em;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
}

.loader {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
}

[data-load="true"] .loader {
  -webkit-animation: fade-out 0.75s ease 0.4s forwards;
          animation: fade-out 0.75s ease 0.4s forwards;
}

.loader__bg {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

[data-load="true"] .loader__bg {
  -webkit-animation: fade-out 0.75s ease 0.4s forwards;
          animation: fade-out 0.75s ease 0.4s forwards;
}

.loader__title {
  position: fixed;
  z-index: 10002;
  top: 50vh;
  left: 50vw;
  display: block;
  margin-top: -16px;
  padding-bottom: 32px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-load="true"] .loader__title {
  -webkit-animation: fade-out 0.75s ease 0.4s forwards;
          animation: fade-out 0.75s ease 0.4s forwards;
}

.loader__title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: gauge-loop 0.8s infinite;
          animation: gauge-loop 0.8s infinite;
  will-change: transform;
}

.loader__title .loader-logo {
  display: block;
}

/* kv-slider */
/* section.top-kv { position: relative!important; height: 580px!important; max-height: 580px!important; overflow: hidden;}
section.top-kv .kv-slider { position: relative; height: 580px;} */
section.top-kv .kv-slider .kv-slide-text{ 
		position: absolute;
		width: 100%;
		color: #000;
		background: rgba(255,255,255,0.5);
		height: auto;
		line-height: 1.5em;
		left: 0;
		bottom: 0;
		padding: 15px 15px 25px;
		z-index: 10;
		font-weight: 900;
		font-size: 16px;
		letter-spacing: 0.01em;
}
section.top-kv .kv-slider .kv-slide-text span { font-size: 13px; font-weight: 500;}
/* section.top-kv .kv-slider img.kv-slide-image {position: relative;display: block; width: 100%!important; height: auto!important; min-height: 580px!important; } */

.slider {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.slider.slick-initialized {
  opacity: 1;
}

.slick-slide {
  outline: none;
  line-height: 0;
}

.slick-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: none;
  text-indent: -9999px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.slick-arrow::before, .slick-arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slick-arrow.slick-prev {
  left: 20px;
}

.slick-arrow.slick-prev::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.slick-arrow.slick-prev::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.slick-arrow.slick-prev:hover::before, .slick-arrow.slick-prev:hover::after {
  left: 40%;
}

.slick-arrow.slick-next {
  right: 20px;
}

.slick-arrow.slick-next::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.slick-arrow.slick-next::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.slick-arrow.slick-next:hover::before, .slick-arrow.slick-next:hover::after {
  left: 60%;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.9);
}

.slick-dots li button {
  overflow: hidden;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  text-indent: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.kv-slider {
  overflow: hidden;
}

.kv-slider__item {
  overflow: hidden;
  display: block;
  height: 100vw;
  background: center center/cover no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.kv-slider__item:hover {
  opacity: 0.8;
  text-decoration: none;
}

.kv-slider .slick-active {
/*  -webkit-animation: zoom-out 4s forwards;
          animation: zoom-out 4s forwards; */
}

.kv-slider .kv-slide-image {
  width: 100%;
}

.kv-slider .kv-slide-image.is-brand {
  opacity: 0;
}

/* wp-pagenavi */
.wp-pagenavi {
  text-align: center;
  margin: 0 auto 2em auto;
}

.wp-pagenavi span.current {
  border-color: #000;
  background: #000;
  color: #FFF;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 6px;
}

/* blog */
#blog {
  background: #ebf5f3;
  width: 100%;
}

#blog .blog-box figure {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 1em;
}

#blog .blog-box figure img {
  width: 100%;
  height: auto;
}

#blog .blog-box .blog-title {
  padding-bottom: 0.75em;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/* concept-graph */
#concept-graph {
		background: #ebf5f3;
		width: 100%;
}
	
#concept-graph .section-headline > span {
    	padding-bottom: .875em;
}
	
#concept-graph .section-headline > span {
		position: relative;
    	padding-bottom: .625em;
		background-image: -webkit-linear-gradient(transparent 92.5, #000 0%);
		background-image: -o-linear-gradient(transparent 92.5, #000 0%);
		background-image: linear-gradient(transparent 92.5, #000 0%);
}

.c-modal {
  position: relative;
  display: block;
  cursor: pointer;
}

.c-modal::before {
  content: '';
  opacity: .2;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #000 url(../images/icon_search.svg) center center/28px auto no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c-modal:hover::before {
  opacity: 1;
}

.header {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
    padding-top: 46px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* head-shopping */
.PConly { display: none}
.SPonly { display: inherit;}
.br-pc { display: none}
.br-sp { display: inherit;}
#head-shopping { position: fixed; width: 100%; z-index: 999; font-size: 12px;}
#head-shopping a { background: #f7f7f8;
  transition: .3s;padding: 5px 10px; text-decoration: none; width: 100%; display: block; color: #333437!important; line-height: 1.2; text-align: left; margin: 0 auto;}
#head-shopping a:hover { background: #9da0a4; color: #FFF!important; opacity: 1;}

body.single-brand .header {
  background-color: #FFF;
}

body.single-brand .header.is-menu-fixed, body.single-brand .header.is-menu-open {
  background-color: #fff;
}

.header-logo {
  position: relative;
  z-index: 100;
	width: 132px;
  top: -3px;
  left: 0;
  display: block;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  will-change: transform;
    float: none;
	text-align: center;
	margin:  0 auto;
}

.header-logo img { text-align: center; margin: 0 auto;}

/* .header.is-menu-fixed .header-logo {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
} */

.header-logo__link {
  position: relative;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

.header-logo__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.header-logo__link img {
    width: 132px;
    display: block;
}

.header-inner { max-width: 1200px; width: 100%; text-align: center; margin: 0 auto; height: auto; display: block;}
.header-inner .row { margin: 0; padding: 0; width: 100%;}

.header-menu {
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 100px;
	display: none;
  width: 100vw;
  height: calc(100vh - 100px);
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header.is-menu-open .header-menu {
  opacity: 1;
  display: block;
  -webkit-animation: fade-in 0.4s ease forwards;
          animation: fade-in 0.4s ease forwards;
}

.header.is-menu-open .header-menu .g-nav {
	opacity: 1!important;
	display: block!important;
}

.row.header-add { height: auto; display: none;}
.row.header-add { display: block; margin-top: 0; position: relative;}
.row.header-add .header-sns { float: none; width: auto; padding-right: 0; position: relative; text-align: left; position: absolute; right: 8px; top: 8px; z-index: 2;}
.row.header-add .header-sns i { font-size: 24px; margin-left: 4px; color: #666!important;}
.row.header-add .header-sns i.fa-line {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/line-brands.svg) no-repeat left top -1px;background-size: contain;width: 24px;height: 24px;}
 .mini-cart-header {float: none;margin: 0px;position: absolute;display: inline-block; right: 72px; top: 60px;}
 .mini-cart-header i.fa-bag {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/ico_bag.svg) no-repeat left top;background-size: 21px 21px;width: 21px;height: 21px;}
 .mini-cart-header i.fa-account {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/ico_account.svg) no-repeat left top;background-size: 21px 21px;width: 21px;height: 21px;}
 .mini-cart-header i.fa-zoom {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/ico_zoom.svg) no-repeat left top;background-size: 18px 18px;width: 18px;height: 18px; margin-top: 3px;}
.row.header-add .header-lead { display: none;}
.row.header-add .header-logo .logo img { width: 80%; height: auto;}

.g-nav {
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
	display: none;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 100px;
  width: 100vw;
  height: calc(100vh - 100px);
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.g-nav__item {
  display: block;
  border-bottom: solid 1px #e8edeb;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.g-nav__item:first-child {
  border-top: solid 1px #e8edeb;
}

.g-nav__item:hover {
  color: #05c16b;
}

.g-nav__item.is-dropdown.is-active > a::before, .g-nav__item.is-dropdown.is-active > a::after {
  margin-top: -12px;
}

.g-nav__item.is-dropdown.is-active > a::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.g-nav__item.is-dropdown.is-active > a::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.g-nav__item.is-dropdown > a {
  position: relative;
}

.g-nav__item.is-dropdown > a::before, .g-nav__item.is-dropdown > a::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 40px;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  margin-left: -1px;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.g-nav__item.is-dropdown > a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.g-nav__item.is-dropdown > a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.g-nav__item.is-dropdown > a:hover::before, .g-nav__item.is-dropdown > a:hover::after, .g-nav__item.is-dropdown > a.is-active::before, .g-nav__item.is-dropdown > a.is-active::after {
  bottom: 12px;
  background-color: #05c16b;
}

.g-nav__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 1.5em 1px;
  color: inherit;
}

.g-nav__item > a .en {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  text-indent: .16em;
}

.g-nav__item > a .ja {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-indent: .16em;
}

.g-nav__item .header-contact {
  height: auto;
  margin-top: 20px;
  border-bottom: none;
  letter-spacing: .24em;
}

/* .toggle-menu {
  position: absolute;
  top: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  padding-top: 10px;
}

.toggle-menu__btn {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-menu__btn::before, .toggle-menu__btn::after {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  background: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.toggle-menu__btn::before {
  top: -10px;
  width: 24px;
}

.header.is-menu-open .toggle-menu__btn::before {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.toggle-menu__btn::after {
  top: 0;
  width: 24px;
}

.header.is-menu-open .toggle-menu__btn::after {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.toggle-menu__label {
  margin-top: 10px;
  line-height: 1;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
} */

.toggle-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 54px;
  left: 10px;
	cursor: pointer;
  width: 25px;
  height: 25px;
  padding: 5px 0 0 5px;
	z-index: 999;
	background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/ico_bars.svg) no-repeat left 5px top 5px; background-size: 20px 20px;
}

.toggle-menu .toggle-menu__btn {
	z-index: 999;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-menu .fa-bars { font-size: 20px; line-height: 20px; display: block; color: #333333!important; width: 20px; height: 20px;}

.toggle-menu__label {
  display: none;
} 

.header-sub-nav {
  display: none;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.header-sub-nav.is-active {
  display: block;
}

.header-sub-nav__inner {
  margin: 0 auto;
  max-width: 1280px;
}

.header-sub-nav__item {
  position: relative;
  display: block;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 1.5em 1px;
  border-top: solid 1px #e8edeb;
}

.header-sub-nav__item::before {
  content: '';
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #05c16b;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-sub-nav__item:hover::before {
  opacity: .1;
}

.header-sub-nav__item .en {
  display: block;
  font-weight: 800;
}

.header-sub-nav__item .ja {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.header-sub-nav__item .product-image {
  position: absolute;
  z-index: 1;
  display: block;
  right: 0;
  top: 10%;
  width: auto;
  height: 80%;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contact__item {
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
}

.header-contact__item:not(:first-child) {
  margin-left: 20px;
}

.link-store {
  position: relative;
}

.link-store__figure {
  margin: 0;
}

.link-store__figure img {
  display: block;
  width: 100%;
}

.link-store__text {
  padding: 30px;
  background: #05c16b;
}

.link-store__text .link-title {
  margin-top: -.25em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.link-store__text .link-button {
  margin-top: 20px;
}

/* footer */
.footer-container {
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
}

.footer-container .container { 
    width: 100%;    
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto; 
}

.footer-container .footer-copyright {
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #eee;
    width: 100%;
    color: #898989;
}
.footer-container .block_footer { 
    margin-bottom: 40px;
}

.footer-container .block_footer .block-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.footer-container .block_footer .block-content {
    color: #333;
    font-weight: 300;
    letter-spacing: 0;
}

.block_footer_02 .block_footer .block-title .title {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin: 0 0 10px;
}

.footer-container .block_footer .block-content ul li a {
    color: #333;
    font-weight: 400;
    line-height: 30px;
    padding-left: 5px;
    text-decoration: none;
    touch-action: manipulation;
    outline: none;
}

.block_footer ul.menu li a:before {
    display: inline-block;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    left: -5px;
    font-weight: 900;
    content: "\f054";
    position: relative;
    text-transform: none;
    top: 0;
}

.footer-copyright-link {
    text-align: center;
    padding: 1% 0;
    border-bottom: 1px solid #eee;
}

.footer-copyright-link a { line-height: 2em;}

.top-concept {
  margin-bottom: 40px;
  background: #e8edeb;
}

.footer-container .footer-copyright a {
    color: #333;
}

.footer-copyright .copyright-left address {
    line-height: 50px;
    margin-bottom: 0;
    font-style: normal;
	text-align: center;
}

.footer-copyright .copyright-right {
    float: none;
    margin-top: 5px;
	text-align: center;
}

.col-5 { padding: 0 30px; display: block; /* flew-wrap: nowrap; justify-content: center; */text-align: left;}

.col-md-five-1{
  position: relative;
  min-height: 1px;
  display: block;
    width: 100%;
    margin-right: 0;
}

.col-md-five-1:last-child { margin-right: 0;}

.fa-line { background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/line-brands.svg) no-repeat left top 1px; background-size: contain; width: 11.6px; height: 13px;}


.top-concept__title {
  position: relative;
}

.top-concept__title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  width: 36px;
  height: 3px;
  background: #000;
}

.top-concept__body {
  margin-top: 32px;
}

.top-concept__headline {
  margin-top: -.375em;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .24em;
}

.top-concept__desc {
  line-height: 2;
  margin-top: .625em;
  font-size: 15px;
  font-size: 1.5rem;
}

.top-concept__more,.top-blog__more {
  margin-top: 36px;
}

.big-banner__link {
  display: block;
  border: solid 5px #e8edeb;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.big-banner__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.big-banner__link img {
  display: block;
  width: 100%;
}

/* brands-nav */
.brands-nav { 
	display: flex;
	justify-content: left;
	line-height: none;
	width: 100%;
	flex-wrap: wrap;
}

.brands-nav li { 
	display: inline-block;
	width: calc(50% - 10px);
	margin: 5px;
}

.brands-nav__item {
	width: 100%;
  position: relative;
  display: block;
	height: 100%;
  padding: 15px;
  text-align: center;
  border: solid 3px #e8edeb;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.brands-nav__item:not(:first-child) {
  margin-top: 20px;
}

.brands-nav__item::before, .brands-nav__item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background: #05c16b;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.brands-nav__item::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.brands-nav__item::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.brands-nav__item:hover {
  border-color: #05c16b;
}

.brands-nav__item:hover::before, .brands-nav__item:hover::after {
  right: 20px;
}

.brands-nav__item.is-blank::before, .brands-nav__item.is-blank::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  border: solid 2px #05c16b;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.brands-nav__item.is-blank::before {
  z-index: 1;
  width: 12px;
  height: 9px;
  margin-top: -6px;
  margin-right: 5px;
  background: #05c16b;
}

.brands-nav__item.is-blank::after {
  z-index: 2;
  width: 14px;
  height: 10px;
  margin-top: -10px;
  background-color: #fff;
}

.brands-nav__item .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  margin: 0;
  text-align: center;
}

.brands-nav__item .figure .brand-logo {
  max-width: 85%;
}

.brands-nav__item .text {
  display: block;
  margin-top: 10px;
}

.brands-nav__item .text .brand-name {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.brands-nav__item .text .brand-desc {
  display: block;
  margin-top: .25em;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.column-nav__item {
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.column-nav__item:hover {
  opacity: 0.8;
  text-decoration: none;
}

.column-nav__item:not(:first-child) {
  margin-top: 30px;
}

.column-nav__item .column-image {
  line-height: 0;
  margin: 0;
  text-align: center;
}

.column-nav__item .column-image img {
  max-width: 100%;
}

.column-nav__item .text {
  display: block;
}

.column-nav__item .text .column-title {
  display: block;
  margin-top: 1em;
  padding-bottom: .75em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.column-nav__item .text .column-desc {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  line-height: 1.5;
  background: #e8edeb;
}

.page-header__title {
  text-align: center;
}

.page-header__title .en {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
}

.page-header__title .ja {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

.column-header {
  padding: 40px 0;
  background: #e8edeb;
  margin-top: 40px;
}

.column-header__title {
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.column-header__title .title {
  display: block;
  font-weight: 800;
  color: #05c16b;
  text-transform: uppercase;
  letter-spacing: .16em;
  text-indent: .16em;
}

.column-header__title .vol {
  display: block;
  font-size: 1.5em;
  font-weight: 800;
  letter-spacing: .16em;
  text-indent: .16em;
}

.column-header__title .vol > span {
  position: relative;
  display: inline-block;
  padding-bottom: .25em;
}

.column-header__title .vol > span::before {
  content: '';
  position: absolute;
  left: .16em;
  bottom: 0;
  width: calc(100% - .32em);
  height: 3px;
  background: #000;
}

.column-header__title .ja {
  display: block;
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .16em;
  text-indent: .16em;
}

.archive-item:not(:first-child) {
  margin-top: 40px;
}

.archive-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.archive-item__image {
  display: block;
  line-height: 0;
  margin: 0;
  text-align: center;
}

body#blog .archive-item__image {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

.archive-item__image a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.archive-item__image a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.archive-item__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.archive-item__text {
  display: block;
}

.archive-item__text .column-title {
  display: block;
  margin-top: 1em;
  padding-bottom: .75em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .16em;
}

.archive-item__text .column-title br {
  display: none;
}

.archive-item__text .column-desc {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.archive-item__text .list-index {
  margin-top: 30px;
}

.archive-item__text .more {
  margin-top: 30px;
}

.archive-item__text .archive-index {
  font-size: .875em;
  color: #048f4f;
  opacity: .8;
  letter-spacing: .08em;
}

.archive-item__text .archive-index__item {
  margin-left: 1.5em;
  padding-left: .5em;
  list-style: decimal;
}

.archive-item__text .archive-index__item:not(:first-child) {
  margin-top: .25em;
}

.archive-item__text .archive-index__item br {
  display: none;
}

.column-index {
  width: 100%;
  margin: 0 auto;
  padding: 20px 32px;
  border: solid 3px #e8edeb;
}

.column-index__title {
  text-align: center;
  padding-bottom: 1.5em;
  font-weight: bold;
  color: #05c16b;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.index-list__item {
  padding-left: .5em;
  list-style: decimal;
  font-weight: 800;
  color: #05c16b;
}

.index-list__item:not(:first-child) {
  margin-top: 1em;
}

.index-list__item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: normal;
  color: #333;
}

.index-list__item a::before, .index-list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  display: block;
  width: 8px;
  height: 1px;
  margin-top: -0.5px;
  background: #05c16b;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.index-list__item a::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.index-list__item a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.index-list__item a:hover {
  border-color: #05c16b;
}

.index-list__item a:hover::before, .index-list__item a:hover::after {
  right: -16px;
}

.index-list__item a br {
  display: none;
}

.lineup-list {
  overflow-x: auto;
  display: none;
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.lineup-list__inner {
  position: relative;
  width: 1000px;
  min-height: 548px;
  margin-left: auto;
  margin-right: auto;
  background: url(/wp/wp-content/themes/alpha-net/images/bg_lineup_pc.png) center center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .lineup-list__inner {
    background-image: url(/wp/wp-content/themes/alpha-net/images/bg_lineup_pc@2x.png);
    background-size: 969px auto;
  }
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px), (min-resolution: 2dppx) and (min-width: 992px) {
  .lineup-list__inner {
    background-size: 969px auto;
  }
}

.lineup-list__item {
  overflow: hidden;
  position: absolute;
  width: 174px;
  background: #fff;
  border: solid 4px #05c16b;
  border-radius: 6px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.lineup-list__item:hover {
  border-color: #048f4f;
}

.lineup-list__item.is-profresh {
  top: 22px;
  left: 245px;
  height: 222px;
}

.lineup-list__item.is-therabreath {
  top: 22px;
  left: 505px;
  height: 284px;
}

.lineup-list__item.is-excellent-breath {
  top: 341px;
  left: 505px;
  height: 124px;
}

.lineup-list__item.is-tung {
  z-index: 2;
  top: 181px;
  left: 757px;
  height: 124px;
}

.lineup-list__item.is-sosoro {
  z-index: 1;
  top: 235px;
  left: 773px;
  height: 222px;
}

.lineup-list-sp {
  margin-top: 30px;
}

.lineup-list-sp__headline {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  color: #05c16b;
}

.lineup-list-sp__headline:not(:first-child) {
  margin-top: 40px;
}

.lineup-list-sp__list {
  margin-top: 12px;
}

.lineup-sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lineup-sp-list__item {
  text-align: center;
}

.lineup-sp-list__item:not(:first-child) {
  margin-left: 3%;
}

.lineup-sp-list__item .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20vw;
  height: 20vw;
  border: solid 3px #e8edeb;
  border-radius: 50%;
  background: #fff;
}

.lineup-sp-list__item .figure img {
  display: block;
  width: 80%;
}

.lineup-sp-list__item .caption {
  display: inline-block;
  line-height: 1.5;
  margin-top: .5em;
  padding: .25em .75em;
  border-radius: 1em;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  background: #05c16b;
  color: #fff;
  letter-spacing: .16em;
}

.brand-header {
  overflow: hidden;
}

.brand-header__image {
  width: 100%;
  height: 100vw;
  background: center center/cover no-repeat;
}

.brand-header__image img {
  display: inherit;
  width: auto;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.brand-outline {
  padding: 30px 0;
}

.brand-outline__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.brand-outline__inner.is-l {
  max-width: 1150px;
}

.brand-outline__inner.is-m {
  max-width: 908px;
}

.brand-outline__text .brand-title {
  position: relative;
  padding-bottom: 32px;
  font-size: 24px;
  font-size: 2.4rem;
}

.brand-outline__text .brand-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  display: block;
  width: 36px;
  height: 3px;
  background: #000;
}

.brand-outline__text .brand-title .en {
  display: block;
  letter-spacing: .08em;
}

.brand-outline__text .brand-title .ja {
  display: block;
  font-size: .5em;
  letter-spacing: .24em;
}

.brand-outline__text .brand-desc {
  margin-top: 20px;
}

.brand-outline__logo {
  text-align: center;
  margin-top: 30px;
}

.brand-outline__logo img {
  max-width: 70%;
}

.article-wrapper {
  overflow: hidden;
  width: 100%;
}

.article-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.article-section:nth-child(1) .article-section__figure::before {
  top: 40px;
  left: 40px;
  width: 100%;
  height: 100%;
}

.article-section:nth-child(2) .article-section__figure::before {
  top: 40px;
  right: 40px;
  width: 868px;
  height: 356px;
}

.article-section__figure {
  position: relative;
  text-align: center;
}

.article-section__figure::before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  background: #f3f5f4;
}

body.single-post .article-section__figure::before {
  content: none;
}

.article-section__figure:not(:first-child) {
  margin-top: 30px;
}

.article-section__figure img {
  max-width: 100%;
}

.article-section__figure .figcaption {
  margin-top: .25em;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.article-section__text {
  margin-top: 30px;
}

.article-section__text .article-headline {
  padding-bottom: .5em;
  font-size: 20px;
  font-size: 2rem;
  color: #05c16b;
  letter-spacing: .08em;
}

.article-section__text .article-headline br {
  display: none;
}

.article-section__text .article-body {
  line-height: 2;
  font-size: 15px;
  font-size: 1.5rem;
}

.article-section__text .article-body p {
  letter-spacing: .08em;
}

.article-section__text .article-body p + p {
  margin-top: 1em;
}

.article-section__text .article-body p strong,
.news-content p strong{
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, rgba(5, 193, 107, 0.2)));
  background: linear-gradient(transparent 65%, rgba(5, 193, 107, 0.2) 0%);
  padding: 3px;
}

.article-section__text .article-body p a{
  margin-left: .25em;
  margin-right: .25em;
  color: #05c16b;
  font-weight: bold;
}

.news-content img {
    height: auto;
    margin-bottom: 20px;
}

.news-content p a {
    margin-left: .25em;
  margin-right: .25em;
  color: #05c16b!important;
  font-weight: bold;
}

.article-section__text .article-body p a:hover,
.news-content p a:hover{
  text-decoration: underline!important;
}

.brand-howto {
  width: 100%;
}

.brand-lineup__more {
  margin-top: 40px;
  text-align: center;
}

.howto-contents {
  /* display: none; */
  padding-top: 40px;
}

.howto-contents__headline {
  padding-bottom: 1em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #05c16b;
  letter-spacing: .08em;
}

.howto-contents__headline:not(:first-child) {
  margin-top: 2em;
}

.howto-contents__headline br {
  display: none;
}

.howto-contents__flow {
  position: relative;
}

.howto-contents__flow + .howto-contents__flow {
  margin-top: 30px;
}

.howto-contents__flow.is-num + .howto-contents__flow.is-num {
  margin-top: 60px;
}

.howto-contents__flow.is-num + .howto-contents__flow.is-num::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid 10px transparent;
  border-top-color: #06da79;
}

.howto-contents__flow .howto-num {
  line-height: 1.5;
  padding-bottom: .75em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  color: #05c16b;
}

.howto-contents__flow .howto-figure {
  display: block;
  min-width: 230px;
  line-height: 0;
  text-align: center;
}

.howto-contents__flow .howto-body {
  margin-top: 30px;
}

.howto-contents__flow .howto-body p + p {
  margin-top: 1em;
}

.howto-contents__flow .howto-body ol li {
  margin-left: 1.5em;
  padding-left: .5em;
  list-style: decimal;
}

.howto-contents__flow .howto-body ol li + li {
  margin-top: .25em;
}

.products-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.products-nav__item {
	width: 50%;
  position: relative;
  display: inline-block;
  min-height: 120px;
  padding: 10px;
  text-align: center;
  /* border: solid 4px #e8edeb; */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/* .products-nav__item:not(:first-child) {
  margin-top: 20px;
} */


.products-nav__item:hover {
  opacity: 0.7;
}

.products-nav__item .figure {
  display: block;
  margin: 0;
  text-align: center;
}

.products-nav__item .figure .product-image {
  max-width: 100%;
  max-height: 200px;
}

.products-nav__item .text {
  display: block;
}

.products-nav__item .text .product-name {
  display: block;
  line-height: 1.5;
  margin-top: .5em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}


.products-nav__item .text .product-price {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.products-nav__item .text .product-desc {
  display: block;
  margin-top: 1em;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

.company-profile__item {
  position: relative;
  padding: 20px;
  background: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.company-profile__item:not(:first-child) {
  margin-top: 4px;
}

.company-profile__item .title {
  font-weight: bold;
  letter-spacing: .24em;
}

.company-profile__item .data {
  padding-right: 12px;
}

.company-profile__item .data .map-link {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.company-profile__item .data .map-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.company-profile__item .data .map-link img {
  width: 20px;
  height: auto;
}

.contact-form {
  margin-top: 30px;
}

.contact-form .form-item {
  font-size: 16px;
  font-size: 1.6rem;
}

.contact-form .form-item:not(:first-child) {
  margin-top: 24px;
}

.contact-form .form-item__title {
  line-height: 2;
  font-weight: bold;
  letter-spacing: .24em;
}

.contact-form .form-input {
  line-height: 2;
  width: 100%;
  padding: 1em;
  border: solid 2px #05c16b;
  font-size: 16px;
  font-size: 1.6rem;
}

.teiki-hero {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 20px;
}

.teiki-hero__figure {
  width: 70%;
}

.teiki-hero__figure img {
  display: block;
  width: 100%;
}

.teiki-hero__text {
  max-width: 100%;
  margin: -120px auto 0;
}

.teiki-hero__text .teiki-icon {
  display: block;
  width: 32%;
  margin-left: auto;
}

.teiki-hero__text .teiki-title {
  display: block;
  max-width: 90%;
  margin-top: 40px;
}

.teiki-hero__text .teiki-desc {
  margin-top: 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #05c16b;
  letter-spacing: .08em;
}

.teiki-section__title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  letter-spacing: .2em;
}

.teiki-feature {
  margin-top: 20px;
}

.teiki-feature__item:not(:first-child) {
  margin-top: 30px;
}

.teiki-feature-item__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.teiki-feature-item__figure img {
  display: block;
}

.teiki-feature-item__title {
  margin-top: 1.5em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
}

.teiki-feature-item__desc {
  margin-top: 1.25em;
  font-size: 15px;
  font-size: 1.5rem;
}

.teiki-feature-item__note {
  margin-top: .5em;
  font-size: 13px;
  font-size: 1.3rem;
}

.teiki-howto {
  margin-top: 20px;
}

.teiki-howto__item {
  position: relative;
}

.teiki-howto__item:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
}

.teiki-howto__item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 30px 0 30px;
  border-color: #05c16b transparent transparent transparent;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.teiki-howto__more {
  margin-top: 30px;
}

.teiki-howto-item__figure {
  background: #fff;
}

.teiki-howto-item__figure img {
  display: block;
  width: 100%;
}

.teiki-howto-item__text {
  padding: 12px;
  background: #fff;
}

.teiki-howto-item__title {
  font-size: 16px;
  font-size: 1.6rem;
}

.teiki-howto-item__list {
  margin-top: .5em;
  font-size: 14px;
  font-size: 1.4rem;
}

.teiki-howto-list {
  padding-left: 1.25em;
}

.teiki-howto-list__item {
  list-style: decimal;
  font-weight: bold;
  color: #05c16b;
}

.teiki-howto-list__item:not(:first-child) {
  margin-top: .5em;
}


.teiki-howto-list__item > span {
  font-weight: normal;
  color: #333;
}

@media (min-width: 1600px) {
	section.top-kv .kv-slider .kv-slide-text{ 
		position: absolute;
		width: 100%;
		color: #000;
		background: rgba(255,255,255,0.5);
		height: auto;
		line-height: 1.5em;
		left: 0;
		top: 405px;
		padding: 30px 90px;
		z-index: 10;
		font-weight: 900;
		font-size: 27px;
		letter-spacing: 0.025em;
	}
	
  .header {
    padding-left: 60px;
    padding-right: 60px;
  }
    
  .header-sub-nav {
    width: calc(100vw - 390px);
    max-width: 1200px;
  }
    
  .g-nav__item:not(:first-child) {
    margin-left: 3.5em;
  }
}

@media (min-width: 1200px) {
	/* kv-slider */
    section.top-kv { position: relative!important; height: 580px!important; max-height: 580px!important; overflow: hidden;}
	section.top-kv .kv-slider { position: relative; height: 580px;}
	section.top-kv .kv-slider .kv-slide-text{ 
		position: absolute;
		width: 100%;
		color: #000;
		background: rgba(255,255,255,0.5);
		height: auto;
		line-height: 1.5em;
		left: 0;
		top: 445px;
		padding: 30px 90px 45px;
		z-index: 10;
		font-weight: 900;
		font-size: 27px;
		letter-spacing: 0.025em;
	}
	section.top-kv .kv-slider .kv-slide-text span { font-size: 18px; font-weight: 500;}
	section.top-kv .kv-slider img.kv-slide-image {position: relative;display: block; width: 100%!important; height: auto!important; min-height: 580px!important; }
	
	.slick-arrow {
		top: 290px;
	}
    
  .slick-dots {
    bottom: 0;
	  top: 550px;
  }
	
  .g-nav__item:not(:first-child) {
    margin-left: 1.5em;
  }
    
  .g-nav__item > a .en {
    font-size: 15px;
    font-size: 1.5rem;
  }
    
  .g-nav__item > a .ja {
    font-size: 12px;
    font-size: 1.2rem;
  }
    
  .header-sub-nav {
    width: calc(100vw - 300px);
  }
    
  .header-contact__item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}


@media (min-width: 992px) { 
  #mediaFlg {
    font-family: "pc";
  }
       
  .show-md {
    display: none !important;
  }
    
  .btn::after {
    width: 60px;
  }
    
  .btn.is-text-link {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 0 0 84px;
    border: none;
    text-align: right;
    background: none;
  }
    
  .btn.is-text-link::after {
    width: 60px;
    margin-left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
    
  .btn.is-text-link:hover::after {
    left: 0;
    margin-left: 0;
    -webkit-transform: scaleX(1.25);
            transform: scaleX(1.25);
    background-color: #000;
  }
    
  .loader__title {
    margin-top: -20px;
    padding-bottom: 40px;
  }
    
  .loader__title::before {
    height: 5px;
  }
    
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
    
  .header-menu {
    opacity: 1;
    overflow-y: visible;
    position: static;
    display: block;
    width: auto;
    height: 100%;
    margin-top: 8px;
    margin-left: 214px;
    background: none;
  }
    
  .header.is-menu-open .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: none;
            animation: none;
  }
	
	.header.is-menu-open .header-menu .g-nav {
		opacity: 1!important;
		display: inherit!important;
	}
    
  .g-nav {
    opacity: 1;
    overflow-y: visible;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0;
    background: none;
  }
    
  .header.is-menu-open .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: none;
            animation: none;
  }
    
  .g-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-bottom: none;
    text-align: left;
    white-space: nowrap;
  }
    
  .g-nav__item:first-child {
    border-top: none;
  }
    
  .g-nav__item:not(:first-child) {
    margin-left: 5em;
  }
    
  .g-nav__item.is-dropdown.is-active > a::before, .g-nav__item.is-dropdown.is-active > a::after {
    margin-top: 0;
      bottom: -10px;
  }
    
  .g-nav__item.is-dropdown.is-active > a::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
    
  .g-nav__item.is-dropdown.is-active > a::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
    
  .g-nav__item.is-dropdown > a::before, .g-nav__item.is-dropdown > a::after {
    content: '';
    top: auto;
    left: 50%;
    right: auto;
    bottom: -10px;
    margin-top: 0;
  }
    
  .g-nav__item > a {
    height: 100%;
    padding: 0;
  }
    
  .g-nav__item > a .en {
    font-size: 13px;
    font-size: 1.3rem;
  }
    
  .g-nav__item > a .ja {
    font-size: 11px;
    font-size: 1.1rem;
  }
    
  .g-nav__item .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    margin-top: 0;
    font-size: 1.6rem;
  }
    
  a.toggle-menu {
    display: none;
  }
    
  .header-sub-nav {
    position: absolute;
    z-index: 1;
    top: 50px /* 100% */;
    left: 0;
    width: calc(100vw - 280px);
    -webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
            box-shadow: 0 16px 16px rgba(0, 0, 0, 0.04);
  }
    
  .header-sub-nav.is-active {
    -webkit-animation: fade-in 0.4s forwards;
            animation: fade-in 0.4s forwards;
  }
    
  .header-sub-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    
  .header-sub-nav__item {
    width: calc(100% / 3);
    padding: 30px;
    border-top: none;
  }
    
  .header-contact__item {
    width: auto;
    padding-top: .75em;
    padding-bottom: .75em;
    font-size: 13px;
    font-size: 1.3rem;
  }
    
  .link-store__text {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: transparent;
  }
    
  .link-store__text .link-title {
    margin-top: 0;
    padding: .675em 1.5em;
    text-align: center;
    background: rgba(5, 193, 107, 0.8);
    font-size: 20px;
    font-size: 2rem;
  }
    
  .link-store__text .link-title > span {
    white-space: nowrap;
  }
    
  .link-store__text .link-button {
    margin-top: 44px;
  }
    
  .top-concept {
    margin-bottom: 80px;
  }
    
  .top-concept__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
    
  .top-concept__body {
    margin-top: 0;
  }
    
  .top-concept__headline {
    font-size: 24px;
    font-size: 2.4rem;
  }
    
  .top-concept__desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
    
  .top-concept__more,.top-blog__more {
    margin-top: 25px;
    text-align: right;
  }
    
  .column-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
    
  .column-nav__item:not(:first-child) {
    margin-top: 0;
  }
    
  .column-nav__item.is-2-col {
    width: calc(50% - 18px);
  }
    
  .column-nav__item.is-3-col {
    width: calc(100% / 3 - 24px);
  }
    
  .archive-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
    
  .archive-item__image {
    width: calc(50% - 18px);
  }
    
  .archive-item__text {
    width: calc(50% - 18px);
  }
    
  .archive-item__text .more {
    margin-top: 25px;
    text-align: right;
  }
    
  .index-list__item a::before, .index-list__item a::after {
    right: -16px;
  }
    
  .lineup-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
    
  .lineup-list-sp {
    display: none;
  }
    
  .brand-outline__text .brand-title .en {
    display: inline;
  }
    
  .brand-outline__text .brand-title .ja {
    display: inline;
    margin-left: .5em;
  }

  body.brand-template-default .article-section { display: flex; width: 50%; float: left; padding: 0!important; margin: 60px 0!important;}
    
  body.brand-template-default .article-section:not(:first-child) {
    margin-top: 30px;
  }
    
  body.brand-template-default .article-section:nth-child(3) { width: 100%; display: block; text-align: center; margin: 0 auto;}
    
  .article-section:nth-child(even) .article-section__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
    
  .article-section:nth-child(even) .article-section__figure {
    margin-left: 36px;
    margin-right: 0;
  }
    
  .article-section:nth-child(1) .article-section__figure::before {
    top: 108px;
    left: 108px;
  }
    
  .article-section:nth-child(2) .article-section__figure::before {
    top: auto;
    right: /* -72px*/ 72px;
    bottom: -68px;
      width: 500px;
      height: 240px;
  }
    
  .article-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
    
  .article-section__figure {
    width: calc(50% - 18px);
    margin-right: 36px;
  }
    
  .article-section__figure:not(:first-child) {
    margin-top: 0;
  }
    
  .article-section__text {
    width: calc(50% - 18px);
    margin-top: 0;
  }  
    
  .company-profile__item .data .map-link {
    right: 32px;
  }
    
  .contact-form .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    
  .contact-form .form-item__title {
    width: 170px;
    margin-right: 36px;
    padding-top: 1em;
    text-align: right;
  }
    
  .contact-form .form-item__body {
    width: 480px;
  }
    
  .contact-form .form-item__body.is-submit {
    width: 100%;
  }
    
  .teiki-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    
  .teiki-hero__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 357px;
    max-width: 30%;
    margin: 0 0 0 -5%;
    padding-top: 10px;
  }
    
  .teiki-hero__text .teiki-icon {
    margin: 0 auto;
  }
    
  .teiki-hero__text .teiki-title {
    width: 100%;
    margin-top: 24px;
  }
    
  .teiki-howto-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    
  .teiki-howto-item__figure {
    width: 50%;
  }
    
  .teiki-howto-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
    padding: 30px 60px;
  }
    
  .teiki-howto-item__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
    
  .teiki-howto-item__list {
    margin-top: 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .header {
    height: 130px;
  }
	
	.header-inner { max-width: 1200px; width: 100%; text-align: center; margin: 0 auto; height: auto; display: block; padding-top: 26px;}
	.header-inner .row { margin: 0; padding: 0; width: 100%;}
	
	.page-header { margin: 0!important;}
	
	.row.header-add { height: auto; display: none;}
	.row.header-add { display: block; margin-top: 0; position: relative;}
	.row.header-add .header-sns { float: left; width: 165px; padding-right: 30px; position: relative; text-align: left; top: 0; left: 0;}
	.row.header-add .header-sns i { font-size: 24px; margin-right: 8px; color: #666!important;}
	.row.header-add .header-sns i.fa-line {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/line-brands.svg) no-repeat left top -1px;background-size: contain;width: 24px;height: 24px;}
	 .mini-cart-header {float: right;margin: 20px 0 0 15px;position: relative;display: inline-block; top: -40px; right: 0; left: 0; z-index: 999;}
	 .mini-cart-header i.fa-bag {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/ico_bag.svg) no-repeat left top;background-size: 21px 21px;width: 21px;height: 21px;}
	.mini-cart-header i.fa-account {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/ico_account.svg) no-repeat left top;background-size: 21px 21px;width: 21px;height: 21px;}
	 .mini-cart-header i.fa-zoom {background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/ico_zoom.svg) no-repeat left top;background-size: 18px 18px;width: 18px;height: 18px; margin-top: 3px;}
	.row.header-add .header-lead { display: inherit; float: left; font-weight: bold; font-size: 14px; color: #05c16b; padding-left: 50px; margin-top: 0; line-height: 0.9; letter-spacing: 0.06em;}
	.row.header-add .header-logo .logo img { width: 80%; height: auto;}

	.header-logo {
	  position: relative;
	  z-index: 1000;
	  top: 0;
	  left: 0;
	  display: block;
	  -webkit-transform-origin: left top;
			  transform-origin: left top;
	  -webkit-transition: all 0.4s;
	  transition: all 0.4s;
	  will-change: transform;
		float: left;
	}
	
	.l-container {padding-top: 130px;}

	body.single-brand .l-container {
	  padding-top: 0;
	}
	
  .show-sp {
    display: none !important;
  }
	
  #mediaFlg {
    font-family: "tab";
  }
    
  .mt-m {
    margin-top: 40px;
  }
    
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
    
    .PConly { display: inherit;}
    .SPonly { display: none;}
    .br-pc { display: inherit;}
    .br-sp { display: none;}
    
    #head-shopping { position: fixed; width: 100%; z-index: 999; font-size: 14px; height: 33px; }
    #head-shopping a { background: #f7f7f8;
      transition: .3s;padding: 8px; text-decoration: none; width: 100%; display: block; color: #333437!important; height: 100%; letter-spacing: 0.03em; text-align: center;}
    #head-shopping a:hover { background: #9da0a4; color: #FFF!important; opacity: 1;}
    #head-shopping a span.head-text { background: url("../imgs/ico_cart80_off.png") no-repeat right top; background-size: 20px; padding-right: 35px;}
    #head-shopping a:hover span.head-text { background: url("../imgs/ico_cart80_on.png") no-repeat right top; background-size: 20px;}
    
  .l-section {
    padding: 60px 0;
  }
    
  body.page-template-default .l-main .l-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
    
  .l-section__inner {
    padding: 0 60px;
  }
    
  .section-title {
    padding-bottom: 40px;
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section-title img {
    width: auto;
  }
    
  .section-headline {
    margin-bottom: 54px;
    font-size: 18px;
    font-size: 1.8rem;
  }
    
  .section-headline > span {
    padding-bottom: .875em;
  }
    
  .btn {
    padding: 1em 1.5em;
    letter-spacing: .24em;
    text-indent: .24em;
  }
    
  .section-headline {
    font-size: 18px;
    font-size: 1.8rem;
  }
    
  .section-headline:not(:first-child) {
    margin-top: 56px;
  }
    
  .section-desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
    
  .section-desc:not(:first-child) {
    margin-top: 36px;
  }
    
  .section-body {
    font-size: 16px;
    font-size: 1.6rem;
  }
    
  .section-body:not(:first-child) {
    margin-top: 50px;
  }
    
  .section-body.is-m {
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
    
  .section-body.is-center {
    text-align: center;
  }
    
  .section-figure:not(:first-child) {
    margin-top: 36px;
  }
    
  .section-figure img {
    width: auto;
  }
    
  .btn.is-l {
    max-width: 400px;
  }
    
  .loader__title .loader-logo {
    width: 182px;
  }
	
	
	/* kv-slider */
    section.top-kv { position: relative!important; height: 580px!important; max-height: 580px!important; overflow: hidden;}
	section.top-kv .kv-slider { position: relative; height: 580px;}
	section.top-kv .kv-slider .kv-slide-text{ 
		position: absolute;
		width: 100%;
		color: #000;
		background: rgba(255,255,255,0.5);
		height: auto;
		line-height: 1.5em;
		left: 0;
		top: 445px;
		padding: 30px 90px 45px;
		z-index: 10;
		font-weight: 900;
		font-size: 27px;
		letter-spacing: 0.025em;
	}
	section.top-kv .kv-slider .kv-slide-text span { font-size: 18px; font-weight: 500;}
	section.top-kv .kv-slider img.kv-slide-image {position: relative;display: block; width: 100%!important; height: auto!important; min-height: 580px!important;object-fit: cover; }
	
	.slick-arrow {
		top: 290px;
	}
    
  .slick-dots {
    bottom: 0;
	  top: 550px;
  }
    
  .slick-dots li {
    width: 22px;
    height: 22px;
  }
    
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
    
  .header-sub-nav__item .product-image {
    right: 40px;
  }
    
	/* brands-nav */
	.brands-nav { 
		display: flex;
		justify-content: left;
		line-height: none;
		width: 100%;
		flex-wrap: wrap;
	}
	
	.brands-nav li {
		display: inline-block;
		width: 24%;
		margin: 0 1.333% 1.333% 0;
		flex-direction: column;
	}
	
	.brands-nav li:nth-child(4n) { 
		margin-right: 0;
	}
	
  .brands-nav__item {
	  width: 100%;
	  height: 100%;
  }
    
  .brands-nav__item::before, .brands-nav__item::after {
    right: 24px;
  }
    
  .brands-nav__item.is-blank::before, .brands-nav__item.is-blank::after {
    right: 16px;
  }
    
  .brands-nav__item .figure {
	  width: 100%;
	  display: block;
	  margin: 0;
	  padding: 0;
  }
    
  .brands-nav__item .text {
	  width: 100%;
	  display: block;
	  margin: 0;
	  padding: 0;
  }
	
	/* concept-graph */
	#concept-graph {
		background: #ebf5f3;
		width: 100%;
	}
	
	#concept-graph .section-headline > span {
    	padding-bottom: .875em;
	}
	
	#concept-graph .section-headline > span {
		position: relative;
    	padding-bottom: .625em;
		background-image: -webkit-linear-gradient(transparent 92.5, #000 0%);
		background-image: -o-linear-gradient(transparent 92.5, #000 0%);
		background-image: linear-gradient(transparent 92.5, #000 0%);
	}
    
  .page-header {
    height: 410px;
  }
    
  .page-header__title .en {
    font-size: 48px;
    font-size: 4.8rem;
  }
    
  .page-header__title .ja {
    font-size: 18px;
    font-size: 1.8rem;
  }
    
  .column-header {
    padding: 80px 0;
    margin-top: 0;
  }
    
  .column-header__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
    
  .column-header__title .ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
    
  .archive-item:not(:first-child) {
    margin-top: 80px;
  }
    
  .archive-item__text .column-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
    
  .archive-item__text .column-title br {
    display: inline;
  }
    
  .archive-item__text .archive-index__item {
    margin-left: 2em;
  }
    
  .column-index {
    padding: 32px 60px;
  }
    
  .column-index__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
    
  .index-list__item a:hover::before, .index-list__item a:hover::after {
    right: -20px;
  }
    
  .lineup-list {
    margin-top: 40px;
    margin-left: -60px;
    margin-right: -60px;
  }
    
  .lineup-sp-list__item .caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
    
  .brand-header__image {
    height: 580px!important;
    background-image: none;
      object-fit: cover; 
      overflow: hidden;
  }
    
  .brand-header__image img {
      height: 580px!important;
      width: 100%;
    display: block;
      object-fit: cover;
  }
    
  .brand-outline {
    padding-top: 45px;
  }
    
  .brand-outline__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
  }
    
  .brand-outline__text .brand-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
    
  .brand-outline__text .brand-title .ja {
    font-size: .4375em;
  }
    
  .brand-outline__logo {
    margin-top: 0;
  }
    
  .brand-outline__logo img {
    max-width: 100%;
  }
    
  .article-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
    
  .article-section__text .article-headline {
    font-size: 24px;
    font-size: 2.4rem;
  }
    
  .article-section__text .article-headline br {
    display: inline;
  }
    
  .brand-lineup__more {
    margin-top: 60px;
  }
    
  .howto-contents {
    padding-top: 30px;
  }
    
  .howto-contents__headline {
    padding-bottom: 1.5em;
    font-size: 24px;
    font-size: 2.4rem;
  }
    
  .howto-contents__headline:not(:first-child) {
    margin-top: 2.5em;
  }
    
  .howto-contents__headline br {
    display: inline;
  }
    
  .howto-contents__flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
    
  .howto-contents__flow + .howto-contents__flow {
    margin-top: 40px;
  }
    
  .howto-contents__flow.is-num + .howto-contents__flow.is-num {
    margin-top: 80px;
  }
    
  .howto-contents__flow.is-num + .howto-contents__flow.is-num::before {
    top: -40px;
  }
    
  .howto-contents__flow .howto-num {
    position: absolute;
    top: 50%;
    left: -1em;
    margin-top: -.75em;
    padding-bottom: 0;
    left: -40px;
    font-size: 24px;
    font-size: 2.4rem;
  }
    
  .howto-contents__flow .howto-figure {
    margin-right: 20px;
  }
    
  .howto-contents__flow .howto-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
    
  .howto-contents__flow .howto-body ol li {
    margin-left: 2em;
  }
    
  .products-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
    
  .products-nav__item {
    width: calc(25% - 10px);
    /* margin-left: 36px; */
  }
    
  /* .products-nav__item:not(:first-child) {
    margin-top: 0;
  }
    
  .products-nav__item:nth-child(n+3) {
    margin-top: 32px;
  }*/
    
  .products-nav__item:nth-child(2n+1) {
    margin-left: 0;
  }
    
  .products-nav__item .figure {
    height: 200px;
  }
    
  .products-nav__item .figure .product-image {
    max-width: 100%;
  }
    
  .products-nav__item .text .product-name {
    min-height: 3em;
  }
    
  .company-profile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 40px;
  }
    
  .company-profile__item .title {
    min-width: 130px;
  }
    
  .company-profile__item .data {
    margin-left: 36px;
  }
    
  .company-profile__item .data .map-link img {
    width: 28px;
    height: auto;
  }
    
  .contact-form {
    margin-top: 40px;
  }
    
  .teiki-hero {
    padding: 60px 60px 20px;
  }
    
  .teiki-hero__text {
    margin-top: -160px;
  }
    
  .teiki-hero__text .teiki-icon {
    width: 223px;
  }
    
  .teiki-hero__text .teiki-title {
    width: 70%;
    max-width: 100%;
    margin-top: -40px;
  }
    
  .teiki-hero__text .teiki-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
    
  .teiki-section__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
    
  .teiki-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
    
  .teiki-feature__item {
    width: 30%;
  }
    
  .teiki-feature__item:not(:first-child) {
    margin-top: 0;
  }
    
  .teiki-feature-item__figure {
    width: 100px;
    height: 100px;
  }
    
  .teiki-howto {
    margin-top: 50px;
  }
    
  .teiki-howto__item:not(:first-child) {
    margin-top: 60px;
    padding-top: 60px;
  }
    
  .teiki-howto__item:not(:first-child)::before {
    border-width: 24px 40px 0 40px;
  }
    
  .teiki-howto__more {
    margin-top: 60px;
  }
    
  .teiki-howto-list__item:not(:first-child) {
    margin-top: 1em;
  }
	
	/* footer */
	.footer-container {
		overflow: hidden;
		padding: 80px 0 0;
		position: relative;
	}

	.footer-container .container { 
		width: 1200px;    
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto; 
	}

	.footer-container .footer-copyright {
		background: rgba(0, 0, 0, 0);
		border-top: 1px solid #eee;
		width: 100%;
		color: #898989;
	}
	.footer-container .block_footer { 
		margin-bottom: 40px;
	}

	.footer-container .block_footer .block-title {
		border-bottom: 1px solid #eee;
		margin-bottom: 15px;
		font-weight: 700;
		letter-spacing: 2px;
	}

	.footer-container .block_footer .block-content {
		color: #333;
		font-weight: 300;
		letter-spacing: 0;
	}

	.block_footer_02 .block_footer .block-title .title {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 32px;
		margin-bottom: 10px;
		text-transform: uppercase;
		color: #333;
		font-weight: 700;
		margin: 0 0 10px;
	}

	.footer-container .block_footer .block-content ul li a {
		color: #333;
		font-weight: 400;
		line-height: 30px;
		padding-left: 5px;
		text-decoration: none;
		touch-action: manipulation;
		outline: none;
	}

	.block_footer ul.menu li a:before {
		display: inline-block;
		font-size: 12px;
		font-family: "Font Awesome 5 Free";
		left: -5px;
		font-weight: 900;
		content: "\f054";
		position: relative;
		text-transform: none;
		top: 0;
	}

	.footer-copyright-link {
		text-align: center;
		padding: 1% 0;
		border-bottom: 1px solid #eee;
	}
	
	.footer-copyright-link a { line-height: auto;}

	.top-concept {
	  margin-bottom: 40px;
	  background: #e8edeb;
	}

	.footer-container .footer-copyright a {
		color: #333;
	}

	.footer-copyright .copyright-left address {
		line-height: 50px;
		margin-bottom: 0;
		font-style: normal;
		text-align: center;
	}

	.footer-copyright .copyright-right {
		float: right;
		margin-top: 5px;
		text-align: right;
	}

	.col-5 { padding: 0; display: flex; flew-wrap: nowrap; justify-content: center; text-align: left;}

	.col-md-five-1{
	  position: relative;
	  min-height: 1px;
	  display: inline-block;
		width: calc(100% / 5);
		margin-right: 20px;
	}

	.col-md-five-1:last-child { margin-right: 0;}

	.fa-line { background: url(https://alpha-net.co.jp/shopping/media/wysiwyg/oral/line-brands.svg) no-repeat left top 1px; background-size: contain; width: 11.6px; height: 13px;}
}


@media (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .l-section__inner {
    padding: 0 20px;
  }
    
  .btn {
    font-size: 15px;
    font-size: 1.5rem;
  }
    
  .link-store__text {
    padding: 20px;
  }
    
  .link-store__text .link-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
    
  .column-index {
    padding: 20px 24px 20px 32px;
  }
    
  .lineup-list {
    margin-left: -20px;
    margin-right: -20px;
  }
    
  .lineup-sp-list__item .caption {
    font-size: 10px;
    font-size: 1rem;
  }
}
