@charset "utf-8";
/*
Theme Name: Tough Design Product Nagoya
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
* {
  box-sizing: border-box
}
button, input {
  margin: 0
}
button {
  padding: 0;
  border: 0;
  background: none
}
.sp {
  display: inherit
}
@media screen and (min-width:768px) {
  .sp {
    display: none
  }
}
.pc {
  display: none
}
@media screen and (min-width:768px) {
  .pc {
    display: inherit
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
  box-sizing: border-box;
  color: #000;
  font-family: "Noto Serif JP", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.4
}
body {
  font-size: 1.4rem
}
main {
  background-color: #fff
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #aa633b;
  outline: none
}
@media screen and (min-width:768px) {
  a {
    transition: .3s
  }
  a:hover {
    opacity: .7
  }
}
button {
  font-family: "Noto Serif JP", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}
section.container {
  background-color: #eee;
  padding-bottom: 44px
}
section.container > header {
  position: fixed;
  top: 0;
  height: 44px;
  padding: 0 10px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 44px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  z-index: 1
}
section > .content {
  padding-top: 44px
}
section > .content > dl dt {
  color: #666;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 12px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #e1e1e1
}
body.navOpen {
  overflow: hidden
}
body.map .mapArea, body.top .mapArea {
  display: none
}
@media screen and (min-width:768px) {
  body.map .mapArea, body.top .mapArea {
    display: block
  }
  body.map .filters, body.map section.map > .container > .gmap > .wrapper > :not(main), body.top .filters, body.top section.map > .container > .gmap > .wrapper > :not(main) {
    display: none
  }
  body.map section.map > .container > .gmap > .wrapper > main .map, body.top section.map > .container > .gmap > .wrapper > main .map {
    padding: 0
  }
  body.map section.map > .container > .gmap > .wrapper > main .filters, body.map section.map > .container > .gmap > .wrapper > main .mapArea, body.map section.map > .container > .gmap > .wrapper > main h1, body.top section.map > .container > .gmap > .wrapper > main .filters, body.top section.map > .container > .gmap > .wrapper > main .mapArea, body.top section.map > .container > .gmap > .wrapper > main h1 {
    display: none
  }
  body.map section.map > .container > .gmap > .wrapper > main .gmap, body.top section.map > .container > .gmap > .wrapper > main .gmap {
    margin: 0
  }
}
body.spTop main#gallery .galleryHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2
}
[v-cloak] {
  visibility: hidden
}
.opening {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  -webkit-animation-name: opening;
  animation-name: opening;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.opening img {
  width: 180px
}
.opening span {
  display: block;
  padding-top: 20px;
  letter-spacing: 0.1em;
}
main#gallery, main#search {
  min-height: 0
}
main#gallery .galleryHeader, main#search .galleryHeader {
  width: 100%;
  height: 55px;
  background-color: #fff;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}
main#gallery .galleryHeader .logo, main#search .galleryHeader .logo {
  width: 198px
}
main#gallery .galleryHeader .logo a, main#search .galleryHeader .logo a {
  display: block;
  width: 100%;
  height: 100%
}
main#gallery .galleryHeader .logo a img, main#search .galleryHeader .logo a img {
  width: 100%
}
main#gallery .galleryHeader .headerLinkNext, main#gallery .galleryHeader .headerLinkPrev, main#search .galleryHeader .headerLinkNext, main#search .galleryHeader .headerLinkPrev {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  font-size: 1.2rem;
  color: #000
}
main#gallery .galleryHeader .headerLinkNext, main#search .galleryHeader .headerLinkNext {
  right: 15px
}
main#gallery .galleryHeader .headerLinkNext:after, main#search .galleryHeader .headerLinkNext:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-left: 5px;
  background: url(images/gallery/ico-header_link.svg) 50%/contain no-repeat transparent
}
main#gallery .galleryHeader .headerLinkPrev, main#search .galleryHeader .headerLinkPrev {
  left: 15px
}
main#gallery .galleryHeader .headerLinkPrev:before, main#search .galleryHeader .headerLinkPrev:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 5px;
  background: url(images/gallery/ico-header_link.svg) 50%/contain no-repeat transparent;
  transform: rotate(180deg)
}
main#gallery + footer, main#search + footer {
  width: 100%;
  height: 30px
}
main#gallery .wpp-list:after, main#search .wpp-list:after {
  content: "";
  display: block;
  width: calc(50% - 10px);
  margin: 0 5px;
  max-width: 185px
}
main#gallery .wpp-list > li:before, main#search .wpp-list > li:before {
  content: none
}
main#gallery .wpp-list > li a img, main#search .wpp-list > li a img {
  box-shadow: none;
  max-height: none
}
main#search > section {
  width: 100%;
  min-height: calc(100% - 85px)
}
main#search > section > .container {
  padding-bottom: 65px
}
main#search .categoryPopup {
  text-align: right
}
main#search .categoryPopup button {
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  font-size: 1.2rem;
  color: #000;
  background: url(images/gallery/ico-tag.svg) 0/13px auto no-repeat transparent;
  padding-left: 18px
}
main#search .salonList {
  position: relative;
  margin-top: 20px
}
main#search .salonList:last-child {
  padding-bottom: 60px
}
main#search .salonList:not(:first-child) {
  margin-top: 30px
}
main#search .salonList .categoryName {
  font-size: 1.4rem
}
main#search .salonList .readMore {
  font-size: 1.2rem;
  color: #000;
  position: absolute;
  top: 0;
  right: 0
}
main#search .salonList .readMore:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-left: 5px;
  background: url(images/gallery/ico-header_link.svg) 50%/contain no-repeat transparent
}
main#search .salonList > ul {
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px
}
main#search .salonList > ul > li {
  width: calc(50% - 10px);
  margin: 12px 5px 0
}
main#search .salonList > ul > li a {
  display: block;
  width: 100%
}
main#search .salonList > ul > li a img {
  display: block;
  width: 100%;
  height: 27vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
main#search .salonList > ul > li.empty {
  margin: 0 5px
}
main#search .overlay {
  background-color: rgba(0, 0, 0, .9);
  color: #fff;
  display: none;
  width: 100%;
  height: 100%
}
main#search .overlay.is-show {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4
}
main#search .overlay > .container {
  padding: 25px;
  height: 100%
}
main#search .overlay > .container .tagListWrap {
  overflow: scroll;
  height: calc(100% - 88px)
}
main#search .overlay > .container .tagList {
  margin-top: 20px
}
main#search .overlay > .container .tagList .tagCategoryName {
  font-size: 1.4rem
}
main#search .overlay > .container .tagList > ul {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px
}
main#search .overlay > .container .tagList > ul > li {
  display: inline-block;
  white-space: nowrap;
  background-color: #4d4d4d;
  border-radius: 2px;
  line-height: 1;
  margin: 3px
}
main#search .overlay > .container .tagList > ul > li a {
  display: block;
  padding: 7px 8px;
  color: #fff;
  font-size: 1.2rem
}
main#search .overlay > .container .close {
  width: 250px;
  height: 40px;
  margin: 25px auto 100px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
main#search .overlay > .container .close:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: url(images/gallery/ico-close.svg) 50%/contain no-repeat transparent
}
main#gallery .galleries {
  height: 100%
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide {
  height: 100%;
  padding: 55px 15px;
  position: relative
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .detailOverlay {
  display: none
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide h2 {
  margin-top: 20px;
  color: #000;
  line-height: 1.5
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .time {
  color: #666;
  line-height: 1.5
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .works-comment {
  padding-top: 10px;
  padding-right: 60px;
  line-height: 1.5
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide img {
  display: block;
  width: 100vw;
  height: 65vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags {
  width: 100%;
  margin-top: 10px;
  padding-right: 100px;
  position: absolute;
  bottom: 36px;
  z-index: 2
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags .taglist {
  width: 100%;
  padding: 4px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags .taglist .tag {
  display: inline-block;
  white-space: nowrap;
  background-color: #e1e1e1;
  border-radius: 2px;
  line-height: 1;
  margin: 2px
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags .taglist .tag a {
  display: block;
  padding: 5px 8px;
  color: #000;
  font-size: 1.2rem
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
  left: calc(100% - 50px);
  top: -46px
}
@media screen and (max-width:374px) {
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller {
    top: -114px
  }
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller .wpfp-span img {
  display: none
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  font-family: "Noto Serif JP", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;;
  color: #000;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 34px;
  margin: 2px 0;
  line-height: 1;
  outline: none;
  cursor: pointer;
  position: relative
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.simplefavorite-button.active, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.simplefavorite-button.active {
  opacity: 1
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.simplefavorite-button i, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.simplefavorite-button i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/gallery/ico-favorite-lightgray.svg) center 5px/30px auto no-repeat transparent
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.simplefavorite-button i.is-favorited, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.simplefavorite-button i.is-favorited {
  background: url(images/gallery/ico-favorite.svg) center 5px/30px auto no-repeat transparent
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.info, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.info {
  background: url(images/gallery/ico-info.svg) top/30px auto no-repeat transparent
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.contact, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.contact {
  background: url(images/gallery/ico-contact.svg) top/30px auto no-repeat transparent
}
main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.share, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.share {
  background: url(images/gallery/ico-share.svg) top/30px auto no-repeat transparent;
  height: 45px
}
main#gallery .pics {
  margin: 0 -15px
}
main#gallery .pics .swiper-slide {
  height: 100%
}
main#gallery .pics .swiper-button-next, main#gallery .pics .swiper-button-prev {
  background: url(images/gallery/ico-swiper_button.svg) 50%/24px auto no-repeat transparent;
  outline: none
}
main#gallery .pics .swiper-button-next {
  transform: rotate(180deg)
}
main .entry-loading {
  text-align: center;
  margin: 3em 0;
  font-weight: 700;
  width: 100%;
  display: none
}
main .entry-loading.is-show {
  display: block
}
@media screen and (orientation:landscape) {
  main#gallery, main#search {
    height: 100%
  }
  main#gallery .galleryHeader, main#search .galleryHeader {
    display: none
  }
  main#gallery .galleries, main#search .galleries {
    height: 100%;
    background-color: #000;
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left)
  }
  main#gallery .galleries.is-fixed, main#search .galleries.is-fixed {
    position: fixed;
    bottom: 0;
    width: 100vw
  }
  main#gallery .galleries.is-detail > .swiper-wrapper > .swiper-slide .detailOverlay, main#search .galleries.is-detail > .swiper-wrapper > .swiper-slide .detailOverlay {
    z-index: 1;
    opacity: 1
  }
  main#gallery .galleries.is-detail > .swiper-wrapper > .swiper-slide .controller, main#gallery .galleries.is-detail > .swiper-wrapper > .swiper-slide .tags, main#gallery .galleries.is-detail > .swiper-wrapper > .swiper-slide .time, main#gallery .galleries.is-detail > .swiper-wrapper > .swiper-slide h2, main#search .galleries.is-detail > .swiper-wrapper > .swiper-slide .controller, main#search .galleries.is-detail > .swiper-wrapper > .swiper-slide .tags, main#search .galleries.is-detail > .swiper-wrapper > .swiper-slide .time, main#search .galleries.is-detail > .swiper-wrapper > .swiper-slide h2 {
    z-index: 2;
    opacity: 1
  }
  main#gallery .galleries.is-detail .pics, main#search .galleries.is-detail .pics {
    z-index: 0
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide, main#search .galleries > .swiper-wrapper > .swiper-slide {
    height: 100vh;
    overflow: hidden;
    padding: 0
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .detailOverlay, main#search .galleries > .swiper-wrapper > .swiper-slide .detailOverlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 0;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    pointer-events: none
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller, main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags, main#gallery .galleries > .swiper-wrapper > .swiper-slide .time, main#gallery .galleries > .swiper-wrapper > .swiper-slide h2, main#search .galleries > .swiper-wrapper > .swiper-slide .controller, main#search .galleries > .swiper-wrapper > .swiper-slide .tags, main#search .galleries > .swiper-wrapper > .swiper-slide .time, main#search .galleries > .swiper-wrapper > .swiper-slide h2 {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    -webkit-transform: translateZ(0)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide h2, main#search .galleries > .swiper-wrapper > .swiper-slide h2 {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .time, main#search .galleries > .swiper-wrapper > .swiper-slide .time {
    position: absolute;
    left: 15px;
    top: calc(42px+1em)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags, main#search .galleries > .swiper-wrapper > .swiper-slide .tags {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: inline-block;
    width: auto
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags .taglist, main#search .galleries > .swiper-wrapper > .swiper-slide .tags .taglist {
    display: table;
    width: auto;
    max-width: calc(100% - 90px)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags .taglist:last-child, main#search .galleries > .swiper-wrapper > .swiper-slide .tags .taglist:last-child {
    display: block;
    display: initial
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .tags .taglist .tag, main#search .galleries > .swiper-wrapper > .swiper-slide .tags .taglist .tag {
    background-color: #fff
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller, main#search .galleries > .swiper-wrapper > .swiper-slide .controller {
    position: absolute;
    left: auto;
    top: auto;
    right: 15px;
    bottom: 15px
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button, main#search .galleries > .swiper-wrapper > .swiper-slide .controller a, main#search .galleries > .swiper-wrapper > .swiper-slide .controller button {
    color: #fff
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.simplefavorite-button i, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.simplefavorite-button i, main#search .galleries > .swiper-wrapper > .swiper-slide .controller a.simplefavorite-button i, main#search .galleries > .swiper-wrapper > .swiper-slide .controller button.simplefavorite-button i {
    background-image: url(images/gallery/ico-favorite-darkgray.svg)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.simplefavorite-button i.is-favorited, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.simplefavorite-button i.is-favorited, main#search .galleries > .swiper-wrapper > .swiper-slide .controller a.simplefavorite-button i.is-favorited, main#search .galleries > .swiper-wrapper > .swiper-slide .controller button.simplefavorite-button i.is-favorited {
    background-image: url(images/gallery/ico-favorite-white.svg)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.info, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.info, main#search .galleries > .swiper-wrapper > .swiper-slide .controller a.info, main#search .galleries > .swiper-wrapper > .swiper-slide .controller button.info {
    background-image: url(images/gallery/ico-info-white.svg)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.contact, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.contact, main#search .galleries > .swiper-wrapper > .swiper-slide .controller a.contact, main#search .galleries > .swiper-wrapper > .swiper-slide .controller button.contact {
    background-image: url(images/gallery/ico-contact-white.svg)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller a.share, main#gallery .galleries > .swiper-wrapper > .swiper-slide .controller button.share, main#search .galleries > .swiper-wrapper > .swiper-slide .controller a.share, main#search .galleries > .swiper-wrapper > .swiper-slide .controller button.share {
    background-image: url(images/gallery/ico-share-white.svg)
  }
  main#gallery .galleries > .swiper-wrapper > .swiper-slide img, main#search .galleries > .swiper-wrapper > .swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;"
  }
  main#gallery .galleries .pics, main#search .galleries .pics {
    margin: 0;
    height: 100%;
    z-index: 2
  }
  footer, main#gallery + footer, main#search + footer {
    display: none
  }
}
@media screen and (orientation:landscape) and (min-width:768px) {
  .spTop .wrapper {
    padding-left: 0;
    min-width: 0
  }
  .spTop .wrapper #pcNav, .spTop .wrapper .share.pc, .spTop .wrapper > header, .spTop .wrapper footer {
    display: none
  }
}
.jumbotron {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative
}
.jumbotron .swiper-container {
  height: 100%
}
.jumbotron .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}
.jumbotron .swiper-container .swiper-wrapper > .swiper-slide {
  height: 100%
}
.jumbotron .swiper-container .swiper-wrapper > .swiper-slide.swiper-slide-active img, .jumbotron .swiper-container .swiper-wrapper > .swiper-slide.swiper-slide-prev img {
  transform: scale(1)
}
.jumbotron .swiper-container .swiper-wrapper > .swiper-slide.swiper-slide-next img {
  transform: scale(1.15)
}
.jumbotron .swiper-container .swiper-wrapper > .swiper-slide:not(.swiper-slide-next):last-child img {
  transform: scale(1)
}
.jumbotron .swiper-container .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transform: scale(1.15);
  transition: 10s
}
.jumbotron .swiper-container .swiper-wrapper .swiper-pagination {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end
}
.jumbotron .swiper-container .swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 31px;
  padding: 15px 0;
  background: none;
  position: relative;
  opacity: 1
}
.jumbotron .swiper-container .swiper-wrapper .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  background: none;
  height: 1px;
  width: 20px;
  float: right;
  background-color: #fff;
  transition: .3s
}
.jumbotron .swiper-container .swiper-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .jumbotron .swiper-container .swiper-wrapper .swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 40px
}
.jumbotron .swiper-container .swiper-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active > .num, .jumbotron .swiper-container .swiper-wrapper .swiper-pagination .swiper-pagination-bullet:hover > .num {
  opacity: 1
}
.jumbotron .swiper-container .swiper-wrapper .swiper-pagination .swiper-pagination-bullet > .num {
  display: block;
  position: absolute;
  top: 0;
  font-size: 1.3rem;
  color: #fff;
  right: 60px;
  margin-top: 9px;
  font-family: Helvetica, Arial, Hiragino Kaku Gothic Pro W3, ヒラギノ角ゴ Pro W3, メイリオ, ＭＳ Ｐゴシック, Osaka;
  opacity: 0;
  transition: .3s
}
.jumbotron .scroll {
  width: 100px;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1
}
.jumbotron .scroll:before {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  -webkit-animation-name: scroll-motion;
  animation-name: scroll-motion;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none
}
.jumbotron .scroll:after, .jumbotron .scroll:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto
}
.jumbotron .scroll:after {
  width: 1px;
  height: 40px
}
.jumbotron .scroll p {
  color: #fff;
  letter-spacing: .2em;
  font-size: 1.1rem
}
.wrapper {
  overflow: hidden;
  position: relative
}
@media screen and (min-width:768px) {
  .wrapper {
    padding-left: 80px;
    min-width: 1280px
  }
}
.wrapper > header {
  display: none
}
@media screen and (min-width:768px) {
  .wrapper > header {
    display: block;
    width: 100%;
    height: 80px;
    background-color: #fff
  }
  .wrapper > header h1, .wrapper > header p {
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px
  }
  .wrapper > header h1 a img, .wrapper > header p a img {
    width: 264px;
    height: 20px
  }
  .wrapper > header h1 {
    justify-content: center
  }
  .wrapper > header p {
    justify-content: flex-end
  }
}
.wrapper > footer {
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  font-size: 1.1rem
}
.wrapper > footer p {
  height: 40px;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px
}
@media screen and (min-width:768px) {
  .wrapper > footer {
    padding-bottom: 60px;
    font-size: 1.2rem;
    position: static;
    width: auto;
    display: block
  }
  .wrapper > footer p {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*flex-direction: column*/
  }
  .wrapper > footer p .charter {
    display: block;
    padding: 40px 20px 20px;
    /*margin: 0 auto;*/
    color: #333
  }
  .wrapper > footer p .charter a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(images/icon/ico-blank.svg?2);
    background-position: 0;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-left: 10px
  }
  .wrapper > footer p small {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.pagetop {
  display: none;
  z-index: 2
}
.pagetop.is-bottom {
  position: absolute;
  bottom: 0
}
.pagetop.is-bottom a {
  bottom: 710px
}
.pagetop.is-top a {
  opacity: 0;
  pointer-events: none
}
@media screen and (min-width:768px) {
  .pagetop {
    display: block;
    width: 1px;
    height: 100vh;
    position: fixed;
    bottom: 0;
    right: 0;
    pointer-events: none
  }
  .pagetop a {
    display: block;
    pointer-events: auto;
    border-radius: 100%;
    background: url(images/icon/ico-pagetop.svg) 50%/3px auto no-repeat #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    transition: opacity .5s;
    opacity: 1
  }
}
main > section {
  width: 100%
}
@media screen and (min-width:768px) {
  main > section + section {
    min-width: 1100px
  }
  main > section.map > .container {
    width: 100%
  }
}
main > section > .container {
  padding: 30px 15px 45px
}
@media screen and (min-width:768px) {
  main > section > .container {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 150px
  }
}
main > section > .container > h1 {
  line-height: 1.5;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .08em
}
main > section > .container > h1 + .locale, main > section > .container > h1 + .time {
  font-size: 1.2rem;
  color: grey;
  margin-top: 8px;
  text-align: center
}
main > section > .container > h1 + .locale {
  margin-top: 16px;
  color: #000
}
@media screen and (min-width:768px) {
  main > section > .container > h1 {
    font-size: 2.8rem
  }
  main > section > .container > h1 + .locale {
    font-size: 1.4rem
  }
  main > section > .container > .works-comment {
    padding-top: 50px;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
  }
}
main > section > .container > h2 {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 12px;
  position: relative
}
main > section > .container > h2:before {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
main > section > .container > h2.result {
  text-align: left;
  margin-top: 8px;
  font-size: 1.2rem;
  padding: 8px 13px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc
}
main > section > .container > h2.result:before {
  display: inline-block;
  height: 0;
  width: 0;
  position: static;
  border-top: 6px solid #000;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 0;
  margin-right: 6px
}
@media screen and (min-width:768px) {
  main > section > .container > h2 {
    font-size: 2.4rem;
    padding-bottom: 20px
  }
  main > section > .container > h2:before {
    width: 30px
  }
  main > section > .container > h2.result {
    margin-top: 30px;
    font-size: 1.4rem;
    padding: 14px 24px
  }
  main > section > .container > h2.result:before {
    display: inline-block;
    height: 0;
    width: 0;
    position: static;
    border-top: 6px solid #000;
    border-left: 4.5px solid transparent;
    border-right: 4.5px solid transparent;
    border-bottom: 0;
    margin-right: 6px
  }
}
main > section > .container .mapArea, main > section > .container .postCategory {
  max-width: 480px;
  width: 100%;
  margin: 28px auto 0
}
main > section > .container .mapArea ul, main > section > .container .postCategory ul {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center
}
main > section > .container .mapArea ul li, main > section > .container .postCategory ul li {
  border: 1px solid #dcdcdc;
  width: 100%
}
main > section > .container .mapArea ul li:not(:first-child), main > section > .container .postCategory ul li:not(:first-child) {
  margin-left: 10px
}
main > section > .container .mapArea ul li.is-active, main > section > .container .postCategory ul li.is-active {
  background-color: #dcdcdc
}
main > section > .container .mapArea ul li a, main > section > .container .postCategory ul li a {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 1.2rem;
  color: #000
}
@media screen and (min-width:768px) {
  main > section > .container .mapArea, main > section > .container .postCategory {
    max-width: none;
    width: 1100px;
    margin: 100px auto 0
  }
  main > section > .container .mapArea ul, main > section > .container .postCategory ul {
    justify-content: center
  }
  main > section > .container .mapArea ul li, main > section > .container .postCategory ul li {
    width: 208px;
    transition: .3s
  }
  main > section > .container .mapArea ul li:not(:first-child), main > section > .container .postCategory ul li:not(:first-child) {
    margin-left: 16px
  }
  main > section > .container .mapArea ul li:hover, main > section > .container .postCategory ul li:hover {
    background-color: #dcdcdc
  }
  main > section > .container .mapArea ul li a, main > section > .container .mapArea ul li span, main > section > .container .postCategory ul li a, main > section > .container .postCategory ul li span {
    height: 30px;
    line-height: 30px;
    font-size: 1.4rem;
    text-align: center;
    display: block
  }
  main > section > .container .mapArea ul li.mapAreaTokyo, main > section > .container .postCategory ul li.mapAreaTokyo {
    position: relative;
    z-index: 2;
    height: 32px
  }
  main > section > .container .mapArea ul li.mapAreaTokyo:hover ul, main > section > .container .postCategory ul li.mapAreaTokyo:hover ul {
    max-height: none
  }
  main > section > .container .mapArea ul li.mapAreaTokyo ul, main > section > .container .postCategory ul li.mapAreaTokyo ul {
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    overflow: hidden;
    width: calc(100% + 2px);
    margin: 0 0 0 -1px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    transition: .8s;
    display: -ms-flex;
    display: flex;
    flex-direction: column
  }
  main > section > .container .mapArea ul li.mapAreaTokyo ul > li, main > section > .container .postCategory ul li.mapAreaTokyo ul > li {
    border: 0;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    height: 30px;
    margin: 0;
    background-color: #fff
  }
  main > section > .container .mapArea ul li.mapAreaTokyo ul > li.is-active, main > section > .container .mapArea ul li.mapAreaTokyo ul > li:hover, main > section > .container .postCategory ul li.mapAreaTokyo ul > li.is-active, main > section > .container .postCategory ul li.mapAreaTokyo ul > li:hover {
    background-color: #dcdcdc
  }
}
main > section > .container .localNav {
  width: auto;
  margin: 50px auto 0
}
main > section > .container .localNav ul {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: stretch
}
main > section > .container .localNav ul li {
  border-bottom: 1px solid #e1e1e1;
  line-height: 1.3;
  letter-spacing: .08em;
  width: 220px;
  transition: .3s
}
main > section > .container .localNav ul li:not(:first-child) {
  margin-left: 11px
}
main > section > .container .localNav ul li.is-active, main > section > .container .localNav ul li:hover {
  border-color: #000
}
main > section > .container .localNav ul li a {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  width: 100%;
  height: 3em;
  padding-bottom: 6px;
  font-size: 1.2rem;
  color: #000
}
main > section > .container .localNav + .filters {
  margin-top: 30px
}
@media screen and (min-width:768px) {
  main > section > .container .localNav {
    margin-top: 100px
  }
  main > section > .container .localNav ul li:not(:first-child) {
    margin-left: 24px
  }
  main > section > .container .localNav ul li a {
    font-size: 1.4rem;
    padding-bottom: 14px;
    height: 2em
  }
  main > section > .container .localNav + .filters {
    margin-top: 50px
  }
}
main > section > .container .filters {
  margin-top: 20px
}
main > section > .container .filters:first-child {
  margin-top: 0
}
main > section > .container .filters .input {
  width: 133%;
  padding-bottom: 7px;
  border-bottom: 1px solid #e1e1e1;
  display: -ms-flex;
  display: flex;
  transform: scale(.75);
  transform-origin: left center;
  flex-direction: row-reverse;
}
main > section > .container .filters .input input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  font-family: "Noto Serif JP", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;;
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  height: 20px;
  line-height: 20px;
  border: 0;
  padding: 0 2px 5px;
  margin-left: 5px;
  outline: none
}
main > section > .container .filters .input input[type=search]::-webkit-input-placeholder {
  color: #bbb
}
main > section > .container .filters .input input[type=search]::-moz-placeholder {
  color: #bbb
}
main > section > .container .filters .input input[type=search]::-ms-input-placeholder {
  color: #bbb
}
main > section > .container .filters .input input[type=search]::placeholder {
  color: #bbb
}
main > section > .container .filters .input .submit {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(images/icon/ico-search.svg) 50%/contain no-repeat transparent;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 5px
}
main > section > .container .filters .selects {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  width: 133.33%;
  transform: scale(.75);
  transform-origin: left top
}
main > section > .container .filters .selects select {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: #fff;
  height: 37px;
  line-height: 1.5;
  color: #000;
  padding: 0 20px 0 8px;
  background: url(images/icon/ico-chevron-bottom.svg) right 9px center/9px auto no-repeat transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}
main > section > .container .filters .selects select:not(:first-child) {
  margin-left: 10px
}
main > section > .container .filters .selects select:first-child:last-child {
  width: 50%;
  margin-left: 50%
}
@media screen and (min-width:768px) {
  main > section > .container .filters {
    overflow: hidden;
    margin-top: 50px
  }
  main > section > .container .filters .input {
    float: left;
    width: 370px;
    padding-right: 10px;
    padding-top: 7px;
    flex-direction: row;
    transform: none
  }
  main > section > .container .filters .input input[type=search] {
    margin-right: 10px;
    font-size: 1.4rem
  }
  main > section > .container .filters .selects {
    margin-top: 0;
    justify-content: flex-start;
    float: right;
    width: auto;
    transform: none
  }
  main > section > .container .filters .selects select {
    width: 180px;
    border-radius: 4px;
    font-size: 1.4rem;
    height: 36px;
    line-height: 1.5;
    padding: 0 32px 0 10px;
    background: url(images/icon/ico-chevron-bottom.svg) right 9px center/12px auto no-repeat transparent
  }
  main > section > .container .filters .selects select:first-child:last-child {
    width: 100%;
    margin-left: 0
  }
}
main > section > .container .blogList, main > section > .container .linkList, main > section > .container .mediaList, main > section > .container .newsList, main > section > .container .workList {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -7px
}
main > section > .container .blogList > li, main > section > .container .linkList > li, main > section > .container .mediaList > li, main > section > .container .newsList > li, main > section > .container .workList > li {
  width: calc(50% - 14px);
  max-width: 185px;
  margin: 25px 7px 0
}
main > section > .container .blogList > li a, main > section > .container .linkList > li a, main > section > .container .mediaList > li a, main > section > .container .newsList > li a, main > section > .container .workList > li a {
  display: block;
  width: 100%
}
main > section > .container .blogList > li a img, main > section > .container .linkList > li a img, main > section > .container .mediaList > li a img, main > section > .container .newsList > li a img, main > section > .container .workList > li a img {
  display: block;
  width: 100%;
  height: 60vw;
  max-height: 248px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1)
}
main > section > .container .blogList > li a p, main > section > .container .linkList > li a p, main > section > .container .mediaList > li a p, main > section > .container .newsList > li a p, main > section > .container .workList > li a p {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.4
}
main > section > .container .blogList > li a p.title, main > section > .container .linkList > li a p.title, main > section > .container .mediaList > li a p.title, main > section > .container .newsList > li a p.title, main > section > .container .workList > li a p.title {
  margin-top: 4px
}
main > section > .container .blogList > li a p.locale, main > section > .container .linkList > li a p.locale, main > section > .container .mediaList > li a p.locale, main > section > .container .newsList > li a p.locale, main > section > .container .workList > li a p.locale {
  color: #aa633b
}
main > section > .container .blogList > li.empty, main > section > .container .linkList > li.empty, main > section > .container .mediaList > li.empty, main > section > .container .newsList > li.empty, main > section > .container .workList > li.empty {
  margin: 0 7px
}
@media screen and (min-width:768px) {
  main > section > .container .blogList, main > section > .container .linkList, main > section > .container .mediaList, main > section > .container .newsList, main > section > .container .workList {
    justify-content: flex-start;
    margin: 0 -37px
  }
  main > section > .container .blogList > li, main > section > .container .linkList > li, main > section > .container .mediaList > li, main > section > .container .newsList > li, main > section > .container .workList > li {
    width: 160px;
    margin: 50px 37px 0
  }
  main > section > .container .blogList > li a img, main > section > .container .linkList > li a img, main > section > .container .mediaList > li a img, main > section > .container .newsList > li a img, main > section > .container .workList > li a img {
    height: 224px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2)
  }
  main > section > .container .blogList > li a p, main > section > .container .linkList > li a p, main > section > .container .mediaList > li a p, main > section > .container .newsList > li a p, main > section > .container .workList > li a p {
    font-size: 1.4rem;
    line-height: 1.6
  }
  main > section > .container .blogList > li a p.title, main > section > .container .linkList > li a p.title, main > section > .container .mediaList > li a p.title, main > section > .container .newsList > li a p.title, main > section > .container .workList > li a p.title {
    margin-top: 14px
  }
  main > section > .container .blogList > li.empty, main > section > .container .linkList > li.empty, main > section > .container .mediaList > li.empty, main > section > .container .newsList > li.empty, main > section > .container .workList > li.empty {
    margin: 0 37px
  }
}
main > section > .container .blogList > li a img, main > section > .container .linkList > li a img, main > section > .container .newsList > li a img {
  height: 27vw;
  max-height: 111px
}
main > section > .container .blogList > li a p.date, main > section > .container .linkList > li a p.date, main > section > .container .newsList > li a p.date {
  margin-top: 4px
}
main > section > .container .blogList > li a p.title, main > section > .container .linkList > li a p.title, main > section > .container .newsList > li a p.title {
  margin-top: 0
}
@media screen and (min-width:768px) {
  main > section > .container .blogList, main > section > .container .linkList, main > section > .container .newsList {
    margin: 0 -27px
  }
  main > section > .container .blogList > li, main > section > .container .linkList > li, main > section > .container .newsList > li {
    width: 330px;
    margin-left: 27px;
    margin-right: 27px;
    max-width: none
  }
  main > section > .container .blogList > li a img, main > section > .container .linkList > li a img, main > section > .container .newsList > li a img {
    height: 210px;
    max-height: none
  }
  main > section > .container .blogList > li a p.date, main > section > .container .linkList > li a p.date, main > section > .container .newsList > li a p.date {
    margin-top: 14px
  }
}
@media screen and (min-width:768px) {
  main > section > .container .workList {
    margin-top: 80px;
    justify-content: center
  }
  main > section > .container .workList > li {
    width: 510px;
    margin: 0;
    max-width: none
  }
  main > section > .container .workList > li:nth-of-type(2n) {
    margin-top: 80px;
    margin-left: 80px
  }
  main > section > .container .workList > li.empty {
    margin: 0 0 0 80px
  }
  main > section > .container .workList > li a:hover {
    opacity: 1
  }
  main > section > .container .workList > li a:hover img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
  }
  main > section > .container .workList > li a img {
    transition: .5s;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: translateZ(0);
    height: 255px;
    max-height: none
  }
  main > section > .container .workList > li a p.locale {
    margin-top: 12px;
    color: #333
  }
}
main > section > .container .linkList {
  margin: 0 auto;
  max-width: 384px;
  justify-content: flex-start
}
main > section > .container .linkList > li {
  width: 100%;
  max-width: none
}
main > section > .container .linkList > li:not(:first-child) {
  margin-top: 32px
}
main > section > .container .linkList > li.empty {
  margin-top: 0
}
main > section > .container .linkList > li a:after {
  content: none
}
main > section > .container .linkList > li a img {
  height: 58vw;
  max-height: 235px
}
main > section > .container .linkList > li a p.title {
  font-size: 1.6rem;
  margin-top: 15px;
  background: url(images/icon/ico-blank.svg);
  background-position: right 6px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  color: #333;
  padding-right: 18px;
  font-weight: 700;
  text-decoration: underline
}
main > section > .container .linkList > li a small {
  font-size: 1.4rem;
  display: inline-block;
  color: #333;
  letter-spacing: .08em;
  line-height: 1.5;
  margin-top: 10px
}
@media screen and (min-width:768px) {
  main > section > .container .linkList {
    margin: 0 -27px;
    max-width: none
  }
  main > section > .container .linkList > li {
    width: 330px;
    margin: 100px 27px 0
  }
  main > section > .container .linkList > li:not(:first-child) {
    margin-top: 100px
  }
  main > section > .container .linkList > li.empty {
    margin-top: 0
  }
  main > section > .container .linkList > li a img {
    height: 210px
  }
  main > section > .container .linkList > li a p.title {
    font-size: 1.6rem;
    margin-top: 20px
  }
  main > section > .container .linkList > li a small {
    font-size: 1.4rem;
    margin-top: 13px
  }
}
main > section > .container .pagination ul {
  margin-top: 38px;
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center
}
main > section > .container .pagination ul li {
  margin: 0 17px
}
@media screen and (min-width:768px) {
  main > section > .container .pagination ul {
    margin-top: 110px
  }
  main > section > .container .pagination ul li {
    font-size: 2.1rem;
    margin: 0 24px
  }
}
main > section > .container .designerAllList {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
main > section > .container .designerAllList li {
  margin-top: 40px
}
main > section > .container .designerAllList li .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333;
  position: relative
}
main > section > .container .designerAllList li a::before {
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  content: ""
}
main > section > .container .designerAllList .detail {
  width: calc(100% - 85px);
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}
main > section > .container .designerAllList .detail .nameEng {
  font-size: 1.2rem
}
main > section > .container .designerAllList .detail .name {
  font-size: 1.8rem;
  margin-top: 5px
}
main > section > .container .designerAllList .detail .job {
  padding-top: 15px;
  font-size: 1.2rem
}
main > section > .container .designerAllList li .info-photo {
  width: 70px
}
main > section > .container .designerAllList li .info-photo img {
  display: block;
  width: 70px;
  height: 98px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
main > section > .container .designerAllList li .info-photo span {
  display: none
}
@media screen and (min-width:768px) {
  main > section > .container .designerAllList {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    max-width: 100%
  }
  main > section > .container .designerAllList li {
    width: 140px;
    margin: 0 52px 70px 0
  }
  main > section > .container .designerAllList li:nth-of-type(6n) {
    margin-right: 0
  }
  main > section > .container .designerAllList li .info {
    display: block
  }
  main > section > .container .designerAllList li a::before {
    content: none
  }
  main > section > .container .designerAllList li a:hover {
    opacity: 1
  }
  main > section > .container .designerAllList li .info-photo {
    position: relative;
    width: 100%
  }
  main > section > .container .designerAllList li .info-photo img {
    width: 100%;
    height: 196px
  }
  main > section > .container .designerAllList li .info-photo span {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition: 0.3s ease-in-out
  }
  main > section > .container .designerAllList li .info-photo span::before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, .9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    mix-blend-mode: multiply;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3)
  }
  main > section > .container .designerAllList li a:hover .info-photo span {
    opacity: 1
  }
  main > section > .container .designerAllList .detail {
    width: 100%;
    border: none;
    padding-left: 0;
    display: block
  }
  main > section > .container .designerAllList .nameEng {
    padding-top: 8px
  }
  main > section > .container .designerAllList .name {
    margin-top: 8px;
    font-size: 1.6rem
  }
  main > section > .container .designerAllList .job {
    padding-top: 15px
  }
}
.back-designer {
  box-sizing: border-box;
  display: block;
  width: 50%;
  height: 27px;
  padding: 7px 8px 0 8px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-left: 50%;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1;
  color: #333;
  position: relative
}
.back-designer::before {
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  content: ""
}
main > section > .container .designerList {
  max-width: 384px;
  margin-left: auto;
  margin-right: auto
}
main > section > .container .designerList > li {
  margin-top: 40px
}
main > section > .container .designerList > li:first-child {
  margin-top: 30px
}
main > section > .container .designerList > li .info {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch
}
main > section > .container .designerList > li .info img {
  display: block;
  width: 70px;
  height: 98px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
main > section > .container .designerList > li .info .detail {
  width: 100%;
  margin-left: 15px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 10px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start
}
main > section > .container .designerList > li .info .detail .nameEng {
  font-size: 1.2rem
}
main > section > .container .designerList > li .info .detail .name {
  font-size: 1.8rem;
  margin-top: 5px
}
main > section > .container .designerList > li .info .detail a {
  display: inline-block;
  width: 70px;
  padding: 4px 12px;
  margin: 12px 5px 0 0;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  background-color: #dcdcdc;
  vertical-align: middle
}
main > section > .container .designerList > li > .workList {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -7px
}
main > section > .container .designerList > li > .workList > li {
  width: calc(50% - 14px);
  margin: 15px 7px 0
}
main > section > .container .designerList > li > .workList > li a {
  display: block;
  width: 100%
}
main > section > .container .designerList > li > .workList > li a img {
  display: block;
  width: 100%;
  height: 27vw;
  max-height: 111px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  box-shadow: none
}
main > section > .container .designerList > li > .workList > li.empty {
  margin: 0 7px
}
@media screen and (min-width:768px) {
  .back-designer {
    width: 130px;
    height: 36px;
    padding: 10px 8px 0 8px;
    border-radius: 4px;
    margin-left: auto;
    font-size: 1.3rem
  }
  .back-designer::before {
    width: 7px;
    height: 7px
  }
  main > section > .container .designerList {
    max-width: none
  }
  main > section > .container .designerList > li {
    margin-top: 80px;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
  }
  main > section > .container .designerList > li:first-child {
    margin-top: 80px
  }
  main > section > .container .designerList > li .info {
    display: block;
    width: 140px;
    flex-shrink: 0
  }
  main > section > .container .designerList > li .info img {
    width: 100%;
    height: 196px
  }
  main > section > .container .designerList > li .info .detail {
    margin: 0;
    padding: 0;
    border: 0;
    display: block
  }
  main > section > .container .designerList > li .info .detail .nameEng {
    margin-top: 8px
  }
  main > section > .container .designerList > li .info .detail .name {
    margin-top: 6px;
    font-size: 1.6rem
  }
  main > section > .container .designerList > li .info .detail .buttonList {
    margin-top: 14px
  }
  main > section > .container .designerList > li .info .detail a {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    margin: 4px 0 0;
    padding: 7px 12px
  }
  main > section > .container .designerList > li > .workList {
    justify-content: flex-end;
    margin: 0
  }
  main > section > .container .designerList > li > .workList > li {
    width: 219px;
    margin: 0 0 0 18px
  }
  main > section > .container .designerList > li > .workList > li:nth-child(n+5) {
    margin-top: 20px
  }
  main > section > .container .designerList > li > .workList > li a img {
    height: 135px
  }
  main > section > .container .designerList > li > .workList > li.empty {
    margin: 0 0 0 18px
  }
}
.map-note {
  margin: 25px auto 0;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}
main > section > .container .gmap-top {
  margin: 25px -15px 0;
  width: 100vw;
  height: 100vw;
  background-color: #e1e1e1
}
main > section > .container .gmap-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main > section > .container .gmap {
  margin: 25px -15px 0;
  width: 100vw;
  height: 100vw;
  background-color: #e1e1e1
}
main > section > .container .gmap .gm-style img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
main > section > .container .gmap .gm-style p {
  max-width: 80px;
  margin-top: .5em;
  padding-bottom: 2px
}
main > section > .container .gmap .gm-style .gm-style-iw-c {
  padding: 18px
}
main > section > .container .gmap a[target=_blank]:after {
  content: none
}
@media screen and (min-width:768px) {
  .map-note {
    margin: 80px auto 0;
    font-size: 1.4rem;
  }
  main > section > .container .gmap-top {
    margin: 25px 0 0;
    width: 100vw;
    height: auto;
    background-color: #e1e1e1
  }
  main > section > .container .gmap {
    width: 100%;
    position: relative;
    height: 800px;
    margin: 25px 0 0
  }
  main > section > .container .gmap .gm-style img {
    width: 200px;
    height: 200px
  }
  main > section > .container .gmap .gm-style p {
    max-width: 200px
  }
}
main > section > .container #gallery_contents {
  display: none
}
main > section > .container > article > .main {
  position: relative;
  padding-bottom: 90px
}
main > section > .container > article > .main .editor {
  margin-top: 1.5em
}
main > section > .container > article > .main .editor img {
  width: 100%;
  max-width: 290px;
  max-height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;"
}
main > section > .container > article > .main .editor img[src*=tinymce-advanced], main > section > .container > article > .main .editor img[src*=typepad-emoji-for-tinymce] {
  display: inline-block;
  width: auto
}
main > section > .container > article > .main .editor img + img {
  margin-top: 20px
}
main > section > .container > article > .main .editor p {
  font-size: 1.2rem;
  margin-top: 1em;
  line-height: 1.75
}
main > section > .container > article > .main .controller {
  margin-top: 35px
}
main > section > .container > article > .main .controller > ul {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center
}
main > section > .container > article > .main .controller > ul > li {
  font-size: 1.4rem
}
main > section > .container > article > .main .controller > ul > li.next:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  border-left: 1px solid #000;
  margin: 0 30px;
  position: relative;
  top: 2px
}
main > section > .container > article > .main .controller > ul > li.back {
  display: none
}
main > section > .container > article > .main .controller a {
  color: #000
}
main > section > .container > article > .main .controller a.back {
  position: absolute;
  bottom: 38px;
  left: 0;
  height: 1em;
  margin: auto;
  font-size: 1.2rem
}
main > section > .container > article > .main .controller a.back:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 5px;
  background: url(images/gallery/ico-header_link.svg) 50%/contain no-repeat transparent;
  transform: rotate(180deg)
}
main > section > .container > article > .sub .author {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 18px 0;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: stretch
}
main > section > .container > article > .sub .author + .author {
  border-top: 0
}
main > section > .container > article > .sub .author img {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: top;
  object-position: top
}
main > section > .container > article > .sub .author .info {
  margin-left: 14px;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-around
}
main > section > .container > article > .sub .author .info p {
  font-size: 1.2rem
}
main > section > .container > article > .sub .author .info p.name {
  font-size: 1.8rem;
  text-decoration: underline
}
main > section > .container > article > .sub .author .info p.name:hover {
  text-decoration: none
}
main > section > .container > article > .sub .author .info .button {
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 10px;
  background-color: #dcdcdc;
  color: #000;
  border-radius: 2px
}
main > section > .container > article > .sub .author .info .button:before {
  content: ">";
  display: inline-block;
  margin-right: 5px
}
main > section > .container > article > .sub h2 {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 12px;
  position: relative;
  margin-top: 36px
}
main > section > .container > article > .sub h2:first-child {
  margin-top: 0
}
main > section > .container > article > .sub h2:before {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media screen and (min-width:768px) {
  main > section > .container > article {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 70px
  }
  main > section > .container > article > .main {
    width: 760px
  }
  main > section > .container > article > .main:last-child {
    width: 100%
  }
  main > section > .container > article > .main:last-child .editor img {
    width: 1024px;
    height: 680px;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
  }
  main > section > .container > article > .main:last-child .editor img:not(:first-child) {
    margin-top: 80px
  }
  main > section > .container > article > .main .editor {
    margin-top: 0
  }
  main > section > .container > article > .main .editor img {
    width: 100%;
    max-width: 100%;
    max-height: 472px
  }
  main > section > .container > article > .main .editor p {
    font-size: 1.6rem;
    margin-top: 1em;
    line-height: 2
  }
  main > section > .container > article > .main .controller {
    margin-top: 85px
  }
  main > section > .container > article > .main .controller > ul > li {
    font-size: 1.8rem
  }
  main > section > .container > article > .main .controller > ul > li.prev:before {
    margin-right: 8px
  }
  main > section > .container > article > .main .controller > ul > li.prev:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    border-left: 1px solid #000;
    margin: 0 45px;
    position: relative;
    top: 2px
  }
  main > section > .container > article > .main .controller > ul > li.next:before {
    height: 18px;
    margin: 0 45px
  }
  main > section > .container > article > .main .controller > ul > li.next:after {
    margin-left: 8px
  }
  main > section > .container > article > .main .controller > ul > li.back {
    display: inline-block
  }
  main > section > .container > article > .main .controller a {
    color: #000
  }
  main > section > .container > article > .main .controller a.back {
    display: none
  }
  main > section > .container > article > .sub {
    width: 280px
  }
  main > section > .container > article > .sub .popularPostList {
    justify-content: center;
    margin-top: 0
  }
  main > section > .container > article > .sub .popularPostList > li {
    margin-top: 36px
  }
  main > section > .container > article > .sub .popularPostList > li:before {
    height: 24px;
    background-size: auto 24px;
    top: -12px
  }
  main > section > .container > article > .sub .author {
    padding: 16px 0;
    align-items: center;
    justify-content: flex-start
  }
  main > section > .container > article > .sub .author img {
    width: 50px;
    height: 50px
  }
  main > section > .container > article > .sub .author .info {
    min-height: 75px
  }
  main > section > .container > article > .sub h2 {
    font-size: 2.4rem;
    padding-bottom: 20px
  }
  main > section > .container > article > .sub h2:before {
    width: 30px
  }
}
dl.companyProfile {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 384px
}
dl.companyProfile > dt {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .4em;
  color: #333;
  padding-bottom: 7px;
  border-bottom: 1px solid #dbdbdb
}
dl.companyProfile > dt:not(:first-child) {
  margin-top: 35px
}
dl.companyProfile > dd {
  margin: 18px auto 0;
  font-size: 1.2rem;
  line-height: 1.5
}
dl.companyProfile > dd .info .fax {
  margin-left: 8px
}
dl.companyProfile > dd .info iframe {
  width: 100%;
  height: 56vw;
  max-height: 231px;
  background-color: #dbdbdb;
  margin-top: 13px;
  border: 0
}
dl.companyProfile > dd p {
  margin-top: 20px
}
dl.companyProfile > dd a {
  color: #333
}
dl.companyProfile > dd.tradeName small {
  display: inline-block;
  text-indent: -.5em
}
dl.companyProfile > dd.inc p.jpx {
  display: inline-block;
  background-color: #fff;
  height: auto;
  margin-top: 0
}
dl.companyProfile > dd.inc .jpx {
  width: 290px;
  height: 85px;
  margin-top: 25px;
  background-color: #f0f0f0;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center
}
dl.companyProfile > dd.inc .jpx p {
  margin: 15px 10px;
  padding-left: 56px;
  background-image: url(images/icon/ico-jpx.png);
  background-position: 0;
  background-size: 50px 55px;
  background-repeat: no-repeat;
  background-color: transparent
}
dl.companyProfile > dd.service small {
  display: inline-block;
  margin-top: 10px
}
dl.companyProfile > dd.businessDescription p {
  margin-top: 0
}
dl.companyProfile > dd dl.director {
  overflow: hidden
}
dl.companyProfile > dd dl.director > dt {
  width: 105px;
  padding-right: 10px;
  margin-top: 12px;
  float: left;
  clear: both
}
dl.companyProfile > dd dl.director > dd {
  margin-top: 12px;
  float: left
}
@media screen and (min-width:768px) {
  dl.companyProfile {
    width: 900px;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    max-width: none
  }
  dl.companyProfile > dt {
    width: 175px;
    border-bottom: none;
    padding-bottom: 0;
    line-height: 2.2
  }
  dl.companyProfile > dt:nth-child(n+3) {
    margin-top: 70px
  }
  dl.companyProfile > dd {
    width: 722px;
    max-width: none;
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.2
  }
  dl.companyProfile > dd:nth-child(n+3) {
    margin-top: 70px
  }
  dl.companyProfile > dd .info {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  dl.companyProfile > dd .info:not(:first-child) {
    margin-top: 78px
  }
  dl.companyProfile > dd .info .fax {
    line-height: 2.2;
    margin-left: 15px
  }
  dl.companyProfile > dd .info iframe {
    width: 360px;
    height: 222px;
    margin-top: 0
  }
  dl.companyProfile > dd p {
    margin-top: 0
  }
  dl.companyProfile > dd p:not(:first-child) {
    margin-top: 10px
  }
  dl.companyProfile > dd.inc p {
    margin-top: 40px
  }
  dl.companyProfile > dd.inc p.jpx {
    position: relative
  }
  dl.companyProfile > dd.inc p.jpx:after {
    content: "";
    width: 45px;
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: -20px;
    background-image: url(images/icon/ico-jpx.png);
    background-position: 100%;
    background-size: 45px 50px;
    background-repeat: no-repeat;
    background-color: transparent
  }
  dl.companyProfile > dd.inc .jpx {
    display: none
  }
  dl.companyProfile > dd.service p {
    font-size: 1.8rem;
    line-height: 1
  }
  dl.companyProfile > dd.service p:not(:first-child) {
    margin-top: 30px
  }
  dl.companyProfile > dd.service small {
    font-size: 1.4rem;
    display: block;
    margin-top: 4px
  }
  dl.companyProfile > dd dl.director > dt {
    width: 170px;
    margin-top: 0;
    line-height: 2.2
  }
  dl.companyProfile > dd dl.director > dt:nth-child(n+3) {
    margin-top: 32px
  }
  dl.companyProfile > dd dl.director > dd {
    margin-top: 0;
    line-height: 2.2
  }
  dl.companyProfile > dd dl.director > dd:nth-child(n+3) {
    margin-top: 32px
  }
}
.wpp-list {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 10px -7px 0;
  justify-content: space-between
}
.wpp-list > li {
  width: calc(50% - 14px);
  max-width: 185px;
  margin: 25px 7px 0;
  position: relative;
  overflow: visible
}
.wpp-list > li:before {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  top: -8px;
  background-position: 0;
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 1
}
.wpp-list > li:first-child:before {
  background-image: url(images/icon/ico-num01.svg)
}
.wpp-list > li:nth-child(2):before {
  background-image: url(images/icon/ico-num02.svg)
}
.wpp-list > li:nth-child(3):before {
  background-image: url(images/icon/ico-num03.svg)
}
.wpp-list > li:nth-child(4):before {
  background-image: url(images/icon/ico-num04.svg)
}
.wpp-list > li:nth-child(5):before {
  background-image: url(images/icon/ico-num05.svg)
}
.wpp-list > li:nth-child(6):before {
  background-image: url(images/icon/ico-num06.svg)
}
.wpp-list > li a, .wpp-list > li a img {
  display: block;
  width: 100%
}
.wpp-list > li a img {
  height: 60vw;
  max-height: 248px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1)
}
.wpp-list > li a p {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.4
}
.wpp-list > li a p.title {
  margin-top: 4px
}
.wpp-list > li a p.locale {
  color: #aa633b
}
.wpp-list > li.empty {
  margin: 0 7px
}
.wpp-list > li.empty:before {
  height: 0
}
.wpp-list > li.blog, .wpp-list > li.news {
  margin-top: 35px
}
.wpp-list > li.blog:nth-child(n+6), .wpp-list > li.news:nth-child(n+6) {
  display: block
}
.wpp-list > li.blog a img, .wpp-list > li.news a img {
  height: 27vw;
  max-height: 111px
}
.wpp-list > li.blog a p.date, .wpp-list > li.news a p.date {
  margin-top: 4px
}
.wpp-list > li.blog a p.title, .wpp-list > li.news a p.title {
  margin-top: 0
}
@media screen and (min-width:768px) {
  .wpp-list {
    margin: 50px -37px 0;
    justify-content: flex-start
  }
  .wpp-list > li {
    width: 160px;
    margin: 50px 37px 0
  }
  .wpp-list > li:before {
    height: 56px;
    top: -28px;
    background-size: auto 56px
  }
  .wpp-list > li:nth-child(n+6) {
    display: none
  }
  .wpp-list > li a img {
    height: 224px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2)
  }
  .wpp-list > li a p {
    font-size: 1.4rem;
    line-height: 1.6
  }
  .wpp-list > li a p.title {
    margin-top: 14px
  }
  .wpp-list > li.empty {
    margin: 0 37px
  }
  .wpp-list > li.blog, .wpp-list > li.news {
    width: 330px;
    margin-left: 27px;
    margin-right: 27px;
    max-width: none;
    margin-top: 85px
  }
  .wpp-list > li.blog a img, .wpp-list > li.news a img {
    height: 210px;
    max-height: none
  }
  .wpp-list > li.blog a p.date, .wpp-list > li.news a p.date {
    margin-top: 14px
  }
}
@media screen and (min-width:768px) {
  .sub .wpp-list {
    justify-content: center
  }
}
#contact {
  background-color: #333;
  padding-bottom: 35px
}
#contact > .container {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff
}
#contact > .container > a {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 18px;
  border: 1px solid #fff;
  letter-spacing: .12em;
  font-weight: 500
}
#contact > .container > a > h2 {
  color: #fff;
  margin: 0;
  font-size: 2.4rem
}
#contact > .container > a > h2 > small {
  font-size: 1.2rem;
  display: block;
  margin-top: 8px;
  letter-spacing: .12em;
  color: #fff
}
#contact > .container > a > h2 > small:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14px;
  height: 10px;
  margin-right: 4px;
  background: url(images/icon/ico-mail.svg) 50%/contain no-repeat transparent
}
#contact > .container > p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: .05em;
  text-align: center
}
@media screen and (min-width:768px) {
  #contact {
    background-color: #000;
    padding-bottom: 0
  }
  #contact > .container {
    padding-top: 152px;
    padding-bottom: 133px
  }
  #contact > .container > a {
    width: 556px;
    font-size: 3.6rem;
    padding-top: 31px;
    padding-bottom: 31px;
    letter-spacing: .12em
  }
  #contact > .container > a > h2 {
    font-size: 3.6rem
  }
  #contact > .container > a > h2 > small {
    font-size: 1.6rem;
    margin-top: 18px
  }
  #contact > .container > a > h2 > small:before {
    top: 1px;
    width: 20px;
    height: 14px;
    margin-right: 7px
  }
  #contact > .container > p {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 16px;
    letter-spacing: .05em
  }
}
nav.menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 3
}
@media screen and (orientation:landscape) {
  nav.menu {
    display: none
  }
}
nav.menu#pcNav {
  display: none
}
nav.menu.is-opened .container {
  bottom: 0
}
nav.menu.is-opened .button:before {
  transform: none
}
nav.menu.is-bottom {
  position: relative
}
nav.menu .container {
  width: 100%;
  position: absolute;
  bottom: -469px;
  transition: .6s
}
nav.menu .button {
  width: 88px;
  height: 25px;
  font-size: 1.2rem;
  position: relative;
  z-index: 3;
  display: block;
  padding-top: 3px;
  background-color: #000;
  text-align: center;
  margin-left: 15px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  outline: none
}
nav.menu .button:before {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 10px;
  height: 8px;
  margin-right: 3px;
  background: url(images/nav/ico-menu.svg) 50%/cover no-repeat transparent;
  transform: rotate(180deg)
}
nav.menu .button:after {
  content: "";
  position: absolute;
  display: block;
  width: 88px;
  z-index: -1;
  bottom: 0;
  left: -2px;
  border-bottom: 2px solid #000;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent
}
nav.menu ul {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  border-top: 5px solid #000
}
nav.menu ul > li {
  width: 50%;
  height: auto;
  position: relative;
  background-color: #000;
  text-align: center;
  border-bottom: 1px solid #4d4d4d
}
nav.menu ul > li:nth-of-type(1):before,
nav.menu ul > li:nth-of-type(3):before,
nav.menu ul > li:nth-of-type(4):before,
nav.menu ul > li:nth-of-type(5):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 30px;
  background-color: #4d4d4d
}
nav.menu ul > li a,
nav.menu ul > li span {
  height: 60px;
  color: #fff
}
nav.menu dl, nav.menu ul > li a, nav.menu ul > li span {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center
}
nav.menu dl {
  height: 100px;
  background-color: #000;
  font-size: 1.2rem;
  align-items: center;
  align-content: center;
  flex-wrap: wrap
}
nav.menu dl dt {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #000;
  border-right: 1px solid #4d4d4d;
  padding-right: 13px
}
nav.menu dl dd {
  margin-left: 26px
}
nav.menu dl dd.instagram, nav.menu dl dd.pinterest, nav.menu dl dd.line {
  width: 26px;
  height: 26px
}
nav.menu dl dd.line {
  background: url(images/nav/ico-line.svg) 50%/cover no-repeat transparent
}
nav.menu dl dd.instagram {
  background: url(images/nav/ico-instagram.svg) 50%/cover no-repeat transparent
}
nav.menu dl dd.pinterest {
  background: url(images/nav/ico-pinterest.svg) 50%/cover no-repeat transparent
}
nav.menu dl dd.houzz {
  width: 20px;
  height: 25px;
  background: url(images/nav/ico-houzz.svg) 50%/cover no-repeat transparent
}
nav.menu dl dd.charter {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  margin-left: 0;
}
nav.menu dl dd.charter a {
  width: auto;
  padding: 0 2em;
  text-align: center;
  color: #fff;
  text-indent: 0
}
nav.menu dl dd.charter a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(images/icon/ico-blank.svg?2);
  background-position: 0;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-left: 10px
}
nav.menu dl dd a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: inline-block
}
nav.menu .banner-recruit {
  background-color: #000;
  padding: 30px 0 10px;
}
nav.menu .banner-recruit a {
  display: block;
  width: 85%;
  margin: 0px auto;
}
nav.menu .banner-recruit img {
  width: 100%;
  height: auto;
}

