@charset "UTF-8";
/* ---------- number ---------- */
/* ---------- color ---------- */
/* ---------- breakPoint ---------- */
/*--------------------------------------------------------------------
    [FOUNDATION]
 --------------------------------------------------------------------*/
/* ---------------------------------------------
 *
 * RESET
 *
 --------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 163, _normalize.scss */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 171, _normalize.scss */
/* line 175, _normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible;
  text-transform: none;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, _normalize.scss */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, _normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, _normalize.scss */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

/* ==================================================
    base [PC]
================================================== */
body {
  min-width: 320px;
  background-color: #fff;
  color: #1c1e82;
  line-height: 1.6;
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  outline: none;
  text-decoration: none;
  color: #1c1e82;
  transition: all 0.2s ease-out 0s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.125, 0.72, 0.43, 0.915);
}

a:hover {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ==================================================
    base [SP]
================================================== */

/*--------------------------------------------------------------------
    [COMPONENT]
 --------------------------------------------------------------------*/
/*-----------------------------------------------------
 * SLICK
 -----------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 16, 0.5);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/* Media queries
   ========================================================================== */

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*--------------------------------------------------------------------
    [SHARED]
 --------------------------------------------------------------------*/
/* ==================================================
    layout [PC]
================================================== */
/* ----- main -----*/
.l-main {
  padding-top: 96px;
}

/* ----- inner -----*/
.l-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 22px;
}

/* ----- section -----*/
.l-section {
  padding: 80px 0;
  border-bottom: #1c1e82 solid 1px;
}

.l-section:last-child {
  border-bottom: none;
}

.l-section-column {
  border-color: rgba(28, 30, 130, 0.1);
}

/* ----- col -----*/
.l-col1_btn{
  margin-top: 40px;
}

.l-col1_btn .m-btn {
  margin:auto;
  width: 240px;
}

.l-col2 {
  *zoom: 1;
  margin: 0 auto;
}

.l-col2:after {
  content: "";
  display: table;
  clear: both;
}

.l-col2-sizeMiddle {
  max-width: 800px;
}

.l-col2-smallLeft .l-col2_item:nth-child(2n+1) {
  width: 45%;
}

.l-col2-smallLeft .l-col2_item:nth-child(2n) {
  width: 50%;
  margin-left: 0;
}

.l-col2-smallLeft .l-col2_item.sizeSmall {
  width: 40%;
}

.l-col2-smallLeft .l-col2_item.sizeSmall + .l-col2_item {
  width: 55%;
}

.l-col2_item {
  float: left;
  width: 45%;
}

.l-col2_item:nth-child(2n+1) {
  margin-right: 5%;
}

.l-col2_item:nth-child(2n) {
  margin-left: 5%;
}

.l-col2_item:last-child {
  margin-bottom: 0;
}

.l-col2_btn {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-col2_btn .m-btn {
  width: 45%;
  margin-right: 10%;
}
.l-col2_btn .m-btn:nth-child(2n){
  margin-right: 0;
}

.l-col3 {
  *zoom: 1;
  margin: 0 auto;
}

.l-col3:after {
  content: "";
  display: table;
  clear: both;
}

.l-col3_item {
  float: left;
  width: 30.62%;
  max-width: 300px;
  margin-right: 4.05%;
}

.l-col3_item:nth-child(3n) {
  margin-right: 0;
}

.l-col3_item:last-child {
  margin-bottom: 0;
}

/* ==================================================
    layout [middle]
================================================== */

/* ==================================================
    layout [SP]
================================================== */

/* ==================================================
    footer [PC]
================================================== */
.p-footer {
  background-color: #1c1e82;
}

.p-footer_pagetop {
  width: 61px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.p-footer_mainArea {
  padding: 70px 0;
}

.p-footer_inner {
  *zoom: 1;
}

.p-footer_inner:after {
  content: "";
  display: table;
  clear: both;
}

.p-footer_block {
  color: #fff;
  width: 23.9%;
  float: left;
  margin-right: 1.4%;
  padding-right: 2%;
}

.p-footer_block:last-child {
  margin-right: 0;
  padding-right: 0;
}

.p-footer_blockName {
  font-size: 16px;
  font-weight: 700;
}

.p-footer_blockName a {
  color: #fff;
}

.p-footer_blockName + .p-footer_blockName {
  margin-top: 25px;
}

.p-footer_list {
  margin-top: 15px;
}

.p-footer_item {
  margin-bottom: 10px;
}

.p-footer_item:last-child {
  margin-bottom: 0;
}

.p-footer_item.p-footer_item-title {
  padding: 12px 0 12px 14px;
  font-size: 13px;
}

.p-footer_item a {
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  display: block;
  padding-left: 14px;
  position: relative;
}

.p-footer_item a i {
  color: #00aeeb;
  font-size: 10px;
  display: inline-block;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: absolute;
  top: .5em;
  left: 0;
}

.p-footer_child {
  margin: 10px 0 0 1em;
}

.p-footer_childItem {
  margin-bottom: 10px;
}

.p-footer_childItem:last-child {
  margin-bottom: 0;
}

.p-footer_subArea {
  text-align: center;
  line-height: 1;
  border-top: rgba(255, 255, 255, 0.1) solid 1px;
  padding: 40px 0;
}

.p-footer_logo {
  width: 143px;
  display: inline-block;
}

.p-footer_links {
  letter-spacing: -.4em;
  margin-top: 35px;
}

.p-footer_linksItem {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding-right: 10px;
  margin-right: 10px;
  border-right: rgba(255, 255, 255, 0.1) solid 1px;
}

.p-footer_linksItem:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}

.p-footer_linksItem a {
  color: #fff;
  font-size: 12px;
}

.p-footer_copyright {
  color: #fff;
  font-size: 12px;
  margin-top: 35px;
}

.p-footer_copyright br {
  display: none;
}

.p-footer_noteArea {
  padding: 35px 0;
  border-top: rgba(28, 30, 130, 0.1) solid 1px;
}

/* ==================================================
    footer [SP]
================================================== */

/* ==================================================
    header [PC]
================================================== */
.p-header {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10100;
  background-color: #fff;
  border-bottom: rgba(28, 30, 130, 0.1) solid 1px;
  box-sizing: content-box;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.125, 0.72, 0.43, 0.915);
}

.p-header.is-short {
  height: 48px;
}

.p-header.is-short .p-header_logo {
  top: 12px;
}

.p-header.is-short .p-header_logo img {
  width: 124px;
}

.p-header.is-short .p-header_copy {
  display: none;
}

.p-header.is-short .p-header_body {
  padding-left: 200px;
}

.p-header.is-short .p-header_nav {
  margin-right: 14px;
}

.p-header.is-short .p-header_navItem a {
  font-size: 13px;
}

.p-header.is-short .p-header_btnItem a {
  height: 48px;
}

.p-header.is-short .p-header_btnItem a i {
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.p-header.is-short .p-header_btnText {
  display: none;
}

.p-header.is-short .p-header_br-middle {
  display: none !important;
}

.p-header_logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

.p-header_logo a {
  display: block;
}

.p-header_logo img {
  display: block;
  width: 160px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.125, 0.72, 0.43, 0.915);
}

.p-header_copy {
  font-size: 11px;
  display: block;
  margin-top: 8px;
}

.p-header_body {
  padding-left: 248px;
  text-align: right;
  letter-spacing: -.4em;
}

.p-header_nav, .p-header_btnArea {
  display: inline-block;
  vertical-align: middle;
}

.p-header_nav {
  margin-right: 22px;
}

.p-header_navItem {
  display: block;
  float: left;
  letter-spacing: normal;
  margin-right: 12px;
  text-align: left;
  line-height: 1.4;
}

.p-header_navItem:last-child {
  margin-right: 0;
}

.p-header_navItem a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding-right: 16px;
  position: relative;
}

