@charset "UTF-8";
/*
Theme Name: sowel
Version: 1.1
*/
.wf1 {
  font-family: "A1明朝", "A1 Mincho", serif; }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 13px;
  color: #40210f;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%; }
  @media (min-width: 520px) {
    body {
      width: 100%; } }
  @media (max-width: 599px) {
    body {
      width: 100%; } }
  @media (min-width: 600px) {
    body {
      width: 100%; } }
  @media (min-width: 768px) {
    body {
      width: 100%; } }
  @media (min-width: 600px) and (max-width: 959px) {
    body {
      width: 100%; } }
  @media (min-width: 960px) {
    body {
      width: 100%; } }
  @media (max-width: 959px) {
    body {
      width: 100%; } }
  @media (max-width: 1279px) {
    body {
      width: 100%; } }
  @media (min-width: 1280px) {
    body {
      width: 100%; } }
  @media (min-width: 960px) {
    body {
      font-size: 14px; } }

@media (max-width: 599px) {
  .notsp {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 959px) {
  .nottab {
    display: none !important; } }

@media (min-width: 600px) {
  .sponly {
    display: none !important; } }

@media screen and (min-width: 340px) {
  .ip5only {
    display: none !important; } }

@media (max-width: 599px) {
  .tabonly {
    display: none !important; } }
@media (min-width: 960px) {
  .tabonly {
    display: none !important; } }

@media (min-width: 960px) {
  .mobonly {
    display: none !important; } }

@media (max-width: 959px) {
  .pconly {
    display: none !important; } }

@media (max-width: 1279px) {
  .pcwonly {
    display: none !important; } }

img {
  border: none;
  max-width: 100%;
  height: auto; }

a {
  color: #40210f; }

a, a:focus {
  outline: none; }

#loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 200;
  perspective: 200px; }
  #loading .mark {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    transform-origin: 60% 50%;
    animation: spin_ani 1s linear infinite; }

header {
  padding: 20px 0 25px; }
  @media (min-width: 960px) {
    header {
      display: flex;
      justify-content: space-between;
      max-width: 1280px;
      margin: 0 auto;
      padding: 20px 20px 40px; } }
  @media (min-width: 1280px) {
    header {
      padding: 30px 20px 50px; } }
  header .logo {
    width: 200px;
    display: block;
    margin-left: 15px; }
    @media (min-width: 960px) {
      header .logo {
        width: 260px; } }
    @media (min-width: 1280px) {
      header .logo {
        width: 300px; } }

.gnav .menu {
  z-index: 90; }
  @media (max-width: 959px) {
    .gnav .menu {
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none;
      padding-top: calc(( 100vh - (60px * 6) ) / 2); } }
  @media (min-width: 960px) {
    .gnav .menu {
      display: flex;
      justify-content: center; } }
  @media (max-width: 959px) {
    .gnav .menu .menu_item {
      opacity: 0; } }
.gnav .btn_mobmenu {
  color: #40210f;
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 100;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  padding-top: 28px; }
  .gnav .btn_mobmenu .icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 16px;
    top: calc(50% - 14px);
    left: calc(50% - 12px);
    transition: all .4s; }
  .gnav .btn_mobmenu .icon span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 24px;
    height: 1px;
    background-color: #40210f;
    transition: all .4s; }
  .gnav .btn_mobmenu .icon span:nth-of-type(1) {
    top: 0; }
  .gnav .btn_mobmenu .icon span:nth-of-type(2) {
    top: 7px; }
  .gnav .btn_mobmenu .icon span:nth-of-type(3) {
    bottom: 0; }
.gnav .btn_mobmenu.active {
  border-color: transparent; }
  .gnav .btn_mobmenu.active .icon {
    transform: rotate(180deg);
    transform-origin: center; }
  .gnav .btn_mobmenu.active .icon span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg); }
  .gnav .btn_mobmenu.active .icon span:nth-of-type(2) {
    opacity: 0; }
  .gnav .btn_mobmenu.active .icon span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg); }

.menu_item {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 5px auto;
  position: relative;
  font-size: 14px; }
  .menu_item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #e86b8f;
    left: calc(50% - 10px);
    bottom: 10px;
    transition: .3s; }
    @media (min-width: 960px) {
      .menu_item::after {
        bottom: 0; } }
  .menu_item.current::after, .menu_item.hover:not(.current)::after {
    width: 20px; }
  .menu_item a {
    display: block;
    padding: 15px 0;
    text-decoration: none; }
    @media (min-width: 960px) {
      .menu_item a {
        padding: 15px 1.7vw; } }
  .menu_item.current a {
    cursor: default; }

.contents {
  margin: 0 10px 80px; }
  @media (min-width: 768px) {
    .contents {
      margin-bottom: 100px; } }

.breadcrumb {
  font-size: 12px;
  padding: 5px;
  line-height: 1; }
  @media (min-width: 960px) {
    .breadcrumb {
      padding: 10px; } }
  .breadcrumb a {
    color: #999;
    display: inline-block; }
  .breadcrumb .current-item {
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10em;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom; }
  .breadcrumb .sep {
    position: relative;
    margin: 0 13px 0 8px; }
    .breadcrumb .sep::after {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      border-top: solid 1px #999;
      border-right: solid 1px #999;
      top: calc(50% - 2px);
      left: calc(50% - 3px);
      transform: rotateZ(45deg); }

.btn_gallery {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 5px;
  text-decoration: none;
  margin: 80px auto;
  width: calc(100% - 20px);
  position: relative;
  transition: .5s; }
  @media (max-width: 599px) {
    .btn_gallery {
      max-width: 400px; } }
  @media (min-width: 768px) {
    .btn_gallery {
      width: 600px; } }
  @media (min-width: 960px) {
    .btn_gallery {
      width: 800px; } }
  .btn_gallery.hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
    body:not(.edge):not(.ie) .btn_gallery.hover {
      transform: scale(1.01); }

.ga_photos {
  display: flex; }
  @media (min-width: 600px) {
    .ga_photos li {
      width: 25%; } }