@media screen and (min-width:768px) {
  nav.menu#pcNav {
    display: block;
    width: auto;
    bottom: auto;
    top: 0;
    left: 0;
    z-index: 3
  }
  nav.menu#pcNav .container {
    bottom: auto;
    position: relative;
    transition: none
  }
  nav.menu#pcNav .container .navClose, nav.menu#pcNav .container .navOpen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh
  }
  nav.menu#pcNav .container .navClose button, nav.menu#pcNav .container .navOpen button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    outline: none;
    cursor: pointer;
    transition: .3s
  }
  nav.menu#pcNav .container .navClose button:hover, nav.menu#pcNav .container .navOpen button:hover {
    opacity: .5
  }
  nav.menu#pcNav .container .navOpen {
    width: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 2;
    transition: .5s;
    position: relative;
    min-width: 0;
    overflow: hidden
  }
  nav.menu#pcNav .container .navOpen button {
    background: url(images/icon/ico-nav-close.svg) 20px/20px auto no-repeat transparent
  }
  nav.menu#pcNav .container .navOpen > ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: center;
    height: 450px;
    border: 0
  }
  nav.menu#pcNav .container .navOpen > ul > li {
    font-size: 2.8rem;
    width: auto;
    border: 0;
    background-color: transparent;
    margin-top: 50px;
    text-align: left;
    width: 275px
  }
  nav.menu#pcNav .container .navOpen > ul > li:before {
    width: 1px;
    height: 200vh;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1
  }
  nav.menu#pcNav .container .navOpen > ul > li:nth-child(3) {
    flex-basis: 500px
  }
  nav.menu#pcNav .container .navOpen > ul > li:nth-child(4) {
    flex-basis: 500px
  }
  nav.menu#pcNav .container .navOpen > ul > li a,
  nav.menu#pcNav .container .navOpen > ul > li span {
    justify-content: flex-start;
    height: auto;
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 1
  }
  nav.menu#pcNav .container .navOpen > ul > li a:before {
    content: "";
    display: block;
    background-color: #666;
    width: calc(100% + 14px);
    height: 100%;
    position: absolute;
    top: .5em;
    left: -7px;
    z-index: -1;
    opacity: 0;
    transition: .3s
  }
  nav.menu#pcNav .container .navOpen > ul > li a:hover, nav.menu#pcNav .container .navOpen > ul > li a:hover:before {
    opacity: 1
  }
  nav.menu#pcNav .container .navOpen > ul > li > ul {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    border: 0;
    margin-top: 50px
  }
  nav.menu#pcNav .container .navOpen > ul > li > ul > li {
    font-size: 1.4rem;
    width: auto;
    border: 0;
    background-color: transparent
  }
  nav.menu#pcNav .container .navOpen > ul > li > ul > li:not(:first-child) {
    margin-top: 25px
  }
  nav.menu#pcNav .container .navOpen > ul > li > ul > li:before {
    content: none
  }
  nav.menu#pcNav .container .navClose {
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    z-index: 1;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px
  }
  nav.menu#pcNav .container .navClose:after {
    content: "";
    display: block;
    width: 0;
    height: 100vh;
    border-right: 1px solid #e1e1e1;
    position: absolute;
    top: 100%;
    right: 0
  }
  nav.menu#pcNav .container .navClose button {
    width: 80px;
    margin-top: 0;
    background: url(images/icon/ico-nav-open.svg) 50%/20px auto no-repeat transparent;
    position: absolute;
    top: 0;
    left: 0
  }
  nav.menu#pcNav .container .navClose ul {
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 0
  }
  nav.menu#pcNav .container .navClose ul > li {
    background-color: transparent;
    border: 0;
    width: auto;
    margin: 5px 0
  }
  nav.menu#pcNav .container .navClose ul > li:before {
    content: none
  }
  nav.menu#pcNav .container .navClose ul > li:nth-child(-n+3) {
    margin: 23px 0
  }
  nav.menu#pcNav .container .navClose ul > li:nth-child(-n+3) a {
    transform: rotate(270deg);
    height: 5em
  }
  nav.menu#pcNav .container .navClose ul > li:nth-child(-n+3) a:after {
    content: none
  }
  nav.menu#pcNav .container .navClose ul > li:first-child {
    margin: 13px 0
  }
  nav.menu#pcNav .container .navClose ul > li.contact a img,
  nav.menu#pcNav .container .navClose ul > li.tel a img,
  nav.menu#pcNav .container .navClose ul > li.line a img {
    width: 20px
  }
  nav.menu#pcNav .container .navClose ul > li a {
    color: #000;
    font-size: 1.5rem;
    padding: 0 5px;
    position: relative;
    left: -5px
  }
  nav.menu#pcNav .container .navClose ul > li a:before,
  nav.menu#pcNav .container .navClose ul > li.line a::after {
    content: none
  }
  nav.menu#pcNav .container .navClose ul > li a:hover {
    opacity: .5
  }
  nav.menu#pcNav.is-opened .container .navOpen {
    width: 100vw;
    min-width: 1280px;
    transform: translateZ(0)
  }
}
nav.share ul {
  width: 160px;
  height: 28px;
  margin: 60px auto 10px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center
}
nav.share ul > li:not(:first-child) {
  margin-left: 43px
}
nav.share ul > li.line {
  width: 26px;
  height: 26px;
  background: url(images/nav/ico-line-black.svg) 50%/cover no-repeat transparent
}
nav.share ul > li.instagram {
  width: 26px;
  height: 26px;
  background: url(images/nav/ico-instagram-black.svg) 50%/cover no-repeat transparent
}
nav.share ul > li.pinterest {
  width: 25px;
  height: 25px;
  background: url(images/nav/ico-pinterest-black.svg) 50%/cover no-repeat transparent
}
nav.share ul > li.houzz {
  width: 20px;
  height: 22px;
  background: url(images/nav/ico-houzz-black.svg) 50%/cover no-repeat transparent
}
nav.share ul > li a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  display: inline-block
}
body.salonhouse section.hero {
  height: 140px;
  position: relative;
  background: url(images/salonhouse/bg-hero-sp.jpg) 50%/cover no-repeat transparent
}
body.salonhouse section.hero picture img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 75vw
}
@media screen and (min-width:768px) {
  body.salonhouse section.hero {
    height: 385px;
    background: url(images/salonhouse/bg-hero-pc.jpg) 50%/cover no-repeat transparent
  }
  body.salonhouse section.hero picture img {
    width: 990px
  }
}
@media only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2), screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2), screen and (min-width:768px) and (min-resolution:2dppx) {
  body.salonhouse section.hero {
    background: url(images/salonhouse/bg-hero-pc@2x.jpg) 50%/cover no-repeat transparent
  }
}
body.salonhouse section.overview {
  text-align: center
}
body.salonhouse section.overview > .container {
  padding-top: 42px
}
body.salonhouse section.overview > .container h2, body.salonhouse section.overview > .container h3, body.salonhouse section.overview > .container p {
  color: #333;
  line-height: 1.5
}
body.salonhouse section.overview > .container h2 {
  font-size: 1.8rem;
  padding-bottom: 0
}
body.salonhouse section.overview > .container h2:before {
  content: none
}
body.salonhouse section.overview > .container p {
  font-size: 1.2rem;
  margin-top: 20px
}
body.salonhouse section.overview > .container h3 {
  font-size: 1.4rem;
  margin-top: 20px;
  font-weight: 700
}
@media screen and (min-width:768px) {
  body.salonhouse section.overview > .container {
    padding-top: 90px;
    padding-bottom: 90px
  }
  body.salonhouse section.overview > .container h2, body.salonhouse section.overview > .container h3, body.salonhouse section.overview > .container p {
    line-height: 1.7
  }
  body.salonhouse section.overview > .container h2 {
    font-size: 3.6rem
  }
  body.salonhouse section.overview > .container p {
    font-size: 1.6rem;
    margin-top: 30px
  }
  body.salonhouse section.overview > .container h3 {
    font-size: 2.4rem;
    margin-top: 30px
  }
}
body.salonhouse section.combination {
  height: 467px;
  background: url(images/salonhouse/bg-combination-sp.jpg) 50%/cover no-repeat transparent
}
body.salonhouse section.combination > .container {
  width: 100%;
  height: 100%;
  position: relative
}
body.salonhouse section.combination > .container > img {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}
body.salonhouse section.combination picture.house, body.salonhouse section.combination picture.salon {
  width: 135px;
  height: 164px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}