.p-header_navItem a i {
  color: #00aeeb;
  font-size: 12px;
  display: inline-block;
  margin-left: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-header_btnArea {
  *zoom: 1;
}

.p-header_btnArea:after {
  content: "";
  display: table;
  clear: both;
}

.p-header_btnItem {
  float: left;
  letter-spacing: normal;
}

.p-header_btnItem a {
  color: #fff;
  text-align: center;
  display: block;
  width: 96px;
  height: 96px;
  position: relative;
}

.p-header_btnItem a i {
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.p-header_btnItem.-check a {
  background-color: #1c1e82;
}

.p-header_btnItem.-check a i {
  left: 5px;
  font-size: 28px;
}

.p-header_btnItem.-shop a {
  background-color: #e5003e;
}

.p-header_btnItem.-shop a i {
  top: 48%;
  right: 5px;
  font-size: 25px;
}

.p-header_btnItem.-spBtn {
  display: none;
}

.p-header_btnText {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  position: absolute;
  top: 72%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-header_br-middle {
  display: none;
}

/* ==================================================
    header [middle]
================================================== */

/* ==================================================
    header [SP]
================================================== */

/* ==================================================
    font [PC/SP]

    サイト全体で使い回す font のスタイル
================================================== */
.m-font-opensans {
  font-family: 'Open Sans','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, メイリオ, sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?55sl37");
  src: url("../../fonts/icomoon.eot?55sl37#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?55sl37") format("truetype"), url("../../fonts/icomoon.woff?55sl37") format("woff"), url("../../fonts/icomoon.svg?55sl37#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="m-icon-"], [class*=" m-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-icon-arrow_b:before {
  content: "\e900";
}

.m-icon-arrow_l:before {
  content: "\e901";
}

.m-icon-arrow_r:before {
  content: "\e902";
}

.m-icon-arrow_t:before {
  content: "\e903";
}

.m-icon-blank:before {
  content: "\e904";
}

.m-icon-cart:before {
  content: "\e905";
}

.m-icon-hexagon:before {
  content: "\e906";
}

.m-icon-mushiba_kodomo:before {
  content: "\e907";
}

.m-icon-mushiba_mouth:before {
  content: "\e908";
}

.m-icon-mushiba_otona:before {
  content: "\e909";
}

.m-icon-mushiba_tooth1:before {
  content: "\e90a";
}

.m-icon-mushiba_tooth2:before {
  content: "\e90b";
}

.m-icon-mushiba_tooth3:before {
  content: "\e90c";
}

.m-icon-slimArrow_b:before {
  content: "\e90d";
}

.m-icon-slimArrow_l:before {
  content: "\e90e";
}

.m-icon-slimArrow_r:before {
  content: "\e90f";
}

.m-icon-slimArrow_t:before {
  content: "\e910";
}

.m-icon-tooth:before {
  content: "\e911";
}

.m-icon-facebook:before {
  content: "\ea90";
}

.m-icon-instagram:before {
  content: "\ea92";
}

.m-icon-twitter:before {
  content: "\ea96";
}

/* ==================================================
    concept [PC]
================================================== */
.p-concept {
  padding: 75px 0;
  border-top: rgba(28, 30, 130, 0.1) solid 1px;
}

.p-concept_main {
  width: 100%;
  display: table;
}

.p-concept_col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.p-concept_logo {
  width: 80%;
  max-width: 389px;
}

.p-concept_textArea p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}

.p-concept_textArea p:last-child {
  margin-bottom: 0;
}

/* ==================================================
    concept [SP]
================================================== */

/* ==================================================
    breadcrumb [PC]
================================================== */
.p-breadcrumb {
  border-bottom: rgba(28, 30, 130, 0.1) solid 1px;
}

.p-breadcrumb_list {
  letter-spacing: -.4em;
  padding: 6px 0;
  overflow: auto;
  white-space: nowrap;
}

.p-breadcrumb_item {
  line-height: 1;
  display: inline-block;
  letter-spacing: normal;
  font-size: 12px;
}

.p-breadcrumb_item span {
  display: inline-block;
}

.p-breadcrumb_item:after {
  content: '＞';
  color: #999;
  display: inline-block;
  margin: 0 7px 0 5px;
}

.p-breadcrumb_item:last-child {
  font-weight: 700;
}

.p-breadcrumb_item:last-child a {
  pointer-events: none;
}

.p-breadcrumb_item:last-child:after {
  content: none;
}

/* ==================================================
    breadcrumb [SP]
================================================== */
/* ==================================================
    banners [PC]
================================================== */
.p-banners_list {
  *zoom: 1;
  margin-bottom: -3%;
}

.p-banners_list:after {
  content: "";
  display: table;
  clear: both;
}

.p-banners_item {
  float: left;
  width: 48.5%;
  margin-bottom: 3%;
}

.p-banners_item:nth-child(2n+1) {
  margin-right: 1.5%;
}

.p-banners_item:nth-child(2n) {
  margin-left: 1.5%;
}

/* ==================================================
    banners [SP]
================================================== */

/* ==================================================
    modules [PC]
================================================== */
/* ----- display -----*/
.m-display-pc {
  display: block;
}

.m-display-sp {
  display: none;
}

br.m-display-pc {
  display: inline-block;
}

br.m-display-sp {
  display: none;
}

.m-display2-wide {
  display: block;
}

.m-display2-min {
  display: none;
}

br.m-display2-wide {
  display: inline-block;
}

br.m-display2-min {
  display: none;
}

.m-display3-wide {
  display: block;
}

.m-display3-min {
  display: none;
}

br.m-display3-wide {
  display: inline-block;
}

br.m-display3-min, br.m-display-tablet {
  display: none;
}

/* ----- pageTitle -----*/
.m-pageTitle {
  text-align: center;
  margin-bottom: 70px;
}

.m-pageTitle_main {
  font-size: 44px;
  line-height: 1.4;
}

.m-pageTitle_sub {
  color: #00aeeb;
  font-size: 20px;
  margin-top: 25px;
}

/* ----- btn -----*/
.m-btn {
  max-width: 580px;
  margin:auto;
}
.m-btn a {
  padding: 14px 0;
  padding-left: 5px;
  text-align: center;
  display: block;
  border: #1c1e82 solid 1px;
  font-weight: 700;
}

.m-btn a i {
  color: #00aeeb;
  font-size: 12px;
  margin-left: 8px;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.m-btn a span {
  display: inline-block;
  vertical-align: middle;
}

.m-btn-skyblue a {
  color: #00aeeb;
  border-color: #00aeeb;
}

.m-btn-white a {
  color: #fff;
  border-color: #fff;
}

.m-btn-white a i {
  color: #fff;
}

/* ----- more-btn -----*/
.m-more-content-wrap {
  height: 180px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.slide-up {
  height: 180px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.close-btn, .m-more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.close-btn, .m-more-btn {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}
.close-btn {
  background: none;
}
.slide-up {
  height: 180px;
  padding-bottom: 0;
  overflow: hidden;
}
.slide-down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}
.m-more-btn p {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  background: #00aeeb;
  padding: 5px 20px;
  width: 60%;
  border-radius: 20px;
}

/* ----- sectionHead -----*/
.m-sectionHead {
  font-size: 32px;
  text-align: center;
  margin: -8px 0 70px;
  line-height: 1.8;
}

.m-sectionHead_sub {
  color: #00aeeb;
  font-size: 20px;
  margin: -5px 0 15px;
}

/* ----- note -----*/
.m-note {
  font-size: 12px;
}

/* ==================================================
    modules [middle]
================================================== */

/* ==================================================
    modules [tablet]
================================================== */

/* ==================================================
    modules [SP]
================================================== */

/* ==================================================
    products slide [PC]
================================================== */
.p-productsSlide {
  text-align: center;
}

.p-productsSlide_title {
  font-size: 44px;
  margin-top: -10px;
}

.p-productsSlide_title a {
  display: inline-block;
  padding-right: 60px;
  position: relative;
}

.p-productsSlide_titleIcon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 4px;
  margin-left: 20px;
  color: #00aeeb;
  border: #00aeeb solid 1px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-productsSlide_lead {
  font-size: 16px;
  margin-top: 20px;
}

.p-productsSlide_list {
  margin-top: 70px;
  padding: 0 5% 50px;
}

.p-productsSlide_list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(3);
  transform: translateY(-50%) scale(3);
  z-index: 10;
  font-size: 10px;
  background-color: #fff !important;
}

.p-productsSlide_list .slick-arrow.slick-prev {
  left: 0;
}

.p-productsSlide_list .slick-arrow.slick-next {
  right: 0;
}

.p-productsSlide_list .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-productsSlide_list .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.p-productsSlide_list .slick-dots li.slick-active i {
  color: #1c1e82;
}

.p-productsSlide_list .slick-dots li button {
  padding: 0;
  background-color: #fff !important;
}

.p-productsSlide_list .slick-dots li i {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.125, 0.72, 0.43, 0.915);
  color: #fff;
  font-size: 9px;
  text-shadow: #1c1e82 0px 1px 0px, #1c1e82 0px -1px 0px, #1c1e82 1px 0px 0px, #1c1e82 -1px 0px 0px;
}

.p-productsSlide_item {
  padding: 0 20px;
  margin-right:20px !important;
  margin-left:20px !important;
  height: 340px;
}

.p-productsSlide_item a {
  display: block;
}

.p-productsSlide_thumb {
  position: relative;
}

.p-productsSlide_icon {
  width: 20.8%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-productsSlide_icon.-new {
  top: 25%;
}

.p-productsSlide_name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px 0 15px;
  margin-top: 10px;
}

.p-productsSlide_name i {
  color: #00aeeb;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.p-productsSlide_name small {
  font-size: 8px;
}

.p-productsSlide_mark {
  font-size: 10px;
  display: inline-block;
  border: #1c1e82 solid 1px;
  padding: 0 4px;
  line-height: 1.4;
  margin-top: 5px;
}

.p-productsSlide_note {
  font-size: 10px;
  margin-top: 5px;
}

.p-productsSlide_btnList {
  margin-top: 55px;
  letter-spacing: -.4em;
}

.p-productsSlide_btnItem {
  width: 180px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

/* ==================================================
    products slide [SP]
================================================== */

/* ==================================================
    products [PC]
================================================== */
.p-products_wrap {
  position: relative;
  border: 1px solid #1c1e82;
  margin: 60px auto 40px;
  width: 100%;
  max-width: 580px;
  padding: 40px 10px 20px;
}
.p-products_wrap:last-child{
  margin-bottom: 0;
}
.p-products_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-products_item {
  margin-right: 10px;
  width: calc(50% - 5px);
}
.p-products_item:nth-child(2n){
  margin-right: 0; 
}

.p-products_item a {
  text-align: center;
  display: block;
}

.p-products_title {
  padding: 8px 5px;
  width: 60%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #1c1e82;
  color: #fff;
  margin: -60px auto 20px;
}

.p-products_title a {
  display: inline-block;
  padding-right: 60px;
  position: relative;
}

.p-products_titleIcon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 4px;
  margin-left: 20px;
  color: #00aeeb;
  border: #00aeeb solid 1px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-products_lead {
  font-size: 16px;
  margin-top: 20px;
}

.p-products_list {
  margin-top: 70px;
  padding: 0 5% 50px;
}

.p-products_list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(3);
  transform: translateY(-50%) scale(3);
  z-index: 10;
  font-size: 10px;
  background-color: #fff !important;
}

.p-products_list .slick-arrow.slick-prev {
  left: 0;
}

.p-products_list .slick-arrow.slick-next {
  right: 0;
}

.p-products_list .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-products_list .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}

.p-products_list .slick-dots li.slick-active i {
  color: #1c1e82;
}

.p-products_list .slick-dots li button {
  padding: 0;
  background-color: #fff !important;
}

.p-products_list .slick-dots li i {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.125, 0.72, 0.43, 0.915);
  color: #fff;
  font-size: 9px;
  text-shadow: #1c1e82 0px 1px 0px, #1c1e82 0px -1px 0px, #1c1e82 1px 0px 0px, #1c1e82 -1px 0px 0px;
}


