<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/* style.scss*/
/* Caution*/
/*! ========================================
※※※※※※※※※※※※※※※※※※※※
このCSSはSassから生成されています。
直接編集しないでください。
※※※※※※※※※※※※※※※※※※※※
=========================================== */
/* import*/
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* Scss Document */
/* _breakpoints.scss*/
/*ブレークポイント*/
/**/
/**/
/*　 colors　*/
/* basic styiling */
html {
  height: 100%; }

body {
  font-feature-settings: "pwid";
  font-family: 'GillSansNova-UltraLight', "FP-ヒラギノ角ゴ StdN W1", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  height: 100%; }

li {
  list-style-type: none; }

a {
  color: #666666; }
  a:hover {
    text-decoration: none;
    color: #000000; }

p &gt; a {
  color: #000000;
  text-decoration: underline; }

h1 {
  font-size: 24px;
  font-feature-settings: "palt";
  font-family: 'Quicksand', 'GillSansNova-UltraLight', "FP-ヒラギノ角ゴ StdN W1", sans-serif !important; }

h2 {
  font-size: 20px;
  font-feature-settings: "palt";
  font-family: 'Quicksand', 'GillSansNova-UltraLight', "FP-ヒラギノ角ゴ StdN W1", sans-serif !important; }

h3 {
  font-size: 18px;
  font-feature-settings: "palt";
  font-family: 'Quicksand', 'GillSansNova-UltraLight', "FP-ヒラギノ角ゴ StdN W1", sans-serif !important; }

h4 {
  font-size: 16px;
  font-feature-settings: "palt";
  font-family: 'Quicksand', 'GillSansNova-UltraLight', "FP-ヒラギノ角ゴ StdN W1", sans-serif !important; }

p {
  font-feature-settings: "pwid";
  font-family: 'GillSansNova-UltraLight', "FP-ヒラギノ角ゴ StdN W1", sans-serif !important;
  font-size: 14px;
  line-height: 2.0; }
  p.sub {
    line-height: 1.4; }
  @media screen and (max-width: 480px) {
    p {
      font-size: 12px; } }

.caption {
  font-size: 13px;
  line-height: 1.4;
  color: #666; }

@media screen and (min-width: 481px) {
  .sponly {
    display: none; } }

@media screen and (max-width: 480px) {
  .spout {
    display: none; } }

/* 　arrows　矢印 */
a.arw.right::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 2px;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* buttons  ボタン*/
a.btn-normal {
  display: inline-block;
  border-radius: 4px;
  height: auto;
  width: auto;
  background-color: #afafaf;
  font-size: 12px;
  margin-right: 0;
  padding: 8px 16px;
  color: #000;
  font-size: 14px;
  font-family: 'FP-ヒラギノ角ゴ StdN W1' sans-serif !important;
  position: relative; }

a.btn-normal:hover {
  text-decoration: none;
  background-color: #e2e2e2; }

a.btn-normal.arw {
  padding: 8px 60px 8px 60px; }

a.btn-normal.arw::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100; }

a.btn-strong {
  display: inline-block;
  border-radius: 4px;
  height: auto;
  width: auto;
  background-color: #4d4d4d;
  margin-right: 0;
  padding: 8px 16px;
  color: #fff;
  font-size: 14px;
  font-family: "FOT-UD角ゴ_スモール Pr6 M" sans-serif !important;
  position: relative; }
  @media screen and (max-width: 480px) {
    a.btn-strong {
      font-size: 13px; } }

a.btn-strong:hover {
  text-decoration: none;
  background-color: #999999; }

a.btn-strong.arw {
  padding: 8px 60px 8px 60px; }

a.btn-strong.arw::before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100; }

/*　レイアウト-------------------------------------　*/
.row:after {
  content: "";
  display: table;
  clear: both; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.container {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
  width: 1200px;
  margin-bottom: 140px;
}
  @media screen and (max-width: 959px) {
    .container {
      width: 100%;
      left: 0;
      margin-left: 0; } }
  @media screen and (max-width: 480px) {
    .container {
      /*スマホ以下*/
      width: 100%;
      left: 0;
      margin-left: 0; } }

.flexContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*  -------------------------------------

ページ構成

------------------------------------- */
/* basic layout */
#wrapper {
  position: relative;
  min-height: 100%; }
  @media screen and (max-width: 959px) {
    #wrapper {
      min-width: 1280px;
      overflow: hidden; } }
  @media screen and (max-width: 480px) {
    #wrapper {
      min-width: 320px;
      width: 100vw; } }

#contentWrapper {
  margin-bottom: 90px; }
  @media screen and (max-width: 480px) {
    #contentWrapper {
      margin-bottom: 40px; } }

#head_area h1 {
  font-size: 0; }
  @media screen and (max-width: 480px) {
    #head_area h1 {
      line-height: 0; } }
@media screen and (max-width: 480px) {
  #head_area #head_area_inner_wide {
    width: 100%; }
    #head_area #head_area_inner_wide #common_link {
      margin-right: 48px;
      padding-top: 6px; } }

/*  mainarea */
#mainarea {
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
  width: 1200px;
  margin-bottom: 140px; }
  @media screen and (max-width: 480px) {
    #mainarea {
      /*スマホ以下*/
      width: 100%;
      top: 6px;
      left: 0;
      overflow: hidden;
      margin-left: 0;
      margin-bottom: 0;
      padding: 0 20px; } }

.topBack {
  margin: 20px 0 40px; }
  @media screen and (max-width: 480px) {
    .topBack {
      padding: 8px 0;
      margin: 20px 0 16px; } }
  .topBack a {
    opacity: 0.4;
    transition: all 0.2s;
    text-decoration: none;
    font-size: 12px; }
    .topBack a span {
      color: rgba(0, 0, 0, 0);
      transition: all 0.2s;
      margin-left: 6px;
      display: inline-block;
      vertical-align: middle; }
  .topBack a:hover {
    opacity: 1.0; }
    .topBack a:hover span {
      color: rgba(0, 0, 0, 0.4); }

/* ページタイトル　*/
.pagetitle-box {
  text-align: center; }
  .pagetitle-box.borderbottom {
    border-bottom: 1px solid #afafaf; }
    @media screen and (max-width: 480px) {
      .pagetitle-box.borderbottom {
        border-bottom: none; }
        .pagetitle-box.borderbottom::after {
          content: "";
          display: block;
          height: 1px;
          margin: 0;
          border-bottom: 1px solid #e2e2e2; } }

h1#pagetitle {
  font-family: "FP-ヒラギノ角ゴ StdN W0" !important;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 56px;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 480px) {
    h1#pagetitle {
      font-family: "FP-ヒラギノ角ゴ StdN W1" !important;
      font-size: 18px;
      margin-bottom: 48px; } }

/*  CTA part　　誘導 */
#CTApart {
  background: #efefef;
  padding: 60px 0; }
  @media screen and (max-width: 480px) {
    #CTApart {
      margin: 40px 0 100px;
      padding: 20px 20px 140px; } }
  #CTApart .cta-wrapper {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      #CTApart .cta-wrapper {
        display: block; } }
    #CTApart .cta-wrapper a img {
      width: 420px;
      height: auto;
      transition: all 0.5s; }
      @media screen and (max-width: 480px) {
        #CTApart .cta-wrapper a img {
          width: 100%; } }
    #CTApart .cta-wrapper a:hover img {
      opacity: 0.6; }

/*  =======================
footer 
========================*/
#PageTopBtn {
  position: fixed;
  /*ボタンの配置場所を固定*/
  bottom: 200px;
  /*下からのボタンの配置場所を指定*/
  right: 50px;
  /*右からのボタンの配置場所を指定*/
  z-index: 910; }
  @media screen and (max-width: 480px) {
    #PageTopBtn {
      /*スマホ以下*/
      bottom: 128px;
      /*下からのボタンの配置場所を指定*/
      right: 20px;
      /*右からのボタンの配置場所を指定*/ } }
  #PageTopBtn .btn_pagetop {
    width: 54px;
    height: auto; }
    @media screen and (max-width: 480px) {
      #PageTopBtn .btn_pagetop {
        /*スマホ以下*/
        width: 40px; } }

#floatbtn {
  position: fixed;
  right: 50px;
  z-index: 910; }
  @media screen and (min-width: 481px) {
    #floatbtn {
  bottom: 50px;}
#floatbtn a:hover {
    opacity: 0.8;
}
}

  @media screen and (max-width: 480px) {
    #floatbtn {
        width: 100%;
      bottom: 0px;
      right: 0px; 
		padding-bottom: 10px;
		background-color: #000;}
    #floatbtn img{
        width: 100%;height:auto; }
}


/*spハンバーガーメニュー spGlobalMenu*/
#spGlobalMenu {
  display: none; }
  @media screen and (max-width: 480px) {
    #spGlobalMenu {
      display: block;
      height: 100vh;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      transform: translateX(100%);
      transition: all 0.5s;
      z-index: 1600;
      cursor: pointer;
      background: #fff;
      padding: 28px 22px;
      opacity: 0; }
      #spGlobalMenu.active {
        transform: translateX(0%);
        opacity: 1; }
      #spGlobalMenu .logo {
        margin-bottom: 5vh; }
        #spGlobalMenu .logo img {
          width: 50vw;
          height: auto;
          opacity: 0.4; }
      #spGlobalMenu .menu-container {
        position: absolute;
        top: 36px;
        width: 100%;
        padding-right: 44px; }
      #spGlobalMenu .mainmenu li a {
        display: block;
        height: 40px;
        padding: 9px 0 0 44px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 13px; }
      #spGlobalMenu .mainmenu li.arw a {
        position: relative; }
        #spGlobalMenu .mainmenu li.arw a::before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          position: absolute;
          top: 15px;
          left: 15px;
          border-top: 1px solid #afafaf;
          border-right: 1px solid #afafaf;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      #spGlobalMenu .mainmenu li.major a {
        height: 50px;
        padding-top: 13px;
        font-size: 16px; }
      #spGlobalMenu .mainmenu li.works {
        position: relative; }
        #spGlobalMenu .mainmenu li.works::before {
          content: "";
          display: inline-block;
          width: 24px;
          height: 24px;
          position: absolute;
          top: 12px;
          left: 8px;
          background: url(../images/spmenubtn_work.png) no-repeat;
          background-size: cover; }
      #spGlobalMenu .mainmenu li.designers {
        position: relative; }
        #spGlobalMenu .mainmenu li.designers::before {
          content: "";
          display: inline-block;
          width: 24px;
          height: 24px;
          position: absolute;
          top: 12px;
          left: 8px;
          background: url(../images/spmenubtn_designer.png) no-repeat;
          background-size: cover; }
      #spGlobalMenu .mainmenu li.compe {
        position: relative; }
        #spGlobalMenu .mainmenu li.compe::before {
          content: "";
          display: inline-block;
          width: 24px;
          height: 24px;
          position: absolute;
          top: 12px;
          left: 8px;
          background: url(../images/spmenubtn_compe.png) no-repeat;
          background-size: cover; }
      #spGlobalMenu .mainmenu li.clip {
        position: relative; }
        #spGlobalMenu .mainmenu li.clip::before {
          content: "";
          display: inline-block;
          width: 16px;
          height: 16px;
          position: absolute;
          top: 11px;
          left: 12px;
          background: url(../images/clip-small.png) no-repeat;
          background-size: contain;
          background-position: center; }
      #spGlobalMenu .submenu {
        display: flex;
        justify-content: flex-start; }
        #spGlobalMenu .submenu li a {
          display: block;
          padding: 12px 0 6px 16px;
          margin-right: 12px;
          font-size: 11px;
          position: relative; }
          #spGlobalMenu .submenu li a::before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            position: absolute;
            top: 16px;
            left: 4px;
            border-top: 1px solid #afafaf;
            border-right: 1px solid #afafaf;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }
  @media screen and (max-width: 340px) {
    #spGlobalMenu .logo img {
      width: 100px; } }

