@charset "UTF-8";
/* ==========================================================================
foundation
==========================================================================*/
* {
  margin: 0px;
  padding: 0px; }

html,
body {
  font-size: 62.5%;
  height: 100%; }

body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "YuMincho", "游明朝", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Times New Roman, serif;
  display: block;
  line-height: 1;
  color: #111111;
  text-align: left;
  width: 100% !important;
  height: 100% !important;
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: pkna;
  -moz-font-feature-settings: pkna;
  font-feature-settings: pkna; }
  @media screen and (max-width: 767px) {
    body {
      max-width: 767px !important;
      min-width: 0px !important;
      width: 100% !important;
      height: 100%;
      overflow-x: hidden !important; } }

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

template {
  display: none; }

address {
  font-style: normal; }

h1,
h2,
h3,
h4 {
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px; }

strong,
b {
  font-weight: bold; }

object {
  pointer-events: none; }

img {
  border: none;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

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

a:hover {
  text-decoration: none; }

a:focus {
  outline: none; }

a * {
  cursor: pointer; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select {
  outline: 0;
  /*safariの自動フォーカスを切る */ }

:placeholder-shown {
  color: #e0e0e0; }

::-webkit-input-placeholder {
  color: #e0e0e0; }

::-moz-placeholder {
  color: #e0e0e0; }

:-ms-input-placeholder {
  color: #e0e0e0; }

::placeholder {
  color: #e0e0e0; }

:-ms-input-placeholder {
  color: #e0e0e0 !important; }

:-moz-placeholder {
  color: #e0e0e0; }

::-moz-placeholder {
  color: #e0e0e0; }

::-webkit-input-placeholder {
  color: #e0e0e0; }

iframe {
  width: 100%; }

body > span {
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0; }

/* font-family - set
-----------------------------------------------------------------*/
/*
* "Noto Sans CJK JP" licensed under the SIL Open Font License
* https://www.google.com/get/noto/#/
*/
/* transition
-----------------------------------------------------------------*/
/* reset transition */
a,
input,
select,
textarea,
button,
a object,
a > span,
a img,
*:before,
*:after,
button span,
a .c-button,
.c-airdate__cell {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lte-Android4 * {
  -webkit-transition: none !important;
  transition: none !important; }

/* contents */
/* preset - animation
-----------------------------------------------------------------*/
/* keyframe - bounceY */
@-webkit-keyframes bounceY {
  0% {
    -webkit-transform: translate(0px, -6px); }
  100% {
    -webkit-transform: translate(0px, 6px); } }

@-moz-keyframes bounceY {
  0% {
    -moz-transform: translate(0px, -6px); }
  100% {
    -moz-transform: translate(0px, 6px); } }

@keyframes bounceY {
  0% {
    -webkit-transform: translate(0px, -6px);
    transform: translate(0px, -6px); }
  100% {
    -webkit-transform: translate(0px, 6px);
    transform: translate(0px, 6px); } }

.animation-bounceY {
  -webkit-animation-name: bounceY;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -moz-animation-name: bounceY;
  -moz-animation-duration: 2000ms;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-transform-origin: 50% 50%;
  -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -ms-animation-name: bounceY;
  -ms-animation-duration: 2000ms;
  -ms-animation-delay: 0ms;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: alternate;
  -ms-transform-origin: 50% 50%;
  -ms-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -o-animation-name: bounceY;
  -o-animation-duration: 2000ms;
  -o-animation-delay: 0ms;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-transform-origin: 50% 50%;
  -o-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  animation-name: bounceY;
  animation-duration: 2000ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 50%;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

/* keyframe - bounceY2 */
@-webkit-keyframes bounceY2 {
  0% {
    -webkit-transform: translate(0px, -4px); }
  100% {
    -webkit-transform: translate(0px, 4px); } }

@-moz-keyframes bounceY2 {
  0% {
    -moz-transform: translate(0px, -4px); }
  100% {
    -moz-transform: translate(0px, 4px); } }

@keyframes bounceY2 {
  0% {
    -webkit-transform: translate(0px, -4px);
    transform: translate(0px, -4px); }
  100% {
    -webkit-transform: translate(0px, 4px);
    transform: translate(0px, 4px); } }

.animation-bounceY2 {
  -webkit-animation-name: bounceY2;
  -webkit-animation-duration: 800ms;
  -webkit-animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -moz-animation-name: bounceY2;
  -moz-animation-duration: 800ms;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-transform-origin: 50% 50%;
  -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  animation-name: bounceY2;
  animation-duration: 800ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

/* keyframe - bounceX */
@-webkit-keyframes bounceX {
  0% {
    -webkit-transform: translate(-10px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px); } }

@-moz-keyframes bounceX {
  0% {
    -moz-transform: translate(-10px, 0px); }
  100% {
    -moz-transform: translate(0px, 0px); } }

@keyframes bounceX {
  0% {
    -webkit-transform: translate(-10px, 0px);
    transform: translate(-10px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

.aanimation-bounceX {
  display: inline-block;
  /**/
  -webkit-animation-name: bounceX;
  -webkit-animation-duration: 600ms;
  -webkit-animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -moz-animation-name: bounceX;
  -moz-animation-duration: 600ms;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-transform-origin: 50% 50%;
  -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -ms-animation-name: bounceX;
  -ms-animation-duration: 600ms;
  -ms-animation-delay: 0ms;
  -ms-animation-fill-mode: forwards;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: alternate;
  -ms-transform-origin: 50% 50%;
  -ms-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -o-animation-name: bounceX;
  -o-animation-duration: 600ms;
  -o-animation-delay: 0ms;
  -o-animation-fill-mode: forwards;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: alternate;
  -o-transform-origin: 50% 50%;
  -o-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  animation-name: bounceX;
  animation-duration: 600ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 50% 50%;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

/* keyframe - scaleBounce */
@-webkit-keyframes scaleBounce {
  0% {
    -webkit-transform: scale(0.7); }
  1% {
    -webkit-transform: scale(0.73); }
  2% {
    -webkit-transform: scale(0.76); }
  3% {
    -webkit-transform: scale(0.8); }
  4% {
    -webkit-transform: scale(0.85); }
  5% {
    -webkit-transform: scale(0.89); }
  6% {
    -webkit-transform: scale(0.94); }
  7% {
    -webkit-transform: scale(0.98); }
  8% {
    -webkit-transform: scale(1.02); }
  9% {
    -webkit-transform: scale(1.05); }
  10% {
    -webkit-transform: scale(1.08); }
  11% {
    -webkit-transform: scale(1.09); }
  12% {
    -webkit-transform: scale(1.11); }
  13% {
    -webkit-transform: scale(1.11); }
  14% {
    -webkit-transform: scale(1.11); }
  15% {
    -webkit-transform: scale(1.11); }
  16% {
    -webkit-transform: scale(1.1); }
  17% {
    -webkit-transform: scale(1.08); }
  18% {
    -webkit-transform: scale(1.07); }
  19% {
    -webkit-transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.04); }
  21% {
    -webkit-transform: scale(1.02); }
  22% {
    -webkit-transform: scale(1.01); }
  23% {
    -webkit-transform: scale(0.99); }
  24% {
    -webkit-transform: scale(0.98); }
  25% {
    -webkit-transform: scale(0.97); }
  26% {
    -webkit-transform: scale(0.97); }
  27% {
    -webkit-transform: scale(0.96); }
  28% {
    -webkit-transform: scale(0.96); }
  29% {
    -webkit-transform: scale(0.96); }
  30% {
    -webkit-transform: scale(0.96); }
  31% {
    -webkit-transform: scale(0.97); }
  32% {
    -webkit-transform: scale(0.97); }
  33% {
    -webkit-transform: scale(0.98); }
  34% {
    -webkit-transform: scale(0.98); }
  35% {
    -webkit-transform: scale(0.99); }
  36% {
    -webkit-transform: scale(0.99); }
  37% {
    -webkit-transform: scale(1); }
  38% {
    -webkit-transform: scale(1); }
  39% {
    -webkit-transform: scale(1.01); }
  40% {
    -webkit-transform: scale(1.01); }
  41% {
    -webkit-transform: scale(1.01); }
  42% {
    -webkit-transform: scale(1.01); }
  43% {
    -webkit-transform: scale(1.01); }
  44% {
    -webkit-transform: scale(1.01); }
  45% {
    -webkit-transform: scale(1.01); }
  46% {
    -webkit-transform: scale(1.01); }
  47% {
    -webkit-transform: scale(1.01); }
  48% {
    -webkit-transform: scale(1.01); }
  49% {
    -webkit-transform: scale(1.01); }
  50% {
    -webkit-transform: scale(1); }
  51% {
    -webkit-transform: scale(1); }
  52% {
    -webkit-transform: scale(1); }
  53% {
    -webkit-transform: scale(1); }
  54% {
    -webkit-transform: scale(1); }
  55% {
    -webkit-transform: scale(1); }
  56% {
    -webkit-transform: scale(1); }
  57% {
    -webkit-transform: scale(1); }
  58% {
    -webkit-transform: scale(1); }
  59% {
    -webkit-transform: scale(1); }
  60% {
    -webkit-transform: scale(1); }
  61% {
    -webkit-transform: scale(1); }
  62% {
    -webkit-transform: scale(1); }
  63% {
    -webkit-transform: scale(1); }
  64% {
    -webkit-transform: scale(1); }
  65% {
    -webkit-transform: scale(1); }
  66% {
    -webkit-transform: scale(1); }
  67% {
    -webkit-transform: scale(1); }
  68% {
    -webkit-transform: scale(1); }
  69% {
    -webkit-transform: scale(1); }
  70% {
    -webkit-transform: scale(1); }
  71% {
    -webkit-transform: scale(1); }
  72% {
    -webkit-transform: scale(1); }
  73% {
    -webkit-transform: scale(1); }
  74% {
    -webkit-transform: scale(1); }
  75% {
    -webkit-transform: scale(1); }
  76% {
    -webkit-transform: scale(1); }
  77% {
    -webkit-transform: scale(1); }
  78% {
    -webkit-transform: scale(1); }
  79% {
    -webkit-transform: scale(1); }
  80% {
    -webkit-transform: scale(1); }
  81% {
    -webkit-transform: scale(1); }
  82% {
    -webkit-transform: scale(1); }
  83% {
    -webkit-transform: scale(1); }
  84% {
    -webkit-transform: scale(1); }
  85% {
    -webkit-transform: scale(1); }
  86% {
    -webkit-transform: scale(1); }
  87% {
    -webkit-transform: scale(1); }
  88% {
    -webkit-transform: scale(1); }
  89% {
    -webkit-transform: scale(1); }
  90% {
    -webkit-transform: scale(1); }
  91% {
    -webkit-transform: scale(1); }
  92% {
    -webkit-transform: scale(1); }
  93% {
    -webkit-transform: scale(1); }
  94% {
    -webkit-transform: scale(1); }
  95% {
    -webkit-transform: scale(1); }
  96% {
    -webkit-transform: scale(1); }
  97% {
    -webkit-transform: scale(1); }
  98% {
    -webkit-transform: scale(1); }
  99% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes scaleBounce {
  0% {
    -moz-transform: scale(0.7); }
  1% {
    -moz-transform: scale(0.73); }
  2% {
    -moz-transform: scale(0.76); }
  3% {
    -moz-transform: scale(0.8); }
  4% {
    -moz-transform: scale(0.85); }
  5% {
    -moz-transform: scale(0.89); }
  6% {
    -moz-transform: scale(0.94); }
  7% {
    -moz-transform: scale(0.98); }
  8% {
    -moz-transform: scale(1.02); }
  9% {
    -moz-transform: scale(1.05); }
  10% {
    -moz-transform: scale(1.08); }
  11% {
    -moz-transform: scale(1.09); }
  12% {
    -moz-transform: scale(1.11); }
  13% {
    -moz-transform: scale(1.11); }
  14% {
    -moz-transform: scale(1.11); }
  15% {
    -moz-transform: scale(1.11); }
  16% {
    -moz-transform: scale(1.1); }
  17% {
    -moz-transform: scale(1.08); }
  18% {
    -moz-transform: scale(1.07); }
  19% {
    -moz-transform: scale(1.05); }
  20% {
    -moz-transform: scale(1.04); }
  21% {
    -moz-transform: scale(1.02); }
  22% {
    -moz-transform: scale(1.01); }
  23% {
    -moz-transform: scale(0.99); }
  24% {
    -moz-transform: scale(0.98); }
  25% {
    -moz-transform: scale(0.97); }
  26% {
    -moz-transform: scale(0.97); }
  27% {
    -moz-transform: scale(0.96); }
  28% {
    -moz-transform: scale(0.96); }
  29% {
    -moz-transform: scale(0.96); }
  30% {
    -moz-transform: scale(0.96); }
  31% {
    -moz-transform: scale(0.97); }
  32% {
    -moz-transform: scale(0.97); }
  33% {
    -moz-transform: scale(0.98); }
  34% {
    -moz-transform: scale(0.98); }
  35% {
    -moz-transform: scale(0.99); }
  36% {
    -moz-transform: scale(0.99); }
  37% {
    -moz-transform: scale(1); }
  38% {
    -moz-transform: scale(1); }
  39% {
    -moz-transform: scale(1.01); }
  40% {
    -moz-transform: scale(1.01); }
  41% {
    -moz-transform: scale(1.01); }
  42% {
    -moz-transform: scale(1.01); }
  43% {
    -moz-transform: scale(1.01); }
  44% {
    -moz-transform: scale(1.01); }
  45% {
    -moz-transform: scale(1.01); }
  46% {
    -moz-transform: scale(1.01); }
  47% {
    -moz-transform: scale(1.01); }
  48% {
    -moz-transform: scale(1.01); }
  49% {
    -moz-transform: scale(1.01); }
  50% {
    -moz-transform: scale(1); }
  51% {
    -moz-transform: scale(1); }
  52% {
    -moz-transform: scale(1); }
  53% {
    -moz-transform: scale(1); }
  54% {
    -moz-transform: scale(1); }
  55% {
    -moz-transform: scale(1); }
  56% {
    -moz-transform: scale(1); }
  57% {
    -moz-transform: scale(1); }
  58% {
    -moz-transform: scale(1); }
  59% {
    -moz-transform: scale(1); }
  60% {
    -moz-transform: scale(1); }
  61% {
    -moz-transform: scale(1); }
  62% {
    -moz-transform: scale(1); }
  63% {
    -moz-transform: scale(1); }
  64% {
    -moz-transform: scale(1); }
  65% {
    -moz-transform: scale(1); }
  66% {
    -moz-transform: scale(1); }
  67% {
    -moz-transform: scale(1); }
  68% {
    -moz-transform: scale(1); }
  69% {
    -moz-transform: scale(1); }
  70% {
    -moz-transform: scale(1); }
  71% {
    -moz-transform: scale(1); }
  72% {
    -moz-transform: scale(1); }
  73% {
    -moz-transform: scale(1); }
  74% {
    -moz-transform: scale(1); }
  75% {
    -moz-transform: scale(1); }
  76% {
    -moz-transform: scale(1); }
  77% {
    -moz-transform: scale(1); }
  78% {
    -moz-transform: scale(1); }
  79% {
    -moz-transform: scale(1); }
  80% {
    -moz-transform: scale(1); }
  81% {
    -moz-transform: scale(1); }
  82% {
    -moz-transform: scale(1); }
  83% {
    -moz-transform: scale(1); }
  84% {
    -moz-transform: scale(1); }
  85% {
    -moz-transform: scale(1); }
  86% {
    -moz-transform: scale(1); }
  87% {
    -moz-transform: scale(1); }
  88% {
    -moz-transform: scale(1); }
  89% {
    -moz-transform: scale(1); }
  90% {
    -moz-transform: scale(1); }
  91% {
    -moz-transform: scale(1); }
  92% {
    -moz-transform: scale(1); }
  93% {
    -moz-transform: scale(1); }
  94% {
    -moz-transform: scale(1); }
  95% {
    -moz-transform: scale(1); }
  96% {
    -moz-transform: scale(1); }
  97% {
    -moz-transform: scale(1); }
  98% {
    -moz-transform: scale(1); }
  99% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1); } }

@keyframes scaleBounce {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  1% {
    -webkit-transform: scale(0.73);
    transform: scale(0.73); }
  2% {
    -webkit-transform: scale(0.76);
    transform: scale(0.76); }
  3% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  4% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85); }
  5% {
    -webkit-transform: scale(0.89);
    transform: scale(0.89); }
  6% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94); }
  7% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  8% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  9% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  10% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  11% {
    -webkit-transform: scale(1.09);
    transform: scale(1.09); }
  12% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11); }
  13% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11); }
  14% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11); }
  15% {
    -webkit-transform: scale(1.11);
    transform: scale(1.11); }
  16% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  17% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08); }
  18% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07); }
  19% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  20% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04); }
  21% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  22% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  23% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99); }
  24% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  25% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }
  26% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }
  27% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96); }
  28% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96); }
  29% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96); }
  30% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96); }
  31% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }
  32% {
    -webkit-transform: scale(0.97);
    transform: scale(0.97); }
  33% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  34% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  35% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99); }
  36% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99); }
  37% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  38% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  39% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  40% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  41% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  42% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  43% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  44% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  45% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  46% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  47% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  48% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  49% {
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  51% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  52% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  53% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  54% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  55% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  56% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  57% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  58% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  59% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  61% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  62% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  63% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  64% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  65% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  66% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  67% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  68% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  69% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  71% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  72% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  73% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  74% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  76% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  77% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  78% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  79% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  81% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  82% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  83% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  84% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  85% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  86% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  87% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  88% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  89% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  90% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  91% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  92% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  93% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  94% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  95% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  96% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  97% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  98% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  99% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animation-scaleBounce {
  -webkit-animation: scaleBounce 1s forwards linear;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: scaleBounce 1s forwards linear;
  animation: scaleBounce 1s forwards linear; }

/* keyframe - hFlash */
@-webkit-keyframes hFlash {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes hFlash {
  0% {
    -moz-opacity: 0.5;
    opacity: 0.75; }
  100% {
    -moz-opacity: 1;
    opacity: 1; } }

@keyframes hFlash {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.animation-hFlash {
  -webkit-animation-name: hFlash;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -moz-animation-name: hFlash;
  -moz-animation-duration: 2000ms;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-transform-origin: 50% 50%;
  -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  animation-name: hFlash;
  animation-duration: 2000ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

/* keyframe - hFlash2 */
@-webkit-keyframes hFlash2 {
  0% {
    opacity: 0.65; }
  100% {
    opacity: 1; } }

@-moz-keyframes hFlash2 {
  0% {
    -moz-opacity: 0.65;
    opacity: 0.65; }
  100% {
    -moz-opacity: 1;
    opacity: 1; } }

@keyframes hFlash2 {
  0% {
    opacity: 0.65; }
  100% {
    opacity: 1; } }

.animation-hFlash2 {
  -webkit-animation-name: hFlash2;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-delay: 0ms;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  -moz-animation-name: hFlash2;
  -moz-animation-duration: 2000ms;
  -moz-animation-delay: 0ms;
  -moz-animation-fill-mode: forwards;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
  -moz-transform-origin: 50% 50%;
  -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /**/
  animation-name: hFlash2;
  animation-duration: 2000ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

/* keyframe - rotateR */
@-webkit-keyframes rotateR {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotateR {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* keyframe - zoomInOut */
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(0.94); } }

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.94);
    transform: scale(0.94); } }

/* keyframe - jumpBounce */
@-webkit-keyframes jumpBounce {
  0% {
    -webkit-transform: translateY(0); }
  26% {
    -webkit-transform: translateY(0) scaleY(0.8); }
  38% {
    -webkit-transform: translateY(-8px) scaleY(1.04); }
  60% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes jumpBounce {
  0% {
    -moz-transform: translateY(0); }
  26% {
    -moz-transform: translateY(0) scaleY(0.8); }
  38% {
    -moz-transform: translateY(-8px) scaleY(1.04); }
  60% {
    -moz-transform: translateY(0); } }

@keyframes jumpBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  26% {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8); }
  38% {
    -webkit-transform: translateY(-8px) scaleY(1.04);
    transform: translateY(-8px) scaleY(1.04); }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* keyframe - Tada */
@-webkit-keyframes Tada {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1); }
  10% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8); }
  20% {
    -webkit-transform: rotate(-3deg) scaleX(0.8) scaleY(0.8); }
  30% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2); }
  40% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2); }
  50% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2); }
  60% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2); }
  70% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2); }
  80% {
    -webkit-transform: rotate(-3deg) scaleX(1.2) scaleY(1.2); }
  90% {
    -webkit-transform: rotate(3deg) scaleX(1.2) scaleY(1.2); }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1.2) scaleY(1.2); } }