.p-products_thumb {
  position: relative;
}

.p-products_icon {
  width: 60px;
  position: absolute;
  top: -30px;
  left: -12px;
}

.p-products_icon.-new {
  top: 25%;
}

.p-products_name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.p-products_name i {
  color: #00aeeb;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.p-products_name small {
  font-size: 8px;
}

.p-products_mark {
  font-size: 10px;
  display: inline-block;
  border: #1c1e82 solid 1px;
  padding: 0 4px;
  line-height: 1.4;
  margin-top: 5px;
}

.p-products_note {
  font-size: 10px;
  margin-top: 5px;
}

.p-products_btnList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  letter-spacing: -.4em;
  width: 100%;
  max-width: 580px;
}

.p-products_btnItem {
  width: 180px;
  margin: 0 10px 0 0;
  vertical-align: top;
  letter-spacing: normal;
}

.p-products_btnItem:last-child{
  margin-right: 0;
}

.p-products_title{
  padding: 8px 5px;
  width: 60%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #1c1e82;
  color: #fff;
  margin: -60px auto 20px;
}

/* ==================================================
    products [SP]
================================================== */
@media screen and (max-width: 767px){
  .p-products_wrap {
    padding: 40px 10px 20px;
  }
  .p-products_name {
    font-size: 12px;
  }
  .p-products_title{
    padding: 8px 5px;
    width: 60%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #1c1e82;
    color: #fff;
    margin: -60px auto 20px;
  }

  .p-products_btnList {
    display: block;
  }
  .p-products_btnItem{
    width: 100%;
    margin: 0 0 15px;
    display: inline-block;
  }
  .p-products_btnItem:nth-child(2n+2), .p-products_btnItem:nth-child(2n+3){
    width: 50%;
  }
  .p-products_btnItem:nth-child(2n+2){
    padding-right: 7px;
  }
  .p-products_btnItem:nth-child(2n+3){
    padding-left: 7px;
  }

}

/* ==================================================
    productsDetail [PC]
================================================== */
.p-productsDetail_group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-productsDetail_group li {
  width: 48%;
  margin-right:4%;
}

.p-productsDetail_group li:nth-child(2n) {
  margin-right:0;
}

.p-productsDetail_wrap {
  position: relative;
  border: 1px solid #1c1e82;
  margin: 60px auto 15px;
  width: 100%;
  max-width: 580px;
  padding: 40px 10px 20px;
}
.p-productsDetail_wrap:last-child{
  margin-bottom: 0;
}
.p-productsDetail_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-productsDetail_item {
  /*margin-right: 10px;*/
  width: 50%;
}
.p-productsDetail_item:nth-child(2n){
  /*margin-right: 0; */
}

.p-productsDetail_item a {
  text-align: center;
  display: block;
}

.p-productsDetail_title {
  padding: 8px 5px;
  width: 60%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #1c1e82;
  color: #fff;
  margin: -60px auto 20px;
}

.p-productsDetail_title a {
  display: inline-block;
  padding-right: 60px;
  position: relative;
}

.p-productsDetail_titleIcon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 4px;
  margin-left: 20px;
  color: #00aeeb;
  border: #00aeeb solid 1px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-productsDetail_lead {
  font-size: 16px;
  margin-top: 20px;
}

.p-productsDetail_list {
  margin-top: 70px;
  padding: 0 5% 50px;
}


.p-productsDetail_thumb {
  position: relative;
}

.p-productsDetail_icon {
  width: 60px;
  position: absolute;
  top: -30px;
  left: -12px;
}

.p-productsDetail_icon.-new {
  top: 25%;
}

.p-productsDetail_name {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.p-productsDetail_name i {
  color: #00aeeb;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.p-productsDetail_name small {
  font-size: 8px;
}

.p-productsDetail_mark {
  font-size: 10px;
  display: inline-block;
  border: #1c1e82 solid 1px;
  padding: 0 4px;
  line-height: 1.4;
  margin-top: 5px;
}

.p-productsDetail_note {
  font-size: 10px;
  margin-top: 5px;
}

.p-productsDetail_btnList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  letter-spacing: -.4em;
  width: 100%;
  max-width: 580px;
}

.p-productsDetail_btnItem {
  width: 180px;
  margin: 0 10px 0 0;
  vertical-align: top;
  letter-spacing: normal;
}

.p-productsDetail_btnItem:last-child{
  margin-right: 0;
}

.p-productsDetail_title{
  padding: 8px 5px;
  width: 60%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #1c1e82;
  color: #fff;
  margin: -60px auto 20px;
}

.p-productsDetail_descBox {
  background-color: #f7fcfe;
  padding: 10px;
  text-align: left;
}

.p-productsDetail_desc {
  font-size: 14px;
  line-height: 1.2;
}