/* 元モトのミサワ戸建てフッター部分 */
#footer_area {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  color: #000;
  font-size: 10px;
  line-height: 1.8; }
  #footer_area #footer_menu {
    width: 1200px; }
    #footer_area #footer_menu ul li a {
      color: #666666; }
  #footer_area #footer_copyright {
    color: #666666;
    width: 1200px;
    font-family: "FOT-UD角ゴ_スモール Pr6 L" !important; }
  @media screen and (max-width: 480px) {
    #footer_area {
      /*スマホ以下*/
      display: none; } }

/*　====================
　実例検索機能　　search-works
====================*/
.btn_search-freeword .input-group input.form-control {
  border: 1px #afafaf solid;
  border-radius: 2px;
  height: 28px;
  width: 220px;
  background-color: #e2e2e2;
  font-size: 12px;
  margin-right: 0;
  padding-left: 10px; }
  .btn_search-freeword .input-group input.form-control::placeholder {
    color: #afafaf; }
  @media screen and (max-width: 340px) {
    .btn_search-freeword .input-group input.form-control {
      width: 208px; } }
.btn_search-freeword .input-group .input-group-btn {
  margin: 0;
  padding: 0; }
.btn_search-freeword .input-group button.btn-search {
  height: 28px;
  width: 60px;
  text-align: center;
  border: 1px #4d4d4d solid;
  border-radius: 2px;
  background-color: #4d4d4d;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-left: 1px;
  transition: 0.5s; }
  .btn_search-freeword .input-group button.btn-search:hover {
    background-color: #999999;
    border-color: #999999; }

#freewordSearch-head {
  position: absolute;
  top: 0;
  right: 0; }
  @media screen and (max-width: 480px) {
    #freewordSearch-head {
      position: inherit;
      text-align: center;
      margin-top: -20px;
      margin-bottom: 20px; } }

#searchbtnWrapper {
  width: 100%; }
  #searchbtnWrapper::after {
    content: "";
    display: table;
    clear: both; }

.btn_search {
  display: block;
  float: left;
  width: 50%;
  border: 1px #e2e2e2 solid;
  background: #fafafa;
  border-left: none;
  height: 100px;
  margin: 0;
  transition: all 0.5s; }
  .btn_search:first-child {
    width: 50%;
    border-left: 1px #e2e2e2 solid;
    display: flex;
    justify-content: center;
    align-items: center; }
  .btn_search a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.2s;
    font-family: "FOT-UD角ゴ_スモール Pr6 M" !important; }
    .btn_search a:hover {
      color: black;
      text-decoration: none; }
    .btn_search a span {
      display: block; }
      .btn_search a span:after {
        content: "";
        display: block;
        width: 13px;
        height: 7px;
        background-image: url(../images/arw-down-small.png);
        opacity: 0.4;
        background-size: contain;
        vertical-align: middle;
        margin: 5px auto 0;
        transition: all 0.5s; }
  .btn_search.active {
    background-color: #e2e2e2; }
    .btn_search.active a span::after {
      background-image: url(../images/arw-down-small.png);
      transform: rotate(180deg); }

/*　====================
　実例検索条件入力
====================*/
.searchbox {
  text-align: center;
  padding-top: 60px; }
  @media screen and (max-width: 480px) {
    .searchbox {
      padding-top: 10px; } }
  .searchbox .search-maintitle {
    margin: 60px 0 40px;
    padding: 0 0 40px;
    border-bottom: 1px solid #ccc; }
    @media screen and (max-width: 480px) {
      .searchbox .search-maintitle {
        font-size: 16px; } }
  .searchbox input[type=radio],
  .searchbox input[type=checkbox] {
    display: none; }
    .searchbox input[type=radio]:checked + label,
    .searchbox input[type=checkbox]:checked + label {
      color: #fff;
      background-color: #666; }
    .searchbox input[type=radio]:checked + .label-unit,
    .searchbox input[type=checkbox]:checked + .label-unit {
      color: #fff;
      background-color: #666; }
  .searchbox .formbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 890px;
    margin: 10px auto 20px; }
    @media screen and (max-width: 480px) {
      .searchbox .formbox {
        width: 100%; } }
    .searchbox .formbox.start {
      justify-content: flex-start; }
      @media screen and (max-width: 480px) {
        .searchbox .formbox.start {
          justify-content: center; } }
  .searchbox .formbox.five .label-unit {
    width: 170px; }
    @media screen and (max-width: 480px) {
      .searchbox .formbox.five .label-unit {
        width: 140px; } }
  .searchbox .formbox.four .label-unit {
    width: 214px; }
  .searchbox .formbox.three .label-unit {
    width: 287px; }
  .searchbox label {
    margin: 0; }
  .searchbox .label-unit {
    display: block;
    background-color: #e2e2e2;
    width: 140px;
    margin: 4px;
    padding: 8px 4px 6px;
    border-radius: 3px;
    font-family: "FP-ヒラギノ角ゴ ProN W3" sans-selif !important;
    font-size: 14px;
    font-feature-settings: "palt"; }
    .searchbox .label-unit.small {
      font-size: 12px; }
    .searchbox .label-unit.smalltext {
      font-size: 11px;
      padding: 10px 4px 8px;
      height: 35px; }
    .searchbox .label-unit.high {
      height: 100px;
      background-size: 40%;
      background-position: center bottom 10px;
      background-repeat: no-repeat; }
      .searchbox .label-unit.high.yose {
        background-image: url(../images/roof-yose.png); }
      .searchbox .label-unit.high.kiri {
        background-image: url(../images/roof-kiri.png); }
      .searchbox .label-unit.high.flat {
        background-image: url(../images/roof-flat.png); }
      .searchbox .label-unit.high.iri {
        background-image: url(../images/roof-iri.png); }
      .searchbox .label-unit.high.kata {
        background-image: url(../images/roof-kata.png); }
    .searchbox .label-unit.toggle {
      height: 60px;
      background-size: 50%;
      background-position: center bottom 14px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 480px) {
        .searchbox .label-unit.toggle {
          width: 288px; } }
      .searchbox .label-unit.toggle.dark {
        background-image: url(../images/bar-dark.png); }
      .searchbox .label-unit.toggle.mid {
        background-image: url(../images/bar-mid.png); }
      .searchbox .label-unit.toggle.light {
        background-image: url(../images/bar-light.png); }
    @media screen and (min-width: 481px) {
      .searchbox .label-unit.toggle-left {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; } }
    @media screen and (min-width: 481px) {
      .searchbox .label-unit.toggle-center {
        border-radius: 0; } }
    @media screen and (min-width: 481px) {
      .searchbox .label-unit.toggle-right {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }
    .searchbox .label-unit.style {
      height: 100px;
      padding-top: 60px;
      font-size: 12px;
      color: #666;
      background-size: 60%;
      background-position: center top 18px;
      background-repeat: no-repeat; }
      .searchbox .label-unit.style.style1 {
        background-image: url(../images/style-LUX.png); }
      .searchbox .label-unit.style.style2 {
        background-image: url(../images/style-JP.png); }
      .searchbox .label-unit.style.style3 {
        background-image: url(../images/style-SIMPLE.png); }
      .searchbox .label-unit.style.style4 {
        background-image: url(../images/style-STD.png); }
      .searchbox .label-unit.style.style5 {
        background-image: url(../images/style-SLOW.png); }
      .searchbox .label-unit.style.style6 {
        background-image: url(../images/style-ELE.png); }
  .searchbox button.btn-search {
    height: 42px;
    width: 320px;
    text-align: center;
    border: 1px #4d4d4d solid;
    border-radius: 4px;
    background-color: #4d4d4d;
    color: white;
    font-size: 16px;
    margin-left: 1px;
    margin-top: 40px;
    margin-bottom: 100px;
    transition: 0.5s; }
    .searchbox button.btn-search:hover {
      background-color: #999999;
      border-color: #999999; }
    @media screen and (max-width: 480px) {
      .searchbox button.btn-search {
        width: 100%; } }

#search-exterior {
  border-bottom: 1px solid #afafaf; }

#search-interior {
  border-bottom: 1px solid #afafaf; }
  #search-interior h3 {
    padding-top: 20px; }
    #search-interior h3 strong {
      font-size: 24px; }
    #search-interior h3.first {
      border-top: none;
      margin-top: 0;
      padding-top: 0; }

/*　====================
　実例検索結果　　　search-works--result　
====================*/
#search-works--result {
  text-align: center; }

h2.result-title {
  margin: 40px auto 60px; }

.querytaglist li {
  display: inline-block;
  padding: 4px 8px; }

.hitcount {
  font-size: 36px;
  margin-bottom: 30px; }
  .hitcount span.unit {
    font-size: 12px;
    margin-left: 4px; }
  .hitcount span.exp {
    font-size: 14px;
    margin-right: 4px; }

/* 写真用ポップアップ */
#modalBG {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 200; }

.work-popup-unit {
  display: none;
  width: 450px;
  background: #fff;
  text-align: left;
  box-shadow: 6px 6px 7px 2px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%; }
  @media screen and (max-width: 480px) {
    .work-popup-unit {
      max-width: 100%; } }
  .work-popup-unit .clip {
    position: absolute;
    top: 0;
    right: 0; }
    .work-popup-unit .clip a img {
      width: 40px;
      height: 40px;
      opacity: 0.4; }
      .work-popup-unit .clip a img:hover {
        opacity: 1.0; }
  .work-popup-unit a.thumblink {
    display: block;
    width: 450px;
    height: 300px;
    overflow: hidden; }
    .work-popup-unit a.thumblink img.thumb {
      width: 450px;
      height: 300px;
      object-fit: cover;
      font-family: "object-fit: cover;";
      transition: all 0.2s;
      overflow: hidden; }
    .work-popup-unit a.thumblink:hover img.thumb {
      opacity: 0.8;
      transition-duration: 0.2s;
      /*変化に掛かる時間*/ }
  .work-popup-unit .workinfo {
    min-height: 62px;
    padding: 10px 60px 8px 20px;
    box-sizing: border-box; }
    .work-popup-unit .workinfo::before {
      content: "";
      display: block;
      position: absolute;
      right: 20px;
      bottom: 24px;
      width: 13px;
      height: 13px;
      border-top: 1px solid #afafaf;
      border-right: 1px solid #afafaf;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .work-popup-unit .workinfo a {
      color: #666;
      transition: all 0.2s; }
    .work-popup-unit .workinfo .worktitle {
      margin: 0;
      padding: 0 0 2px;
      font-size: 14px;
      line-height: 1.4; }
    .work-popup-unit .workinfo .designername {
      font-size: 12px; }
      .work-popup-unit .workinfo .designername a::after {
        display: none; }
  .work-popup-unit .unitmove a {
    display: block;
    width: 50px;
    height: 50px;
    background: #000000;
    font-size: 0;
    box-shadow: 6px 6px 7px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 140px; }
    .work-popup-unit .unitmove a.prevunit {
      left: -75px; }
      .work-popup-unit .unitmove a.prevunit:hover {
        background: #4d4d4d; }
      .work-popup-unit .unitmove a.prevunit::after {
        content: "";
        display: block;
        width: 13px;
        height: 13px;
        margin-left: 21px;
        margin-top: 18px;
        border-top: 1px solid #afafaf;
        border-right: 1px solid #afafaf;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .work-popup-unit .unitmove a.nextunit {
      left: 475px; }
      .work-popup-unit .unitmove a.nextunit:hover {
        background: #4d4d4d; }
      .work-popup-unit .unitmove a.nextunit::after {
        content: "";
        display: block;
        width: 13px;
        height: 13px;
        margin-left: 15px;
        margin-top: 18px;
        border-top: 1px solid #afafaf;
        border-right: 1px solid #afafaf;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .work-popup-unit.vertical {
    width: 280px; }
    .work-popup-unit.vertical a.thumblink img.thumb {
      width: 280px;
      height: 360px;
      object-fit: cover;
      font-family: "object-fit: cover;"; }

.modal-overlay {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.1); }

.pagenation {
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .pagenation {
      margin: 20px auto 140px; } }
  .pagenation ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left; }
    .pagenation ul li {
      margin: 0 1px;
      position: relative;
      left: -50%;
      float: left;
      margin-bottom: 8px; }
      .pagenation ul li span,
      .pagenation ul li a {
        display: block;
        font-size: 14px;
        padding: 6px 14px;
        border-radius: 1px; }
      .pagenation ul li.current span {
        background: #999; }
      .pagenation ul li a {
        background: #EEE;
        color: #000;
        text-decoration: none; }
        .pagenation ul li a:hover {
          background: #333;
          color: #FFF; }
      .pagenation ul li.prev {
        font-size: 10px;
        text-indent: -9999px; }
        .pagenation ul li.prev a {
          background: none; }
          .pagenation ul li.prev a::after {
            content: "";
            display: block;
            position: absolute;
            top: 10px;
            left: 6px;
            width: 14px;
            height: 14px;
            border-bottom: 1px solid #afafaf;
            border-left: 1px solid #afafaf;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .pagenation ul li.prev a:hover::after {
            border-bottom: 1px solid #4d4d4d;
            border-left: 1px solid #4d4d4d; }
      .pagenation ul li.next {
        font-size: 10px;
        text-indent: -9999px; }
        .pagenation ul li.next a {
          background: none; }
          .pagenation ul li.next a::after {
            content: "";
            display: block;
            position: absolute;
            top: 10px;
            left: 10px;
            width: 14px;
            height: 14px;
            border-top: 1px solid #afafaf;
            border-right: 1px solid #afafaf;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .pagenation ul li.next a:hover::after {
            border-top: 1px solid #4d4d4d;
            border-right: 1px solid #4d4d4d; }

/*　====================
**********
　建築実例詳細　　work-details
**********
====================*/
/* ページタイトル　*/
.pagetitle-box.workdetails {
  margin-top: 60px;
  margin-bottom: 0; }

.workdetails {
  text-align: left;
  width: 960px;
  margin: 0 auto 140px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .workdetails {
      width: 100%;
      margin: 0 auto 40px; } }
  .workdetails h1#pagetitle {
    margin-bottom: 20px; }

/* クリップラベル（ページクリップ） */
#pageclip {
  position: absolute;
  top: 0;
  right: 0; }
  #pageclip img.clipbtn {
    width: 11px;
    height: auto; }
  #pageclip a {
    display: block;
    padding: 0 0 20px 40px; }
  #pageclip a img.clipbtn {
    opacity: 0.4;
    transition: all 0.3s; }
  #pageclip a:hover img.clipbtn {
    opacity: 1.0; }

/* クリップラベル（ページクリップ） （新）*/
a.cliplabel {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-image: url(../images/cliplabel.png);
  background-repeat: no-repeat;
  background-size: 400%;
  background-position: -10px -10px;
  text-indent: -9999px;
  transition: all 0.0s; }
  a.cliplabel:hover {
    background-position: -50px -10px; }

a.cliplabel.checked {
  background-position: -10px -50px; }
  a.cliplabel.checked:hover {
    background-position: -50px -50px; }

/* ギャラリー */
h1.work-name {
  margin-bottom: 0; }
  h1.work-name a.cliplabel {
    position: relative;
    top: 3px;
    left: 20px; }

h1#pagetitle a.cliplabel {
  margin-left: 20px; }
  @media screen and (max-width: 480px) {
    h1#pagetitle a.cliplabel {
      top: 68vw; } }

#mainPhoto {
  /*slick setting*/ }
  #mainPhoto .slick-prev,
  #mainPhoto .slick-next {
    top: 680px;
    width: 28px;
    height: 28px; }
    @media screen and (max-width: 480px) {
      #mainPhoto .slick-prev,
      #mainPhoto .slick-next {
        top: 68vw; } }
  #mainPhoto .slick-prev {
    left: 0; }
  #mainPhoto .slick-next {
    right: 0; }
  #mainPhoto .slick-prev:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #4d4d4d; }
  #mainPhoto .slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  #mainPhoto .slick-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #4d4d4d; }
  #mainPhoto .slick-next:after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #mainPhoto .slick-slide {
    margin-right: -12px; }
    @media screen and (max-width: 480px) {
      #mainPhoto .slick-slide {
        margin-right: 0; } }
  #mainPhoto .slick-dots {
    bottom: -15px;
    width: 900px;
    left: 30px; }
    @media screen and (max-width: 480px) {
      #mainPhoto .slick-dots {
        width: 100%;
        left: 0; } }
    #mainPhoto .slick-dots li {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 20px;
      margin: 0 1px;
      padding: 0;
      cursor: pointer; }
      #mainPhoto .slick-dots li button:before {
        content: '■';
        font-size: 8px;
        font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; }


/*　　デザイナー名*/
.designername .shoulder {
  color: #999;
  font-size: 12px;
  padding-right: 0.5rem; }
.designername a {
  color: #000; }
  .designername a .mi {
    margin-left: 10px;
    display: inline-block;
    width: 0;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.0;
    white-space: nowrap;
    color: #666;
    transition: all 0.3s; }
  .designername a::after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 2px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s; }
  .designername a:hover {
    text-decoration: none; }
    .designername a:hover .mi {
      width: 86px; }
      @media screen and (max-width: 480px) {
        .designername a:hover .mi {
          width: 0; } }
    .designername a:hover::after {
      content: "";
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-left: 2px;
      border-top: 1px solid #afafaf;
      border-right: 1px solid #afafaf;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.designername .romaji {
  font-size: 12px;
  padding-left: 0.8rem; }

/* 建築実例情報 */
h2.theme {
  font-family: "FP-ヒラギノ角ゴ StdN W0" !important;
  font-size: 16px;
  line-height: 1.2;
  margin: 46px 0;
  font-feature-settings: "palt"; }

/*　写真ギャラリー　*/
.work-gallery {
  position: relative;
  margin-bottom: 60px; }
  .work-gallery .main-caption {
    text-align: center;
    padding-top: 4px; }

.techinfo {
  padding: 14px;
  border: 1px solid #e2e2e2;
  border-left-width: 3px;
  font-size: 12px; }
  .techinfo dt {
    display: inline;
    margin-right: 8px;
    color: #afafaf; }
  .techinfo dd {
    display: inline;
    margin-right: 20px;
    color: #000000; }

.workconcept {
  margin: 40px 0; }
  .workconcept h2 {
    font-family: "FP-ヒラギノ角ゴ StdN W0" !important;
    margin-bottom: 24px; }
  @media screen and (max-width: 480px) {
    .workconcept p {
      font-size: 14px; } }

.bottomlink {
  text-align: right;
  margin-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .bottomlink {
      text-align: center;
      padding: 0 20px; } }
  .bottomlink a {
    color: #666;
    font-size: 14px; }
    .bottomlink a::after {
      content: "";
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-left: 2px;
      border-top: 1px solid #afafaf;
      border-right: 1px solid #afafaf;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    @media screen and (max-width: 480px) {
      .bottomlink a {
        display: inline-block;
        border-radius: 4px;
        height: auto;
        width: 100%;
        background-color: #afafaf;
        font-size: 12px;
        margin: 0 auto;
        padding: 8px 16px;
        color: #000;
        font-size: 14px;
        font-family: "FP-ヒラギノ角ゴ StdN W1" sans-serif !important;
        position: relative; }
        .bottomlink a::after {
          content: "";
          display: inline-block;
          width: 13px;
          height: 13px;
          margin-left: 2px;
          border-top: 1px solid #4d4d4d;
          border-right: 1px solid #4d4d4d;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } }

.topBack.bottom {
  margin: 20px 0 -30px; }
  @media screen and (max-width: 480px) {
    .topBack.bottom {
      margin: 0 0 30px; } }
  .topBack.bottom a {
    opacity: 0.4;
    transition: all 0.2s;
    text-decoration: none;
    font-size: 12px; }
    .topBack.bottom a span {
      color: black;
      transition: all 0.2s;
      margin-left: 6px;
      display: inline-block;
      vertical-align: middle; }
  .topBack.bottom a:hover {
    opacity: 1.0; }
    .topBack.bottom a:hover span {
      color: black; }

/* 関連おすすめ　　works-recomended- */
#works-recomended {
  border-top: 1px #afafaf solid;
  padding-top: 20px; }
  @media screen and (max-width: 480px) {
    #works-recomended {
      padding: 0; } }
  #works-recomended h2 {
    font-size: 16px;
    padding-bottom: 32px; }
    @media screen and (max-width: 480px) {
      #works-recomended h2 {
        font-size: 14px; } }

/*　====================

　****
　デザイナー検索　　　search-desiners

　****
====================*/
#search-desiger {
  border-bottom: 1px solid #e2e2e2; }
  #search-desiger .search-maintitle {
    margin: 20px 0 10px;
    padding: 0 0 10px;
    border-bottom: none; }
    @media screen and (max-width: 480px) {
      #search-desiger .search-maintitle {
        margin: 0;
        padding: 0; } }

#areaMap {
  width: 630px;
  height: 320px;
  margin: -28px auto 0;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 480px) {
    #areaMap {
      width: 100%;
      height: auto;
      margin: 0;
      position: relative; } }

img#japanMap {
  width: 452px;
  height: 282px;
  position: absolute;
  top: 0;
  left: 125px; }
  @media screen and (max-width: 480px) {
    img#japanMap {
      width: 320px;
      height: auto;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); } }
  @media screen and (max-width: 340px) {
    img#japanMap {
      width: 294px;
      height: auto; } }

