@charset "UTF-8";
/* 汎用クラス */
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes fadeinup2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0px, 30px);
            transform: translate(0px, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes blurAnime {
  from {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blurAnime {
  from {
    opacity: 1;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  color: #000;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", "serif";
  font-size: 1rem;
  letter-spacing: .05em;
}
@media only screen and (max-width: 768px) {
  body {
    letter-spacing: .5px;
  }
}
body.b-fixed {
  position: fixed;
  width: 100%;
}

body, * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  font-size: 14px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.7;
    font-size: 14px;
  }
}

a {
  color: #000;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  outline: none;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  padding: 0 10px;
}
input[type="text"]:placeholder-shown, input[type="email"]:placeholder-shown, input[type="tel"]:placeholder-shown, textarea:placeholder-shown {
  color: #555;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #C9A063;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

select {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  outline: none;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #251e1c;
  background: #fff url(../images/dropdown.svg) no-repeat right 15px center;
  padding: 0 30px 0 10px;
}
select:placeholder-shown {
  color: #555;
}
select::-webkit-input-placeholder {
  color: #555;
}
select:-moz-placeholder {
  color: #555;
}
select::-moz-placeholder {
  color: #555;
}
select:-ms-input-placeholder {
  color: #555;
}

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

input[type="text"], input[type="email"], input[type="tel"], select {
  height: 50px;
}

textarea {
  padding: 10px;
}

button,
input[type="submit"],
input[type="button"] {
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
  figure img {
    width: 100%;
  }
}

.animation {
  opacity: 0;
}

.animated {
  opacity: 0;
}
.animated.fadein {
  -webkit-animation: fadein 1s ease-in 0s 1 forwards;
  animation: fadein 1s ease-in 0s 1 forwards;
}
.animated.fadeinup {
  -webkit-animation: fadeinup 1s ease-in 0s 1 forwards;
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.animated.blurAnime {
  -webkit-animation: blurAnime 1s ease-in 0s 1 forwards;
  animation: blurAnime 1s ease-in 0s 1 forwards;
}

.date {
  font-weight: 300 !important;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.main_contents {
  font-size: 14px;
  width: 100%;
  padding-top: 0;
}
.scrolled .main_contents {
  padding-top: 84px;
}
@media only screen and (max-width: 768px) {
  .main_contents {
    padding-top: 64px;
  }
  .scrolled .main_contents {
    padding-top: 64px;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: inherit;
  }
}

.inner {
  margin: 0 auto;
  width: 90%;
}

.box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .box_flex {
    display: block;
  }
}

.btn_more {
  font-family: 'Aldrich', sans-serif;
  line-height: 1;
  font-size: 10px;
  letter-spacing: .2rem;
  letter-spacing: .2rem;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000));
  background-image: linear-gradient(to bottom, #323232, #000);
  padding: 20px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-align: center;
  width: 200px;
  position: relative;
  color: #fff;
}
.btn_more img {
  width: 5px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .btn_more {
    width: 200px;
  }
}
.btn_more span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn_more .arrow {
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: right, opacity;
  right: 0;
}
.btn_more:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0);
}
.btn_more:hover .arrow {
  opacity: 1;
  right: -20px;
}

.read_more {
  line-height: 1;
  font-size: 12px;
  letter-spacing: .1rem;
  display: block;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-align: center;
  position: relative;
}
.read_more span {
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  will-change: transform;
}
.read_more span:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border: 4px solid transparent;
  border-right: 0;
  border-left: 5px solid #fff;
  right: 0;
}
.read_more:hover span {
  -webkit-transform: translate3d(-1rem, 0, 0);
          transform: translate3d(-1rem, 0, 0);
}
.read_more:hover span:after {
  opacity: 1;
  right: -1.2rem;
}

figure img {
  width: 100%;
}

.timeline {
  position: relative;
}