/* ==================================================
    productsDetail [SP]
================================================== */
@media screen and (max-width: 767px){
  .p-productsDetail_group {
    display: block;
  }

  .p-productsDetail_group li {
    width: 100%;
    margin-right:0;
  }
  .p-productsDetail_wrap {
    padding: 40px 10px 20px;
  }
  .p-productsDetail_name {
    font-size: 12px;
  }
  .p-productsDetail_title{
    padding: 8px 5px;
    width: 60%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #1c1e82;
    color: #fff;
    margin: -60px auto 20px;
  }

  .p-productsDetail_btnList {
    display: block;
  }
  .p-productsDetail_btnItem{
    width: 100%;
    margin: 0 0 15px;
    display: inline-block;
  }
  .p-productsDetail_btnItem:nth-child(2n+2), .p-productsDetail_btnItem:nth-child(2n+3){
    width: 50%;
  }
  .p-productsDetail_btnItem:nth-child(2n+2){
    padding-right: 7px;
  }
  .p-productsDetail_btnItem:nth-child(2n+3){
    padding-left: 7px;
  }

}

/* ==================================================
    productsPoint [PC]
================================================== */
.p-productsPoint_group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-productsPoint_group li {
  width: 48%;
  margin-right:4%;
  display: flex;
}

.p-productsPoint_group li:nth-child(2n) {
  margin-right:0;
}

.p-productsPoint_wrap {
  position: relative;
  border: 1px solid #1c1e82;
  margin: 60px auto 15px;
  width: 100%;
  max-width: 580px;
  padding: 40px 10px 20px;
}
.p-productsPoint_wrap:last-child{
  margin-bottom: 0;
}
.p-productsPoint_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-productsPoint_item:first-child {
  margin-right: 10px;
  width: 38%;
}
.p-productsPoint_item:last-child{
  width: calc(62% - 10px);
}

.p-productsPoint_item a {
  text-align: center;
  display: block;
}

.p-productsPoint_title {
  padding: 8px 5px;
  width: 60%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #1c1e82;
  color: #fff;
  margin: -60px auto 20px;
}

.p-productsPoint_title a {
  display: inline-block;
  padding-right: 60px;
  position: relative;
}

.p-productsPoint_titleIcon {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding-left: 4px;
  margin-left: 20px;
  color: #00aeeb;
  border: #00aeeb solid 1px;
  font-size: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-productsPoint_lead {
  font-size: 16px;
  margin-top: 20px;
}

.p-productsPoint_list {
  margin-top: 70px;
  padding: 0 5% 50px;
}

.p-productsPoint_thumb {
  position: relative;
  text-align: center;
}

.p-productsPoint_text {
  padding: 10px 12px;
  background-color: #f7fcfe;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}

.p-productsPoint_icon {
  width: 60px;
  position: absolute;
  top: -30px;
  left: -12px;
}

.p-productsPoint_icon.-new {
  top: 25%;
}

.p-productsPoint_name {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.p-productsPoint_name i {
  color: #00aeeb;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.p-productsPoint_name small {
  font-size: 8px;
}

.p-productsPoint_mark {
  font-size: 10px;
  display: inline-block;
  border: #1c1e82 solid 1px;
  padding: 0 4px;
  line-height: 1.4;
  margin-top: 5px;
}

.p-productsPoint_note {
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}

.p-productsPoint_title{
  padding: 8px 5px;
  width: 60%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #1c1e82;
  color: #fff;
  margin: -60px auto 20px;
}

.p-productsPoint_descBox {
  background-color: #f7fcfe;
  padding: 10px;
  text-align: left;
}

.p-productsPoint_desc {
  font-size: 14px;
  line-height: 1.2;
}

/* ==================================================
    productsDetail [SP]
================================================== */
@media screen and (max-width: 767px){
  .p-productsPoint_group {
    display: block;
  }

  .p-productsPoint_group li {
    width: 100%;
    margin-right:0;
  }
  .p-productsPoint_wrap {
    padding: 40px 10px 20px;
  }
  .p-productsPoint_name {
    font-size: 12px;
  }
  .p-productsPoint_title{
    padding: 8px 5px;
    width: 60%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: #1c1e82;
    color: #fff;
    margin: -60px auto 20px;
  }
}

/*--------------------------------------------------------------------
    [TEMPLATE]
 --------------------------------------------------------------------*/
#t-productsList {
  /* ==================================================
    PRODUCT LIST [PC]
================================================== */
  /* ==================================================
    PRODUCT LIST [SP]
================================================== */
}

#t-productsList .t-products .t-tab {
  text-align: center;
  letter-spacing: -.4em;
  margin-top: -10px;
}

#t-productsList .t-products .t-tab .t-tab_head {
  letter-spacing: normal;
}

#t-productsList .t-products .t-tab_switchBox {
  display: inline-block;
  vertical-align: top;
  padding: 15px 40px;
  margin: 0 20px 20px;
}

#t-productsList .t-products .t-tab_list {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
}

#t-productsList .t-products .t-tab_list:after {
  content: "";
  display: table;
  clear: both;
}

#t-productsList .t-products .t-tab_item {
  float: left;
  letter-spacing: normal;
  margin-right: 40px;
}

#t-productsList .t-products .t-tab_item:last-child {
  margin-right: 0;
}

#t-productsList .t-products .t-tab_item a {
  padding: 5px 20px;
  font-weight: 700;
  color: #1c1e82;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #1c1e82;
}

#t-productsList .t-products .t-tab_item a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#t-productsList .t-products .t-tab_item a.-current .t-tab_checkBox {
  background-color: #fff;
}

#t-productsList .t-products .t-tab_item a.js-switch.-current {
  color: #fff;
  background-color: #1c1e82;
}

#t-productsList .t-products .t-tab_item a.-current .t-tab_checkBox:before, #t-productsList .t-products .t-tab_item a.-current .t-tab_checkBox:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #1c1e82;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

#t-productsList .t-products .t-tab_item a.-current .t-tab_checkBox:before {
  width: 1px;
  height: 10px;
  top: 4px;
  left: 10px;
}

#t-productsList .t-products .t-tab_item a.-current .t-tab_checkBox:after {
  width: 5px;
  height: 1px;
  top: 9px;
  left: 3px;
}

#t-productsList .t-products .t-tab_item img {
  width: 40px;
  margin-right: 10px;
}

#t-productsList .t-products .t-tab_checkBox {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: #fff solid 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#t-productsList .t-products .t-tab_btnList {
  display: inline-block;
  vertical-align: top;
  *zoom: 1;
  margin: 0 10px;
}

#t-productsList .t-products .t-tab_btnList:after {
  content: "";
  display: table;
  clear: both;
}

#t-productsList .t-products .t-tab_btnItem {
  float: left;
  letter-spacing: normal;
  margin: 0 10px;
}

#t-productsList .t-products .t-tab_btnItem a {
  min-width: 180px;
  padding-left: 20px;
  padding-right: 20px;
}

#t-productsList .t-products .t-itemList {
  /*overflow: hidden;*/
}

#t-productsList .t-products .t-itemList_list {
  letter-spacing: -.4em;
  margin: 60px -5.2% -8% 0;
}

#t-productsList .t-products .t-itemList_item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: center;
  width: 29%;
  max-width: 300px;
  margin: 0 4% 8% 0;
}

#t-productsList .t-products .t-itemList_item a {
  display: block;
}

#t-productsList .t-products .t-itemList_thumb {
  width: 80%;
  margin: 0 auto 10px;
  position: relative;
}

#t-productsList .t-products .t-itemList_icon {
  width: 20.8%;
  position: absolute;
  top: 0;
  left: 0;
}

#t-productsList .t-products .t-itemList_icon.-new {
  top: 26%;
}

#t-productsList .t-products .t-itemList_name {
  font-size: 16px;
  font-weight: 700;
}

#t-productsList .t-products .t-itemList_name small {
  font-size: 8px;
}

#t-productsList .t-products .t-itemList_name i {
  color: #00aeeb;
  font-size: 12px;
  display: inline-block;
  margin-left: 6px;
}

#t-productsList .t-products .t-itemList_type {
  font-size: 10px;
  display: inline-block;
  border: #1c1e82 solid 1px;
  padding: 0 4px;
}