#areaSelector {
  position: relative; }
  @media screen and (max-width: 480px) {
    #areaSelector {
      height: 220px; } }
  #areaSelector li a.btn-strong {
    width: 152px;
    text-align: center;
    position: absolute; }
  #areaSelector li.area1 a {
    top: 90px;
    right: 0; }
  #areaSelector li.area2 a {
    top: 204px;
    left: 432px; }
  #areaSelector li.area3 a {
    top: 140px;
    left: 222px; }
  #areaSelector li.area4 a {
    top: 280px;
    left: 266px; }
  #areaSelector li.area5 a {
    top: 302px;
    left: 60px; }
  #areaSelector li.area6 a {
    top: 212px;
    left: 0; }
  @media screen and (max-width: 480px) {
    #areaSelector li a.btn-strong {
      width: 96px;
      text-align: center; }
    #areaSelector li a span {
      display: none; }
    #areaSelector li.area1 a {
      width: 108px;
      top: 50px;
      left: auto;
      right: 20px; }
    #areaSelector li.area2 a {
      width: 74px;
      top: 140px;
      left: auto;
      right: 44px; }
    #areaSelector li.area3 a {
      width: 108px;
      top: 90px;
      left: 120px; }
    #areaSelector li.area4 a {
      top: 180px;
      left: 148px; }
    #areaSelector li.area5 a {
      top: 204px;
      left: 30px; }
    #areaSelector li.area6 a {
      width: 74px;
      top: 115px;
      left: 20px; } }

#inhouse {
  padding: 60px; }
  @media screen and (max-width: 480px) {
    #inhouse {
      padding: 60px 0; }
      #inhouse a.btn-strong.arw {
        padding: 8px 16px 8px 32px; } }

/*　====================
　デザイナー検索結果　　　search-desiners--result　
====================*/
#search-works--result {
  padding-top: 40px; }
  @media screen and (max-width: 480px) {
    #search-works--result {
      padding-top: 4px;
      padding: 4px 0 0;
      margin-bottom: 200px; } }
  #search-works--result .querytags h2.result-title {
    font-size: 12px;
    padding: 0;
    margin: 0; }
  #search-works--result .btnbox {
    padding-top: 40px; }
    @media screen and (max-width: 480px) {
      #search-works--result .btnbox {
        padding-top: 0; } }
    #search-works--result .btnbox a.btn-normal {
      width: 360px; }
      @media screen and (max-width: 480px) {
        #search-works--result .btnbox a.btn-normal {
          width: 100%; } }
  #search-works--result .sortswitch {
    text-align: right;
    margin-top: -36px;
    margin-bottom: 66px; }
    @media screen and (max-width: 480px) {
      #search-works--result .sortswitch {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center; } }
    #search-works--result .sortswitch div {
      display: inline-block;
      color: #666666;
      font-size: 12px;
      padding-right: 12px; }
    #search-works--result .sortswitch ul.sortswitch-list {
      display: inline-block; }
      #search-works--result .sortswitch ul.sortswitch-list li {
        display: inline-block;
        color: #000;
        font-size: 14px;
        padding-right: 12px; }
        #search-works--result .sortswitch ul.sortswitch-list li a {
          text-decoration: underline; }

#designer-box--container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    #designer-box--container {
      padding: 0; } }
  #designer-box--container::after {
    content: "";
    display: block;
    width: 376px; }

.designer-box {
  text-align: left;
  width: 376px;
  min-height: 288px;
  border-top: 1px solid #e2e2e2;
  padding: 32px 0 16px;
  margin-bottom: 16px;
  position: relative; }
  @media screen and (max-width: 480px) {
    .designer-box {
      width: 100%;
      overflow: hidden; } }
  .designer-box .photo {
    width: 310px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    background: none; }
    @media screen and (max-width: 480px) {
      .designer-box .photo {
        width: 100%;
        justify-content: flex-start; } }
  .designer-box .designer-portrait {
    width: 117px;
    height: 117px; }
    .designer-box .designer-portrait img {
      width: 117px;
      height: 117px; }
    @media screen and (max-width: 480px) {
      .designer-box .designer-portrait {
        margin-right: 4px;
        width: 35vw;
        height: 35vw; }
        .designer-box .designer-portrait img {
          width: 35vw;
          height: 35vw; } }
  .designer-box .designer-work-main {
    width: 178px;
    height: 117px; }
    .designer-box .designer-work-main img {
      width: 178px;
      height: 117px;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
    @media screen and (max-width: 480px) {
      .designer-box .designer-work-main {
        width: 52.5vw;
        height: 35vw; }
        .designer-box .designer-work-main img {
          width: 52.5vw;
          height: 35vw; } }
  .designer-box a .textdata-list {
    text-decoration: none;
    color: #666666; }
  .designer-box a::after {
    content: "";
    display: block;
    position: absolute;
    right: 28px;
    top: 172px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (max-width: 480px) {
      .designer-box a::after {
        top: 196px; } }
  .designer-box .textdata-list {
    width: 316px;
    font-size: 13px; }
    @media screen and (max-width: 480px) {
      .designer-box .textdata-list {
        width: 100%; } }
    .designer-box .textdata-list dt {
      display: none; }
    .designer-box .textdata-list .designer-name {
      font-size: 16px;
      color: #000;
      margin-bottom: 0px; }
    .designer-box .textdata-list .designer-section {
      margin-bottom: 14px; }
      @media screen and (max-width: 480px) {
        .designer-box .textdata-list .designer-section {
          width: 80%; } }

/*　====================

　****
　デザイナー詳細　　designer-details

　****
====================*/
.pagetitle-box.designer {
  text-align: left;
  margin-top: -30px; }
  @media screen and (max-width: 480px) {
    .pagetitle-box.designer {
      margin-top: -10px; } }

h1#pagetitle.designer {
  color: #afafaf;
  font-size: 36px;
  margin-bottom: 70px; }
  @media screen and (max-width: 480px) {
    h1#pagetitle.designer {
      font-family: "FP-ヒラギノ角ゴ StdN W0" !important;
      margin-bottom: 40px; } }
  @media screen and (max-width: 340px) {
    h1#pagetitle.designer {
      font-size: 32px; } }

h2.designer-name {
  margin-bottom: 0; }
  @media screen and (max-width: 340px) {
    h2.designer-name {
      font-size: 18px; } }
  h2.designer-name a.cliplabel {
    position: relative;
    top: 3px;
    left: 20px; }
    @media screen and (max-width: 340px) {
      h2.designer-name a.cliplabel {
        left: 16px; } }

@media screen and (max-width: 340px) {
  .designer-name-en.caption {
    margin-bottom: 4px; } }

/* CDO */
.name-works {
  position: relative;
  padding-left: 16px; }
  @media screen and (max-width: 480px) {
    .name-works {
      padding-left: 0; } }
  .name-works .cdo-mark {
    display: block;
    position: absolute;
    top: 0;
    right: 34px; }
    @media screen and (max-width: 480px) {
      .name-works .cdo-mark {
        top: 94px;
        right: 0; } }