.border-line {
  position: absolute;
  left: 5vw;
  z-index: 2;
  top: 100px;
  width: 0.5px;
  height: 0;
  background: #fff;
  max-height: calc(88% - 100px);
}
.border-line b {
  color: #fff;
  font-size: 10px;
  -webkit-transform: translate(-50%, -250%) rotate(90deg);
          transform: translate(-50%, -250%) rotate(90deg);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .border-line {
    left: 3vw;
    max-height: calc(90% - 40px);
  }
  .border-line b {
    font-size: 8px;
  }
}
.border-line:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -6px;
  width: 0.5px;
  height: 20px;
  background: #eee;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

/*
.menu_contents .border-line,
#secService .border-line,
.blog_contents .border-line,
.item_contents .border-line,
#secConcept .border-line,
#service .border-line,
#secBlog .border-line,
#secItem .border-line,
#contact .border-line {
  position: absolute;
  left: 5vw;
  z-index: 2;
  top: 100px;
  width: 0.5px;
  height: 0;
  background: #fff;
  max-height: calc(88% - 100px);
}
.menu_contents .border-line b,
#secService .border-line b,
.blog_contents .border-line b,
.item_contents .border-line b,
#secConcept .border-line b,
#service .border-line b,
#secBlog .border-line b,
#secItem .border-line b,
#contact .border-line b {
  color: #fff;
  font-size: 10px;
  -webkit-transform: translate(-50%, -250%) rotate(90deg);
          transform: translate(-50%, -250%) rotate(90deg);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .menu_contents .border-line,
  #secService .border-line,
  .blog_contents .border-line,
  .item_contents .border-line,
  #secConcept .border-line,
  #service .border-line,
  #secBlog .border-line,
  #secItem .border-line,
  #contact .border-line {
    left: 3vw;
    max-height: calc(90% - 40px);
  }
  .menu_contents .border-line b,
  #secService .border-line b,
  .blog_contents .border-line b,
  .item_contents .border-line b,
  #secConcept .border-line b,
  #service .border-line b,
  #secBlog .border-line b,
  #secItem .border-line b,
  #contact .border-line b {
    font-size: 8px;
  }
} */