/* sample - transition easing
-----------------------------------------------------------------*/
/*
_default: "ease",
"in": "ease-in",
out: "ease-out",
"in-out": "ease-in-out",
snap: "cubic-bezier(0,1,.5,1)",
easeOutCubic: "cubic-bezier(.215,.61,.355,1)",
easeInOutCubic: "cubic-bezier(.645,.045,.355,1)",
easeInCirc: "cubic-bezier(.6,.04,.98,.335)",
easeOutCirc: "cubic-bezier(.075,.82,.165,1)",
easeInOutCirc: "cubic-bezier(.785,.135,.15,.86)",
easeInExpo: "cubic-bezier(.95,.05,.795,.035)",
easeOutExpo: "cubic-bezier(.19,1,.22,1)",
easeInOutExpo: "cubic-bezier(1,0,0,1)",
easeInQuad: "cubic-bezier(.55,.085,.68,.53)",
easeOutQuad: "cubic-bezier(.25,.46,.45,.94)",
easeInOutQuad: "cubic-bezier(.455,.03,.515,.955)",
easeInQuart: "cubic-bezier(.895,.03,.685,.22)",
easeOutQuart: "cubic-bezier(.165,.84,.44,1)",
easeInOutQuart: "cubic-bezier(.77,0,.175,1)",
easeInQuint: "cubic-bezier(.755,.05,.855,.06)",
easeOutQuint: "cubic-bezier(.23,1,.32,1)",
easeInOutQuint: "cubic-bezier(.86,0,.07,1)",
easeInSine: "cubic-bezier(.47,0,.745,.715)",
easeOutSine: "cubic-bezier(.39,.575,.565,1)",
easeInOutSine: "cubic-bezier(.445,.05,.55,.95)",
easeInBack: "cubic-bezier(.6,-.28,.735,.045)",
easeOutBack: "cubic-bezier(.175, .885,.32,1.275)",
easeInOutBack: "cubic-bezier(.68,-.55,.265,1.55)"
*/
/* ==========================================================================
layout
==========================================================================*/
/* header
-----------------------------------------------------------------*/
#l-header {
  width: 100%;
  height: 95px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 9000;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.09); }
  @media screen and (max-width: 1050px) {
    #l-header {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #l-header {
      height: 60px;
      border-radius: 0 0 0 0; } }

.l-header__logo {
  position: absolute;
  display: block;
  top: 32px;
  left: 5%; }
  @media screen and (max-width: 767px) {
    .l-header__logo {
      top: 16px;
      left: 20px; }
      .l-header__logo span {
        width: 108px;
        display: block; }
        .l-header__logo span img {
          width: 100%;
          height: auto; } }

.header-animation#l-header {
  height: 68px;
  opacity: 0.85;
  transition: .3s; }

.header-animation .l-header__logo {
  position: absolute;
  top: 16px; }

.header-animation .l-menu {
  position: absolute;
  top: 16px; }

/* スイッチアイコン
-----------------------------------------------------------------*/
.l-menu-RW {
  display: none; }
  @media screen and (max-width: 1110px) {
    .l-menu-RW {
      display: block; } }

.l-menu__switch {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 20px; }
  @media screen and (max-width: 767px) {
    .l-menu__switch {
      position: absolute;
      right: 0;
      top: 0; } }

.header-animation .l-menu__switch {
  position: absolute;
  top: 5px; }
  @media screen and (max-width: 767px) {
    .header-animation .l-menu__switch {
      position: absolute;
      top: 0; } }

.l-menu__switch a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: #fff; }

.l-menu__switch span, .l-menu__switch span::after, .l-menu__switch span::before, .open .l-menu__switch span::after, .open .l-menu__switch span::before {
  width: 28px;
  height: 1px;
  background: #333;
  display: block;
  position: absolute; }

.l-menu__switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .l-menu__switch span::after {
    content: "";
    top: 8px; }
  .l-menu__switch span::before {
    content: "";
    top: -8px; }