.designer-profile-wrapper {
  /*slick setting*/ }
  .designer-profile-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .designer-profile-wrapper .firstpart {
    width: 700px;
    float: left; }
    @media screen and (max-width: 480px) {
      .designer-profile-wrapper .firstpart {
        width: 100%;
        float: none; } }
    .designer-profile-wrapper .firstpart:after {
      content: "";
      display: table;
      clear: both; }
    .designer-profile-wrapper .firstpart .designer-portrait {
      width: 214px;
      margin-bottom: 20px;
      float: left; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .firstpart .designer-portrait {
          width: 140px; }
          .designer-profile-wrapper .firstpart .designer-portrait img {
            width: 126px;
            height: 126px; } }
    .designer-profile-wrapper .firstpart .name-works {
      width: 430px;
      float: left; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .firstpart .name-works {
          width: 100%;
          float: none; } }
  .designer-profile-wrapper .mainwork {
    margin-top: 40px;
    margin-bottom: 40px; }
    .designer-profile-wrapper .mainwork .work-container {
      width: 380px;
      font-size: 12px; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .mainwork .work-container {
          width: 100%; } }
      .designer-profile-wrapper .mainwork .work-container .mainwork-image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        font-family: "object-fit: cover;"; }
        @media screen and (max-width: 480px) {
          .designer-profile-wrapper .mainwork .work-container .mainwork-image img {
            height: 60vw; } }
    .designer-profile-wrapper .mainwork .mainwork-sub-box {
      width: 100%;
      margin-top: 5px; }
      .designer-profile-wrapper .mainwork .mainwork-sub-box:after {
        content: "";
        display: table;
        clear: both; }
      .designer-profile-wrapper .mainwork .mainwork-sub-box img {
        width: 124px;
        height: 82px;
        object-fit: cover;
        font-family: "object-fit: cover;";
        float: left;
        margin-right: 4px; }
        .designer-profile-wrapper .mainwork .mainwork-sub-box img:last-child {
          margin-right: 0; }
        @media screen and (max-width: 480px) {
          .designer-profile-wrapper .mainwork .mainwork-sub-box img {
            width: 32.5%;
            height: 18vw;
            margin-right: 1.25%; } }
  .designer-profile-wrapper a:hover {
    color: #000000;
    text-decoration: none; }
    .designer-profile-wrapper a:hover img {
      opacity: 0.8; }
  .designer-profile-wrapper .designerwork-slider {
    width: 380px; }
    @media screen and (max-width: 480px) {
      .designer-profile-wrapper .designerwork-slider {
        width: 100%; } }
    .designer-profile-wrapper .designerwork-slider .work-container {
      width: 124px; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .designerwork-slider .work-container {
          width: 100%; } }
    .designer-profile-wrapper .designerwork-slider .photo.thm img {
      width: 123px;
      height: 81px;
      object-fit: cover;
      font-family: "object-fit: cover;"; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .designerwork-slider .photo.thm img {
          width: 88.0%;
          height: 18vw;
          margin-right: 5px; } }
    .designer-profile-wrapper .designerwork-slider p.title {
      font-size: 12px;
      line-height: 1.2;
      text-align: left;
      padding: 4px 0; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .designerwork-slider p.title {
          width: 27vw; } }
  .designer-profile-wrapper .slick-prev,
  .designer-profile-wrapper .slick-next {
    top: 44px; }
    @media screen and (max-width: 480px) {
      .designer-profile-wrapper .slick-prev,
      .designer-profile-wrapper .slick-next {
        display: none; } }
  .designer-profile-wrapper .slick-prev:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .designer-profile-wrapper .slick-next:before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 0px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .designer-profile-wrapper .slick-slide {
    margin-right: -12px; }
  .designer-profile-wrapper .slick-track {
    margin-left: 0 !important;
    margin-right: inherit !important; }
  .designer-profile-wrapper .slick-dots {
    bottom: -15px; }
    .designer-profile-wrapper .slick-dots li {
      position: relative;
      display: inline-block;
      width: 10px;
      height: 20px;
      margin: 0 1px;
      padding: 0;
      cursor: pointer; }
      .designer-profile-wrapper .slick-dots li button:before {
        content: '■';
        font-size: 8px;
        font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; }
  .designer-profile-wrapper .secondpart {
    width: 500px;
    float: left; }
    @media screen and (max-width: 480px) {
      .designer-profile-wrapper .secondpart {
        width: 100%;
        float: none; } }
  .designer-profile-wrapper .designer-data {
    font-size: 13px;
    width: 500px; }
    @media screen and (max-width: 480px) {
      .designer-profile-wrapper .designer-data {
        width: 100%; } }
    .designer-profile-wrapper .designer-data:after {
      content: "";
      display: table;
      clear: both; }
    .designer-profile-wrapper .designer-data dt {
      width: 100px;
      float: left; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .designer-data dt {
          display: block;
          width: 100%; } }
    .designer-profile-wrapper .designer-data dd {
      width: 400px;
      float: left;
      line-height: 1.6;
      padding-bottom: 8px; }
      @media screen and (max-width: 480px) {
        .designer-profile-wrapper .designer-data dd {
          display: block;
          width: 100%; } }
      .designer-profile-wrapper .designer-data dd.compe {
        padding-bottom: 8px; }
    .designer-profile-wrapper .designer-data .work-list li, .designer-profile-wrapper .designer-data .compe-list li {
      margin-bottom: 4px; }
      .designer-profile-wrapper .designer-data .work-list li a, .designer-profile-wrapper .designer-data .compe-list li a {
        color: #666666;
        font-family: 'GillSansNova-UltraLight',"FP-ヒラギノ角ゴ StdN W2" !important; }
        .designer-profile-wrapper .designer-data .work-list li a:hover, .designer-profile-wrapper .designer-data .compe-list li a:hover {
          color: #afafaf; }
  .designer-profile-wrapper .additional {
    border-top: 1px solid #e2e2e2;
    margin-bottom: 80px; }
  .designer-profile-wrapper .additional-links {
    margin-top: 12px; }
    .designer-profile-wrapper .additional-links li {
      position: relative;
      font-size: 14px;
      margin-top: 6px; }
      .designer-profile-wrapper .additional-links li a:hover {
        color: #000000;
        text-decoration: none; }
      .designer-profile-wrapper .additional-links li a.arw {
        padding-left: 20px; }
      .designer-profile-wrapper .additional-links li a.arw::before {
        content: "";
        display: block;
        position: absolute;
        left: 2px;
        top: 8px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #afafaf;
        border-right: 1px solid #afafaf;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 100; }

/*　====================

　　 トップページ

====================*/
#wrapper.toppage {
  /*　local styling　*/
  /*　common　*/
  /*　レスポンシブ　*/
  /*　メインメニューエリア menuArea*/
  /*　コンペティション competition*/
  /* COMPETITION WINNER INTERVIEW 　インタビュー */
  /* ABOUT　MISAWA DESIGNERS　ミサワデザイナーズとは */
  /*　CERTIFICATE 認定制度 　*/
  /* GUIDE ご利用の流れ */ }
  @media screen and (max-width: 480px) {
    #wrapper.toppage {
      overflow: hidden; } }
  #wrapper.toppage #contentWrapper {
    margin-bottom: 0; }
  #wrapper.toppage #titleArea {
    margin-bottom: 0px; }
    @media screen and (max-width: 959px) {
      #wrapper.toppage #titleArea {
        width: 1200px;
        margin: 0 auto 20px; } }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #titleArea {
        width: 100%; } }
  #wrapper.toppage .pagetitle-box {
    margin: 0px 0 136px;
    text-align: left; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage .pagetitle-box {
        margin: 7.5vh 0 7.5vh; } }
  @media screen and (max-width: 480px) {
    #wrapper.toppage #pagetitle {
      text-align: center; } }
  #wrapper.toppage #pagetitle img { }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #pagetitle img {
        width: 72vw; } }
  #wrapper.toppage .lead-box {
    padding-left: 342px; }
    @media screen and (max-width: 959px) {
      #wrapper.toppage .lead-box {
        margin-bottom: 132px; } }
    @media screen and (max-width: 480px) {
      #wrapper.toppage .lead-box {
        padding: 0 20px;
        margin-bottom: 0; }
        #wrapper.toppage .lead-box .leadhead,
        #wrapper.toppage .lead-box .leadtext {
          width: 75vw;
          margin: 0 auto; }
          #wrapper.toppage .lead-box .leadhead span,
          #wrapper.toppage .lead-box .leadtext span {
            display: block; }
        #wrapper.toppage .lead-box h2.leadhead {
          font-size: 5.0vw;
          margin-bottom: 1rem; } }
  @media screen and (max-width: 480px) {
    #wrapper.toppage #invitingArrow a {
      display: block;
      text-align: center;
      background: #333;
      width: 10vw;
      height: 10.0vw;
      color: rgba(102, 102, 102, 0);
      margin: 0 auto;
      transform: translate(0, 0%);
      z-index:999;}
      #wrapper.toppage #invitingArrow a::before {
        content: "";
        display: inline-block;
        width: 4.8vw;
        height: 4.8vw;
        margin-top: 1.4vw;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        -webkit-transform: rotate(45deg);
        transform: rotate(135deg); } }
  #wrapper.toppage #motionLine {
    height: 1px;
    width: 100%;
    background: #4d4d4d;
    transform: translate(0, 336px); }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #motionLine {
        transform: translate(0, 40vh);
        height: 1px;
        border-top: #afafaf 1px solid; } }
  #wrapper.toppage .section {
    padding: 64px 0; }
    #wrapper.toppage .section.hr {
      border-top: #e2e2e2 1px solid; }
    #wrapper.toppage .section .container {
      margin-bottom: 0; }
    #wrapper.toppage .section .container.center {
      text-align: center; }
    #wrapper.toppage .section h2 {
      font-size: 24px;
      font-weight: 100;
      line-height: 1;
      margin: 0; }
      #wrapper.toppage .section h2 span.sub {
        font-size: 14px; }
  @media screen and (min-width: 481px) {
    #wrapper.toppage .sp {
      /*タブレット以上*/
      display: none; } }
  #wrapper.toppage #menuArea {
    border-top: #afafaf 1px solid; }
    @media screen and (min-width: 960px) {
      #wrapper.toppage #menuArea {
        margin-top: 0px; } }
    #wrapper.toppage #menuArea &gt; .container {
      margin-bottom: 0; }
      @media screen and (max-width: 959px) {
        #wrapper.toppage #menuArea &gt; .container {
          width: 1200px;
          margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #menuArea &gt; .container {
          width: 100%;
          padding-left: 0;
          margin: 0 auto 100px; } }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #menuArea {
        text-align: center;
        padding: 0 0vw; } }
    #wrapper.toppage .welcome {
      padding: 100px 0; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage .welcome h2 {
          font-size: 4vw; } }
    #wrapper.toppage #menuArea .about {
      width: 60%; }
      #wrapper.toppage #menuArea .about .container {
        left: 0;
        margin-left: 0;
        margin-bottom: 80px; }
        @media screen and (max-width: 959px) {
          #wrapper.toppage #menuArea .about .container {
            margin-bottom: -80px; } }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #menuArea .about {
          width: 100%;
          margin-bottom: 0; } }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #menuArea .row.flexContainer .row.flexContainer {
        display: block;
        position: relative; }
        #wrapper.toppage #menuArea .row.flexContainer .row.flexContainer .about {
          margin-top: 280px;
        padding:0 5VW;} }
  @media screen and (max-width: 959px) {
    #wrapper.toppage #topMainMenu {
      position: relative;
      left: 720px;
      top: -168px; } }
  @media screen and (max-width: 480px) {
    #wrapper.toppage #topMainMenu {
      position: absolute;
      top: -340px;
      left: 0;
      right: 0; }
      #wrapper.toppage #topMainMenu ul {
        width: 188px;
        margin: 0 auto; }
        #wrapper.toppage #topMainMenu ul li {
            float: left;
          width: 88px;}
        #wrapper.toppage #topMainMenu ul li:nth-child(2n) {
            margin-left:12px; } }
  #wrapper.toppage #topMainMenu li.delighter {
    transition: all .3s ease-out;
    transform: translateX(-20%);
    opacity: 0; }
  #wrapper.toppage #topMainMenu li.delighter.started {
    transform: none;
    opacity: 1; }
  #wrapper.toppage #topMainMenu li a {
    display: block;
    color: #000;
    height: 120px;
    padding: 44px 0 0 140px;
    margin-bottom: 40px;
    background-size: 120px;
    background-repeat: no-repeat; }
    #wrapper.toppage #topMainMenu li a.kitagawa {
      background-image: url(../image/designer_kitagawa.jpg); }
    #wrapper.toppage #topMainMenu li a.hattori {
      background-image: url(../image/designer_hattori.jpg); }
    #wrapper.toppage #topMainMenu li a.sano {
      background-image: url(../image/designer_sano.jpg); }
    #wrapper.toppage #topMainMenu li a.ito {
      background-image: url(../image/designer_ito.jpg); }
    #wrapper.toppage #topMainMenu li a img {
      height: 120px;
      width: 120px; }
    #wrapper.toppage #topMainMenu li a:hover {
      opacity: 0.8; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #topMainMenu li a {
        font-size: 11px;
        color: rgba(255, 255, 255, 0);
        height: 88px;
        width: 88px;
        background-size: 88px;
        padding: 0 0 0 0;
        margin-bottom: 20px; }
        #wrapper.toppage #topMainMenu li a::before {
          display: none; } }
  #wrapper.toppage #competition {
    border-top: 1px solid #afafaf;
    padding-top: 20px;