/*----------------------------------------------------
	#header
----------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#header .wrap_header {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  #header .wrap_header {
    height: 80px;
    padding: 0;
    background-color: #000;
  }
}
#header .logo {
  margin-right: auto;
  background-color: #000;
  height: 250px;
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
#header .logo a:hover {
  opacity: .5;
}
#header .logo img {
  width: 150px;
  height: auto;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    margin-top: 0;
    margin-left: auto;
    width: 120px;
    height: 80px;
  }
  #header .logo img {
    width: 94px;
  }
}
@media only screen and (min-width: 769px) {
  .scrolled #header {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .scrolled #header .wrap_header {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .scrolled #header .logo {
    height: 100px;
  }
  .scrolled #header .logo img {
    width: 115px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
}
@media only screen and (max-width: 768px) {
  #header nav {
    position: fixed;
  }
  #header nav.head_animation {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    z-index: 99999;
    padding-bottom: 80px;
    background: #000;
  }
}
@media only screen and (max-width: 768px) {
  #header nav.hide {
    opacity: 0;
    visibility: hidden !important;
    overflow: hidden !important;
  }
}
#header .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-right: 10vw;
}
#header .gnavi li {
  text-align: center;
  margin-left: 12px;
}
#header .gnavi li a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  min-width: 70px;
  padding: 0 14px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 50px;
  letter-spacing: .05em;
  font-size: 11px;
}
#header .gnavi li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 12px;
  background: url(../images/wing.png) center no-repeat;
  background-size: auto 100%;
  bottom: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#header .gnavi li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (min-width: 769px) {
  #header .gnavi li a.selected {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  #header .gnavi li a.selected:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 12px;
    background: url(../images/wing.png) center;
    background-size: contain;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 768px) {
  #header .gnavi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 20px;
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #header .gnavi li {
    width: 100%;
    margin: 8px 0;
  }
  #header .gnavi li a {
    width: 100%;
    font-size: 32px;
  }
}
@media only screen and (min-width: 769px) {
  .scrolled #header .gnavi li a {
    line-height: 40px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
  }
  .scrolled #header .gnavi li a.selected:after {
    height: 12px;
  }
}
#header #menu-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header #menu-btn {
    display: block;
    height: 80px;
    text-align: center;
    width: 80px;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
  }
}
#header #menu-btn .trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 16px;
  margin-top: 30px;
}
#header #menu-btn .trigger span {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background: #C9A063;
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
}
#header #menu-btn .trigger span:nth-of-type(1) {
  top: 1px;
}
#header #menu-btn .trigger span:nth-of-type(2) {
  top: 7px;
}
#header #menu-btn .trigger span:nth-of-type(3) {
  bottom: 1px;
}
#header #menu-btn .trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}
#header #menu-btn .trigger.active span:nth-of-type(2) {
  left: 10px;
  opacity: 0;
}
#header #menu-btn .trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 6px;
}

/*----------------------------------------------------
	#CONTACT
----------------------------------------------------*/
#contact {
  background-color: #000;
  position: relative;
  z-index: 2;
}
#contact .timeline {
  padding-left: 10vw;
}
#contact .timeline .border-line {
  max-height: calc(100% - 100px);
}
#contact h2 {
  padding: 30px 10vw 20px 0;
  text-align: center;
  background-color: #C9A063;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #contact h2 img {
    height: 8.7179487179vw;
  }
}
#contact #gmap {
  overflow: hidden;
  height: 480px;
  position: relative;
  display: block;
}
#contact #gmap iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #contact #gmap {
    height: 66vmin;
  }
}
#contact .contact_contents {
  padding-left: 10vw;
}
@media only screen and (max-width: 768px) {
  #contact .contact_contents {
    padding-left: 0;
  }
}
#contact .contact_contents .contact_info {
  padding: 0 0 60px;
  background-image: linear-gradient(-45deg, #AA7E34, #AA7E34 25%, #B69051 50%, #BE9C64 75%, #C1A16B 100%);
}
#contact .contact_contents .contact_info h3 {
  text-align: center;
  font-size: 14px;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  #contact .contact_contents .contact_info h3 {
    padding: 0 20px 32px;
  }
}
#contact .contact_contents .contact_info .contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10vw;
}
#contact .contact_contents .contact_info .contact_inner .logo_company {
  width: 60%;
  text-align: center;
  padding-right: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .contact_contents .contact_info .contact_inner .logo_company figure {
  margin-bottom: 45px;
}
#contact .contact_contents .contact_info .contact_inner .logo_company .shop_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px 0;
  margin-top: auto;
}
#contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .logo {
  margin-right: 20px;
}
#contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .shopdata_cnt p {
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .shopdata_cnt .tel_no {
  font-family: "Roboto Slab", serif;
  font-size: 33px;
  font-weight: 500;
}
#contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .shopdata_cnt .tel_no b {
  font-size: 33px;
}
#contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .shopdata_cnt .tel_no:before {
  content: "";
  display: block;
  height: 5px;
  margin: 10px 0;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(-40deg, transparent, transparent 2px, black 2px, black 4px);
}
@media only screen and (max-width: 768px) {
  #contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .shopdata_cnt .tel_no {
    font-size: 20px;
  }
  #contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .shopdata_cnt .tel_no b {
    font-size: 30px;
  }
}
#contact .contact_contents .contact_info .contact_inner .contact_form {
  padding-left: 1vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li + li {
  margin-top: 20px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li div label {
  background-color: #000;
  text-align: center;
  width: 70px;
  line-height: 1;
  padding-top: 10px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li div label b {
  color: #C9A063;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li div label span {
  font-size: 8px;
  color: #fff;
  letter-spacing: 0;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li div input[type="text"], #contact .contact_contents .contact_info .contact_inner .contact_form ul li div input[type="email"], #contact .contact_contents .contact_info .contact_inner .contact_form ul li div select, #contact .contact_contents .contact_info .contact_inner .contact_form ul li div textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #000;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li div input[type="text"], #contact .contact_contents .contact_info .contact_inner .contact_form ul li div input[type="email"], #contact .contact_contents .contact_info .contact_inner .contact_form ul li div select {
  height: 50px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li div textarea {
  height: 200px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form ul li p {
  color: #db000e;
  font-weight: 600;
}
#contact .contact_contents .contact_info .contact_inner .contact_form .btn_more {
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form .reserve_blk .btn_reserve {
  color: #fff;
  display: block;
  background-image: url(../images/bg_stripe.png), -webkit-gradient(linear, left top, left bottom, from(#323232), to(#000));
  background-image: url(../images/bg_stripe.png), linear-gradient(to bottom, #323232, #000);
  background-repeat: repeat;
  text-align: center;
  padding: 32px 20px;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 12px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form .reserve_blk .btn_reserve span {
  margin-right: 10px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form .reserve_blk .btn_reserve svg {
  vertical-align: -3px;
}
#contact .contact_contents .contact_info .contact_inner .contact_form .reserve_blk .btn_reserve svg .win_open {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact .contact_contents .contact_info .contact_inner .contact_form .reserve_blk .btn_reserve:hover {
  color: #C9A063;
}
#contact .contact_contents .contact_info .contact_inner .contact_form .reserve_blk .btn_reserve:hover .win_open {
  fill: #C9A063;
}
@media only screen and (max-width: 768px) {
  #contact .contact_contents .contact_info {
    padding: 40px 5%;
  }
  #contact .contact_contents .contact_info .contact_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 0;
  }
  #contact .contact_contents .contact_info .contact_inner .logo_company {
    padding-right: 0;
    border: 0;
    margin-bottom: 32px;
    margin-top: 40px;
    width: 100%;
  }
  #contact .contact_contents .contact_info .contact_inner .logo_company figure {
    margin-bottom: 20px;
  }
  #contact .contact_contents .contact_info .contact_inner .logo_company .shop_data {
    display: block;
    padding-top: 0;
  }
  #contact .contact_contents .contact_info .contact_inner .logo_company .shop_data .logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#323232));
  background-image: linear-gradient(to right, #000, #323232);
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
#footer .foot_top {
  padding-top: 32px;
  text-align: left;
}
#footer .foot_top .tel_box li {
  display: inline-block;
}
#footer .foot_top .tel_box li a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .foot_top {
    text-align: center;
  }
}
#footer .footer_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
}
#footer .footer_btm .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer_btm .sns_link li {
  margin-right: 20px;
}
#footer .footer_btm .copyright {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  #footer .footer_btm {
    display: block;
    padding: 16px 0 32px;
  }
  #footer .footer_btm .sns_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
  #footer .footer_btm .copyright {
    font-size: 10px;
  }
}