#t-productsList .t-products .t-itemList_text {
  margin-top: 12px;
}

#t-productsList .t-products .t-itemList_text small {
  margin-top: 5px;
  display: block;
  line-height: 1.6;
}

#t-productsList .t-products .t-itemList_btnList {
  margin-top: 25px;
}

#t-productsList .t-products .t-itemList_btnItem {
  margin-bottom: 10px;
}

#t-productsList .t-products .t-itemList_btnItem a {
  color: #fff;
  background-color: #EE8A37;
  display: block;
  text-align: center;
  padding: 21px 10px 20px;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
}

#t-productsList .t-products .t-itemList_btnItem a.-more {
  padding: 20px 10px 19px;
  color: #1c1e82;
  background-color: #fff;
  border: #1c1e82 solid 1px;
}

#t-productsList .t-products .t-itemList_btnItem a.-onlineShop span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

#t-productsList .t-products .t-itemList_btnItem .m-icon-cart {
  font-size: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

#t-productsList .t-products .t-itemList_btnItem:last-child {
  margin-bottom: 0;
}

#t-productsList .t-products .t-itemList_btnText a {
  text-decoration: underline;
  display: inline-block;
}

#t-productsList .t-products .t-itemList_btnText a:hover {
  text-decoration: none;
}

#t-productsList .t-products .t-itemList_btnText .m-icon-arrow_r {
  color: #00aeeb;
  font-size: 12px;
  position: relative;
  right: -3px;
}

#t-productsDetail {
  /* ==================================================
    PRODUCT DETAIL [PC]
================================================== */
  /* ==================================================
    PRODUCT DETAIL [middle]
================================================== */
  /* ==================================================
    PRODUCT DETAIL [SP]
================================================== */
}

#t-productsDetail .t-visual {
  width: 100%;
  display: table;
}

#t-productsDetail .t-visual_picArea, #t-productsDetail .t-visual_des {
  display: table-cell;
  vertical-align: top;
}

#t-productsDetail .t-visual_picArea {
  position: relative;
}

#t-productsDetail .t-visual_thumb {
  max-width: 360px;
}

#t-productsDetail .t-visual_thumbIcon {
  width: 19.4%;
  max-width: 70px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#t-productsDetail .t-visual_mark {
  text-align: center;
  margin-top: 30px;
}

#t-productsDetail .t-visual_mark span {
  font-size: 12px;
  display: inline-block;
  border: #1c1e82 solid 1px;
  padding: 0 6px;
}

#t-productsDetail .t-visual_des {
  width: 63.18%;
  border-left: 40px transparent solid;
}

#t-productsDetail .t-visual_copy {
  color: #00aeeb;
  font-size: 24px;
  margin-top: -8px;
}

#t-productsDetail .t-visual_name {
  font-size: 40px;
  line-height: 1.2;
  margin: 20px 0;
}

#t-productsDetail .t-visual_name small {
  font-size: 24px;
}

#t-productsDetail .t-visual_info {
  font-size: 16px;
}

#t-productsDetail .t-visual_info small {
  font-size: 12px;
}

#t-productsDetail .t-visual_note {
  font-size: 12px;
  margin: 10px 0;
}

#t-productsDetail .t-visual_efficacy {
  border: rgba(28, 30, 130, 0.2) solid 1px;
  margin: 16px 0 20px;
  padding: 20px;
}

#t-productsDetail .t-visual_head {
  font-size: 16px;
  font-weight: 700;
  text-indent: 0 !important;
  margin: 0 0 10px !important;
}

#t-productsDetail .t-visual_head i {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}

#t-productsDetail .t-visual_textList {
  margin-bottom: 15px;
}

#t-productsDetail .t-visual_textList li {
  text-indent: -1em;
  margin-left: 1em;
}

#t-productsDetail .t-visual_textList:last-child {
  margin-bottom: 0;
}

#t-productsDetail .t-visual_btnArea {
  *zoom: 1;
  margin-bottom: -16px;
}

#t-productsDetail .t-visual_btnArea:after {
  content: "";
  display: table;
  clear: both;
}

#t-productsDetail .t-visual_btn {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
}

#t-productsDetail .t-visual_btn:nth-child(2n) {
  padding: 0 0 0 10px;
}

#t-productsDetail .t-visual_btn a {
  display: block;
  min-height: 60px;
  padding-top: 18px;
}

#t-productsDetail .t-visual_btn.-store a {
  color: #fff;
  font-weight: 700;
  background-color: #1c1e82;
  padding: 18px;
}

#t-productsDetail .t-visual_btn.-store a i {
  font-size: 32px;
}

#t-productsDetail .t-visual_btn.-store a span {
  line-height: 1.4;
  margin-left: 18px;
}

#t-productsDetail .t-visual_btn.-store a i, #t-productsDetail .t-visual_btn.-store a span {
  display: inline-block;
  vertical-align: middle;
}

#t-productsDetail .t-visual_btn.-recommend a {
  padding: 0;
}

#t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner {
  height: 100%;
  min-height: 60px;
  padding: 0 10px 0 50px;
  position: relative;
}

#t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner img {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}

#t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner span {
  position: absolute;
  top: 50%;
  left: 55px;
  right: 10px;
  margin: 0 auto;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}

#t-productsDetail .t-visual_btnTextArea {
  margin-top: 20px;
}

#t-productsDetail .t-visual_btnText {
  display: inline-block;
  margin-right: 11%;
  line-height: 1.8;
}

#t-productsDetail .t-visual_btnText:last-child {
  margin-right: 0;
}

#t-productsDetail .t-visual_btnText a {
  text-decoration: underline;
  display: inline-block;
  font-size: 15px;
}

#t-productsDetail .t-visual_btnText a:hover {
  text-decoration: none;
}

#t-productsDetail .t-visual_btnText .m-icon-arrow_b {
  color: #00aeeb;
  font-size: 12px;
  position: relative;
  right: -4px;
}

#t-productsDetail .t-article {
  text-align: center;
}

#t-productsDetail .t-article_body {
  margin-top: 72px;
}

#t-productsDetail .t-article_block {
  margin: 0 40px 20px;
  border: rgba(28, 30, 130, 0.2) solid 1px;
  padding: 5% 6%;
}

#t-productsDetail .t-article_block:last-child {
  margin-bottom: 0;
}

#t-productsDetail .t-article_blockHead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.8;
}

#t-productsDetail .t-article_blockLead {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
}

#t-productsDetail .t-article_pic {
  margin: 30px 0 0;
  text-align: center;
}

#t-productsDetail .t-article_text {
  display: block;
  margin-top: 30px;
}

#t-productsDetail .t-article_note {
  font-size: 11px;
}

#t-productsDetail .t-article_sub {
  font-size: 10px;
}

#t-productsDetail .t-comment_list {
  margin: 70px auto 0;
  max-width: 790px;
}

#t-productsDetail .t-comment_item {
  margin-bottom: 30px;
  padding-left: 110px;
  position: relative;
}

#t-productsDetail .t-comment_item:nth-child(2n) {
  padding: 0 110px 0 0;
}

#t-productsDetail .t-comment_item:nth-child(2n) .t-comment_icon {
  left: auto;
  right: 0;
}

#t-productsDetail .t-comment_item:nth-child(2n) .t-comment_baloon:before {
  left: auto;
  right: -12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#t-productsDetail .t-comment_item:last-child {
  margin-bottom: 0;
}

#t-productsDetail .t-comment_icon {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#t-productsDetail .t-comment_icon.-women {
  background-image: url(../../img/common/comment/balloon_icon01.png);
}

#t-productsDetail .t-comment_icon.-men {
  background-image: url(../../img/common/comment/balloon_icon02.png);
}

#t-productsDetail .t-comment_baloon {
  border: rgba(28, 30, 130, 0.2) solid 1px;
  border-radius: 8px;
  padding: 25px 30px;
  position: relative;
}

#t-productsDetail .t-comment_baloon:before {
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  background: url(../../img/common/comment/balloon_arrow.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -12px;
  bottom: 0;
  margin: auto;
}

#t-productsDetail .t-comment_baloon p strong {
  color: #e5003e;
  font-weight: 700;
}