margin-top: 100px;}
    @media screen and (max-width: 480px) {
      #wrapper.toppage #competition {
        padding: 0; } }
  #wrapper.toppage #competition-title {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 0 0 0 0;
    /*height: 192px;*/ }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #competition-title {
        padding: 0;
        /*height: 150px;*/ } }
    #wrapper.toppage #competition-title .container {
      height: 102px;
      background-image: url(../images/ico-compe2016.png);
      background-repeat: no-repeat;
      background-position: right;
      background-size: contain; }
      @media screen and (max-width: 959px) {
        #wrapper.toppage #competition-title .container {
          width: 1200px;
          margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #competition-title .container {
          width: 100%;
          /*height: 150px;*/
          margin: 0;
          padding: 0 16px;
          background-position: right 16px bottom 16px;
          background-size: 50%; } }
    #wrapper.toppage #competition-title h1 {
      color: #666666;
      font-size: 36px;
      font-weight: 100;
      line-height: 1.0;
      padding-top: 16px; }
      #wrapper.toppage #competition-title h1 span {
        font-size: 20px; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #competition-title h1 {
          font-size: 18px; }
          #wrapper.toppage #competition-title h1 span {
            font-size: 14px; } }
  #wrapper.toppage .compe-winners {
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage .compe-winners {
        display: block;
        position: inherit;
        width: 100%;
        margin-left: 0; } }
  #wrapper.toppage .compe-winner-box {
    width: 480px;
    margin-bottom: 200px; }
    #wrapper.toppage .compe-winner-box.delighter {
      transition: all 1.0s ease-out;
      transform: translateX(-30%);
      opacity: 0.0; }
    #wrapper.toppage .compe-winner-box.delighter.started {
      transform: none;
      opacity: 1; }
    #wrapper.toppage .compe-winner-box.delighter.started.ended {
      opacity: 1; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage .compe-winner-box {
        width: 100%;
        margin-top: 0;
        margin-bottom: 60px; }
        #wrapper.toppage .compe-winner-box.delighter {
          transition: all 0.5s ease-out;
          transform: translateX(-20%);
          opacity: 0.1; }
        #wrapper.toppage .compe-winner-box.delighter.started {
          transform: none;
          opacity: 1; }
        #wrapper.toppage .compe-winner-box.delighter.started.ended {
          opacity: 1; } }
    #wrapper.toppage .compe-winner-box.even {
      margin-top: 180px;
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage .compe-winner-box.even {
          margin-top: 0;
          margin-bottom: 60px; } }
    #wrapper.toppage .compe-winner-box a {
      transition: all 0.5s; }
      #wrapper.toppage .compe-winner-box a img {
        transition: all 0.5s; }
      #wrapper.toppage .compe-winner-box a:hover {
        opacity: 0.8; }
        #wrapper.toppage .compe-winner-box a:hover img {
          opacity: 0.8; }
    #wrapper.toppage .compe-winner-box .compe-photo img {
      height: 320px;
      width: auto; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage .compe-winner-box .compe-photo img {
          width: 100%;
          height: auto; } }
  #wrapper.toppage .compe-winner-title {
    padding-top: 120px; }
  #wrapper.toppage .titlebgbar .titlebg {
    height: 120px;
    width: 40%;
    background: #fff;
    opacity: 0.8; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage .titlebgbar .titlebg {
        background: none; } }
  #wrapper.toppage .titlebox {}
    #wrapper.toppage .titlebox h2.worktitle {
      padding: 0;
      margin: 0;
      font-size: 18px; }
      #wrapper.toppage .titlebox h2.worktitle.en {
        font-size: 22px; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage .titlebox {
        margin-top: 68px;
        margin-left: 16px; }
        #wrapper.toppage .titlebox h2.worktitle {
          padding: 0;
          margin: 0; } }
  #wrapper.toppage #interview {
    padding-top: 20px; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #interview {
        display: none; } }
    #wrapper.toppage #interview .container.title {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #interview .container.title {
          display: block;
          padding: 0 16px; }
          #wrapper.toppage #interview .container.title .title {
            margin-bottom: 20px; }
          #wrapper.toppage #interview .container.title .compe-year img {
            width: 100%; } }
    #wrapper.toppage #interview .compe-year img {
      width: 310px;
      height: auto; }
    #wrapper.toppage #interview .winners {
      margin-top: 60px; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #interview .winners {
          margin-top: 30px;
          display: block; } }
      #wrapper.toppage #interview .winners .unit {
        width: 1200px;
        position: relative;
        margin-bottom: 30px; }
        #wrapper.toppage #interview .winners .unit .pc.delighter {
          transition: all 1.0s ease-out;
          transform: translateX(-10%);
          opacity: 0.0; }
        #wrapper.toppage #interview .winners .unit .pc.delighter.started {
          transform: none;
          opacity: 1; }
        #wrapper.toppage #interview .winners .unit .pc.delighter.started.ended {
          opacity: 1; }
        @media screen and (max-width: 480px) {
          #wrapper.toppage #interview .winners .unit {
            width: 100%; }
            #wrapper.toppage #interview .winners .unit .sp.delighter {
              transition: all 1.0s ease-out;
              transform: translateX(-20%);
              opacity: 0.0; }
            #wrapper.toppage #interview .winners .unit .sp.delighter.started {
              transform: none;
              opacity: 1; }
            #wrapper.toppage #interview .winners .unit .sp.delighter.started.ended {
              opacity: 1; }
            #wrapper.toppage #interview .winners .unit p.sub {
              position: absolute;
              top: 240px;
              padding: 10px 20px;
              background: rgba(255, 255, 255, 0.8);
              height: 60px;
              overflow: hidden;
              font-size: 14px; }
            #wrapper.toppage #interview .winners .unit img {
              width: 100%;
              height: auto; } }
  #wrapper.toppage #menuArea h2 {
    font-size: 36px;
    margin-bottom: 60px; }
    #wrapper.toppage #menuArea h2 span.head {
      display: block;
      font-size: 21px;
      padding-bottom: 3px; }
    #wrapper.toppage #menuArea h2 span.sub {
      font-size: 18px; }
  #wrapper.toppage #aboutMD .two-column-box {
    width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage #aboutMD .two-column-box {
        display: block;
        width: 100%;
        padding: 0 20px; } }
    #wrapper.toppage #aboutMD .two-column-box .column {
      width: 740px;    text-align: left; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #aboutMD .two-column-box .column {
          width: 100%; } }
  #wrapper.toppage #certificate {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px; }
    #wrapper.toppage #certificate h2 {
      margin-top: 60px;
      margin-bottom: 60px; }
      #wrapper.toppage #certificate h2 span.head {
        display: block;
        font-size: 14px;
        padding-bottom: 3px; }
      #wrapper.toppage #certificate h2 span.sub {
        font-size: 18px; }
    #wrapper.toppage #certificate .emblems {
      width: 740px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #certificate .emblems {
          width: 100%;
          padding: 0 20px;
          align-items: flex-start; }
          #wrapper.toppage #certificate .emblems img {
            width: 30%;
            height: auto; } }
    #wrapper.toppage #certificate p.body {
      width: 740px;
      text-align: left;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        #wrapper.toppage #certificate p.body {
          width: 100%;
          padding: 0 20px; } }
  #wrapper.toppage .morelink {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 12px; }
    @media screen and (max-width: 480px) {
      #wrapper.toppage .morelink {
        margin-right: 16px; } }
  #wrapper.toppage .slide-fast.delighter {
    transition: all 1.0s ease-out;
    transform: translateX(-30%);
    opacity: 0.0; }
  #wrapper.toppage .slide-fast.delighter.started {
    transform: none;
    opacity: 1; }
  #wrapper.toppage .slide-fast.delighter.started.ended {
    opacity: 1; }
  #wrapper.toppage .slide-middle.delighter {
    transition: all 1.5s ease-out;
    transform: translateX(-40%);
    opacity: 0.0; }
  #wrapper.toppage .slide-middle.delighter.started {
    transform: none;
    opacity: 1; }
  #wrapper.toppage .slide-middle.delighter.started.ended {
    opacity: 1; }
  #wrapper.toppage .slide-late.delighter {
    transition: all 2.0s ease-out;
    transform: translateX(-50%);
    opacity: 0.0; }
  #wrapper.toppage .slide-late.delighter.started {
    transform: none;
    opacity: 1; }
  #wrapper.toppage .slide-late.delighter.started.ended {
    opacity: 1; }
  #wrapper.toppage .slideup-fast.delighter {
    transition: all 0.7s ease-out;
    transform: translateY(30%);
    opacity: 0.0; }
  #wrapper.toppage .slideup-fast.delighter.started {
    transform: none;
    opacity: 1; }
  #wrapper.toppage .slideup-fast.delighter.started.ended {
    opacity: 1; }
  #wrapper.toppage .slideup-middle.delighter {
    transition: all 1.0s ease-out;
    transform: translateY(40%);
    opacity: 0.0; }
  #wrapper.toppage .slideup-middle.delighter.started {
    transform: none;
    opacity: 1; }
  #wrapper.toppage .slideup-middle.delighter.started.ended {
    opacity: 1; }
  #wrapper.toppage .slideup-late.delighter {
    transition: all 1.3s ease-out;
    transform: translateY(50%);
    opacity: 0.0; }
  #wrapper.toppage .slideup-late.delighter.started {
    transform: none;
    opacity: 1; }
  #wrapper.toppage .slideup-late.delighter.started.ended {
    opacity: 1; }



/*  コンペ受賞作品ページ .compewinners */
.compewinners h1 .sub {
  font-size: 14px;
  font-family: 'GillSansNova-UltraLight' !important;
  font-weight: 100; }
.compewinners .compe-year {
  border-top: 1px solid #e2e2e2;
  margin-top: 30px;
  padding-top: 54px; }
  .compewinners .compe-year:first-child {
    margin-top: 0; }
  .compewinners .compe-year:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    .compewinners .compe-year {
      padding-top: 20px; } }
.compewinners .year-title {
  font-size: 64px;
  line-height: 1;
  font-family: "FP-ヒラギノ角ゴ StdN W0" !important;
  font-style: normal;
  color: #afafaf;
  background: url(../images/icon-compe-large.png) no-repeat;
  background-size: 24px 60px;
  padding-left: 36px;
  width: 200px;
  float: left; }
  @media screen and (max-width: 480px) {
    .compewinners .year-title {
      float: none;
      margin: 0 auto 20px; } }

.worknotice,
.compenotice {
  text-align: right;
  margin: 20px 0; }
  @media screen and (max-width: 480px) {
    .worknotice,
    .compenotice {
      font-size: 9px;
      margin: 50px 12px 100px; } }

#spmenu .togglebtn {
  background: url(../images/spnavi_icon_gray.png) no-repeat 0 0;
  background-size: cover; }

/*# sourceMappingURL=style.css.map */



@media only screen and (min-width: 481px) {
/*PC*/
    /*ヘッダーここから*/
    #header {
        width:100%;
        height:46px;
        border-bottom:1px solid #afafaf;
    }

    .inner1200 {
        width:1200px;
        margin:0 auto;
    }

    #header .inner1200 {
        position:relative;
        height:46px;
    }

    #header .rogo01 {
        position:absolute;
        top:11px;
        left:0px;
    }

    #header p {
        position:absolute;
		top: 12px;
    	left: 100px;
        color:#000;
        font-size:12px;
    }

    #header p a,#header p span {
        background:url(../image/reader_header.gif) center left no-repeat;
        padding-left:8px;
        margin-left: -5px;
    }
    #header p a:link,#header p a:visited,#header p a:active {
        color:#000;
    }

    #header p a:hover {
        text-decoration:underline;
    }

    #header .catarog {
        position:absolute;
        top:2px;
        right:345px;
    }

    #header .contact {
        position:absolute;
        top:2px;
        right:530px;
    }

    #header .tenjijo {
        position:absolute;
        top:2px;
        right:160px;
    }

    #header .rogo02 {
        position:absolute;
        top:13px;
        right:0px;
    }
/*ヘッダーここまで*/
    .intro .container {
        height:620px;
        background:url(../image/main_bg.jpg) left bottom no-repeat;
    }
    
    h1#pagetitle {
        padding-left: 342px;
    }
	
	/*フッターここから*/
	#footer {
		width:100%;
		height:150px;
		color:#fff;
		padding:0px 0 0px 0;
		background-color: #000;
		background:url(../../image/footer_bg.gif?v=1) left bottom repeat-X!important;
	}
	#footer .inner{
		width:1200px;
		margin:0 auto;
		padding-top:0px;
	}
	#footer-tel {
    	/*height:172px;*/
		color:#000;
		padding:50px 0;
		background-color: #ebebeb;
	}
	#footer-tel p,
	#footer-customer p{
    	font-size:21px;
		text-align:center;
		margin:0px auto 10px;
	}
	#footer-tel p span,
	#footer-customer p span{
    	font-size:14px;
	}
	#footer-tel a.tel,
	#footer-customer a.tel{
		padding-left:50px;
		background:url(../image/icon_fc.png) left center no-repeat!important;
    	font-size:31px;
		line-height:31px;
		font-weight:bold;
		color:#000;
		pointer-events: none;/*リンク無効*/
	}
    #footer-tel .footer__btn {
        width:430px;
        height:36px;
        background-color: #ccc;
        text-align:center;
        line-height:36px;
    }
    #footer-tel .footer__btn a{
        display:block;
        width:100%;
        height:36px;
        color:#000;
		background:url("../image/reader_bk.png") right 154px center no-repeat;
    }
	#footer-tel .address{
    	font-size:12px;
        padding:5px 0 0 130px;
	}
	#footer-tel ul{
    	width:1140px;
        margin: 22px auto 0;
	}
	#footer-customer {
		color:#000;
		padding:30px 0 30px;
		background-color: #ccc;
	}
	#footer-customer ul{
    	width:1140px;
        margin: 0px auto 0;
	}
	#footer-tel ul.shiten02 li{
    	float:left;
    	width:380px;
		margin-right:0px;
	}
	#footer-tel ul.shiten02 li:last-child{
		margin-right:0px;
	}
	#footer-tel ul li p,
	#footer-customer ul li p{
		font-size:10px;
		text-align:left;
	}
	#footer-tel ul.shiten02 li span{
    	display:block;
        width:122px;
		padding-bottom:5px;
	}
	#footer-tel ul.shiten02 li,
	#footer-customer ul.shiten02 li{
    	float:left;
    	width:380px;
		margin-right:0px;
	}
	#footer-customer ul.shiten02 li{
    	width:100%;
		text-align: center;
	}
	#footer-customer ul.shiten02 li span{
    	display:block;
		padding-bottom:10px;
	}
	
	/*footer-shiten*/
	#footer-tel ul.shiten01{
        margin: 0px auto 0;
	}
	#footer-tel ul.shiten01 li{
    	float:left;
        width:680px;
	}
	#footer-tel ul.shiten01 li a{
        color:#03a619;
    	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-weight:500;
		font-size:18px;
	}
	#footer-tel ul.shiten01 li a{
    	background:url("../image/reader_gr2.gif") left center no-repeat;
		padding-right: 1em;
	}
	#footer-tel ul.shiten02 li span a{
    	background:url("../image/reader_gr2.gif") left 25px center no-repeat;
		padding-right:1em;
		color: #000;
	}
	#footer-tel ul.shiten02 li:nth-child(3) span a{
    	background:url("../image/reader_gr2.gif") left 8px center no-repeat;
		padding-right:1em;
		color: #000;
	}
	#footer-tel ul.shiten01 li:last-child{
        width:300px;
		margin-left:80px;
	}
	#footer-tel ul.shiten01 li:last-child a{
        color:#ab3967;
	}
	#footer-tel ul.shiten01 li {
  		position: relative;
		line-height:1em;
	}
	#footer-tel ul.shiten01 li p {
		margin-bottom:0;
    }
	#footer-tel ul.shiten01 li p::before {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #ccc;
    }
	#footer-tel ul.shiten01 li p span {
        position: relative;
        padding: 0;
        background: #ebebeb;
		width: 6em;
    }
	/*footer-shiten*/
	
	#footer-middle {
    	clear:both;
    	height:100px;
		color:#000;
	}
	#footer-middle ul{
		width:1200px;
		margin:0 auto;
	}
	#footer-middle ul li{
    	float: left;
		padding-top:6px;
	}
	#footer-middle ul li p{
		font-size:11px;
		padding-top:12px;
		line-height: 1.5em;
	}
	#footer-middle ul li.sns {
		text-align: center;
		width:70px;
		padding-top:22px;
	}
	#footer-middle ul li.sns p{
		font-size:11px;
		padding-top:0px;
		line-height: 1em;
	}
	#footer-middle ul li.sns a {
		color:#000;
	}
	#footer-middle ul li:first-child{
		padding-right:500px;
	}
	#footer-middle ul li:last-child{
    	float: right;
		padding-top:12px;
	}
	#footer-bottom {
    	height:50px;
		font-size: 10px;
		width:1200px;
		margin:0 auto;
	}
	#footer-bottom .footer-aux-primary {
		padding-top:6px;
    	float: left;
	}
	#footer-bottom .footer-aux-primary li,
	#footer-bottom .footer-aux-secondary li {
    	float: left;
		margin-right: 2em;
	}
	#footer-bottom .footer-aux-secondary {
		padding-top:6px;
    	float: right;
	}
	#footer-bottom p {
		text-align: right;
		font-size: 10px;
    	padding-bottom: 10px;
		padding-top:25px;
	}
	#footer a{
		text-decoration:none;
	}
	#footer-bottom a:link,#footer-bottom a:visited,#footer-bottom a:hover,#footer-bottom a:active {
		color:#fff;
	}

	#footer-sp {
		display:none;
	}
    /*フッターここまで*/
    
    /*相談会*/
    #wrapper.toppage #soudan {
        background: #161519;
        color:#FFF;
        padding-bottom: 100px;
    }
    #wrapper.toppage #soudan .soudan__header{
        width:670px;
        margin:0 auto;
        text-align:left;
    }
    #wrapper.toppage #soudan .soudan__header h2{
        margin:50px 0 45px;
    }
    #wrapper.toppage #soudan .soudan__header strong{
        font-size:20px;
        line-height:48px;
    }
    #wrapper.toppage #soudan ul{
        width:1178px;
    }
    #wrapper.toppage #soudan ul li{
        width:578px;
        float:left;
    }
    #wrapper.toppage #soudan ul li:last-child{
        margin-left:22px;
    }
    .alert {
        width:636px;
        margin:50px auto -90px;
        text-align:left;
    }
    .alert a{
        pointer-events: none;/*リンク無効*/
        color:#FFF;
        text-decoration: none;
    }
    /*相談会*/
    .btn {
        width:304px;
        height:72px;
        margin:124px auto 25px;
    }
    .btn2 {
        width:304px;
        height:72px;
        margin:0px auto 36px;
    }
    ul.triplebtn {
        width:636px;
        height:170px;
        margin:0px auto 36px;
    }
	#gallery ul.triplebtn {
        height:72px;
		margin-bottom: 45px;
    }
    ul.triplebtn li{
		float:left;
        width:304px;
        height:72px;
    }
    ul.triplebtn li:first-child{
        width:304px;
        margin:0px 26px 0px 0;
    }
    ul.triplebtn li:nth-child(2){
        margin:0px 26px 0px 0;
    }
    ul.triplebtn li:nth-child(3){
        margin:0px 0px 0px 0;
    }
    #menuArea .btn {
        margin-top:0px;
		margin-right: 0;
    }
    .btn a,
    .btn2 a,
    .btn3 a{
        display:block;
        width:100%;
        height:72px;
        text-align:center;
        color:#FFF;
        font-size:20px;
        line-height:72px;
        text-decoration: none;
    }
    .btn a{
        background:url(../image/btn_bg.gif) center top repeat-X;
    }
    .btn2 a{
        background:url(../image/btn02_bg.gif) center top repeat-X;
    }
    .btn3 a{
        background:url(../image/btn01_bg.gif) center top repeat-X;
    }
    .btn a:hover,
    .btn2 a:hover,
    .btn3 a:hover{
        text-decoration: underline;
    }
    .link_detail {
        width:636px;
        margin:-30px auto 36px;
        text-align:center;
    }
    .link_detail a{
        text-decoration: underline;
    }
	#competition .btn,
	#gallery .btn {
        margin-top: 0!important;
        margin-right: 0!important;
    }
	.profile {
        height: auto!important;
    }
    
}