/*----------------------------------------------------
	SERVICE
----------------------------------------------------*/
.service_link {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .service_link {
    padding: 40px 0;
  }
}
.service_link .service_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .service_link .service_inner {
    display: block;
  }
}
.service_link .service_inner.animated {
  opacity: 1;
}
.service_link .service_inner.animated figure {
  opacity: 0;
}
.service_link .service_inner.animated figure:nth-of-type(1) {
  -webkit-animation: fadeinup 1s ease-in 0s 1 forwards;
  animation: fadeinup 1s ease-in 0s 1 forwards;
}
.service_link .service_inner.animated figure:nth-of-type(2) {
  -webkit-animation: fadeinup 1s ease-in 0.4s 1 forwards;
  animation: fadeinup 1s ease-in 0.4s 1 forwards;
}
.service_link .service_inner.animated figure:nth-of-type(3) {
  -webkit-animation: fadeinup 1s ease-in 0.8s 1 forwards;
  animation: fadeinup 1s ease-in 0.8s 1 forwards;
}
.service_link .service_inner figure {
  width: 33%;
  position: relative;
}
.service_link .service_inner figure img {
  width: 100%;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
@media only screen and (max-width: 768px) {
  .service_link .service_inner figure {
    /* width: 32%; */
    width: 100%;
    /* height: 38.4269662921vw; */
    height: 53vw;
    overflow: hidden;
  }
}
.service_link .service_inner a {
  position: relative;
  display: block;
  padding-bottom: 50px;
}
.service_link .service_inner a:before {
  content: "";
  display: block;
  width: 108px;
  height: 94px;
  position: absolute;
  left: calc(50% - 54px);
  z-index: 1;
  top: 33%;
}
.service_link .service_inner a .arrow {
  position: absolute;
  bottom: 1%;
  display: block;
  color: #fff;
  font-family: 'Aldrich', sans-serif;
  font-size: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  margin-top: 20px;
  letter-spacing: .1rem;
}
@media only screen and (max-width: 768px) {
  .service_link .service_inner a .arrow {
    top: 51%;
    bottom: 0;
    z-index: 1;
  }
}
.service_link .service_inner a .arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: 50%;
  bottom: -20px;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .service_link .service_inner a .arrow:after {
    top: 17%;
  }
}
.service_link .service_inner a:hover .arrow {
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}
.service_link .service_inner a .service_cnt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  text-align: center;
  left: 0;
  width: 100%;
  top: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 50%;
}
.service_link .service_inner a .service_no {
  background: url(../images/index/service_point.png?v2) no-repeat center top;
  color: #C9A063;
  font-size: 53px;
  font-family: "Parisienne", sans-serif;
  padding-top: 36px;
  line-height: 1;
  padding-right: 10px;
  display: block;
  width: 100%;
}
.service_link .service_inner a .service_name {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
}
@media only screen and (max-width: 768px) {
  .service_link .service_inner a .service_cnt {
    /* bottom: 0; */
    bottom: 17%;
  }
  .service_link .service_inner a .service_no {
    background: url(../images/index/service_point@2x.png) no-repeat center top;
    background-size: contain;
    padding-top: 5vw;
    padding-right: 0;
    font-size: 6vw;
    margin-top: -70px;
    margin-bottom: 20px;
  }
  .service_link .service_inner a .service_name {
    font-size: 3vw;
    top: 62%;
  }
}

