@charset "UTF-8";
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

h4 {
  margin: 0; }

h5 {
  margin: 0; }

h6 {
  margin: 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 0; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: bottom; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0;
  padding: 0; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

em {
  font-style: normal; }

address {
  font-style: normal; }

aside.memo {
  position: absolute;
  right: -1em;
  top: -1em;
  display: block;
  padding: 12px;
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px; }

/*
@font-face {
	font-family: TsukuGoPro-D;
	src: url("../fonts/FOT-TsukuGoPro-D.otf") format("opentype");
}
@font-face {
	font-family: TsukuGoPro-E;
	src: url("../fonts/FOT-TsukuGoPro-E.otf") format("opentype");
}
@font-face {
	font-family: "Verlag A";
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/Verlag-Bold.otf") format("opentype");
}
@font-face {
	font-family: "Verlag B";
	font-weight: 700;
	font-style: normal;
	src: url("../fonts/Verlag-Bold.otf") format("opentype");
}
@font-face {
	font-family: "Verlag A";
	font-weight: 800;
	font-style: normal;
	src: url("../fonts/Verlag-Black.otf") format("opentype");
}
@font-face {
	font-family: "Verlag B";
	font-weight: 800;
	font-style: normal;
	src: url("../fonts/Verlag-Black.otf") format("opentype");
}
*/
/*
.dummy {
	position: relative;
	height: 5000px;
}
.dummy-img {
	@include pos( absolute, "lt", 50%, 0 );
	margin-left: -512.5px;
	z-index: -1;
	opacity: 0.25;
}
*/
body {
  min-width: 1220px;
  font-family: "FOT-筑紫ゴシック Pro D", TsukuGoPro-D;
  font-size: 15px;
  -webkit-text-size-adjust: 100%; }
  @media screen and (max-width: 720px) {
    body {
      min-width: 0;
      font-size: 13px; } }

a {
  color: #197bcf;
  text-decoration: none; }
  a:hover {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)"; }
  @media screen and (max-width: 720px) {
    a:hover {
      opacity: 1;
      -ms-filter: "alpha(opacity=100)"; } }

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

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

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

.mt-1 {
  margin-top: 8px !important; }
  @media screen and (max-width: 720px) {
    .mt-1 {
      margin-top: 4px !important; } }

.mt-2 {
  margin-top: 16px !important; }
  @media screen and (max-width: 720px) {
    .mt-2 {
      margin-top: 8px !important; } }

.mt-3 {
  margin-top: 24px !important; }
  @media screen and (max-width: 720px) {
    .mt-3 {
      margin-top: 12px !important; } }

.mt-4 {
  margin-top: 32px !important; }
  @media screen and (max-width: 720px) {
    .mt-4 {
      margin-top: 16px !important; } }

.mt-5 {
  margin-top: 40px !important; }
  @media screen and (max-width: 720px) {
    .mt-5 {
      margin-top: 20px !important; } }

.mt-6 {
  margin-top: 48px !important; }
  @media screen and (max-width: 720px) {
    .mt-6 {
      margin-top: 24px !important; } }

.mt-7 {
  margin-top: 56px !important; }
  @media screen and (max-width: 720px) {
    .mt-7 {
      margin-top: 28px !important; } }

.mt-8 {
  margin-top: 64px !important; }
  @media screen and (max-width: 720px) {
    .mt-8 {
      margin-top: 32px !important; } }

.mt-9 {
  margin-top: 72px !important; }
  @media screen and (max-width: 720px) {
    .mt-9 {
      margin-top: 32px !important; } }

.mt-10 {
  margin-top: 80px !important; }
  @media screen and (max-width: 720px) {
    .mt-10 {
      margin-top: 40px !important; } }

.mt-11 {
  margin-top: 88px !important; }
  @media screen and (max-width: 720px) {
    .mt-11 {
      margin-top: 44px !important; } }

.mt-12 {
  margin-top: 96px !important; }
  @media screen and (max-width: 720px) {
    .mt-12 {
      margin-top: 48px !important; } }

.mt-13 {
  margin-top: 104px !important; }
  @media screen and (max-width: 720px) {
    .mt-13 {
      margin-top: 52px !important; } }

.mt-14 {
  margin-top: 112px !important; }
  @media screen and (max-width: 720px) {
    .mt-14 {
      margin-top: 56px !important; } }

.mt-15 {
  margin-top: 120px !important; }
  @media screen and (max-width: 720px) {
    .mt-15 {
      margin-top: 60px !important; } }

.mt-16 {
  margin-top: 128px !important; }
  @media screen and (max-width: 720px) {
    .mt-16 {
      margin-top: 64px !important; } }

.mt-17 {
  margin-top: 136px !important; }
  @media screen and (max-width: 720px) {
    .mt-17 {
      margin-top: 64px !important; } }

.mt-18 {
  margin-top: 144px !important; }
  @media screen and (max-width: 720px) {
    .mt-18 {
      margin-top: 64px !important; } }

.mt-19 {
  margin-top: 152px !important; }
  @media screen and (max-width: 720px) {
    .mt-19 {
      margin-top: 64px !important; } }

.mt-20 {
  margin-top: 160px !important; }
  @media screen and (max-width: 720px) {
    .mt-20 {
      margin-top: 64px !important; } }

.mt-21 {
  margin-top: 168px !important; }
  @media screen and (max-width: 720px) {
    .mt-21 {
      margin-top: 64px !important; } }

.mt-22 {
  margin-top: 176px !important; }
  @media screen and (max-width: 720px) {
    .mt-22 {
      margin-top: 64px !important; } }

.mt-23 {
  margin-top: 184px !important; }
  @media screen and (max-width: 720px) {
    .mt-23 {
      margin-top: 64px !important; } }

.mt-24 {
  margin-top: 192px !important; }
  @media screen and (max-width: 720px) {
    .mt-24 {
      margin-top: 64px !important; } }

.mt-25 {
  margin-top: 200px !important; }
  @media screen and (max-width: 720px) {
    .mt-25 {
      margin-top: 64px !important; } }

.mt-26 {
  margin-top: 208px !important; }
  @media screen and (max-width: 720px) {
    .mt-26 {
      margin-top: 64px !important; } }

.mt-27 {
  margin-top: 216px !important; }
  @media screen and (max-width: 720px) {
    .mt-27 {
      margin-top: 64px !important; } }

.mt-28 {
  margin-top: 224px !important; }
  @media screen and (max-width: 720px) {
    .mt-28 {
      margin-top: 64px !important; } }

.mt-29 {
  margin-top: 232px !important; }
  @media screen and (max-width: 720px) {
    .mt-29 {
      margin-top: 64px !important; } }

.mt-30 {
  margin-top: 240px !important; }
  @media screen and (max-width: 720px) {
    .mt-30 {
      margin-top: 64px !important; } }

.mtm-1 {
  margin-top: -8px !important; }
  @media screen and (max-width: 720px) {
    .mtm-1 {
      margin-top: 0 !important; } }

.mtm-2 {
  margin-top: -16px !important; }
  @media screen and (max-width: 720px) {
    .mtm-2 {
      margin-top: 0 !important; } }

.mtm-3 {
  margin-top: -24px !important; }
  @media screen and (max-width: 720px) {
    .mtm-3 {
      margin-top: 0 !important; } }

.mtm-4 {
  margin-top: -32px !important; }
  @media screen and (max-width: 720px) {
    .mtm-4 {
      margin-top: 0 !important; } }

.mtm-5 {
  margin-top: -40px !important; }
  @media screen and (max-width: 720px) {
    .mtm-5 {
      margin-top: 0 !important; } }

.mtm-6 {
  margin-top: -48px !important; }
  @media screen and (max-width: 720px) {
    .mtm-6 {
      margin-top: 0 !important; } }

.mtm-7 {
  margin-top: -56px !important; }
  @media screen and (max-width: 720px) {
    .mtm-7 {
      margin-top: 0 !important; } }

.mtm-8 {
  margin-top: -64px !important; }
  @media screen and (max-width: 720px) {
    .mtm-8 {
      margin-top: 0 !important; } }

.mtm-9 {
  margin-top: -72px !important; }
  @media screen and (max-width: 720px) {
    .mtm-9 {
      margin-top: 0 !important; } }

.mtm-10 {
  margin-top: -80px !important; }
  @media screen and (max-width: 720px) {
    .mtm-10 {
      margin-top: 0 !important; } }

.mtm-11 {
  margin-top: -88px !important; }
  @media screen and (max-width: 720px) {
    .mtm-11 {
      margin-top: 0 !important; } }

.mtm-12 {
  margin-top: -96px !important; }
  @media screen and (max-width: 720px) {
    .mtm-12 {
      margin-top: 0 !important; } }

.mtm-13 {
  margin-top: -104px !important; }
  @media screen and (max-width: 720px) {
    .mtm-13 {
      margin-top: 0 !important; } }

.mtm-14 {
  margin-top: -112px !important; }
  @media screen and (max-width: 720px) {
    .mtm-14 {
      margin-top: 0 !important; } }

.mtm-15 {
  margin-top: -120px !important; }
  @media screen and (max-width: 720px) {
    .mtm-15 {
      margin-top: 0 !important; } }

.mtm-16 {
  margin-top: -128px !important; }
  @media screen and (max-width: 720px) {
    .mtm-16 {
      margin-top: 0 !important; } }

.mtm-17 {
  margin-top: -136px !important; }
  @media screen and (max-width: 720px) {
    .mtm-17 {
      margin-top: 0 !important; } }

.mtm-18 {
  margin-top: -144px !important; }
  @media screen and (max-width: 720px) {
    .mtm-18 {
      margin-top: 0 !important; } }

.mtm-19 {
  margin-top: -152px !important; }
  @media screen and (max-width: 720px) {
    .mtm-19 {
      margin-top: 0 !important; } }

.mtm-20 {
  margin-top: -160px !important; }
  @media screen and (max-width: 720px) {
    .mtm-20 {
      margin-top: 0 !important; } }

.mtm-21 {
  margin-top: -168px !important; }
  @media screen and (max-width: 720px) {
    .mtm-21 {
      margin-top: 0 !important; } }

.mtm-22 {
  margin-top: -176px !important; }
  @media screen and (max-width: 720px) {
    .mtm-22 {
      margin-top: 0 !important; } }

.mtm-23 {
  margin-top: -184px !important; }
  @media screen and (max-width: 720px) {
    .mtm-23 {
      margin-top: 0 !important; } }

.mtm-24 {
  margin-top: -192px !important; }
  @media screen and (max-width: 720px) {
    .mtm-24 {
      margin-top: 0 !important; } }

.mtm-25 {
  margin-top: -200px !important; }
  @media screen and (max-width: 720px) {
    .mtm-25 {
      margin-top: 0 !important; } }

.mtm-26 {
  margin-top: -208px !important; }
  @media screen and (max-width: 720px) {
    .mtm-26 {
      margin-top: 0 !important; } }

.mtm-27 {
  margin-top: -216px !important; }
  @media screen and (max-width: 720px) {
    .mtm-27 {
      margin-top: 0 !important; } }

.mtm-28 {
  margin-top: -224px !important; }
  @media screen and (max-width: 720px) {
    .mtm-28 {
      margin-top: 0 !important; } }

.mtm-29 {
  margin-top: -232px !important; }
  @media screen and (max-width: 720px) {
    .mtm-29 {
      margin-top: 0 !important; } }

.mtm-30 {
  margin-top: -240px !important; }
  @media screen and (max-width: 720px) {
    .mtm-30 {
      margin-top: 0 !important; } }

.w-28 {
  width: 28px !important; }

.w-86 {
  width: 86px !important; }

.w-108 {
  width: 108px !important; }

.w-160 {
  width: 160px !important; }

.w-200 {
  width: 200px !important; }

.w-340 {
  width: 340px !important; }

.w-580 {
  width: 580px !important; }

.w-710 {
  width: 704px !important; }

@media screen and (max-width: 720px) {
  .w-86 {
    width: 62px !important; }
  .w-108 {
    width: 82px !important; } }

@media screen and (max-width: 720px) {
  .w-340 {
    width: 100% !important;
    box-sizing: border-box; }
  .w-580 {
    width: 100% !important;
    box-sizing: border-box; }
  .w-710 {
    width: 100% !important;
    box-sizing: border-box; } }

.h-190 {
  height: 190px !important; }

.sp-fit {
  width: 100%;
  height: auto; }

.sp-only {
  display: none; }

@media screen and (max-width: 720px) {
  .sp-only {
    display: block; }
  span.sp-only {
    display: inline; }
  .pc-only {
    display: none !important; } }

.row {
  *zoom: 1; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col-l {
    float: left; }
  .row .col-r {
    float: right; }
  .row .col-side {
    float: left;
    width: 220px; }
    @media screen and (max-width: 720px) {
      .row .col-side {
        float: none;
        width: auto; } }
  .row .col-main {
    float: right;
    width: 790px; }
    @media screen and (max-width: 720px) {
      .row .col-main {
        float: none;
        width: auto;
        margin: 16px 0 0 0; } }
  .row .col-w-2-1 {
    width: 488px; }
    @media screen and (max-width: 720px) {
      .row .col-w-2-1 {
        width: auto; } }
    @media screen and (max-width: 720px) {
      .row .col-w-2-1.col-l {
        float: none;
        margin-bottom: 15px } }
    @media screen and (max-width: 720px) {
      .row .col-w-2-1.col-r {
        float: none; } }
  .row .col-w-3-1 {
    width: 310px; }
    @media screen and (max-width: 720px) {
      .row .col-w-3-1 {
        width: auto; } }
    .row .col-w-3-1.col-l {
      margin: 0 0 0 47px; }
      @media screen and (max-width: 720px) {
        .row .col-w-3-1.col-l {
          float: none;
          margin: 48px 0 0 0; } }
    .row .col-w-3-1.col-r {
      margin: 0 47px 0 0; }
      @media screen and (max-width: 720px) {
        .row .col-w-3-1.col-r {
          float: none;
          margin: 48px 0 0 0; } }
    .row .col-w-3-1:first-child {
      margin: 0; }
  .row .col-w-3-2 {
    width: 668px;
    margin: 0 0 0 47px; }
    @media screen and (max-width: 720px) {
      .row .col-w-3-2 {
        width: auto;
        margin: 0; } }
    .row .col-w-3-2.col-l {
      margin: 0 0 0 47px; }
      @media screen and (max-width: 720px) {
        .row .col-w-3-2.col-l {
          float: none;
          margin: 0; } }
    .row .col-w-3-2.col-r {
      margin: 0 47px 0 0; }
      @media screen and (max-width: 720px) {
        .row .col-w-3-2.col-r {
          float: none;
          margin: 0; } }
    .row .col-w-3-2:first-child {
      margin: 0; }
  .row .col-w-4-1 {
    width: 256px; }
    @media screen and (max-width: 720px) {
      .row .col-w-4-1 {
        width: 50%; } }

.span.wpcf7-list-item {
  margin-left: 0; }

#all {
  position: relative;
  width: 100%;
  overflow: hidden; }
  #all .page .page-header {
    width: 100%;
    overflow: hidden; }
  @media screen and (max-width: 720px) {
    #all .page .page-body {
      margin: 48px 0 0 0; } }

#header {
  margin: 0 auto;
  width: 89%;
  height: 140px;
  z-index: 100; }
  @media screen and (max-width: 720px) {
    #header {
      height: 124px; } }
  #header #header-logo {
    position: absolute;
    letter-spacing: 2px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      #header #header-logo {
        margin: 5px 0; }
        #header #header-logo img{
        width: 70%; } }
  #header #ban-claska {
    position: absolute;
    left: 50px;
    top: 0px; }
    @media screen and (max-width: 720px) {
      #header #ban-claska {
        display: none; } }
    #header #header-logo a {
      color: #000; }
  #header #header-nav {
    padding: 46px 0 0 0;
    text-align: center; }
    @media screen and (max-width: 720px) {
      #header #header-nav {
        padding: 68px 25px 0 25px; } }
    #header #header-nav ul {
      font-size: 15px;
      line-height: 1; }
      @media screen and (max-width: 720px) {
        #header #header-nav ul {
          font-size: 12px; } }
      #header #header-nav ul li {
        display: inline-block;
        margin: 0 17px; }
        @media screen and (max-width: 720px) {
          #header #header-nav ul li {
            margin: 0 0 0 16px; }
            #header #header-nav ul li:first-child {
              margin: 0; } }
        #header #header-nav ul li a {
          display: inline-block;
          padding: 0 0 8px 0;
          border-bottom: 4px solid #000;
          color: #000;
          font-family: "FOT-筑紫ゴシック Pro D", TsukuGoPro-D; }
          @media screen and (max-width: 720px) {
            #header #header-nav ul li a {
              padding: 0 0 4px 0;
              border-bottom: 3px solid #000; } }
  #header #header-contact {
    position: fixed;
    right: 138px;
    top: 60px; }
    @media screen and (max-width: 720px) {
      #header #header-contact {
        position: absolute;
        right: 18px;
        top: 96px;
        display: block;
        width: 118px;
        height: 55px; } }
    #header #header-contact ul li {
      margin: 14px 0 0 0; }
      @media screen and (max-width: 720px) {
        #header #header-contact ul li {
          float: left;
          margin: 0 0 0 8px; } }
      #header #header-contact ul li:first-child {
        margin: 0; }
      #header #header-contact ul li a {
        display: block;
        width: 110px;
        height: 110px; }
        @media screen and (max-width: 720px) {
          #header #header-contact ul li a {
            display: block;
            width: 55px;
            height: 55px; } }
      #header #header-contact ul li.link-pamphlet a {
        overflow: hidden;
        background: url("../images/common/header-contact-pamphlet-blue.png") no-repeat;
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        background-size: 100%; }
      #header #header-contact ul li.link-contact a {
        overflow: hidden;
        background: url("../images/common/header-contact-contact.png") no-repeat;
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        background-size: 100%; }

