@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.fadeSimple {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.maskRight {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  clip-path: inset(0 0% 0 0);
}

.maskLeft {
  clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  clip-path: inset(0 0% 0 0);
}

.maskTop {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  clip-path: inset(0 0% 0 0);
}

.maskBottom {
  clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  clip-path: inset(0 0% 0 0);
}

.fadeDelay1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fadeDelay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fadeDelay3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fadeDelay4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@-webkit-keyframes scaleLoop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleLoop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  min-height: 100vh;
  color: #4d4d4d;
  background-color: #eaeaea;
  position: relative;
  line-height: 1.8;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-image: url("../images/bg_noise.jpg");
  background-size: 250px auto;
  background-repeat: repeat;
  background-position: center center;
}
body:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 650px;
  background-image: url("../images/bg_footer.jpg");
  background-size: 150px 100%;
  background-repeat: repeat-x;
  background-position: center bottom;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

.grecaptcha-badge {
  z-index: 2;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

.disable {
  pointer-events: none;
}

img {
  width: 100%;
}

/* header */
/* ============================================ */
header.whiteMode .logo svg {
  fill: #fff;
}
header.whiteMode nav .navList li a {
  color: #fff;
}
header.whiteMode nav .navList li.contact a {
  border-color: #fff;
}
header.whiteMode nav .navList li.contact a:hover {
  background-color: #000;
  color: #fff;
}
header.whiteMode nav .snsList li.instagram svg {
  fill: #fff;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  font-family: "urw-din", sans-serif;
  font-size: 12px;
  padding-top: 40px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.hide {
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
}
header.active {
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
          transform: translate(0, 0%);
  opacity: 1;
}
header.scrolled {
  padding-top: 20px;
}
header.scrolled nav {
  padding-top: 20px;
}
header #headerBox:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
header #headerBox {
  padding-left: 40px;
  padding-right: 40px;
}
header .logo {
  float: left;
}
header .logo a {
  /*
  			background-image:url("../images/img_logo.png");
  			background-size: contain;
  			background-repeat: no-repeat;
  			background-position: center center;
  			text-indent: -9999px;
  */
  display: inline-block;
  width: 85px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .logo a:hover {
  opacity: 0.6;
}
header .logo a svg {
  fill: #000;
  width: 100%;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav {
  float: right;
  padding-top: 20px;
  padding-top: 40px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav .navList {
  float: left;
}
header nav .navList li {
  float: left;
  margin-left: 40px;
  position: relative;
}
header nav .navList li a {
  letter-spacing: 0.1em;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav .navList li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #2c5556;
}
header nav .navList li a:hover:after {
  width: 100%;
}
header nav .navList li.contact a {
  border: 1px solid #333;
  padding: 8px 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav .navList li.contact a:hover {
  background-color: #000;
  color: #fff;
}
header nav .navList li.contact a:after {
  display: none;
}
header nav .snsList {
  float: left;
  margin-top: -3px;
  display: none !important;
}
header nav .snsList li {
  float: left;
  margin-left: 30px;
}
header nav .snsList li a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav .snsList li a:hover {
  opacity: 0.6;
}
header nav .snsList li.instagram a {
  /*
  					background-image:url("../images/ico_instagram.png");
  					background-size: 20px auto;
  					background-repeat: no-repeat;
  					background-position: center center;				
  					text-indent: -9999px;
  */
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 3px;
}
header nav .snsList li.instagram a svg {
  fill: #333;
  width: 22px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contentBox:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
.contentBox {
  padding-left: 150px;
  padding-right: 150px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contentBoxMini {
  padding-left: 50px;
  padding-right: 50px;
}

.secTtl {
  font-size: 16px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 130px;
  left: -60px;
  color: #fff;
  letter-spacing: 0.3em;
  white-space: nowrap;
}
.secTtl span {
  position: relative;
  z-index: 2;
  padding: 16px 0;
  color: #333;
}
.secTtl:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 7px;
  height: 100%;
  background-color: #ccc;
}

/* mainVisual */
/* ============================================ */
#mainVisual {
  padding-top: 200px;
  padding-bottom: 70px;
  background-image: url("../images/bg_main.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top -100px center;
  -webkit-transition: all 10.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 10.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisual.active {
  background-position: top 0 center;
}
#mainVisual .secTtl {
  opacity: 0;
  -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisual .secTtl.active {
  opacity: 1;
}
#mainVisual .secTtl span {
  color: #fff;
}
#mainVisual .secTtl:after {
  background-color: #2c5556;
}
#mainVisual .movieBox {
  position: relative;
}
#mainVisual .movieBox .movieLogo {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  opacity: 0;
  -webkit-transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisual .movieBox .movieLogo.active {
  opacity: 1;
}
#mainVisual .movieBox .movieLogo img {
  width: 15%;
}
#mainVisual .movieBox .movie {
  opacity: 0;
  -webkit-transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 3.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisual .movieBox .movie.active {
  opacity: 1;
}
#mainVisual .movieBox .movie video {
  width: 100%;
}

.sec {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}

.mainImg {
  position: relative;
  margin-bottom: 50px;
}
.mainImg.active .secTtl {
  opacity: 1;
}
.mainImg.active .img {
  opacity: 1;
}
.mainImg.active .overArea .sub {
  clip-path: inset(0 0% 0 0);
}
.mainImg.active .overArea .ttl {
  clip-path: inset(0 0% 0 0);
}
.mainImg .secTtl {
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 0;
}
.mainImg .overArea {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #fff;
  line-height: 1.3;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.mainImg .overArea .sub {
  font-size: 10px;
  font-family: "urw-din", sans-serif;
  display: table;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.mainImg .overArea .ttl {
  font-size: 22px;
  display: table;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.mainImg .img {
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.btnList:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
.btnList {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-bottom: 80px;
}
.btnList li {
  float: left;
  width: 33.33%;
  text-align: center;
  padding: 10px 0;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("../images/arr_right.png");
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 25px center;
}
.btnList li:hover {
  background-position: right 20px center;
}
.btnList li:hover span {
  opacity: 0.8;
}
.btnList li a {
  background-repeat: no-repeat;
  background-position: left 25px center;
  display: block;
  padding: 5px 0;
  border-right: 1px solid #ccc;
  font-size: 15px;
  font-weight: 500;
}
.btnList li a span {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btnList li span {
  padding: 5px 0;
}
.btnList li.btn01 a {
  background-image: url("../images/ico_cat01.png");
  background-size: 16px auto;
}
.btnList li.btn02 a {
  background-image: url("../images/ico_cat02.png");
  background-size: 38px auto;
}
.btnList li.btn03 a {
  background-image: url("../images/ico_cat03.png");
  background-size: 36px auto;
  border: none;
}
.btnList li.btn04 a span {
  background-image: url("../images/ico_contact.png");
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: left 0 center;
  padding-left: 60px;
  padding-right: 60px;
}
.btnList li.btn05 a span {
  background-image: url("../images/ico_price.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: left 0 center;
  padding-left: 50px;
  padding-right: 60px;
}

.btnList02 {
  margin-bottom: 0;
}
.btnList02 li {
  width: 50%;
  background-position: right 60px center;
}
.btnList02 li:hover {
  background-position: right 55px center;
}
.btnList02 li.btn05 a {
  border: none;
}

.workBox:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
.workBox {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #888;
}
.workBox:last-child {
  border: none;
  padding-bottom: 0;
}
.workBox.active .left {
  opacity: 1;
  top: 0;
}
.workBox.active .right {
  opacity: 1;
  top: 0;
}
.workBox .left {
  float: left;
  width: 50%;
  padding-left: 23px;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  opacity: 0;
  top: 20px;
}
.workBox .left .ttl {
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.workBox .left .ttl1 {
  background-image: url("../images/ico_cat01.png");
  background-size: 16px auto;
}
.workBox .left .ttl2 {
  background-image: url("../images/ico_cat02.png");
  background-size: 38px auto;
}
.workBox .left .ttl3 {
  background-image: url("../images/ico_cat04.png");
  background-size: 26px auto;
}
.workBox .left .ttl4 {
  background-image: url("../images/ico_cat03.png");
  background-size: 36px auto;
}
.workBox .left .ttl5 {
  background-image: url("../images/ico_cat05.png");
  background-size: 18px auto;
}
.workBox .left .pointImg img {
  width: 250px;
}
.workBox .left .pointImg1 {
  margin-bottom: 15px;
}
.workBox .right {
  float: right;
  font-size: 16px;
  width: 50%;
  padding-top: 5px;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  opacity: 0;
  top: 20px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.workBox .rightPadding {
  padding-top: 60px;
}

.canList li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.canList li .number {
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  margin-right: 20px;
  font-size: 16px;
  font-family: "urw-din", sans-serif;
}
.canList li .number:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  height: 15px;
  width: 1px;
  background-color: #aaa;
}
.canList li .desp .subDesp {
  font-size: 12px;
  color: #888;
}

.estimateBox {
  position: relative;
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.estimateBox a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.estimateBox a:hover {
  opacity: 0.6;
}
.estimateBox .overArea {
  position: absolute;
  left: 40px;
  top: 50px;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.estimateBox .overArea .sub {
  font-family: "urw-din", sans-serif;
  font-size: 10px;
}
.estimateBox .overArea .ttl {
  font-size: 22px;
}
.estimateBox .overArea2 {
  position: absolute;
  left: 40px;
  bottom: 25px;
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
}

.breadcrumb {
  font-size: 12px;
  padding: 160px 0 60px 0;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #666;
  font-weight: bold;
}

/* footer */
/* ============================================ */
footer:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
footer {
  padding: 0px 0 50px 0;
  /*
  	background-image:url("../images/bg_footer.jpg");
  	background-size: 20px 100%;
  	background-repeat: repeat-x;
  	background-position: center bottom;
  */
  letter-spacing: 0.1em;
}
footer .footerBox:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
footer .footerBox {
  margin-left: 50px;
  margin-right: 50px;
  border-top: 1px solid #999;
}
footer .logo {
  float: left;
  display: none;
}
footer .logo a {
  /*
  			background-image:url("../images/ft_logo.png");
  			background-size: contain;
  			background-repeat: no-repeat;
  			background-position: center center;

  			text-indent: -9999px;
  */
  display: inline-block;
  width: 85px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .logo a:hover {
  opacity: 0.6;
}
footer nav {
  padding-top: 20px;
  padding-top: 40px;
}
footer nav .navList:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
footer nav .navList {
  margin-bottom: 70px;
}
footer nav .navList li {
  float: left;
  margin-right: 40px;
  position: relative;
}
footer nav .navList li a {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 13px;
}
footer nav .navList li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #2c5556;
}
footer nav .navList li a:hover:after {
  width: 100%;
}
footer nav .navList li:last-child {
  margin-right: 0;
}
footer nav .navList li.contact a {
  border: 1px solid #fff;
  padding: 8px 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer nav .navList li.contact a:hover {
  background-color: #fff;
  color: #333333;
}
footer nav .navList li.contact a:after {
  display: none;
}
footer nav .contactBox {
  margin-bottom: 30px;
}
footer nav .contactBox a {
  background-color: #999;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer nav .contactBox a:hover {
  opacity: 0.6;
}
footer nav address {
  font-family: "urw-din", sans-serif;
  font-size: 13px;
  margin-bottom: 0px;
  letter-spacing: 0.05em;
}
footer nav .copyright {
  font-family: "urw-din", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
}

/* about */
/* ============================================ */
main.page {
  padding-top: 200px;
}

.aboutBox:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
.aboutBox {
  margin-bottom: 60px;
}
.aboutBox .left {
  float: left;
  width: 25%;
  font-weight: 500;
}
.aboutBox .right {
  float: right;
  width: 75%;
}

.companyList li:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
.companyList li {
  margin-bottom: 30px;
}
.companyList li .ttl {
  float: left;
  width: 250px;
  font-weight: 500;
}
.companyList li .desp {
  float: left;
  width: calc(100% - 250px);
}

.profileBox:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
.profileBox {
  padding-top: 60px;
}
.profileBox .left {
  float: left;
  width: calc(25% + 250px);
}
.profileBox .left .ttl {
  font-weight: bold;
  margin-bottom: 30px;
}
.profileBox .right {
  float: right;
  width: calc(75% - 250px);
}
.profileBox .right img {
  width: 220px;
}

.contactBox {
  position: relative;
}
.contactBox .contactForm:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}
.contactBox .contactForm {
  width: 100%;
  float: left;
}
.contactBox .contactForm .left {
  line-height: 1.4;
  float: left;
  width: 25%;
}
.contactBox .contactForm .left .sub {
  font-family: "urw-din", sans-serif;
  font-size: 12px;
}
.contactBox .contactForm .left .ttl {
  font-size: 22px;
}
.contactBox .contactForm .right {
  float: right;
  width: 75%;
}
.contactBox .contactForm .right .desp {
  margin-bottom: 30px;
  font-size: 13px;
}
.contactBox .contactForm .right .formBox {
  margin-bottom: 30px;
}
.contactBox .contactForm .right .formBox .ttl {
  margin-bottom: 5px;
  font-weight: 500;
}
.contactBox .contactForm .right .formBox input {
  border-bottom: 1px solid #ccc;
  border: 1px solid #ccc;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px 10px;
}
.contactBox .contactForm .right .formBox textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 4px 10px;
}
.contactBox .contactForm .right .sendBtn input {
  border: 1px solid #333;
  padding: 15px 80px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contactBox .contactForm .right .sendBtn input:hover {
  background-color: #333;
  color: #fff;
}

.coming {
  height: 450px;
  text-align: center;
  padding-top: 240px;
  font-family: "urw-din", sans-serif;
}

.brandBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.brandBox .img {
  width: 53%;
}
.brandBox .despArea {
  width: calc(47% - 30px);
  position: relative;
}
.brandBox .despArea .mainTtl {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0.16em;
}
.brandBox .despArea .mainDesp {
  line-height: 2;
  font-size: 14px;
  padding-top: 10px;
  letter-spacing: 0.08em;
}
.brandBox .despArea .down {
  width: 100%;
  padding-top: 40px;
}
.brandBox .despArea .down.sticky {
  position: absolute;
  bottom: 0;
}
.brandBox .despArea .furigana {
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

a.instagramBtn {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: -10px;
  background-image: url("../images/ico_instagram_black2.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  margin-bottom: 10px;
}

a.onlineBtn {
  display: block;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url(../images/arr_more.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-position: right 70px center;
  text-align: center;
  padding: 17px 0;
  letter-spacing: 0.1em;
}
a.onlineBtn span {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.onlineBtn:hover {
  background-position: right 65px center;
}
a.onlineBtn:hover span {
  opacity: 0.8;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none !important;
  }
  .onlySp {
    display: block !important;
  }
  #button_container {
    display: block;
  }
  .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentBoxMini {
    padding-left: 20px;
    padding-right: 20px;
  }
  header {
    padding-top: 20px;
    position: absolute;
  }
  header #headerBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo a {
    width: 65px;
  }
  header nav {
    display: none;
  }
  #mainVisual {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  #mainVisual .movieBox .movie video {
    height: calc(100vh - 172px);
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #mainVisual .movieBox .movieLogo img {
    width: 30%;
  }
  .brandBox {
    display: block;
  }
  .brandBox .img {
    width: auto;
    padding: 40px 0 15px 0;
  }
  .brandBox .despArea {
    width: auto;
  }
  .brandBox .despArea .mainTtl {
    font-size: 20px;
  }
  .brandBox .despArea .down {
    position: relative;
    bottom: initial;
    padding-top: 0;
  }
  .brandBox .despArea .mainDesp {
    font-size: 12px;
  }
  .btnList li {
    float: none;
    width: auto;
    border-bottom: 1px dotted #aaa;
  }
  .btnList li a {
    border: none;
    text-align: left;
    padding-left: 90px;
    background-position: left 5px center;
  }
  .btnList li:last-child {
    border: none;
  }
  .btnList li.btn01 a {
    background-position: left 12px center;
  }
  .btnList li.btn04 a {
    background-image: url("../images/ico_contact.png");
    background-size: 32px auto;
    background-repeat: no-repeat;
    background-position: left 5px center;
  }
  .btnList li.btn04 a span {
    padding-left: 0;
    padding-right: 0;
    background-image: none;
  }
  .btnList li.btn05 a {
    background-image: url("../images/ico_price.png");
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: left 7px center;
  }
  .btnList li.btn05 a span {
    padding-left: 0;
    padding-right: 0;
    background-image: none;
  }
  .btnList02 li {
    background-position: right 25px center;
  }
  .mainImg {
    margin-bottom: 30px;
  }
  .mainImg .overArea {
    left: 30px;
  }
  .mainImg .overArea .ttl {
    font-size: 18px;
  }
  .workBox {
    border: none;
  }
  .workBox .left {
    float: none;
    width: auto;
    padding-left: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
  }
  .workBox .left .ttl {
    margin-bottom: 5px;
    padding-left: 48px;
  }
  .workBox .left .ttl1 {
    background-position: left 10px center;
  }
  .workBox .left .pointImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  .workBox .left .pointImgBox .pointImg {
    width: calc(50% - 5px);
    overflow: hidden;
  }
  .workBox .left .pointImgBox .pointImg img {
    width: 100%;
  }
  .workBox .right {
    float: none;
    width: auto;
  }
  .workBox .rightPadding {
    padding-top: 0;
  }
  #workBox04 {
    margin-bottom: 0;
  }
  #workBox04 .left {
    border: none;
    margin-bottom: 0;
  }
  .canList {
    margin-left: 5px;
  }
  .canList li {
    margin-bottom: 8px;
  }
  .canList li .desp {
    font-size: 14px;
  }
  .canList li .desp .subDesp {
    text-align: justify;
    line-height: 1.6;
  }
  .canList li .desp .subDesp br {
    display: none;
  }
  .canList li .all {
    font-size: 14px;
  }
  .sec {
    padding-top: 80px;
  }
  .estimateBox {
    margin-bottom: 30px;
  }
  .estimateBox .overArea {
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .estimateBox .overArea .ttl {
    font-size: 18px;
  }
  .estimateBox .overArea2 {
    display: none;
  }
  .estimateBox .img img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .breadcrumb {
    padding-top: 100px;
  }
  footer .footerBox {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .logo {
    float: none;
  }
  footer .logo a {
    width: 120px;
  }
  footer nav {
    float: none;
    padding-top: 40px;
  }
  footer nav .navList {
    margin-bottom: 30px;
  }
  footer nav .navList li {
    margin-right: 15px;
  }
  footer nav .navList li:last-child {
    margin-right: 0;
  }
  footer nav address {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  body:after {
    height: 820px;
  }
  main.page {
    padding-top: 150px;
  }
  .aboutBox .left {
    float: none;
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .aboutBox .right {
    float: none;
    width: auto;
    font-size: 14px;
    text-align: justify;
  }
  .companyList li .ttl {
    width: 110px;
  }
  .companyList li .desp {
    width: calc(100% - 110px);
  }
  .profileBox {
    padding-top: 0;
  }
  .profileBox .right {
    margin-bottom: 40px;
    float: none;
  }
  .profileBox .left .ttl {
    margin-bottom: 10px;
  }
  .profileBox .left .desp {
    text-align: justify;
    font-size: 13px;
  }
  .contactBox .contactForm .left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .contactBox .contactForm .right {
    float: none;
    width: auto;
  }
  .coming {
    padding-top: 90px;
    height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */