@charset "UTF-8";
/************************************************
 ブラウザリセット
************************************************ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

table, caption, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
}

a img, iframe {
  border: none;
}

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

input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
}

figure {
  margin: 0;
}

/************************************************
 共通設定
************************************************ */
body {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 1112px) {
  body {
    font-size: 3.5vw;
  }
}
.for-sp {
  display: none !important;
}

.for-pc {
  display: block !important;
}

@media only screen and (max-width: 1112px){
  .for-sp {
    display: block !important;
  }

  .for-pc {
    display: none !important;
  }
}
/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block;
  /* for IE8 */
}

.clear {
  clear: both;
}

/* 共通項目
----------------------------------------------- */
/* 枠組み */
.inner {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1112px){
  .inner {
    width: 90%;
  }
}
/* 画像 */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* リンク */
a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/* テキスト */
.en {
  font-family: 'Lora', serif;
}

.gothic {
  font-family: "Noto Sans", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.no-text {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center center;
}

/* リンク */
.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 2em;
  background: #376092;
  color: #fff;
  margin: 2em auto;
  text-align: center;
  border-bottom: solid 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-decoration: none;
}

/* ページトップへ */
#page-top {
  background: rgba(55, 96, 146, 0.7);
  bottom: 1vw;
  right: 1vw;
  position: fixed;
  z-index: 9999;
}

#page-top a {
  display: block;
  height: 48px;
  width: 48px;
}

#page-top a:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 12px 20.78px 12px;
  -webkit-box-shadow: 0 4px 3px -2px #444;
  -moz-box-shadow: 0 4px 3px -2px #444;
  box-shadow: 0 4px 3px -2px #444;
  content: "";
  display: block;
  height: 0;
  left: 25%;
  position: absolute;
  top: 25%;
  width: 0;
}

@media only screen and (max-width: 1112px){
  #page-top {
    bottom: 3vw;
    right: 3vw;
  }
}
/************************************************
 トップページ
************************************************ */
#mv {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
  color: #fff;
}
#mv .border-red {
  width: 100%;
  height: 20px;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#mv .border-blue {
  width: 100%;
  height: 45px;
  background: #376092;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
}

.mv-cont {
  position: absolute;
  width: 40vw;
  max-height: 90vh;
  left: 10vw;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  text-align: left;
}
.mv-cont .text-area {
  font-size: 14px;
}

#mv-header h2 {
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#mv-header h1 {
  width: 417px;
  height: 60px;
  background-image: url(../images/common/logo.svg);
  margin: 0 0 75px;
}
#mv-header p {
  font-size: 16px;
  letter-spacing: 0.3em;
  margin-bottom: 75px;
}

#mv-nav ul {
  width: 417px;
  margin: 0 0;
  text-align: center;
}
#mv-nav ul li a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 40px;
  background: #fff;
  color: #376092;
  margin-bottom: 22px;
  text-decoration: none;
}
#mv-nav ul li a:hover {
  transform: scale(0.99);
}
#mv-nav ul li .en {
  font-size: 20px;
  text-align: left;
  width: 270px;
  display: inline-block;
}
#mv-nav ul li .jp {
  font-size: 14px;
  text-align: right;
}

#mv-footer .copyright {
  font-size: 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100vh;
}
#slider .overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(55, 96, 146, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#slider .sp-buttons {
  position: absolute;
  bottom: 20px;
  z-index: 200;
}
#slider .sp-buttons .sp-button {
  border: 2px solid #fff;
}
#slider .sp-buttons .sp-selected-button {
  background-color: #fff;
}

/************************************************
 下層共通
************************************************ */
/* ヘッダー */
#header {
  position: relative;
  z-index: 999;
}
#header .inner {
  width: 90%;
  margin: 0 auto;
}
#header .border-red {
  width: 100%;
  height: 20px;
  background: #ff0000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .border-blue {
  width: 100%;
  height: 45px;
  background: #376092;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .header-wrap {
  position: relative;
  z-index: 999;
  top: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 5% 20px;
  box-sizing: border-box;
  width: 100%;
}

#logo {
  float: left;
  color: #376092;
}
#logo .discription {
  line-height: 1;
  margin: 0 0 12px;
  font-size: 12px;
}
#logo h1 {
  width: 200px;
  height: 29px;
  position: relative;
  background-image: url(../images/common/logo-color.svg);
}
#logo h1 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#logo h1 a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.main-menu {
  float: right;
}
.main-menu ul li {
  display: inline-block;
  margin-left: 40px;
}
.main-menu ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #376092;
  box-sizing: border-box;
  border-bottom: solid 5px #fff;
  padding: 10px 0;
}
.main-menu ul li a:hover {
  border-bottom: solid 5px #376092;
  opacity: 0.7;
}
.main-menu ul li .en {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
}
.main-menu ul li .jp {
  display: block;
  font-size: 12px;
  line-height: 1;
}

/* メインビジュアル */
#company #sub-mv {
  background: url(../images/company/sub-mv.jpg) no-repeat center center;
}

#sewing #sub-mv {
  background: url(../images/sewing-quality/sub-mv.jpg) no-repeat center center;
}

#contact #sub-mv {
  background: url(../images/contact/sub-mv.jpg) no-repeat center center;
}

#sub-mv {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 0;
}
#sub-mv .title-area {
  position: relative;
  z-index: 100;
  z-index: 100;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
#sub-mv .title-area #title {
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-top: 30px;
  background: url(../images/common/sub-mv-icon.png) no-repeat top center;
}
#sub-mv .title-area .title-jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5em;
}
#sub-mv .overlay {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(55, 96, 146, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/* footer */
#footer {
  position: relative;
  background: #e5e5e5;
  color: #376092;
}
#footer .footer-inner {
  position: relative;
  height: 400px;
}
#footer .overlay {
  display: block;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#footer #foot-company {
  width: 50%;
  float: left;
  font-size: 14px;
  height: 100%;
}
#footer #foot-company .box {
  position: relative;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  margin-left: 20%;
}
#footer #foot-company .logo {
  background-image: url(../images/common/logo-color.svg);
  width: 200px;
  height: 29px;
  margin: 0 0 20px;
}
#footer #foot-company .name {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 40px;
}
#footer #footer-nav {
  padding-top: 2em;
  border-top: solid 1px #376092;
  margin: 2em 0 0;
}
#footer #footer-nav ul {
  margin-left: -1em;
}
#footer #footer-nav ul li {
  display: inline-block;
  text-align: left;
  margin: 0 1em;
  position: relative;
}
#footer #footer-nav ul li:nth-child(1)::after {
  content: "│";
  right: -1em;
  position: relative;
}
#footer #footer-nav ul li:nth-child(2)::after {
  content: "│";
  right: -1em;
  position: relative;
}
#footer #footer-nav ul li:last-child {
  margin: 0;
}
#footer #footer-nav ul li a {
  display: inline-block;
  color: #376092;
  text-decoration: none;
}
#footer #footer-nav ul li .btn {
  margin: 0;
  padding: 0 1em;
  color: #fff;
  position: relative;
  top: -0.2em;
}
#footer #shop-img {
  width: 25%;
  float: left;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#footer #shop-img img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#footer #photo-area {
  width: 25%;
  float: left;
  height: 100%;
}
#footer #photo-area figure {
  height: 50%;
  overflow: hidden;
  position: relative;
}
#footer #photo-area figure img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#footer #f-google-map {
  width: 100%;
  height: 300px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#footer #f-google-map iframe {
  width: 100%;
  height: 100%;
}
#footer .copyright {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
}
#footer .copyright a {
  text-decoration: none;
}

/* コンテンツ */
.main-text {
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #376092;
  padding-bottom: 30px;
  background: url(../images/common/main-text-icon.png) no-repeat center bottom;
}

.main-title {
  position: relative;
  top: -70px;
  width: 250px;
  height: 220px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background: url(../images/common/main-title.png) no-repeat center center rgba(55, 96, 146, 0.9);
}
.main-title .box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.main-title .en {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1;
}
.main-title .jp {
  font-size: 16px;
  line-height: 1;
}