#gnav {
  margin: 30px auto; }
  @media screen and (max-width: 720px) {
    #gnav {
      display: none; } }
  #gnav ul {
    text-align: right;
    font-size: 15px;
    line-height: 1; }
    #gnav ul li {
      display: inline-block; }
      #gnav ul li a {
        font-size: 22px;
        display: inline-block;
        width: 125px;
        text-align: center;
        color: #000;
        font-family: "Verlag A","Verlag B";
        font-weight: 800;
        letter-spacing: 1px; }
        #gnav ul li a small.ja {
          display: block;
          margin: 4px 0 0 0;
          font-family: "FOT-筑紫ゴシック Pro D", TsukuGoPro-D;
          font-size: 10px; }

body.tablet #header #header-contact {
  position: absolute; }

.area-renovation #header #header-contact ul li.link-pamphlet a {
  background-image: url("../images/common/header-contact-pamphlet-green.png"); }

.area-estate #header #header-contact ul li.link-pamphlet a {
  background-image: url("../images/common/header-contact-pamphlet-lightblue.png"); }

.area-bondroom #header #header-contact ul li.link-pamphlet a {
  background-image: url("../images/common/header-contact-pamphlet-purple.png"); }

.area-interior #header #header-contact ul li.link-pamphlet a {
  background-image: url("../images/common/header-contact-pamphlet-yellow.png"); }

#side-nav-btn {
  position: fixed;
  right: 47px;
  top: 47px;
  display: block;
  width: 26px;
  height: 21px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 1000; }
  #side-nav-btn:focus {
    outline: none; }
  #side-nav-btn span {
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    right: 3px;
    height: 3px;
    background: #000;
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s; }
  #side-nav-btn span::before,
  #side-nav-btn span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0; }
  #side-nav-btn span::before {
    top: -6px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  #side-nav-btn span::after {
    bottom: -6px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  #side-nav-btn.active span {
    background: none; }
  #side-nav-btn.active span::before,
  #side-nav-btn.active span::after {
    background-color: #fff;
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s; }
  #side-nav-btn.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #side-nav-btn.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  @media screen and (max-width: 720px) {
    #side-nav-btn {
      position: fixed;
      right: 18px;
      top: 18px; } }

.area-interior #side-nav-btn.active span::before,
.area-interior #side-nav-btn.active span::after {
  background-color: #000; }

#side-nav {
  display: none; }
  #side-nav.visible {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 360px;
    height: 100%;
    box-sizing: border-box;
    padding: 120px 0 0 80px;
    z-index: 999; }
    @media screen and (max-width: 720px) {
      #side-nav.visible {
        display: block;
        width: 100%;
        height: 100%;
        padding: 40px 0 0 30px; } }
    #side-nav.visible #side-nav-main ul {
      font-size: 26px;
      letter-spacing: 3px;
      line-height: 1;
      font-family: "Verlag A","Verlag B";
      font-weight: 800; }
      @media screen and (max-width: 720px) {
        #side-nav.visible #side-nav-main ul {
          font-size: 18px;
          letter-spacing: 2px; } }
      #side-nav.visible #side-nav-main ul li {
        margin: 20px 0 0 0; }
        @media screen and (max-width: 720px) {
          #side-nav.visible #side-nav-main ul li {
            margin: 14px 0 0 0; } }
        #side-nav.visible #side-nav-main ul li:first-child {
          margin: 0; }
        #side-nav.visible #side-nav-main ul li a {
          color: #fff; }
    #side-nav.visible #side-nav-pages {
      margin: 48px 0 0 0; }
      @media screen and (max-width: 720px) {
        #side-nav.visible #side-nav-pages {
          margin: 24px 0 0 0; } }
      #side-nav.visible #side-nav-pages ul {
        font-size: 18px;
        letter-spacing: 3px;
        line-height: 1;
        font-family: "Verlag A","Verlag B";
        font-weight: 800; }
        @media screen and (max-width: 720px) {
          #side-nav.visible #side-nav-pages ul {
            font-size: 14px;
            letter-spacing: 1px; } }
        #side-nav.visible #side-nav-pages ul li {
          margin: 20px 0 0 0; }
          @media screen and (max-width: 720px) {
            #side-nav.visible #side-nav-pages ul li {
              margin: 14px 0 0 0; } }
          #side-nav.visible #side-nav-pages ul li:first-child {
            margin: 0; }
          #side-nav.visible #side-nav-pages ul li a {
            color: #fff; }
    #side-nav.visible #side-nav-social {
      margin: 48px 0 0 0; }
      @media screen and (max-width: 720px) {
        #side-nav.visible #side-nav-social {
          margin: 16px 0 0 -4px; } }
      #side-nav.visible #side-nav-social ul li {
        display: inline-block; }
        #side-nav.visible #side-nav-social ul li a {
          display: block;
          width: 22px;
          height: 21px;
          color: #fff; }
        #side-nav.visible #side-nav-social ul li.link-facebook a {
          overflow: hidden;
          background: url("../images/common/ico-facebook-w.png") no-repeat;
          text-indent: -9999px;
          font-size: 0;
          line-height: 0; }
        #side-nav.visible #side-nav-social ul li.link-instagram a {
          overflow: hidden;
          background: url("../images/common/ico-instagram-w.png") no-repeat;
          text-indent: -9999px;
          font-size: 0;
          line-height: 0; }

#side-nav {
  background-color: rgba(0, 41, 76, 0.9); }

.area-renovation #side-nav {
  background-color: rgba(34, 172, 56, 0.9); }

.area-interior #side-nav {
  background-color: rgba(255, 255, 0, 0.9); }
  .area-interior #side-nav #side-nav-main ul li a,
  .area-interior #side-nav #side-nav-pages ul li a {
    color: #000; }
  .area-interior #side-nav #side-nav-social ul li.link-facebook a {
    background-image: url("../images/common/ico-facebook.png"); }
  .area-interior #side-nav #side-nav-social ul li.link-instagram a {
    background-image: url("../images/common/ico-instagram.png"); }

.area-estate #side-nav {
  background-color: rgba(126, 206, 244, 0.9); }

.area-bondroom #side-nav {
  background-color: rgba(221, 30, 112, 0.9); }

#side-title {
  position: fixed;
  left: 50px;
  top: 50%;
  display: block;
  width: 11px;
  height: auto;
  overflow: visible;
  z-index: 10;
  margin-top: 80px; }
  @media screen and (max-width: 720px) {
    #side-title {
      display: none; } }
  #side-title p {
    font-size: 11px;
    font-family: "Verlag A","Verlag B";
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }
    #side-title p a {
      color: #000;
      white-space: nowrap;
      word-break: nowrap; }

body.tablet #side-title {
  position: absolute;
  top: 440px; }

#pagetop {
  margin: 110px 0 0 0; }
  @media screen and (max-width: 720px) {
    #pagetop {
      margin: 55px 0 0 0; } }
  #pagetop a {
    display: block;
    width: 40px;
    height: 59px;
    box-sizing: border-box;
    padding: 48px 0 0 0;
    background: url("../images/common/ico-pagetop.png") no-repeat;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-family: "Verlag A","Verlag B";
    font-weight: 800;
    line-height: 1; }

@media screen and (min-width: 721px) {
footer {
  background-image:url(../images/footer_bg.jpg);
  clear: both;
  width: 100%;
}
#ft_body {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 980px;
  font-size: 13px;
  overflow: hidden;
}

.FooterBlock {
  float: left;
  margin-right: 50px;
}

#ft_logo {
  margin-bottom: 30px;
  text-align: center;
}
#ft_logo img {
  width: 100px;
  height: auto;
}

/* FOOTER_MENU
--------------------------- */
ul.FooterMenu {
  margin: 100px 0 0;
  padding: 0;
  text-align: center;
}
ul.FooterMenu li {
  display: inline-block;
  margin: 0 25px 10px 0;
}
ul.FooterMenu a {
  color: #444;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  clear: both;
  width: 100%;
}
#copyright p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}
}

@media screen and (max-width: 720px) {
  footer {
  border-top: 1px dotted #444;
  width: 100%;
  color: #444;
}
#ft_body {
  padding-top: 10px;
  width: 100%;
  font-size: 13px;
}

.FooterBlock { width: 100%; }

#ft_logo {
  margin-bottom: 10px;
  text-align: center;
}
#ft_logo img {
  width: 80px;
  height: auto;
}

/* FOOTER_MENU_AREA
--------------------------- */
ul.FooterMenu {
  margin: 0;
  padding: 0;
  background-color: #eee;
  font-size: 12px;
}
ul.FooterMenu li {
  border-bottom: 1px solid #fff;
  width: 100%;
}
ul.FooterMenu a {
  display: block;
  margin: 0;
  padding-left: 35px;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #444;
}
ul.FooterMenu a:hover {
  background-color: #e6407e;
  color: #fff;
}

/* COPYRIGHT
--------------------------- */
#copyright {
  width: 100%;
  background-color: #21b8ef;
}
#copyright p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
}