body.salonhouse section.combination picture.house img, body.salonhouse section.combination picture.salon img {
  width: 100%
}
body.salonhouse section.combination picture.salon {
  top: 30px
}
body.salonhouse section.combination picture.house {
  bottom: 30px
}
body.salonhouse section.combination picture.house img {
  width: 100%
}
@media screen and (min-width:768px) {
  body.salonhouse section.combination {
    height: 620px;
    background: url(images/salonhouse/bg-combination-pc.jpg) 50%/cover no-repeat transparent
  }
  body.salonhouse section.combination > .container {
    width: 1100px;
    height: 100%;
    position: relative
  }
  body.salonhouse section.combination > .container > img {
    width: 90px;
    height: 90px
  }
  body.salonhouse section.combination picture.house, body.salonhouse section.combination picture.salon {
    width: 440px;
    height: 440px;
    position: absolute;
    margin: auto 0
  }
  body.salonhouse section.combination picture.house img, body.salonhouse section.combination picture.salon img {
    width: 100%
  }
  body.salonhouse section.combination picture.salon {
    top: 0;
    bottom: 0
  }
  body.salonhouse section.combination picture.house {
    top: 0;
    bottom: 0;
    left: auto
  }
}
@media only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2), screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:2), screen and (min-width:768px) and (min-resolution:2dppx) {
  body.salonhouse section.combination {
    background: url(images/salonhouse/bg-combination-pc@2x.jpg) 50%/cover no-repeat transparent
  }
}
body.salonhouse section.voices > .container {
  text-align: center
}
body.salonhouse section.voices > .container h2 {
  display: none
}
body.salonhouse section.voices > .container h3, body.salonhouse section.voices > .container p {
  font-weight: 700;
  color: #333;
  margin-top: 20px;
  line-height: 1.5
}
body.salonhouse section.voices > .container h3 {
  font-size: 1.8rem
}
body.salonhouse section.voices > .container p {
  font-size: 1.2rem
}
body.salonhouse section.voices > .container > ul {
  position: relative;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -7px;
  padding-bottom: 100px
}
body.salonhouse section.voices > .container > ul > li {
  width: 138px;
  margin: 25px 7px 0
}
body.salonhouse section.voices > .container > ul > li img {
  width: 100%
}
body.salonhouse section.voices > .container > ul:after {
  content: "";
  width: 165px;
  height: 60px;
  position: absolute;
  bottom: 0;
  display: block;
  margin-top: 20px;
  background-image: url(images/icon/ico-chevron-bottom-section.svg);
  background-position: bottom;
  background-size: 165px 60px;
  background-repeat: no-repeat;
  background-color: transparent
}
@media screen and (min-width:768px) {
  body.salonhouse section.voices > .container {
    position: relative;
    text-align: center
  }
  body.salonhouse section.voices > .container h2 {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.5
  }
  body.salonhouse section.voices > .container h2:before {
    content: none
  }
  body.salonhouse section.voices > .container h3, body.salonhouse section.voices > .container p {
    margin-top: 20px
  }
  body.salonhouse section.voices > .container h3 {
    font-size: 3.6rem;
    margin-top: 45px
  }
  body.salonhouse section.voices > .container p {
    font-size: 2.1rem
  }
  body.salonhouse section.voices > .container > ul {
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 100px -7px 0;
    padding-bottom: 0
  }
  body.salonhouse section.voices > .container > ul > li {
    width: 289px;
    margin-top: 25px
  }
  body.salonhouse section.voices > .container > ul > li:not(:first-child) {
    margin-left: 30px
  }
  body.salonhouse section.voices > .container > ul > li:nth-child(4) {
    margin-left: 100px
  }
  body.salonhouse section.voices > .container > ul > li img {
    width: 100%
  }
  body.salonhouse section.voices > .container > ul:after {
    position: static;
    width: 328px;
    height: 117px;
    margin: 25px auto 0;
    background-size: 328px 117px
  }
}
.services section > .container h2 {
  padding-bottom: 0;
  color: #333
}
.services section > .container h2:before {
  content: none
}
.services section.hero > .container {
  text-align: center
}
.services section.hero > .container h2 {
  font-size: 1.8rem;
  margin-top: 35px;
  line-height: 1.6
}
.services section.hero > .container p {
  font-size: 1rem;
  margin-top: 20px;
  line-height: 2
}
.services section.hero > .container img {
  width: 100vw;
  margin-top: 20px;
  margin-left: -15px
}
@media screen and (min-width:768px) {
  .services section.hero > .container {
    padding-bottom: 0
  }
  .services section.hero > .container h2 {
    font-size: 3.6rem;
    margin-top: 100px
  }
  .services section.hero > .container p {
    font-size: 1.8rem;
    margin-top: 40px
  }
  .services section.hero > .container img {
    width: 100%;
    margin-left: 0;
    margin-top: 80px
  }
}
.services section.mission > .container {
  padding-top: 0
}
.services section.mission > .container h2 {
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #333
}
.services section.mission > .container > ul {
  margin-top: 95px
}
.services section.mission > .container > ul > li {
  position: relative
}
.services section.mission > .container > ul > li:not(:first-child) {
  margin-top: 110px
}
.services section.mission > .container > ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 55px;
  height: 55px;
  background-position: 50%;
  background-size: auto 54px;
  background-repeat: no-repeat;
  background-color: transparent
}
.services section.mission > .container > ul > li:first-child:before {
  background-image: url(images/icon/ico-num01-gray.svg)
}
.services section.mission > .container > ul > li:nth-child(2):before {
  background-image: url(images/icon/ico-num02-gray.svg)
}
.services section.mission > .container > ul > li:nth-child(3):before {
  background-image: url(images/icon/ico-num03-gray.svg)
}
.services section.mission > .container > ul > li h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 12px
}
.services section.mission > .container > ul > li h3:after {
  content: "";
  display: block;
  width: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #333
}
.services section.mission > .container > ul > li h3 small {
  font-size: 1rem;
  letter-spacing: .07em;
  display: block;
  padding-bottom: 10px
}
.services section.mission > .container > ul > li p {
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 1.5
}
.services section.mission > .container > ul > li a {
  font-size: 1.4rem;
  margin-top: 15px;
  height: 36px;
  line-height: 36px;
  position: relative;
  color: #333;
  width: 100%;
  padding-left: 10px;
  padding-right: 25px;
  display: inline-block;
  background-color: #dcdcdc
}
.services section.mission > .container > ul > li a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background: url(images/icon/ico-chevron-right.svg) 50%/6px 11px no-repeat transparent
}
@media screen and (min-width:768px) {
  .services section.mission {
    padding-top: 185px
  }
  .services section.mission > .container {
    position: relative
  }
  .services section.mission > .container h2 {
    font-size: 2.1rem;
    position: absolute;
    top: -40px;
    left: 0
  }
  .services section.mission > .container > ul {
    margin-top: 0
  }
  .services section.mission > .container > ul > li {
    width: 635px
  }
  .services section.mission > .container > ul > li:not(:first-child) {
    margin-top: 110px
  }
  .services section.mission > .container > ul > li:before {
    top: -110px;
    left: 0;
    width: 105px;
    height: 115px;
    background-size: 105px auto
  }
  .services section.mission > .container > ul > li:first-child {
    margin-left: 465px
  }
  .services section.mission > .container > ul > li:nth-child(2) {
    margin-left: 295px
  }
  .services section.mission > .container > ul > li:nth-child(3) {
    margin-left: 110px
  }
  .services section.mission > .container > ul > li h3 {
    font-size: 2.8rem;
    line-height: 1.5
  }
  .services section.mission > .container > ul > li h3:after {
    position: absolute;
    top: -30px;
    left: -100px;
    width: 100px
  }
  .services section.mission > .container > ul > li h3 small {
    font-size: 1.4rem;
    padding-bottom: 3px
  }
  .services section.mission > .container > ul > li p {
    font-size: 1.4rem;
    margin-top: 25px;
    line-height: 1.7
  }
  .services section.mission > .container > ul > li a {
    width: 316px;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    position: relative;
    left: 50%;
    font-size: 1.6rem;
    padding-left: 10px;
    padding-right: 26px
  }
  .services section.mission > .container > ul > li a:after {
    width: 7px;
    height: 12px;
    right: 13px;
    background-size: 7px 12px
  }
}
.recruit section.hero > .container {
  padding-bottom: 0
}
.recruit section.hero > .container img {
  width: 100vw;
  margin-top: 28px;
  margin-left: -15px
}
@media screen and (min-width:768px) {
  .recruit section.hero > .container {
    margin: auto
  }
  .recruit section.hero > .container img {
    width: 100%;
    margin-top: 90px;
    margin-left: 0
  }
}