/************************************************
　会社概要
************************************************ */
#company .main-text {
  margin: 0 auto 100px;
}
#company #gree {
  background: url(../images/company/gree-bg.jpg) no-repeat right top;
  background-size: contain;
  padding: 100px 0;
}
#company #gree .inner {
  position: relative;
  height: 100%;
  border-left: solid 5px #e5e5e5;
}
#company #gree .text-area {
  float: left;
  width: 55%;
  margin-right: 5%;
  text-align: left;
  margin-top: 50px;
  line-height: 3;
  padding-left: 70px;
  box-sizing: border-box;
}
#company #gree .name-area {
  text-align: left;
  position: absolute;
  width: 45%;
  box-sizing: border-box;
  right: 0;
  bottom: 50px;
  padding: 50px;
  background: rgba(229, 229, 229, 0.9);
}
#company #gree .name-area .daihyo {
  font-size: 16px;
}
#company #gree .name-area .name {
  font-size: 30px;
  line-height: 1;
}
#company #gree .photo-area {
  float: right;
  width: 40%;
}
#company #about {
  padding: 50px 0 100px;
  background: #fcfcfc;
  border-top: solid 1px #bababa;
  border-bottom: solid 1px #bababa;
  padding-bottom: 0;
}
#company #about table {
  border-top: solid 1px #bababa;
  width: 100%;
}
#company #about table tr {
  border-bottom: solid 1px #bababa;
}
#company #about table tr th, #company #about table tr td {
  padding: 15px 20px;
  box-sizing: border-box;
}
#company #about table tr th {
  width: 20%;
}
#company #about table tr td {
  width: 80%;
}
#company #about .photo-area {
  width: 100%;
  margin-top: 100px;
}
#company #about .photo-area figure {
  width: 50%;
  height: 400px;
  overflow: hidden;
  position: relative;
  float: left;
}
#company #about .photo-area figure img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#company #history {
  padding: 50px 0 0;
}
#company #history .timeline > li {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#company #history .timeline-date {
  width: 20%;
  float: left;
  padding: 2em;
  text-align: right;
  box-sizing: border-box;
}
#company #history .timeline-content {
  text-align: left;
  width: 80%;
  position: relative;
  float: left;
  border-left: 3px #f2f4f7 solid;
  box-sizing: border-box;
  padding: 2em;
}
#company #history .timeline-content h3 {
  margin-bottom: 1em;
}
#company #history .timeline-content:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #376092;
  position: absolute;
  left: -7.5px;
  top: 2.5em;
  border-radius: 100%;
}
#company #map {
  padding: 0;
  width: 100%;
  height: 500px;
}
#company #map #google-map {
  width: 100%;
  height: 100%;
}
#company #map #google-map iframe {
  width: 100%;
  height: 100%;
}

/************************************************
　縫製品質
************************************************ */
#sewing .main-text {
  margin: 100px auto 30px;
}
#sewing .sub-text {
  margin-bottom: 100px;
}
#sewing .flow-area {
  background: url(../images/common/lineY.png) repeat-y center center;
}
#sewing .flow-area ul {
  position: relative;
  width: 100%;
}
#sewing .flow-area ul li {
  width: 90%;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  display: block;
  background: url(../images/common/waku.png) no-repeat 50px 100px;
  margin-bottom: 150px;
  padding-bottom: 70px;
}
#sewing .flow-area ul li .flow-title {
  position: absolute;
  z-index: 100;
  top: 80px;
  left: 0;
  width: 30%;
  padding: 80px 50px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  background: rgba(229, 229, 229, 0.9);
}
#sewing .flow-area ul li .flow-title .number {
  font-size: 30px;
  position: absolute;
  top: -40px;
  left: 20px;
  width: 80px;
  height: 70px;
  line-height: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: rgba(55, 96, 146, 0.9);
}
#sewing .flow-area ul li .flow-title .title {
  font-size: 30px;
  margin-bottom: 26px;
  line-height: 1;
}
#sewing .flow-area ul li .flow-title .title span {
  letter-spacing: -0.2em;
}
#sewing .flow-area ul li .flow-title .text {
  font-size: 16px;
}
#sewing .flow-area ul li .photo-area {
  position: relative;
  z-index: 0;
  right: 0;
  top: 0;
  height: 80vh;
  width: 90%;
  margin-left: 10%;
  overflow: hidden;
}
#sewing .flow-area ul li .photo-area img {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
#sewing .flow-area ul li:nth-child(2n) .photo-area {
  left: 0;
  right: auto;
  margin-left: 0;
  margin-right: 10%;
}
#sewing .flow-area ul li:nth-child(2n) .flow-title {
  left: auto;
  right: 0;
  top: 80px;
  bottom: auto;
  margin-left: 70%;
}