.hero {
  position: relative;
  width: 1025px;
  height: 422px;
  margin: 0 auto; }
  @media screen and (max-width: 720px) {
    .hero {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding: 0 0 0 48px; } }
  .hero .hero-image {
    position: absolute;
    left: 146px;
    top: 0; }
    @media screen and (max-width: 720px) {
      .hero .hero-image {
        position: relative;
        left: 0;
        top: 0;
        width: 100%; }
        .hero .hero-image img {
          display: block;
          width: 122%;
          height: auto; } }
    .hero .hero-image .hero-slideshow {
      display: block;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 720px) {
        .hero .hero-image .hero-slideshow {
          min-height: 160px; } }
      .hero .hero-image .hero-slideshow img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        opacity: 0;
        /* default */ }
  .hero .hero-title {
    position: absolute;
    left: 0;
    top: 188px; }
    @media screen and (max-width: 720px) {
      .hero .hero-title {
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -16px; } }
    .hero .hero-title h1 {
      font-size: 74px;
      font-family: "Verlag A","Verlag B";
      font-weight: 800;
      line-height: 1; }
      @media screen and (max-width: 720px) {
        .hero .hero-title h1 {
          font-size: 37px; } }
      .hero .hero-title h1 span {
        float: left;
        clear: left;
        display: block;
        padding: 0 0 20px 0;
        margin: 20px 0 0 0;
        border-bottom: 10px solid #00294c;
        letter-spacing: 3px; }
        .hero .hero-title h1 span:nth-child(2) {
          font-size: 40px;
        border-bottom: none; }
        @media screen and (max-width: 720px) {
          .hero .hero-title h1 span {
            font-size: 21px !important;
            margin: 14px 0 0 0;
            border-bottom: 3px solid #000; } }
        .hero .hero-title h1 span:first-child {
          margin: 0; }
  .hero.hero-home {
    height: 580px; }
    @media screen and (max-width: 720px) {
      .hero.hero-home {
        height: auto; } }
    .hero.hero-home .hero-title {
      top: 200px; }
      @media screen and (max-width: 720px) {
        .hero.hero-home .hero-title {
          top: 50%;
          margin-top: -56px; } }
      @media screen and (max-width: 720px) {
        .hero.hero-home .hero-title h1 {
          font-size: 24px; } }

.tags-nav {
  margin: 0 0 110px 0; }
  @media screen and (max-width: 720px) {
    .tags-nav {
      margin: 0 0 32px 0; } }
  .tags-nav ul {
    *zoom: 1;
    font-size: 14px;
    line-height: 1; }
    .tags-nav ul:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 720px) {
      .tags-nav ul {
        font-size: 12px; } }
    .tags-nav ul li {
      float: left;
      margin: 0 10px 10px 0; }
      @media screen and (max-width: 720px) {
        .tags-nav ul li {
          margin: 0 6px 6px 0; } }
      .tags-nav ul li a {
        display: block;
        padding: 16px 12px;
        background-color: #000;
        color: #fff;
        font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro D", TsukuGoPro-D;
        font-weight: 700;
        white-space: nowrap; }
        @media screen and (max-width: 720px) {
          .tags-nav ul li a {
            padding: 10px 8px; } }

.page-nav {
  text-align: center; }
  .page-nav ul {
    font-size: 18px;
    font-family: "Verlag A","Verlag B";
    font-weight: 700; }
    .page-nav ul li {
      display: inline-block;
      margin: 0 8px; }
      .page-nav ul li a,
      .page-nav ul li span {
        display: block;
        color: #000; }
      .page-nav ul li span {
        padding: 0 1px 4px 1px;
        border-bottom: 3px solid #000; }
      .page-nav ul li.prev a {
        display: block;
        width: 8px;
        height: 12px;
        overflow: hidden;
        background: url("../images/common/ico-page-prev.png") no-repeat;
        text-indent: -9999px;
        font-size: 0;
        line-height: 0; }
      .page-nav ul li.next a {
        display: block;
        width: 8px;
        height: 12px;
        overflow: hidden;
        background: url("../images/common/ico-page-next.png") no-repeat;
        text-indent: -9999px;
        font-size: 0;
        line-height: 0; }

.side-nav {
  margin: 20px 0 0 0; }
  .side-nav ul {
    font-size: 15px;
    font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro D", TsukuGoPro-D;
    font-weight: 700;
    line-height: 1.4; }
    .side-nav ul li {
      margin: 8px 0 0 0; }
      .side-nav ul li:first-child {
        margin: 0; }
      .side-nav ul li a {
        color: #000; }

@media screen and (max-width: 720px) {
  .section-nav {
    display: none; } }

.section-nav ul li {
  margin: 11px 0 0 0; }
  .section-nav ul li:first-child {
    margin: 0; }
  .section-nav ul li a {
    display: inline-block;
    padding: 12px 16px 16px 12px;
    background-color: #000;
    color: #fff;
    line-height: 1; }

.article-base {
  margin: 100px 0 0 0; }
  .article-base:first-child {
    margin: 0; }

.article-head .info {
  margin: 0 0 12px 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .article-head .info {
      font-size: 12px; } }
  .article-head .info small {
    font-size: 100%; }

.article-body {
  padding: 40px 0 36px 0;
  line-height: 2; }
  @media screen and (max-width: 720px) {
    .article-body {
      padding: 20px 0 18px 0; } }
  .article-body img {
    max-width: 790px;
    height: auto; }
    @media screen and (max-width: 720px) {
      .article-body img {
        max-width: 100%; } }

.article-foot .article-social {
  text-align: right; }
  .article-foot .article-social ul {
    display: inline-block;
    border: 4px solid #000;
    *zoom: 1;
    font-size: 13px;
    line-height: 1; }
    .article-foot .article-social ul:after {
      content: "";
      display: table;
      clear: both; }
    .article-foot .article-social ul li {
      float: left;
      display: block;
      border-left: 4px solid #000; }
      .article-foot .article-social ul li:first-child {
        border-left: 0; }
      .article-foot .article-social ul li a {
        display: block;
        box-sizing: border-box;
        min-width: 80px;
        padding: 16px 16px 16px 44px;
        text-align: center;
        color: #000; }
      .article-foot .article-social ul li.sns-twitter-tweet a {
        background: url("../images/common/ico-twitter.png") no-repeat 16px 13px; }
      .article-foot .article-social ul li.sns-facebook-share a {
        background: url("../images/common/ico-facebook-s.png") no-repeat 28px 13px; }

.article-foot .article-prevnext {
  position: relative;
  margin: 132px 0 0 0;
  *zoom: 1; }
  .article-foot .article-prevnext:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 720px) {
    .article-foot .article-prevnext {
      margin: 32px 0 0 0;
      text-align: center; } }
  .article-foot .article-prevnext .article-prev,
  .article-foot .article-prevnext .article-next {
    position: relative;
    display: block;
    border-bottom: 4px solid #000;
    color: #000;
    font-size: 100%;
    line-height: 1; }
  .article-foot .article-prevnext .article-prev {
    float: left;
    padding: 5px 0 8px 24px; }
    @media screen and (max-width: 720px) {
      .article-foot .article-prevnext .article-prev {
        float: none;
        display: inline-block;
        margin: 0 0 12px 0; } }
    .article-foot .article-prevnext .article-prev:before {
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      width: 10px;
      height: 15px;
      margin: -8px 0 0 0;
      background: url("../images/common/ico-article-prev.png") no-repeat;
      content: ""; }
  .article-foot .article-prevnext .article-next {
    float: right;
    padding: 5px 24px 8px 0; }
    @media screen and (max-width: 720px) {
      .article-foot .article-prevnext .article-next {
        float: none;
        display: inline-block; } }
    .article-foot .article-prevnext .article-next:before {
      position: absolute;
      right: 0;
      top: 50%;
      display: block;
      width: 10px;
      height: 15px;
      margin: -8px 0 0 0;
      background: url("../images/common/ico-article-next.png") no-repeat;
      content: ""; }
  .article-foot .article-prevnext .article-all {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 80px;
    padding: 11px 10px 13px 10px;
    margin: 0 0 0 -50px;
    background-color: #000;
    text-align: center;
    color: #fff;
    line-height: 1; }

.section-base {
  width: 1025px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 720px) {
    .section-base {
      width: 100%;
      box-sizing: border-box;
      padding-left: 12px;
      padding-right: 12px; } }

.section-thumb-number a {
  display: block;
  color: #000; }
  .section-thumb-number a:hover {
    opacity: 0.75; }

.section-thumb-number .thumb {
  position: relative; }
  .section-thumb-number .thumb img {
    display: block; }
  .section-thumb-number .thumb span {
    position: absolute;
    right: -28px;
    top: -30px;
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 21px 0;
    background: url("../images/common/thumb-number-bg.png") no-repeat;
    text-align: center;
    font-size: 19px;
    font-family: "Verlag A","Verlag B";
    font-weight: 800;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      .section-thumb-number .thumb span {
        right: -8px; } }

.section-thumb-number .title {
  margin: 32px 0 0 0;
  text-align: center;
  font-size: 18px;
  font-family: "Verlag A","Verlag B";
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .section-thumb-number .title {
      margin: 24px 0 0 0;
      font-size: 12px;
      letter-spacing: 1px; } }
  .section-thumb-number .title span {
    display: inline-block;
    padding: 0 0 6px 0;
    border-bottom: 4px solid #000; }
    @media screen and (max-width: 720px) {
      .section-thumb-number .title span {
        padding: 0 0 4px 0;
        border-bottom: 3px solid #000; } }

.section-thumb-number .description {
  margin: 24px 0 0 0; }
  @media screen and (max-width: 720px) {
    .section-thumb-number .description {
      margin: 16px 0 0 0; } }
  .section-thumb-number .description p {
    font-size: 12px;
    line-height: 2; }
    @media screen and (max-width: 720px) {
      .section-thumb-number .description p {
        font-size: 11px; } }

.section-thumb-date a {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 210px;
  padding: 24px 0 0 225px;
  color: #000; }
  @media screen and (max-width: 720px) {
    .section-thumb-date a {
      min-height: 0;
      padding: 12px 0; } }
  .section-thumb-date a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 212px;
    height: 212px; }
    @media screen and (max-width: 720px) {
      .section-thumb-date a .thumb {
        float: left;
        position: relative;
        display: block;
        width: 32%;
        height: 32%; } }
    .section-thumb-date a .thumb .thumb-pic {
      display: block;
      width: 100%;
      height: auto; }
    .section-thumb-date a .thumb .thumb-filter {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: auto; }
    .section-thumb-date a .thumb .date,
    .section-thumb-date a .thumb .end {
      position: absolute;
      left: 0;
      top: 96px;
      display: block;
      width: 100%;
      height: auto;
      text-align: center;
      color: #fff;
      font-family: "Verlag A","Verlag B";
      font-weight: 800;
      font-style: italic;
      letter-spacing: 4px;
      line-height: 1; }
      @media screen and (max-width: 720px) {
        .section-thumb-date a .thumb .date,
        .section-thumb-date a .thumb .end {
          top: 50%;
          letter-spacing: 2px; } }
    .section-thumb-date a .thumb .date {
      margin: -6px 0 0 0;
      font-size: 29px; }
      @media screen and (max-width: 720px) {
        .section-thumb-date a .thumb .date {
          margin: -12px 0 0 0;
          font-size: 20px; } }
    .section-thumb-date a .thumb .date-start {
      margin: -32px 0 0 0; }
      @media screen and (max-width: 720px) {
        .section-thumb-date a .thumb .date-start {
          margin: -28px 0 0 0; } }
      .section-thumb-date a .thumb .date-start:after {
        position: absolute;
        left: 50%;
        top: 32px;
        display: block;
        width: 2px;
        height: 20px;
        margin-left: -1px;
        background-color: #fff;
        overflow: hidden;
        content: ""; }
        @media screen and (max-width: 720px) {
          .section-thumb-date a .thumb .date-start:after {
            top: 23px;
            height: 12px; } }
    .section-thumb-date a .thumb .date-end {
      margin: 24px 0 0 0; }
      @media screen and (max-width: 720px) {
        .section-thumb-date a .thumb .date-end {
          margin: 8px 0 0 0; } }
    .section-thumb-date a .thumb .end {
      margin: -6px 0 0 0;
      font-size: 28px; }
      @media screen and (max-width: 720px) {
        .section-thumb-date a .thumb .end {
          margin: -12px 0 0 0;
          font-size: 24px; } }
  .section-thumb-date a .category {
    display: block;
    font-size: 12px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      .section-thumb-date a .category {
        margin: 0 0 0 35%; } }
  .section-thumb-date a .title {
    margin: 6px 0 0 0;
    font-size: 18px;
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    line-height: 1.6;
    letter-spacing: 1px; }
    @media screen and (max-width: 720px) {
      .section-thumb-date a .title {
        margin: 6px 0 0 35%;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.4; } }
  .section-thumb-date a .description {
    margin: 16px 0 0 0; }
    @media screen and (max-width: 720px) {
      .section-thumb-date a .description {
        clear: both;
        padding: 8px 0 0 0;
        margin: 0; } }
    .section-thumb-date a .description p {
      font-size: 13px;
      line-height: 1.75; }
      @media screen and (max-width: 720px) {
        .section-thumb-date a .description p {
          font-size: 11px; } }

.section-thumb-date.closed a .thumb {
  background-color: #000; }
  .section-thumb-date.closed a .thumb .thumb-pic {
    opacity: 0.3; }

.section-thumb-item {
  position: relative;
  box-sizing: border-box;
  min-height: 210px;
  padding: 80px 0 0 238px; }
  @media screen and (max-width: 720px) {
    .section-thumb-item {
      min-height: 100px;
      padding: 24px 0 0 120px;
      margin: 24px 0 0 0; }
      .section-thumb-item:first-child {
        margin: 0; } }
  .section-thumb-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 210px;
    height: 210px; }
    @media screen and (max-width: 720px) {
      .section-thumb-item .thumb {
        display: block;
        width: 100px;
        height: 100px; } }
    .section-thumb-item .thumb img {
      display: block;
      width: 100%;
      height: 100%; }
    .section-thumb-item .thumb .thumb-filter {
      position: absolute;
      left: 0;
      top: 0; }
  .section-thumb-item .name {
    font-size: 18px;
    font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-weight: 800;
    line-height: 1; }
  .section-thumb-item .price {
    display: block;
    margin: 12px 0 0 0;
    font-size: 11px;
    font-family: "Verlag A","Verlag B";
    font-weight: 700;
    line-height: 1; }

.section-thumb-small a {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 120px;
  padding: 32px 0 0 148px;
  color: #000; }
  @media screen and (max-width: 720px) {
    .section-thumb-small a {
      padding: 6px 0;
      min-height: 0; }
      .section-thumb-small a:after {
        clear: both;
        display: block;
        content: ""; } }
  .section-thumb-small a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 120px;
    height: 120px; }
    @media screen and (max-width: 720px) {
      .section-thumb-small a .thumb {
        float: left;
        position: relative;
        width: 32%;
        height: 32%; } }
    .section-thumb-small a .thumb .thumb-pic {
      display: block;
      width: 100%;
      height: auto; }
    .section-thumb-small a .thumb .thumb-filter {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: auto; }
  .section-thumb-small a .info {
    font-size: 12px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      .section-thumb-small a .info {
        margin: 20px 0 0 35%; } }
    .section-thumb-small a .info .date {
      margin: 0 14px 0 0;
      font-family: "Verlag A","Verlag B";
      font-weight: 700; }
      @media screen and (max-width: 720px) {
        .section-thumb-small a .info .date {
          margin: 0 6px 0 0; } }
    .section-thumb-small a .info .category {
      font-size: 100%; }
  .section-thumb-small a .title {
    margin: 12px 0 0 0;
    font-size: 17px;
    line-height: 1.4; }
    @media screen and (max-width: 720px) {
      .section-thumb-small a .title {
        margin: 6px 0 0 35%;
        font-size: 14px;
        font-weight: bold; } }

.section-media .image {
  text-align: center; }

.section-media .date {
  display: block;
  margin: 48px 0 0 0;
  font-size: 11px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .section-media .date {
      margin: 24px 0 0 0; } }

.section-media .title {
  min-height: 3.2em;
  margin: 8px 0 0 0;
  font-size: 16px;
  line-height: 1.6; }
  @media screen and (max-width: 720px) {
    .section-media .title {
      min-height: 0; } }

.section-media .description {
  margin: 24px 0 0 0; }
  @media screen and (max-width: 720px) {
    .section-media .description {
      margin: 16px 0 0 0; } }
  .section-media .description p {
    font-size: 12px;
    line-height: 1.6; }

.section-works a {
  display: block;
  color: #000; }
  .section-works a .thumb img {
    display: block;
    width: 100%;
    height: auto; }
  .section-works a .date {
    display: block;
    margin: 20px 0 0 0;
    font-size: 10px;
    font-family: "Verlag A","Verlag B";
    font-weight: 700;
    letter-spacing: 1px; }
  .section-works a .title {
    margin: 6px 0 0 0;
    font-size: 16px;
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    line-height: 1.6; }

.section-voice a {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 120px;
  padding: 20px 0 0 148px;
  color: #000; }
  @media screen and (max-width: 720px) {
    .section-voice a {
      padding: 12px 0 12px 120px; } }
  .section-voice a .thumb {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 120px;
    height: 120px; }
    @media screen and (max-width: 720px) {
      .section-voice a .thumb {
        top: 12px;
        display: block;
        width: 100px;
        height: 100px; } }
    .section-voice a .thumb .thumb-pic {
      display: block;
      width: 100%;
      height: auto; }
    .section-voice a .thumb .thumb-filter {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: auto; }
  .section-voice a .date {
    display: block;
    font-size: 11px;
    font-family: "Verlag A","Verlag B";
    font-weight: 700;
    line-height: 1; }
  .section-voice a .name {
    margin: 6px 0 0 0;
    font-size: 14px;
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    line-height: 1; }
  .section-voice a .comment {
    margin: 14px 0 0 0;
    font-size: 13px;
    line-height: 1.8; }

.content-section-title {
  position: relative;
  padding: 0 0 0 82px; }
  @media screen and (max-width: 720px) {
    .content-section-title {
      padding: 6px 0 0 56px;
      line-height: 1; } }
  .content-section-title .number {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    font-family: "Verlag A","Verlag B";
    font-weight: 800;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
    text-indent: -4px; }
    @media screen and (max-width: 720px) {
      .content-section-title .number {
        display: block;
        width: 48px;
        height: 48px;
        padding: 15px;
        font-size: 18px;
        letter-spacing: 1px; } }
  .content-section-title.green .number {
    background: url("../images/common/content-section-title-bg-green.png") no-repeat;
    background-size: 100%; }
  .content-section-title.yellow .number {
    background: url("../images/common/content-section-title-bg-yellow.png") no-repeat;
    background-size: 100%;
    color: #000; }
  .content-section-title.lightblue .number {
    background: url("../images/common/content-section-title-bg-lightblue.png") no-repeat;
    background-size: 100%; }
  .content-section-title.purple .number {
    background: url("../images/common/content-section-title-bg-purple.png") no-repeat;
    background-size: 100%; }
  .content-section-title .en {
    display: block;
    margin-bottom: 2px;
    font-family: "Verlag A","Verlag B";
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.4; }
    @media screen and (max-width: 720px) {
      .content-section-title .en {
        font-size: 11px;
        line-height: 1; } }
  .content-section-title .title {
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 4px solid #000;
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      .content-section-title .title {
        font-size: 16px;
        padding: 0 0 6px 0;
        border-bottom: 3px solid #000; } }

.ui-slider {
  position: relative;
  height: 320px; }
  @media screen and (max-width: 720px) {
    .ui-slider {
      height: 400px;
      padding: 0 20px; } }
  .ui-slider .ui-slider-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .ui-slider .ui-slider-container .ui-slider-content {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%; }
  .ui-slider .ui-slider-prev,
  .ui-slider .ui-slider-next {
    appearance: normal;
    display: block;
    width: 16px;
    height: 26px;
    border: 0;
    margin-top: -13px;
    overflow: hidden;
    text-indent: -9999px; }
    @media screen and (max-width: 720px) {
      .ui-slider .ui-slider-prev,
      .ui-slider .ui-slider-next {
        display: block;
        width: 12px;
        height: 20px; } }
    .ui-slider .ui-slider-prev:active,
    .ui-slider .ui-slider-next:active {
      outline: 0; }
    .ui-slider .ui-slider-prev:hover,
    .ui-slider .ui-slider-next:hover {
      opacity: 0.75; }
  .ui-slider .ui-slider-prev {
    position: absolute;
    left: -40px;
    top: 50%;
    background: url("../images/common/ico-slider-prev.png") no-repeat; }
    @media screen and (max-width: 720px) {
      .ui-slider .ui-slider-prev {
        left: -5px;
        background-size: 12px 20px; } }
  .ui-slider .ui-slider-next {
    position: absolute;
    right: -40px;
    top: 50%;
    background: url("../images/common/ico-slider-next.png") no-repeat; }
    @media screen and (max-width: 720px) {
      .ui-slider .ui-slider-next {
        right: -5px;
        background-size: 12px 20px; } }

.ui-slideshow {
  position: relative; }
  .ui-slideshow .spacer {
    display: block;
    width: 100%;
    height: auto; }
  .ui-slideshow .ui-slideshow-container {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%; }
    .ui-slideshow .ui-slideshow-container img {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: auto; }
  .ui-slideshow .caption {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: auto;
    margin-top: -0.5em;
    text-align: center;
    color: #fff;
    font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 2px; }

.wpcf7-response-output {
  display: none; }

.wpcf7-not-valid-tip {
  display: inline-block;
  margin: 0 0 0 12px;
  color: #ff0000;
  font-size: 12px; }

div.wpcf7 .screen-reader-response {
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 16px 0;
  color: #ff0000; }
  div.wpcf7 .screen-reader-response ul {
    display: none; }

span.wpcf7-form-control-wrap {
  position: static; }

.input-group {
  display: inline-block;
  margin: 0 0 0 36px; }
  @media screen and (max-width: 720px) {
    .input-group {
      display: block;
      margin: 6px 0 0 0; } }
  .input-group:first-child {
    margin: 0; }

.input-block {
  margin: 21px 0 0 0; }
  @media screen and (max-width: 720px) {
    .input-block {
      margin: 6px 0 0 0; } }
  .input-block:first-child {
    margin: 0; }

.inline-label {
  margin-left: 12px;
  margin-right: 12px; }
  @media screen and (max-width: 720px) {
    .inline-label {
      margin-left: 4px;
      margin-right: 4px; } }
  .inline-label:first-child {
    margin-left: 0; }

.input-base {
  border: 4px solid #000;
  border-radius: 0;
  padding: 8px; }

.ui-input-radios label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  margin: 0 8px 0 0;
  cursor: pointer; }
  .ui-input-radios label:before {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 21px;
    height: 21px;
    background: url("../images/common/bg-input-radio.png") no-repeat;
    font-size: 0;
    line-height: 0;
    content: ""; }
  .ui-input-radios label.checked:before {
    background-position: 0 100%; }
  .ui-input-radios label input {
    position: absolute;
    left: -9999px;
    top: 0; }

.ui-input-checkbox label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 22px;
  margin: 0 32px 0 0;
  cursor: pointer; }
  .ui-input-checkbox label:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 19px;
    height: 19px;
    margin: -8px 0 0 0;
    background: url("../images/common/bg-input-checkbox.png") no-repeat;
    font-size: 0;
    line-height: 0;
    content: ""; }
  .ui-input-checkbox label.checked:before {
    background-position: 0 100%; }
  .ui-input-checkbox label input {
    position: absolute;
    left: -9999px;
    top: 0; }

.ui-select {
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  line-height: 1; }
  .ui-select label {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 8px 54px 8px 8px;
    border: 4px solid #000;
    vertical-align: top;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 720px) {
      .ui-select label {
        height: 40px;
        padding: 6px 40px 6px 6px; } }
    .ui-select label:after {
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 38px;
      height: 42px;
      background: #000 url("../images/common/bg-select.png") no-repeat center center;
      content: ""; }
      @media screen and (max-width: 720px) {
        .ui-select label:after {
          display: block;
          width: 28px;
          height: 32px;
          background-size: 7px 6px; } }
  .ui-select select {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: content-box; }
  .ui-select .wpcf7-not-valid-tip {
    display: none; }

.form-submit {
  margin: 48px 0 0 0;
  text-align: center; }

.title-section-en {
  text-align: center;
  padding: 0 0 36px 0;
  font-family: "Verlag A","Verlag B";
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .title-section-en {
      padding: 0 0 16px 0;
      font-size: 18px;
      letter-spacing: 1px; } }
  .title-section-en small {
    font-size: 14px;
    font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-weight: 800;
    letter-spacing: 2px; }
    @media screen and (max-width: 720px) {
      .title-section-en small {
        font-size: 12px;
        letter-spacing: 0; } }
  .title-section-en::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 14px;
    height: 4px;
    content: "";
    font-size: 0; }
    @media screen and (max-width: 720px) {
      .title-section-en::after {
        display: block;
        width: 12px;
        height: 3px; } }

.title-section-mixed {
  position: relative;
  padding: 0 0 40px 0;
  font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .title-section-mixed {
      padding: 0 0 16px 0;
      font-size: 18px;
      letter-spacing: 1px; } }
  .title-section-mixed .en {
    font-size: 32px;
    letter-spacing: 4px; }
    @media screen and (max-width: 720px) {
      .title-section-mixed .en {
        font-size: 18px;
        letter-spacing: 2px; } }
  .title-section-mixed::after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 14px;
    height: 4px;
    background-color: #000;
    content: "";
    font-size: 0; }
    @media screen and (max-width: 720px) {
      .title-section-mixed::after {
        display: block;
        width: 12px;
        height: 3px; } }

.title-category {
  width: 100%;
  font-size: 32px;
  font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center; }
  .title-category span {
    display: inline-block;
    padding: 0 0 8px 0;
    border-bottom: 4px solid #000; }

.title-archive {
  font-size: 16px;
  font-family: "Verlag A","Verlag B";
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1; }
  .title-archive span {
    display: inline-block;
    padding: 0 0 8px 0;
    border-bottom: 4px solid #000; }

.title-article {
  position: relative;
  padding: 0 0 40px 0;
  font-size: 28px;
  font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-weight: 800;
  letter-spacing: 3px; }
  @media screen and (max-width: 720px) {
    .title-article {
      padding: 0 0 20px;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 1.4; } }
  .title-article:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 14px;
    height: 4px;
    background-color: #000;
    font-size: 0;
    line-height: 0;
    content: ""; }

.title-article-sub {
  position: relative;
  padding: 0 0 40px 0;
  font-size: 23px;
  font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px; }
  @media screen and (max-width: 720px) {
    .title-article-sub {
      padding: 0 0 20px 0;
      font-size: 16px; } }
  .title-article-sub:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 14px;
    height: 4px;
    background-color: #000;
    font-size: 0;
    line-height: 0;
    content: ""; }

.link-all-view {
  display: inline-block;
  padding: 20px 50px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-family: "Verlag A","Verlag B";
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .link-all-view {
      padding: 10px 25px;
      font-size: 12px; } }

.btn-submit {
  display: inline-block;
  padding: 22px 66px;
  background-color: #000;
  border: 0;
  color: #fff;
  font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro D", TsukuGoPro-D;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1; }
  .btn-submit:hover {
    opacity: 0.75; }

.btn-contact {
  display: inline-block;
  padding: 28px 72px;
  background-color: #000;
  border: 0;
  color: #fff;
  font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro D", TsukuGoPro-D;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    .btn-contact {
      padding: 20px;
      font-size: 14px; } }
  .btn-contact .en {
    letter-spacing: 2px; }
  .btn-contact:hover {
    opacity: 0.75; }

#home-concept .lead {
  font-size: 17px;
  line-height: 1.85; }
  @media screen and (max-width: 720px) {
    #home-concept .lead {
      font-size: 12px; } }

#home-concept .caption {
  padding-top: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.7; }

@media screen and (max-width: 720px) {
  #home-concept .mtm-12 {
    display: none; } }

#home-concept #home-concept-4 {
  margin-left: 180px; }
  @media screen and (max-width: 720px) {
    #home-concept #home-concept-4 {
      margin-left: 0; } }

@media screen and (max-width: 720px) {
  #home-works .row article {
    margin: 12px 0 0 0; }
    #home-works .row article a {
      display: block; }
      #home-works .row article a img {
        display: block;
        width: 100%;
        height: auto; }
  #home-works .row.mt-6 {
    margin-top: 0 !important; }
  #home-works .row:first-child article:first-child {
    margin: 0; } }

#home-works .link-works {
  position: relative;
  display: block;
  width: 308px;
  height: 308px;
  box-sizing: border-box;
  padding: 30px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Verlag A","Verlag B";
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.6; }
  @media screen and (max-width: 720px) {
    #home-works .link-works {
      width: 100%;
      height: 100%;
      padding: 30px 30px 90px 30px; } }
  #home-works .link-works:after {
    position: absolute;
    left: 50%;
    bottom: 30px;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 0 -16px;
    background: url("../images/common/ico-link-circle.png") no-repeat;
    content: ""; }

@media screen and (max-width: 720px) {
  #home-blog .mt-3 {
    margin-top: 0 !important; } }

@media screen and (max-width: 720px) {
  #home-report .mt-3 {
    margin-top: 0 !important; } }

#vintage-gabbeh {
  overflow: hidden;
  padding: 50px 0; }
  #vintage-gabbeh li {
    overflow: hidden;
    width: 490px;
    line-height: 1.7; }
    #vintage-gabbeh li img {
      float: left;
      width: 210px; }
    #vintage-gabbeh li section {
      float: right;
      width: 250px;
      padding-top: 25px; }
      #vintage-gabbeh li section h3 {
        font-size: 12px;
        font-family: "Verlag A","Verlag B";
        font-weight: 700; }
      #vintage-gabbeh li section h4 {
        padding-bottom: 10px;
        font-size: 21px;
        font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro D", TsukuGoPro-D;
        font-weight: 700; }
      #vintage-gabbeh li section p {
        font-size: 13px; }
    #vintage-gabbeh li:first-child {
      float: left; }
    #vintage-gabbeh li:last-child {
      float: right; }
    #vintage-gabbeh li a {
      color: #000; }
  @media screen and (max-width: 720px) {
    #vintage-gabbeh li {
      width: auto; }
      #vintage-gabbeh li img {
        width: 32%;
        height: 32%; }
      #vintage-gabbeh li section {
        width: 60%;
        padding: 0; }
        #vintage-gabbeh li section h4 {
          font-size: 16px; }
        #vintage-gabbeh li section p {
          font-size: 10px; }
      #vintage-gabbeh li:first-child {
        float: inherit;
        padding-bottom: 40px; }
      #vintage-gabbeh li:last-child {
        float: inherit; } }

#home-links #links {
  padding-top: 40px;
  overflow: hidden; }
  #home-links #links li {
    float: left;
    width: 308px;
    padding: 0 50px 30px 0; }
    #home-links #links li p {
      padding-top: 15px;
      font-size: 13px;
      line-height: 1.7;
      letter-spacing: 1px; }
    #home-links #links li:nth-child(3n) {
      padding-right: 0; }

@media screen and (max-width: 720px) {
  #home-links #links li {
    float: none;
    margin: 0 auto;
    padding: 0 0 30px 0; } }

#company-message .pic {
  float: left; }
  @media screen and (max-width: 720px) {
    #company-message .pic {
      width: 100px; }
      #company-message .pic img {
        display: block;
        width: 100%;
        height: auto; } }

#company-message .catch {
  padding: 58px 0 0 0;
  margin: 0 0 0 254px; }
  @media screen and (max-width: 720px) {
    #company-message .catch {
      padding: 0;
      margin: 0 0 0 110px; } }
  #company-message .catch strong {
    font-size: 26px;
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    line-height: 1.8; }
    @media screen and (max-width: 720px) {
      #company-message .catch strong {
        font-size: 15px; } }

#company-message .ceo {
  margin: 36px 0 0 254px;
  text-align: right;
  font-size: 12px;
  line-height: 18px; }
  @media screen and (max-width: 720px) {
    #company-message .ceo {
      margin: 16px 0 0 0; } }
  #company-message .ceo em {
    font-size: 18px;
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E; }
    @media screen and (max-width: 720px) {
      #company-message .ceo em {
        font-size: 16px; } }

#company-message .message p {
  font-size: 16px;
  line-height: 2; }
  @media screen and (max-width: 720px) {
    #company-message .message p {
      font-size: 100%;
      line-height: 1.6; } }

#company-profile dl {
  margin: 24px 0 0 0;
  *zoom: 1;
  font-size: 14px;
  line-height: 2.2; }
  #company-profile dl:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 720px) {
    #company-profile dl {
      font-size: 12px;
      line-height: 1.8; } }
  #company-profile dl:first-child {
    margin: 0; }
  #company-profile dl dt {
    float: left;
    width: 100px; }
    @media screen and (max-width: 720px) {
      #company-profile dl dt {
        width: 72px; } }
  #company-profile dl dd {
    margin: 0 0 0 100px; }
    @media screen and (max-width: 720px) {
      #company-profile dl dd {
        margin: 0 0 0 76px; } }

#company-history dl {
  margin: 10px 0 0 0;
  *zoom: 1;
  font-size: 14px;
  line-height: 1.6; }
  #company-history dl:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 720px) {
    #company-history dl {
      font-size: 12px; } }
  #company-history dl:first-child {
    margin: 0; }
  #company-history dl dt {
    float: left;
    width: 100px; }
    @media screen and (max-width: 720px) {
      #company-history dl dt {
        width: 72px; } }
  #company-history dl dd {
    margin: 0 0 0 100px; }
    @media screen and (max-width: 720px) {
      #company-history dl dd {
        margin: 0 0 0 76px; } }

@media screen and (max-width: 720px) {
  #works-detail {
    padding-top: 12px; } }

#works-detail .works-main img {
  max-width: 100%;
  height: auto; }

#works-detail .works-title {
  font-size: 26px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E; }
  @media screen and (max-width: 720px) {
    #works-detail .works-title {
      font-size: 16px; } }

#works-detail .works-data .section-works-data {
  position: relative;
  padding: 0 0 0 234px; }
  @media screen and (max-width: 720px) {
    #works-detail .works-data .section-works-data {
      padding: 0; } }
  #works-detail .works-data .section-works-data .title-works-data {
    position: absolute;
    left: 0;
    top: 8px;
    padding: 0 0 6px 0;
    border-bottom: 4px solid #000;
    font-size: 16px;
    font-family: "Verlag A","Verlag B";
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      #works-detail .works-data .section-works-data .title-works-data {
        position: relative;
        left: 0;
        top: 0;
        display: inline-block;
        margin-bottom: 16px; } }

#works-detail .works-data #works-detail-outline .works-data-outline {
  *zoom: 1; }
  #works-detail .works-data #works-detail-outline .works-data-outline:after {
    content: "";
    display: table;
    clear: both; }
  #works-detail .works-data #works-detail-outline .works-data-outline dl {
    float: left;
    width: 252px;
    *zoom: 1;
    line-height: 2; }
    #works-detail .works-data #works-detail-outline .works-data-outline dl:after {
      content: "";
      display: table;
      clear: both; }
    #works-detail .works-data #works-detail-outline .works-data-outline dl dt {
      float: left;
      width: 86px; }
    #works-detail .works-data #works-detail-outline .works-data-outline dl dd {
      margin: 0 0 0 86px; }
  #works-detail .works-data #works-detail-outline .works-data-outline .works-data-outline-image {
    float: right;
    width: 538px;
    text-align: center; }
    @media screen and (max-width: 720px) {
      #works-detail .works-data #works-detail-outline .works-data-outline .works-data-outline-image {
        float: none;
        width: 100%;
        margin: 16px 0 0 0; } }
    #works-detail .works-data #works-detail-outline .works-data-outline .works-data-outline-image img {
      max-width: 100%;
      height: auto; }

#works-detail .works-data #works-detail-description p {
  line-height: 1.9; }

#works-detail .works-data #works-detail-staff .section-works-staff {
  width: 368px; }
  @media screen and (max-width: 720px) {
    #works-detail .works-data #works-detail-staff .section-works-staff {
      width: 100%;
      margin: 24px 0 0 0; }
      #works-detail .works-data #works-detail-staff .section-works-staff:first-child {
        margin: 0; } }
  #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-info a {
    position: relative;
    display: block;
    box-sizing: border-box;
    min-height: 120px;
    padding: 40px 0 0 148px;
    color: #000; }
    #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-info a .thumb {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 120px;
      height: 120px; }
      #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-info a .thumb img {
        display: block;
        width: 100%;
        height: auto; }
      #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-info a .thumb .thumb-filter {
        position: absolute;
        left: 0;
        top: 0; }
    #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-info a .category {
      display: block;
      font-size: 11px;
      font-family: "Verlag A","Verlag B";
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 1; }
    #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-info a .name {
      display: block;
      margin-top: 5px;
      font-size: 18px;
      font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
      line-height: 1; }
  #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-comment {
    margin: 24px 0 0 0; }
    @media screen and (max-width: 720px) {
      #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-comment {
        margin: 16px 0 0 0; } }
    #works-detail .works-data #works-detail-staff .section-works-staff .section-works-staff-comment p {
      line-height: 1.9; }

#works-detail #works-detail-pics .works-pic {
  margin: 110px auto 0 auto; }
  @media screen and (max-width: 720px) {
    #works-detail #works-detail-pics .works-pic {
      width: 100% !important;
      margin: 24px auto 0 auto; } }
  #works-detail #works-detail-pics .works-pic:first-child {
    margin: 0 auto; }
  #works-detail #works-detail-pics .works-pic img {
    max-width: 100%;
    height: auto; }
  #works-detail #works-detail-pics .works-pic .description {
    margin: 12px 0 0 0; }
    #works-detail #works-detail-pics .works-pic .description p {
      font-size: 12px;
      line-height: 2; }

@media screen and (max-width: 720px) {
  #works-detail #works-detail-interior .title-section-en small {
    display: block;
    margin: 6px 0 0 0; } }

@media screen and (max-width: 720px) {
  #staff .row.mt-6 {
    margin-top: 4.58537% !important; }
  #staff .row .col-l {
    float: left; }
  #staff .row .col-r {
    float: right; }
  #staff .row .col-w-3-1 {
    width: 30.2439%; }
  #staff .row .col-w-3-2 {
    width: 65.17073%; }
  #staff .row .col-w-3-1,
  #staff .row .col-w-3-2 {
    margin-left: 4.58537%; }
    #staff .row .col-w-3-1:first-child,
    #staff .row .col-w-3-2:first-child {
      margin-left: 0; } }

@media screen and (max-width: 720px) {
  #staff .section-staff {
    margin: 0; } }

#staff .section-staff a {
  position: relative;
  display: block; }
  #staff .section-staff a img {
    display: block;
    width: 100%;
    height: auto; }
  #staff .section-staff a .name {
    position: absolute;
    left: 28px;
    bottom: 28px;
    color: #fff;
    font-size: 16px;
    font-family: "Verlag A","Verlag B";
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      #staff .section-staff a .name {
        left: 8px;
        bottom: 8px;
        font-size: 10px;
        letter-spacing: 1px; } }

#staff-detail .staff-pic img {
  display: block;
  width: 100%;
  height: auto; }

#staff-detail .staff-skill {
  font-size: 12px;
  line-height: 1.9; }

#staff-detail .staff-name {
  margin: 10px 0 0 0;
  font-size: 28px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  line-height: 1; }

#staff-detail .staff-data {
  margin: 104px 0 0 0; }
  @media screen and (max-width: 720px) {
    #staff-detail .staff-data {
      margin: 48px 0 0 0; } }
  #staff-detail .staff-data .section-staff-data {
    position: relative;
    padding: 0 0 0 238px;
    margin: 80px 0 0 0; }
    @media screen and (max-width: 720px) {
      #staff-detail .staff-data .section-staff-data {
        padding: 0;
        margin: 32px 0 0 0; } }
    #staff-detail .staff-data .section-staff-data:first-child {
      margin: 0; }
    #staff-detail .staff-data .section-staff-data .title-staff-data {
      position: absolute;
      left: 0;
      top: 6px;
      padding: 0 0 6px 0;
      border-bottom: 4px solid #000;
      font-size: 16px;
      font-family: "Verlag A","Verlag B";
      font-weight: 800;
      letter-spacing: 2px;
      line-height: 1; }
      @media screen and (max-width: 720px) {
        #staff-detail .staff-data .section-staff-data .title-staff-data {
          position: relative;
          left: 0;
          top: 0;
          display: inline-block;
          margin: 0 0 12px 0; } }

#staff-detail #staff-detail-greeting p {
  font-size: 16px;
  line-height: 2; }
  @media screen and (max-width: 720px) {
    #staff-detail #staff-detail-greeting p {
      font-size: 100%; } }

#staff-detail #staff-detail-question .data-set {
  *zoom: 1;
  line-height: 2.4; }
  #staff-detail #staff-detail-question .data-set:after {
    content: "";
    display: table;
    clear: both; }
  #staff-detail #staff-detail-question .data-set dt {
    float: left;
    width: 276px; }
    @media screen and (max-width: 720px) {
      #staff-detail #staff-detail-question .data-set dt {
        width: 120px; } }
  #staff-detail #staff-detail-question .data-set dd {
    margin: 0 0 0 276px; }
    @media screen and (max-width: 720px) {
      #staff-detail #staff-detail-question .data-set dd {
        margin: 0 0 0 120px; } }

#staff-detail .section-staff-works {
  width: 236px;
  margin: 0 0 0 39px; }
  @media screen and (max-width: 720px) {
    #staff-detail .section-staff-works {
      width: 100%;
      margin: 24px 0 0 0; } }
  #staff-detail .section-staff-works:first-child {
    margin: 0; }
  #staff-detail .section-staff-works a {
    display: block;
    color: #000; }
  #staff-detail .section-staff-works .pic img {
    display: block;
    width: 100%;
    height: auto; }
  #staff-detail .section-staff-works .description {
    margin: 12px 0 0 0;
    font-size: 12px;
    line-height: 1.4; }

@media screen and (max-width: 720px) {
  #access .col-r {
    margin: 48px 0 0 0; } }

#access .access-title {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 32px 0 0 140px; }
  @media screen and (max-width: 720px) {
    #access .access-title {
      height: 100px;
      padding: 24px 0 0 110px; } }
  #access .access-title .eyecatch {
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 720px) {
      #access .access-title .eyecatch {
        display: block;
        width: 100px;
        height: 100px; }
        #access .access-title .eyecatch img {
          display: block;
          width: 100%;
          height: auto; } }
  #access .access-title .title {
    display: inline-block;
    padding: 0 0 5px 0;
    border-bottom: 4px solid #000; }
    @media screen and (max-width: 720px) {
      #access .access-title .title {
        padding: 0 0 4px 0;
        border-bottom: 3px solid #000; } }
    #access .access-title .title .en {
      font-family: "Verlag A","Verlag B";
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 1px;
      vertical-align: -2px; }
    #access .access-title .title .ja {
      margin-left: 12px;
      font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
      font-weight: 800;
      font-size: 22px;
      letter-spacing: 2px;
      vertical-align: middle; }
      @media screen and (max-width: 720px) {
        #access .access-title .title .ja {
          font-size: 18px; } }

#access .access-address {
  margin: 21px 0 0 0; }
  #access .access-address .en {
    font-family: "Verlag A","Verlag B";
    font-weight: 700;
    letter-spacing: 1px; }

#access .access-map {
  margin: 12px 0 0 0; }

#access .access-shops {
  margin: 22px 0 0 0; }
  #access .access-shops ul .en {
    font-family: "Verlag A","Verlag B";
    font-weight: 700;
    letter-spacing: 1px; }
  #access .access-shops ul li {
    margin: 4px 0 0 0;
    text-indent: -6px; }
    #access .access-shops ul li:first-child {
      margin: 0; }
    #access .access-shops ul li:before {
      content: "・"; }
    #access .access-shops ul li a {
      color: #000; }

#recruit {
  padding: 1px 0 0 0; }
  #recruit .content-text {
    margin-top: -10px;
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 2; }
    @media screen and (max-width: 720px) {
      #recruit .content-text {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 100%; } }
    #recruit .content-text .en {
      letter-spacing: 2px; }
  #recruit .content-data {
    margin: 110px 0 0 0; }
    @media screen and (max-width: 720px) {
      #recruit .content-data {
        margin: 32px 0 0 0; } }
    #recruit .content-data #recruit-tabs {
      display: none; }
      @media screen and (max-width: 720px) {
        #recruit .content-data #recruit-tabs {
          display: block;
          padding: 0 12px 12px 12px;
          *zoom: 1; }
          #recruit .content-data #recruit-tabs:after {
            content: "";
            display: table;
            clear: both; }
          #recruit .content-data #recruit-tabs button {
            float: left;
            width: 50%;
            box-sizing: border-box;
            margin: 0;
            padding: 8px 12px;
            border: 0; }
            #recruit .content-data #recruit-tabs button.active {
              background-color: #000;
              color: #fff; } }
    #recruit .content-data table {
      width: 100%; }
      @media screen and (max-width: 720px) {
        #recruit .content-data table {
          width: auto;
          margin: 0 12px; } }
      @media screen and (max-width: 720px) {
        #recruit .content-data table thead {
          display: none; } }
      #recruit .content-data table thead tr th {
        padding: 0 0 30px 6px;
        text-align: left; }
        #recruit .content-data table thead tr th span {
          display: inline-block;
          padding: 0 0 4px 0;
          border-bottom: 4px solid #000;
          font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
          font-size: 16px;
          letter-spacing: 2px; }
      #recruit .content-data table tbody tr th, #recruit .content-data table tbody tr td {
        text-align: left;
        font-size: 14px;
        line-height: 1.6; }
        @media screen and (max-width: 720px) {
          #recruit .content-data table tbody tr th, #recruit .content-data table tbody tr td {
            font-size: 12px; } }
      #recruit .content-data table tbody tr th {
        width: 104px;
        padding: 22px 20px 22px 30px; }
        @media screen and (max-width: 720px) {
          #recruit .content-data table tbody tr th {
            width: 88px;
            padding: 12px 8px 12px 10px; } }
      #recruit .content-data table tbody tr td.data-1 {
        width: 440px;
        padding: 22px 22px 22px 0; }
        @media screen and (max-width: 720px) {
          #recruit .content-data table tbody tr td.data-1 {
            width: auto;
            padding: 12px 8px 12px 0; } }
      #recruit .content-data table tbody tr td.data-2 {
        width: 375px;
        padding: 22px 22px 22px 0; }
        @media screen and (max-width: 720px) {
          #recruit .content-data table tbody tr td.data-2 {
            width: auto;
            padding: 12px 10px 10px 0; } }
      #recruit .content-data table tbody tr:nth-child(odd) th, #recruit .content-data table tbody tr:nth-child(odd) td {
        background-color: rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 720px) {
        #recruit .content-data table td {
          display: none; }
        #recruit .content-data table.table-1 .data-1 {
          display: table-cell;
          vertical-align: middle; }
        #recruit .content-data table.table-2 .data-2 {
          display: table-cell;
          vertical-align: middle; } }

#recruit-form {
  margin-top: 122px; }
  @media screen and (max-width: 720px) {
    #recruit-form {
      margin-top: 48px; } }
  #recruit-form .content-text {
    margin-top: 32px; }
    @media screen and (max-width: 720px) {
      #recruit-form .content-text {
        margin-top: 24px; } }
    #recruit-form .content-text p {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 1.6; }
      @media screen and (max-width: 720px) {
        #recruit-form .content-text p {
          font-size: 100%;
          letter-spacing: 0; } }
  #recruit-form .content-address {
    margin: 14px 0 0 0;
    font-size: 13px;
    letter-spacing: 1px;
    text-indent: -4px; }
    @media screen and (max-width: 720px) {
      #recruit-form .content-address {
        font-size: 12px;
        letter-spacing: 0; } }
  #recruit-form .content-form {
    margin: 68px 0 0 0; }
    @media screen and (max-width: 720px) {
      #recruit-form .content-form {
        margin: 24px 0 0 0; } }
    #recruit-form .content-form dl {
      display: table;
      width: 100%; }
      @media screen and (max-width: 720px) {
        #recruit-form .content-form dl {
          display: block; } }
      #recruit-form .content-form dl dt, #recruit-form .content-form dl dd {
        display: table-cell;
        padding: 16px 0; }
        @media screen and (max-width: 720px) {
          #recruit-form .content-form dl dt, #recruit-form .content-form dl dd {
            display: block; } }
      #recruit-form .content-form dl dt {
        width: 292px;
        font-size: 13px;
        line-height: 1.6; }
        @media screen and (max-width: 720px) {
          #recruit-form .content-form dl dt {
            width: auto;
            padding: 12px 0 0 0;
            font-size: 100%; } }
        #recruit-form .content-form dl dt .required {
          margin-left: 6px;
          color: #ff0000; }
      #recruit-form .content-form dl dd {
        width: 732px;
        font-size: 14px; }
        @media screen and (max-width: 720px) {
          #recruit-form .content-form dl dd {
            width: auto;
            padding: 12px 0;
            font-size: 100%; } }
    #recruit-form .content-form .form-submit {
      margin: 64px 0 0 0; }
      @media screen and (max-width: 720px) {
        #recruit-form .content-form .form-submit {
          margin: 32px 0 0 0; } }

@media screen and (max-width: 720px) {
  #blog .col-side {
    margin: 48px 0 0 0; } }

@media screen and (max-width: 720px) {
  #event-detail .col-side {
    margin: 48px 0 0 0; } }

#event-detail .event-head {
  margin: 40px 0 0 0; }
  #event-detail .event-head dl {
    *zoom: 1;
    line-height: 1.6; }
    #event-detail .event-head dl:after {
      content: "";
      display: table;
      clear: both; }
    #event-detail .event-head dl dt {
      float: left;
      position: relative;
      width: 70px;
      padding: 0 44px 0 0; }
      #event-detail .event-head dl dt:after {
        position: absolute;
        right: 20px;
        top: 0;
        content: ":"; }
    #event-detail .event-head dl dd {
      margin: 0 0 0 114px; }
  #event-detail .event-head .event-pic {
    margin: 34px 0 0 0; }
    #event-detail .event-head .event-pic img {
      max-width: 100%; }

#event-detail .event-form {
  margin: 60px 0 0 0; }
  @media screen and (max-width: 720px) {
    #event-detail .event-form {
      margin: 32px 0 0 0; } }
  #event-detail .event-form .title-article-sub {
    margin: 28px 0 0 0; }
  #event-detail .event-form form .hidden {
    display: none; }
  #event-detail .event-form form dl {
    display: table;
    width: 100%; }
    @media screen and (max-width: 720px) {
      #event-detail .event-form form dl {
        display: block; } }
    #event-detail .event-form form dl dt, #event-detail .event-form form dl dd {
      display: table-cell;
      padding: 21px 0; }
      @media screen and (max-width: 720px) {
        #event-detail .event-form form dl dt, #event-detail .event-form form dl dd {
          display: block; } }
    #event-detail .event-form form dl dt {
      width: 186px;
      font-size: 13px; }
      @media screen and (max-width: 720px) {
        #event-detail .event-form form dl dt {
          width: auto;
          padding: 12px 0 0 0; } }
      #event-detail .event-form form dl dt .required {
        margin-left: 6px;
        color: #ff0000; }
    #event-detail .event-form form dl dd {
      width: 604px;
      font-size: 14px; }
      @media screen and (max-width: 720px) {
        #event-detail .event-form form dl dd {
          width: auto;
          padding: 12px 0; } }
    #event-detail .event-form form dl.row-textarea dt {
      padding: 88px 0 0 0; }
      @media screen and (max-width: 720px) {
        #event-detail .event-form form dl.row-textarea dt {
          padding: 12px 0 0 0; } }

#renovation-top .title {
  margin-top: -12px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6; }
  @media screen and (max-width: 720px) {
    #renovation-top .title {
      margin-top: 0;
      font-size: 14px;
      letter-spacing: 1px; } }

#renovation-top .content-top-image {
  margin-top: 72px; }
  @media screen and (max-width: 720px) {
    #renovation-top .content-top-image {
      margin-top: 24px; }
      #renovation-top .content-top-image img {
        display: block;
        width: 100%;
        height: auto; } }

#renovation-top .content-top-text {
  margin-top: 72px; }
  @media screen and (max-width: 720px) {
    #renovation-top .content-top-text {
      margin-top: 24px; } }
  #renovation-top .content-top-text p {
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 1px; }
    @media screen and (max-width: 720px) {
      #renovation-top .content-top-text p {
        font-size: 12px;
        line-height: 1.4; } }

#renovation-flow {
  margin-top: 156px; }
  @media screen and (max-width: 720px) {
    #renovation-flow {
      margin-top: 48px; } }
  #renovation-flow .content-section-inner {
    margin-top: 50px; }
    @media screen and (max-width: 720px) {
      #renovation-flow .content-section-inner {
        margin-top: 24px; } }
    #renovation-flow .content-section-inner .ui-slider-content .inner {
      padding: 0 0 0 356px; }
      @media screen and (max-width: 720px) {
        #renovation-flow .content-section-inner .ui-slider-content .inner {
          padding: 0; } }
      #renovation-flow .content-section-inner .ui-slider-content .inner .eyecatch {
        position: absolute;
        left: 0;
        top: 0; }
        @media screen and (max-width: 720px) {
          #renovation-flow .content-section-inner .ui-slider-content .inner .eyecatch {
            float: left;
            position: relative;
            width: 100px; }
            #renovation-flow .content-section-inner .ui-slider-content .inner .eyecatch img {
              display: block;
              width: 100%;
              height: auto; } }
      @media screen and (max-width: 720px) {
        #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-title {
          padding: 28px 0 0 0;
          margin: 0 0 0 100px;
          line-height: 1; } }
      #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-title .en {
        display: block;
        margin: 0 0 5px 0;
        font-family: "Verlag A","Verlag B";
        font-weight: 800;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 2px; }
        @media screen and (max-width: 720px) {
          #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-title .en {
            font-size: 12px; } }
      #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-title .title {
        font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
        font-size: 20px;
        line-height: 1;
        letter-spacing: 2px; }
        @media screen and (max-width: 720px) {
          #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-title .title {
            font-size: 16px; } }
      #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-text {
        padding: 22px 0 0 0; }
        @media screen and (max-width: 720px) {
          #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-text {
            clear: both;
            padding: 0; } }
        #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-text p {
          margin: 20px 0 0 0;
          line-height: 1.7; }
          @media screen and (max-width: 720px) {
            #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-text p {
              margin: 12px 0 0 0;
              line-height: 1.4; } }
          #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-text p:first-child {
            margin: 0; }
          #renovation-flow .content-section-inner .ui-slider-content .inner .slider-content-text p a {
            color: #000; }

#renovation-works {
  margin-top: 165px; }
  @media screen and (max-width: 720px) {
    #renovation-works {
      margin-top: 48px; } }
  #renovation-works .content-section-inner {
    margin: 50px 0 0 0; }
    @media screen and (max-width: 720px) {
      #renovation-works .content-section-inner {
        margin-top: 24px; } }

#renovation-feedback {
  margin-top: 68px; }
  @media screen and (max-width: 720px) {
    #renovation-feedback {
      margin-top: 48px; } }
  #renovation-feedback .content-section-inner {
    margin-top: 52px; }
    @media screen and (max-width: 720px) {
      #renovation-feedback .content-section-inner {
        margin-top: 24px; } }

#renovation-modelroom {
  margin-top: 104px; }
  @media screen and (max-width: 720px) {
    #renovation-modelroom {
      margin-top: 48px; } }
  #renovation-modelroom .content-section-inner {
    margin-top: 50px; }
    @media screen and (max-width: 720px) {
      #renovation-modelroom .content-section-inner {
        margin-top: 24px; } }
    #renovation-modelroom .content-section-inner .content-text {
      margin-top: 38px; }
      @media screen and (max-width: 720px) {
        #renovation-modelroom .content-section-inner .content-text {
          margin-top: 24px; } }
      #renovation-modelroom .content-section-inner .content-text p {
        line-height: 1.8; }

#renovation-bigmountain {
  margin-top: 124px; }
  @media screen and (max-width: 720px) {
    #renovation-bigmountain {
      margin-top: 48px; } }
  #renovation-bigmountain .content-section-inner {
    margin-top: 48px; }
    @media screen and (max-width: 720px) {
      #renovation-bigmountain .content-section-inner {
        margin-top: 24px; } }
    #renovation-bigmountain .content-section-inner .row .col-side {
      padding: 10px 0 0 0; }
      @media screen and (max-width: 720px) {
        #renovation-bigmountain .content-section-inner .row .col-side {
          padding: 0; } }
    #renovation-bigmountain .content-section-inner .row .col-main {
      width: 720px; }
      @media screen and (max-width: 720px) {
        #renovation-bigmountain .content-section-inner .row .col-main {
          width: 100%; } }
    #renovation-bigmountain .content-section-inner .content-title {
      font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
      font-weight: 800;
      letter-spacing: 2px; }
    #renovation-bigmountain .content-section-inner .content-text {
      margin: 12px 0 0 0; }
      #renovation-bigmountain .content-section-inner .content-text p {
        line-height: 1.8; }

#renovation-associate {
  margin-top: 92px; }
  @media screen and (max-width: 720px) {
    #renovation-associate {
      margin-top: 48px; } }
  #renovation-associate .associate-title {
    position: relative;
    text-align: center;
    line-height: 34px; }
    #renovation-associate .associate-title:after {
      position: absolute;
      left: 50%;
      top: 102px;
      display: block;
      width: 14px;
      height: 4px;
      margin-left: -9px;
      background-color: #000;
      content: ""; }
      @media screen and (max-width: 720px) {
        #renovation-associate .associate-title:after {
          top: 90px; } }
    #renovation-associate .associate-title .en {
      display: inline-block;
      font-family: "Verlag A","Verlag B";
      font-weight: 800;
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 1; }
    #renovation-associate .associate-title .title {
      font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
      font-size: 20px;
      line-height: 1;
      letter-spacing: 3px; }
  #renovation-associate .content-section-inner {
    margin-top: 78px; }
    @media screen and (max-width: 720px) {
      #renovation-associate .content-section-inner {
        margin-top: 64px; } }
    #renovation-associate .content-section-inner .row {
      margin-right: -25px; }
      @media screen and (max-width: 720px) {
        #renovation-associate .content-section-inner .row {
          margin-right: 0;
          margin-top: 0 !important; } }
    #renovation-associate .content-section-inner .associate-section {
      float: left;
      width: 120px;
      margin-left: 35px;
      margin-bottom: 40px; }
      @media screen and (max-width: 720px) {
        #renovation-associate .content-section-inner .associate-section {
          width: 50%;
          box-sizing: border-box;
          padding: 0 10px;
          margin: 0 0 24px 0; } }
      #renovation-associate .content-section-inner .associate-section.col-l {
        margin-left: 0; }
      #renovation-associate .content-section-inner .associate-section .part {
        display: block;
        font-size: 11px;
        line-height: 1; }
      #renovation-associate .content-section-inner .associate-section .name {
        display: block;
        margin: 9px 0 0 0;
        font-size: 16px;
        font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
        letter-spacing: 2px;
        line-height: 1; }

@media screen and (max-width: 720px) {
  #voice-detail .col-main {
    margin-top: 32px; } }

#voice-detail .voice-thumb {
  position: relative;
  display: block;
  width: 187px;
  height: 187px; }
  @media screen and (max-width: 720px) {
    #voice-detail .voice-thumb {
      margin: 0 auto; } }
  #voice-detail .voice-thumb .thumb-pic {
    display: block;
    width: 100%;
    height: auto; }
  #voice-detail .voice-thumb .thumb-filter {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto; }

#voice-detail .voice-title {
  width: 187px;
  margin: 12px 0 0 0;
  text-align: center;
  font-size: 16px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  line-height: 1.4; }
  @media screen and (max-width: 720px) {
    #voice-detail .voice-title {
      width: 100%; } }

#voice-detail .voice-question {
  margin: 56px 0 0 0; }
  #voice-detail .voice-question:first-child {
    margin: 0; }
  #voice-detail .voice-question .voice-question-title {
    position: relative;
    min-height: 50px;
    padding: 0 0 0 80px;
    font-size: 18px;
    line-height: 60px;
    font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-weight: 800; }
    @media screen and (max-width: 720px) {
      #voice-detail .voice-question .voice-question-title {
        line-height: 30px; } }
    #voice-detail .voice-question .voice-question-title .number {
      box-sizing: border-box;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 60px;
      height: 60px;
      padding: 20px 0;
      background: url("../images/common/thumb-number-bg.png") no-repeat;
      text-align: center;
      text-indent: -0.2em;
      font-style: italic;
      letter-spacing: 1px;
      line-height: 1; }
  #voice-detail .voice-question .voice-question-text {
    margin: 10px 0 0 0; }
    @media screen and (max-width: 720px) {
      #voice-detail .voice-question .voice-question-text {
        margin: 20px 0 0 0; } }
    #voice-detail .voice-question .voice-question-text p {
      font-size: 100%;
      line-height: 1.8; }

#voice-detail .voice-pic {
  margin: 90px 0 0 0; }
  #voice-detail .voice-pic .voice-pic-title {
    font-family: "Verlag A","Verlag B","FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-weight: 800; }
    #voice-detail .voice-pic .voice-pic-title span {
      display: inline-block;
      padding: 0 0 2px 0;
      border-bottom: 3px solid #000; }
  #voice-detail .voice-pic .pic {
    margin: 30px 0 0 0; }
    #voice-detail .voice-pic .pic img {
      max-width: 100%;
      height: auto; }

#interior-top .title {
  margin-top: -12px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6; }
  @media screen and (max-width: 720px) {
    #interior-top .title {
      margin-top: 0;
      font-size: 14px;
      letter-spacing: 1px; } }

#interior-top .content-top-image {
  margin-top: 72px; }
  @media screen and (max-width: 720px) {
    #interior-top .content-top-image {
      margin-top: 24px; }
      #interior-top .content-top-image img {
        display: block;
        width: 100%;
        height: auto; } }

#interior-top .content-top-text {
  margin-top: 72px; }
  @media screen and (max-width: 720px) {
    #interior-top .content-top-text {
      margin-top: 24px; } }
  #interior-top .content-top-text p {
    margin: 32px 0 0 0;
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 1px; }
    @media screen and (max-width: 720px) {
      #interior-top .content-top-text p {
        font-size: 12px;
        line-height: 1.4; } }
    #interior-top .content-top-text p:first-child {
      margin: 0; }

#interior-shop {
  margin-top: 106px; }
  @media screen and (max-width: 720px) {
    #interior-shop {
      margin-top: 48px; } }
  #interior-shop .content-section-inner {
    margin: 46px 0 0 0; }
    @media screen and (max-width: 720px) {
      #interior-shop .content-section-inner {
        margin-top: 24px; } }
    #interior-shop .content-section-inner .row .col-side {
      width: 308px; }
      @media screen and (max-width: 720px) {
        #interior-shop .content-section-inner .row .col-side {
          width: 100%; }
          #interior-shop .content-section-inner .row .col-side img {
            display: block;
            width: 100%;
            height: auto; } }
    #interior-shop .content-section-inner .row .col-main {
      width: 666px; }
      @media screen and (max-width: 720px) {
        #interior-shop .content-section-inner .row .col-main {
          width: 100%; } }
    #interior-shop .content-section-inner .content-title {
      margin-top: -2px;
      line-height: 1; }
      #interior-shop .content-section-inner .content-title .en {
        font-family: "Verlag A","Verlag B";
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 2px;
        vertical-align: -2px; }
      #interior-shop .content-section-inner .content-title .title {
        margin-left: 12px;
        font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 2px;
        vertical-align: middle; }
        @media screen and (max-width: 720px) {
          #interior-shop .content-section-inner .content-title .title {
            font-size: 16px; } }
    #interior-shop .content-section-inner .content-text {
      margin: 28px 0 0 0; }
      @media screen and (max-width: 720px) {
        #interior-shop .content-section-inner .content-text {
          margin: 16px 0 0 0; } }
      #interior-shop .content-section-inner .content-text p {
        line-height: 1.8; }
    @media screen and (max-width: 720px) {
      #interior-shop .content-section-inner .mt-9 {
        margin-top: 24px !important;
        text-align: center; } }
    #interior-shop .content-section-inner .link-all-view {
      padding-left: 57px;
      padding-right: 57px; }

#interior-products {
  margin-top: 145px; }
  @media screen and (max-width: 720px) {
    #interior-products {
      margin-top: 48px; } }
  #interior-products .content-section-inner {
    margin: 50px 0 0 0; }
    @media screen and (max-width: 720px) {
      #interior-products .content-section-inner {
        margin-top: 24px; } }
    #interior-products .content-section-inner .row .col-l {
      padding: 78px 0 0 0; }
      @media screen and (max-width: 720px) {
        #interior-products .content-section-inner .row .col-l {
          padding: 24px 0 0 0; } }
    @media screen and (max-width: 720px) {
      #interior-products .content-section-inner .row .col-r img {
        display: block;
        width: 100%;
        height: auto; } }
    #interior-products .content-section-inner .content-title {
      margin-top: -2px;
      line-height: 1; }
      #interior-products .content-section-inner .content-title .en {
        font-family: "Verlag A","Verlag B";
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 2px;
        vertical-align: -2px; }
      #interior-products .content-section-inner .content-title .title {
        margin-left: 12px;
        font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 2px;
        vertical-align: middle; }
        @media screen and (max-width: 720px) {
          #interior-products .content-section-inner .content-title .title {
            font-size: 18px; } }
    #interior-products .content-section-inner .content-text {
      margin: 28px 0 0 0; }
      @media screen and (max-width: 720px) {
        #interior-products .content-section-inner .content-text {
          margin: 16px 0 0 0; } }
      #interior-products .content-section-inner .content-text p {
        font-size: 17px;
        line-height: 1.8; }
        @media screen and (max-width: 720px) {
          #interior-products .content-section-inner .content-text p {
            font-size: 100%;
            line-height: 1.6; } }
    @media screen and (max-width: 720px) {
      #interior-products .content-section-inner .mt-6 {
        text-align: center; } }
    #interior-products .content-section-inner .link-all-view {
      padding-left: 65px;
      padding-right: 65px; }

#interior-instagram {
  margin-top: 135px; }
  @media screen and (max-width: 720px) {
    #interior-instagram {
      margin-top: 48px; } }
  #interior-instagram .content-title {
    text-align: center; }
  #interior-instagram .content-section-inner {
    margin: 20px 0 0 0; }
    #interior-instagram .content-section-inner .content-text {
      text-align: center; }
      #interior-instagram .content-section-inner .content-text p {
        font-size: 17px;
        line-height: 1.8; }
        @media screen and (max-width: 720px) {
          #interior-instagram .content-section-inner .content-text p {
            font-size: 12px;
            line-height: 1.6; } }
    #interior-instagram .content-section-inner .list-instagram {
      position: relative;
      width: 100%;
      height: 256px;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 720px) {
        #interior-instagram .content-section-inner .list-instagram {
          margin-top: 32px; } }
      #interior-instagram .content-section-inner .list-instagram .list-instagram-wrap {
        position: absolute;
        left: 50%;
        top: 0;
        width: 2560px;
        margin-left: -1280px; }
        #interior-instagram .content-section-inner .list-instagram .list-instagram-wrap .list-instagram-container {
          position: relative; }
          #interior-instagram .content-section-inner .list-instagram .list-instagram-wrap .list-instagram-container .section-instagram {
            float: left;
            width: 256px;
            height: 256px; }

#interior-shipping {
  margin-top: 184px; }
  @media screen and (max-width: 720px) {
    #interior-shipping {
      margin-top: 48px; } }
  #interior-shipping .content-section-inner {
    margin: 50px 0 0 0; }
    @media screen and (max-width: 720px) {
      #interior-shipping .content-section-inner {
        margin-top: 24px; } }
    #interior-shipping .content-section-inner .content-text-boxed {
      padding: 24px 40px 28px 40px;
      background-color: #eee; }
      @media screen and (max-width: 720px) {
        #interior-shipping .content-section-inner .content-text-boxed {
          padding: 12px 20px; } }
      #interior-shipping .content-section-inner .content-text-boxed p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 2; }
        @media screen and (max-width: 720px) {
          #interior-shipping .content-section-inner .content-text-boxed p {
            font-size: 12px; } }
    @media screen and (max-width: 720px) {
      #interior-shipping .content-section-inner section {
        margin-top: 24px; }
        #interior-shipping .content-section-inner section:first-child {
          margin-top: 0; } }
    #interior-shipping .content-section-inner .content-title {
      line-height: 1; }
      #interior-shipping .content-section-inner .content-title .en {
        font-family: "Verlag A","Verlag B";
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 2px;
        vertical-align: -2px; }
      #interior-shipping .content-section-inner .content-title .title {
        margin-left: 8px;
        font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
        font-size: 22px;
        line-height: 1;
        letter-spacing: 2px;
        vertical-align: middle; }
        @media screen and (max-width: 720px) {
          #interior-shipping .content-section-inner .content-title .title {
            font-size: 18px; } }
    #interior-shipping .content-section-inner .content-text {
      margin: 20px 0 0 0; }
      #interior-shipping .content-section-inner .content-text p {
        line-height: 1.8; }

#estate-comingsoon {
  padding: 80px 0 120px 0; }
  #estate-comingsoon p {
    text-align: center;
    font-family: "Verlag A","Verlag B";
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 2px; }

#klaska-top .title {
  margin-top: -12px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6; }
  @media screen and (max-width: 720px) {
    #klaska-top .title {
      margin-top: 0;
      font-size: 14px;
      letter-spacing: 1px; } }

#klaska-top .content-top-text {
  margin-top: 40px; }
  #klaska-top .content-top-text p {
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 1px; }
    #klaska-top .content-top-text p:first-child {
      margin: 0; }

#klaska-top .content-top-image {
  margin-top: 72px; }

#klaska-standard {
  margin-top: 130px; }
  #klaska-standard .content-section-inner {
    margin: 46px 0 0 0; }

#klaska-estate {
  margin-top: 130px; }
  #klaska-estate .content-section-inner {
    margin: 46px 0 0 0; }

#klaska-naked {
  margin-top: 48px; }
  #klaska-naked .content-section-inner {
    margin: 46px 0 0 0; }

#furniture-1 .content-title,
#furniture-2 .content-title,
#furniture-3 .content-title,
#furniture-4 .content-title,
#furniture-5 .content-title {
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 60px; }
  @media screen and (max-width: 720px) {
    #furniture-1 .content-title,
    #furniture-2 .content-title,
    #furniture-3 .content-title,
    #furniture-4 .content-title,
    #furniture-5 .content-title {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 2.2; } }
  #furniture-1 .content-title span,
  #furniture-2 .content-title span,
  #furniture-3 .content-title span,
  #furniture-4 .content-title span,
  #furniture-5 .content-title span {
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 4px solid #000;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      #furniture-1 .content-title span,
      #furniture-2 .content-title span,
      #furniture-3 .content-title span,
      #furniture-4 .content-title span,
      #furniture-5 .content-title span {
        padding: 0 0 6px 0;
        border-bottom: 3px solid #000; } }

#furniture-1 .content-text,
#furniture-2 .content-text,
#furniture-3 .content-text,
#furniture-4 .content-text,
#furniture-5 .content-text {
  margin: 38px 0 0 0; }
  #furniture-1 .content-text p,
  #furniture-2 .content-text p,
  #furniture-3 .content-text p,
  #furniture-4 .content-text p,
  #furniture-5 .content-text p {
    margin: 28px 0 0 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px; }
    #furniture-1 .content-text p:first-child,
    #furniture-2 .content-text p:first-child,
    #furniture-3 .content-text p:first-child,
    #furniture-4 .content-text p:first-child,
    #furniture-5 .content-text p:first-child {
      margin: 0; }

#furniture-1 .col-sub,
#furniture-2 .col-sub,
#furniture-3 .col-sub,
#furniture-4 .col-sub,
#furniture-5 .col-sub {
  position: relative;
  overflow: visible; }
  #furniture-1 .col-sub .pic,
  #furniture-2 .col-sub .pic,
  #furniture-3 .col-sub .pic,
  #furniture-4 .col-sub .pic,
  #furniture-5 .col-sub .pic {
    position: relative; }
    #furniture-1 .col-sub .pic img,
    #furniture-2 .col-sub .pic img,
    #furniture-3 .col-sub .pic img,
    #furniture-4 .col-sub .pic img,
    #furniture-5 .col-sub .pic img {
      position: relative; }
      @media screen and (max-width: 720px) {
        #furniture-1 .col-sub .pic img,
        #furniture-2 .col-sub .pic img,
        #furniture-3 .col-sub .pic img,
        #furniture-4 .col-sub .pic img,
        #furniture-5 .col-sub .pic img {
          opacity: 1 !important;
          top: 0 !important; } }

#furniture-1 .col-main,
#furniture-2 .col-main,
#furniture-3 .col-main,
#furniture-4 .col-main,
#furniture-5 .col-main {
  position: relative; }

#furniture-1 .row .col-sub {
  float: left;
  width: 488px; }

#furniture-1 .row .col-main {
  float: right;
  width: 522px;
  padding-top: 128px; }

#furniture-2 {
  margin-top: 140px; }
  #furniture-2 .row .col-sub {
    float: right;
    width: 296px; }
    #furniture-2 .row .col-sub .pic {
      margin-left: -193px; }
  #furniture-2 .row .col-main {
    float: left;
    width: 728px;
    padding-top: 180px; }

#furniture-3 {
  margin-top: 132px; }
  #furniture-3 .row .col-sub {
    float: left;
    width: 478px;
    padding-top: 70px; }
  #furniture-3 .row .col-main {
    float: right;
    width: 540px; }
    #furniture-3 .row .col-main .content-text {
      margin-top: 24px; }

#furniture-4 {
  margin-top: 150px; }
  #furniture-4 .row .col-sub {
    float: right;
    width: 360px; }
    #furniture-4 .row .col-sub .pic {
      margin-left: -129px; }
  #furniture-4 .row .col-main {
    float: left;
    width: 660px;
    padding-top: 112px; }

#furniture-5 {
  margin-top: 150px; }
  #furniture-5 .row .col-sub {
    float: left;
    width: 470px; }
  #furniture-5 .row .col-main {
    float: right;
    width: 548px;
    padding-top: 223px; }
    #furniture-5 .row .col-main .content-text {
      margin-top: 28px; }

@media screen and (max-width: 720px) {
  #furniture-1 .row .col-sub,
  #furniture-2 .row .col-sub,
  #furniture-3 .row .col-sub,
  #furniture-4 .row .col-sub,
  #furniture-5 .row .col-sub {
    float: none;
    width: 100%;
    padding-top: 0; }
    #furniture-1 .row .col-sub .pic,
    #furniture-2 .row .col-sub .pic,
    #furniture-3 .row .col-sub .pic,
    #furniture-4 .row .col-sub .pic,
    #furniture-5 .row .col-sub .pic {
      margin: 0; }
      #furniture-1 .row .col-sub .pic img,
      #furniture-2 .row .col-sub .pic img,
      #furniture-3 .row .col-sub .pic img,
      #furniture-4 .row .col-sub .pic img,
      #furniture-5 .row .col-sub .pic img {
        display: block;
        width: 100%;
        height: auto; } }
      @media screen and (max-width: 720px) and (max-width: 720px) {
        #furniture-1 .row .col-sub .pic img,
        #furniture-2 .row .col-sub .pic img,
        #furniture-3 .row .col-sub .pic img,
        #furniture-4 .row .col-sub .pic img,
        #furniture-5 .row .col-sub .pic img {
          top: 0 !important; } }

@media screen and (max-width: 720px) {
  #furniture-1 .row .col-main,
  #furniture-2 .row .col-main,
  #furniture-3 .row .col-main,
  #furniture-4 .row .col-main,
  #furniture-5 .row .col-main {
    float: none;
    width: 100%;
    padding-top: 0; }
    #furniture-1 .row .col-main .content-text,
    #furniture-2 .row .col-main .content-text,
    #furniture-3 .row .col-main .content-text,
    #furniture-4 .row .col-main .content-text,
    #furniture-5 .row .col-main .content-text {
      margin-top: 16px; }
      #furniture-1 .row .col-main .content-text p,
      #furniture-2 .row .col-main .content-text p,
      #furniture-3 .row .col-main .content-text p,
      #furniture-4 .row .col-main .content-text p,
      #furniture-5 .row .col-main .content-text p {
        font-size: 100%;
        line-height: 1.6; }
  #furniture-2,
  #furniture-3,
  #furniture-4,
  #furniture-5 {
    margin-top: 56px; } }

#furniture-submit {
  margin-top: 142px; }
  @media screen and (max-width: 720px) {
    #furniture-submit {
      margin: 48px 12px 0 12px; } }

#artgabbeh-1 .content-title,
#artgabbeh-2 .content-title,
#artgabbeh-3 .content-title,
#artgabbeh-4 .content-title,
#artgabbeh-5 .content-title {
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 60px; }
  @media screen and (max-width: 720px) {
    #artgabbeh-1 .content-title,
    #artgabbeh-2 .content-title,
    #artgabbeh-3 .content-title,
    #artgabbeh-4 .content-title,
    #artgabbeh-5 .content-title {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 2.2; } }
  #artgabbeh-1 .content-title span,
  #artgabbeh-2 .content-title span,
  #artgabbeh-3 .content-title span,
  #artgabbeh-4 .content-title span,
  #artgabbeh-5 .content-title span {
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 4px solid #000;
    line-height: 1; }
    @media screen and (max-width: 720px) {
      #artgabbeh-1 .content-title span,
      #artgabbeh-2 .content-title span,
      #artgabbeh-3 .content-title span,
      #artgabbeh-4 .content-title span,
      #artgabbeh-5 .content-title span {
        padding: 0 0 6px 0;
        border-bottom: 3px solid #000; } }

#artgabbeh-1 .content-text,
#artgabbeh-2 .content-text,
#artgabbeh-3 .content-text,
#artgabbeh-4 .content-text,
#artgabbeh-5 .content-text {
  margin: 38px 0 0 0; }
  #artgabbeh-1 .content-text p,
  #artgabbeh-2 .content-text p,
  #artgabbeh-3 .content-text p,
  #artgabbeh-4 .content-text p,
  #artgabbeh-5 .content-text p {
    margin: 28px 0 0 0;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px; }
    #artgabbeh-1 .content-text p:first-child,
    #artgabbeh-2 .content-text p:first-child,
    #artgabbeh-3 .content-text p:first-child,
    #artgabbeh-4 .content-text p:first-child,
    #artgabbeh-5 .content-text p:first-child {
      margin: 0; }

#artgabbeh-1 .row .col-sub,
#artgabbeh-2 .row .col-sub,
#artgabbeh-3 .row .col-sub,
#artgabbeh-4 .row .col-sub,
#artgabbeh-5 .row .col-sub {
  position: relative;
  overflow: visible; }
  #artgabbeh-1 .row .col-sub .pic,
  #artgabbeh-2 .row .col-sub .pic,
  #artgabbeh-3 .row .col-sub .pic,
  #artgabbeh-4 .row .col-sub .pic,
  #artgabbeh-5 .row .col-sub .pic {
    position: relative; }
    #artgabbeh-1 .row .col-sub .pic img,
    #artgabbeh-2 .row .col-sub .pic img,
    #artgabbeh-3 .row .col-sub .pic img,
    #artgabbeh-4 .row .col-sub .pic img,
    #artgabbeh-5 .row .col-sub .pic img {
      position: relative; }
      @media screen and (max-width: 720px) {
        #artgabbeh-1 .row .col-sub .pic img,
        #artgabbeh-2 .row .col-sub .pic img,
        #artgabbeh-3 .row .col-sub .pic img,
        #artgabbeh-4 .row .col-sub .pic img,
        #artgabbeh-5 .row .col-sub .pic img {
          top: 0 !important; } }

#artgabbeh-1 .row .col-main,
#artgabbeh-2 .row .col-main,
#artgabbeh-3 .row .col-main,
#artgabbeh-4 .row .col-main,
#artgabbeh-5 .row .col-main {
  position: relative; }

#artgabbeh-1 .row .col-sub {
  float: left;
  width: 482px; }

#artgabbeh-1 .row .col-main {
  float: right;
  width: 542px;
  padding-top: 128px; }

#artgabbeh-2 {
  margin-top: 140px; }
  #artgabbeh-2 .row .col-sub {
    float: right;
    width: 244px; }
    #artgabbeh-2 .row .col-sub .pic {
      margin-left: -193px; }
  #artgabbeh-2 .row .col-main {
    float: left;
    width: 780px;
    padding-top: 180px; }

#artgabbeh-3 {
  margin-top: 132px; }
  #artgabbeh-3 .row .col-sub {
    float: left;
    width: 380px;
    padding-top: 70px; }
  #artgabbeh-3 .row .col-main {
    float: right;
    width: 640px; }
    #artgabbeh-3 .row .col-main .content-text {
      margin-top: 24px; }

#artgabbeh-4 {
  margin-top: 150px; }
  #artgabbeh-4 .row .col-sub {
    float: right;
    width: 360px; }
    #artgabbeh-4 .row .col-sub .pic {
      margin-left: -129px; }
  #artgabbeh-4 .row .col-main {
    float: left;
    width: 660px;
    padding-top: 112px; }

#artgabbeh-5 {
  margin-top: 150px; }
  #artgabbeh-5 .row .col-sub {
    float: left;
    width: 470px; }
  #artgabbeh-5 .row .col-main {
    float: right;
    width: 548px;
    padding-top: 223px; }
    #artgabbeh-5 .row .col-main .content-text {
      margin-top: 28px; }

@media screen and (max-width: 720px) {
  #artgabbeh-1 .row .col-sub,
  #artgabbeh-2 .row .col-sub,
  #artgabbeh-3 .row .col-sub,
  #artgabbeh-4 .row .col-sub,
  #artgabbeh-5 .row .col-sub {
    float: none;
    width: 100%;
    padding-top: 0; }
    #artgabbeh-1 .row .col-sub .pic,
    #artgabbeh-2 .row .col-sub .pic,
    #artgabbeh-3 .row .col-sub .pic,
    #artgabbeh-4 .row .col-sub .pic,
    #artgabbeh-5 .row .col-sub .pic {
      margin: 0; }
      #artgabbeh-1 .row .col-sub .pic img,
      #artgabbeh-2 .row .col-sub .pic img,
      #artgabbeh-3 .row .col-sub .pic img,
      #artgabbeh-4 .row .col-sub .pic img,
      #artgabbeh-5 .row .col-sub .pic img {
        display: block;
        width: 100%;
        height: auto; } }
      @media screen and (max-width: 720px) and (max-width: 720px) {
        #artgabbeh-1 .row .col-sub .pic img,
        #artgabbeh-2 .row .col-sub .pic img,
        #artgabbeh-3 .row .col-sub .pic img,
        #artgabbeh-4 .row .col-sub .pic img,
        #artgabbeh-5 .row .col-sub .pic img {
          top: 0 !important; } }

@media screen and (max-width: 720px) {
  #artgabbeh-1 .row .col-main,
  #artgabbeh-2 .row .col-main,
  #artgabbeh-3 .row .col-main,
  #artgabbeh-4 .row .col-main,
  #artgabbeh-5 .row .col-main {
    float: none;
    width: 100%;
    padding-top: 0; }
    #artgabbeh-1 .row .col-main .content-text,
    #artgabbeh-2 .row .col-main .content-text,
    #artgabbeh-3 .row .col-main .content-text,
    #artgabbeh-4 .row .col-main .content-text,
    #artgabbeh-5 .row .col-main .content-text {
      margin-top: 16px; }
      #artgabbeh-1 .row .col-main .content-text p,
      #artgabbeh-2 .row .col-main .content-text p,
      #artgabbeh-3 .row .col-main .content-text p,
      #artgabbeh-4 .row .col-main .content-text p,
      #artgabbeh-5 .row .col-main .content-text p {
        font-size: 100%;
        line-height: 1.6; }
  #artgabbeh-2,
  #artgabbeh-3,
  #artgabbeh-4,
  #artgabbeh-5 {
    margin-top: 56px; } }

#artgabbeh-submit {
  margin-top: 142px; }
  @media screen and (max-width: 720px) {
    #artgabbeh-submit {
      margin: 48px 12px 0 12px; } }

#bondroom-top .title {
  margin-top: -12px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 1.6; }
  @media screen and (max-width: 720px) {
    #bondroom-top .title {
      margin-top: 0;
      font-size: 14px;
      letter-spacing: 1px; } }

#bondroom-top .content-top-text {
  margin-top: 32px; }
  @media screen and (max-width: 720px) {
    #bondroom-top .content-top-text {
      margin-top: 24px; } }
  #bondroom-top .content-top-text p {
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 1px; }
    @media screen and (max-width: 720px) {
      #bondroom-top .content-top-text p {
        font-size: 12px;
        line-height: 1.4; } }
    #bondroom-top .content-top-text p:first-child {
      margin: 0; }

#bondroom-top .content-top-image {
  margin-top: 72px; }
  @media screen and (max-width: 720px) {
    #bondroom-top .content-top-image {
      margin-top: 24px; }
      #bondroom-top .content-top-image img {
        display: block;
        width: 100%;
        height: auto; } }

#bondroom-event {
  margin-top: 124px; }
  @media screen and (max-width: 720px) {
    #bondroom-event {
      margin-top: 48px; } }
  #bondroom-event .content-section-inner {
    margin: 42px 0 0 0; }
    @media screen and (max-width: 720px) {
      #bondroom-event .content-section-inner {
        margin-top: 24px; } }
    @media screen and (max-width: 720px) {
      #bondroom-event .content-section-inner .section-bond-event .pic img {
        display: block;
        width: 100%;
        height: auto; } }
    #bondroom-event .content-section-inner .section-bond-event .title {
      margin: 28px 0 0 0;
      text-align: center;
      font-family: "Verlag A","Verlag B";
      font-weight: 800;
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 1; }
      #bondroom-event .content-section-inner .section-bond-event .title span {
        display: inline-block;
        padding: 0 0 6px 0;
        border-bottom: 4px solid #000; }
    #bondroom-event .content-section-inner .section-bond-event .description {
      margin: 26px 0 0 0; }
      #bondroom-event .content-section-inner .section-bond-event .description p {
        font-size: 13px;
        line-height: 1.7; }

#bondroom-information {
  margin-top: 125px; }
  @media screen and (max-width: 720px) {
    #bondroom-information {
      margin-top: 48px; } }
  #bondroom-information .content-section-inner {
    margin: 32px 0 0 0; }
    @media screen and (max-width: 720px) {
      #bondroom-information .content-section-inner {
        margin-top: 24px; } }

#bondroom-rental {
  margin-top: 92px; }
  @media screen and (max-width: 720px) {
    #bondroom-rental {
      margin-top: 48px; } }
  #bondroom-rental .content-section-inner {
    margin: 42px 0 0 0; }
    @media screen and (max-width: 720px) {
      #bondroom-rental .content-section-inner {
        margin-top: 24px; } }
    #bondroom-rental .content-section-inner .bondroom-rental-section {
      display: block;
      width: 308px;
      height: 308px;
      box-sizing: border-box;
      padding: 108px 0 0 0;
      margin-left: 50px;
      background: url("../images/bondroom/rental-section-bg.png") no-repeat;
      background-size: 100%;
      text-align: center; }
      @media screen and (max-width: 720px) {
        #bondroom-rental .content-section-inner .bondroom-rental-section {
          float: none;
          display: block;
          width: 296px;
          height: 296px;
          margin: 24px auto 0 auto; } }
      #bondroom-rental .content-section-inner .bondroom-rental-section:first-child {
        margin-left: 0; }
        @media screen and (max-width: 720px) {
          #bondroom-rental .content-section-inner .bondroom-rental-section:first-child {
            margin-left: auto; } }
      #bondroom-rental .content-section-inner .bondroom-rental-section .title {
        font-size: 15px; }
        #bondroom-rental .content-section-inner .bondroom-rental-section .title .en {
          font-family: "Verlag A","Verlag B";
          font-weight: 800;
          color: #dc2875;
          letter-spacing: 2px; }
        #bondroom-rental .content-section-inner .bondroom-rental-section .title .ja {
          font-size: 13px;
          letter-spacing: 1px;
          margin-left: 4px; }
      #bondroom-rental .content-section-inner .bondroom-rental-section .price {
        margin: 10px 0 0 0; }
        #bondroom-rental .content-section-inner .bondroom-rental-section .price p {
          font-family: "Verlag A","Verlag B";
          font-weight: 800;
          font-size: 28px;
          letter-spacing: 2px;
          line-height: 1; }
          #bondroom-rental .content-section-inner .bondroom-rental-section .price p small {
            font-size: 14px; }
    #bondroom-rental .content-section-inner .bondroom-rental-data {
      width: 316px;
      padding: 28px 0 0 0;
      margin-left: 42px; }
      @media screen and (max-width: 720px) {
        #bondroom-rental .content-section-inner .bondroom-rental-data {
          width: 100%;
          margin-left: 0; } }
      #bondroom-rental .content-section-inner .bondroom-rental-data p {
        font-size: 14px; }
      #bondroom-rental .content-section-inner .bondroom-rental-data .bondroom-rental-fixtures {
        margin: 28px 0 0 9px;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.4; }
        @media screen and (max-width: 720px) {
          #bondroom-rental .content-section-inner .bondroom-rental-data .bondroom-rental-fixtures {
            margin: 16px 0 0 0; } }
        #bondroom-rental .content-section-inner .bondroom-rental-data .bondroom-rental-fixtures li {
          margin: 9px 0 0 0; }
          @media screen and (max-width: 720px) {
            #bondroom-rental .content-section-inner .bondroom-rental-data .bondroom-rental-fixtures li {
              padding: 0 0 0 1em;
              margin: 6px 0 0 0;
              text-indent: -1em; } }
          #bondroom-rental .content-section-inner .bondroom-rental-data .bondroom-rental-fixtures li:before {
            content: "・ "; }

#bondroom-submit {
  margin-top: 120px; }
  @media screen and (max-width: 720px) {
    #bondroom-submit {
      margin-top: 32px; } }
  #bondroom-submit .btn-contact {
    padding: 28px 58px; }
    @media screen and (max-width: 720px) {
      #bondroom-submit .btn-contact {
        padding: 20px 12px;
        margin: 0 12px; } }

#contact-area {
  padding-top: 120px;
  margin-top: -120px;
  text-align: center; }
  @media screen and (max-width: 720px) {
    #contact-area {
      padding-top: 48px;
      margin-top: -48px; } }
  #contact-area .title-area {
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-size: 18px; }
    @media screen and (max-width: 720px) {
      #contact-area .title-area {
        font-size: 16px; } }
  #contact-area .contact-area-main {
    margin-top: 32px; }
    #contact-area .contact-area-main p {
      line-height: 1.8; }