#t-productsDetail .t-comment_note {
  text-align: right;
  display: block;
  margin-top: -5px;
}

#t-productsDetail .t-products_body {
  margin-top: 70px;
}

#t-columnTop {
  /* ==================================================
    CAVITY [PC]
================================================== */
  /* ----- block -----*/
  /* ----- panel -----*/
  /* ----- banners -----*/
  /* ----- care1 -----*/
  /* ==================================================
    PRODUCT DETAIL [SP]
================================================== */
}

#t-columnTop .t-block {
  margin-top: 10%;
}

#t-columnTop .t-panel_thumb {
  position: relative;
  background-color: #00aeeb;
  margin-bottom: 25px;
}

#t-columnTop .t-panel_thumb a {
  display: block;
}

#t-columnTop .t-panel_thumb a:hover {
  background-color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#t-columnTop .t-panel_thumb a:hover img {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#t-columnTop .t-panel_thumb img {
  opacity: .9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.125, 0.72, 0.43, 0.915);
}

#t-columnTop .t-panel_thumbIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#t-columnTop .t-panel_thumbIcon i {
  color: #fff;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_otona {
  font-size: 55px;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_kodomo {
  font-size: 46px;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_tooth1 {
  font-size: 60px;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_tooth1.otona {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_tooth2 {
  font-size: 66px;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_tooth3 {
  font-size: 52px;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_mouth {
  font-size: 58px;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_mouth5 {
  width: 68px;
  display: inline-block;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_mouth6 {
  width: 75px;
  display: inline-block;
}

#t-columnTop .t-panel_thumbIcon i.m-icon-mushiba_cavity {
  width: 39px;
  display: inline-block;
}

#t-columnTop .t-panel_title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

#t-columnTop .t-panel_title.-left {
  text-align: left;
}

#t-columnTop .t-panel_lead {
  font-size: 14px;
  margin-bottom: 30px;
}

#t-columnTop .t-panel_btn {
  margin-top: 20px;
}

#t-columnTop .t-banners {
  margin-top: 80px;
}

#t-columnTop .t-care1_lead {
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  margin: -50px 0 60px;
}

.u-mt30 {
  margin-top: 30px;
}

#t-columnDetail {
  /* ==================================================
    COLUMN DETAIL [PC]
================================================== */
  /* ----- INTRO -----*/
  /* ==================================================
    COLUMN DETAIL [SP]
================================================== */
}

#t-columnDetail .t-body {
  margin-top: 60px;
}

#t-columnDetail .t-block {
  margin-top: 50px;
}

#t-columnDetail .t-text {
  font-size: 16px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

#t-columnDetail .t-text strong {
  color: #e5003e;
}

#t-columnDetail .t-pic {
  text-align: center;
}

#t-columnDetail .t-pic_box {
  border: rgba(28, 30, 130, 0.1) solid 1px;
}

#t-columnDetail .t-pic_item {
  display: inline-block;
  text-align: right;
}

#t-columnDetail .t-intro_pic {
  width: 90%;
  position: relative;
  margin-bottom: 60px;
}

#t-columnDetail .t-intro_pic span {
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 0;
}

#t-columnDetail .t-intro_pic span:last-child {
  left: auto;
  right: -2%;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.l-col3 + .l-col3 {
  margin-top: 80px;
}

@media screen and (max-width: 767px){
  a:hover{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  /* ----- inner -----*/
  .l-inner{
    padding: 0 15px;
  }
  /* ----- section -----*/
  .l-sectionWrap{
    padding: 10px 0 0;
  }
  .l-section{
    padding: 40px 15px;
  }
  .l-section-column{
    padding: 40px 0;
  }
  /* ----- col -----*/
  .l-col2{
    margin: 0 20px;
  }
  .l-col2-smallLeft{
    margin: 0;
  }
  .l-col2-smallLeft .l-col2_item:nth-child(2n+1){
    width: auto;
    margin-bottom: 25px;
  }
  .l-col2-smallLeft .l-col2_item:nth-child(2n){
    width: auto;
  }
  .l-col2-smallLeft .l-col2_item.sizeSmall{
    width: auto;
  }
  .l-col2-smallLeft .l-col2_item.sizeSmall + .l-col2_item{
    width: auto;
  }
  .l-col2_item{
    float: none;
    width: auto;
    margin-bottom: 40px;
  }
  .l-col2_item:nth-child(2n+1){
    margin-right: 0;
  }
  .l-col2_item:nth-child(2n){
    margin-left: 0;
  }
  .l-col3{
    margin: 0 20px;
  }
  .l-col3_item{
    float: none;
    width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .p-footer_pagetop{
    width: 45px;
    right: 15px;
    bottom: 15px;
  }
  .p-footer_mainArea, .p-footer_inner{
    padding: 0;
  }
  .p-footer_block{
    width: 100%;
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
  .p-footer_block:last-child .p-footer_blockName, .p-footer_block:last-child .p-footer_list{
    border-bottom: none;
  }
  .p-footer_blockName{
    font-size: 14px;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    position: relative;
  }
  .p-footer_blockName + .p-footer_blockName{
    margin-top: 0px;
    border-top: rgba(255, 255, 255, 0.1) solid 1px;
  }
  .p-footer_blockName a{
    display: block;
    padding: 15px 15px;
    margin-right: 46px;
  }
  .p-footer_blockName .p-footer_spBtn{
    width: 46px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin: 0;
    padding: 0;
  }
  .p-footer_blockName .p-footer_spBtn:before, .p-footer_blockName .p-footer_spBtn:after{
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
  }
  .p-footer_blockName .p-footer_spBtn:before{
    width: 16px;
    height: 1px;
  }
  .p-footer_blockName .p-footer_spBtn:after{
    height: 16px;
    width: 1px;
  }
  .p-footer_blockName .p-footer_spBtn.-isOpen:after{
    height: 0;
  }
  .p-footer_list{
    margin-top: 0;
    padding: 3px 15px 15px;
    background-color: #141573;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    display: none;
  }
  .p-footer_item{
    margin: 12px 0;
  }
  .p-footer_subArea{
    padding: 40px 0 50px;
  }
  .p-footer_logo{
    display: block;
    margin: 0 auto;
  }
  .p-footer_links{
    display: inline-block;
    max-width: 345px;
  }
  .p-footer_linksItem{
    margin: 0 10px 15px 0;
  }
  .p-footer_linksItem:nth-child(3n), .p-footer_linksItem:last-child{
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  .p-footer_linksItem a{
    font-size: 10px;
  }
  .p-footer_copyright{
    font-size: 10px;
    margin-top: 25px;
  }
  .p-concept{
    padding: 60px 0;
  }
  .p-concept_main{
    display: block;
    text-align: center;
  }
  .p-concept_col{
    width: auto;
    display: block;
  }
  .p-concept_logo{
    width: 233.5px;
    display: inline-block;
  }
  .p-concept_textArea{
    margin-top: 35px;
  }
  .p-concept_textArea p{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-concept_textArea p:last-child{
    margin-bottom: 0;
  }
  .p-banners_list{
    margin-bottom: -15px;
  }
  .p-banners_item{
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  .p-banners_item:nth-child(2n+1){
    margin-right: 0;
  }
  .p-banners_item:nth-child(2n){
    margin-left: 0;
  }
  /* ----- display -----*/
  .m-display-pc{
    display: none;
  }
  .m-display-sp{
    display: block;
  }
  br.m-display-pc{
    display: none;
  }
  br.m-display-sp{
    display: inline-block;
  }
  br.m-display-tablet{
    display: none;
  }
  /* ----- pageTitle -----*/
  .m-pageTitle{
    margin-bottom: 35px;
  }
  .m-pageTitle_main{
    font-size: 25px;
  }
  .m-pageTitle_sub{
    font-size: 16px;
    margin-top: 20px;
  }
  /* ----- btn -----*/
  .m-btn a{
    padding: 12px 14px 12px 17px;
    height: auto;
    font-size: 14px;
  }
  /* ----- sectionHead -----*/
  .m-sectionHead{
    font-size: 25px;
    margin: -5px 0 35px;
    line-height: 1.4;
  }
  .m-sectionHead-column{
    font-size: 20px;
    line-height: 1.6;
  }
  .m-sectionHead_sub{
    font-size: 14px;
    margin: 0 0 12px;
  }
  /* ----- note -----*/
  .m-note{
    font-size: 11px;
  }
  .p-productsSlide_title{
    font-size: 25px;
    margin-top: -6px;
  }
  .p-productsSlide_title a{
    padding-right: 30px;
  }
  .p-productsSlide_titleIcon{
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding-left: 0;
    font-size: 10px;
  }
  .p-productsSlide_titleIcon i{
    display: inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .p-productsSlide_lead{
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.8;
  }
  .p-productsSlide_list{
    margin-top: 25px;
  }
  .p-productsSlide_list .slick-arrow{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    padding: 0;
  }
  .p-productsSlide_list .slick-dots li{
    margin: 0 8px;
  }
  .p-productsSlide_item{
    margin-bottom: 0 !important;
    height: 280px;
  }
  .p-productsSlide_thumb{
    padding-top: 10%;
  }
  .p-productsSlide_icon{
    width: 25%;
  }
  .p-productsSlide_icon.-new{
    top: 28%;
  }
  .p-productsSlide_name{
    font-size: 12px;
    padding: 0 5px 0 8px;
  }
  .p-productsSlide_name i{
    font-size: 10px;
  }
  .p-productsSlide_btnList{
    margin-top: 40px;
    margin-bottom: -15px;
    zoom: 1;
  }
  .p-productsSlide_btnList:after{
    content: "";
    display: table;
    clear: both;
  }
  .p-productsSlide_btnItem{
    width: auto;
    margin: 0 0 15px;
    display: block;
  }
  .p-productsSlide_btnItem:nth-child(2n+2), .p-productsSlide_btnItem:nth-child(2n+3){
    width: 50%;
    float: left;
  }
  .p-productsSlide_btnItem:nth-child(2n+2){
    padding-right: 7px;
  }
  .p-productsSlide_btnItem:nth-child(2n+3){
    padding-left: 7px;
  }
  .p-productsSlide_btnItem a{
    padding: 12px 5px;
  }
  #t-productsList .t-products .t-tab{
    margin-top: -6px;
  }
  #t-productsList .t-products .t-tab_switchBox{
    display: block;
    padding: 15px 10px 5px;
    margin: 0 0 30px;
  }
  #t-productsList .t-products .t-tab_item{
    margin: 0 15px 10px 0;
    width: 100%;
  }
  #t-productsList .t-products .t-tab_item:last-child{
    margin-right: 0;
  }
  #t-productsList .t-products .t-tab_item a{
    padding-left: 30px;
    width: 100%;
  }
  #t-productsList .t-products .t-tab_btnList{
    display: block;
    margin: 0;
  }
  #t-productsList .t-products .t-tab_btnItem{
    width: 49.6%;
    vertical-align: top;
    margin: 0;
  }
  #t-productsList .t-products .t-tab_btnItem:nth-child(2n+1){
    padding-right: 8px;
  }
  #t-productsList .t-products .t-tab_btnItem:nth-child(2n){
    padding-left: 8px;
  }
  #t-productsList .t-products .t-tab_btnItem a{
    min-width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  #t-productsList .t-products .t-itemList_list{
    margin: 60px 0 -20px;
  }
  #t-productsList .t-products .t-itemList_item{
    display: block;
    width: auto;
    max-width: none;
    margin: 0 0 20px;
  }
  #t-productsList .t-products .t-itemList_item a{
    width: 100%;
    display: table;
  }
  #t-productsList .t-products .t-itemList_thumb{
    width: 45.2%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
  }
  #t-productsList .t-products .t-itemList_pic{
    margin-left: 5%;
  }
  #t-productsList .t-products .t-itemList_icon{
    width: 25%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #t-productsList .t-products .t-itemList_icon.-new{
    top: 32%;
  }
  #t-productsList .t-products .t-itemList_des{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  #t-productsList .t-products .t-itemList_name{
    font-size: 14px;
  }
  #t-productsList .t-products .t-itemList_name small{
    font-size: 10px;
  }
  #t-productsList .t-products .t-itemList_name i{
    font-size: 10px;
    margin-left: 4px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  #t-productsList .t-products .t-itemList_type{
    padding: 0 4px;
    -webkit-transform: scale(0.8) translateX(-6px);
    transform: scale(0.8) translateX(-6px);
  }
  #t-productsList .t-products .t-itemList_text{
    margin-top: 6px;
    font-size: 12px;
  }
  #t-productsList .t-products .t-itemList_text br{
    display: none;
  }
  #t-productsList .t-products .t-itemList_btnList{
    margin-top: 20px;
    padding-bottom: 20px;
  }
  #t-productsList .t-products .t-itemList_btnList .t-itemList_text{
    margin-top: -8px;
  }
  #t-productsList .t-products .t-itemList_btnItem{
    margin-bottom: 15px;
  }
  #t-productsList .t-products .t-itemList_btnItem a.-onlineShop span{
    padding-left: 25px;
  }
  #t-productsList .t-products .t-itemList_btnItem .m-icon-cart{
    font-size: 28px;
    left: -18px;
  }
  #t-productsList .t-products .t-itemList_btnText a{
    width: 30%;
    max-width: 73px;
    display: inline-block;
  }
  #t-productsList .t-products .t-itemList_btnText .m-icon-arrow_r{
    right: -1px;
  }
  #t-productsDetail .t-visual{
    display: block;
    padding-top: 30px;
  }
  #t-productsDetail .t-visual_picArea, #t-productsDetail .t-visual_des{
    display: block;
  }
  #t-productsDetail .t-visual_picArea{
    width: 70%;
    margin: 0 auto;
  }
  #t-productsDetail .t-visual_mark{
    margin-top: 15px;
  }
  #t-productsDetail .t-visual_mark span{
    font-size: 10px;
    padding: 2px 10px;
  }
  #t-productsDetail .t-visual_des{
    width: auto;
    margin-top: 30px;
    padding-left: 0;
    border-left: none;
  }
  #t-productsDetail .t-visual_copy{
    font-size: 14px;
    margin-top: 0;
  }
  #t-productsDetail .t-visual_name{
    font-size: 25px;
    line-height: 1.4;
    margin: 10px 0 20px;
  }
  #t-productsDetail .t-visual_name small{
    font-size: 12px;
  }
  #t-productsDetail .t-visual_info{
    font-size: 14px;
  }
  #t-productsDetail .t-visual_info small{
    font-size: 10px;
  }
  #t-productsDetail .t-visual_efficacy{
    padding: 20px 12px;
  }
  #t-productsDetail .t-visual_head{
    font-size: 14px;
  }
  #t-productsDetail .t-visual_head i{
    font-size: 12px;
  }
  #t-productsDetail .t-visual_textList li{
    font-size: 12px;
  }
  #t-productsDetail .t-visual_btnArea{
    margin: 30px auto 0;
  }
  #t-productsDetail .t-visual_btn{
    width: auto;
    float: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  #t-productsDetail .t-visual_btn:nth-child(2n){
    padding: 0;
    margin-bottom: 30px;
  }
  #t-productsDetail .t-visual_btn a{
    font-size: 14px;
    min-height: auto;
    padding: 12px 14px 12px 19px;
  }
  #t-productsDetail .t-visual_btn.-store a{
    padding: 15px 0;
    font-size: 14px;
  }
  #t-productsDetail .t-visual_btn.-store a i{
    font-size: 28px;
  }
  #t-productsDetail .t-visual_btn.-store a span{
    display: inline;
    line-height: 1.4;
    margin-left: 8px;
  }
  #t-productsDetail .t-visual_btn.-recommend a{
    padding: 10px 20px 10px 14px;
  }
  #t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner{
    padding: 0;
    min-height: auto;
  }
  #t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner img{
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner span{
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #t-productsDetail .t-visual_btnTextArea{
    text-align: center;
    margin-top: 30px;
  }
  #t-productsDetail .t-visual_btnText{
    margin-right: 5%;
    transition: margin .2s;
    line-height: 2;
  }
  #t-productsDetail .t-visual_btnText a{
    font-size: 14px;
  }
  #t-productsDetail .t-visual_btnText .m-icon-arrow_b{
    font-size: 10px;
    right: -3px;
  }
  #t-productsDetail .t-article_title{
    line-height: 1.4;
  }
  #t-productsDetail .t-article_title-moveTop{
    margin-top: 0;
  }
  #t-productsDetail .t-article_subTitle{
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
  }
  #t-productsDetail .t-article_body{
    margin-top: 40px;
  }
  #t-productsDetail .t-article_block{
    margin: 0 0 15px;
    padding: 30px 20px;
  }
  #t-productsDetail .t-article_block:last-child{
    margin-bottom: 0;
  }
  #t-productsDetail .t-article_blockHead{
    font-size: 16px;
    line-height: 1.6;
  }
  #t-productsDetail .t-article_blockLead{
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.6;
  }
  #t-productsDetail .t-article_pic{
    margin: 20px 0 0;
  }
  #t-productsDetail .t-comment_list{
    margin: 35px 20px 0;
  }
  #t-productsDetail .t-comment_item{
    margin-bottom: 20px;
    padding-left: 80px;
  }
  #t-productsDetail .t-comment_item:nth-child(2n){
    padding: 0 80px 0 0;
  }
  #t-productsDetail .t-comment_item:last-child{
    margin-bottom: 0;
  }
  #t-productsDetail .t-comment_icon{
    width: 64px;
    height: 64px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #t-productsDetail .t-comment_baloon{
    border-radius: 6px;
    padding: 12px 15px;
  }
  #t-productsDetail .t-comment_baloon:before{
    top: 22px;
    bottom: auto;
  }
  #t-productsDetail .t-comment_baloon p{
    font-size: 12px;
  }
  #t-productsDetail .t-products_body{
    margin-top: 35px;
  }
  #t-columnTop{
    /* ----- block -----*/
    /* ----- panel -----*/
    /* ----- banners -----*/
    /* ----- care1 -----*/
  }
  #t-columnTop .t-block{
    margin-top: 40px;
  }
  #t-columnTop .t-panel_thumb{
    margin-bottom: 15px;
  }
  #t-columnTop .t-panel_title{
    font-size: 20px;
    margin-bottom: 13px;
  }
  #t-columnTop .t-panel_title.-left{
    text-align: center;
    margin-top: -25px;
  }
  #t-columnTop .t-panel_lead{
    font-size: 14px;
    margin-bottom: 15px;
  }
  #t-columnTop .t-panel_btn{
    margin-top: 15px;
  }
  #t-columnTop .t-banners{
    margin-top: 40px;
  }
  #t-columnTop .t-care1_lead{
    font-size: 14px;
    line-height: 1.6;
    margin: -10px 0 40px;
  }
  #t-columnTop .u-mt30{
    margin-top: 3.91134vw;
  }
  #t-columnDetail{
    /* ----- INTRO -----*/
  }
  #t-columnDetail .t-body, #t-columnDetail .t-block{
    margin-top: 35px;
  }
  #t-columnDetail .t-text{
    font-size: 14px;
    line-height: 1.6;
  }
  #t-columnDetail .t-intro_pic{
    width: 81.2%;
    margin-bottom: 100px;
  }
  #t-columnDetail .t-intro_pic span{
    width: 58%;
    display: block;
    font-size: 12px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-106%, 100%);
    transform: translate(-106%, 100%);
    padding-top: 10px;
  }
  #t-columnDetail .t-intro_pic span:last-child{
    right: 50%;
    -webkit-transform: translate(105%, 100%);
    transform: translate(105%, 100%);
  }
  .l-col3 + .l-col3{
    margin-top: 40px;
  }
}