/************************************************
　問い合わせ
************************************************ */
#contact {
  padding-bottom: 100px;
}
#contact .main-text {
  margin: 100px auto 30px;
}
#contact #contact-flow {
  margin: 50px auto;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  margin-left: -1em;
}
#contact #contact-flow li {
  float: left;
  margin: 0 .5em 0 1em;
}
#contact #contact-flow i {
  background: #ddd;
  padding: .7em 2em;
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-style: normal;
}
#contact #contact-flow i:hover, #contact #contact-flow i.active {
  background: #376092;
}
#contact #contact-flow i::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}
#contact #contact-flow li:first-child i::before {
  display: none;
}
#contact #contact-flow i:hover::before, #contact #contact-flow i.active::before {
  border-color: #376092 #376092 #376092 transparent;
  transition: 0.5s;
}
#contact #contact-flow i::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}
#contact #contact-flow i:hover::after, #contact #contact-flow i.active::after {
  border-left-color: #376092;
  transition: 0.5s;
}
#contact .attention {
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  background: #eee;
  text-align: center;
  box-sizing: border-box;
}
#contact #contact-thanks .main-text {
  margin: 100px auto 30px;
}
#contact #contact-thanks .step {
  margin-bottom: 40px;
}
#contact #mailfield::before {
  content: " ";
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 50px;
  background: url("../images/contact/contact-step01.jpg") center center no-repeat;
  background-size: contain;
}
#contact #mfp_phase_confirm_inner img.step {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1112px){
  .no-text {
    background-size: contain !important;
  }

  /************************************************
   トップページ
  ************************************************ */
  #mv {
    height: auto;
    min-height: 100vh;
    background: #376092;
  }
  #mv .border-red {
    height: 2vw;
  }
  #mv .border-blue {
    height: 1vw;
    top: 2vw;
  }

  .mv-cont {
    position: relative;
    width: 80vw;
    max-height: none;
    left: 0;
    top: 0;
    transform: none;
    text-align: center;
    margin: 10vw auto;
  }
  .mv-cont .text-area {
    font-size: 2.5vw;
  }

  #mv-header h2 {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  #mv-header h1 {
    width: 60%;
    height: 0;
    padding-top: 8.634%;
    /*14.39*/
    margin: 5vw auto 10vw;
  }
  #mv-header p {
    font-size: 3.2vw;
    margin-bottom: 5vw;
  }

  #mv-nav ul {
    width: 90%;
    margin: 5vw auto;
  }
  #mv-nav ul li a {
    padding: 0.2em 1em;
    margin-bottom: 5vw;
  }
  #mv-nav ul li .en {
    font-size: 4vw;
    width: 80%;
  }
  #mv-nav ul li .jp {
    font-size: 3vw;
  }

  #mv-footer .copyright {
    font-size: 3vw;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 3vw 0;
    background: #376092;
  }

  #slider {
    position: relative;
    width: 100%;
    height: auto;
  }
  #slider .overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(55, 96, 146, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #slider .sp-buttons {
    position: absolute;
    bottom: 2vw;
    z-index: 200;
  }
  #slider .sp-buttons .sp-button {
    border: 2px solid #fff;
    width: 2vw;
    height: 2vw;
  }
  #slider .sp-buttons .sp-selected-button {
    background-color: #fff;
  }

  /************************************************
   下層共通
  ************************************************ */
  /* ヘッダー */
  #header .border-red {
    height: 2vw;
  }
  #header .border-blue {
    height: 1vw;
  }
  #header .header-wrap {
    padding: 5vw 5% 5vw;
  }

  #logo .discription {
    margin: 0 0 3vw;
    font-size: 2.5vw;
  }
  #logo h1 {
    width: 70%;
    height: 0;
    padding-top: 10%;
  }

  .main-menu {
    float: none;
  }
  .main-menu ul li {
    display: block;
    margin: 5vw auto 5vw 0;
    text-align: left;
  }
  .main-menu ul li a {
    color: #376092 !important;
  }
  .main-menu ul li a .en {
    margin-bottom: 1vw;
    font-size: 4vw;
  }
  .main-menu ul li a .jp {
    font-size: 2.5vw;
  }

  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 80vw;
    transform: translate(80vw);
  }

  .zdo_drawer_menu .zdo_drawer_button {
    width: 42px;
    top: 6vw;
    right: 5vw;
  }

  .zdo_drawer_menu .zdo_drawer_bar {
    height: 2px;
    margin: 2vw 0;
  }

  .zdo_drawer_menu .zdo_drawer_text {
    font-size: 3vw;
  }

  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 20vw 10vw 0;
  }

  /* メインビジュアル */
  #sub-mv {
    width: 100%;
    height: 40vw;
  }
  #sub-mv .title-area #title {
    font-size: 5vw;
    margin-bottom: 4vw;
    padding-top: 6vw;
    background-size: 20%;
  }
  #sub-mv .title-area .title-jp {
    font-size: 2.5vw;
  }

  /* footer */
  #footer .footer-inner {
    height: auto;
  }
  #footer .overlay {
    display: none;
  }
  #footer #foot-company {
    width: 100%;
    float: none;
    font-size: 3vw;
    height: auto;
  }
  #footer #foot-company .box {
    position: relative;
    top: 0;
    transform: none;
    margin: 10vw auto;
    text-align: center;
  }
  #footer #foot-company .logo {
    width: 60%;
    height: 0;
    padding-top: 10%;
    margin: 0 auto 4vw;
  }
  #footer #foot-company .name {
    font-size: 3vw;
    margin-bottom: 7vw;
  }
  #footer #footer-nav {
    padding-top: 2em;
    margin: 2em 0 0;
  }
  #footer #footer-nav ul {
    margin-left: -1em;
  }
  #footer #footer-nav ul li {
    display: inline-block;
    text-align: left;
    margin: 0 1em;
    position: relative;
  }
  #footer #footer-nav ul li:nth-child(1)::after {
    content: "│";
    right: -1em;
    position: relative;
  }
  #footer #footer-nav ul li:nth-child(2)::after {
    content: "│";
    right: -1em;
    position: relative;
  }
  #footer #footer-nav ul li:last-child {
    margin: 0;
  }
  #footer #footer-nav ul li a {
    display: inline-block;
    color: #376092;
    text-decoration: none;
  }
  #footer #footer-nav ul li .btn {
    margin: 0;
    padding: 0 1em;
    color: #fff;
    position: relative;
    top: -0.2em;
  }
  #footer #shop-img {
    width: 100%;
    float: none;
    height: 30vw;
  }
  #footer #shop-img img {
    width: 100%;
    height: auto;
  }
  #footer #photo-area {
    width: 100%;
    float: none;
    height: 30vw;
  }
  #footer #photo-area figure {
    float: left;
    height: 100%;
    width: 50%;
  }
  #footer #photo-area figure img {
    width: 100%;
    height: auto;
  }
  #footer #f-google-map {
    height: 40vw;
  }
  #footer .copyright {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 3vw;
    text-align: center;
    background: #376092;
    padding: 5vw 0;
  }
  #footer .copyright a {
    color: #fff;
  }

  /* コンテンツ */
  .main-text {
    font-size: 5vw;
    padding-bottom: 5vw;
    background-size: auto 2vw;
  }

  .main-title {
    top: -10vw;
    width: 50vw;
    height: 50vw;
    background-size: contain;
  }
  .main-title .en {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .main-title .jp {
    font-size: 3vw;
  }

  /************************************************
   会社概要
  ************************************************ */
  #company .main-text {
    margin: 0 auto 5vw;
  }
  #company #gree {
    background-size: cover;
    padding: 10vw 0 20vw;
  }
  #company #gree .inner {
    height: auto;
    border-left: none;
  }
  #company #gree .text-area {
    float: none;
    width: 90%;
    text-align: left;
    margin: 0 auto 5vw;
    line-height: 2;
    padding-left: 0;
  }
  #company #gree .name-area {
    position: relative;
    width: 60%;
    float: left;
    right: auto;
    bottom: auto;
    padding: 2em 1em;
    background: rgba(255, 255, 255, 0.8);
  }
  #company #gree .name-area .daihyo {
    font-size: 3vw;
  }
  #company #gree .name-area .name {
    margin-top: 5vw;
    font-size: 5vw;
  }
  #company #gree .photo-area {
    float: right;
    width: 40%;
  }
  #company #about {
    padding: 0 0 20vw;
  }
  #company #about table tr th, #company #about table tr td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  #company #about table tr th {
    background: #efefef;
  }
  #company #about .photo-area {
    width: 100%;
    margin-top: 5vw;
  }
  #company #about .photo-area figure {
    width: 100%;
    margin-top: 5vw;
    height: 50vw;
  }
  #company #history {
    padding: 0;
  }
  #company #history .timeline {
    margin-top: -10vw;
  }
  #company #history .timeline-date {
    padding: 2em 2em 2em 0;
    width: 25%;
  }
  #company #history .timeline-content {
    padding: 2em 0 2em 2em;
    width: 75%;
  }
  #company #history .timeline-content h3 {
    margin-bottom: 1em;
  }
  #company #history .timeline-content:before {
    content: '';
    width: 3vw;
    height: 3vw;
    left: -2vw;
  }
  #company #map {
    padding: 0;
    width: 100%;
    height: 500px;
  }
  #company #map #google-map {
    width: 100%;
    height: 100%;
  }
  #company #map #google-map iframe {
    width: 100%;
    height: 100%;
  }

  /************************************************
   縫製品質
  ************************************************ */
  #sewing .main-text {
    margin: 10vw auto 5vw;
  }
  #sewing .sub-text {
    margin: 0 auto 15vw;
    width: 90%;
  }
  #sewing .sub-text p {
    text-align: left;
  }
  #sewing .flow-area ul {
    position: relative;
    width: 100%;
    margin-top: 15vw;
  }
  #sewing .flow-area ul li {
    background: url(../images/common/waku.png) no-repeat center center;
    background-size: contain;
    margin: 20vw auto 5vw;
    padding-bottom: 5vw;
  }
  #sewing .flow-area ul li .flow-title {
    position: relative;
    z-index: 0;
    top: 0 !important;
    left: 0 !important;
    width: 90%;
    padding: 10vw;
    margin: 0 auto 0 0 !important;
  }
  #sewing .flow-area ul li .flow-title .number {
    font-size: 7vw;
    position: absolute;
    top: -10vw;
    left: 10%;
    width: 20vw;
    height: 15vw;
    line-height: 15vw;
  }
  #sewing .flow-area ul li .flow-title .title {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  #sewing .flow-area ul li .flow-title .text {
    font-size: 3.2vw;
  }
  #sewing .flow-area ul li .photo-area {
    position: relative;
    z-index: 99;
    right: 0 !important;
    right: auto !important;
    top: 0;
    height: 50vw;
    width: 90%;
    margin: -5vw 0 0 auto !important;
    overflow: hidden;
  }
  #sewing .flow-area ul li .photo-area img {
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  /************************************************
   問い合わせ
  ************************************************ */
  #contact {
    padding-bottom: 10vw;
  }
  #contact .main-text {
    margin: 10vw auto 5vw;
  }
  #contact #contact-thanks .main-text {
    margin: 10vw auto 5vw;
  }
  #contact #contact-thanks .step {
    margin-bottom: 10vw;
  }
  #contact #contact-thanks p {
    text-align: left;
  }
  #contact #mailfield::before {
    content: " ";
    display: block;
    margin-bottom: 10vw;
    width: 100%;
    height: 0;
    padding-top: 29%;
    background: url("../images/contact/contact-step-sp01.png") center center no-repeat;
    background-size: contain;
  }
  #contact #mfp_phase_confirm_inner img.step {
    display: block;
    margin-bottom: 10vw;
  }
}