#contact-tel {
  margin-top: 160px; }
  @media screen and (max-width: 720px) {
    #contact-tel {
      margin-top: 40px; }
      #contact-tel .title-section-en small {
        display: block;
        margin: 6px 0 0 0;
        font-size: 11px; } }
  @media screen and (max-width: 720px) {
    #contact-tel .col-r {
      margin-top: 16px; } }
  #contact-tel .content-text-boxed {
    padding: 46px 26px 46px 0;
    background-color: #eee;
    text-align: center; }
    @media screen and (max-width: 720px) {
      #contact-tel .content-text-boxed {
        padding: 12px 0 16px 0; } }
    #contact-tel .content-text-boxed dl {
      line-height: 36px; }
      @media screen and (max-width: 720px) {
        #contact-tel .content-text-boxed dl {
          line-height: 26px; } }
      #contact-tel .content-text-boxed dl dt, #contact-tel .content-text-boxed dl dd {
        display: inline-block; }
      #contact-tel .content-text-boxed dl dt {
        vertical-align: -2px; }
        @media screen and (max-width: 720px) {
          #contact-tel .content-text-boxed dl dt {
            display: block;
            vertical-align: 0; } }
      #contact-tel .content-text-boxed dl dd {
        padding: 0 0 4px 0;
        margin-left: 16px;
        border-bottom: 4px solid #000;
        vertical-align: middle;
        font-family: "Verlag A","Verlag B";
        font-weight: 800;
        font-size: 32px;
        letter-spacing: 2px;
        line-height: 1; }
        @media screen and (max-width: 720px) {
          #contact-tel .content-text-boxed dl dd {
            margin-left: 0;
            margin-top: 8px;
            font-size: 26px; } }
        #contact-tel .content-text-boxed dl dd a {
          color: #000; }

#contact-mailform {
  margin-top: 152px; }
  @media screen and (max-width: 720px) {
    #contact-mailform {
      margin-top: 48px; } }
  @media screen and (max-width: 720px) {
    #contact-mailform .title-section-en small {
      display: block;
      margin: 6px 0 0 0;
      font-size: 11px; } }
  #contact-mailform .forms-nav {
    margin: 48px 0 0 0; }
    @media screen and (max-width: 720px) {
      #contact-mailform .forms-nav {
        margin-top: 24px; } }
    @media screen and (max-width: 720px) {
      #contact-mailform .forms-nav .forms-nav-section {
        margin: 24px 0 0 0; }
        #contact-mailform .forms-nav .forms-nav-section:first-child {
          margin: 0; } }
    #contact-mailform .forms-nav .forms-nav-section a {
      display: block;
      width: 100%;
      height: auto;
      color: #000; }
      #contact-mailform .forms-nav .forms-nav-section a .forms-nav-title {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        padding: 0 0 0 78px;
        line-height: 1; }
        #contact-mailform .forms-nav .forms-nav-section a .forms-nav-title .number {
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 60px;
          height: 60px;
          box-sizing: border-box;
          padding: 20px;
          background: url("../images/common/thumb-number-bg.png") no-repeat;
          font-family: "Verlag A","Verlag B";
          font-weight: 800;
          text-align: center;
          text-indent: -4px;
          font-size: 18px;
          font-style: italic;
          letter-spacing: 2px; }
        #contact-mailform .forms-nav .forms-nav-section a .forms-nav-title .title {
          display: block;
          font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
          font-size: 18px;
          line-height: 56px; }
        #contact-mailform .forms-nav .forms-nav-section a .forms-nav-title:after {
          position: absolute;
          right: 2px;
          top: 24px;
          display: block;
          width: 20px;
          height: 12px;
          background: url("../images/common/ico-article-down.png") no-repeat;
          content: ""; }
      #contact-mailform .forms-nav .forms-nav-section a .description {
        margin: 12px 0 0 0; }
        #contact-mailform .forms-nav .forms-nav-section a .description p {
          font-size: 13px;
          line-height: 1.8; }
    #contact-mailform .forms-nav .forms-nav-section.active a .forms-nav-title .number {
      background-image: url("../images/common/content-section-title-bg-blue.png");
      color: #fff; }
  #contact-mailform .forms {
    margin: 160px 0 0 0; }
    @media screen and (max-width: 720px) {
      #contact-mailform .forms {
        margin: 48px 0 0 0; } }
    #contact-mailform .forms .contact-mailform-section {
      position: relative; }
      #contact-mailform .forms .contact-mailform-section .form-title {
        font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 1; }
        #contact-mailform .forms .contact-mailform-section .form-title span {
          display: inline-block;
          padding: 0 0 11px 0;
          border-bottom: 4px solid #000; }
      #contact-mailform .forms .contact-mailform-section .form-sub-title {
        position: relative;
        padding: 0 0 22px 0;
        background: url("../images/common/bg-dotted-x.png") repeat-x 0 bottom;
        font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
        font-size: 18px;
        letter-spacing: 1px; }
        @media screen and (max-width: 720px) {
          #contact-mailform .forms .contact-mailform-section .form-sub-title {
            padding: 0 0 8px 0;
            font-size: 16px; } }
        #contact-mailform .forms .contact-mailform-section .form-sub-title:before {
          display: inline;
          content: "■ "; }
      #contact-mailform .forms .contact-mailform-section .form-area {
        position: absolute;
        right: 0;
        top: 6px; }
        @media screen and (max-width: 720px) {
          #contact-mailform .forms .contact-mailform-section .form-area {
            position: relative;
            right: 0;
            top: 0;
            margin-top: 16px; } }
      #contact-mailform .forms .contact-mailform-section .form-content {
        margin: 30px 0 0 0; }
        @media screen and (max-width: 720px) {
          #contact-mailform .forms .contact-mailform-section .form-content {
            margin: 16px 0 0 0; } }
        #contact-mailform .forms .contact-mailform-section .form-content dl {
          display: table;
          width: 100%;
          background: url("../images/common/bg-dotted-x.png") repeat-x 0 bottom; }
          @media screen and (max-width: 720px) {
            #contact-mailform .forms .contact-mailform-section .form-content dl {
              display: block; } }
          #contact-mailform .forms .contact-mailform-section .form-content dl dt, #contact-mailform .forms .contact-mailform-section .form-content dl dd {
            display: table-cell;
            padding: 21px 0; }
            @media screen and (max-width: 720px) {
              #contact-mailform .forms .contact-mailform-section .form-content dl dt, #contact-mailform .forms .contact-mailform-section .form-content dl dd {
                display: block; } }
          #contact-mailform .forms .contact-mailform-section .form-content dl dt {
            width: 292px;
            font-size: 13px;
            line-height: 2.4; }
            @media screen and (max-width: 720px) {
              #contact-mailform .forms .contact-mailform-section .form-content dl dt {
                width: auto;
                padding: 12px 0 0 0; } }
            #contact-mailform .forms .contact-mailform-section .form-content dl dt .required {
              margin-left: 6px;
              color: #ff0000; }
          #contact-mailform .forms .contact-mailform-section .form-content dl dd {
            width: 732px;
            font-size: 14px;
            line-height: 2.4; }
            @media screen and (max-width: 720px) {
              #contact-mailform .forms .contact-mailform-section .form-content dl dd {
                width: auto;
                padding: 12px 0; } }
    @media screen and (max-width: 720px) {
      #contact-mailform .forms #contact-mailform-1 #contact-mailform-1-date .w-200 {
        margin: 0 0 0 64px; }
        #contact-mailform .forms #contact-mailform-1 #contact-mailform-1-date .w-200:before {
          content: "\A";
          white-space: pre;
          font-size: 0;
          line-height: 0; } }

#pamphlet-book .row .col-side {
  width: 308px; }
  @media screen and (max-width: 720px) {
    #pamphlet-book .row .col-side {
      width: auto;
      text-align: center; }
      #pamphlet-book .row .col-side img {
        max-width: 100%; } }

#pamphlet-book .row .col-main {
  width: 670px; }
  @media screen and (max-width: 720px) {
    #pamphlet-book .row .col-main {
      width: auto; } }

#pamphlet-book .content-title {
  margin-top: -2px;
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    #pamphlet-book .content-title {
      font-size: 16px;
      line-height: 1.4; } }

#pamphlet-book .content-text {
  margin: 36px 0 0 0; }
  @media screen and (max-width: 720px) {
    #pamphlet-book .content-text {
      margin: 24px 0 0 0; } }
  #pamphlet-book .content-text p {
    font-size: 16px;
    letter-spacing: 1.25px;
    line-height: 1.95; }
    @media screen and (max-width: 720px) {
      #pamphlet-book .content-text p {
        font-size: 1em;
        letter-spacing: 0;
        line-height: 1.6; } }

@media screen and (max-width: 720px) {
  #pamphlet-book .col-r {
    margin: 24px 0 0 0; } }

#pamphlet-book .content-sub-title {
  font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1; }
  @media screen and (max-width: 720px) {
    #pamphlet-book .content-sub-title {
      font-size: 16px; } }
  #pamphlet-book .content-sub-title span {
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 4px solid #000; }

#pamphlet-book .content-sub-inner {
  position: relative;
  padding: 0 0 0 138px;
  margin: 14px 0 0 0; }
  @media screen and (max-width: 720px) {
    #pamphlet-book .content-sub-inner {
      padding: 0 0 0 110px; } }
  #pamphlet-book .content-sub-inner .pic {
    position: absolute;
    left: 0;
    top: 6px; }
    @media screen and (max-width: 720px) {
      #pamphlet-book .content-sub-inner .pic {
        display: block;
        width: 100px;
        height: auto; }
        #pamphlet-book .content-sub-inner .pic img {
          display: block;
          width: 100%;
          height: auto; } }
  #pamphlet-book .content-sub-inner .content-sub-text p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.9; }
    @media screen and (max-width: 720px) {
      #pamphlet-book .content-sub-inner .content-sub-text p {
        font-size: 100%;
        line-height: 1.6; } }

#pamphlet-book .form-submit {
  margin: 110px 0 0 0; }
  @media screen and (max-width: 720px) {
    #pamphlet-book .form-submit {
      margin: 32px 0 0 0; } }

#pamphlet-bond {
  margin-top: 160px; }
  @media screen and (max-width: 720px) {
    #pamphlet-bond {
      margin-top: 48px; } }
  #pamphlet-bond .row {
    margin: 20px 0 0 0; }
    #pamphlet-bond .row .col-side {
      width: 488px; }
      @media screen and (max-width: 720px) {
        #pamphlet-bond .row .col-side {
          width: auto;
          text-align: center; }
          #pamphlet-bond .row .col-side img {
            max-width: 100%; } }
    #pamphlet-bond .row .col-main {
      width: 512px; }
      @media screen and (max-width: 720px) {
        #pamphlet-bond .row .col-main {
          width: auto; }
          #pamphlet-bond .row .col-main p {
            font-size: 100%; } }
  #pamphlet-bond .content-text p {
    margin: 30px 0 0 0;
    font-size: 17px;
    line-height: 1.85; }
    #pamphlet-bond .content-text p:first-child {
      margin: 0; }
  #pamphlet-bond .form-submit {
    margin-top: 94px; }
    @media screen and (max-width: 720px) {
      #pamphlet-bond .form-submit {
        margin-top: 32px; } }

#privacy {
  line-height: 1.8;
  letter-spacing: 1px; }
  #privacy .intro {
    padding-bottom: 30px;
    font-size: 17px; }
  #privacy section {
    padding-bottom: 30px;
    font-size: 14px; }
    #privacy section h3 {
      font-size: 16px;
      padding-bottom: 5px; }

#andstandard {
  line-height: 1.8; }
  #andstandard #logos {
    padding-bottom: 90px; }
    #andstandard #logos div {
      height: 120px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      box-sizing: border-box; }
      #andstandard #logos div p {
        padding-bottom: 10px; }
      #andstandard #logos div:nth-of-type(1) {
        width: 30%; }
      #andstandard #logos div:nth-of-type(2) {
        width: 38%;
        background: url("../images/andstandard/ico-3.png") no-repeat left, url("../images/andstandard/ico-4.png") no-repeat right;
        background-size: 24px;
        line-height: 2; }
      #andstandard #logos div:nth-of-type(3) {
        width: 30%; }
    @media screen and (max-width: 720px) {
      #andstandard #logos div {
        display: block;
        height: auto; }
        #andstandard #logos div:nth-of-type(1) {
          width: auto;
          margin-bottom: 30px; }
        #andstandard #logos div:nth-of-type(2) {
          width: auto;
          background: none;
          margin-bottom: 40px; }
        #andstandard #logos div:nth-of-type(3) {
          width: auto; }
        #andstandard #logos div img {
          width: 200px; } }
  #andstandard .title1 {
    padding-bottom: 20px;
    font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
    font-size: 28px;
    font-weight: bold; }
    @media screen and (max-width: 720px) {
      #andstandard .title1 {
        font-size: 24px;
        line-height: 1.5; } }
  #andstandard p {
    font-size: 16px; }
    
    
    
  #andstandard .graph {
    overflow: hidden;
    padding: 100px 0; }
    #andstandard .graph h3 {
      font-size: 24px;
      line-height: 1.6;
      font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
      letter-spacing: 1px; }
      #andstandard .graph h3 span {
        display: block;
        font-size: 17px;
        font-family: "FOT-筑紫ゴシック Pro D", TsukuGoPro-D; }
    #andstandard .graph .left {
      position: relative;
      float: left;
      width: 50%;
      padding-right: 45px;
      box-sizing: border-box; }
      #andstandard .graph .left .img1 {
        text-align: right; }
      #andstandard .graph .left ul li {
        padding-left: 25px;
        background: url("../images/andstandard/ico-1.png") no-repeat left;
        background-size: 16px; }
    #andstandard .graph .right {
      position: relative;
      float: right;
      width: 50%;
      padding-left: 45px;
      box-sizing: border-box; }
      #andstandard .graph .right h3 {
        text-align: right;
        font-family: "Verlag A","Verlag B";
        font-weight: 800; }
      #andstandard .graph .right ul {
        position: absolute;
        right: 0; }
        #andstandard .graph .right ul li {
          padding-left: 25px;
          background: url("../images/andstandard/ico-2.png") no-repeat left;
          background-size: 18px; }
    @media screen and (max-width: 720px) {
      #andstandard .graph .left {
        float: none;
        width: auto;
        padding: 0 0 80px 0; }
        #andstandard .graph .left .img1 {
          width: 80%;
          margin: 0 auto;
          padding: 30px 0; }
          #andstandard .graph .left .img1 img {
            width: 100%; }
      #andstandard .graph .right {
        float: none;
        width: auto;
        padding: 0; }
        #andstandard .graph .right h3 {
          text-align: inherit; }
        #andstandard .graph .right ul {
          position: inherit; }
        #andstandard .graph .right .img1 {
          width: 80%;
          margin: 0 auto;
          padding: 30px 0; }
          #andstandard .graph .right .img1 img {
            width: 100%; } }
  #andstandard p:nth-of-type(2) {
    padding-bottom: 30px; }
  #andstandard .bnr1 {
    padding-top: 80px; }
    @media screen and (max-width: 720px) {
      #andstandard .bnr1 img {
        width: 100%; } }
  #andstandard .area-claska {
    overflow: hidden;
    padding: 100px 0 0 0; }
    #andstandard .area-claska .left {
      position: relative;
      float: left;
      width: 50%;
      padding-top: 25px;
      box-sizing: border-box; }
    #andstandard .area-claska .left p:nth-of-type(1) {
      font-size: 24px;
      font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
      padding-bottom: 30px; }
    #andstandard .area-claska .left p:nth-of-type(2) {
      font-size: 16px;
      font-family: "FOT-筑紫ゴシック Pro D", TsukuGoPro-D; }
    #andstandard .area-claska .right {
      position: relative;
      float: right;
      text-align: right;
      width: 50%;
      box-sizing: border-box; }
    #andstandard .area-claska .right a {
      display: inline-block; }
    @media screen and (max-width: 720px) {
      #andstandard .area-claska br {
        display: none; }
      #andstandard .area-claska img {
        width: 100% }
      #andstandard .area-claska .left {
        float: none;
        width: auto;
        padding: 0 0 40px 0; }
      #andstandard .area-claska .right {
        float: none;
        width: auto;
        padding: 0; } }
  #andstandard #works {
    padding-top: 100px; }
    #andstandard #works h3 {
      margin-bottom: 50px; }
    #andstandard #works ul {
      overflow: hidden; }
      #andstandard #works ul li {
        float: left;
        padding-right: 47px; }
        #andstandard #works ul li:nth-of-type(3) {
          padding-right: 0; }
        #andstandard #works ul li a {
          color: #000; }
          #andstandard #works ul li a .date {
            display: block;
            margin-top: 20px;
            font-size: 10px;
            font-family: "Verlag A","Verlag B";
            font-weight: 700;
            letter-spacing: 1px; }
          #andstandard #works ul li a .title {
            font-family: "FOT-筑紫ゴシック Pro E", TsukuGoPro-E;
            font-size: 16px;
            letter-spacing: 1px; }
    @media screen and (max-width: 720px) {
      #andstandard #works ul li {
        float: none;
        padding-right: 0; }
      #andstandard #works img {
        width: 100%; } }