@media only screen and (min-width: 641px){
  .remodal{
    max-width: 700px;
  }
}

@media screen and (max-width: 980px){
  /* ----- main -----*/
  .l-main{
    padding-top: 56px;
  }
  .p-header{
    height: 56px;
  }
  .p-header_logo{
    top: 11px;
    left: 10px;
  }
  .p-header_logo img{
    width: 99px;
  }
  .p-header_copy{
    font-size: 10px;
    margin-top: 0;
    -webkit-transform: scale(0.8) translateX(-22px);
    transform: scale(0.8) translateX(-22px);
  }
  .p-header_body{
    padding-left: 164px;
    position: relative;
  }
  .p-header_nav{
    display: none;
    margin: 0;
  }
  .p-header_navItem{
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  }
  .p-header_navItem:last-child{
    border-bottom: none;
  }
  .p-header_navItem a{
    color: #fff;
    font-size: 14px;
    padding: 15px 15px;
  }
  .p-header_navItem a i{
    font-size: 10px;
    right: 11px;
  }
  .p-header_btnArea{
    min-width: 168px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-header_btnItem a{
    width: 56px;
    height: 56px;
  }
  .p-header_btnItem.-check a i{
    top: 42%;
    font-size: 18px;
  }
  .p-header_btnItem.-shop a i{
    top: 44%;
    font-size: 16px;
  }
  .p-header_btnItem.-spBtn{
    display: block;
  }
  .p-header_btnItem.-spBtn a.-isOpen .p-header_btnBar.-num1, .p-header_btnItem.-spBtn a.-isOpen .p-header_btnBar.-num3{
    top: 27px;
  }
  .p-header_btnText{
    font-size: 10px;
    -webkit-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
  }
  .p-header_br-middle{
    display: none;
  }
  .p-header_btnBar{
    width: 24px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.125, 0.72, 0.43, 0.915);
  }
  .p-header_btnBar.-num1{
    top: 19px;
    background-color: #00aeeb;
  }
  .p-header_btnBar.-num2{
    top: 27px;
    background-color: #e5003e;
  }
  .p-header_btnBar.-num3{
    top: 35px;
    background-color: #1c1e82;
  }
  #p-spModal{
    width: 100%;
    max-width: none;
    position: absolute;
    top: 56px;
    left: 0;
    padding: 0;
    margin-bottom: 0;
    background-color: #1c1e82;
  }
  #p-spModal .p-header_nav{
    display: block;
  }
  /* ----- display -----*/
  .m-display2-wide{
    display: none;
  }
  .m-display2-min{
    display: block;
  }
  br.m-display2-wide{
    display: none;
  }
  br.m-display-min{
    display: inline-block;
  }
  #t-productsDetail .t-visual_btn a{
    font-size: 12px;
  }
  #t-productsDetail .t-visual_btn a i{
    font-size: 9px;
  }
  #t-productsDetail .t-visual_btn.-store a{
    padding: 18px 10px;
    text-align: center;
  }
  #t-productsDetail .t-visual_btn.-store a i{
    font-size: 26px;
  }
  #t-productsDetail .t-visual_btn.-store a span{
    text-align: left;
    margin-left: 12px;
  }
  #t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner{
    padding: 0 20px 0 45px;
  }
  #t-productsDetail .t-visual_btn.-recommend a .t-visual_btn_inner span{
    right: 20px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px){
  .p-footer_copyright{
    line-height: 1.6;
  }
  .p-footer_copyright br{
    display: inline-block;
  }
}

@media screen and (max-width: 1140px){
  .p-header_br-middle{
    display: inline-block;
  }
}

@media screen and (max-width: 375px){
  .p-header_copy{
    -webkit-transform: scale(0.75) translateX(-31px);
    transform: scale(0.75) translateX(-31px);
  }
}

@media (max-width: 1020px) and (min-width: 768px){
  br.m-display-tablet{
    display: inline-block;
  }
}

@media screen and (max-width: 374px){
  .m-display3-wide{
    display: none;
  }
  .m-display3-min{
    display: block;
  }
  br.m-display3-wide{
    display: none;
  }
  br.m-display3-min{
    display: inline-block;
  }
}

@media screen and (max-width: 767px) and (max-width: 454px){
  #t-productsDetail .t-visual_btnText:nth-child(2n){
    margin-right: 0;
  }
}

/* ==================================================
  3Step
================================================== */
.step_head {
  font-size: 32px;
  text-align: center;
  margin: -8px 0 70px;
  line-height: 1.8;
}

.step_body {
}

.step_item {
  width: 100%;
  max-width: 588px;
  margin: 20px auto;
}

@media screen and (max-width: 767px){
  .step_head {
    font-size: 20px;
    line-height: 1.6;
    margin: -5px 0 35px;
  }

  .step_item {
    margin:0 0 20px 0; 
  }
}