@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*----------------------------------------------------
	pagination
----------------------------------------------------*/
.pagination-wrapper {
  margin: 20px 0;
}
.pagination-wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-wrapper .pagination .page-numbers {
  margin: 0 12px;
}
.pagination-wrapper .pagination .prev, .pagination-wrapper .pagination .next {
  position: relative;
  width: 12px;
  height: 12px;
}
.pagination-wrapper .pagination .prev:before, .pagination-wrapper .pagination .next:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  top: calc(50% - 6px);
  position: absolute;
}
.pagination-wrapper .pagination .prev:before {
  border-right: 8px solid #000;
  left: 0;
}
.pagination-wrapper .pagination .next:before {
  border-left: 8px solid #000;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .pagination-wrapper {
    padding: 0 5%;
  }
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/
#pageTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 50px;
}
#pageTop a {
  background: #000;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
}
#pageTop a:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: calc(50% - 9px);
  top: 40%;
}
#pageTop a:hover {
  opacity: .6;
}
@media only screen and (max-width: 768px) {
  #pageTop {
    right: 0;
    bottom: 0;
  }
}

/*----------------------------------------------------
	404 Not Found
----------------------------------------------------*/
.blk_404 {
  position: relative;
}
.blk_404 .column_404 {
  text-align: center;
  padding: 64px 20px;
}
.blk_404 .column_404 h2 {
  color: #C9A063;
  font-size: 32px;
  font-weight: bold;
}
.blk_404 .column_404 h3 {
  color: #ccc;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blk_404 .column_404 p {
  margin-bottom: 24px;
}
.blk_404 .column_404 .btn_back a {
  background: #fff;
  border: 1px solid #C9A063;
  display: block;
  width: 280px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 15px;
  color: #C9A063;
  height: 56px;
  line-height: 56px;
}
.blk_404 .column_404 .btn_back a:hover {
  background: #C9A063;
  color: #fff;
}