/* スマホ */
@media screen and (max-width: 480px) {
    /*スマホ用ヘッダーここから*/
    body {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    }
    #header p,
    #header .rogo02{
        display:none;
    }
    #header .inner1200 {
        position:relative;
        height:46px;
        border-bottom:1px solid #afafaf;
    }
    #header .rogo01 {
        position:absolute;
        top:11px;
        left:2%;
    }
    #header .catarog {
        position:absolute;
        top:2px;
        right:28%;
    }
    #header .contact {
        position:absolute;
        top:2px;
        right:2%;
    }
    .intro {
        margin-bottom: -5.5VW;
    }
    .intro .container {
        height:120VW;
        background:url(../image/main_bg.jpg) left bottom no-repeat;
        background-size:90%
    }
    #wrapper.toppage #menuArea h2 {
        font-size: 4vw;
    }
    #wrapper.toppage #competition .welcome h2 {
        font-size: 21px;
        text-align: center;
    }

	/*フッターここから*/
	#footer {
		width:100%;
		/*height:280px;*/
		color:#666;
		padding:0px 0 0px 0;
		background-color:#ebebeb;
		padding-bottom: 15.5VW;
	}
	#footer .inner{
		width:100%;
		margin:0 auto;
		padding-top:0px;
	}
	#footer-tel {
		color:#000;
		width:320px;
		min-height: 180px;
		margin:0 auto;
		padding:30px 0;
	}
	#footer-tel p{
    	font-size:21px;
		text-align:center;
		margin:0px auto 5px;
	}
	#footer-tel p span{
    	font-size:14px;
	}
	#footer-tel li{
		clear:both;
	}
	#footer-tel ul.shiten02 li{
        margin-top:10px;
		line-height: 1em;
	}
	#footer-tel ul.shiten02 li:nth-child(2){
        margin-bottom:25px;
	}
	#footer-tel ul.shiten02 li span{
		display: block;
		font-size:14px;
		line-height: 1em;
	}
	#footer-tel ul.shiten02 li a.tel,
	#footer-customer ul.shiten02 li a.tel{
		display:block;
		margin-top: 2px;
		padding-left:30px;
		background:url(../image/icon_fc.png) left center no-repeat;
		background-size:25px;
    	font-size:21px;
		line-height:29px;
		font-weight:bold;
		color:#000;
		text-decoration:none;
	}
	#footer-tel ul.shiten02 li p{
		font-size:10px;
		text-align:left;
		float: left;
    	width: 96%;
        padding-left: 32%;
	}
	#footer-tel ul.shiten01 li a{
    	background:url("../image/reader_gr2.gif") left -15px center no-repeat;
		padding-right: 1em;
	}
	#footer-tel ul.shiten02 li span a{
    	background:url("../image/reader_gr2.gif") left 10px center no-repeat;
		padding-right:1em;
		color: #000;
	}
	#footer-tel ul.shiten02 li:nth-child(3) span a{
    	background:url("../image/reader_gr2.gif") left -4px center no-repeat;
		padding-right:1em;
		color: #000;
	}
	
	#footer-tel ul.shiten02 li{
        margin-top:10px;
		line-height: 1em;
	}
	#footer-customer {
		color:#000;
		width:100%;
		margin: 0 auto -1.5VW;
		padding:4VW 0;
		background-color: #ccc;
	}
	#footer-customer ul.shiten02 li span {
    	text-align: center;
  		display: block;
		font-size: 15px;
		padding-bottom: 3px;
	}
	#footer-customer ul.shiten02 li a.tel{
		padding-left:calc(30% + 30px);
		background-position:left 32% center;
	}
	
	#footer-middle {
		clear: both;
		background-color:#f4f4f4;
		color:#000;
	}
	#footer-middle p {
    	width:96%;
		margin:5px auto 0;
		padding:10px 0;
		font-size:12px;
	}
	#footer-middle ul li:nth-child(4) {
    	display:none;
	}
	#footer-middle ul li.sns {
		float:left;
		text-align: center;
		width:15%;
		padding: 5VW 5% 5VW 30%;
		box-sizing: content-box;
	}
	#footer-middle ul li:nth-child(3) {
		padding: 5VW 30% 5VW 5%;
	}
	#footer-middle ul li.sns p{
		font-size:11px;
		padding-top:0px;
		line-height: 1em;
	}
	#footer-middle ul li.sns a {
		color:#000;
	}
	#footer-bottom {
    	height:108px;
		font-size: 10px;
		color:#FFF;
		background:url(../image/bg_footer_sp.gif) center top 8VW no-repeat;
		background-size: 70%;
		background-color: #0075c2;
	}
	#footer-bottom .footer-aux-primary,
	#footer-bottom .footer-aux-secondary {
		display:none;
	}
	#footer-bottom p {
		text-align: center;
		font-size: 10px;
    	padding-top: 90px;
	}
    
    #footer-tel .footer__btn {
        clear:both;
        width:100%;
        height:36px;
        background-color: #ccc;
        text-align:center;
        line-height:36px;
    }
    #footer-tel .footer__btn a{
        display:block;
        width:100%;
        height:36px;
        line-height: 36px;
        color:#000;
		background:url("../image/reader_bk.png") right 30% center no-repeat;
        font-size:14px;
    }
	
	/*footer-shiten*/
	#footer-tel ul.shiten01{
        margin: 0px auto 0;
		padding-top:3px;
	}
	#footer-tel ul.shiten01 li{
        width:100%;
	}
	#footer-tel ul.shiten01 li a{
        color:#03a619;
    	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
		font-weight:500;
		font-size:15px;
		text-decoration: none;
	}
	#footer-tel ul.shiten01 li:last-child{
		margin-top:6.25em;
	}
	#footer-tel ul.shiten01 li:last-child a{
        color:#ab3967;
		text-decoration: none;
	}
	#footer-tel ul.shiten01 li {
  		position: relative;
		line-height:1em;
	}
	#footer-tel ul.shiten01 li p {
		margin-bottom:0;
		text-align: left;
    }
	#footer-tel ul.shiten01{
		float:left;
		width:25%;
	}
	#footer-tel ul.shiten02{
		float:left;
		width:75%;
	}
	#footer-tel ul.shiten02 a img,
	#footer-customer ul.shiten02 a img{
		width:20px;
		margin-left:5px;
	}
	/*footer-shiten*/
    
    #fixbtn_sp {
        width:100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 10000;
        background-color: rgba(255,255,255,0.7);
    }
    #fixbtn_sp li{
		float:left;
        width:50%;
        height:auto;
    }
    #fixbtn_sp img{
        width:100%;
        height:auto;
    }
    ul.triplebtn {
        width:90%;
        margin:124px auto 12px;
    }
    ul.triplebtn li{
        width:100%;
        height:72px;
        margin:0px;
    }
    ul.triplebtn li:first-child{
        width:100%;
        margin:0px 0px 12px 0;
    }
    ul.triplebtn li:nth-child(2){
        margin:0px 4% 0px 0;
    }
    ul.triplebtn li:nth-child(3){
        margin:0px 0px 0px 0;
    }
    .btn,
    .btn2,
    .btn3 {
        width:100%;
        height:72px;
    }
    .btn2,
    .btn3 {
    }
    .btn a,
    .btn2 a,
    .btn3 a{
        display:block;
        width:100%;
        height:72px;
        text-align:center;
        color:#FFF;
        font-size:14px;
        line-height:72px;
        text-decoration: none;
    }
    .btn a{
        background:url(../image/btn_bg.gif) center top repeat-X;
    }
    .btn2 a{
        background:url("../image/btn02_bg.gif") center top repeat-X;
        font-size:14px;
    }
    .btn3 a{
        background:url("../image/btn01_bg.gif") center top repeat-X;
        font-size:14px;
    }
    .btn a:hover,
    .btn2 a:hover{
        text-decoration: underline;
    }
    .link_detail {
        width:90%;
        margin:-30px auto 36px;
        text-align:center;
        font-size:14px;
    }
    .link_detail a{
        text-decoration: underline;
    }
    /*相談会*/
    #wrapper.toppage #soudan {
        background: #161519;
        color:#FFF;
        width:100%;
        padding:20px 20px 50px;
    }
    #wrapper.toppage #soudan img{
        width:100%;
        height:auto;
    }
    #wrapper.toppage #soudan .soudan__header{
        width:100%;
        margin:0 auto;
        text-align:left;
    }
    #wrapper.toppage #soudan .soudan__header h2{
        margin:50px 0 45px;
    }
    #wrapper.toppage #soudan .soudan__header strong{
        font-size:20px;
        line-height:36px;
    }
    #wrapper.toppage #soudan ul{
        width:96%;
    }
    #wrapper.toppage #soudan ul li{
        width:100%;
    }
    #wrapper.toppage #soudan ul li:last-child{
        margin-top:10px;
    }
    #wrapper.toppage #soudan .btn {
        margin-top:36px;
        width:100%;
    }
    .alert {
        margin:50px auto 0px;
        text-align:left;
    }
    .alert a{
        color:#FFF;
        text-decoration: underline;
    }
    /*相談会*/
}
    #soudan ul:after {
        content: "."; 
        display: block; 
        height: 0; 
        font-size:0;	
        clear: both; 
        visibility:hidden;
    }


#invitingArrow {
    display:none;
}

/*movie*/
    @media screen and (max-width: 480px) {}
#movie {
	width:1200px;
	margin:0 auto;
}
  #wrapper.toppage #movie {
    border-top: 1px solid #afafaf;
    padding-top: 20px;
margin-top: 100px;}

#movie ul#movie-body li{
	float:left;
	margin-right:80px;
}
#movie ul#movie-body li:nth-child(2n){
	margin-right:0px;
}
#movie ul#movie-body li p{
	text-align: center;
}
@media screen and (max-width: 480px) {
    #movie {
        width:96%;
        margin:0 auto;
    }
      #wrapper.toppage #movie {
        padding: 0; } 
    #wrapper.toppage #movie .welcome h2 {
        font-size: 21px;
        text-align: center;
    }
    #movie ul#movie-body li{
        float:none;
        margin-right:0px;
        margin-bottom:40px;
    }
    #movie ul#movie-body li:nth-child(2n){
        margin-bottom:0px;
    }
    #movie ul#movie-body li img{
        width:100%;
		height:auto;
    }
    #movie ul#movie-body li iframe{
        width:100%;
		height:54VW;
    }
}
/*movie*/


@media screen and (min-width: 481px) {
    #gallery {
        /*height:5000px;*/
    }
    #gallery #competition-title {
        margin-top: -64px;
    }

    #gallery .welcome h2{
        width:50%;
        float:left;
    }
    #gallery .welcome a{
        width:50%;
        float:right;
        text-align:right;
    }
    #gallery .container + ul {
        width:1200px;
        margin:100px auto 50px ;
    }
    #gallery .container + ul li {
        float:left;
        width:570px;
        margin:0 60px 60px 0;
    }
    #gallery .container + ul li:nth-child(2n) {
        margin-right:0;
    }
    
	.designer {
		width: auto;
		height: auto;
	}
	.designer .inner {
		width: 1200px;
		height: auto;
	}
	.designer_title {
		text-align: center;
		margin: 60px auto 100px;
		font-size: 28px;
		line-height: 24px;
	}
	.designer_title p {
		font-size: 14px;
	}
	.designer .inner .profile {
		overflow: hidden;
		margin: 0 auto;
		width: 1000px;
		height: auto;
		margin-bottom: 110px;
	}
	.profile {
		width: 1200px;
		height: 160px;
		margin-bottom: 60px;
		padding-bottom: 60px;
	}
	.profile &gt; li {
		width: 1200px;
		min-height: 230px;
		margin-bottom: 30px;
		padding-bottom: 30px;
        border-bottom:1px solid #ccc;
	}
	.profile &gt; li:nth-last-child(1) {
		margin-bottom: 0px;
        border-bottom:0;
	}
	.profile &gt; li img {
		float: left;
		width: auto;
		height: 200px;
	}
	.profile &gt; li .profile_text {
		float: left;
		width: 648px;
		margin: 0px 0px 0px 38px;
		font-size: 14px;
		line-height: 25px;
	}
	.profile &gt; li .profile_text .designer_name {
		font-size: 20px!important;
        line-height:1em;
	}
	.profile &gt; li .profile_text .english_name {
		font-size: 13px!important;
        color:#666;
	}
    .profile &gt; li .profile_text li:last-child {
		text-indent:-7em;
        padding-left:7em;
	}
    
	.profile &gt; li .profile_btn {
		float: left;
		width: 25px;
		margin: 0px 0px 0px 0px;
	}
    
    #competition .btn {
        margin-top:880px;
    }
    #gallery .btn {
        margin-top:0px;
    }
    
    #wrapper.toppage #topMainMenu li a::before {

        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 20px;
        border-top: 1px solid #afafaf;
        border-right: 1px solid #afafaf;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);

    }
    
}

@media screen and (max-width: 480px) {
    .spout {
        display: none;
    } 
    #wrapper.toppage #pagetitle img {
        width: 60vw;
    }
    #wrapper.toppage .pagetitle-box {
        margin: 7.5vh 0 5.5vh;
    }
    h1#pagetitle {
        margin-bottom: 30px;
    }
    #gallery {
        /*height: 1530VW;*/
    }
    #gallery .welcome .blank {
        display:block;
        float:left;
        width:20%;
    }
    #gallery .welcome h2{
        width:60%;
        float:left;
        text-align:center;
        font-size:21px!important;
    }
    #gallery .welcome a{
        display:block;
        width:20%;
        float:right;
        text-align:right;
    }
    #gallery .welcome a img{
        width:100%;
        height:auto;
    }
    #gallery ul {
        width:96%;
        margin:0 auto;
    }
    #gallery ul li {
        margin-bottom:20px;
    }
    #gallery ul li img{
        width:100%;
        height: auto;
    }
    #gallery .btn {
        /*margin-top:80px;*/
    }
    #wrapper.toppage #topMainMenu {
        position: absolute;
        top: -170px;
    }
    #wrapper.toppage #menuArea .row.flexContainer .row.flexContainer .about {
        margin-top: 100px;
    }

	.profile {
		overflow: hidden;
		margin: 0 auto;
		width: 89.3vw;
		height: auto;
	}
	.profile &gt; li {
		overflow: hidden;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		padding-bottom: 30px;
        border-bottom:1px solid #ccc;
	}
	.profile &gt; li:nth-last-child(1) {
		margin-bottom: 0px;
	}
	.profile &gt; li img {
		width: 100%;
		height: auto;
	}
	.profile &gt; li .profile_text {
        float: left;
		width: calc(100% - 25px);
		padding-top: 2.6vw;
		font-size: 12px;
		line-height: 20px;
	}
	.profile &gt; li .profile_text .designer_file {
	}
	.profile &gt; li .profile_text .designer_name {
		font-size: 18px!important;
		line-height: 20px;
		margin-bottom: 2.6vw;
	}
	.profile &gt; li .profile_text .english_name {
		font-size: 12px!important;
	}
	.profile &gt; li .profile_btn {
		float: left;
		width: 25px;
		margin: 0px 0px 0px 0px;
	}
    #competition .btn {
        margin:10px auto 15px;
    }
}

#wrapper.toppage #competition li.delighter {
    transition: all .5s ease-out;
    transform: translateX(-10%);
    opacity: 0; 
}
#wrapper.toppage #competition li.delighter.started {
    transform: none;
    opacity: 1; 
}
#gallery ul li p{
    margin:0 0 3px 0;
}

#wrapper.toppage #topMainMenu li a.works {
    background-image: url(../image/topmenuicon_work_motion2.gif);
}
#wrapper.toppage #topMainMenu li a.designers {
    background-image: url(../image/topmenuicon_designer_motion2.gif);
}

#gallery .welcome:after,
ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}</pre></body></html>