.recruit section.hero .banner {
  padding: 48px 15px 20px;
}
.recruit section.hero .banner dt {
  font-size: 2rem;
  letter-spacing: .1em;
  padding-bottom: 1em;
  text-align: center;
}
.recruit section.hero .banner dd {
  padding-bottom: 35px;
  font-size: 12px;
  line-height: 1.5;
}
.recruit section.hero .banner dd a {
  display: block;
  margin-bottom: 10px;
}
.recruit section.hero .banner dd img {
  width: 100%;
  height: auto;
  margin: 0;
}
.recruit section.hero .banner dd a::after {
  content:none;
}
@media screen and (min-width:768px) {
  .recruit section.hero .banner {
    padding: 0 0 20px;
  }
  .recruit section.hero .banner dt {
    font-size: 3.6rem;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .recruit section.hero .banner dd {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  .recruit section.hero .banner dd a {
    display: block;
    height: 550px;
    overflow:hidden;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    position: relative;
    -webkit-transform: translateZ(0);
  }
  .recruit section.hero .banner dd a:hover {
    opacity: 1;
    transition: .8s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .recruit section.hero .banner dd a:hover img {
    transform: scale(1.06);
    transition: .6s;
  }
}

.recruit section.infographic > .container {
  text-align: center
}
.recruit section.infographic > .container h2 {
  font-size: 2rem;
  letter-spacing: .1em;
  padding-bottom: 0
}
.recruit section.infographic > .container h2:before {
  content: none
}
.recruit section.infographic > .container small {
  font-size: 1rem;
  letter-spacing: .13em;
  color: #333
}
.recruit section.infographic > .container .specialNotes {
  margin-top: 1em
}
.recruit section.infographic > .container .recruitList {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: left;
  margin: 35px auto 0;
  max-width: 384px
}
.recruit section.infographic > .container .recruitList li {
  width: 100%;
  margin: 24px 7px 0
}
.recruit section.infographic > .container .recruitList li h3 {
  font-size: 1.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #333
}
.recruit section.infographic > .container .recruitList li .graphic {
  width: 100%;
  height: 72vw;
  max-height: 296px;
  margin-top: 15px;
  border: 1px solid #333
}
.recruit section.infographic > .container .recruitList li .graphic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;"
}
.recruit section.infographic > .container .recruitList li .txt {
  padding-top: 5px;
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width:768px) {
  .recruit section.infographic > .container {
    padding-top: 135px
  }
  .recruit section.infographic > .container h2 {
    font-size: 3.6rem
  }
  .recruit section.infographic > .container small {
    font-size: 1.4rem
  }
  .recruit section.infographic > .container .specialNotes {
    margin-top: 0;
    text-align: right
  }
  .recruit section.infographic > .container .recruitList {
    width: 1100px;
    justify-content: space-between;
    margin-top: 90px;
    max-width: none
  }
  .recruit section.infographic > .container .recruitList li {
    width: 327px;
    margin-top: 0
  }
  .recruit section.infographic > .container .recruitList li:nth-child(n+4) {
    margin-top: 55px
  }
  .recruit section.infographic > .container .recruitList li h3 {
    font-size: 2.8rem;
    padding-bottom: 15px
  }
  .recruit section.infographic > .container .recruitList li .graphic {
    width: 100%;
    height: 260px;
    margin-top: 30px
  }
}
.recruit section.recruitment > .container {
  padding-top: 0
}
.recruit section.recruitment > .container h2 {
  font-size: 1.6rem;
  color: #fff;
  padding: 4px 0 4px 8px;
  text-align: left;
  letter-spacing: .1em;
  background-color: #333
}
.recruit section.recruitment > .container h2:before {
  content: none
}
.recruit section.recruitment > .container dl dd, .recruit section.recruitment > .container dl dt {
  color: #333;
  letter-spacing: .1em;
  line-height: 1.5
}
.recruit section.recruitment > .container dl dt {
  font-size: 1.4rem;
  margin-top: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb
}
.recruit section.recruitment > .container dl dd {
  font-size: 1.2rem;
  margin-top: 10px
}
.recruit section.recruitment > .container dl dd p:not(:first-child) {
  margin-top: 15px
}
@media screen and (min-width:768px) {
  .recruit section.recruitment > .container {
    padding-top: 0
  }
  .recruit section.recruitment > .container h2 {
    font-size: 1.8rem;
    width: 1100px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
    letter-spacing: .1em;
    background-color: #333
  }
  .recruit section.recruitment > .container h2:before {
    content: none
  }
  .recruit section.recruitment > .container dl {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
  }
  .recruit section.recruitment > .container dl dd, .recruit section.recruitment > .container dl dt {
    padding: 25px 0
  }
  .recruit section.recruitment > .container dl dt {
    width: 180px;
    margin-top: 0;
    border-bottom: 1px solid #dbdbdb
  }
  .recruit section.recruitment > .container dl dd {
    font-size: 1.4rem;
    width: 920px;
    margin-top: 0;
    border-bottom: 1px solid #dbdbdb
  }
  .recruit section.recruitment > .container dl dd p:not(:first-child) {
    margin-top: 25px
  }
}
@media screen and (min-width:768px) {
  .top-banner-recruit {
    width: 285px;
    height: 200px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 2;
  }
  .top-banner-recruit .banner {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow : 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .top-banner-recruit__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
  }
  
  .top main > section {
    padding: 200px 0 0
  }
  .top main > section.jumbotron {
    padding: 0
  }
  .top main > section.aboutUs > .container {
    position: relative;
    height: 1070px
  }
  .top main > section.aboutUs > .container h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3.6rem
  }
  .top main > section.aboutUs > .container h2:before {
    content: none
  }
  .top main > section.aboutUs > .container .description {
    position: absolute;
    top: 70px;
    left: 0;
    line-height: 1.7;
    font-size: 1.4rem
  }
  .top main > section.aboutUs > .container .aboutUsLink {
    font-size: 1.4rem;
    margin-top: 15px;
    height: 36px;
    line-height: 36px;
    color: #333;
    width: 316px;
    padding-left: 10px;
    padding-right: 25px;
    display: inline-block;
    background-color: #dcdcdc;
    position: absolute;
    top: 195px;
    left: 0
  }
  .top main > section.aboutUs > .container .aboutUsLink:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    background: url(images/icon/ico-chevron-right.svg) 50%/6px 11px no-repeat transparent
  }
  .top main > section.topics > .container {
    width: 880px
  }
  .top main > section.topics > .container h2 {
    font-size: 3.6rem
  }
  .top main > section.salonhouse > .container {
    width: 880px
  }
  .top main > section.salonhouse > .container img {
    width: 100%
  }
  .top main > section.map {
    padding-bottom: 200px
  }
  .top main > section > .container {
    padding: 0
  }
  .top main > section h2 {
    text-align: center;
    font-size: 2.8rem
  }
  .top main > section h2:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    margin-right: 20px;
    position: static
  }
  .top main > section .workCategoryList {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -40px
  }
  .top main > section .workCategoryList > li {
    margin: 0 40px;
    width: 312px;
    position: relative
  }
  .top main > section .workCategoryList > li a {
    display: block;
    width: 100%;
    color: #333;
    padding-bottom: 40px;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    position: relative;
    -webkit-transform: translateZ(0)
  }
  .top main > section .workCategoryList > li a:hover {
    opacity: 1;
    transition: .8s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
  }
  .top main > section .workCategoryList > li a:hover:before {
    opacity: 1
  }
  .top main > section .workCategoryList > li a:hover:after {
    color: #000;
    padding: 3px 12px;
    left: 120px
  }
  .top main > section .workCategoryList > li a:before {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    position: absolute;
    bottom: 6px;
    right: 0;
    opacity: 0;
    transition: .8s
  }
  .top main > section .workCategoryList > li a:after {
    content: "VIEW MORE";
    text-align: center;
    padding: 3px 80px 3px 50px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 160px;
    transition: .8s;
    color: transparent;
    display: block;
    white-space: nowrap
  }
  .top main > section .workCategoryList > li a .name {
    font-size: 1.8rem;
    letter-spacing: .08em;
    line-height: 1.4;
    height: 5em;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    padding-left: 18px
  }
  .top main > section .workCategoryList > li a .imgWrap {
    width: 100%;
    height: 193px;
    overflow: hidden
  }
  .top main > section .workCategoryList > li a .imgWrap:hover img {
    transform: scale(1.06)
  }
  .top main > section .workCategoryList > li a .imgWrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin-top: 26px;
    transition: 1s
  }
  .top main > section .pcTopMenuList {
    width: 100%;
    position: absolute;
    top: 82px;
    left: 0
  }
  .top main > section .pcTopMenuList > li {
    margin-top: 80px;
    position: absolute;
    padding-bottom: 30px
  }
  .top main > section .pcTopMenuList > li:before {
    content: "";
    display: block;
    width: 100%;
    height: 112px;
    position: absolute;
    left: 100px;
    top: -83px;
    background-position: 0;
    background-size: auto 112px;
    background-repeat: no-repeat;
    background-color: transparent;
    z-index: 0
  }
  .top main > section .pcTopMenuList > li:first-child {
    top: 0;
    right: 0
  }
  .top main > section .pcTopMenuList > li:first-child:before {
    background-image: url(images/icon/ico-num01-gray.svg)
  }
  .top main > section .pcTopMenuList > li:nth-child(2) {
    top: 315px;
    left: 0
  }
  .top main > section .pcTopMenuList > li:nth-child(2):before {
    background-image: url(images/icon/ico-num02-gray.svg)
  }
  .top main > section .pcTopMenuList > li:nth-child(3) {
    top: 538px;
    right: 0
  }
  .top main > section .pcTopMenuList > li:nth-child(3):before {
    background-image: url(images/icon/ico-num03-gray.svg)
  }
  .top main > section .pcTopMenuList > li .name {
    font-size: 2.8rem;
    position: relative
  }
  .top main > section .pcTopMenuList > li .name:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    margin-right: 30px;
    position: static
  }
  .top main > section .pcTopMenuList > li a {
    display: block;
    margin-top: 60px;
    transition: .8s
  }
  .top main > section .pcTopMenuList > li a:hover, .top main > section .pcTopMenuList > li a:hover:before {
    opacity: 1
  }
  .top main > section .pcTopMenuList > li a:hover:after {
    color: #000;
    padding: 3px 12px;
    left: 268px
  }
  .top main > section .pcTopMenuList > li a:before {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    position: absolute;
    bottom: 6px;
    right: 0;
    opacity: 0;
    transition: .8s
  }
  .top main > section .pcTopMenuList > li a:after {
    content: "VIEW MORE";
    text-align: center;
    wwidth: fit-content;
    hheight: fit-content;
    padding: 3px 80px 3px 50px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 308px;
    transition: .8s;
    color: transparent;
    display: block;
    white-space: nowrap;
    background-image: none;
  }
  .top main > section .pcTopMenuList > li a .imgWrap {
    width: 460px;
    height: 284px;
    overflow: hidden;
    box-shadow: 15px -15px 25px 10px rgba(0, 0, 0, .15)
  }
  .top main > section .pcTopMenuList > li a .imgWrap:hover img {
    transform: scale(1.06)
  }
  .top main > section .pcTopMenuList > li a .imgWrap img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    transition: 1s
  }
  .top main > section .pcTopMenuList > li .shadowBox {
    width: 460px;
    height: 284px;
    box-shadow: 15px -15px 25px 10px rgba(0, 0, 0, .15)
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container {
    width: 100%;
    height: 284px;
    margin-top: 60px;
    padding-bottom: 30px;
    box-sizing: content-box
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container:hover, .top main > section .pcTopMenuList > li .shadowBox .swiper-container:hover:before {
    opacity: 1
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container:hover:after {
    color: #000;
    padding: 3px 12px;
    left: 268px
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container:before {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #333;
    vertical-align: middle;
    position: absolute;
    bottom: 6px;
    right: 0;
    opacity: 0;
    transition: .8s
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container:after {
    content: "VIEW MORE";
    text-align: center;
    padding: 3px 80px 3px 50px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 308px;
    transition: .8s;
    color: transparent;
    display: block;
    white-space: nowrap
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container .swiper-slide a {
    margin: 0
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container .swiper-slide a:after, .top main > section .pcTopMenuList > li .shadowBox .swiper-container .swiper-slide a:before {
    content: none
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container .swiper-slide a .imgWrap {
    box-shadow: none;
    text-align: center
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-container .swiper-slide a .imgWrap img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    margin: auto
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-button-next, .top main > section .pcTopMenuList > li .shadowBox .swiper-button-prev {
    background: url(images/icon/ico-chevron-right-bold.svg) 50%/12px auto no-repeat transparent;
    outline: none;
    margin-top: -37px
  }
  .top main > section .pcTopMenuList > li .shadowBox .swiper-button-prev {
    transform: rotate(180deg)
  }
  .top main > section .postCategory {
    margin-top: 80px;
    width: 100%
  }
  .top main > section .postCategory ul > li {
    width: 283px
  }
  .top main > section .topicList {
    margin-top: 30px
  }
  .top main > section .topicList > li {
    padding: 35px 0 22px;
    border-bottom: 1px solid #dcdcdc
  }
  .top main > section .topicList > li a {
    overflow: hidden;
    display: block
  }
  .top main > section .topicList > li a .category, .top main > section .topicList > li a .date, .top main > section .topicList > li a .title {
    font-size: 1.4rem
  }
  .top main > section .topicList > li a .category, .top main > section .topicList > li a .date {
    float: left;
    letter-spacing: .08em
  }
  .top main > section .topicList > li a .date {
    color: #000
  }
  .top main > section .topicList > li a .date:after {
    content: "/";
    display: inline-block;
    padding: 0 15px
  }
  .top main > section .topicList > li a .title {
    width: 600px;
    float: right;
    color: #000
  }
  .top main > section .topicList > li a .title span {
    display: inline-block;
    text-decoration: underline;
    padding-bottom: 1px;
    line-height: 1.5;
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }
  .top main > section .topicList > li a .title span:hover {
    text-decoration: none
  }
  .top main > section .topicsBtn {
    width: 215px;
    margin: 80px auto 0;
  }
  .top main > section .topicsBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 47px;
    border: 1px solid #333333;
    font-size: 14px;
    line-height: 1;
    position: relative;
  }
  .top main > section .topicsBtn a::after {
    width: 50px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -42px;
    margin: auto;
    content:"";
  }
}
.contact section.form > .container {
  border-top: 1px solid #e1e1e1;
  padding: 30px 15px 45px
}
.contact section.form > .container dl {
  width: 100%;
  margin-top: 35px
}
.contact section.form > .container dl:first-child {
  margin-top: 0
}
.contact section.form > .container dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 7px;
  line-height: 1.5
}
.contact section.form > .container dl dt.required:after {
  content: "※";
  color: #e21273;
  font-size: 1.4rem
}
.contact section.form > .container dl dd {
  font-size: 1.2rem
}
.contact section.form > .container dl dd input[type=radio] {
  display: none
}
.contact section.form > .container dl dd input[type=radio]:checked ~ .wpcf7-list-item-label:after, .contact section.form > .container dl dd input[type=radio]:checked ~ label:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: #444;
  border-radius: 100%;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0
}
.contact section.form > .container dl dd input[type=radio] ~ .wpcf7-list-item-label, .contact section.form > .container dl dd input[type=radio] ~ label {
  display: inline-block;
  padding-left: 17px;
  vertical-align: middle;
  margin: 18px 15px 0 0;
  position: relative;
  cursor: pointer
}
.contact section.form > .container dl dd input[type=radio] ~ .wpcf7-list-item-label:before, .contact section.form > .container dl dd input[type=radio] ~ label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 5px auto 0
}
.contact section.form > .container dl dd input[type=email], .contact section.form > .container dl dd input[type=tel], .contact section.form > .container dl dd input[type=text], .contact section.form > .container dl dd select {
  font-size: 1.6rem;
  transform: scale(.75);
  transform-origin: left center;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 0 5px;
  width: 133.33%;
  margin-top: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  font-family: "Noto Serif JP", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}
.contact section.form > .container dl dd select {
  width: auto;
  min-width: 230px;
  background: url(images/icon/ico-chevron-bottom.svg) right 11px center/11px auto no-repeat transparent;
  padding-right: 30px
}
.contact section.form > .container dl dd.name {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.contact section.form > .container dl dd.name input[type=text] {
  width: 124px;
  margin: 13px 0 0 4px
}
.contact section.form > .container dl dd.schedule {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start
}
.contact section.form > .container dl dd.schedule label:first-child input[type=text] {
  margin-left: 0
}
.contact section.form > .container dl dd.schedule input[type=text] {
  width: 93px;
  margin: 14px 0 0 24px
}
.contact section.form > .container dl dd textarea {
  border: 1px solid #e1e1e1;
  padding: 5px;
  font-size: 1.6rem;
  transform: scale(.75);
  transform-origin: left top;
  margin-top: 24px;
  width: 133.33%;
  border-radius: 3px;
  font-family: "Noto Serif JP", ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  min-height: 90px
}
.contact section.form > .container hr {
  width: 100vw;
  margin: 25px 0 25px -15px;
  border: 0;
  border-bottom: 1px solid #e1e1e1
}
.contact section.form > .container .agreement {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5
}
.contact section.form > .container .agreement input[type=checkbox] {
  display: none
}
.contact section.form > .container .agreement input[type=checkbox]:checked ~ .wpcf7-list-item-label:after, .contact section.form > .container .agreement input[type=checkbox]:checked ~ label:after {
  content: "✔︎";
  display: inline-block;
  border-radius: 2px;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #fff;
  font-size: 1rem;
  height: 17px
}
.contact section.form > .container .agreement input[type=checkbox]:checked ~ .wpcf7-list-item-label:before, .contact section.form > .container .agreement input[type=checkbox]:checked ~ label:before {
  background-color: #444;
  border: 1px solid #444
}
.contact section.form > .container .agreement input[type=checkbox] ~ .wpcf7-list-item-label, .contact section.form > .container .agreement input[type=checkbox] ~ label {
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
  margin: 0 15px 0 0;
  position: relative;
  cursor: pointer
}
.contact section.form > .container .agreement input[type=checkbox] ~ .wpcf7-list-item-label:before, .contact section.form > .container .agreement input[type=checkbox] ~ label:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 5px auto 0
}
.contact section.form > .container .policy {
  margin-top: 22px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 12px;
  height: 225px;
  overflow-y: scroll
}
.contact section.form > .container .policy h3{
  font-size: 1.6rem
}
.contact section.form > .container .policy h4, .contact section.form > .container .policy p{
  font-size: 1.2rem;
  margin-top: 1em;
  line-height: 1.5
}
section.privacy h3 {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
}
section.privacy p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 2em;
}
section.privacy ul,
section.privacy ol {
  font-size: 14px;
  padding-left: 1em;
  margin-left: 1em;
}
section.privacy ul {
  list-style: disc;
  padding-bottom: 1em;
}
section.privacy ol {
  list-style: decimal;
  padding-bottom: 1em;
}
section.privacy ul li,
section.privacy ol li {
  margin-bottom: 0.5em;
  line-height: 1.8;
  word-break: break-all;
}


section.privacy ol.none,
section.privacy ul.none{
  list-style: none;
}
section.privacy ol.kakko-num{
  counter-reset: kakko;
  padding-left: 0;
}
section.privacy li.kakko {
  list-style-type:none;
  counter-increment: kakko;
  padding-left: 2em;
  position: relative;
}
section.privacy li.kakko:before{
  position: absolute;
  top: 0em; 
  left: 0;
  content: "(" counter(kakko) ") ";
}


.contact section.form > .container .policy h4 + p, .contact section.form > .container .policy p + p{
  margin-top: 0
}
.policy-detail {
  padding-top: 30px;
}
.contact section.form > .container button, .contact section.form > .container input[type=button], .contact section.form > .container input[type=submit] {
  width: 180px;
  height: 40px;
  line-height: 30px;
  border-radius: 3px;
  color: #fff;
  position: relative;
  margin: 25px auto 0;
  display: block;
  cursor: pointer;
  font-size: 1.2rem;
  background: url(images/icon/ico-chevron-right-white.svg) right 14px center/auto 14px no-repeat #333
}
.contact section.form > .container input[type=button] {
  color: #333;
  background: url(images/icon/ico-chevron-left.svg) 14px/auto 11px no-repeat #aaa
}
.contact section > .container h1 + p {
  text-align: left
}
.contact section > .container h2 {
  margin-top: 26px;
  font-size: 1.6rem;
  padding: 0
}
.contact section > .container h2:before {
  content: none
}
.contact section > .container > p {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 15px;
  line-height: 1.5
}
.contact section > .container .buttonLinkline {
  display: block;
  width: 100%;
  max-width: 384px;
  height: 53px;
  margin: 30px auto;
  background: url("images/contact/btn_line-sp.png") no-repeat center #06C755;
  background-size: 189px auto;
  border-radius: 5px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.contact section > .container .buttonLink {
  width: 100%;
  max-width: 384px;
  margin: 15px auto 0;
  background-color: #dbdbdb;
  font-size: 1.4rem;
  text-align: center;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  padding: 10px 0;
  color: #000
}
.contact section > .container .buttonLink:before {
  content: "";
  display: inline-block;
  background: url(images/icon/ico-chevron-bottom.svg) 50%/contain no-repeat transparent;
  width: 10px;
  height: 6px;
  margin-right: 6px
}
.contact section > .container .freeDial {
  font-size: 3rem;
  font-weight: 700
}
.contact section > .container .freeDial:before {
  content: "";
  width: 45px;
  height: 25px;
  margin-right: 3px;
  display: inline-block;
  background: url(images/icon/ico-free_dial.svg) 0/auto 25px no-repeat transparent;
  position: relative;
  top: 1px
}
.contact section > .container .freeDial a {
  color: #000
}
.contact section > .container h3 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px
}
.contact section > .container .dialList {
  width: 290px;
  margin: 15px auto 0;
  border-bottom: 1px solid #e1e1e1
}
.contact section > .container .dialList > dt {
  border-top: 1px solid #e1e1e1;
  display: block;
  padding: 8px 25px 0
}
.contact section > .container .dialList > dt:before {
  content: "笆�";
  margin-right: 2px
}
.contact section > .container .dialList > dd {
  margin-top: 4px;
  display: block;
  padding: 0 25px 8px
}
.contact section > .container .dialList > dd a {
  color: #000;
  display: inline-block
}
@media screen and (min-width:768px) {
  .contact section > .container .dialList > dd a {
    display: none
  }
}
.contact section > .container .dialList > dd span {
  display: none
}
@media screen and (min-width:768px) {
  .contact section > .container .dialList > dd span {
    display: inline-block
  }
}
.contact section > .container em {
  color: #e21273
}
@media screen and (min-width:768px) {
  .contact section:first-child > .container {
    padding-bottom: 50px
  }
  .contact section.form, .contact section:first-child:last-child > .container {
    padding-bottom: 150px
  }
  .contact section.form > .container {
    border-top: 0;
    padding-bottom: 0
  }
  .contact section.form > .container dl {
    width: 900px;
    border-top: 1px solid #e1e1e1;
    padding: 24px 0;
    margin: 0 auto;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
  }
  .contact section.form > .container dl dt {
    font-size: 1.6rem;
    width: 280px;
    font-weight: 400;
    border: 0;
    padding: 0;
    line-height: 34px
  }
  .contact section.form > .container dl dt.required:after {
    font-size: 1.6rem
  }
  .contact section.form > .container dl dd {
    font-size: 1.6rem;
    width: 620px;
    line-height: 34px
  }
  .contact section.form > .container dl dd > label br:first-child {
    display: none
  }
  .contact section.form > .container dl dd input[type=radio] ~ .wpcf7-list-item-label, .contact section.form > .container dl dd input[type=radio] ~ label {
    padding-left: 19px;
    margin: 0 20px 0 0
  }
  .contact section.form > .container dl dd input[type=email], .contact section.form > .container dl dd input[type=tel], .contact section.form > .container dl dd input[type=text], .contact section.form > .container dl dd select {
    transform: none;
    width: 100%;
    line-height: 34px;
    font-size: 1.6rem;
    margin-top: 0;
    width: 390px;
    padding: 0 10px
  }
  .contact section.form > .container dl dd select {
    width: 195px
  }
  .contact section.form > .container dl dd.name input[type=text] {
    margin-top: 0;
    width: 195px;
    margin-right: 10px
  }
  .contact section.form > .container dl dd.schedule input[type=text] {
    width: 98px;
    margin-top: 0;
    margin-right: 10px
  }
  .contact section.form > .container dl dd textarea {
    transform: none;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px;
    margin-top: 10px;
    min-height: 40px
  }
  .contact section.form > .container hr {
    margin: 0 auto 70px;
    width: 900px
  }
  .contact section.form > .container .agreement {
    font-size: 1.6rem;
    width: 900px
  }
  .contact section.form > .container .policy {
    width: 700px;
    height: 320px;
    margin: 25px auto 0;
    padding: 25px
  }
  .contact section.form > .container .policy h3,
  section.privacy h3{
    font-size: 2.1rem;
    margin-top: 10px;
    font-weight: 500
  }
  section.privacy h3 {
    padding-bottom: 10px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700
  }
  .contact section.form > .container .policy h4, .contact section.form > .container .policy p,
  section.privacy h4,section.privacy p,section.privacy li{
    font-size: 1.4rem
  }
  .contact section.form > .container .policy h4,
  section.privacy h4{
    font-weight: 500
  }
  .policy-detail {
    padding-top: 80px;
  }
  section.privacy h3 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700
  }
  
  .contact section.form > .container button, .contact section.form > .container input[type=submit] {
    font-size: 2.1rem;
    width: 360px;
    height: 80px;
    border-radius: 4px;
    margin-top: 50px
  }
  .contact section > .container h1 + p {
    text-align: center;
    margin-top: 80px
  }
  .contact section > .container h2 {
    margin-top: 98px;
    font-size: 2.8rem
  }
  .contact section > .container > p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 2
  }
  .contact section > .container .freeDial {
    margin-top: 45px;
    font-size: 6rem;
    font-weight: 400
  }
  .contact section > .container .freeDial:before {
    width: 88px;
    height: 50px;
    margin-right: 5px;
    background: url(images/icon/ico-free_dial.svg) 0/auto 50px no-repeat transparent;
    top: 3px
  }
  .contact section > .container h3 {
    font-size: 1.8rem;
    margin-top: 40px
  }
  .contact section > .container .dialList {
    font-size: 1.6rem;
    width: 410px;
    margin: 20px auto 0;
    border-bottom: 0;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2
  }
  .contact section > .container .dialList > dt {
    border-top: 0;
    padding: 0;
    display: inline-block
  }
  .contact section > .container .dialList > dt:before {
    content: none
  }
  .contact section > .container .dialList > dd {
    margin: 0;
    padding: 0;
    display: inline-block
  }
  .contact section > .container .buttonLinkline {
    width: 580px;
    max-width: 580px;
    height: 150px;
    margin: 40px auto;
    background: url("images/contact/btn_line-pc.png") no-repeat center;
    background-color: transparent;
    background-size: 580px auto;
    border-radius: 5px;
  }
  .contact section > .container .buttonLink {
    width: 348px;
    font-size: 1.6rem;
    padding: 13px 0;
    border-radius: 6px
  }
  .contact section > .container .buttonLink:before {
    content: none
  }
  .contact section > .container .buttonLink:after {
    content: "";
    display: inline-block;
    background: url(images/icon/ico-chevron-right.svg) 50%/contain no-repeat transparent;
    width: 12px;
    height: 12px;
    margin-left: 6px
  }
}
.contact .wpcf7-response-output, .contact .wpcf7-validation-errors {
  display: none
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label {
  display: none !important
}
.custom-wpcf7c-confirmed input[type=radio]:checked ~ .wpcf7-list-item-label {
  display: block !important;
  padding-left: 0 !important
}
.custom-wpcf7c-confirmed input[type=radio]:checked ~ .wpcf7-list-item-label:after, .custom-wpcf7c-confirmed input[type=radio]:checked ~ .wpcf7-list-item-label:before {
  content: none !important
}
.custom-wpcf7c-confirmed .wpcf7-radio .wpcf7-list-item {
  margin-left: 0 !important
}
.custom-wpcf7c-confirmed input[type=email], .custom-wpcf7c-confirmed input[type=tel], .custom-wpcf7c-confirmed input[type=text], .custom-wpcf7c-confirmed select, .custom-wpcf7c-confirmed textarea {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  margin-top: 0 !important
}
.custom-wpcf7c-confirmed .schedule input[type=text] {
  width: 4em
}
.custom-wpcf7c-confirmed .agreement, .custom-wpcf7c-confirmed .policy {
  display: none !important
}
.custom-wpcf7c-confirmed .form > .container p {
  height: 60px !important
}
.custom-wpcf7c-confirmed .form > .container p:last-child {
  width: 100% !important;
  margin: auto !important;
  position: relative !important
}
@media screen and (min-width:768px) {
  .custom-wpcf7c-confirmed .form > .container p:last-child {
    width: 900px !important
  }
}
.custom-wpcf7c-confirmed .form > .container p:last-child .wpcf7-back {
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 80px !important
}
@media screen and (min-width:768px) {
  .custom-wpcf7c-confirmed .form > .container p:last-child .wpcf7-back {
    width: 120px !important
  }
}
.custom-wpcf7c-confirmed .form > .container p:last-child .wpcf7-submit {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  width: 120px !important
}
@media screen and (min-width:768px) {
  .custom-wpcf7c-confirmed .form > .container p:last-child .wpcf7-submit {
    width: 360px !important
  }
}
.custom-wpcf7c-confirmed .form > .container p:last-child .ajax-loader, .wpcf7-response-output {
  display: none !important
}
@-webkit-keyframes opening {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    visibility: hidden
  }
}
@keyframes opening {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    visibility: hidden
  }
}
@-webkit-keyframes scroll-motion {
  0% {
    top: 20px
  }
  50% {
    top: 60px;
    width: 5px;
    height: 5px;
    opacity: 1
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
    top: 35px
  }
}
@keyframes scroll-motion {
  0% {
    top: 20px
  }
  50% {
    top: 60px;
    width: 5px;
    height: 5px;
    opacity: 1
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
    top: 35px
  }
}