/* open */
.open .l-menu__switch span {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .open .l-menu__switch span::after {
    content: "";
    position: absolute;
    top: -50%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .open .l-menu__switch span::before {
    content: "";
    position: absolute;
    top: -50%;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

/* ヘッダーメニュー
-----------------------------------------------------------------*/
.l-menu {
  position: absolute;
  top: 32px;
  right: 5%;
  float: right; }
  .l-menu .l-menu__content {
    display: table;
    list-style: none;
    vertical-align: middle; }
    .l-menu .l-menu__content li {
      display: table-cell;
      vertical-align: middle;
      padding-right: 25px;
      color: #333;
      font-size: 14px;
      font-size: 1.4rem; }
      .l-menu .l-menu__content li:last-child {
        padding-right: 0;
        font-size: 14px;
        font-size: 1.4rem; }
      .l-menu .l-menu__content li a:hover {
        color: #cbaf6b; }
      .l-menu .l-menu__content li a.current {
        color: #cbaf6b; }
  @media screen and (max-width: 1110px) {
    .l-menu {
      display: none; } }

.l-menu__contact {
  position: absolute;
  top: 0;
  right: 60px;
  font-weight: bold;
  border-left: 1px solid #e5e5e5;
  height: 60px;
  padding: 0 10px;
  font-size: 11px;
  font-size: 1.1rem; }
  .l-menu__contact a {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.l-menu__contents {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 95px;
  background: white;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    .l-menu__contents {
      top: 60px; } }

.l-menu__contents__list {
  display: block;
  list-style: none;
  width: 100%;
  border-top: 1px solid #e5e5e5; }

.l-menu__contents__list a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 25px 0px 25px 0px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e5e5e5; }
  .l-menu__contents__list a:hover {
    color: #cbaf6b; }

.open .l-menu__contents {
  opacity: 1;
  visibility: visible !important; }

/* l-footer
-----------------------------------------------------------------*/
#l-footer {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  border-top: 2px solid #cdb271;
  height: 40px;
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    #l-footer {
      background: #fff;
      width: 100%;
      height: auto;
      padding-top: 0px; } }

.l-footer__top {
  position: relative;
  padding-bottom: 20px;
  display: block;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #ededed; }
  @media screen and (max-width: 1050px) {
    .l-footer__top {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .l-footer__top {
      width: 100%;
      padding-bottom: 0; } }

/* l-footer__menu */
.l-footer__menu {
  list-style: none;
  display: table; }
  @media screen and (max-width: 767px) {
    .l-footer__menu {
      display: none; } }

.l-footer__menu li {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem; }
  .l-footer__menu li a {
    color: #333;
    display: block;
    padding: 5px 15px;
    position: relative; }
    .l-footer__menu li a:after {
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      right: 0;
      width: 1px;
      height: 100%;
      background: #dcdcdc; }
    .l-footer__menu li a:hover {
      color: #cbaf6b; }
  .l-footer__menu li:first-child a {
    position: relative; }
    .l-footer__menu li:first-child a:before {
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      left: 0;
      width: 1px;
      height: 100%;
      background: #dcdcdc; }

/* .l-footer__bottom
-----------------------------------------------------------------*/
.l-footer__bottom {
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
  display: block;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .l-footer__bottom {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .l-footer__bottom {
      width: 100%;
      padding: 25px 0 25px 0; } }

.l-footer__bottom--inner {
  display: table;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .l-footer__bottom--inner {
      display: block; } }
  .l-footer__bottom--inner li {
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 25px;
    line-height: 1.5;
    position: relative; }
    @media screen and (max-width: 767px) {
      .l-footer__bottom--inner li {
        display: block;
        text-align: center;
        font-size: 10px;
        font-size: 1rem; } }
    .l-footer__bottom--inner li:after {
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      right: 0;
      width: 1px;
      height: 100%;
      background: #dcdcdc; }
      @media screen and (max-width: 767px) {
        .l-footer__bottom--inner li:after {
          display: none; } }
    .l-footer__bottom--inner li:first-child {
      position: relative; }
      .l-footer__bottom--inner li:first-child:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
        width: 1px;
        height: 100%;
        background: #dcdcdc; }
        @media screen and (max-width: 767px) {
          .l-footer__bottom--inner li:first-child:before {
            display: none; } }

.l-footer__sns {
  position: absolute;
  top: 30px;
  right: 0;
  list-style: none;
  display: block; }
  .l-footer__sns li {
    float: left;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .l-footer__sns li {
        float: none;
        display: table-cell;
        padding-left: 5px;
        padding-right: 5px; } }
  .l-footer__sns a > img {
    opacity: 0.6; }
  .l-footer__sns a:hover > img {
    opacity: 1; }

@media screen and (max-width: 1050px) {
  .l-footer__sns.u-clearfix {
    display: block;
    position: static;
    margin: 20px 0 0 0; } }

@media screen and (max-width: 767px) {
  .l-footer__sns.u-clearfix {
    display: table;
    width: auto;
    position: static;
    text-align: center;
    margin: 15px auto 0 auto; } }

/* ロゴ
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 135px;
    margin: 0 auto 15px auto;
    padding-top: 24px; }
    .l-footer__logo img {
      width: 100%;
      height: auto; } }

/* 電話・FAX番号
-----------------------------------------------------------------*/
/* コピーライト
-----------------------------------------------------------------*/
.l-footer__copyright {
  padding: 15px 0;
  text-align: center;
  line-height: 1;
  color: #e9e1d0;
  background: #c5af7a;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .l-footer__copyright {
      padding: 10px 0;
      font-size: 10px;
      font-size: 1rem; } }

/* スクロールリンク
-----------------------------------------------------------------*/
.l-footer__scrollTop {
  width: 32px;
  height: 70px;
  position: absolute;
  z-index: 1000;
  right: 30px;
  top: -122px;
  display: block; }
  @media screen and (max-width: 767px) {
    .l-footer__scrollTop {
      width: 100%;
      height: auto;
      position: static; } }

.l-footer__scrollTop a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px; }
  @media screen and (max-width: 767px) {
    .l-footer__scrollTop a {
      background: #fff;
      text-indent: 0;
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 18px 0 18px 0;
      line-height: 1; } }
  .l-footer__scrollTop a::before {
    content: "";
    width: 30px;
    height: 52px;
    background: url(../images/ico_arrow_top--gold.svg) no-repeat left top;
    background-size: 30px 52px;
    display: block;
    position: absolute;
    bottom: 0%;
    left: 0%;
    opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .l-footer__scrollTop a::before {
        display: none; } }

.l-footer__scrollTop a:hover::before {
  content: "";
  width: 30px;
  height: 52px;
  background: url(../images/ico_arrow_top--gold.svg) no-repeat left top;
  background-size: 30px 52px;
  display: block;
  position: absolute;
  bottom: 20%;
  left: 0%;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .l-footer__scrollTop a:hover::before {
      display: none; } }

/* pagetop
-----------------------------------------------------------------*/
.js-scrolltop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 40px;
  right: 40px; }
  .js-scrolltop a {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/common/images/icon_scrolltop.gif) no-repeat left top;
    background-size: 60px 60px;
    text-indent: -9999px; }
  .js-scrolltop span {
    text-indent: -9999px; }
  @media screen and (max-width: 767px) {
    .js-scrolltop {
      display: none !important; } }

/* ==========================================================================
object
==========================================================================*/
/* c-content
	c-content__inner----- 960px
	w 830 (キャンペーンbnr 幅) small
	w 850 middle
	w 960 regular
	w 1024 regular
-----------------------------------------------------------------*/
.c-content {
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-content {
      min-width: inherit;
      min-width: auto; } }

.c-content__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1400px; }
  .c-content > .c-content__inner {
    width: 90%;
    max-width: 1800px;
    margin: 0 auto; }
  .c-content__medium > .c-content__inner {
    width: 89%;
    max-width: 1400px;
    margin: 0 auto; }
  .c-content__small > .c-content__inner {
    width: 89%;
    max-width: 1400px;
    margin: 0 auto; }

/* c-content-main
 -----------------------------------------------------------------*/
/* c-content__large
 -----------------------------------------------------------------*/
.c-content__large {
  width: 100%;
  margin: 0 auto;
  max-width: inherit;
  max-width: auto;
  min-width: inherit;
  min-width: auto; }

/* c-content__medium
 w 850 middle
 -----------------------------------------------------------------*/
.c-content__medium {
  width: 90%;
  margin: 0 auto;
  max-width: inherit;
  max-width: auto;
  min-width: inherit;
  min-width: auto; }
  @media screen and (max-width: 767px) {
    .c-content__medium {
      width: auto;
      margin: 0 20px; } }

/* c-content__small
faq / 使用 w830px
-----------------------------------------------------------------*/
.c-content__small {
  width: 68%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .c-content__small {
      margin: 0 20px;
      min-width: initial;
      width: auto; } }

.c-content__small--type2 {
  width: 68%;
  max-width: 1200px;
  min-width: 788px; }
  @media screen and (max-width: 767px) {
    .c-content__small--type2 {
      margin: 0 0;
      min-width: 320px;
      width: auto; } }

/* c-content__half
-----------------------------------------------------------------*/
.c-content__half {
  display: block;
  width: 50%;
  float: right; }
  @media screen and (max-width: 1439px) {
    .c-content__half {
      width: 720px; } }
  @media screen and (max-width: 767px) {
    .c-content__half {
      width: auto;
      float: none; } }

/* c-content__column2
-----------------------------------------------------------------*/
.c-column--2 {
  width: 100%;
  display: table; }
  @media screen and (max-width: 767px) {
    .c-column--2 {
      display: block; } }
  .c-column--2 .c-column__block > figure {
    width: 100%;
    height: auto; }
    .c-column--2 .c-column__block > figure img {
      width: 100%;
      height: auto; }
  .c-column--2 .c-column__block:first-child {
    width: 48.2%;
    float: left;
    display: block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .c-column--2 .c-column__block:first-child {
        width: 100%;
        display: block;
        float: none; } }
  .c-column--2 .c-column__block:last-child {
    width: 48.2%;
    float: right;
    display: block;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .c-column--2 .c-column__block:last-child {
        width: 100%;
        display: block;
        float: none;
        margin-top: 20px; } }

/* c-content__column3
-----------------------------------------------------------------*/
.c-column--3 {
  width: 100%;
  display: block; }
  @media screen and (max-width: 767px) {
    .c-column--3 {
      display: block; } }
  .c-column--3 .c-column__block {
    width: 30%;
    margin: 0 5% 35px 0;
    float: left;
    display: block; }
    @media screen and (max-width: 767px) {
      .c-column--3 .c-column__block {
        width: 100%;
        display: block;
        float: none; } }
  .c-column--3 .c-column__block:nth-child(3n) {
    margin: 0 0 35px 0; }
  .c-column--3 .c-column__block > figure {
    width: 100%;
    height: auto; }
    .c-column--3 .c-column__block > figure img {
      width: 100%;
      height: auto;
      border-radius: 3px; }

/* c-colum - common
-----------------------------------------------------------------*/
.c-colum {
  display: inline-block; }

.c-colum:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0; }

* html .c-colum {
  height: 1%; }

.c-colum {
  display: block; }

.c-colum__block {
  display: block;
  list-style-type: none; }

/* c-colum--2
-----------------------------------------------------------------*/
.c-colum--2 {
  display: block; }

.c-colum--2 > .c-colum__block {
  width: 50%;
  float: left; }

.ie .c-colum--2 > .c-colum__block,
.edge .c-colum--2 > .c-colum__block,
.ie-edge .c-colum--2 > .c-colum__block {
  width: 49.95%; }

.c-colum--2 > .c-colum__block:nth-child(2n) {
  margin-right: 0; }

.c-colum--2 > .c-colum__block:nth-child(2n+1) {
  clear: both; }

/* c-colum--2-10
-----------------------------------------------------------------*/
.c-colum--2-10 {
  display: block; }

.c-colum--2-10 > .c-colum__block {
  width: 50%;
  width: calc((100% - 10px) / 2);
  margin-right: calc(10px + 0px);
  float: left; }

.ie .c-colum--2-10 > .c-colum__block,
.edge .c-colum--2-10 > .c-colum__block,
.ie-edge .c-colum--2-10 > .c-colum__block {
  width: 49.95%;
  width: calc((99.9% - 10px) / 2); }

.c-colum--2-10 > .c-colum__block:nth-child(0n) {
  margin-right: calc(10px + 0px); }

.c-colum--2-10 > .c-colum__block:nth-child(1n) {
  margin-right: calc(10px + 0px); }

.c-colum--2-10 > .c-colum__block:nth-child(2n) {
  margin-right: 0; }

.c-colum--2-10 > .c-colum__block:nth-child(2n+1) {
  clear: both; }

/* c-colum--2-20
-----------------------------------------------------------------*/
.c-colum--2-20 {
  display: block; }

.c-colum--2-20 > .c-colum__block {
  width: 50%;
  width: calc((100% - 20px) / 2);
  margin-right: calc(20px + 0px);
  float: left; }

.ie .c-colum--2-20 > .c-colum__block,
.edge .c-colum--2-20 > .c-colum__block,
.ie-edge .c-colum--2-20 > .c-colum__block {
  width: 49.95%;
  width: calc((99.9% - 20px) / 2); }

.c-colum--2-20 > .c-colum__block:nth-child(0n) {
  margin-right: calc(20px + 0px); }

.c-colum--2-20 > .c-colum__block:nth-child(1n) {
  margin-right: calc(20px + 0px); }

.c-colum--2-20 > .c-colum__block:nth-child(2n) {
  margin-right: 0; }

.c-colum--2-20 > .c-colum__block:nth-child(2n+1) {
  clear: both; }

/* c-colum--3
-----------------------------------------------------------------*/
.c-colum--3 {
  display: block; }

.c-colum--3 > .c-colum__block {
  width: 33.33333%;
  float: left; }

.ie .c-colum--3 > .c-colum__block,
.edge .c-colum--3 > .c-colum__block,
.ie-edge .c-colum--3 > .c-colum__block {
  width: 33.3%; }

.c-colum--3 > .c-colum__block:nth-child(3n) {
  margin-right: 0; }

.c-colum--3 > .c-colum__block:nth-child(3n+1) {
  clear: both; }

/* c-colum--3-10
-----------------------------------------------------------------*/
.c-colum--3-10 {
  display: block; }

.c-colum--3-10 > .c-colum__block {
  width: 33.33333%;
  width: calc((100% - 20px) / 3);
  margin-right: calc(10px + 0px);
  float: left; }

.ie .c-colum--3-10 > .c-colum__block,
.edge .c-colum--3-10 > .c-colum__block,
.ie-edge .c-colum--3-10 > .c-colum__block {
  width: 33.3%;
  width: calc((99.9% - 20px) / 3); }

.c-colum--3-10 > .c-colum__block:nth-child(0n) {
  margin-right: calc(10px + 0px); }

.c-colum--3-10 > .c-colum__block:nth-child(1n) {
  margin-right: calc(10px + 0px); }

.c-colum--3-10 > .c-colum__block:nth-child(2n) {
  margin-right: calc(10px + 0px); }

.c-colum--3-10 > .c-colum__block:nth-child(3n) {
  margin-right: 0; }

.c-colum--3-10 > .c-colum__block:nth-child(3n+1) {
  clear: both; }

/* c-colum--3-20
-----------------------------------------------------------------*/
.c-colum--3-20 {
  display: block; }

.c-colum--3-20 > .c-colum__block {
  width: 33.33333%;
  width: calc((100% - 40px) / 3);
  margin-right: calc(20px + 0px);
  float: left; }

.ie .c-colum--3-20 > .c-colum__block,
.edge .c-colum--3-20 > .c-colum__block,
.ie-edge .c-colum--3-20 > .c-colum__block {
  width: 33.3%;
  width: calc((99.9% - 40px) / 3); }

.c-colum--3-20 > .c-colum__block:nth-child(0n) {
  margin-right: calc(20px + 0px); }

.c-colum--3-20 > .c-colum__block:nth-child(1n) {
  margin-right: calc(20px + 0px); }

.c-colum--3-20 > .c-colum__block:nth-child(2n) {
  margin-right: calc(20px + 0px); }

.c-colum--3-20 > .c-colum__block:nth-child(3n) {
  margin-right: 0; }

.c-colum--3-20 > .c-colum__block:nth-child(3n+1) {
  clear: both; }

/* c-colum--3-30
-----------------------------------------------------------------*/
.c-colum--3-30 {
  display: block; }

.c-colum--3-30 > .c-colum__block {
  width: 33.33333%;
  width: calc((100% - 60px) / 3);
  margin-right: calc(30px + 0px);
  float: left; }

.ie .c-colum--3-30 > .c-colum__block,
.edge .c-colum--3-30 > .c-colum__block,
.ie-edge .c-colum--3-30 > .c-colum__block {
  width: 33.3%;
  width: calc((99.9% - 60px) / 3); }

.c-colum--3-30 > .c-colum__block:nth-child(0n) {
  margin-right: calc(30px + 0px); }

.c-colum--3-30 > .c-colum__block:nth-child(1n) {
  margin-right: calc(30px + 0px); }

.c-colum--3-30 > .c-colum__block:nth-child(2n) {
  margin-right: calc(30px + 0px); }

.c-colum--3-30 > .c-colum__block:nth-child(3n) {
  margin-right: 0; }

.c-colum--3-30 > .c-colum__block:nth-child(3n+1) {
  clear: both; }

/* c-colum--3-3p
-----------------------------------------------------------------*/
.c-colum--3-3p {
  display: block; }

.c-colum--3-3p > .c-colum__block {
  width: 33.33333%;
  width: calc((100% - 6%) / 3);
  margin-right: calc(3% + 0px);
  float: left; }

.ie .c-colum--3-3p > .c-colum__block,
.edge .c-colum--3-3p > .c-colum__block,
.ie-edge .c-colum--3-3p > .c-colum__block {
  width: 33.3%;
  width: calc((99.9% - 6%) / 3); }

.c-colum--3-3p > .c-colum__block:nth-child(0n) {
  margin-right: calc(3% + 0px); }

.c-colum--3-3p > .c-colum__block:nth-child(1n) {
  margin-right: calc(3% + 0px); }

.c-colum--3-3p > .c-colum__block:nth-child(2n) {
  margin-right: calc(3% + 0px); }

.c-colum--3-3p > .c-colum__block:nth-child(3n) {
  margin-right: 0; }

.c-colum--3-3p > .c-colum__block:nth-child(3n+1) {
  clear: both; }

/* c-colum--4
-----------------------------------------------------------------*/
.c-colum--4 {
  display: block; }

.c-colum--4 > .c-colum__block {
  width: 25%;
  float: left; }

.ie .c-colum--4 > .c-colum__block,
.edge .c-colum--4 > .c-colum__block,
.ie-edge .c-colum--4 > .c-colum__block {
  width: 24.975%; }

.c-colum--4 > .c-colum__block:nth-child(4n) {
  margin-right: 0; }

.c-colum--4 > .c-colum__block:nth-child(4n+1) {
  clear: both; }

/* c-colum--4-20
-----------------------------------------------------------------*/
.c-colum--4-20 {
  display: block; }

.c-colum--4-20 > .c-colum__block {
  width: 25%;
  width: calc((100% - 60px) / 4);
  margin-right: calc(20px + 0px);
  float: left; }

.ie .c-colum--4-20 > .c-colum__block,
.edge .c-colum--4-20 > .c-colum__block,
.ie-edge .c-colum--4-20 > .c-colum__block {
  width: 24.975%;
  width: calc((99.9% - 60px) / 4); }

.c-colum--4-20 > .c-colum__block:nth-child(0n) {
  margin-right: calc(20px + 0px); }

.c-colum--4-20 > .c-colum__block:nth-child(1n) {
  margin-right: calc(20px + 0px); }

.c-colum--4-20 > .c-colum__block:nth-child(2n) {
  margin-right: calc(20px + 0px); }

.c-colum--4-20 > .c-colum__block:nth-child(3n) {
  margin-right: calc(20px + 0px); }

.c-colum--4-20 > .c-colum__block:nth-child(4n) {
  margin-right: 0; }

.c-colum--4-20 > .c-colum__block:nth-child(4n+1) {
  clear: both; }

/* c-colum - common - reset
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-colum > .c-colum__block {
    width: inherit;
    width: auto;
    margin-right: inherit;
    margin-right: auto;
    float: inherit;
    float: none; }
    .ie .c-colum > .c-colum__block,
    .edge .c-colum > .c-colum__block,
    .ie-edge .c-colum > .c-colum__block {
      width: inherit;
      width: auto;
      margin-right: inherit;
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(1n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(1n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(2n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(2n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(3n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(3n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(4n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(4n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(5n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(5n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(6n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(6n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(7n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(7n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(8n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(8n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(9n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(9n+1) {
      clear: none; }
    .c-colum > .c-colum__block:nth-child(10n) {
      margin-right: auto; }
    .c-colum > .c-colum__block:nth-child(10n+1) {
      clear: none; } }

/* c-colum--2-small
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-colum--2-small {
    display: block; }
  .c-colum--2-small > .c-colum__block {
    width: 50%;
    float: left; }
  .ie .c-colum--2-small > .c-colum__block,
  .edge .c-colum--2-small > .c-colum__block,
  .ie-edge .c-colum--2-small > .c-colum__block {
    width: 49.95%; }
  .c-colum--2-small > .c-colum__block:nth-child(2n) {
    margin-right: 0; }
  .c-colum--2-small > .c-colum__block:nth-child(2n+1) {
    clear: both; } }

/* c-colum--2-small-10
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-colum--2-small-10 {
    display: block; }
  .c-colum--2-small-10 > .c-colum__block {
    width: 50%;
    width: calc((100% - 10px) / 2);
    margin-right: calc(10px + 0px);
    float: left; }
  .ie .c-colum--2-small-10 > .c-colum__block,
  .edge .c-colum--2-small-10 > .c-colum__block,
  .ie-edge .c-colum--2-small-10 > .c-colum__block {
    width: 49.95%;
    width: calc((99.9% - 10px) / 2); }
  .c-colum--2-small-10 > .c-colum__block:nth-child(0n) {
    margin-right: calc(10px + 0px); }
  .c-colum--2-small-10 > .c-colum__block:nth-child(1n) {
    margin-right: calc(10px + 0px); }
  .c-colum--2-small-10 > .c-colum__block:nth-child(2n) {
    margin-right: 0; }
  .c-colum--2-small-10 > .c-colum__block:nth-child(2n+1) {
    clear: both; } }

/* c-colum--2-small-20
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-colum--2-small-20 {
    display: block; }
  .c-colum--2-small-20 > .c-colum__block {
    width: 50%;
    width: calc((100% - 20px) / 2);
    margin-right: calc(20px + 0px);
    float: left; }
  .ie .c-colum--2-small-20 > .c-colum__block,
  .edge .c-colum--2-small-20 > .c-colum__block,
  .ie-edge .c-colum--2-small-20 > .c-colum__block {
    width: 49.95%;
    width: calc((99.9% - 20px) / 2); }
  .c-colum--2-small-20 > .c-colum__block:nth-child(0n) {
    margin-right: calc(20px + 0px); }
  .c-colum--2-small-20 > .c-colum__block:nth-child(1n) {
    margin-right: calc(20px + 0px); }
  .c-colum--2-small-20 > .c-colum__block:nth-child(2n) {
    margin-right: 0; }
  .c-colum--2-small-20 > .c-colum__block:nth-child(2n+1) {
    clear: both; } }

/* c-colum--3-small
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-colum--3-small {
    display: block; }
  .c-colum--3-small > .c-colum__block {
    width: 33.33333%;
    float: left; }
  .ie .c-colum--3-small > .c-colum__block,
  .edge .c-colum--3-small > .c-colum__block,
  .ie-edge .c-colum--3-small > .c-colum__block {
    width: 33.3%; }
  .c-colum--3-small > .c-colum__block:nth-child(3n) {
    margin-right: 0; }
  .c-colum--3-small > .c-colum__block:nth-child(3n+1) {
    clear: both; } }

/* c-colum--box
-----------------------------------------------------------------*/
.c-colum--box {
  border-top: #dde0e6 solid 1px; }

.c-colum--box > .c-colum__block > .c-box-list__content {
  position: relative;
  border-bottom: #dde0e6 solid 1px; }
  @media screen and (max-width: 767px) {
    .c-colum--box > .c-colum__block > .c-box-list__content {
      padding: 10px 0; } }
  .c-colum--box > .c-colum__block > .c-box-list__content:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dde0e6;
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .c-colum--box > .c-colum__block > .c-box-list__content:after {
        display: none; } }

.c-colum--box > .c-colum__block:first-child > .c-box-list__content {
  position: relative; }
  .c-colum--box > .c-colum__block:first-child > .c-box-list__content:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dde0e6;
    position: absolute;
    left: -1px;
    top: 0; }
    @media screen and (max-width: 767px) {
      .c-colum--box > .c-colum__block:first-child > .c-box-list__content:before {
        display: none; } }

.c-colum--box > .c-colum__block:last-child > .c-box-list__content:after {
  right: -1px; }

.c-heading-sec {
  padding-bottom: 30px;
  padding-bottom: 0.85em;
  line-height: 1.428;
  text-align: center;
  font-family: "FOT-筑紫明朝 Pr6 M",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
  font-size: 35px;
  font-size: 3.5rem;
  color: #cbaf6b; }
  @media screen and (max-width: 767px) {
    .c-heading-sec {
      text-align: center;
      padding-bottom: 10px;
      font-size: 20px;
      font-size: 2rem; } }

.c-heading-sec2 {
  font-family: "Times New Roman" ,serif;
  font-weight: medium;
  letter-spacing: 0.05em;
  font-size: 34px;
  font-size: 3.4rem;
  color: #cbaf6b;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .c-heading-sec2 {
      font-size: 22px;
      font-size: 2.2rem; } }

.c-heading-sec2__caption {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  padding-top: 0.8em; }
  @media screen and (max-width: 767px) {
    .c-heading-sec2__caption {
      font-size: 12px;
      font-size: 1.2rem;
      padding-top: 0.6em; } }

.c-heading-slogan {
  font-family: "FOT-筑紫明朝 Pr6 D";
  text-align: center;
  line-height: 1.714;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-size: 60px;
  font-size: 6rem; }
  @media screen and (max-width: 767px) {
    .c-heading-slogan {
      padding-bottom: 20px;
      line-height: 1.85;
      font-size: 14px;
      font-size: 1.4rem; } }

.c-heading-slogan2, .c-heading-slogan2--white, .c-heading-slogan2--blue {
  padding-bottom: 1.28em;
  line-height: 1.428;
  font-family: "FOT-筑紫明朝 Pr6 M",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
  font-size: 35px;
  font-size: 3.5rem;
  color: #cbaf6b; }
  @media screen and (max-width: 767px) {
    .c-heading-slogan2, .c-heading-slogan2--white, .c-heading-slogan2--blue {
      text-align: center;
      padding-bottom: 10px;
      font-size: 20px;
      font-size: 2rem; } }
  .c-heading-slogan2--white {
    color: #fff; }
  .c-heading-slogan2--blue {
    color: #2b7bd4; }

.c-heading-slogan--black {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "FOT-筑紫明朝 Pr6 B",'ヒラギノ明朝 Pro W6','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
  line-height: 1;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .c-heading-slogan--black {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 1em;
      letter-spacing: 0em;
      line-height: 1.6; } }

/* common 共通部分 書き足したやつ
----------------------------------------------------------------- */
.c-heading-large {
  height: 315px;
  display: table;
  overflow: hidden;
  width: 100%;
  background: #ddd;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .c-heading-large {
      height: 180px; } }
  .c-heading-large:before {
    content: "";
    opacity: 0.15;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .c-heading-large:after {
    content: "";
    opacity: 0.15;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 200; }

.c-heading-large__inner {
  width: 100%;
  line-height: 1;
  display: table-cell;
  vertical-align: middle; }

.c-heading-large__contents, .c-heading-large__contents--thermo {
  width: auto;
  line-height: 1;
  vertical-align: middle;
  margin: 0 auto;
  position: relative;
  z-index: 1500; }
  @media screen and (max-width: 767px) {
    .c-heading-large__contents, .c-heading-large__contents--thermo {
      margin: 0 15px; } }
  .c-heading-large__contents--thermo {
    max-width: 910px; }

.c-heading-large__slogan {
  font-size: 35px;
  font-size: 3.5rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  display: block;
  letter-spacing: 0.1em;
  font-family: "FOT-筑紫明朝 Pr6 M",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif;
  text-shadow: 0 0px 25px #000; }
  @media screen and (max-width: 767px) {
    .c-heading-large__slogan {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.05em; } }
  .c-heading-large__slogan span {
    display: inline-block; }
    .c-heading-large__slogan span:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      margin: 15px auto 15px auto; }
      @media screen and (max-width: 767px) {
        .c-heading-large__slogan span:after {
          margin: 10px auto 10px auto; } }

.c-heading-large__en {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  font-weight: normal;
  display: block;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: "Times New Roman", serif;
  text-shadow: 0 0px 25px #000; }
  @media screen and (max-width: 767px) {
    .c-heading-large__en {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1; } }

.c-heading-slogan {
  text-align: center;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 2rem; }

.c-heding-copyArea > p.c-txt-medium {
  text-align: center;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .c-heding-copyArea > p.c-txt-medium {
      font-size: 14px;
      font-size: 1.4rem; } }

.c-heding-bnr {
  max-width: 835px;
  width: auto;
  margin: 40px auto 0 auto; }
  @media screen and (max-width: 767px) {
    .c-heding-bnr {
      width: 100%;
      margin: 20px auto 0 auto; } }

.c-heding-bnr img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7e5f5; }
  @media screen and (max-width: 767px) {
    .c-heding-bnr img {
      border-width: 2px; } }

.c-txt__mt-xsmall {
  margin-top: 0.8em; }
  @media screen and (max-width: 767px) {
    .c-txt__mt-xsmall {
      margin-top: 0.5em; } }

.c-heding-facial__name {
  color: #cbaf6b;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8; }

.c-heding-facial__name--type2 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
    .c-heding-facial__name--type2 {
      font-size: 16px;
      font-size: 1.6rem; } }

.en {
  font-family: "Times New Roman", serif; }

.jp-bold {
  font-family: "FOT-筑紫明朝 Pr6 B",'ヒラギノ明朝 Pro W6','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif; }

.jp-medium {
  font-family: "FOT-筑紫明朝 Pr6 M",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif; }

.jp-right {
  font-family: "FOT-筑紫明朝 Pr6 R",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', serif; }

.jp-gothic {
  font-family: "Helvetica neue", YuGothic, '游ゴシック',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ, Meiryo,Osaka,"ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif; }

/* c-txt 16px
-----------------------------------------------------------------*/
.c-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333; }
  @media screen and (max-width: 767px) {
    .c-txt {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6; } }

.c-txt--type2 {
  line-height: 1.6; }

/* c-txt-large 18px
-----------------------------------------------------------------*/
.c-txt-large {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  color: #333; }
  @media screen and (max-width: 767px) {
    .c-txt-large {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6; } }

/* c-txt-medium 14px
-----------------------------------------------------------------*/
.c-txt-medium {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2;
  color: #333; }
  @media screen and (max-width: 767px) {
    .c-txt-medium {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6; } }

.c-txt-medium--type2 {
  line-height: 1.6; }

.c-txt-medium--type3 {
  line-height: 1.85; }

.c-txt-medium--center {
  text-align: center; }

.c-txt--center {
  text-align: center; }

/* c-txt-medium 13px
-----------------------------------------------------------------*/
.c-txt-xmedium {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2.2;
  color: #333; }
  @media screen and (max-width: 767px) {
    .c-txt-xmedium {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6; } }

.c-txt-medium--type2 {
  line-height: 1.6; }

/* c-txt-small
-----------------------------------------------------------------*/
.c-txt-small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .c-txt-small {
      font-size: 12px;
      font-size: 1.2rem; } }

/* c-txt-box
-----------------------------------------------------------------*/
.c-txt-box {
  display: block;
  text-align: center;
  line-height: 1.4;
  padding: 1.6em 0;
  border: #dde0e6 solid 1px; }

.c-txt-center {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .c-txt-center {
      line-height: 2;
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem; }
      .c-txt-center br {
        display: none; } }

/* color
-----------------------------------------------------------------*/
.c-txt-darkred {
  color: #cd3b3b; }

/* c-button
-----------------------------------------------------------------*/
.c-button {
  width: 220px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 1.22em 0 1.22em 0;
  background-color: #d9c085;
  border: 1px solid #d9c085;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  border-radius: 5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .c-button {
      padding: 0.8em 0 0.8em 0; } }
  .c-button:hover {
    background-color: #ffffff;
    color: #d9c085; }

.c-button__icon {
  display: block;
  position: relative; }
  .c-button__icon:after {
    content: "";
    display: block;
    width: 22px;
    width: 2.2rem;
    height: 17px;
    height: 1.7rem;
    background: url(../images/icon_arrow_right--white.svg) no-repeat left top;
    background-size: 22px 17px;
    background-size: 2.2rem 1.7rem;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.6; }

.c-button:hover .c-button__icon:after {
  content: "";
  background: url(../images/icon_arrow_right--gold.svg) no-repeat left top;
  background-size: 22px 17px;
  background-size: 2.2rem 1.7rem;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1; }

.c-button--type2 {
  border: 3px solid #529136;
  color: #333; }
  .c-button--type2:after {
    content: "";
    width: 10px;
    width: 1.0rem;
    height: 16px;
    height: 1.6rem;
    display: block;
    background-image: url(../images/icon_arrow_right--black.svg); }
  .c-button--type2:hover {
    background: #529136;
    border-color: #529136;
    color: #fff; }
    .c-button--type2:hover:after {
      background-image: url(../images/icon_arrow_right--white.svg);
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: 10px 16px;
      background-size: 1.0rem 1.6rem; }

/* c-button__outside アンカーリンクの中にbtnが存在する時 */
.c-button__outside .c-button {
  width: 220px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 1.1em 0 1.1em 0;
  background-color: #d9c085;
  border: 1px solid #d9c085;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  border-radius: 5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .c-button__outside .c-button {
      padding: 0.65em 0 0.65em 0;
      width: 65%;
      max-width: 124px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold; } }

.c-button__outside:hover .c-button {
  background-color: #cdb67f; }

.c-button__outside .c-button__icon-outside {
  display: block;
  position: relative; }
  .c-button__outside .c-button__icon-outside:after {
    content: "";
    display: block;
    width: 22px;
    width: 2.2rem;
    height: 17px;
    height: 1.7rem;
    background: url(../images/icon_arrow_right--white.svg) no-repeat left top;
    background-size: 22px 17px;
    background-size: 2.2rem 1.7rem;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.6; }
    @media screen and (max-width: 767px) {
      .c-button__outside .c-button__icon-outside:after {
        width: 10px;
        width: 1.0rem;
        height: 9px;
        height: 0.9rem;
        background: url(../images/icon_arrow_right--white.svg) no-repeat left top;
        background-size: 10px 9px;
        background-size: 1.0rem 0.9rem; } }

.c-button__outside:hover .c-button__icon-outside:after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1; }

/* c-button__outside アンカーリンクの中にbtnが存在する時 */
.c-button__outside .c-button--white {
  width: 220px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 1.1em 0 1.1em 0;
  background-color: #fff;
  border: 1px solid #d9c085;
  box-sizing: border-box;
  position: relative;
  border-radius: 5em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .c-button__outside .c-button--white {
      padding: 0.65em 0 0.65em 0;
      width: 65%;
      max-width: 124px;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold; } }

.c-button__outside .c-button--white__icon-outside {
  display: block;
  position: relative;
  color: #d9c085; }
  .c-button__outside .c-button--white__icon-outside:after {
    content: "";
    display: block;
    width: 22px;
    width: 2.2rem;
    height: 17px;
    height: 1.7rem;
    background: url(../images/icon_arrow_right--gold.svg) no-repeat left top;
    background-size: 22px 17px;
    background-size: 2.2rem 1.7rem;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1; }
    @media screen and (max-width: 767px) {
      .c-button__outside .c-button--white__icon-outside:after {
        width: 10px;
        width: 1.0rem;
        height: 9px;
        height: 0.9rem;
        background: url(../images/icon_arrow_right--gold.svg) no-repeat left top;
        background-size: 10px 9px;
        background-size: 1.0rem 0.9rem; } }

.c-button__outside:hover .c-button--white__icon-outside:after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1; }

/* c-button--medium */
/* c-button single 20161209honda*/
/* c-table
-----------------------------------------------------------------*/
.c-table {
  width: 100%;
  border-top: 1px solid #eaeaea; }
  .c-table th, .c-table td {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
    vertical-align: middle;
    padding: 1.25em 0; }
    @media screen and (max-width: 767px) {
      .c-table th, .c-table td {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; } }
  .c-table th {
    table-layout: fixed;
    width: 26.25%;
    color: #333; }
  .c-table td {
    color: #333; }
  .c-table td span {
    font-weight: bold; }

.c-table__navy1 {
  background: #30618b;
  color: #fff; }

.c-table__navy2 {
  background: #ebf2f8;
  color: #005aab; }

.c-table__gold1 {
  background: #d1bd8b;
  color: #fff; }

.c-table__gold2 {
  background: #fdfcf9;
  color: #333333; }

.c-table-notice {
  color: #e32744; }

.c-table-data {
  width: 100%;
  line-height: 1.6;
  vertical-align: middle;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  background-color: #ffffff;
  table-layout: fixed; }

.c-table-data th,
.c-table-data td {
  font-weight: normal;
  vertical-align: middle;
  padding: 0.5em 0;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 0 1px 1px 0; }

.c-table-data th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.21; }
  @media screen and (max-width: 767px) {
    .c-table-data th {
      padding: 0.3em 0em;
      font-size: 12px;
      font-size: 1.2rem; } }

.c-table-data td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66;
  padding: 0.8em 0.8em; }
  @media screen and (max-width: 767px) {
    .c-table-data td {
      padding: 0.3em 0.5em;
      font-size: 12px;
      font-size: 1.2rem; } }

.c-table-data-fs-large {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 1.22; }
  @media screen and (max-width: 767px) {
    .c-table-data-fs-large {
      font-size: 12px;
      font-size: 1.2rem; } }

.c-table-data__th {
  text-align: center; }
  .c-table-data__th--type2 {
    text-align: left; }

.c-table-data__td {
  text-align: center; }
  .c-table-data__td--type2 {
    text-align: left; }

.c-table-data__list {
  display: block;
  list-style: none; }
  .c-table-data__list li span {
    display: block;
    text-align: left;
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66;
    padding-left: 0.8em; }
  .c-table-data__list li span:before {
    content: "";
    position: absolute;
    width: 4px;
    width: 0.4rem;
    height: 4px;
    height: 0.4rem;
    background: #005aab;
    border-radius: 50%;
    top: 8px;
    top: 0.8rem;
    left: 0; }

.c-table-data__list--type2 {
  display: block;
  list-style: none; }
  .c-table-data__list--type2 li span {
    display: block;
    text-align: left;
    position: relative;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66;
    padding-left: 0.8em; }
  .c-table-data__list--type2 li span:before {
    content: "";
    position: absolute;
    width: 4px;
    width: 0.4rem;
    height: 4px;
    height: 0.4rem;
    background: #e56c6c;
    border-radius: 50%;
    top: 8px;
    top: 0.8rem;
    left: 0; }

/* c-anchor
-----------------------------------------------------------------*/
.c-anchor {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.75em 0;
  background-color: #ffffff; }
  @media screen and (max-width: 767px) {
    .c-anchor {
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center; } }

.c-anchor__list {
  padding-left: 0.5em; }

.c-anchor__list > li {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 0.9em; }
  @media screen and (max-width: 767px) {
    .c-anchor__list > li {
      font-size: 12px;
      font-size: 1.2rem; } }

.c-anchor__list > li > a {
  color: #001446; }

/* c-anchor
-----------------------------------------------------------------*/
.c-pagenation {
  margin-top: 64px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  left: 50%;
  display: table !important;
  line-height: 1.4;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .c-pagenation {
      margin-top: 30px; } }

.c-pagenation__status {
  float: left;
  padding-top: .55em;
  margin-right: 23px;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .c-pagenation__status {
      float: none;
      display: block;
      padding: 0;
      margin-right: 0;
      margin-bottom: 20px;
      font-size: 14px;
      font-size: 1.4rem; } }

.c-pagenation__list {
  list-style: none;
  float: left;
  vertical-align: middle; }
  .c-pagenation__list p {
    margin-right: 3px; }
  .c-pagenation__list a {
    width: 40px;
    height: 40px;
    padding: 0; }

.c-pagenation__box {
  float: left; }
  .c-pagenation__box a {
    width: 40px;
    height: 40px;
    display: table;
    padding: 0 16px;
    border: 1px solid #000000;
    box-sizing: border-box; }
    .c-pagenation__box a span {
      display: table-cell;
      vertical-align: middle; }
    .c-pagenation__box a:hover {
      background: #000; }
      .c-pagenation__box a:hover span {
        color: #fff; }
  .c-pagenation__box.is-current a {
    background: #000;
    pointer-events: none; }
  .c-pagenation__box.is-current span {
    color: #fff; }
  .c-pagenation__box.is-first a {
    padding: 0; }
    .c-pagenation__box.is-first a:hover span::after {
      opacity: 1; }
  .c-pagenation__box.is-first span {
    width: 6px;
    height: 10px;
    background: url(/common/images/icon_arrow-left.svg) no-repeat left top;
    background-size: 6px 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .c-pagenation__box.is-first span::after {
      content: "";
      width: 6px;
      height: 10px;
      background: url(/common/images/icon_arrow-left--white.svg) no-repeat left top;
      background-size: 6px 10px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      opacity: 0; }
  .c-pagenation__box.is-last a {
    padding: 0; }
    .c-pagenation__box.is-last a:hover span::after {
      opacity: 1; }
  .c-pagenation__box.is-last span {
    width: 6px;
    height: 10px;
    background: url(/common/images/icon_arrow-right.svg) no-repeat left top;
    background-size: 6px 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .c-pagenation__box.is-last span::after {
      content: "";
      width: 6px;
      height: 10px;
      background: url(/common/images/icon_arrow-right--white.svg) no-repeat left top;
      background-size: 6px 10px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      opacity: 0; }

.c-pagenation--type2 {
  display: block;
  position: relative; }
  .c-pagenation--type2 p {
    width: 150px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .c-pagenation--type2 p {
        width: 48%; } }
    .c-pagenation--type2 p a {
      padding: 14px 0 15px 0;
      display: block;
      border: 1px solid #000; }
      .c-pagenation--type2 p a:hover {
        background: #000; }
        .c-pagenation--type2 p a:hover span {
          color: #fff; }
    .c-pagenation--type2 p.is-close a {
      border-color: #eeeeee;
      background: #eeeeee;
      pointer-events: none; }
      .c-pagenation--type2 p.is-close a span {
        color: #999999; }

.c-pagenation__prev {
  float: left;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-pagenation__prev {
      width: 48%;
      margin-bottom: 15px; } }
  .c-pagenation__prev::before {
    content: "";
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    background: url(/common/images/icon_arrow-left.svg) no-repeat left top; }
  .c-pagenation__prev::after {
    content: "";
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    left: 18px;
    background: url(/common/images/icon_arrow-left--white.svg) no-repeat left top; }
  .c-pagenation__prev:hover::before {
    opacity: 0;
    filter: alpha(opacity=0); }
  .c-pagenation__prev:hover::after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .c-pagenation__prev.is-close::before {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .c-pagenation__prev.is-close:hover::before {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .c-pagenation__prev.is-close:hover::after {
    opacity: 0;
    filter: alpha(opacity=0); }

.c-pagenation__back {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .c-pagenation__back {
      width: 100% !important;
      position: static;
      clear: both;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }

.c-pagenation__next {
  float: right;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-pagenation__next {
      width: 48%;
      margin-bottom: 15px; } }
  .c-pagenation__next::before {
    content: "";
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    background: url(/common/images/icon_arrow-right.svg) no-repeat left top; }
  .c-pagenation__next::after {
    content: "";
    width: 6px;
    height: 10px;
    background-size: 6px 10px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    right: 18px;
    background: url(/common/images/icon_arrow-right--white.svg) no-repeat left top; }
  .c-pagenation__next:hover::before {
    opacity: 0;
    filter: alpha(opacity=0); }
  .c-pagenation__next:hover::after {
    opacity: 1;
    filter: alpha(opacity=100); }
  .c-pagenation__next.is-close::before {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .c-pagenation__next.is-close:hover::before {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .c-pagenation__next.is-close:hover::after {
    opacity: 0;
    filter: alpha(opacity=0); }

/* p-form - reset
-----------------------------------------------------------------*/
.p-form input[type="text"],
.p-form input[type="tel"],
.p-form input[type="email"],
.p-form input[type="number"],
.p-form textarea {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
  text-indent: 7px;
  line-height: 2;
  padding: .35em .15em;
  border-radius: 4px; }

@media (max-width: 767px) {
  .p-form input[type="text"],
  .p-form input[type="tel"],
  .p-form input[type="email"],
  .p-form input[type="number"],
  .p-form textarea {
    font-size: 12px;
    font-size: 1.2rem;
    height: 35px; } }

:placeholder-shown {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

::-webkit-input-placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

::-moz-placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

:-ms-input-placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

::placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

:-ms-input-placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

:-moz-placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

::-moz-placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

::-webkit-input-placeholder {
  color: #555555;
  font-family: "FOT-筑紫明朝 Pr5 B"; }

/* p-form
-----------------------------------------------------------------*/
.p-form {
  margin-top: 0; }

/* p-form__table
-----------------------------------------------------------------*/
.p-form__table {
  width: 100%;
  margin: 30px auto 40px auto;
  border-collapse: collapse;
  border-top: #d9d9d9 solid 1px; }

@media (max-width: 767px) {
  .p-form__table {
    display: block;
    margin: 30px auto 20px auto; } }

.p-form__table tr th,
.p-form__table tr td {
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  padding: 30px 0 30px 0;
  border-bottom: #d9d9d9 solid 1px; }

.p-form__table tr th {
  width: 32%;
  color: #333;
  text-align: left;
  position: relative;
  font-weight: normal; }

@media (max-width: 767px) {
  .p-form__table tbody,
  .p-form__table tr,
  .p-form__table tr th,
  .p-form__table tr td {
    display: block;
    font-size: 12px;
    font-size: 1.2rem; } }

@media (max-width: 767px) {
  .p-form__table tr th,
  .p-form__table tr td {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: bold; }
  .p-form__table tr th,
  .p-form__table tr:first-child th {
    padding: 15px 0 0 0; } }

.p-form__table-check tr.var_t th {
  vertical-align: middle;
  padding: 10px 0 0 0;
  top: 0 !important; }

.p-form__table tr.var_t th {
  vertical-align: top; }

.p-form__table tr.var_t th label {
  display: block;
  position: relative; }

.p-form__table tr th .is-required::after {
  content: "必須";
  background: #cbaf6b;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.35em 0.5em;
  position: relative;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.p-form__table tr td {
  color: #333333;
  padding-left: 0;
  text-align: left; }

@media (max-width: 767px) {
  .p-form__table tr td {
    padding: 10px 0 15px 0;
    border-bottom: #d9d9d9 solid 1px; } }

.p-form__table tr td ul {
  display: block; }

/* p-form__table__list
-----------------------------------------------------------------*/
.p-form__table__list li,
.p-form__table__list img,
.p-form__table__list label {
  vertical-align: middle; }

/* p-form select
-----------------------------------------------------------------*/
.p-form select {
  font-family: inherit;
  font-weight: normal;
  width: 100%;
  line-height: 2.28;
  font-size: 1.4rem;
  font-size: 14px;
  /*height: 50px;*/
  padding: .25em 0 .25em 0;
  border: 1px solid #d9d9d9;
  background: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 3px;
  /*Firefox用*/
  text-overflow: "";
  /*Firefox用*/
  position: relative; }

@media (max-width: 767px) {
  .p-form select {
    font-size: 12px;
    font-size: 1.2rem;
    height: 35px; } }

.p-form__select {
  display: block;
  position: relative; }

.p-form__select:after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background-image: url(/common/images/icon_arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 10px;
  position: absolute;
  right: 1.5em;
  top: 50%;
  zoom: 1;
  z-index: 10;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 767px) {
  .p-form__select:after {
    width: 8px;
    height: 10px;
    background-size: 8px 10px; } }

/* p-form__select--single - selsect単体使用時
-----------------------------------------------------------------*/
.p-form__select--single select {
  width: 100%;
  font-family: 'NotoSansJP-Medium';
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal !important;
  color: #fff;
  padding: 0;
  padding-right: 1.3em;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0;
  /*Firefox用*/
  text-overflow: "";
  /*Firefox用*/
  position: relative; }

.p-form__select--single:after {
  font-size: 13px;
  font-size: 1.3rem;
  right: 0 !important; }

/* radio */
.p-form input[type="radio"] {
  display: none; }

.label--radio {
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
  padding-left: 1.8em;
  position: relative; }

.label--radio:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  background: #fff; }

.p-form input[type="radio"] + .label--radio:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0, 0); }

.p-form input[type="radio"]:checked + .label--radio:after {
  opacity: 1;
  -webkit-transform: scale(1, 1); }

.p-form input:focus,
.p-form textarea:focus,
.p-form select:focus {
  border: 1px solid #cbaf6b;
  background: #fcfbf7; }

.p-form textarea {
  height: 190px;
  display: block; }
  @media (max-width: 767px) {
    .p-form textarea {
      height: 150px; } }

/* p-form checkbox
-----------------------------------------------------------------*/
/* p-form__policy
-----------------------------------------------------------------*/
/* p-form__policy */
/* p-form input - layout
-----------------------------------------------------------------*/
.form_layout1 {
  width: 40%;
  float: left; }

/* p-form input - size
-----------------------------------------------------------------*/
.form_size1 {
  width: 100%; }

.form_size2 {
  width: 100%; }

.form_size3 {
  width: 100%; }

.form_size4 {
  width: 15% !important; }

.form_vTop {
  vertical-align: top !important; }

.form_vTop label {
  padding-top: 0; }

/* form_submit */
.p-form__submit {
  cursor: pointer;
  width: 45%;
  margin: 0 auto; }
  .p-form__submit .c-button {
    background-color: #cbaf6b;
    padding: 1.9em 0 2em 0 !important;
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    border-radius: 0; }
    .p-form__submit .c-button:hover {
      background-color: #fff; }

.p-form-return .c-button {
  background: #cbaf6b; }
  .p-form-return .c-button:hover {
    background: #666; }

@media (max-width: 767px) {
  .p-form__submit {
    width: auto;
    margin: 0 auto; } }

/* form_error */
.form_error {
  display: block;
  color: #ff0000;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0;
  background: #ffe5e5;
  border: #ff0000 solid 1px;
  padding: 0.4em 0.8em !important;
  margin: 0 auto 10px auto; }

/* .p-form__info */
.p-form__info {
  text-align: center;
  padding: 40px 0; }

.p-form__info__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 32px; }

.p-form__info__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 32px; }

/* form_check */
.form_check .p-form__table {
  margin-bottom: 40px !important; }

.form_check .p-form__table tr th,
.form_check .p-form__table tr td {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

#c_email2 {
  margin-top: 10px; }

.c-address-cell {
  margin-bottom: 13px; }
  .c-address-cell p {
    float: left;
    width: 35%; }
    .c-address-cell p:first-child {
      margin-right: 20px; }

.c-address__name {
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 3px;
  color: #555555; }

.p-form-list {
  list-style: none; }
  .p-form-list li {
    margin-bottom: 3px;
    font-size: 14px;
    font-size: 1.4rem; }
    .p-form-list li:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .p-form-list li {
        margin-bottom: 0px;
        display: block;
        margin-right: 0;
        margin-left: 1em;
        border-bottom: 1px solid #d9d9d9;
        font-size: 12px;
        font-size: 1.2rem; }
        .p-form-list li label {
          width: 100%;
          box-sizing: border-box;
          padding: 8px 2em 8px 2em !important; }
        .p-form-list li:first-child {
          margin-top: -8px; }
        .p-form-list li:last-child {
          border-bottom: none; } }

@media screen and (max-width: 767px) {
  .p-form input[type="radio"]:checked + .label--radio {
    background: rgba(0, 20, 70, 0.1); } }

.main {
  margin-top: 95px; }
  @media screen and (max-width: 767px) {
    .main {
      margin-top: 60px; } }

.telLink {
  pointer-events: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: default; }
  @media screen and (max-width: 767px) {
    .telLink {
      cursor: pointer;
      pointer-events: auto !important; } }

/* common
----------------------------------------------------------------- */
.p-facial .c-heading-large {
  background: url(../../facial/images/img-heading-facial.jpg);
  background-size: cover;
  background-position: center; }

.p-body .c-heading-large {
  background: url(../../body/images/img-heading-body.jpg);
  background-size: cover;
  background-position: center; }

.p-thermoshape .c-heading-large {
  background: url(../../body/thermoshape/images/img-heading-thermo.jpg);
  background-size: cover;
  background-position: center;
  height: 550px; }
  @media screen and (max-width: 767px) {
    .p-thermoshape .c-heading-large {
      height: 180px;
      background: url(../../body/thermoshape/images/img-heading-thermo_sp.jpg);
      background-size: cover; } }
  .p-thermoshape .c-heading-large:before {
    display: none; }

.p-eyebrow .c-heading-large {
  background: url(../../eyebrow/images/img-heading-eyebrow.jpg);
  background-size: cover;
  background-position: center; }

.p-hair-removal .c-heading-large {
  background: url(../../hair-removal/images/img-heading-hair-removal.jpg);
  background-size: cover;
  background-position: center; }

.p-faq .c-heading-large {
  background: url(../../faq/images/img-heading-faq.jpg);
  background-size: cover;
  background-position: center; }

.p-info .c-heading-large {
  background: url(../../info/images/img-heading-info.jpg);
  background-size: cover;
  background-position: center; }

.p-inquiry .c-heading-large {
  background: url(../../inquiry/images/img-heading-inquiry.jpg);
  background-size: cover;
  background-position: center; }

/* p-home トップページ
----------------------------------------------------------------- */
#c-visual {
  width: 100%;
  height: 680px;
  background: #555;
  display: block;
  position: relative;
  z-index: 100;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #c-visual {
      height: 220px; } }
  #c-visual ul {
    list-style: none;
    display: block; }
  #c-visual:before {
    content: "";
    width: 370px;
    height: 158px;
    background: url(../../images/visual-copy.png) no-repeat left top;
    background-size: 370px 158px;
    position: absolute;
    top: 40%;
    left: 10%;
    left: 10wv;
    display: block;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000; }
    @media screen and (max-width: 767px) {
      #c-visual:before {
        width: 160px;
        height: 69px;
        background: url(../../images/visual-copy.png) no-repeat left top;
        background-size: 160px 69px;
        position: absolute;
        top: 15%;
        left: 20px;
        display: block;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

.c-visual__inner {
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 0; }

.c-visual__inner:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.c-visual__inner * {
  max-width: inherit; }

.c-visual__inner ul {
  width: 100%;
  height: 100%;
  list-style: none;
  display: block; }

.c-visual__inner img.slideImg {
  height: 100%;
  width: auto;
  text-align: center;
  margin: 0 auto; }

.c-visual__inner ul li img.slideImg {
  display: block; }

/* pagenation */
.c-visual__inner .pagination {
  width: 11px;
  height: auto;
  position: fixed;
  top: 0;
  right: 30px;
  display: none !important;
  z-index: 9900;
  list-style: none; }

.c-visual__inner .pagination li {
  width: 11px;
  height: 11px;
  margin-bottom: 7px; }

.c-visual__inner .pagination li a {
  width: 11px;
  height: 11px;
  border: 1px solid #454545;
  border-radius: 100%;
  display: block;
  overflow: hidden;
  text-indent: 100%; }

.c-visual__inner .pagination li:last-child a {
  margin-bottom: 0; }

.c-visual__inner .pagination li.current a {
  border: none;
  background: #454545;
  position: relative;
  left: 1px; }

.p-home-lead {
  padding: 85px 0 80px 0;
  border-top: 3px solid #cbd9e9; }
  @media screen and (max-width: 767px) {
    .p-home-lead {
      padding-bottom: 30px;
      padding-bottom: calc((45px + 2.5vw) / 2);
      padding-top: 30px;
      padding-top: calc((45px + 2.5vw) / 2);
      border-top: 1px solid #cbd9e9; } }
  .p-home-lead .c-heading-slogan2, .p-home-lead .c-heading-slogan2--white, .p-home-lead .c-heading-slogan2--blue,
  .p-home-lead .c-txt {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .p-home-lead .c-txt {
      font-size: 14px;
      font-size: 1.4rem; } }
  .p-home-lead .c-heading-slogan2, .p-home-lead .c-heading-slogan2--white, .p-home-lead .c-heading-slogan2--blue {
    padding-bottom: 0.8em; }
    @media screen and (max-width: 767px) {
      .p-home-lead .c-heading-slogan2, .p-home-lead .c-heading-slogan2--white, .p-home-lead .c-heading-slogan2--blue {
        padding-bottom: 0.5em; } }

.p-home-menu {
  display: block; }
  .p-home-menu__list {
    list-style: none;
    display: block;
    width: 100%;
    border-top: 1px solid #d9d9d9; }
  .p-home-menu__list li a {
    display: block;
    border-bottom: 1px solid #d9d9d9; }
  .p-home-menu__list li:nth-child(2n-1) .p-home-menu__txtblock {
    float: left; }
  .p-home-menu__list li:nth-child(2n-1) figure {
    float: right; }
  .p-home-menu__list li:nth-child(2n) .p-home-menu__txtblock {
    float: right; }
  .p-home-menu__list li:nth-child(2n) figure {
    float: left; }
  .p-home-menu a figure {
    width: 50%;
    position: relative;
    height: 400px;
    overflow: hidden;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .p-home-menu a figure {
        height: 160px; } }
  .p-home-menu a figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 5;
    opacity: 0.25; }
  .p-home-menu a:hover figure:before {
    content: "";
    position: absolute;
    opacity: 0; }
  .p-home-menu__list li:first-child a figure {
    background: url(../../images/img_facial.jpg);
    background-size: cover; }
  .p-home-menu__list li:nth-child(2) a figure {
    background: url(../../images/img_body.jpg);
    background-size: cover; }
  .p-home-menu__list li:nth-child(3) a figure {
    background: url(../../images/img_hair.jpg);
    background-size: cover; }
  .p-home-menu__list li:last-child a figure {
    background: url(../../images/img_eyebrow.jpg);
    background-size: cover; }
  .p-home-menu a .p-home-menu__txtblock {
    width: 50%;
    height: 400px;
    display: table;
    background: url(../../images/bg.gif) repeat top left; }
    @media screen and (max-width: 767px) {
      .p-home-menu a .p-home-menu__txtblock {
        height: 160px; } }
    .p-home-menu a .p-home-menu__txtblock__inner {
      display: table-cell;
      vertical-align: middle; }
  .p-home-menu a:hover .p-home-menu__txtblock {
    background: url(../../images/bg_on.gif) repeat top left; }
  .p-home-menu .c-button__outside .c-button {
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .p-home-menu .c-button__outside .c-button {
        margin-top: 10px; } }

.p-home-menu__list a .p-home-menu__heading {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-home-menu__list a .p-home-menu__heading {
      font-size: 16px;
      font-size: 1.6rem; } }

.p-home-menu__list a .p-home-menu__sub {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #838383;
  letter-spacing: 0.15em;
  margin-top: 0.8em; }
  @media screen and (max-width: 767px) {
    .p-home-menu__list a .p-home-menu__sub {
      display: none; } }

.p-home-menu__list a .p-home-menu__txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.86;
  text-align: center;
  color: #333;
  margin-top: 20px;
  margin-top: 2.0rem; }
  @media screen and (max-width: 767px) {
    .p-home-menu__list a .p-home-menu__txt {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.5;
      margin-top: 10px;
      margin-top: 1.0rem; } }

.p-home-menu2 {
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .p-home-menu2 {
      padding: 20px 0; } }
  .p-home-menu2__list {
    list-style: none;
    display: block; }
    @media screen and (max-width: 767px) {
      .p-home-menu2__list {
        width: auto;
        margin: 0 20px;
        border-top: 1px solid #d9d9d9; } }
  .p-home-menu2 .c-column--3 > .c-column__block {
    width: calc((100% - 4px) / 3);
    border-right: 1px solid #d9d9d9;
    display: inline;
    margin: 0 0; }
    @media screen and (max-width: 767px) {
      .p-home-menu2 .c-column--3 > .c-column__block {
        display: block;
        width: auto;
        border-right: 0px;
        border-bottom: 1px solid #d9d9d9; } }
  .p-home-menu2 .c-column--3 > .c-column__block:last-child {
    border-right: 0; }
  .p-home-menu2 .c-column__block a {
    display: block;
    padding: 50px 0;
    background: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-home-menu2 .c-column__block a {
        padding: 0; } }
    @media screen and (max-width: 767px) {
      .p-home-menu2 .c-column__block a :after {
        content: "";
        position: absolute;
        right: 0px;
        top: 50%;
        background: url(../images/icon_arrow_right--gold.svg) no-repeat left top;
        background-size: 22px 17px;
        display: block;
        width: 22px;
        height: 17px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
  .p-home-menu2 .c-column__block a:hover {
    background: #EFF4F9; }
  .p-home-menu2 .c-column__block--inner {
    display: block;
    padding: 0 8.5%;
    width: auto; }
    @media screen and (max-width: 767px) {
      .p-home-menu2 .c-column__block--inner {
        padding: 10px 0;
        display: table; } }
  .p-home-menu2 a figure {
    display: block;
    width: auto; }
    @media screen and (max-width: 767px) {
      .p-home-menu2 a figure {
        width: 30%;
        display: table-cell;
        vertical-align: middle; } }
    .p-home-menu2 a figure img {
      width: 100%;
      height: auto;
      border: 1px solid #f3f3f3;
      box-sizing: border-box;
      border-radius: 2px; }
  .p-home-menu2__txtblock {
    margin-top: 30px;
    margin-top: 3.0rem; }
    @media screen and (max-width: 767px) {
      .p-home-menu2__txtblock {
        margin-top: 0;
        display: table-cell;
        vertical-align: middle; } }
  .p-home-menu2__heading {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-home-menu2__heading {
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        padding-left: 10px; } }
  .p-home-menu2__sub {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    color: #838383;
    letter-spacing: 0.15em;
    margin-top: 0.8em; }
    @media screen and (max-width: 767px) {
      .p-home-menu2__sub {
        font-size: 10px;
        font-size: 1rem;
        display: inline-block;
        text-align: left;
        margin-top: 0;
        padding-left: 0.8em;
        color: #999;
        letter-spacing: 0.1em; } }
  .p-home-menu2 .c-button--white {
    margin-top: 18px;
    margin-top: 1.8rem; }
    @media screen and (max-width: 767px) {
      .p-home-menu2 .c-button--white {
        display: none; } }

.p-home-footer {
  border-top: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  height: 245px;
  background: url(../../images/bg_footer.jpg) repeat left top;
  background-size: 1280px 245px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .p-home-footer {
      height: auto;
      padding: 30px 0;
      background: url(../../images/bg_footer.jpg) repeat left top;
      background-size: contain; } }

.p-home-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  z-index: 5;
  opacity: 0.3; }

.p-home-footer--block {
  max-width: 710px;
  width: 90%;
  padding: 20px 0;
  display: block;
  background: #fff;
  border: 3px solid #d7d6d6;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .p-home-footer--block {
      position: static;
      padding: 10px 0;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      margin: 0 auto; } }

.p-home-footer--block__list {
  display: table;
  list-style: none;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .p-home-footer--block__list {
      display: block; } }
  .p-home-footer--block__list__li:first-child {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .p-home-footer--block__list__li:first-child {
        display: block;
        width: auto;
        padding-bottom: 10px; } }
  .p-home-footer--block__list__li:last-child {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    border-left: 1px solid #e0e0e0;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .p-home-footer--block__list__li:last-child {
        display: block;
        width: auto;
        border-left: 0;
        border-top: 1px solid #e0e0e0;
        padding-top: 10px; } }

.p-home-footer__heading {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.8em;
  letter-spacing: -0.05em; }
  @media screen and (max-width: 767px) {
    .p-home-footer__heading {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0;
      line-height: 1.5; } }

.p-home-footer__tel {
  text-align: center;
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic; }
  @media screen and (max-width: 767px) {
    .p-home-footer__tel {
      font-size: 22px;
      font-size: 2.2rem; } }
  @media screen and (max-width: 767px) {
    .p-home-footer__tel a {
      text-decoration: underline; } }

.p-home--snsblock {
  margin: 20px auto 0 auto;
  width: 360px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 15px 0; }
  @media screen and (max-width: 767px) {
    .p-home--snsblock {
      width: 100%; } }
  .p-home--snsblock__title {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-home--snsblock__title {
        font-size: 12px;
        font-size: 1.2rem; } }
  .p-home--snsblock__list {
    margin: 15px auto 0 auto;
    display: table;
    list-style: none;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .p-home--snsblock__list {
        width: 70%;
        margin: 0px auto 0 auto; } }
  .p-home--snsblock__list li {
    display: table-cell;
    width: 50%;
    text-align: center; }
  .p-home--snsblock__list li > a {
    display: block;
    margin: 0 auto;
    padding: 3px 15px; }
  .p-home--snsblock__list li > a > span > img {
    opacity: 1; }
  .p-home--snsblock__list li > a:hover > span > img {
    opacity: 0.6; }
  .p-home--snsblock__list li:first-child {
    border-right: 1px solid #d9d9d9;
    width: 49%;
    width: calc(50% - 1px); }
    @media screen and (max-width: 767px) {
      .p-home--snsblock__list li:first-child {
        border-right: 0; } }

.p-home--snsblock__list__icon--line {
  display: block;
  width: 40px;
  margin: 0 auto;
  position: relative;
  top: 2px; }
  @media screen and (max-width: 767px) {
    .p-home--snsblock__list__icon--line {
      width: 40px; } }
  .p-home--snsblock__list__icon--line img {
    width: 100%;
    height: auto; }

.p-home--snsblock__list__icon--hp {
  display: block;
  width: 112px;
  margin: 0 auto;
  padding-bottom: 2px;
  position: relative;
  top: -1px; }
  @media screen and (max-width: 767px) {
    .p-home--snsblock__list__icon--hp {
      width: 120px; } }
  .p-home--snsblock__list__icon--hp img {
    width: 100%;
    height: auto; }

/* p-facial フェイシャル
----------------------------------------------------------------- */
.p-facial__leadarea,
.p-body__leadarea,
.p-hair-removal__leadarea {
  border-bottom: 1px solid #e5e5e5; }

.p-facial-points {
  background: #fbfbfb;
  border-bottom: 1px solid #e5e5e5; }
  .p-facial-points .c-content__small {
    min-width: 850px; }
    @media screen and (max-width: 767px) {
      .p-facial-points .c-content__small {
        min-width: initial;
        width: auto; } }

.p-lineup {
  width: 100%; }

.p-lineup-img {
  float: left;
  width: 45.5%; }
  .p-lineup-img img {
    border-radius: 3px;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .p-lineup-img {
      float: none;
      width: 100%; } }

.p-lineup-contents {
  width: auto;
  margin-top: 25px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .p-lineup-contents {
      margin-top: 20px;
      width: auto;
      display: block;
      padding-bottom: 20px; } }
  .p-lineup-contents__right {
    float: right;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .p-lineup-contents__right {
        float: none;
        width: 100%;
        margin-top: 15px; } }

.p-lineup-contents__inner {
  display: block;
  width: auto;
  margin: 0 30px; }
  @media screen and (max-width: 767px) {
    .p-lineup-contents__inner {
      margin: 0 20px; } }

.p-lineup__title {
  border-left: 1px solid #5f98d7;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: left;
  padding-left: 0.68em;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .p-lineup__title {
      font-size: 16px;
      font-size: 1.6rem; } }

.p-lineup__flow {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px; }
  .p-lineup__flow li {
    padding: 15px 0 15px 40px;
    text-indent: 0;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    line-height: 1.6;
    border-bottom: 1px dotted #d9d9d9;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-lineup__flow li {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 1em 0 1em 40px; } }
  .p-lineup__flow .num {
    font-size: 12px;
    font-size: 1.2rem;
    width: 28px;
    width: 2.8rem;
    height: 24px;
    height: 2.4rem;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    text-indent: 0;
    padding-left: 0;
    margin-right: 10px;
    padding-top: 7px;
    padding-top: 0.4rem;
    position: absolute;
    left: 0;
    top: 10px;
    text-align: center; }

.p-lineup__body {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px; }
  .p-lineup__body .c-txt-small {
    line-height: 1.85; }

.p-lineup__subtitle {
  display: table;
  width: 100%;
  padding: 0.8em 0;
  margin-bottom: 15px;
  border-bottom: 1px dotted #d9d9d9; }
  @media screen and (max-width: 767px) {
    .p-lineup__subtitle {
      margin-bottom: 10px; } }
  .p-lineup__subtitle h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
    color: #333;
    font-weight: bold;
    display: table-cell;
    width: 30%; }
    @media screen and (max-width: 767px) {
      .p-lineup__subtitle h4 {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6; } }
  .p-lineup__subtitle .c-txt-medium {
    display: table-cell;
    line-height: 1.8; }

/* .p-checkpoints */
.p-checkpoints {
  width: auto;
  display: block;
  padding: 30px 5%;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .p-checkpoints {
      padding: 20px 20px; } }
  .p-checkpoints__title {
    color: #2b7bd4;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    font-size: 2.2rem; }
    @media screen and (max-width: 767px) {
      .p-checkpoints__title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; } }
  .p-checkpoints .c-txt {
    display: block;
    font-weight: bold;
    color: #666; }
  .p-checkpoints .c-txt > span {
    padding-left: 25px;
    position: relative;
    display: block; }
    .p-checkpoints .c-txt > span::before {
      content: "";
      display: block;
      width: 15px;
      height: 18px;
      width: 1.5rem;
      height: 1.8rem;
      background: url(../images/ico_checkpoint.png) no-repeat top left;
      background-size: 15px 18px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .p-checkpoints__list {
    list-style: none;
    display: block; }
    @media screen and (max-width: 767px) {
      .p-checkpoints__list {
        border-top: 1px dotted #bfbfbf; } }
    .p-checkpoints__list li {
      width: 47.2%;
      display: block;
      border-bottom: 1px dotted #bfbfbf;
      color: #666;
      padding-bottom: 10px; }
      @media screen and (max-width: 767px) {
        .p-checkpoints__list li {
          width: auto;
          padding-top: 0.8em;
          padding-bottom: 0.8em; } }
    .p-checkpoints__list li:nth-child(2n+1) {
      float: left; }
      @media screen and (max-width: 767px) {
        .p-checkpoints__list li:nth-child(2n+1) {
          float: none; } }
    .p-checkpoints__list li:nth-child(2n) {
      float: right; }
      @media screen and (max-width: 767px) {
        .p-checkpoints__list li:nth-child(2n) {
          float: none; } }
    .p-checkpoints__list li:nth-child(3),
    .p-checkpoints__list li:nth-child(4) {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .p-checkpoints__list li:nth-child(3),
        .p-checkpoints__list li:nth-child(4) {
          margin-top: 0; } }
  .p-checkpoints__list--column1 {
    list-style: none;
    display: block;
    border-top: 1px dotted #bfbfbf; }
    .p-checkpoints__list--column1 li {
      width: auto;
      display: block;
      border-bottom: 1px dotted #bfbfbf;
      color: #666;
      padding: 0.5em 0; }
    .p-checkpoints__list--column1 .c-txt-large {
      display: block;
      color: #444;
      letter-spacing: 0.05em; }
    .p-checkpoints__list--column1 .c-txt-large > span {
      padding-left: 30px;
      padding-left: 3.0rem;
      position: relative;
      display: block; }
      @media screen and (max-width: 767px) {
        .p-checkpoints__list--column1 .c-txt-large > span {
          padding-left: 22px;
          padding-left: 2.2rem; } }
      .p-checkpoints__list--column1 .c-txt-large > span::before {
        content: "";
        display: block;
        width: 20px;
        height: 24px;
        width: 2.0rem;
        height: 2.4rem;
        background: url(../images/ico_checkpoint.png) no-repeat top left;
        background-size: 20px 20px;
        background-size: 2.0rem;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .p-checkpoints__list--column1 .c-txt-large > span::before {
            width: 15px;
            height: 18px;
            width: 1.5rem;
            height: 1.8rem;
            background: url(../images/ico_checkpoint.png) no-repeat top left;
            background-size: 15px 18px;
            position: absolute;
            left: 0;
            top: 0.8em; } }

/* .p-thermoshape-chara */
/* .p-facial-menu */
.p-facial-menu {
  display: block;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .p-facial-menu__list {
      border-top: 1px solid #e0e0e0; } }
  .p-facial-menu__txt {
    color: #444; }
    @media screen and (max-width: 767px) {
      .p-facial-menu__txt {
        padding-left: 10px; } }
  .p-facial-menu__name {
    margin-top: 0.8em; }
    @media screen and (max-width: 767px) {
      .p-facial-menu__name {
        margin-top: 0;
        padding-left: 10px; } }

.p-facial-menu .c-content__medium {
  min-width: 850px; }
  @media screen and (max-width: 767px) {
    .p-facial-menu .c-content__medium {
      min-width: initial; } }
  @media screen and (max-width: 767px) {
    .p-facial-menu .c-content__medium > .c-content__inner {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .p-facial .c-column--3 .c-column__block {
    margin: 0 0 0 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0; } }

@media screen and (max-width: 767px) {
  .p-facial .c-column--3 .c-column__block > figure {
    width: 25%;
    height: auto;
    border-radius: 4px;
    float: left; } }

@media screen and (max-width: 767px) {
  .p-facial-menu__contents {
    width: 75%;
    float: left;
    display: block; } }

/* p-body ボディ
----------------------------------------------------------------- */
#p-body-Thermo {
  display: block;
  height: 524px;
  border-bottom: 1px solid #e5e5e5;
  background: url(../../body/images/bg-body.jpg) no-repeat top left;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    #p-body-Thermo {
      height: auto;
      padding: 20px 0 30px 0;
      background: url(../../body/images/bg-body_sp.jpg) no-repeat top left;
      background-size: contain;
      background-position: center bottom; } }
  #p-body-Thermo .c-content__inner {
    display: block;
    position: relative;
    z-index: 1;
    padding: 90px 0;
    max-width: 1200px; }
    @media screen and (max-width: 767px) {
      #p-body-Thermo .c-content__inner {
        width: auto;
        padding: 0 0 0 0; } }
  #p-body-Thermo .c-txt-medium {
    line-height: 2;
    margin-bottom: 5px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 767px) {
      #p-body-Thermo .c-txt-medium {
        margin-bottom: 0;
        text-shadow: none; } }
  #p-body-Thermo .c-heading-slogan2--blue {
    padding-bottom: 0.8em;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
    text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 767px) {
      #p-body-Thermo .c-heading-slogan2--blue {
        text-shadow: none; } }

.p-body-Thermo__bodyblock {
  width: 50%;
  padding-right: 30px;
  display: block;
  float: right;
  z-index: 150;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-body-Thermo__bodyblock {
      width: auto;
      float: none;
      padding-right: 0;
      position: static;
      margin: 0 20px; } }

.p-body-Thermo__btn .c-button {
  margin: 0; }
  @media screen and (max-width: 767px) {
    .p-body-Thermo__btn .c-button {
      margin: 0 auto;
      width: auto; } }

/* p-thermoshape サーモシェイプ
----------------------------------------------------------------- */
.p-thermoshape--title {
  display: block;
  text-align: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .p-thermoshape--title {
      text-align: center;
      width: 68.2%;
      min-width: 256px;
      height: auto;
      margin: 0 auto 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape--title img {
      width: 100%;
      height: auto; } }

.p-thermoshape--subtitle {
  margin-top: 30px;
  display: block;
  text-align: right;
  width: auto; }
  @media screen and (max-width: 767px) {
    .p-thermoshape--subtitle {
      text-align: center;
      width: 70%;
      min-width: 264px;
      height: auto;
      margin: 15px auto 0 auto; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .p-thermoshape--subtitle img {
      width: 100%;
      height: auto; } }

.p-thermoshape-lead {
  display: block;
  border-bottom: 1px solid #e5e5e5; }
  .p-thermoshape-lead .c-content__inner {
    display: block;
    position: relative;
    z-index: 1;
    padding: 90px 0;
    width: 960px; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-lead .c-content__inner {
        width: auto;
        padding: 30px 0 0 0; } }
  .p-thermoshape-lead .c-txt-medium {
    line-height: 2;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-lead .c-txt-medium {
        margin-bottom: 0;
        line-height: 1.6; } }
  .p-thermoshape-lead__bodyblock {
    width: 55%;
    min-width: 562px;
    display: block;
    float: right;
    z-index: 150;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-lead__bodyblock {
        min-width: initial;
        width: auto;
        float: none;
        padding-right: 0;
        position: static;
        margin: 0 20px; } }
  .p-thermoshape-lead figure {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 400px; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-lead figure {
        position: static;
        width: 40%;
        margin: 10px auto 0 auto; } }
    .p-thermoshape-lead figure img {
      width: 100%;
      height: auto; }

.p-thermoshape-merit {
  background: url(../../body/thermoshape/images/bg-merit2.gif) repeat top left/130px;
  border-bottom: 1px solid #e5e5e5; }
  .p-thermoshape-merit__title {
    display: block;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-merit__title {
        width: auto;
        max-width: 320px;
        min-width: 222px;
        margin: 0 auto; } }
    .p-thermoshape-merit__title img {
      width: 100%;
      height: auto; }
  .p-thermoshape-merit .c-content__inner {
    width: 710px; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-merit .c-content__inner {
        width: auto;
        margin: 0 20px; } }
  .p-thermoshape-merit__list {
    display: block;
    list-style: none;
    text-align: center; }
  .p-thermoshape-merit__list li {
    float: left;
    display: block;
    width: 222px;
    height: 222px;
    margin-right: 22px;
    text-align: center;
    background-image: url(../../body/thermoshape/images/bg-merit_point.png);
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-merit__list li {
        float: none;
        margin-right: 0;
        margin: 0 auto 10px auto; } }
  .p-thermoshape-merit__list li:last-child {
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-merit__list li:last-child {
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-merit__list li > img {
      width: 100%;
      height: auto; } }
  .p-thermoshape-merit__body {
    display: table;
    vertical-align: middle;
    height: 222px;
    width: 100%; }
  .p-thermoshape-merit__inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -8px; }
  .p-thermoshape-merit__txt {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .p-thermoshape-merit__list li:first-child .p-thermoshape-merit__listTitle {
      width: 59px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-merit__list li:first-child .p-thermoshape-merit__txt {
      width: 122px;
      margin: 20px auto 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-merit__list li:nth-child(2) .p-thermoshape-merit__listTitle {
      width: 72px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-merit__list li:nth-child(2) .p-thermoshape-merit__txt {
      width: 179px;
      margin: 20px auto 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-merit__list li:last-child .p-thermoshape-merit__listTitle {
      width: 72px;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-merit__list li:last-child .p-thermoshape-merit__txt {
      width: 185px;
      margin: 20px auto 0 auto; } }

.p-thermoshape-check {
  border-bottom: 1px solid #e5e5e5;
  background-image: url(../../body/thermoshape/images/bg-img-thermo1.jpg);
  background-size: cover; }
  .p-thermoshape-check .p-checkpoints__title {
    font-size: 27px;
    font-size: 2.7rem; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-check .p-checkpoints__title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.3; } }
  .p-thermoshape-check .p-checkpoints {
    max-width: 800px;
    margin: 0 auto;
    border: 2px solid #9abfe6;
    border-radius: 6px;
    box-sizing: border-box; }
  .p-thermoshape-check .p-checkpoints__list li {
    width: 100%; }
  .p-thermoshape-check .p-checkpoints__list li:nth-child(2n+1) {
    float: none; }
  .p-thermoshape-check .p-checkpoints__list li:nth-child(2n) {
    float: none; }

.p-thermoshape-chara {
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (max-width: 767px) {
    .p-thermoshape-chara .c-content__small > .c-content__inner {
      width: 100%; } }
  .p-thermoshape-chara__inner {
    width: auto;
    max-width: 800px;
    margin: 0 auto; }
  .p-thermoshape-chara article {
    display: block;
    border-top: 1px solid #d9d9d9; }
  .p-thermoshape-chara article:last-child {
    margin-top: 45px; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-chara article:last-child {
        margin-top: 25px; } }
  .p-thermoshape-chara__title {
    text-align: center;
    padding: 0.61em 0;
    display: block;
    vertical-align: middle;
    font-size: 28px;
    font-size: 2.8rem;
    border-bottom: 1px solid #d9d9d9;
    color: #2b7bd4;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-chara__title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6;
        margin-bottom: 15px;
        padding: 0.45em 0; } }
  .p-thermoshape-chara__img {
    display: block;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 30px 5%;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-chara__img {
        padding: 10px 5%; } }
    .p-thermoshape-chara__img img {
      width: 100%;
      height: auto;
      margin: 0 auto;
      max-width: 620px; }
  .p-thermoshape-chara .c-txt-medium {
    line-height: 1.85; }

.p-thermoshape-chara__machine {
  display: block;
  background: #f0f0f0;
  margin-top: 10px; }
  .p-thermoshape-chara__machine--tr {
    display: table-row; }
  .p-thermoshape-chara__machine--td {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-chara__machine--td {
        display: block; } }
  .p-thermoshape-chara__machine--pict {
    width: 28.5%; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-chara__machine--pict {
        width: 52.5%;
        min-width: 125px;
        margin: 0 auto; } }
    .p-thermoshape-chara__machine--pict__inner {
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .p-thermoshape-chara__machine--pict__inner {
          padding: 20px 20px 20px 20px; } }
      .p-thermoshape-chara__machine--pict__inner img {
        width: 100%;
        height: auto; }
  .p-thermoshape-chara__machine--contents {
    width: 71.5%; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-chara__machine--contents {
        width: auto; } }
    .p-thermoshape-chara__machine--contents__inner {
      padding: 20px 30px 20px 0px; }
      @media screen and (max-width: 767px) {
        .p-thermoshape-chara__machine--contents__inner {
          padding: 0px 20px 20px 20px; } }
  .p-thermoshape-chara__machine--heading {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 13px;
    margin-bottom: 1.3rem; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-chara__machine--heading {
        text-align: center; } }

.p-thermoshape-result {
  background: #f3f6f9;
  border-bottom: 1px solid #e5e5e5; }
  .p-thermoshape-result__title {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    color: #114784;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-result__title {
        font-size: 21px;
        font-size: 2.1rem; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-result .c-content__small {
      width: 100%;
      margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .p-thermoshape-result .c-content__small > .c-content__inner {
      width: 100%;
      margin: 0 auto; } }

.p-thermoshape-slide {
  display: block;
  list-style: none; }
  .p-thermoshape-slide__cell {
    display: block;
    margin-top: 30px;
    margin-top: 3.0rem; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-slide__cell {
        margin-top: 0;
        margin: 0 10px;
        height: auto; } }
  .p-thermoshape-slide__cell:first-child {
    margin-top: 0;
    margin-top: 0rem; }
  .p-thermoshape-slide__cell--inner {
    display: block;
    border: 1px solid #114784;
    border-radius: 3px;
    box-sizing: border-box;
    background: #fff; }
  .p-thermoshape-slide__cell--heading {
    display: block;
    padding: 0.8em 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #114784;
    text-align: center;
    line-height: 1;
    border-bottom: 1px solid #114784; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-slide__cell--heading {
        font-size: 16px;
        font-size: 1.6rem; } }
  .p-thermoshape-slide__cell--body {
    display: block;
    list-style: none;
    padding: 30px 3%; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-slide__cell--body {
        padding: 20px 20px; } }
  .p-thermoshape-slide__cell--pict {
    width: 48%;
    display: block; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-slide__cell--pict {
        width: auto; } }
    .p-thermoshape-slide__cell--pict img {
      width: 100%;
      height: auto; }
  .p-thermoshape-slide__cell--pict:first-child {
    float: left; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-slide__cell--pict:first-child {
        float: none;
        margin-bottom: 15px; } }
  .p-thermoshape-slide__cell--pict:last-child {
    float: right; }
    @media screen and (max-width: 767px) {
      .p-thermoshape-slide__cell--pict:last-child {
        float: none; } }
  .p-thermoshape-slide .slick-prev, .p-thermoshape-slide .slick-next {
    width: 40px;
    height: 40px;
    background: #114784; }
  .p-thermoshape-slide .slick-prev:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    opacity: 1;
    background-image: url(../images/icon_arrow_left--white2.svg);
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: center;
    opacity: 1;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .p-thermoshape-slide .slick-next:before {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    opacity: 1;
    background-image: url(../images/icon_arrow_right--white2.svg);
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: center;
    opacity: 1;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

@media screen and (max-width: 767px) {
  .p-notice .c-content__small {
    width: auto;
    margin: 0 20px; } }

@media screen and (max-width: 767px) {
  .p-notice .c-content__small > .c-content__inner {
    width: 100%;
    margin: 0 auto; } }

.p-notice__frame {
  display: block;
  background: #f0f0f0; }

.p-notice__frame-inner {
  width: auto;
  padding: 40px 0;
  margin: 0 40px; }
  @media screen and (max-width: 767px) {
    .p-notice__frame-inner {
      padding: 20px 0;
      margin: 0 20px; } }

.p-notice__title {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .p-notice__title {
      font-size: 18px;
      font-size: 1.8rem; } }

.p-notice__body {
  border-top: 1px solid #d9d9d9;
  display: block;
  padding-top: 20px;
  margin-top: 18px; }
  @media screen and (max-width: 767px) {
    .p-notice__body {
      padding-top: 15px;
      margin-top: 13px; } }

.p-notice__lead {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .p-notice__lead {
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.4; } }

.p-notice__list {
  display: block;
  margin-top: 5px; }

.p-notice__list > li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .p-notice__list > li {
      font-size: 10px;
      font-size: 1rem; } }

.p-notice__list > li:after {
  content: "";
  display: block;
  width: 6px;
  width: 0.6rem;
  height: 6px;
  height: 0.6rem;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
  top: calc((0.5em * 1.8) - (0.6rem / 2)); }

.p-notice__box {
  margin-top: 14px;
  border: 1px solid #ccc;
  padding: 25px 25px 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .p-notice__box {
      padding: 15px 15px 10px 15px; } }

.p-notice__list--caution {
  list-style: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.8;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .p-notice__list--caution {
      font-size: 10px;
      font-size: 1rem;
      margin-top: 15px; } }

/* p-hair-removal 脱毛
----------------------------------------------------------------- */
.p-hair-removal-points {
  background: #fbfbfb;
  border-bottom: 1px solid #e5e5e5; }

.p-hair-removal-points__block {
  display: block;
  background: #fff;
  padding: 40px 0;
  padding: 4.0rem 0; }
  @media screen and (max-width: 767px) {
    .p-hair-removal-points__block {
      padding: 20px 0;
      padding: 2.0rem 0; } }

.p-hair-removal-points__inner {
  display: block;
  margin: 0 40px; }
  @media screen and (max-width: 767px) {
    .p-hair-removal-points__inner {
      margin: 0 20px;
      margin: 0 2.0rem; } }

.p-hair-removal-points__title {
  text-align: center;
  padding: 0.61em 0;
  display: block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  color: #2b7bd4;
  margin-bottom: 20px;
  margin-bottom: 2.0rem;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .p-hair-removal-points__title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.6;
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
      padding: 0.3em 0; } }
  .p-hair-removal-points__title span {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .p-hair-removal-points__title span {
        display: inline-block; } }

.p-hair-removal-points__step {
  display: block;
  width: 100%;
  list-style: none; }

.p-hair-removal-points__step li {
  float: left;
  width: 21.25%;
  margin-right: 5%; }
  @media screen and (max-width: 767px) {
    .p-hair-removal-points__step li {
      width: 47.5%; } }

@media screen and (max-width: 767px) {
  .p-hair-removal-points__step li:nth-child(2) {
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .p-hair-removal-points__step li:nth-child(3),
  .p-hair-removal-points__step li:last-child {
    margin-top: 5px; } }

.p-hair-removal-points__step li:last-child {
  margin-right: 0; }

.p-hair-removal-points__step li figure {
  width: 100%;
  height: auto; }
  .p-hair-removal-points__step li figure img {
    width: 100%;
    height: auto; }
  .p-hair-removal-points__step li figure .c-txt-small {
    color: #444;
    padding-top: 0.8em; }

.p-hair-removal-points__care {
  display: block;
  list-style: none; }

.p-hair-removal-points__care li:first-child {
  width: 46.7%;
  float: left; }
  @media screen and (max-width: 767px) {
    .p-hair-removal-points__care li:first-child {
      width: 100%;
      float: none; } }
  .p-hair-removal-points__care li:first-child img {
    width: 100%;
    height: auto; }

.p-hair-removal-points__care li:last-child {
  width: 50%;
  float: right; }
  @media screen and (max-width: 767px) {
    .p-hair-removal-points__care li:last-child {
      width: 100%;
      float: none;
      margin-top: 10px; } }

.p-hair-removal-movie {
  width: 100%;
  background: #ebf2f8;
  padding: 25px 0; }
  @media screen and (max-width: 767px) {
    .p-hair-removal-movie {
      padding: 5px 0; } }
  .p-hair-removal-movie__inner {
    position: relative;
    width: auto;
    padding-top: 50%;
    margin: 0 25px; }
    @media screen and (max-width: 767px) {
      .p-hair-removal-movie__inner {
        margin: 0 5px; } }
  .p-hair-removal-movie iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.p-hair-removal-details {
  border-bottom: 1px solid #e5e5e5; }
  .p-hair-removal-details__title {
    display: block;
    width: 100%;
    padding-bottom: 0.65em;
    border-bottom: 1px solid #d9d9d9;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .p-hair-removal-details__title {
        font-size: 16px;
        font-size: 1.6rem; } }
    .p-hair-removal-details__title span {
      border-left: 1px solid #5f98d7;
      padding-left: 0.68em;
      line-height: 1; }
  .p-hair-removal-details__img {
    display: block;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    text-align: center;
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .p-hair-removal-details__img {
        display: block;
        width: auto;
        padding: 10px 10px; } }
  .p-hair-removal-details__img > img {
    margin: 0 auto;
    max-width: 740px;
    width: 100%;
    height: auto; }
    @media screen and (max-width: 767px) {
      .p-hair-removal-details__img > img {
        max-width: initial;
        width: 100%;
        height: auto;
        margin: 0 0; } }

.p-hair-removal__table {
  width: 100%;
  table-layout: fixed;
  font-family: "Helvetica neue", YuGothic, '游ゴシック',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro",メイリオ, Meiryo,Osaka,"ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif; }
  .p-hair-removal__table__w1 {
    width: 22%; }
    @media screen and (max-width: 767px) {
      .p-hair-removal__table__w1 {
        width: 13%; } }
  .p-hair-removal__table__w2 {
    width: 26%; }
    @media screen and (max-width: 767px) {
      .p-hair-removal__table__w2 {
        width: 29%; } }
  .p-hair-removal__table__th {
    height: 55px;
    height: 5.5rem;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .p-hair-removal__table__th {
        height: auto;
        letter-spacing: 0; } }
    .p-hair-removal__table__th span {
      display: inline; }
      @media screen and (max-width: 767px) {
        .p-hair-removal__table__th span {
          display: inline-block; } }
  .p-hair-removal__table__td span {
    display: inline; }
    @media screen and (max-width: 767px) {
      .p-hair-removal__table__td span {
        display: inline-block; } }

.p-hair-menu {
  display: block;
  list-style: none; }
  .p-hair-menu figure img {
    border-radius: 3px; }
  .p-hair-menu__txt {
    line-height: 1.66;
    color: #444; }
  .p-hair-menu__name {
    margin-top: 0.8em; }
    @media screen and (max-width: 767px) {
      .p-hair-menu__name {
        margin-top: 0; } }

/* p-eyebrow 眉スタイリング
----------------------------------------------------------------- */
.p-eyebrow .c-heading-slogan2, .p-eyebrow .c-heading-slogan2--white, .p-eyebrow .c-heading-slogan2--blue {
  text-align: center; }

/* p-sec-eyeblow-plice 
--------------------------- */
.c-eyeblow-block {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
  padding: 35px 0;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .c-eyeblow-block {
      padding: 20px 0; } }
  .c-eyeblow-block .c-table th {
    width: 70%; }
    @media screen and (max-width: 767px) {
      .c-eyeblow-block .c-table th {
        width: 85%;
        padding: 1em 0;
        font-weight: normal; } }
  .c-eyeblow-block .c-table td {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .c-eyeblow-block .c-table td {
        font-weight: bold;
        padding: 1em 0; } }

.c-box-shadow {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09); }
  .c-box-shadow__inner {
    width: auto;
    display: block;
    margin: 0 4%; }
    @media screen and (max-width: 767px) {
      .c-box-shadow__inner {
        margin: 0 15px; } }

.p-sec-eyeblow-plice {
  background: #fbfbfb;
  width: 100%;
  border-top: 1px solid #e5e5e5; }

/* p-faq  よくあるご質問
----------------------------------------------------------------- */
.p-faq--contents {
  border-top: 1px solid #ddd; }

.p-faq-icon__q {
  padding-top: 0.9em;
  padding-bottom: 0.5em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .p-faq-icon__q {
      padding-bottom: 0.5em;
      padding-top: 1.0em;
      color: #333; } }

.p-faq-icon__a {
  border-bottom: 1px dotted #d9d9d9;
  padding-top: 0.5em;
  padding-bottom: 1.78em;
  color: #333; }

.p-faq-icon__q,
.p-faq-icon__a {
  display: block;
  padding-left: 40px;
  padding-left: 4.0rem;
  position: relative;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .p-faq-icon__q,
    .p-faq-icon__a {
      padding-left: 26px;
      padding-left: 2.6rem; } }

.p-faq-icon__q:before {
  content: "";
  background: #cdb271 url(../../faq/images/ico-faq-q.svg) no-repeat center center;
  background-size: 11px 13px;
  background-size: 1.1rem 1.3rem;
  height: 30px;
  height: 3.0rem;
  width: 30px;
  width: 3.0rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.05em; }
  @media screen and (max-width: 767px) {
    .p-faq-icon__q:before {
      background: #cdb271 url(../../faq/images/ico-faq-q.svg) no-repeat center center;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-size: 8px;
      background-size: 0.8rem;
      height: 22px;
      height: 2.2rem;
      width: 22px;
      width: 2.2rem; } }

.p-faq-icon__a:before {
  content: "";
  background: #fff url(../../faq/images/ico-faq-a.svg) no-repeat center center;
  background-size: 11px 13px;
  background-size: 1.1rem 1.3rem;
  height: 30px;
  height: 3.0rem;
  width: 30px;
  width: 3.0rem;
  border-radius: 50%;
  border: 1px solid #cdb271;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0; }
  @media screen and (max-width: 767px) {
    .p-faq-icon__a:before {
      position: absolute;
      background-size: 9px;
      background-size: 0.9rem;
      height: 22px;
      height: 2.2rem;
      width: 22px;
      width: 2.2rem; } }

.p-faq-icon__a .c-txt-medium {
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .p-faq-icon__a .c-txt-medium {
      line-height: 1.8; } }

.p-faq-icon__a--title {
  display: block;
  font-weight: bold; }

/*　クレジットカード
-------------------------------------- */
.p-faq-card {
  border: 1px solid #e2e2e2;
  width: 100%;
  margin: auto;
  padding: 3% 0 0 0;
  list-style: none;
  text-align: center;
  box-sizing: border-box; }

.p-faq-card li {
  display: inline-block;
  margin: 0 3% 3% 0;
  width: 11.4%; }
  @media screen and (max-width: 767px) {
    .p-faq-card li {
      width: 31%; } }

.p-faq-card li:last-child {
  margin: 0 0 3% 0; }

@media screen and (max-width: 767px) {
  .p-faq-card li:nth-child(2) {
    margin: 0 0 3% 0; } }

.p-faq-card__frame {
  border: 1px solid #e2e2e2; }

.p-faq-card__frame img {
  width: 100%;
  height: auto; }

/* p-info  店舗情報
----------------------------------------------------------------- */
.p-info-pagenav {
  width: 100%;
  padding: 22px 0 22px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.09) inset;
  -ms-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.09) inset;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.09) inset; }
  @media screen and (max-width: 767px) {
    .p-info-pagenav {
      padding: 1em 0;
      font-weight: bold; } }
  .p-info-pagenav nav {
    display: block;
    text-align: center; }
  .p-info-pagenav__list {
    width: 100%;
    display: block;
    list-style: none;
    vertical-align: middle; }
  .p-info-pagenav__list li {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem; }
    @media screen and (max-width: 767px) {
      .p-info-pagenav__list li {
        margin: 0.6em 0;
        padding: 0 0.5em;
        border-right: 0px; } }
  .p-info-pagenav__list li:first-child {
    border-left: 1px solid #e5e5e5; }
    @media screen and (max-width: 767px) {
      .p-info-pagenav__list li:first-child {
        border-left: 0px; } }
  .p-info-pagenav__list li a {
    padding: 2px 20px;
    color: #333; }
    @media screen and (max-width: 767px) {
      .p-info-pagenav__list li a {
        text-decoration: underline;
        padding: 0 0; } }
    .p-info-pagenav__list li a:hover {
      color: #cbaf6b; }
  @media screen and (max-width: 767px) {
    .p-info-pagenav__list li a span {
      display: inline-block;
      padding-right: 16px;
      padding-right: 1.6rem;
      position: relative; } }
  @media screen and (max-width: 767px) {
    .p-info-pagenav__list li a span:after {
      content: "";
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      width: 1.2rem;
      height: 1.2rem;
      background: url(../images/icon_arrow_bottom--gold.svg) no-repeat left top;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1; } }

#p-info-message {
  display: block;
  border-bottom: 1px solid #e5e5e5; }
  #p-info-message .c-content__inner {
    display: block;
    position: relative;
    z-index: 1;
    padding: 90px 0;
    max-width: 1200px; }
    @media screen and (max-width: 767px) {
      #p-info-message .c-content__inner {
        width: auto;
        padding: 30px 0 0 0; } }
  #p-info-message .c-txt-medium {
    line-height: 2;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      #p-info-message .c-txt-medium {
        margin-bottom: 0; } }

.p-info-message__bodyblock {
  width: 55%;
  padding-right: 30px;
  display: block;
  float: right;
  z-index: 150;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-info-message__bodyblock {
      width: auto;
      float: none;
      padding-right: 0;
      position: static;
      margin: 0 20px; } }

.p-info-message__body figure {
  display: block;
  position: absolute;
  left: -128px;
  bottom: 0;
  z-index: 1;
  width: 578px; }
  @media screen and (max-width: 767px) {
    .p-info-message__body figure {
      position: static;
      width: 60%;
      margin: 20px auto 0 auto; } }

.p-info-message__body figure img {
  width: 100%;
  height: auto; }

.p-info-message__name {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .p-info-message__name {
      text-align: center;
      margin: 1.4em auto 0 auto;
      font-size: 16px;
      font-size: 1.6rem; } }
  .p-info-message__name__job {
    display: inline-block;
    padding-right: 0.8em;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .p-info-message__name__job {
        font-size: 12px;
        font-size: 1.2rem;
        padding-right: 0.5em; } }

#p-info-saron {
  border-bottom: 1px solid #e5e5e5; }
  #p-info-saron .p-info-saron__inner {
    width: 65%;
    min-width: 840px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #p-info-saron .p-info-saron__inner {
        min-width: initial;
        width: auto; } }
  #p-info-saron .c-heading-slogan2, #p-info-saron .c-heading-slogan2--white, #p-info-saron .c-heading-slogan2--blue {
    text-align: center; }
  #p-info-saron .c-table {
    margin: 40px auto 0 auto; }
    @media screen and (max-width: 767px) {
      #p-info-saron .c-table {
        margin: 15px auto 0 auto; } }

#p-info-slide {
  margin: 0 auto;
  display: block; }
  #p-info-slide .slick-slide img {
    width: 100%;
    height: auto; }
  #p-info-slide .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center; }
  #p-info-slide .slick-dots li {
    font-size: 0px;
    list-style: none;
    display: inline-block;
    margin: 0 4px; }
  #p-info-slide .slick-dots li button {
    width: 9px;
    height: 9px;
    background: #edddb7;
    border: 1px solid #edddb7;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    outline: none; }
  #p-info-slide .slick-dots li.slick-active button {
    width: 9px;
    height: 9px;
    background: none;
    border: 1px solid #edddb7;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    outline: none; }

/* p-info-products
-------------------------- */
.p-info-products {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .p-info-products {
      margin-top: 30px; } }
  .p-info-products__category {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    display: block;
    margin-top: 15px; }
    .p-info-products__category span {
      display: inline-block;
      background: #cbaf6b;
      padding: 4px 5px;
      color: #fff;
      border-radius: 4px;
      vertical-align: middle; }
  .p-info-products__txt {
    line-height: 1.66;
    color: #444; }
  .p-info-products__name {
    color: #cbaf6b;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 0.2em; }
    .p-info-products__name span {
      font-size: 10px;
      font-size: 1rem;
      text-align: center;
      color: #838383;
      letter-spacing: 0.15em;
      margin-top: 0.8em;
      padding-left: 0.5em; }
  .p-info-products a {
    color: #888;
    text-decoration: underline; }
  .p-info-products a:hover {
    color: #cbaf6b;
    text-decoration: none; }

#p-info-access .c-heading-slogan2, #p-info-access .c-heading-slogan2--white, #p-info-access .c-heading-slogan2--blue {
  text-align: center; }

#p-info-access .c-content__medium {
  max-width: 1200px; }

#gmap {
  width: 100%;
  padding-top: 48.82%;
  position: relative;
  background: #dddddd;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #gmap {
      padding-top: 60%; } }

.p-info-access__txtblock {
  margin: 40px auto 0 auto; }
  @media screen and (max-width: 767px) {
    .p-info-access__txtblock {
      margin: 15px auto 0 auto; } }
  .p-info-access__txtblock .c-txt-medium {
    color: #888888;
    margin-top: 0.8em; }

/* p-inquiry  p-form お問い合わせ
----------------------------------------------------------------- */
.p-inquiry--tel {
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  color: #333;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  margin-bottom: 3.0rem; }
  @media screen and (max-width: 767px) {
    .p-inquiry--tel {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 0.8em; } }
  .p-inquiry--tel .telLink {
    pointer-events: none;
    text-decoration: none;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .p-inquiry--tel .telLink {
        text-decoration: underline; } }

.p-inquiry--snsblock {
  margin: 20px auto 0 auto;
  width: 400px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    .p-inquiry--snsblock {
      width: 100%; } }
  .p-inquiry--snsblock__title {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-inquiry--snsblock__title {
        letter-spacing: 0;
        line-height: 1.5; } }
  .p-inquiry--snsblock__list {
    margin: 15px auto 0 auto;
    display: table;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .p-inquiry--snsblock__list {
        width: 70%; } }
  .p-inquiry--snsblock__list li {
    display: table-cell;
    width: 50%;
    text-align: center; }
  .p-inquiry--snsblock__list li > a {
    display: block;
    padding: 3px 15px; }
  .p-inquiry--snsblock__list li > a > img {
    opacity: 1; }
  .p-inquiry--snsblock__list li > a:hover > img {
    opacity: 0.6; }
  .p-inquiry--snsblock__list li:first-child {
    border-right: 1px solid #d9d9d9;
    width: 49%;
    width: calc(50% - 1px); }
    @media screen and (max-width: 767px) {
      .p-inquiry--snsblock__list li:first-child {
        border-right: none; } }

.p-inquiry---snsblock__list__icon--line {
  display: block;
  width: 40px;
  margin: 0 auto;
  position: relative;
  top: 2px; }
  @media screen and (max-width: 767px) {
    .p-inquiry---snsblock__list__icon--line {
      width: 40px; } }
  .p-inquiry---snsblock__list__icon--line img {
    width: 100%;
    height: auto; }

.p-inquiry---snsblock__list__icon--hp {
  display: block;
  width: 112px;
  margin: 0 auto;
  padding-bottom: 2px;
  position: relative;
  top: -1px; }
  @media screen and (max-width: 767px) {
    .p-inquiry---snsblock__list__icon--hp {
      width: 120px; } }
  .p-inquiry---snsblock__list__icon--hp img {
    width: 100%;
    height: auto; }

.p-inquiry-formArea {
  border-top: 1px solid #d9d9d9; }

/* u-links
-----------------------------------------------------------------*/
.u-links {
  color: #001446; }
  .u-links:hover {
    color: #6478aa; }

/* u-hover
-----------------------------------------------------------------*/
.u-hover {
  display: inline-block;
  position: relative; }

/* u-hover--box
-----------------------------------------------------------------*/
.u-hover--box:after {
  content: "";
  display: block;
  visibility: hidden;
  width: 0%;
  height: 100%;
  background-color: #001446;
  position: absolute;
  left: auto;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }
  @media screen and (max-width: 767px) {
    .u-hover--box:after {
      display: none; } }

.u-hover--box:hover {
  color: #ffffff; }

.u-hover--box:hover:after {
  visibility: visible;
  width: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  right: auto; }

.is-current .u-hover--box {
  color: #ffffff;
  position: relative; }
  @media screen and (max-width: 767px) {
    .is-current .u-hover--box {
      color: #001446; } }
  .is-current .u-hover--box:after {
    width: 100%;
    visibility: visible;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    right: auto; }

.l-footer .u-hover--box:after {
  background-color: #ffffff; }

.l-footer .u-hover--box:hover {
  color: #001446; }

.l-footer .is-current .u-hover--box {
  color: #001446; }

/* u-hover--line
-----------------------------------------------------------------*/
.u-hover--line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001446;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

a.u-hover--line:hover:after,
a:hover .u-hover--line:after {
  visibility: hidden;
  width: 0%;
  left: auto;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.u-hover--line-white:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

a:hover .u-hover--line-white:after {
  visibility: hidden;
  width: 0%;
  left: auto;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

/* u-hover--line-reverse
-----------------------------------------------------------------*/
.u-hover--line-reverse:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #001446;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

a.u-hover--line-reverse:hover:after,
a:hover .u-hover--line-reverse:after {
  visibility: visible;
  width: 100%;
  left: 0;
  right: auto;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

.u-hover--line-reverse-white:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

a:hover .u-hover--line-reverse-white:after {
  visibility: hidden;
  width: 0%;
  left: auto;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

/* u-clear
-----------------------------------------------------------------*/
.u-clear {
  clear: both; }
  .u-clear > hr {
    display: none; }

/* u-clearfix
-----------------------------------------------------------------*/
.u-clearfix {
  display: inline-block; }
  .u-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0; }

* html .u-clearfix {
  height: 1%; }

.u-clearfix {
  display: block; }

/* u-block
-----------------------------------------------------------------*/
.u-block,
.u-block ul,
.u-block li,
.u-block dl,
.u-block dt,
.u-block dd {
  display: block;
  list-style-type: none; }

/* u-inline
-----------------------------------------------------------------*/
.u-inline,
.u-inline ul,
.u-inline li,
.u-inline dl,
.u-inline dt,
.u-inline dd {
  display: inline;
  list-style-type: none; }

/* u-inline-block
-----------------------------------------------------------------*/
.u-inline-block,
.u-inline-block ul,
.u-inline-block li,
.u-inline-block dl,
.u-inline-block dt,
.u-inline-block dd {
  display: inline-block;
  list-style-type: none; }

.u-inline-block--list,
.u-inline-block ul {
  letter-spacing: -.40em; }

.u-inline-block > *,
.u-inline-block * {
  letter-spacing: 0; }

/* u-table
-----------------------------------------------------------------*/
.u-table {
  display: table;
  width: 100%; }

.u-table__row {
  display: table-row; }

.u-table__cell {
  display: table-cell; }

/* u-table--fixed */
.u-table--fixed {
  table-layout: fixed; }

/* u-table--middle */
.u-table--middle,
.u-table--middle > .u-table__cell {
  vertical-align: middle; }

/* u-img-fit
-----------------------------------------------------------------*/
.u-img-fit {
  display: inherit;
  width: 100%;
  height: auto; }

/* u-hide-txt
-----------------------------------------------------------------*/
.u-hide-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left; }

/* u-fixed
-----------------------------------------------------------------*/
.u-fixed {
  position: fixed !important;
  overflow-y: scroll;
  top: 0px; }

/* u-sticky
-----------------------------------------------------------------*/
.u-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 20px; }

/* u-font size
-----------------------------------------------------------------*/
.u-font-large {
  font-size: 18px;
  font-size: 1.8rem; }

.u-font-medium {
  font-size: 14px;
  font-size: 1.4rem; }

.u-font-small {
  font-size: 12px;
  font-size: 1.2rem; }

/* u-font weight
-----------------------------------------------------------------*/
.u-font-normal {
  font-weight: normal; }

.u-font-bold {
  font-weight: bold; }

/* u-font align
-----------------------------------------------------------------*/
.u-font-center {
  text-align: center; }

/* u-font color
-----------------------------------------------------------------*/
.u-font-gray {
  color: #666666; }

.u-font-darkgray {
  color: #333333; }

/* u-bg color
-----------------------------------------------------------------*/
/* u-bg-gray */
.u-bg-gray {
  background: #f0f0f0;
  position: relative; }

/* u-bg-lightgray */
.u-bg-lightgray {
  background: #f5f5f5;
  position: relative; }

/* u-bg-gray-shift */
.u-bg-gray-shift {
  background: #f0f0f0;
  position: relative; }
  .u-bg-gray-shift:nth-child(odd) {
    background: #f7f7f7; }

/* u-bg-red */
.u-bg-red {
  background: #fae7eb;
  position: relative; }

/* u-float
-----------------------------------------------------------------*/
.u-float-left {
  float: left; }

.u-float-right {
  float: right; }

/* u-float-type2
-----------------------------------------------------------------*/
.u-float-left--type2 {
  float: left; }
  @media screen and (max-width: 767px) {
    .u-float-left--type2 {
      float: none; } }

.u-float-right--type2 {
  float: right; }
  @media screen and (max-width: 767px) {
    .u-float-right--type2 {
      float: none; } }

/* margin - top
-----------------------------------------------------------------*/
.u-mt-section {
  margin-top: 100px;
  margin-top: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-mt-section {
      margin-top: 40px;
      margin-top: calc((45px + 2.5vw) / 2); } }

.u-mt-xlarge {
  margin-top: 100px;
  margin-top: 10rem; }

@media screen and (max-width: 767px) {
  .u-mt-xlarge {
    margin-top: 40px;
    margin-top: 4rem; } }

.u-mt-large {
  margin-top: 70px;
  margin-top: 7rem; }

@media screen and (max-width: 767px) {
  .u-mt-large {
    margin-top: 30px;
    margin-top: 3rem; } }

.u-mt-large2 {
  margin-top: 65px;
  margin-top: 6.5rem; }

@media screen and (max-width: 767px) {
  .u-mt-large2 {
    margin-top: 20px;
    margin-top: 2rem; } }

.u-mt-medium {
  margin-top: 40px;
  margin-top: 4rem; }

@media screen and (max-width: 767px) {
  .u-mt-medium {
    margin-top: 20px;
    margin-top: 2rem; } }

.u-mt-medium2 {
  margin-top: 30px;
  margin-top: 3rem; }

@media screen and (max-width: 767px) {
  .u-mt-medium2 {
    margin-top: 15px;
    margin-top: 1.5rem; } }

.u-mt-small {
  margin-top: 20px;
  margin-top: 2rem; }

@media screen and (max-width: 767px) {
  .u-mt-small {
    margin-top: 10px;
    margin-top: 1rem; } }

.u-mt-xsmall {
  margin-top: 10px;
  margin-top: 1rem; }

@media screen and (max-width: 767px) {
  .u-mt-xsmall {
    margin-top: 10px;
    margin-top: 1rem; } }

.u-mt-obj {
  margin-top: 15px;
  margin-top: 1.5rem; }

@media screen and (max-width: 767px) {
  .u-mt-obj {
    margin-top: 10px;
    margin-top: 1rem; } }

/* margin - right
-----------------------------------------------------------------*/
.u-mr-large {
  margin-right: 80px;
  margin-right: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-mr-large {
      margin-right: 40px;
      margin-right: calc((45px + 2.5vw) / 2); } }

.u-mr-medium {
  margin-right: 40px;
  margin-right: 4rem; }

@media screen and (max-width: 767px) {
  .u-mr-medium {
    margin-right: 20px;
    margin-right: 2rem; } }

.u-mr-regular {
  margin-right: 20px;
  margin-right: 2rem; }

@media screen and (max-width: 767px) {
  .u-mr-regular {
    margin-right: 10px;
    margin-right: 1rem; } }

.u-mr-small {
  margin-right: 20px;
  margin-right: 2rem; }

@media screen and (max-width: 767px) {
  .u-mr-small {
    margin-right: 10px;
    margin-right: 1rem; } }

.u-mr-xsmall {
  margin-right: 10px;
  margin-right: 1rem; }

@media screen and (max-width: 767px) {
  .u-mr-xsmall {
    margin-right: 10px;
    margin-right: 1rem; } }

/* margin - bottom
-----------------------------------------------------------------*/
.u-mb-large {
  margin-bottom: 80px;
  margin-bottom: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-mb-large {
      margin-bottom: 40px;
      margin-bottom: calc((45px + 2.5vw) / 2); } }

.u-mb-large {
  margin-bottom: 60px;
  margin-bottom: 6rem; }

@media screen and (max-width: 767px) {
  .u-mb-large {
    margin-bottom: 30px;
    margin-bottom: 3rem; } }

.u-mb-medium {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

@media screen and (max-width: 767px) {
  .u-mb-medium {
    margin-bottom: 20px;
    margin-bottom: 2rem; } }

.u-mb-regular {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .u-mb-regular {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

.u-mb-small {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

@media screen and (max-width: 767px) {
  .u-mb-small {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

.u-mb-xsmall {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

@media screen and (max-width: 767px) {
  .u-mb-xsmall {
    margin-bottom: 10px;
    margin-bottom: 1rem; } }

/* margin - left
-----------------------------------------------------------------*/
.u-ml-large {
  margin-left: 80px;
  margin-left: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-ml-large {
      margin-left: 40px;
      margin-left: calc((45px + 2.5vw) / 2); } }

.u-ml-large {
  margin-left: 60px;
  margin-left: 6rem; }

@media screen and (max-width: 767px) {
  .u-ml-large {
    margin-left: 30px;
    margin-left: 3rem; } }

.u-ml-medium {
  margin-left: 40px;
  margin-left: 4rem; }

@media screen and (max-width: 767px) {
  .u-ml-medium {
    margin-left: 20px;
    margin-left: 2rem; } }

.u-ml-regular {
  margin-left: 20px;
  margin-left: 2rem; }

@media screen and (max-width: 767px) {
  .u-ml-regular {
    margin-left: 10px;
    margin-left: 1rem; } }

.u-ml-small {
  margin-left: 20px;
  margin-left: 2rem; }

@media screen and (max-width: 767px) {
  .u-ml-small {
    margin-left: 10px;
    margin-left: 1rem; } }

.u-ml-xsmall {
  margin-left: 10px;
  margin-left: 1rem; }

@media screen and (max-width: 767px) {
  .u-ml-xsmall {
    margin-left: 10px;
    margin-left: 1rem; } }

/* padding - top
-----------------------------------------------------------------*/
.u-pt-large {
  padding-top: 80px;
  padding-top: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-pt-large {
      padding-top: 30px;
      padding-top: calc((45px + 2.5vw) / 2); } }

.u-pt-xmiddle {
  padding-top: 70px;
  padding-top: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-pt-xmiddle {
      padding-top: 30px;
      padding-top: calc((45px + 2.5vw) / 2); } }

.u-pt-middle {
  padding-top: 60px;
  padding-top: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-pt-middle {
      padding-top: 30px;
      padding-top: calc((45px + 2.5vw) / 2); } }

.u-pt-medium {
  padding-top: 40px;
  padding-top: 4rem; }

@media screen and (max-width: 767px) {
  .u-pt-medium {
    padding-top: 20px;
    padding-top: 2rem; } }

.u-pt-xmedium {
  padding-top: 30px;
  padding-top: 3rem; }

@media screen and (max-width: 767px) {
  .u-pt-xmedium {
    padding-top: 15px;
    padding-top: 1.5rem; } }

.u-pt-small {
  padding-top: 20px;
  padding-top: 2rem; }

@media screen and (max-width: 767px) {
  .u-pt-small {
    padding-top: 10px;
    padding-top: 1rem; } }

.u-pt-xsmall {
  padding-top: 10px;
  padding-top: 1rem; }

@media screen and (max-width: 767px) {
  .u-pt-xsmall {
    padding-top: 10px;
    padding-top: 1rem; } }

/* padding - bottom
-----------------------------------------------------------------*/
.u-pb-xxlarge {
  padding-bottom: 160px; }
  @media screen and (max-width: 767px) {
    .u-pb-xxlarge {
      padding-bottom: 40px;
      padding-bottom: calc((45px + 2.5vw) / 2); } }

.u-pb-xlarge {
  padding-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .u-pb-xlarge {
      padding-bottom: 30px;
      padding-bottom: calc((45px + 2.5vw) / 2); } }

.u-pb-large {
  padding-bottom: 80px;
  padding-bottom: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-pb-large {
      padding-bottom: 30px;
      padding-bottom: calc((45px + 2.5vw) / 2); } }

.u-pb-xmiddle {
  padding-bottom: 70px;
  padding-bottom: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-pb-xmiddle {
      padding-bottom: 30px;
      padding-bottom: calc((45px + 2.5vw) / 2); } }

.u-pb-middle {
  padding-bottom: 60px;
  padding-bottom: calc(45px + 2.5vw); }
  @media screen and (max-width: 767px) {
    .u-pb-middle {
      padding-bottom: 30px;
      padding-bottom: calc((45px + 2.5vw) / 2); } }

/* @media screen
-----------------------------------------------------------------*/
.visible-small-less, .visible-small, .visible-medium, .visible-large {
  display: none !important; }

.visible-small-less-block, .visible-small-less-inline, .visible-small-less-inline-block,
.visible-small-block, .visible-small-inline, .visible-small-inline-block,
.visible-medium-block, .visible-medium-inline, .visible-medium-inline-block,
.visible-large-block, .visible-large-inline, .visible-large-inline-block {
  display: none !important; }

@media screen and (max-width: 767px) {
  .visible-small-less {
    display: block !important; }
  table.visible-small-less {
    display: table; }
  tr.visible-small-less {
    display: table-row !important; }
  th.visible-small-less, td.visible-small-less {
    display: table-cell !important; } }

@media screen and (max-width: 767px) {
  .visible-small-less-block {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .visible-small-less-inline {
    display: inline !important; } }

@media screen and (max-width: 767px) {
  .visible-small-less-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small {
    display: block !important; }
  table.visible-small {
    display: table; }
  tr.visible-small {
    display: table-row !important; }
  th.visible-small, td.visible-small {
    display: table-cell !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-block {
    display: block !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-inline {
    display: inline !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-small-inline-block {
    display: inline-block !important; } }

@media screen and (max-width: 1023px) {
  .visible-medium-less {
    display: block !important; }
  table.visible-medium-less {
    display: table; }
  tr.visible-medium-less {
    display: table-row !important; }
  th.visible-medium-less, td.visible-medium-less {
    display: table-cell !important; } }

@media screen and (max-width: 1023px) {
  .visible-medium-less-block {
    display: block !important; } }

@media screen and (max-width: 1023px) {
  .visible-medium-less-inline {
    display: inline !important; } }

@media screen and (max-width: 1023px) {
  .visible-medium-less-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium {
    display: block !important; }
  table.visible-medium {
    display: table; }
  tr.visible-medium {
    display: table-row !important; }
  th.visible-medium, td.visible-medium {
    display: table-cell !important; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-block {
    display: block !important; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline {
    display: inline !important; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .visible-medium-inline-block {
    display: inline-block !important; } }

@media screen and (min-width: 1280px) {
  .visible-large {
    display: block !important; }
  table.visible-large {
    display: table; }
  tr.visible-large {
    display: table-row !important; }
  th.visible-large, td.visible-large {
    display: table-cell !important; } }

@media screen and (min-width: 1280px) {
  .visible-large-block {
    display: block !important; } }

@media screen and (min-width: 1280px) {
  .visible-large-inline {
    display: inline !important; } }

@media screen and (min-width: 1280px) {
  .visible-large-inline-block {
    display: inline-block !important; } }

@media screen and (max-width: 767px) {
  .hidden-small-less {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-small {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .hidden-medium-less {
    display: none !important; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hidden-medium {
    display: none !important; } }

@media screen and (min-width: 1280px) {
  .hidden-large {
    display: none !important; } }

/* @media print
-----------------------------------------------------------------*/
.visible-print {
  display: none !important; }

@media print {
  .hidden-print {
    display: none !important; } }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* 独自指定
--------------------------------------------------------*/
.slick-next,
.slick-prev {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 100;
  outline: none;
  border: none;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .slick-next,
    .slick-prev {
      width: 40px;
      height: 40px;
      background-size: 40px 40px; } }

.slick-prev {
  background: url(/common/images/slick_icon_left.gif) no-repeat left top;
  left: 0; }
  @media screen and (max-width: 767px) {
    .slick-prev {
      background-size: 40px 40px; } }

.slick-next {
  background: url(/common/images/slick_icon_right.gif) no-repeat left top;
  right: 0; }
  @media screen and (max-width: 767px) {
    .slick-next {
      background-size: 40px 40px; } }

/* ==========================================================================
style
==========================================================================*/
