@charset "UTF-8";
/* =========================================================
reset
========================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #444444;
  margin: 0;
  border: none;
  border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
}

input::-ms-clear {
  visibility: hidden;
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}

html {
  overflow-y: scroll;
}

:focus {
  outline: none;
}

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

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

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.effect {
    opacity : 0;
    transition : all 600ms;
-webkit-transform: scale(0.97);
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
.effect.fade_on {
    opacity : 1;
    transition : all 600ms;
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 768px) {
.effect {
    opacity : 1;
    transition : all 600ms;
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.effect.fade_on {
    opacity : 1;
    transition : all 600ms;
-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}

/* =========================================================
base
========================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #444444;
  line-height: 1.5;
  background-color: #fff;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	animation: bodyFadeIn 0.5s ease 0s 0.5 normal;
	-webkit-animation: bodyFadeIn 0.5s ease 0s 0.5 normal;
	font-feature-settings : "palt";

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root body {
       font-feature-settings : "pkna";
    }
}


 @keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
 @-webkit-keyframes bodyFadeIn {
 0% {
opacity: 0
}
 100% {
opacity: 1
}
}
a {
  color: #444444;
  text-decoration: none;
}

a:visited {
  color: #444444;
}

a:hover {
  color: #444444;
}

a:active {
  color: #444444;
}

a img {
  -webkit-transition: opacity, 300ms;
  -o-transition: opacity, 300ms;
  transition: opacity, 300ms;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

a:hover img {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* =========================================================
utility
========================================================= */
/* clearfix */
.cf {
  *zoom: 1;
}

.cf::before, .cf::after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* clear */
.clear {
  clear: both;
}

/* show hidden */
.only-pc {
  display: block;
}

.only-pc.-inline {
  display: inline-block;
}

.only-sp {
  display: none;
}

.only-sp.-inline {
  display: none;
}

.-fw-normal {
  font-weight: normal !important;
}

.-fw-bold {
  font-weight: bold !important;
}

.-align-left {
  text-align: left;
}

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

.-align-right {
  text-align: right;
}

.-valign-top {
  vertical-align: top;
}

.-valign-middle {
  vertical-align: middle;
}

.-valign-bottom {
  vertical-align: bottom;
}

.-float-left {
  float: left;
}

.-float-right {
  float: right;
}

.-float-none {
  float: none;
}

.-mt5 {
  margin-top: 5px;
}

.-mt10 {
  margin-top: 10px;
}

.-mt15 {
  margin-top: 15px;
}

.-mt20 {
  margin-top: 20px;
}

.-mt25 {
  margin-top: 25px;
}

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

.-mb5 {
  margin-bottom: 5px;
}

.-mb10 {
  margin-bottom: 10px;
}

.-mb15 {
  margin-bottom: 15px;
}

.-mb20 {
  margin-bottom: 20px;
}

.-mb25 {
  margin-bottom: 25px;
}

.-mb30 {
  margin-bottom: 30px;
}

.-ml5 {
  margin-left: 5px;
}

.-ml10 {
  margin-left: 10px;
}

.-ml15 {
  margin-left: 15px;
}

.-ml20 {
  margin-left: 20px;
}

.-ml25 {
  margin-left: 25px;
}

.-ml30 {
  margin-left: 30px;
}

.-mr5 {
  margin-right: 5px;
}

.-mr10 {
  margin-right: 10px;
}

.-mr15 {
  margin-right: 15px;
}

.-mr20 {
  margin-right: 20px;
}

.-mr25 {
  margin-right: 25px;
}

.-mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-pc.-inline {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-sp.-inline {
    display: inline-block;
  }
  .-sp-align-left {
    text-align: left;
  }
  .-sp-align-center {
    text-align: center;
  }
  .-sp-align-right {
    text-align: right;
  }
}

/* =========================================================
layout
========================================================= */
/* header
--------------------------------------------------------- */
.l-home .l-header {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}

.l-home.is-scroll .l-header {
  opacity: 1;
  visibility: visible;
}

