@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul li, ol li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
}

/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/*---------------------------------------
font family
---------------------------------------*/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

base

***************************************/
/*---------------------------------------
HTML要素のデフォルト設定
---------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "UniversLTPro-55Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

html {
  margin: 0 !important;
}
html.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-width: 1160px;
  text-rendering: optimizeSpeed;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  letter-spacing: 0;
  word-wrap: break-word;
  position: relative;
  color: #3c3c3c;
  background-color: #ffffff;
  font-family: "UniversLTPro-55Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3c3c3c;
}

/*---------------------------------------
.inner
---------------------------------------*/
.inner {
  width: 1100px;
  margin: 0 auto;
}

/* img要素の扱いを簡単にする */
img {
  /* max-width: 100%; */
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

/*リンク*/
a {
  text-decoration: none;
  word-wrap: break-word;
  display: block;
  color: #3c3c3c;
}
a:hover {
  opacity: 0.7;
}

a,
img,
a img {
  border: none;
  border: 0px;
  outline: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

small,
picture,
button {
  display: block;
}

/* IE11でmainタグを使うための設定 */
main {
  display: block;
}

/***************************************

anim

***************************************/
.Animate {
  visibility: hidden;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.Animate.Animated {
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.fadeInBlur {
  -webkit-animation-name: fadeInBlur;
  animation-name: fadeInBlur;
}

@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.blurOut {
  -webkit-animation-name: blurOut;
  animation-name: blurOut;
}

@-webkit-keyframes blurOut {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(30);
            transform: scale(30);
  }
}
@keyframes blurOut {
  0% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-filter: blur(3px);
            filter: blur(3px);
    -webkit-transform: scale(30);
            transform: scale(30);
  }
}
@-webkit-keyframes blurOutSp {
  0% {
    -webkit-filter: blur(0.5333333333vw);
            filter: blur(0.5333333333vw);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-filter: blur(0.5333333333vw);
            filter: blur(0.5333333333vw);
    -webkit-transform: scale(20);
            transform: scale(20);
  }
}
@keyframes blurOutSp {
  0% {
    -webkit-filter: blur(0.5333333333vw);
            filter: blur(0.5333333333vw);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-filter: blur(0.5333333333vw);
            filter: blur(0.5333333333vw);
    -webkit-transform: scale(20);
            transform: scale(20);
  }
}
/***************************************

helper

***************************************/
/* display */
.SP {
  display: none !important;
}

.PC {
  display: block !important;
}

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

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

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

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

::placeholder {
  color: #cccccc;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #cccccc;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #cccccc;
}

/***************************************

header

***************************************/
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  padding: 35px 52px 0 45px;
}
header .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .flex_wrap h1 svg {
  width: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .flex_wrap h1 svg path {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #3C3C3C;
}
header .flex_wrap #hamburger .menu_btn {
  height: 16px;
  width: 30px;
  cursor: pointer;
  position: relative;
}
header .flex_wrap #hamburger .menu_btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3c3c3c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}
header .flex_wrap #hamburger .menu_btn span.bar_top {
  top: 0;
}
header .flex_wrap #hamburger .menu_btn span.bar_middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .flex_wrap #hamburger .menu_btn span.bar_bottom {
  bottom: 0;
}
header .flex_wrap #hamburger.open .menu_btn {
  height: 22px;
}
header .flex_wrap #hamburger.open .menu_btn span.bar_top {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
header .flex_wrap #hamburger.open .menu_btn span.bar_middle {
  opacity: 0;
}
header .flex_wrap #hamburger.open .menu_btn span.bar_bottom {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

#menu {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
#menu ul li {
  text-align: right;
  padding: 30px 0 0;
  opacity: 0;
}
#menu ul li:first-child {
  padding: 0;
}
#menu ul li a {
  display: block;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-family: "UniversLTPro-45Light";
}
#menu .close_menu {
  cursor: pointer;
}
#menu .close_menu:hover {
  opacity: 0.7;
}
#menu .close_menu svg line {
  stroke: #3C3C3C;
}
#menu .close_menu svg polyline {
  stroke: #3C3C3C;
}
#menu.on {
  display: block;
}

/***************************************

footer

***************************************/
/***************************************
block
*************************************/
/***************************************

parts

***************************************/
/***************************************

main

***************************************/
/*---------------------------------------
base
---------------------------------------*/
/*---------------------------------------
structures
---------------------------------------*/
/*---------------------------------------
components
---------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 3.6vw;
    min-height: 100%;
    padding: 14.8vw 0 0;
  }
  .inner {
    width: 86.6666666667vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .blurOut {
    -webkit-animation-name: blurOutSp;
    animation-name: blurOutSp;
  }
  .SP {
    display: block !important;
  }
  .PC {
    display: none !important;
  }
  header {
    background-color: #fff;
    padding: 4.6666666667vw 5.6vw 4.1333333333vw;
    z-index: 101;
  }
  header .flex_wrap h1 svg {
    width: 26.6666666667vw;
  }
  header .flex_wrap #hamburger .menu_btn {
    width: 7.2vw;
    height: 4.2666666667vw;
  }
  header .flex_wrap #hamburger .menu_btn span {
    height: 0.2666666667vw;
  }
  header .flex_wrap #hamburger.open .menu_btn {
    height: 5.3333333333vw;
  }
  header .flex_wrap #hamburger.open .menu_btn span.bar_top {
    -webkit-transform: translateY(2.5333333333vw) rotate(45deg);
            transform: translateY(2.5333333333vw) rotate(45deg);
  }
  header .flex_wrap #hamburger.open .menu_btn span.bar_bottom {
    -webkit-transform: translateY(-2.5333333333vw) rotate(-45deg);
            transform: translateY(-2.5333333333vw) rotate(-45deg);
  }
  #menu {
    width: 66vw;
    max-height: calc(100vh - 14.8vw);
    overflow: scroll;
    top: 14.2666666667vw;
    right: 0;
    background-color: #fff;
    -webkit-transform: none;
            transform: none;
    padding: 29.7333333333vw 6.6666666667vw 6.6666666667vw 0;
    -webkit-box-shadow: -5px 5px 30px 0px rgba(0, 0, 0, 0.12);
            box-shadow: -5px 5px 30px 0px rgba(0, 0, 0, 0.12);
  }
  #menu ul li {
    padding: 6.6666666667vw 0 0;
  }
  #menu ul li a {
    font-size: 4.5333333333vw;
  }
  #menu .close_menu {
    margin: 24vw 0 0 6.6666666667vw;
  }
  #menu .close_menu svg {
    width: 16.6666666667vw;
    height: auto;
  }
}
/*# sourceMappingURL=main.css.map */