.ga_ttl {
  position: absolute;
  background-color: rgba(64, 33, 15, 0.5);
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .ga_ttl .ga_ttl_wrap {
    text-align: center; }
  .ga_ttl h2 {
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    position: relative; }
    .ga_ttl h2::before, .ga_ttl h2::after {
      content: "";
      position: absolute;
      width: 40px;
      height: 1px;
      background-color: #fff;
      display: block;
      top: .7em; }
    .ga_ttl h2::before {
      left: -60px; }
    .ga_ttl h2::after {
      right: -60px; }
  .ga_ttl img {
    width: 120px; }

.showroom_info {
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 80px; }
  @media (min-width: 600px) {
    .showroom_info {
      margin: 80px auto 80px;
      width: calc(100% - 20px);
      padding: 30px; } }
  @media (min-width: 960px) {
    .showroom_info {
      padding: 40px 60px;
      max-width: 1000px; } }
  .showroom_info .si_addr {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .showroom_info .si_addr {
        display: flex;
        align-items: center;
        margin-bottom: 20px; } }
    @media (max-width: 599px) {
      .showroom_info .si_addr h2 {
        text-align: center;
        font-size: 14px;
        margin: 30px 0; } }
    @media (min-width: 600px) {
      .showroom_info .si_addr h2 {
        margin-right: 20px; } }
    .showroom_info .si_addr address {
      font-style: normal;
      font-size: 12px;
      border-left: solid 1px #40210f;
      padding: 2px 0 2px 10px; }
      @media (min-width: 600px) {
        .showroom_info .si_addr address {
          padding-left: 20px; } }
  @media (min-width: 768px) {
    .showroom_info .si_imgs {
      display: flex;
      align-items: start;
      justify-content: space-between;
      margin-bottom: 10px; } }
  .showroom_info .si_imgs .si_photos {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .showroom_info .si_imgs .si_photos {
        width: 66%; } }
    .showroom_info .si_imgs .si_photos li {
      width: calc(50% - 1px); }
  .showroom_info .si_imgs .si_map {
    margin: 10px auto 20px;
    width: calc(100% - 20px);
    max-width: 360px;
    display: block; }
    @media (min-width: 600px) {
      .showroom_info .si_imgs .si_map {
        margin-top: 20px; } }
    @media (min-width: 768px) {
      .showroom_info .si_imgs .si_map {
        width: 33%;
        margin: 0; } }
  .showroom_info .si_exp {
    color: #999;
    font-size: 12px;
    margin-bottom: 20px; }
    @media (max-width: 599px) {
      .showroom_info .si_exp {
        padding: 0 10px; } }
    @media (min-width: 768px) {
      .showroom_info .si_exp {
        margin-bottom: 0; } }
    @media (min-width: 960px) {
      .showroom_info .si_exp {
        margin-top: -40px; } }
    .showroom_info .si_exp a {
      color: #999; }
      .showroom_info .si_exp a.hover {
        color: #e86b8f; }

.pagetop {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .pagetop {
      margin-bottom: 50px; } }

.page_ttl {
  background-color: #f9f9f9;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  padding: 20px 0 15px;
  font-size: 14px; }
  @media (min-width: 960px) {
    .page_ttl {
      padding: 25px 0 20px; } }
  .page_ttl .en {
    font-size: 10px;
    margin-top: 2px;
    display: block;
    color: #999; }

.sec_ttl, .gallery_pickup .ttl {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px; }
  @media (min-width: 600px) {
    .sec_ttl, .gallery_pickup .ttl {
      font-size: 20px; } }
  @media (min-width: 960px) {
    .sec_ttl, .gallery_pickup .ttl {
      font-size: 24px; } }
  .sec_ttl span, .gallery_pickup .ttl span {
    position: relative;
    display: inline-block; }
    .sec_ttl span::before, .gallery_pickup .ttl span::before, .sec_ttl span::after, .gallery_pickup .ttl span::after {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background-color: #40210f;
      position: absolute;
      top: 50%; }
      @media (min-width: 600px) {
        .sec_ttl span::before, .gallery_pickup .ttl span::before, .sec_ttl span::after, .gallery_pickup .ttl span::after {
          width: 60px; } }
    .sec_ttl span::before, .gallery_pickup .ttl span::before {
      left: -50px; }
      @media (min-width: 600px) {
        .sec_ttl span::before, .gallery_pickup .ttl span::before {
          left: -80px; } }
    .sec_ttl span::after, .gallery_pickup .ttl span::after {
      right: -50px; }
      @media (min-width: 600px) {
        .sec_ttl span::after, .gallery_pickup .ttl span::after {
          right: -80px; } }

@keyframes fade_ani {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade_ani_zoomout {
  0% {
    opacity: 0;
    transform: scale(1.05); }
  100% {
    opacity: .9;
    transform: scale(1); } }
@keyframes mask_ani {
  0% {
    -webkit-mask-size: 0%; }
  100% {
    -webkit-mask-size: 140%; } }
@keyframes spin_ani {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }
footer {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
  position: relative;
  border-bottom: solid 5px #40210f; }
  @media (min-width: 960px) {
    footer {
      margin-top: 150px; } }
  footer .btn_totop {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -75px;
    left: calc(50% - 25px);
    text-align: center;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 25px;
    padding-top: 25px;
    text-decoration: none;
    transition: .2s; }
    footer .btn_totop.hover {
      background-position: center 0; }
    @media (min-width: 960px) {
      footer .btn_totop {
        top: -100px; } }
  footer .footer_inner {
    padding-top: 30px; }
    @media (min-width: 960px) {
      footer .footer_inner {
        display: flex;
        justify-content: space-between;
        max-width: 1280px;
        margin: 0 auto;
        padding: 15px; } }
    footer .footer_inner .fnav {
      order: 2; }
      @media (min-width: 960px) {
        footer .footer_inner .fnav .menu {
          display: flex;
          justify-content: center; } }
    footer .footer_inner .logo {
      width: 220px;
      margin: 40px auto 20px;
      display: block;
      padding-right: 20px; }
      @media (min-width: 960px) {
        footer .footer_inner .logo {
          order: 1;
          margin: 0;
          padding: 0;
          margin-left: 15px; } }
      footer .footer_inner .logo .sakulab {
        text-align: right;
        font-size: 10px;
        margin: 10px 20px 0 0;
        color: #999; }
        footer .footer_inner .logo .sakulab a {
          color: #999; }
        @media (min-width: 960px) {
          footer .footer_inner .logo .sakulab {
            margin: 5px 15px 0 0; } }
  footer .menu_item::after {
    bottom: 10px; }

.hometop {
  position: relative;
  font-size: 20px;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .hometop {
      margin-bottom: 100px; } }
  @media (min-width: 960px) {
    .hometop {
      margin-bottom: 150px; } }
  .hometop::after {
    content: "";
    display: block;
    width: calc((100% - 13em) / 2 + 13.2em);
    height: 63px;
    background-color: #f3f3f3;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    transform: translateX(-100%); }
    @media (min-width: 600px) {
      .hometop::after {
        width: calc((100% - 16em) / 2 + 16.2em);
        height: 90px;
        bottom: -22px; } }
    @media (min-width: 960px) {
      .hometop::after {
        content: none; } }
  @media (min-width: 600px) {
    .hometop {
      font-size: 26px; } }
  @media (min-width: 960px) {
    .hometop {
      font-size: 2vw; } }
  @media (min-width: 1280px) {
    .hometop {
      font-size: 26px; } }
  .hometop .ht_photo {
    width: 100%;
    overflow: hidden; }
    @media (min-width: 960px) {
      .hometop .ht_photo {
        width: 53%;
        margin-left: 40%;
        margin-top: 40px; } }
    @media (min-width: 1280px) {
      .hometop .ht_photo {
        width: 700px;
        margin-left: calc(50% - 130px); } }
    .hometop .ht_photo a {
      display: block;
      position: relative;
      overflow: hidden; }
      .hometop .ht_photo a img {
        transition: .5s; }
      .hometop .ht_photo a img:nth-child(1) {
        width: 100%;
        display: block;
        opacity: 0; }
        .cssfilters .hometop .ht_photo a img:nth-child(1) {
          filter: grayscale(100%); }
      .hometop .ht_photo a img:nth-child(2) {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0; }
        .cssmask .hometop .ht_photo a img:nth-child(2) {
          opacity: 1;
          mask: url(images/mask.svg) 0 100%/0% no-repeat;
          -webkit-mask: url(images/mask.svg) 0 100%/0% no-repeat; }
      .cssfilters .hometop .ht_photo a.hover img:nth-child(2) {
        filter: grayscale(100%); }
    .hometop .ht_photo figcaption {
      color: #999;
      font-size: 10px;
      text-align: right;
      padding: 2px 0;
      transition: .5s;
      opacity: 0; }
  .hometop .ht_photos {
    margin-bottom: 50px; }
    @media (min-width: 960px) {
      .hometop .ht_photos {
        opacity: 0; } }
    @media (min-width: 960px) {
      .hometop .ht_photos .slick-slide {
        margin: 0 2px; } }
    .hometop .ht_photos .slick-slide .photo {
      text-decoration: none; }
      .hometop .ht_photos .slick-slide .photo figure {
        margin-bottom: 0; }
      .hometop .ht_photos .slick-slide .photo figcaption {
        color: #999;
        font-size: 12px;
        text-align: right;
        padding: 2px 0;
        transition: .5s;
        opacity: 0;
        transform: translateX(100px); }
    .hometop .ht_photos .slick-slide.slick-active figcaption, .hometop .ht_photos .slick-slide.cur figcaption {
      opacity: 1;
      transform: translateX(0); }
    .hometop .ht_photos .slick-dots li {
      width: 12px; }
      .hometop .ht_photos .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        border-radius: 4px;
        background-color: #aaa;
        transition: .3s;
        margin: 0 auto; }
        .hometop .ht_photos .slick-dots li button::before {
          content: none; }
      .hometop .ht_photos .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background-color: #e86b8f; }
  .hometop .ht_copy {
    letter-spacing: .1em;
    line-height: 1.75;
    text-align: center;
    margin: 25px 0;
    font-weight: normal; }
    @media (min-width: 960px) {
      .hometop .ht_copy {
        position: absolute;
        top: calc(50% - 1.7em);
        left: calc(50% - 7em);
        margin: 0; } }
    .hometop .ht_copy .copy_parts {
      display: block;
      overflow: hidden;
      position: relative;
      z-index: 1; }
      .hometop .ht_copy .copy_parts span {
        display: block;
        transform: translateY(100%); }
  .hometop.ani::after {
    animation: ht_bg_ani 1s forwards; }
@keyframes ht_bg_ani {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
  .hometop.ani .ht_photo a img:nth-child(1) {
    animation: fade_ani_zoomout 1s ease forwards .5s; }
  .cssmask .hometop.ani .ht_photo a img:nth-child(2) {
    animation: mask_ani 2s ease forwards 3s; }
  .no-cssmask .hometop.ani .ht_photo a img:nth-child(2) {
    animation: fade_ani 2s ease forwards 3s; }
  .hometop.ani .ht_photo figcaption {
    animation: fade_ani_zoomout 1s ease forwards .5s; }
  @media (min-width: 960px) {
    .hometop.ani .ht_photos {
      animation: fade_ani 2s ease forwards 2.5s; } }
  .hometop.ani .ht_copy .copy_parts:nth-child(1) span {
    animation: htc_ani 1s forwards .5s; }
  .hometop.ani .ht_copy .copy_parts:nth-child(2) span {
    animation: htc_ani 1s forwards 1.25s; }
  .hometop.ani .ht_copy::after {
    animation: htcafter_ani 1.5s forwards; }
@keyframes htc_ani {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@keyframes htcafter_ani {
  0% {
    width: 0; }
  100% {
    width: 112%; } }
.home .sec_ttl, .home .gallery_pickup .ttl, .gallery_pickup .home .ttl {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .home .sec_ttl, .home .gallery_pickup .ttl, .gallery_pickup .home .ttl {
      text-align: left;
      margin-bottom: 30px; } }
  .home .sec_ttl span, .home .gallery_pickup .ttl span, .gallery_pickup .home .ttl span {
    position: relative; }
    .home .sec_ttl span::after, .home .gallery_pickup .ttl span::after, .gallery_pickup .home .ttl span::after {
      content: "";
      display: block;
      width: calc(100% + 10px);
      height: 1px;
      background-color: #40210f;
      position: absolute;
      top: auto;
      bottom: -10px;
      left: -5px; }
      @media (min-width: 768px) {
        .home .sec_ttl span::after, .home .gallery_pickup .ttl span::after, .gallery_pickup .home .ttl span::after {
          width: calc(100% + 40px); } }
    .home .sec_ttl span::before, .home .gallery_pickup .ttl span::before, .gallery_pickup .home .ttl span::before {
      content: none; }

.home .btn_works {
  color: #999;
  font-size: 14px;
  width: 10em;
  margin: 20px auto;
  display: block; }
  .home .btn_works.hover {
    color: #e86b8f; }

@media (min-width: 960px) {
  .home .contents {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto; } }

.home .main_sec {
  margin: 0 auto 80px;
  max-width: 600px; }
  @media (min-width: 768px) {
    .home .main_sec {
      margin-bottom: 100px; } }
  @media (min-width: 960px) {
    .home .main_sec {
      margin: 0; } }

.home .sub_sec {
  margin: 0 auto;
  max-width: 600px; }
  @media (min-width: 768px) {
    .home .sub_sec {
      width: 90%; } }
  @media (min-width: 960px) {
    .home .sub_sec {
      display: block;
      width: 300px;
      margin: 0; } }
  .home .sub_sec .ss_news {
    margin-bottom: 80px; }
    @media (min-width: 960px) {
      .home .sub_sec .ss_news {
        width: 100%;
        margin-bottom: 60px; } }
  .home .sub_sec .ss_insta {
    max-width: 300px;
    margin: 0 auto; }
    @media (min-width: 960px) {
      .home .sub_sec .ss_insta {
        width: 100%; } }
    .home .sub_sec .ss_insta .bnr_insta {
      width: 100%;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background-color: #40210f;
      transition: .3s;
      overflow: hidden; }
      .home .sub_sec .ss_insta .bnr_insta::before {
        content: "";
        display: block;
        width: 190px;
        height: 30px;
        background: url(images/insta.png) no-repeat;
        background-size: contain; }
      .home .sub_sec .ss_insta .bnr_insta.hover {
        background-color: #999; }
    .home .sub_sec .ss_insta .sec_exp {
      color: #999;
      margin-bottom: 10px; }
      @media (max-width: 599px) {
        .home .sub_sec .ss_insta .sec_exp {
          padding: 0 10px; } }
    .home .sub_sec .ss_insta .insta_area {
      background-color: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
      padding: 10px 10px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .home .sub_sec .ss_insta .insta_area .insta_item {
        width: calc(50% - 5px);
        margin-bottom: 10px;
        transition: .5s; }
        .home .sub_sec .ss_insta .insta_area .insta_item:hover {
          opacity: .5; }
    .home .sub_sec .ss_insta .link_area {
      text-align: right; }
      .home .sub_sec .ss_insta .link_area .link_insta {
        color: #999;
        display: inline-block;
        padding: 5px 0; }
        .home .sub_sec .ss_insta .link_area .link_insta.hover {
          color: #e86b8f; }

.works_item {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-decoration: none;
  transition: .5s; }
  @media (min-width: 768px) {
    .works_item {
      margin-bottom: 40px; } }
  .works_item.hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
    body:not(.edge):not(.ie) .works_item.hover {
      transform: scale(1.01); }
    .works_item.hover .wi_inner::after {
      transform: translate3d(20px, 20px, 0) rotate(45deg); }
    .cssfilters .works_item.hover .wi_photo img {
      filter: grayscale(100%); }
  .works_item .wi_inner {
    padding: 5px;
    position: relative;
    overflow: hidden;
    height: 100%; }
    @media (min-width: 960px) {
      .works_item .wi_inner {
        padding: 10px; } }
    .works_item .wi_inner::after {
      content: "";
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      background-color: #e86b8f;
      bottom: 0;
      right: 0;
      transform: translate3d(40px, 40px, 0) rotate(45deg);
      transition: .5s; }
  .works_item .wi_photo {
    position: relative; }
    .works_item .wi_photo.scrollin_ani img {
      transition: .5s; }
    .works_item .wi_photo.scrollin_ani img:nth-child(1) {
      width: 100%;
      display: block;
      opacity: 0; }
      .cssfilters .works_item .wi_photo.scrollin_ani img:nth-child(1) {
        filter: grayscale(100%); }
    .works_item .wi_photo.scrollin_ani img:nth-child(2) {
      width: 100%;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
      .cssmask .works_item .wi_photo.scrollin_ani img:nth-child(2) {
        opacity: 1;
        mask: url(images/mask.svg) 0 100%/0% no-repeat;
        -webkit-mask: url(images/mask.svg) 0 100%/0% no-repeat; }
    .works_item .wi_photo.ani img:nth-child(1) {
      animation: fade_ani_zoomout .5s ease forwards; }
    .cssmask .works_item .wi_photo.ani img:nth-child(2) {
      animation: mask_ani 1.5s ease forwards .5s; }
    .no-cssmask .works_item .wi_photo.ani img:nth-child(2) {
      animation: fade_ani 1.5s ease forwards .5s; }
    .works_item .wi_photo figcaption {
      font-size: 10px;
      color: #999;
      text-align: right;
      padding: 2px 0; }
  .works_item .wi_exp {
    line-height: 1.7;
    text-align: justify;
    padding: 5px 5px 10px; }
    @media (min-width: 960px) {
      .works_item .wi_exp {
        padding: 10px 10px 20px; } }

.works_list {
  max-width: 600px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .works_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 95%;
      max-width: 1050px; } }
  @media (min-width: 768px) {
    .works_list .works_item {
      width: calc(50% - 10px);
      max-width: 500px; } }
  @media (min-width: 960px) {
    .works_list .works_item {
      margin-bottom: 40px; } }
  @media (min-width: 1280px) {
    .works_list .works_item {
      margin-bottom: 60px; } }

.wt_photo {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 960px) {
    .wt_photo {
      height: 54vw;
      overflow: hidden; } }
  @media (min-width: 1280px) {
    .wt_photo {
      height: 700px; } }
  .wt_photo figure img {
    width: 100%; }
  .wt_photo figure:nth-child(1) {
    width: 100%;
    display: block; }
    @media (min-width: 960px) {
      .wt_photo figure:nth-child(1) {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); } }
    .wt_photo figure:nth-child(1) img {
      transform: scale(1.1);
      opacity: 0; }
      .cssfilters .wt_photo figure:nth-child(1) img {
        filter: grayscale(100%); }
  .wt_photo figure:nth-child(2) {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    @media (min-width: 960px) {
      .wt_photo figure:nth-child(2) {
        top: 50%;
        transform: translateY(-50%); } }
    .cssmask .wt_photo figure:nth-child(2) img {
      mask: url(images/mask.svg) 0 100%/0% no-repeat;
      -webkit-mask: url(images/mask.svg) 0 100%/0% no-repeat; }
  .wt_photo.ani figure:nth-child(1) img {
    animation: fade_ani_zoomout 1s ease forwards; }
  .cssmask .wt_photo.ani figure:nth-child(2) {
    opacity: 1; }
    .cssmask .wt_photo.ani figure:nth-child(2) img {
      animation: mask_ani 3s ease forwards 1.2s; }
  .no-cssmask .wt_photo.ani figure:nth-child(2) {
    opacity: 0;
    animation: fade_ani 3s ease forwards 1.2s; }

.work_ttl {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 40px 0; }
  @media (min-width: 960px) {
    .work_ttl {
      margin-bottom: 60px; } }
  .work_ttl .year {
    display: block;
    font-size: 10px; }

.work_detail {
  font-size: 14px;
  margin-bottom: 80px; }
  @media (max-width: 599px) {
    .work_detail {
      padding: 0 10px; } }
  @media (min-width: 600px) {
    .work_detail {
      width: 90%;
      margin: 0 auto 80px;
      max-width: 800px; } }
  @media (min-width: 960px) {
    .work_detail {
      font-size: 16px; } }
  .work_detail p {
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 20px; }
    @media (min-width: 960px) {
      .work_detail p {
        line-height: 2;
        margin-bottom: 30px; } }
  .work_detail a:not([data-fancybox]):hover {
    color: #e86b8f; }
  .work_detail > figure {
    margin-bottom: 20px; }
    @media (min-width: 960px) {
      .work_detail > figure {
        margin-bottom: 30px; } }
  .work_detail .wp-block-gallery {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .work_detail .wp-block-gallery {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .work_detail .wp-block-gallery .blocks-gallery-item {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .work_detail .wp-block-gallery .blocks-gallery-item {
          width: calc(50% - 5px); } }
      @media (min-width: 960px) {
        .work_detail .wp-block-gallery .blocks-gallery-item {
          margin-bottom: 20px;
          width: calc(50% - 10px); } }
      .work_detail .wp-block-gallery .blocks-gallery-item figure {
        height: auto; }
        .ie .work_detail .wp-block-gallery .blocks-gallery-item figure {
          height: 100%; }

.work_info {
  border: solid 1px #eee;
  padding: 10px;
  color: #999;
  margin-top: 40px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .work_info {
      padding: 20px; } }
  .work_info p {
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    margin-top: 1em; }
    .work_info p:first-child {
      margin-top: 0; }
  .work_info a {
    color: #999;
    background-color: transparent;
    text-decoration: underline; }
    .work_info a:hover {
      color: #e86b8f; }

.other_works {
  margin: 0 0 80px; }
  @media (min-width: 768px) {
    .other_works {
      width: 95%;
      margin: 0 auto 80px; } }
  .other_works .ow_ttl {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0; }
  .other_works .ow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .other_works .ow_list {
        justify-content: flex-start; } }
    .other_works .ow_list .works_item {
      width: calc(50% - 5px);
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .other_works .ow_list .works_item {
          width: calc(33.3333% - 14px);
          margin: 0 20px 20px 0; } }
      @media (min-width: 960px) {
        .other_works .ow_list .works_item {
          width: calc(33.3333% - 20px);
          margin: 0 30px 30px 0; } }
      @media (min-width: 768px) {
        .other_works .ow_list .works_item:nth-child(3n) {
          margin-right: 0; } }
      .other_works .ow_list .works_item.hover .wi_inner::after {
        transform: translate3d(25px, 25px, 0) rotate(45deg); }

.photo_list {
  margin: 30px auto 80px;
  max-width: 600px; }
  @media (min-width: 768px) {
    .photo_list {
      margin: 60px auto 100px;
      width: 80%;
      max-width: 800px; } }
  @media (min-width: 960px) {
    .photo_list {
      margin: 100px auto 150px;
      width: 80%;
      max-width: 1050px; } }

.pl_sec .pls_photos .pls_item, .gallery_pickup .gp_list .gp_item {
  position: relative;
  overflow: hidden; }
  .pl_sec .pls_photos .pls_item img, .gallery_pickup .gp_list .gp_item img {
    transition: .5s; }
  .pl_sec .pls_photos .hover.pls_item img, .gallery_pickup .gp_list .hover.gp_item img {
    transform: scale(1.05); }
  .pl_sec .pls_photos .pls_item .dot, .gallery_pickup .gp_list .gp_item .dot {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center; }
    .pl_sec .pls_photos .pls_item .dot span, .gallery_pickup .gp_list .gp_item .dot span {
      display: inline-block;
      width: 2px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      margin: 0 2px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.pl_sec {
  margin-bottom: 30px; }
  .pl_sec .pls_photos {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 599px) {
      .pl_sec .pls_photos .pls_item {
        width: calc(50% - 2px);
        margin-right: 4px;
        margin-bottom: 4px; }
        .pl_sec .pls_photos .pls_item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 600px) and (max-width: 959px) {
      .pl_sec .pls_photos .pls_item {
        width: calc(33.3333% - 4px);
        margin-right: 6px;
        margin-bottom: 6px; }
        .pl_sec .pls_photos .pls_item:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 960px) {
      .pl_sec .pls_photos .pls_item {
        width: calc(25% - 6px);
        margin-right: 8px;
        margin-bottom: 8px; }
        .pl_sec .pls_photos .pls_item:nth-child(4n) {
          margin-right: 0; } }
    @media (min-width: 1280px) {
      .pl_sec .pls_photos .pls_item {
        width: calc(20% - 8px);
        margin-right: 10px;
        margin-bottom: 10px; }
        .pl_sec .pls_photos .pls_item:nth-child(4n) {
          margin-right: 10px; }
        .pl_sec .pls_photos .pls_item:nth-child(5n) {
          margin-right: 0; } }
    .pl_sec .pls_photos .name {
      background-color: #40210f;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      text-align: center; }

@media (max-width: 959px) {
  .fancybox-photo-gallery .fancybox-caption {
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
    padding: 0 4vw 4vw; } }
@media (min-width: 960px) {
  .fancybox-photo-gallery .fancybox-bg {
    background: rgba(252, 250, 249, 0.95); }
  .fancybox-photo-gallery.fancybox-is-open .fancybox-bg {
    opacity: 1; }
  .fancybox-photo-gallery .fancybox-caption {
    background: rgba(241, 236, 236, 0.3);
    bottom: 0;
    color: #6c6f73;
    left: auto;
    padding: 30px 20px;
    right: 44px;
    top: 0;
    width: 256px;
    text-align: left; }
    .fancybox-photo-gallery .fancybox-caption::before {
      display: none; }
    .fancybox-photo-gallery .fancybox-caption .fancybox-caption__body {
      overflow: visible; }
  .fancybox-photo-gallery .fancybox-stage {
    right: 300px; }
  .fancybox-photo-gallery .fancybox-toolbar {
    background: #3b3b45;
    bottom: 0;
    left: auto;
    right: 0;
    top: 0;
    width: 44px; }
  .fancybox-photo-gallery .fancybox-button {
    background: transparent; }
  .fancybox-photo-gallery .fancybox-navigation .fancybox-button div {
    padding: 6px;
    background: #fcfaf9;
    border-radius: 50%;
    transition: opacity .2s;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    opacity: .7; }
  .fancybox-photo-gallery .fancybox-navigation .fancybox-button:not([disabled]):hover div {
    opacity: 1; }
  .fancybox-photo-gallery .fancybox-navigation .fancybox-button[disabled] {
    color: #999; }
  .fancybox-photo-gallery .fancybox-navigation .fancybox-button:not([disabled]) {
    color: #333; }
  .fancybox-photo-gallery .fancybox-button--arrow_right {
    right: 308px; } }

.gallery_pickup {
  width: calc(100% - 20px);
  max-width: 400px;
  margin: 0 auto 100px; }
  @media (min-width: 600px) {
    .gallery_pickup {
      max-width: 600px; } }
  @media (min-width: 960px) {
    .gallery_pickup {
      max-width: 800px;
      margin-bottom: 150px; } }
  .gallery_pickup .ttl {
    margin-bottom: 25px;
    font-size: 16px !important; }
    @media (min-width: 768px) {
      .gallery_pickup .ttl {
        text-align: center !important; }
        .home span::after {
          width: calc(100% + 10px) !important; } }
  .gallery_pickup .gp_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px; }
    @media (min-width: 600px) {
      .gallery_pickup .gp_list {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    @media (min-width: 960px) {
      .gallery_pickup .gp_list {
        gap: 20px; } }
  .gallery_pickup .msg {
    color: #999;
    margin: 15px 0;
    text-align: center; }
  .gallery_pickup .link_gallery {
    display: block;
    width: 14em;
    padding: 1.5em 0;
    background-color: #40210f;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-decoration: none; }

.concept_top {
  position: relative; }
  .concept_top .ct_photos {
    opacity: 0; }
    @media (min-width: 600px) {
      .concept_top .ct_photos {
        display: flex; } }
    @media (min-width: 600px) {
      .concept_top .ct_photos li {
        width: 50%; } }
  .concept_top .slider li, .concept_top .slider img {
    vertical-align: bottom; }
  .concept_top .ct_copy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(64, 33, 15, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; }
    .concept_top .ct_copy .copy {
      color: #fff;
      font-size: 5vw;
      line-height: 1.75;
      letter-spacing: .1em; }
      @media (min-width: 600px) {
        .concept_top .ct_copy .copy {
          font-size: 26px; } }
    .concept_top .ct_copy .copy_parts {
      display: block;
      overflow: hidden; }
      .concept_top .ct_copy .copy_parts span {
        display: block;
        transform: translateY(100%); }
  .concept_top.ani .ct_photos {
    animation: fade_ani_zoomout 1s ease forwards; }
  .concept_top.ani .ct_copy {
    animation: fade_ani_zoomout 1s ease forwards; }
    .concept_top.ani .ct_copy .copy_parts:nth-child(1) span {
      animation: htc_ani 1s forwards .5s; }
    .concept_top.ani .ct_copy .copy_parts:nth-child(2) span {
      animation: htc_ani 1s forwards 1s; }
@keyframes htc_ani {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
.brand_sec {
  margin-bottom: 80px; }
  @media (min-width: 600px) {
    .brand_sec {
      margin-bottom: 150px; } }
  .brand_sec .bs_logo {
    margin-bottom: 60px; }
    .brand_sec .bs_logo .bsl_img {
      width: 200px;
      display: block;
      margin: 60px auto;
      transition: .5s;
      opacity: 0;
      transform: translateY(20px); }
      .brand_sec .bs_logo .bsl_img.ani {
        transform: translateY(0);
        opacity: 1; }
    .brand_sec .bs_logo .bsl_exp {
      font-size: 16px;
      text-align: justify;
      margin: 20px 10px; }
      @media (min-width: 768px) {
        .brand_sec .bs_logo .bsl_exp {
          text-align: center;
          font-size: 18px;
          margin: 30px auto; } }
      .brand_sec .bs_logo .bsl_exp strong {
        color: #e86b8f;
        font-weight: normal; }
    .brand_sec .bs_logo .bsl_exp_mini {
      margin: 20px 10px 10px;
      text-align: justify; }
      @media (min-width: 768px) {
        .brand_sec .bs_logo .bsl_exp_mini {
          width: 540px;
          margin: 20px auto 10px;
          font-size: 14px; } }
    .brand_sec .bs_logo .bsl_designer {
      margin: 10px;
      color: #999; }
      @media (min-width: 768px) {
        .brand_sec .bs_logo .bsl_designer {
          width: 540px;
          margin: 10px auto;
          font-size: 14px;
          text-align: center; } }
      .brand_sec .bs_logo .bsl_designer a {
        color: #999; }
        .brand_sec .bs_logo .bsl_designer a:hover {
          color: #e86b8f; }
  .brand_sec .bs_statement .bss_ttl {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      .brand_sec .bs_statement .bss_ttl {
        margin-bottom: 20px; } }
    .brand_sec .bs_statement .bss_ttl .ja {
      font-size: 10px;
      display: block; }
  .brand_sec .bs_statement .bss_exp {
    background-color: #f3f3f3;
    padding: 20px 10px;
    line-height: 2;
    text-align: justify; }
    @media (min-width: 600px) {
      .brand_sec .bs_statement .bss_exp {
        width: 590px;
        margin: 0 auto;
        padding: 40px;
        font-size: 14px; } }

@media (min-width: 600px) {
  .kitchen_sec {
    width: 95%;
    max-width: 800px;
    margin: 0 auto; } }
@media (min-width: 600px) {
  .kitchen_sec .sec_ttl, .kitchen_sec .gallery_pickup .ttl, .gallery_pickup .kitchen_sec .ttl {
    margin-bottom: 80px; } }

.ks_kodawari {
  margin-bottom: 60px; }
  @media (min-width: 600px) {
    .ks_kodawari {
      margin-bottom: 100px; } }
  .ks_kodawari .ksk_ttl {
    font-size: 5vw;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .ks_kodawari .ksk_ttl {
        font-size: 22px; } }
    @media (min-width: 768px) {
      .ks_kodawari .ksk_ttl {
        margin-bottom: 30px; } }
    @media (min-width: 960px) {
      .ks_kodawari .ksk_ttl {
        font-size: 26px; } }
    .ks_kodawari .ksk_ttl .num {
      display: block;
      margin: 0 auto;
      font-size: 30px;
      position: relative;
      padding-top: 10px; }
      @media (min-width: 768px) {
        .ks_kodawari .ksk_ttl .num {
          font-size: 40px;
          padding-top: 5px;
          margin-bottom: 10px; } }
      @media (min-width: 960px) {
        .ks_kodawari .ksk_ttl .num {
          font-size: 48px;
          padding-top: 0; } }
      .ks_kodawari .ksk_ttl .num::before {
        content: "";
        display: block;
        position: absolute;
        width: 40px;
        height: 20px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(images/kodawari.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top; }
  .ks_kodawari .ksk_photos {
    margin-bottom: 10px;
    opacity: 0;
    transition: .5s;
    transform: translateY(20px); }
    .ks_kodawari .ksk_photos.ani {
      opacity: 1;
      transform: translateY(0); }
    @media (min-width: 600px) {
      .ks_kodawari .ksk_photos {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      .ks_kodawari .ksk_photos {
        margin-bottom: 20px; } }
    @media (min-width: 600px) {
      .ks_kodawari .ksk_photos li {
        width: calc(50% - 2px); } }
    @media (min-width: 768px) {
      .ks_kodawari .ksk_photos li {
        width: calc(50% - 5px); } }
  .ks_kodawari .ksk_txt {
    margin: 0 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.75; }
    @media (min-width: 768px) {
      .ks_kodawari .ksk_txt {
        font-size: 16px; } }
    @media (min-width: 960px) {
      .ks_kodawari .ksk_txt {
        font-size: 18px; } }
    .ks_kodawari .ksk_txt strong {
      font-weight: normal;
      background: linear-gradient(transparent 60%, rgba(232, 107, 143, 0.2) 60%); }

@media (min-width: 600px) {
  .showroom .sec_ttl, .showroom .gallery_pickup .ttl, .gallery_pickup .showroom .ttl {
    font-size: 18px; } }

.showroom_top {
  position: relative;
  background-color: #f9f9f9; }
  .showroom_top img {
    object-fit: cover;
    max-height: 700px;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px; }

.showroom_msg {
  margin: 20px 10px 40px;
  line-height: 1.75;
  font-size: 14px;
  text-align: justify; }
  @media (min-width: 600px) {
    .showroom_msg {
      text-align: center; } }
  @media (min-width: 768px) {
    .showroom_msg {
      font-size: 16px;
      margin: 40px auto 40px; } }
  @media (min-width: 960px) {
    .showroom_msg {
      margin-bottom: 50px; } }
  .showroom_msg p {
    margin-bottom: 20px; }
  .showroom_msg a:hover {
    color: #e86b8f; }

.showroom_photos {
  margin: 0 auto 80px;
  max-width: 800px; }
  @media (min-width: 960px) {
    .showroom_photos {
      margin-bottom: 100px; } }
  .showroom_photos figure {
    margin-bottom: 40px; }
    .showroom_photos figure figcaption {
      text-align: justify; }
      @media (min-width: 960px) {
        .showroom_photos figure figcaption {
          margin-top: .2em; } }

.showroom_sec {
  margin: 0 auto 80px; }
  @media (min-width: 600px) {
    .showroom_sec {
      width: 95%;
      max-width: 650px; } }
  @media (min-width: 960px) {
    .showroom_sec {
      margin-bottom: 100px; } }
  @media (min-width: 1280px) {
    .showroom_sec {
      max-width: 1050px; } }
  .showroom_sec .ss_info {
    background-color: #f3f3f3;
    padding: 15px 20px 20px;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .showroom_sec .ss_info {
        padding: 30px 20px 35px; } }
    @media (min-width: 1280px) {
      .showroom_sec .ss_info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px;
        margin-bottom: 40px; } }
    .showroom_sec .ss_info .ssi_txt {
      border-collapse: separate;
      border-spacing: 0 15px;
      margin: 0 auto 20px; }
      @media (min-width: 768px) {
        .showroom_sec .ss_info .ssi_txt {
          font-size: 14px; } }
      .showroom_sec .ss_info .ssi_txt th {
        text-align: left;
        font-weight: normal;
        width: 5.5em;
        border-right: solid 1px #40210f;
        min-height: 2em;
        vertical-align: middle;
        padding: 2px 0; }
      .showroom_sec .ss_info .ssi_txt td {
        padding-left: 1.5em; }
      .showroom_sec .ss_info .ssi_txt a:hover {
        color: #e86b8f; }
    .showroom_sec .ss_info .ssi_map {
      max-width: 340px;
      margin: 0 auto; }
  .showroom_sec .ss_products .ssp_photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .showroom_sec .ss_products .ssp_photos li {
      width: calc(50% - 1px);
      margin-bottom: 2px; }
      @media (min-width: 600px) {
        .showroom_sec .ss_products .ssp_photos li {
          width: calc(25% - 1px); } }
      @media (min-width: 1280px) {
        .showroom_sec .ss_products .ssp_photos li {
          width: calc(25% - 3px); } }
  .showroom_sec .ss_products .ssp_exp {
    color: #999;
    text-align: justify; }
    @media (max-width: 599px) {
      .showroom_sec .ss_products .ssp_exp {
        padding: 0 10px; } }

.business_sec {
  margin: 0 auto 80px; }
  @media (min-width: 600px) {
    .business_sec {
      width: 95%;
      max-width: 600px; } }
  @media (min-width: 768px) {
    .business_sec {
      max-width: 860px; } }
  .business_sec .bs_info {
    background-color: #f3f3f3;
    padding: 15px 20px 15px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .business_sec .bs_info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px; } }
    @media (min-width: 1280px) {
      .business_sec .bs_info {
        padding: 50px; } }
    .business_sec .bs_info .bsi_logo {
      width: 150px;
      display: block;
      margin: 40px auto; }
      @media (min-width: 768px) {
        .business_sec .bs_info .bsi_logo {
          margin: 0 30px; } }
    .business_sec .bs_info .bsi_txt {
      border-collapse: separate;
      border-spacing: 0 15px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .business_sec .bs_info .bsi_txt {
          margin: 0 0 0 30px; } }
      .business_sec .bs_info .bsi_txt th {
        text-align: left;
        font-weight: normal;
        width: 6.5em;
        border-right: solid 1px #40210f;
        min-height: 2em;
        vertical-align: middle;
        padding: 2px 0; }
      .business_sec .bs_info .bsi_txt td {
        padding-left: 1.5em; }

.news_item {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-decoration: none;
  transition: .5s; }
  .news_item.hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
    body:not(.edge):not(.ie) .news_item.hover {
      transform: scale(1.01); }
    .news_item.hover .ni_inner::after {
      transform: translate3d(25px, 25px, 0) rotate(45deg); }
  .news_item .ni_inner {
    padding: 5px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 960px) {
      .news_item .ni_inner {
        padding: 10px; } }
    .news_item .ni_inner::after {
      content: "";
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      background-color: #e86b8f;
      bottom: 0;
      right: 0;
      transform: translate3d(40px, 40px, 0) rotate(45deg);
      transition: .5s; }
  .news_item .date {
    color: #e86b8f;
    font-size: 10px;
    text-align: right;
    padding: 2px 0; }
  .news_item .ni_ttl {
    font-size: 14px;
    font-weight: normal;
    padding: 0 5px;
    margin: 0; }
  .news_item .ni_txt {
    font-size: 12px;
    color: #999;
    text-align: justify;
    padding: 5px 5px 10px; }

.news_list {
  max-width: 600px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .news_list {
      max-width: 620px; } }
  @media (min-width: 960px) {
    .news_list {
      max-width: 940px; } }
  @media (min-width: 1280px) {
    .news_list {
      max-width: 980px; } }
  .news_list .news_item {
    width: 100%; }
    @media (min-width: 768px) {
      .news_list .news_item {
        width: calc(50% - 10px);
        max-width: 300px; } }
    @media (min-width: 1280px) {
      .news_list .news_item {
        margin-bottom: 40px; } }
  .news_list .gutter_sizer {
    width: 20px; }
    @media (min-width: 1280px) {
      .news_list .gutter_sizer {
        width: 40px; } }

.page-load-status {
  text-align: center;
  margin: 10px 0;
  color: #999; }

.single-post .breadcrumb,
.gallery .breadcrumb {
  max-width: 1200px;
  margin: 0 auto; }

.blog .btn_more {
  color: #999;
  text-decoration: none;
  display: block;
  border: dashed 1px #999;
  padding: 30px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  transition: .2s; }
  @media (min-width: 768px) {
    .blog .btn_more {
      width: calc(50% - 10px);
      max-width: 300px; } }
  .blog .btn_more.hover {
    color: #40210f;
    background-color: #f3f3f3;
    border: solid 1px #f3f3f3; }

.news_ttl {
  font-size: 16px;
  text-align: center;
  margin: 40px 0;
  font-weight: normal; }
  @media (min-width: 768px) {
    .news_ttl {
      font-size: 20px; } }
  .news_ttl .date {
    color: #e86b8f;
    font-size: 10px;
    display: block; }

.news_detail {
  font-size: 14px;
  margin-bottom: 80px; }
  @media (max-width: 599px) {
    .news_detail {
      padding: 0 10px; } }
  @media (min-width: 600px) {
    .news_detail {
      width: 90%;
      margin: 0 auto 80px;
      max-width: 800px; } }
  @media (min-width: 960px) {
    .news_detail {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    .news_detail {
      font-size: 18px; } }
  .news_detail p {
    line-height: 1.75;
    text-align: justify;
    margin-bottom: 20px; }
    @media (min-width: 960px) {
      .news_detail p {
        line-height: 2;
        margin-bottom: 30px; } }
  .news_detail a:hover {
    color: #e86b8f; }
  .news_detail > figure {
    margin-bottom: 20px; }
    @media (min-width: 960px) {
      .news_detail > figure {
        margin-bottom: 30px; } }
  .news_detail .hosoku {
    font-size: 12px;
    color: #999;
    line-height: 1.5; }
    @media (min-width: 960px) {
      .news_detail .hosoku {
        font-size: 14px; } }

.contact_msg {
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 40px;
  font-size: 14px; }
  @media (max-width: 599px) {
    .contact_msg {
      padding: 0 10px; } }
  @media (min-width: 600px) {
    .contact_msg {
      text-align: center; } }
  @media (min-width: 768px) {
    .contact_msg {
      font-size: 16px; } }

.tel_sec {
  text-align: center;
  margin-bottom: 60px; }
  @media (min-width: 600px) {
    .tel_sec {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left; } }
  .tel_sec .ts_ttl {
    font-size: 14px;
    position: relative; }
    @media (max-width: 599px) {
      .tel_sec .ts_ttl {
        margin-bottom: 20px; }
        .tel_sec .ts_ttl::after {
          content: "";
          position: absolute;
          display: block;
          width: 50px;
          height: 1px;
          background-color: #40210f;
          left: calc(50% - 25px);
          bottom: -10px; } }
    @media (min-width: 600px) {
      .tel_sec .ts_ttl {
        margin-right: 1.5em; } }
  @media (min-width: 600px) {
    .tel_sec .ts_txt {
      padding-left: 1.5em;
      border-left: solid 1px #40210f; } }
  .tel_sec .ts_txt .tel {
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-decoration: none; }

.form_sec {
  background-color: #f3f3f3;
  padding: 30px 10px;
  max-width: 600px;
  margin: 0 auto; }
  @media (min-width: 600px) {
    .form_sec {
      padding: 30px; } }
  @media (min-width: 768px) {
    .form_sec {
      width: 90%;
      max-width: 800px;
      padding: 40px; } }
  .form_sec input[type="radio"] {
    display: none; }
  .form_sec input:not([type="radio"]), .form_sec textarea {
    border: solid 1px #40210f;
    padding: 10px;
    width: 100%;
    font-size: 16px; }
    .form_sec input:not([type="radio"]):focus, .form_sec textarea:focus {
      box-shadow: 0 0 2px 0 #e86b8f;
      outline: 0; }
  .form_sec input:not([type="radio"]) {
    height: 48px; }
  .form_sec .check {
    display: none; }
  .form_sec .req {
    color: #e86b8f;
    background-color: #fff;
    font-size: 12px;
    padding: 5px;
    margin-left: 5px; }
  .form_sec .unit:not(.shubetsu) {
    display: block;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .form_sec .unit:not(.shubetsu) {
        display: flex;
        flex-wrap: wrap; } }
    .form_sec .unit:not(.shubetsu) .title {
      display: block;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .form_sec .unit:not(.shubetsu) .title {
          width: 200px;
          padding-top: 10px; } }
    @media (min-width: 768px) {
      .form_sec .unit:not(.shubetsu) .val {
        width: calc(100% - 200px); } }
    .form_sec .unit:not(.shubetsu) .val.half input {
      width: 50%; }
    .form_sec .unit:not(.shubetsu) .hosoku {
      color: #999;
      text-align: justify;
      display: block;
      font-size: 14px; }
  @media (min-width: 768px) {
    .form_sec .check_area {
      margin-left: 200px; } }
  .form_sec .check_txt {
    padding: 0 0 5px 30px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    font-size: 13px; }
    .form_sec .check_txt .btn_privacy {
      position: relative; }
      .form_sec .check_txt .btn_privacy::after {
        content: "";
        display: inline-block;
        margin: 0 3px;
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 8.7px 5px;
        border-color: transparent transparent #40210f transparent; }
  .form_sec .check_txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: solid 1px #40210f;
    background-color: #fff; }
  .form_sec .check:checked + .wpcf7-list-item-label .check_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 8px;
    width: 10px;
    height: 17px;
    transform: rotate(40deg);
    border-bottom: 3px solid #40210f;
    border-right: 3px solid #40210f; }
  .form_sec .privacy_txt {
    margin: 10px 0;
    padding: 10px;
    font-size: 14px;
    background-color: #fff;
    text-align: justify; }
    @media (min-width: 768px) {
      .form_sec .privacy_txt {
        margin-left: 200px; } }
  .form_sec .btn_area {
    text-align: right;
    display: block;
    position: relative;
    margin-top: 20px; }
    .form_sec .btn_area input {
      width: 100px;
      background-color: #e86b8f;
      color: #fff;
      border: none;
      text-align: center;
      font-size: 16px;
      transition: .2s;
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box; }
      .form_sec .btn_area input::-webkit-search-decoration {
        display: none; }
      .form_sec .btn_area input::focus {
        outline-offset: -2px; }
      .form_sec .btn_area input:disabled {
        background-color: #999; }
      .form_sec .btn_area input:not(:disabled) {
        cursor: pointer; }
        .form_sec .btn_area input:not(:disabled):hover {
          transform: scale(1.02); }
  .form_sec div.wpcf7 .ajax-loader {
    position: absolute;
    top: 15px;
    right: 105px; }
  .form_sec div.wpcf7-validation-errors, .form_sec div.wpcf7-acceptance-missing {
    border: none;
    border-left: solid 3px #e86b8f;
    margin: 1em 0;
    padding: .2em 0 .2em .5em; }
  .form_sec div.wpcf7-validation-errors, .form_sec div.wpcf7-acceptance-missing {
    border: none;
    border-left: solid 3px #e86b8f;
    margin: 1em 0;
    padding: .2em 0 .2em .5em; }
  .form_sec div.wpcf7-mail-sent-ok {
    /*display: none !important;*/
    border: none;
    border-left: solid 3px #6be891;
    margin: 1em 0;
    padding: .2em 0 .2em .5em; }
  .form_sec span.wpcf7-not-valid-tip {
    color: #e86b8f; }