.l-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header-inner {
  padding: 48px 0 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-global-nav-list {
  font-size: 0;
  line-height: 1;
}

.p-global-nav-item {
  display: inline-block;
	
}


.p-global-nav-item:not(:last-child)::after {
  content: '／';
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 5px;
  position: relative;
  display: inline-block;
}

.p-global-nav-item a {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

.p-global-nav-item a::after {
  content: '';
  width: 0%;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: -4px;
  -webkit-transition: width 0.3s cubic-bezier(0.74, 0.015, 0.26, 1);
  -o-transition: width 0.3s cubic-bezier(0.74, 0.015, 0.26, 1);
  transition: width 0.3s cubic-bezier(0.74, 0.015, 0.26, 1);
}

.p-global-nav-item a:hover::after {
  width: 100%;
  left: 0;
}

.p-global-nav-item a.is-current::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-header-inner {
    padding: 17px 4vw 16px;
  }
  .p-logo {
    width: 102px;
  }
  .p-global-nav {
    width: 100%;
    height: 100%;
    padding: 80px 8vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .p-global-nav-item {
    margin-bottom: 28px;
    display: block;
    opacity: 0;
  }
  .p-global-nav-item:not(:last-child)::after {
    display: none;
  }
  .p-global-nav-item a {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-global-nav-item a::after {
    background-color: #fff;
  }
  .p-global-nav.is-active .p-global-nav-item {
    -webkit-animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
            animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
  }
  .p-global-nav.is-active .p-global-nav-item:nth-of-type(1) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
  .p-global-nav.is-active .p-global-nav-item:nth-of-type(2) {
    -webkit-animation-delay: 0.20s;
            animation-delay: 0.20s;
  }
  .p-global-nav.is-active .p-global-nav-item:nth-of-type(3) {
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .p-global-nav.is-active .p-global-nav-item:nth-of-type(4) {
    -webkit-animation-delay: 0.30s;
            animation-delay: 0.30s;
  }
  .p-global-nav.is-active .p-global-nav-item:nth-of-type(5) {
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }
  .p-global-nav.is-active .p-global-nav-item:nth-of-type(6) {
    -webkit-animation-delay: 0.40s;
            animation-delay: 0.40s;
  }
  .p-global-nav.is-active .p-global-nav-item:nth-of-type(7) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }
  .p-global-sns {
    font-size: 0;
    opacity: 0;
  }
  .p-global-nav.is-active .p-global-sns {
    -webkit-animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.45s forwards;
            animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.45s forwards;
  }
  .p-global-sns-item {
    margin-right: 22px;
    display: inline-block;
  }
  .p-global-sns-item a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
  }
  .p-global-sns-item a:hover {
    opacity: .5;
  }
  .p-global-sns-item.-fb a {
    width: 25px;
    height: 25px;
    background-image: url(../images/ico/ico_fb_wh.svg);
  }
  .p-global-sns-item.-tw a {
    width: 30px;
    height: 25px;
    background-image: url(../images/ico/ico_tw_wh.svg);
  }
  .p-global-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-global-close-line {
    width: 26px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 14px;
    top: 50%;
  }
  .p-global-close-line:nth-of-type(1) {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .p-global-close-line:nth-of-type(2) {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .menu-btn {
    width: 50px;
    height: 50px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    /*&.is-active {
      background-color: transparent;
      .menu-line {
        width: 30px;
        left: 9px;
        background-color: #fff;
        &:nth-of-type(1) {
          transform: translateY(8px) rotate(-45deg);
        }
        &:nth-of-type(2) {
          opacity: 0;
          transform: translateX(10px);
        }
        &:nth-of-type(3) {
          transform: translateY(-8px) rotate(45deg);
        }
      }
    }*/
  }
  .menu-line {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .menu-line {
    position: absolute;
    left: 14px;
    width: 22px;
    height: 1px;
    background-color: #000;
  }
  .menu-line:nth-of-type(1) {
    top: 17px;
  }
  .menu-line:nth-of-type(2) {
    top: 25px;
  }
  .menu-line:nth-of-type(3) {
    top: 33px;
  }
}

/* main
--------------------------------------------------------- */
body:not(.l-home) .l-wrap {
  padding-top: 128px;
}

.l-wrap {
  width: 100%;
  min-width: 976px;
}

.l-inner-lv1 {
  width: 976px;
  margin: 0 auto;
}

.l-inner-lv2 {
  width: 846px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body:not(.l-home) .l-wrap {
    padding-top: 50px;
  }
  .l-wrap {
    min-width: 100%;
  }
  .l-inner-lv1 {
    width: 100%;
    padding: 0;
  }
  .l-inner-lv2 {
    width: 100%;
    padding: 0;
  }
}

/* footer
--------------------------------------------------------- */
.l-footer {
  background-color: #fffbf8;
  position: relative;
}

.l-footer-inner {
  padding: 76px 0 80px;
}

.p-footer-logo {
  text-align: center;
  margin-bottom: 35px;
}

.p-footer-logo img {
  width: 210px;
}

.p-footer-addr {
  text-align: center;
  margin-bottom: 62px;
}

.p-footer-addr-text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .055em;
  line-height: 1.65;
}

.p-footer-copyright {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.p-pagetop {
  position: absolute;
  top: -85px;
  left: 50%;
  margin-left: 448px;
}

.p-pagetop a {
  width: 44px;
  height: 44px;
  display: block;
}

.p-pagetop a:hover span {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.p-pagetop a span {
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.p-pagetop a span::before, .p-pagetop a span::after {
  content: '';
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-pagetop a span::before {
  top: 12px;
}

.p-pagetop a span::after {
  top: 24px;
}

@media screen and (max-width: 768px) {
  .l-footer-inner {
    padding: 38px 0 40px;
  }
  .p-footer-logo {
    margin-bottom: 24px;
  }
  .p-footer-logo img {
    width: 160px;
  }
  .p-footer-addr {
    margin-bottom: 35px;
  }
  .p-footer-addr-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-footer-copyright {
    font-size: 10px;
    font-size: 1rem;
  }
  .p-pagetop {
    top: -57px;
    left: initial;
    right: 20px;
  }
  .p-pagetop a span::before, .p-pagetop a span::after {
    width: 14px;
    height: 14px;
  }
  .p-pagetop a span::before {
    top: 14px;
  }
  .p-pagetop a span::after {
    top: 22px;
  }
}

/* =========================================================
component
========================================================= */
.c-heading-lv1 {
	width: 200px;
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  letter-spacing: .235em;
  padding: 10px 0;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  display: inline-block;
  position: relative;
}

.c-heading-lv1 span {
  margin-right: -2px;
}

.c-heading-lv2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .15em;
  text-align: center;
}

.c-btn-lv1 {
  position: relative;
}

.c-btn-lv1 a {
  width: 215px;
  color: #231815;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 13px 0;
  border: 1px solid #231815;
  border-radius: 10px;
  display: inline-block;
  position: relative;
}

.c-btn-lv1 a::before {
  content: '';
  width: 68px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-btn-lv1 a::after {
  content: '';
  width: 8px;
  height: 8px;
  color: transparent;
  margin-top: 1px;
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.c-btn-lv1 a:hover::before {
  -webkit-transform: translateX(12px);
      -ms-transform: translateX(12px);
          transform: translateX(12px);
}

@media screen and (max-width: 768px) {
  .c-heading-lv1 {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 8px 0;
  }
  .c-heading-lv2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .c-btn-lv1 {
    position: relative;
  }
  .c-btn-lv1 a {
    width: 160px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 9px 0;
    border-radius: 6px;
  }
  .c-btn-lv1 a::before {
    width: 48px;
    left: -24px;
  }
  .c-btn-lv1 a::after {
    content: '';
    width: 5px;
    height: 5px;
    right: 13px;
  }
  .c-btn-lv1 a:hover::before {
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
  }
}

.p-article-header {
  width: 100%;
  height: 277px;
  position: relative;
}

.p-article-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-article-heading.-feature {
      width: 188px;
}

.p-article-heading.-contact img{
	width: 148px;
}
.p-article-heading.-reverse img {
  padding: 11px 23px;
  background-color: #fff;
}

.p-article-header-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-article-header {
    height: 35vw;
  }
  .p-article-heading {
    width: 100%;
    text-align: center;
  }
  .p-article-heading img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .p-article-heading.-reverse img {
    padding: 8px 20px;
  }
}

/* =========================================================
page
========================================================= */
/* home
--------------------------------------------------------- */
.p-key {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.p-key-logo {
  width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-key-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-key-bg-slider {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.p-key-bg-slider .slick-track,
.p-key-bg-slider .slick-list {
  width: 100%;
  height: 100%;
}

.p-key-bg-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-key-bg-item:not(:first-child) {
  display: none;
}

.p-key-bg-item.is-active .p-key-bg-image {
  -webkit-animation: zoomIn 7.5s linear;
          animation: zoomIn 7.5s linear;
}

.p-key-bg-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: zoomIn(1);
      -ms-transform: zoomIn(1);
          transform: zoomIn(1);
  will-change: transform;
  position: absolute;
  top: 0;
  left: 0;
}

.p-intro {
  padding: 97px 0;
}

.p-intro-heading {
  text-align: center;
  margin-bottom: 30px;
}

.p-intro-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.4;
  text-align: center;
	    color: #736357;
	    font-weight: 500;
}

.p-pickup-body {
  padding-bottom: 134px;
}

.p-pickup-item {
  margin-bottom: 116px;
  position: relative;
}

.p-pickup-item:last-child {
  margin-bottom: 0;
}

.p-pickup-image {
  margin-bottom: 70px;
}

.p-pickup-title {
  position: absolute;
}

.p-pickup-content {
  padding-left: 136px;
}

.p-pickup-text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.3;
  margin-bottom: 41px;
}

.p-pickup-item:nth-child(2n) .p-pickup-content {
  padding-left: 230px;
}

.p-pickup-item.-pickup01 .p-pickup-title {
	 width: 53px;
  right: 102px;
  top: 405px;
}

.p-pickup-item.-pickup02 .p-pickup-title {
  left: 82px;
  top: 382px;
}

.p-pickup-item.-pickup03 .p-pickup-title {
  right: 68px;
  top: 336px;
}

.p-home-news-body {
  padding: 77px 0 138px;
  border-top: 1px solid #231815;
}

.p-home-news-header {
  margin-bottom: 65px;
  text-align: center;
}

.p-home-news-content {
  padding: 0 116px 0 170px;
}

.p-home-news-list {
  font-size: 0;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home-news-item {
  width: 300px;
  margin-bottom: 40px;
}

.p-home-news-item a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.p-home-news-item a:hover .p-home-news-thumb {
  opacity: .7;
}

.p-home-news-thumb {
  width: 94px;
  height: 94px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.p-home-news-summary {
  width: 177px;
  margin-top: -4px;
}

.p-home-news-date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
}

.p-home-news-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
}

.p-home-shop-body {
  padding: 66px 0 154px;
  border-top: 1px solid #231815;
}

.p-home-shop-header {
  text-align: center;
  margin-bottom: 65px;
}

.p-home-shop-row {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home-shop-about {
  width: 390px;
  padding-top: 11px;
}

.p-home-shop-about-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 21px;
}

.p-home-shop-about-group {
  padding: 11px 0;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-home-shop-about-group:first-child {
  border-top: 1px solid #000000;
}

.p-home-shop-about-term {
  width: 130px;
  font-size: 13px;
  font-size: 1.3rem;
}

.p-home-shop-about-desc {
  width: 260px;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-home-shop-access-map {
  width: 434px;
  height: 380px;
  background-color: #fafafa;
}

.c-contact-body {
  padding: 68px 0 76px;
  border-top: 1px solid #231815;
}

.c-contact-header {
  text-align: center;
}

.c-contact-heading {
  margin-bottom: 64px;
}

.c-contact-row {
  padding: 0 60px;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-contact-col {
  width: 392px;
}

.c-contact-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 13px;
  padding-left: 81px;
  position: relative;
}

.c-contact-title::before {
  content: '';
  width: 68px;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-contact-btn a {
  max-height: 83px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #000000;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.c-contact-btn a:hover {
  opacity: .5;
}

.c-contact-btn.-tel a {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: .23em;
  padding: 26px 0 25px;
}

.c-contact-btn.-tel a span {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .14em;
  margin-right: 0.4em;
}

.c-contact-btn.-mail a {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .2em;
  padding: 29px 0;	
  -webkit-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-appearance: none;
  cursor: pointer;
}
}

.c-contact-btn.-mail a::after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: 1px;
  border-right: 1px solid #231815;
  border-top: 1px solid #231815;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
	  -webkit-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-appearance: none;
}



.c-contact-btn.-mail a:hover {
  color: #fff;
  background-color: #000;
}
.c-contact-btn.-mail a:hover::before {
  -webkit-transform: translateX(12px);
      -ms-transform: translateX(12px);
          transform: translateX(12px);
}

.c-contact-sns {
  font-size: 0;
  text-align: center;
}

.c-contact-sns-item {
  margin: 0 16px;
  display: inline-block;
}

.c-contact-sns-item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.c-contact-sns-item a:hover {
  opacity: .5;
}

.c-contact-sns-item.-fb a {
  width: 25px;
  height: 25px;
  background-image: url(../images/ico/ico_fb.svg);
}

.c-contact-sns-item.-tw a {
  width: 30px;
  height: 25px;
  background-image: url(../images/ico/ico_tw.svg);
}

@media screen and (max-width: 768px) {
  .p-key-logo {
    width: 210px;
  }
  .p-intro {
    padding: 45px 5vw;
  }
  .p-intro-heading {
    margin-bottom: 20px;
  }
  .p-intro-heading img {
    width: 180px;
  }
  .p-intro-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-pickup {
    padding: 0 5vw;
  }
  .p-pickup-body {
    padding-bottom: 60px;
  }
  .p-pickup-item {
    margin-bottom: 60px;
  }
  .p-pickup-image {
    margin-bottom: 24px;
  }
  .p-pickup-content {
    padding-left: 20px;
    padding-right: 80px;
  }
  .p-pickup-text {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  .p-pickup-item:nth-child(2n) .p-pickup-content {
    padding-left: 80px;
    padding-right: 20px;
  }
  .p-pickup-item.-pickup01 .p-pickup-title {
    width: 24px;
    right: 20px;
    top: -22px;
    padding-top: calc( ( 0.45081967213 / 1 ) * 100%);
  }
  .p-pickup-item.-pickup02 .p-pickup-title {
    width: 24px;
    left: 20px;
    top: -30px;
    padding-top: calc( ( 0.45081967213 / 1 ) * 100%);
  }
  .p-pickup-item.-pickup03 .p-pickup-title {
    width: 48px;
    right: 10px;
    top: -22px;
    padding-top: calc( ( 0.45081967213 / 1 ) * 100%);
  }
  .p-home-news {
    padding: 0 5vw;
  }
  .p-home-news-body {
    padding: 46px 8vw 70px;
  }
  .p-home-news-header {
    margin-bottom: 42px;
  }
  .p-home-news-content {
    padding: 0;
  }
  .p-home-news-list {
    display: block;
    margin-bottom: 30px;
  }
  .p-home-news-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-home-news-thumb {
    width: 72px;
    height: 72px;
  }
  .p-home-news-summary {
    width: calc(100% - 90px);
    margin-top: -2px;
  }
  .p-home-news-date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-home-news-title {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-home-shop {
    padding: 0 5vw;
  }
  .p-home-shop-body {
    padding: 46px 0 70px;
  }
  .p-home-shop-header {
    margin-bottom: 42px;
  }
  .p-home-shop-row {
    padding: 0 4vw;
    display: block;
  }
  .p-home-shop-about {
    width: 100%;
    padding-top: 0;
    margin-bottom: 32px;
  }
  .p-home-shop-about-title {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
  .p-home-shop-about-group {
    padding: 9px 0;
  }
  .p-home-shop-about-term {
    width: 70px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-home-shop-about-desc {
    width: calc(100% - 90px);
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-home-shop-access-map {
    width: 100%;
    height: auto;
  }
  .p-home-shop-access-map iframe {
    width: 100%;
    height: 260px;
  }
  .c-contact {
    padding: 0 5vw;
  }
  .c-contact-body {
    padding: 46px 0 70px;
  }
  .c-contact-heading {
    margin-bottom: 42px;
  }
  .c-contact-row {
    padding: 0 4vw;
    margin-bottom: 60px;
    display: block;
  }
  .c-contact-col {
    width: 100%;
    margin-bottom: 32px;
  }
  .c-contact-col:last-child {
    margin-bottom: 0;
  }
  .c-contact-title {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 9px;
    padding-left: 55px;
  }
  .c-contact-title::before {
    width: 42px;
  }
  .c-contact-btn a {
    max-height: initial;
    border-radius: 5px;
  }
  .c-contact-btn.-tel a {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 14px 0 13px;
  }
  .c-contact-btn.-tel a span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .c-contact-btn.-mail a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 17px 0;
  }
  .c-contact-btn.-mail a::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: 1px;
    border-right: 1px solid #231815;
    border-top: 1px solid #231815;
    position: absolute;
    top: 50%;
    right: 13px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .c-contact-btn.-mail a:hover::before {
    -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
            transform: translateX(12px);
  }
}

/* feature
--------------------------------------------------------- */
.p-feature-intro-body {
  position: relative;
  padding: 118px 0 180px;
}

.p-feature-intro-section {
  padding: 0 36px 0 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-feature-intro-section:nth-child(2n) {
  padding: 0 0 0 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-feature-intro-photo {
  position: relative;
}

.p-feature-intro-text {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.5;
}

.p-feature-intro-section.-intro01 {
  margin-bottom: 105px;
}

.p-feature-intro-section.-intro01 .p-feature-intro-photo {
  width: 374px;
}

.p-feature-intro-section.-intro01 .p-feature-intro-text {
  padding-top: 17px;
}

.p-feature-intro-section.-intro02 {
  margin-bottom: 60px;
}

.p-feature-intro-section.-intro02 .p-feature-intro-photo {
  width: 405px;
  padding-top: 95px;
}

.p-feature-intro-section.-intro02 .p-feature-intro-photo::before {
  content: '';
  width: 116px;
  height: 72px;
  background: url(../images/feature/feature_photo02_symbol.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 16px;
  left: 95px;
}

.p-feature-intro-section.-intro02 .p-feature-intro-text {
  line-height: 2.25;
}

.p-feature-intro-section.-intro03 .p-feature-intro-photo {
  width: 363px;
}

.p-feature-intro-section.-intro03 .p-feature-intro-text {
  padding-top: 67px;
}

.p-feature-point {
  position: relative;
}

.p-feature-point-body {
  padding: 140px 0 130px;
  position: relative;
}

.p-feature-point-body::before, .p-feature-point-body::after {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px double #000;
  -webkit-box-shadow: 0px -1px 0 0px #000;
          box-shadow: 0px -1px 0 0px #000;
}

.p-feature-point-body::before {
  top: 0;
}

.p-feature-point-body::after {
  bottom: 0;
}

.p-feature-point-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-feature-point-content {
  width: 680px;
}

.p-feature-point-item {
  margin-bottom: 68px;
}

.p-feature-point-item:last-child {
  margin-bottom: 0;
}

.p-feature-point-title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 27px 9px;
  letter-spacing: -.02em;
  margin-bottom: 34px;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: relative;
}

.p-feature-point-title::before, .p-feature-point-title::after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}

.p-feature-point-title::before {
  left: 0;
}

.p-feature-point-title::after {
  right: 0;
}

.p-feature-point-text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.95;
  margin-bottom: 2em;
}

.p-feature-point-text:last-child {
  margin-bottom: 0;
}

.p-feature-flow-inner {
  padding: 133px 0 170px;
  position: relative;
}

.p-feature-flow-inner::after {
  content: '';
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px double #000;
  -webkit-box-shadow: 0px -1px 0 0px #000;
          box-shadow: 0px -1px 0 0px #000;
}

.p-feature-flow-header {
  margin-bottom: 40px;
}

.p-feature-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-feature-flow-item {
  width: 187px;
}

.p-feature-flow-photo {
  margin-bottom: 27px;
}

.p-feature-flow-title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 22px 9px;
  letter-spacing: -.02em;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-feature-flow-title::before, .p-feature-flow-title::after {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}

.p-feature-flow-title::before {
  left: 0;
}

.p-feature-flow-title::after {
  right: 0;
}

.p-feature-flow-text {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: -.02em;
  line-height: 1.8;
}

.p-feature-radium-inner {
  padding: 142px 0 157px;
  position: relative;
}

.p-feature-radium-header {
  margin-bottom: 70px;
}

.p-feature-radium-figure {
  margin: 0 23px;
}

.p-feature-radium-figure figcaption {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .p-feature-intro-body {
    padding: 40px 0 60px;
  }
  .p-feature-intro-section {
    padding: 0 5vw;
    display: block;
  }
  .p-feature-intro-section:nth-child(2n) {
    padding: 0 5vw;
  }
  .p-feature-intro-section::after {
    content: "";
    display: table;
    clear: both;
  }
  .p-feature-intro-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-feature-intro-section.-intro01 {
    margin-bottom: 45px;
  }
  .p-feature-intro-section.-intro01 .p-feature-intro-photo {
    width: 37vw;
    margin-left: 5vw;
    margin-bottom: 10px;
    float: right;
  }
  .p-feature-intro-section.-intro01 .p-feature-intro-text {
    padding-top: 13px;
  }
  .p-feature-intro-section.-intro02 {
    margin-bottom: 45px;
  }
  .p-feature-intro-section.-intro02 .p-feature-intro-photo {
    width: 37vw;
    margin-right: 5vw;
    padding-top: 15px;
    margin-bottom: 10px;
    float: left;
  }
  .p-feature-intro-section.-intro02 .p-feature-intro-photo::before {
    width: 15.4666666667vw;
    height: 9.468vw;
    top: -6vw;
    left: 5vw;
  }
  .p-feature-intro-section.-intro03 .p-feature-intro-photo {
    width: 37vw;
    margin-left: 5vw;
    margin-bottom: 10px;
    float: right;
  }
  .p-feature-intro-section.-intro03 .p-feature-intro-text {
    padding-top: 17px;
  }
  .p-feature-point {
    padding: 0 5vw;
  }
  .p-feature-point-body {
    padding: 46px 0 60px;
  }
  .p-feature-point-body::before, .p-feature-point-body::after {
    height: 3px;
  }
  .p-feature-point-heading {
    width: 22px;
    margin-left: 3vw;
  }
  .p-feature-point-content {
    width: calc(100% - 55px - 3vw);
  }
  .p-feature-point-item {
    margin-bottom: 24px;
  }
  .p-feature-point-title {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 13px 4px;
    margin-bottom: 17px;
  }
  .p-feature-point-title::before, .p-feature-point-title::after {
    height: 5px;
  }
  .p-feature-point-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-feature-flow {
    padding: 0 5vw;
  }
  .p-feature-flow-inner {
    padding: 46px 0 60px;
  }
  .p-feature-flow-inner::before, .p-feature-flow-inner::after {
    height: 3px;
  }
  .p-feature-flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -24px;
  }
  .p-feature-flow-item {
    width: 47.5%;
    margin-bottom: 24px;
  }
  .p-feature-flow-photo {
    margin-bottom: 13px;
  }
  .p-feature-flow-title {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 13px 4px;
    margin-bottom: 17px;
  }
  .p-feature-flow-title::before, .p-feature-flow-title::after {
    height: 5px;
  }
  .p-feature-flow-text {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-feature-radium-inner {
    padding: 46px 0 60px;
  }
  .p-feature-radium-header {
    margin-bottom: 42px;
  }
  .p-feature-radium-figure {
    margin: 0 23px;
  }
  .p-feature-radium-figure figcaption {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 28px;
  }
}

/* about
--------------------------------------------------------- */
.p-about-header {
  height: 186px;
}

.p-about-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-about-logo {
  width: 226px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -4px;
}

.p-about-intro {
  padding-bottom: 93px;
}

.p-about-intro-content {
  width: 610px;
  margin: -43px auto 65px;
  padding: 56px 0 0;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.p-about-intro-heading {
  text-align: center;
  margin-bottom: 34px;
}

.p-about-intro-text {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.7;
}

.p-about-intro-photos {
  margin-bottom: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-about-intro-photo {
  width: 320px;
}

.p-about-spa {
  background-color: #fffbf8;
}

.p-about-spa-content {
  padding: 83px 0 107px;
}

.p-about-spa-heading {
  text-align: center;
  margin-bottom: 34px;
}

.p-about-spa-text {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.7;
}

.p-about-spa-photos {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-about-spa-photo {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .p-about-header {
    height: 35vw;
  }
  .p-about-logo {
    width: 150px;
  }
  .p-about-intro {
    padding: 0 5vw 45px;
  }
  .p-about-intro-content {
    width: calc(100% - 10vw);
    margin: -22px auto 34px;
    border-radius: 10px;
    padding: 28px 4vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-about-intro-heading {
    margin-bottom: 21px;
  }
  .p-about-intro-heading img {
    height: 13px;
  }
  .p-about-intro-text {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.4;
  }
  .p-about-intro-photos {
    margin-bottom: 30px;
    padding: 0 5vw;
    display: block;
  }
  .p-about-intro-photo {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-about-intro-photo:last-child {
    margin-bottom: 0;
  }
  .p-about-spa {
    background-color: #fffbf8;
  }
  .p-about-spa-content {
    padding: 42px 5vw 45px;
  }
  .p-about-spa-heading {
    margin-bottom: 21px;
  }
  .p-about-spa-heading img {
    height: 13px;
  }
  .p-about-spa-text {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.2;
  }
  .p-about-spa-photos {
    margin-top: 30px;
    padding: 0 5vw;
    display: block;
  }
  .p-about-spa-photo {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-about-spa-photo:last-child {
    margin-bottom: 0;
  }
}

/* item
--------------------------------------------------------- */
.p-item-index {
  padding: 30px 0 175px;
}

.p-item-index-section {
  padding-top: 160px;
}

.p-item-index-head {
  text-align: center;
  padding-bottom: 50px;
}

.p-item-index-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 87px;
  position: relative;
}

.p-item-index-title::before {
  content: '';
  width: 117px;
  height: 154px;
  background: url(../images/bg/bg_egg.png);
  background-size: 100%;
  position: absolute;
  top: -66px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.p-item-index-lead-text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .055em;
  line-height: 2.3;
}

.p-item-index-row {
  padding: 0 144px;
  margin-bottom: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-item-index-row.-full {
  padding: 0;
}

.p-item-index-figure {
  width: 306px;
  margin-bottom: 54px;
  text-align: center;
}

.p-item-index-figure figcaption {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

.p-item-index-figure figcaption::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.p-item-index-btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-item-index {
    padding: 15px 0 80px;
  }
  .p-item-index-section {
    padding: 80px 5vw 0;
  }
  .p-item-index-head {
    padding-bottom: 50px;
  }
  .p-item-index-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 42px;
    position: relative;
  }
  .p-item-index-title::before {
    width: 58px;
    height: 77px;
    top: -31px;
  }
  .p-item-index-lead-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-item-index-row {
    padding: 0 5vw;
    margin-bottom: 32px;
    display: block;
  }
  .p-item-index-row.-full {
    padding: 0 5vw;
  }
  .p-item-index-figure {
    width: 100%;
    margin-bottom: 27px;
  }
  .p-item-index-figure figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 18px;
  }
  .p-item-index-figure figcaption::after {
    bottom: -2px;
  }
}

/* news
--------------------------------------------------------- */
.p-news-index {
  padding: 140px 0 130px;
}

.p-news-index-list {
  font-size: 0;
  margin-bottom: 27px;
}

.p-news-index-item {
  width: 254px;
  margin-bottom: 91px;
  margin-right: 107px;
  display: inline-block;
  vertical-align: top;
}

.p-news-index-item:nth-child(3n) {
  margin-right: 0;
}

.p-news-index-item:hover .p-news-index-thumb {
  opacity: .7;
}

.p-news-index-thumb {
  width: 254px;
  height: 162px;
  margin-bottom: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.p-news-index-date {
  font-size: 13px;
  font-size: 1.3rem;
  padding-left: 2px;
  margin-bottom: 10px;
}

.p-news-index-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.65;
}

.wp-pagenavi {
  font-size: 0;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 8px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 8px;
  padding: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wp-pagenavi .previouspostslink::after {
  border-width: 6px 8px 6px 0;
  border-color: transparent #000000 transparent transparent;
}

.wp-pagenavi .nextpostslink::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #000000;
}

.p-news-single {
  padding: 122px 0 124px;
}

.p-news-single-inner {
  width: 690px;
  margin: 0 auto;
}

.p-news-single-header {
  margin-bottom: 46px;
}

.p-news-single-date {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 48px;
}

.p-news-single-title {
  font-size: 21px;
  font-size: 2.1rem;
}

.p-news-single-content {
  margin-bottom: 85px;
}

.p-news-single-content a {
  word-wrap: break-word;
  text-decoration: underline;
}

.p-news-single-content a:hover {
  text-decoration: none;
}

.p-news-single-content strong {
  font-weight: 700;
}

.p-news-single-content em {
  font-style: italic;
}

.p-news-single-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.15;
  margin: 2em 0;
}

.p-news-single-content p:first-child {
  margin-top: 0;
}

.p-news-single-content p:first-child img {
  margin-top: 0;
}

.p-news-single-content p:last-child {
  margin-bottom: 0;
}

.p-news-single-content p:empty {
  background: #ecc;
}

.p-news-single-content p a {
  font-weight: bold;
  text-decoration: underline;
}

.p-news-single-content p a:hover {
  text-decoration: none;
}

.p-news-single-content ul, .p-news-single-content ol {
  margin: 1.2em 0;
}

.p-news-single-content ul li, .p-news-single-content ol li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.15;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.65em;
}

.p-news-single-content ul li:last-child, .p-news-single-content ol li:last-child {
  margin-bottom: 0;
}

.p-news-single-content ul li::before, .p-news-single-content ol li::before {
  content: '・';
  position: relative;
}

.p-news-single-content ol li {
  list-style: decimal inside;
}

.p-news-single-content ol li::before {
  display: none;
}

.p-news-single-content h3 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin: 2em 0;
}

.p-news-single-content h3:first-child {
  margin-top: 0;
}

.p-news-single-content h3:last-child {
  margin-bottom: 0;
}

.p-news-single-content h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 2em 0;
}

.p-news-single-content h4:first-child {
  margin-top: 0;
}

.p-news-single-content h4:last-child {
  margin-bottom: 0;
}

.p-news-single-content h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2em 0;
}

.p-news-single-content h5:first-child {
  margin-top: 0;
}

.p-news-single-content h5:last-child {
  margin-bottom: 0;
}

.p-news-single-content h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 2em 0;
}

.p-news-single-content blockquote {
  padding: 15px;
  background-color: #fafafa;
}

.p-news-single-content .alignleft {
  margin-right: 30px;
  margin-bottom: 15px;
  display: inline;
  float: left;
}

.p-news-single-content .alignright {
  margin-left: 30px;
  margin-bottom: 15px;
  display: inline;
  float: right;
}

.p-news-single-content .aligncenter {
  display: block;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

.p-news-single-content .wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.p-news-single-content .wp-caption.alignleft .wp-caption-text {
  text-align: left;
}

.p-news-single-content .wp-caption.alignright .wp-caption-text {
  text-align: right;
}

.p-news-single-content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.p-news-single-content .wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-news-index {
    padding: 40px 0 80px;
  }
  .p-news-index-list {
    margin-bottom: 20px;
    padding: 0 12vw;
  }
  .p-news-index-item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .p-news-index-item a {
    display: block;
  }
  .p-news-index-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
  }
  .p-news-index-date {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 1px;
    margin-bottom: 6px;
  }
  .p-news-index-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.65;
  }
  .wp-pagenavi {
    padding: 0 12vw;
  }
  .p-news-single {
    padding: 40px 0 60px;
  }
  .p-news-single-inner {
    width: 100%;
    padding: 0 12vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-news-single-header {
    margin-bottom: 24px;
  }
  .p-news-single-date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .p-news-single-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-news-single-content {
    margin-bottom: 48px;
  }
  .p-news-single-content p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-news-single-content ul li, .p-news-single-content ol li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-news-single-content h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-news-single-content h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-news-single-content h5 {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-news-single-content h6 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-news-single-content blockquote {
    padding: 10px;
    background-color: #fafafa;
  }
  .p-news-single-content .alignleft {
    margin-right: 30px;
    margin-bottom: 15px;
    display: inline;
    float: left;
  }
  .p-news-single-content .alignright {
    margin-left: 30px;
    margin-bottom: 15px;
    display: inline;
    float: right;
  }
  .p-news-single-content .aligncenter {
    display: block;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-news-single-content .wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
  }
  .p-news-single-content .wp-caption.alignleft .wp-caption-text {
    text-align: left;
  }
  .p-news-single-content .wp-caption.alignright .wp-caption-text {
    text-align: right;
  }
  .p-news-single-content .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
  }
  .p-news-single-content .wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

/* contact
--------------------------------------------------------- */
.p-contact-inner {
  width: 700px;
  padding: 0px 0 65px;
  margin: 0 auto;
}

.p-contact-lead {
  margin-bottom: 70px;
}

.p-contact-lead-text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .055em;
  line-height: 2.3;
  text-align: center;
}

.p-contact-form-body {
  margin-bottom: 55px;
}

.p-contact-form-row {
  margin-bottom: 23px;
}

.p-contact-form-row:last-child {
  margin-bottom: 0;
}

.p-contact-form-label {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 3px;
  margin-bottom: 7px;
}

.p-contact-form-field {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-contact-form-input,
.p-contact-form-textarea {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #595757;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-contact-form-textarea {
  min-height: 360px;
}

.p-contact-form-submit {
  text-align: center;
}

.p-contact-form-submit-btn {
  margin: 0 20px;
  display: inline-block;
}

.p-contact-form-submit-btn a, .p-contact-form-submit-btn button {
  width: 240px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 9px 0;
  border-radius: 8px;
  border: 1px solid #595757;
  background-color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: color .4s, background-color .4s;
  -o-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  -webkit-appearance: none;
  cursor: pointer;
}

.p-contact-form-submit-btn a:hover, .p-contact-form-submit-btn button:hover {
  color: #fff;
  background-color: #000;
}

.p-contact-form-confirm .p-contact-form-row {
  padding-bottom: 20px;
  margin-bottom: 23px;
  border-bottom: 1px solid #ccc;
}

.p-contact-form-confirm .p-contact-form-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.p-contact-form-confirm .p-contact-form-field {
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .p-contact-inner {
    width: 100%;
    padding: 40px 0 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-contact-lead {
    padding: 0 5vw;
    margin-bottom: 40px;
  }
  .p-contact-lead-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-contact-form-body {
    padding: 0 12vw;
    margin-bottom: 32px;
  }
  .p-contact-form-row {
    margin-bottom: 18px;
  }
  .p-contact-form-label {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 2px;
    margin-bottom: 5px;
  }
  .p-contact-form-field {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-contact-form-input,
  .p-contact-form-textarea {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px 10px;
    border-radius: 7px;
  }
  .p-contact-form-textarea {
    min-height: 180px;
  }
  .p-contact-form-submit-btn {
    margin: 0 0 18px;
    display: inline-block;
  }
  .p-contact-form-submit-btn:last-child {
    margin-bottom: 0;
  }
  .p-contact-form-submit-btn a, .p-contact-form-submit-btn button {
    width: 160px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 9px 0;
    border-radius: 6px;
  }
  .p-contact-form-confirm .p-contact-form-row {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .p-contact-form-confirm .p-contact-form-field {
    margin-left: 2px;
  }
}

/* keyframes
--------------------------------------------------------- */
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(0.001deg);
            transform: scale(1.1) rotate(0.001deg);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1.1) rotate(0.001deg);
            transform: scale(1.1) rotate(0.001deg);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate(20px);
            transform: translate(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate(20px);
            transform: translate(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.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;
}

/*.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;*/
}
