@charset "UTF-8";
/*!
Theme Name: slapmobler1
Description: slapmobler
Author: seeds
*/
@import url("./css/reboot.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
@import url("https://use.typekit.net/ggp7ojw.css");
/* ---------------------------------------------------------------- *
  全体の設定
* ---------------------------------------------------------------- */
body {
  padding: 0;
  color: #231815;
  background-color: #DBDBDB;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

video {
  max-width: 100%;
}

p {
  margin: 1em 0;
  line-height: 1.7;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  list-style-type: none;
}

ul li {
  margin: 0;
  padding: 0;
}

* {
  outline: none !important;
}

.tAc {
  text-align: center;
}

.tAl {
  text-align: left;
}

.tAr {
  text-align: right;
}

@media screen and (max-width: 768px) {
  body {
    color: #231815;
    font-size: 13px;
    line-height: 1.6;
  }
}

/* --- 表示非表示設定 --------------------------------------------------- */
.hide {
  display: none;
}

.pc {
  display: block;
}

.smp {
  display: none;
}

.pc_inline {
  display: inline;
}

.smp_inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .smp {
    display: block;
  }
  .pc_inline {
    display: none;
  }
  .smp_inline {
    display: inline;
  }
  .smp_tAl {
    text-align: left !important;
  }
}

/* --- フォント設定 --------------------------------------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

.lato {
  font-family: 'Lato', sans-serif;
}

.big-caslon-fb {
  font-family: big-caslon-fb, serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

p.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* --- リンク設定 --------------------------------------------------- */
main.contents a {
  color: #333;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

main.contents a:visited {
  color: #333;
}

main.contents a:hover {
  opacity: 1;
  color: #777;
}

a.tel {
  text-decoration: none;
  color: #1a1a1a;
}

/* --- flexbox用空ボックス設定 --------------------------------------------------- */
.empty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* --- オンマウス設定 --------------------------------------------------- */
.scale {
  display: block;
  overflow: hidden;
  border: none !important;
}

.scale img {
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}

.scale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

a.scale:hover {
  opacity: 1 !important;
}

a img {
  -webkit-transition: .7s;
  transition: .7s;
}

a img:hover {
  opacity: .7;
}

/* --- 見出し設定 --------------------------------------------------- */
.h_fv {
  margin: 0 auto 2em;
  padding: 60px 1em 60px;
  font-family: big-caslon-fb, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: center;
}

.h_works, .h_journal {
  color: #fff;
  background-color: #be9e8d;
}

.h_brands {
  color: #fff;
  background-color: #8ba19e;
}

.h_about {
  color: #fff;
  background-color: #828f9b;
}

.h_contact {
  color: #fff;
  background-color: #9a9b9b;
}

.h_01 {
  margin: 0 auto 2em;
  font-family: big-caslon-fb, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: center;
}

.h_02 {
  margin: 0 auto 1em;
  font-family: big-caslon-fb, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: left;
}

.h_02.h_02_g {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.h_03 {
  margin: 3em auto 4em;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: center;
}

.h_side {
  margin: 0 auto 1em;
  font-family: big-caslon-fb, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .h_fv {
    margin: 0 auto 1em;
    padding: 30px 1em 30px;
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: .15em;
  }
  .h_fv.h_item, .h_fv.h_info {
    margin-bottom: 0;
  }
  .h_02 {
    font-size: 18px;
  }
}

/* --- ボタン設定 --------------------------------------------------- */
.btn_01 {
  display: inline-block;
  margin: 30px auto;
  padding: .3em;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.7;
}

.btn_01:hover {
  opacity: 0.65 !important;
}

.btn_01 span {
  margin-left: 36px;
  padding: 0 0 .2em;
  letter-spacing: .1em;
  font-weight: 500;
}

.btn_01:before {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
}

.btn_01.btn_01_b span {
  border-bottom: 1px solid #b1aeae;
}

.btn_01.btn_01_b:before {
  content: url(./images/icon_arrow_b.svg);
}

.btn_01.btn_01_w {
  color: #fff !important;
}

.btn_01.btn_01_w span {
  border-bottom: 1px solid #fff;
}

.btn_01.btn_01_w:before {
  content: url(./images/icon_arrow_w.svg);
}

.btn_02 {
  display: block;
  margin: 0 0 2em;
  padding: 18px 1em;
  color: #231816 !important;
  background-color: #9a9b9b;
  font-size: 16px;
  text-align: center;
  -webkit-transition: .7s;
  transition: .7s;
  position: relative;
}

.btn_02:after {
  display: block;
  content: url(./images/icon_arrow_b.svg);
  width: 24px;
  position: absolute;
  top: 16px;
  right: 2em;
}

.btn_02:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .btn_02 {
    margin: 0 0 1em;
    padding: 12px .6em;
    font-size: 14px;
  }
  .btn_02:after {
    width: 12px;
    top: 12px;
    right: .7em;
  }
  .btn_02:hover {
    text-decoration: none;
    opacity: .7;
  }
}

/* ---------------------------------------------------------------- *
  ヘッダーの設定
* ---------------------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  color: #fff;
  background-color: #323232;
  z-index: 50;
  -webkit-transition-duration: .33s;
          transition-duration: .33s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.hide {
  top: -80px;
  /* transform: translateY(-100%); */
}

.logo {
  margin: auto;
  padding: 0;
  width: 196px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .logo {
    margin: 0 0 0 1em;
  }
}

.bnr_line {
  display: block;
  width: 200px;
  height: 30px;
  position: absolute;
  top: 18px;
  right: 80px;
}

.bnr_line img {
  display: block;
  width: 100%;
  height: auto;
}

.nav_logo {
  width: 380px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background: rgba(50, 50, 50, 0.88);
  -webkit-transition: all .4s ease-in-out .1s;
  transition: all .4s ease-in-out .1s;
  opacity: 0;
  visibility: hidden;
}

.nav.show_nav {
  opacity: 1;
  visibility: visible;
}

.nav_list {
  display: block;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

.nav_list li a {
  display: block;
  margin: 0;
  padding: .6em 1em;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  color: #fff !important;
  opacity: 0;
  -webkit-transform: translate(-24px, 0);
          transform: translate(-24px, 0);
}

.nav.show_nav .nav_list li a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.nav_list li a.logo_instagram img {
  display: block;
  margin: auto !important;
  width: 16px !important;
  height: 16px !important;
}

.nav_list li:nth-child(1) a {
  -webkit-transition: all .5s ease-in-out .1s;
  transition: all .5s ease-in-out .1s;
}

.nav_list li:nth-child(2) a {
  -webkit-transition: all .5s ease-in-out .15s;
  transition: all .5s ease-in-out .15s;
}

.nav_list li:nth-child(3) a {
  -webkit-transition: all .5s ease-in-out .2s;
  transition: all .5s ease-in-out .2s;
}

.nav_list li:nth-child(4) a {
  -webkit-transition: all .5s ease-in-out .25s;
  transition: all .5s ease-in-out .25s;
}

.nav_list li:nth-child(5) a {
  -webkit-transition: all .5s ease-in-out .3s;
  transition: all .5s ease-in-out .3s;
}

.nav_list li:nth-child(6) a {
  -webkit-transition: all .5s ease-in-out .35s;
  transition: all .5s ease-in-out .35s;
}

.nav_list li:nth-child(7) a {
  -webkit-transition: all .5s ease-in-out .4s;
  transition: all .5s ease-in-out .4s;
}

.nav_list li:nth-child(8) a {
  -webkit-transition: all .5s ease-in-out .45s;
  transition: all .5s ease-in-out .45s;
}

.nav_list li:nth-child(9) a {
  -webkit-transition: all .5s ease-in-out .5s;
  transition: all .5s ease-in-out .5s;
}

.header a {
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

.header a:hover {
  opacity: .6;
}

.header_sns {
  margin: 1em 0 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_sns a img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .logo {
    margin: auto;
    width: 240px;
  }
  .nav_logo {
    width: 260px;
  }
  .bnr_line {
    display: block;
    width: 160px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 70px;
  }
}

@media screen and (max-width: 640px) {
  .header {
    height: 50px;
  }
  .logo {
    margin: auto 13px;
    width: 160px;
  }
  .nav_list li a {
    font-size: 1.2rem;
  }
  .bnr_line {
    display: block;
    width: 130px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 60px;
  }
}

@media screen and (max-width: 375px) {
  .bnr_line {
    width: 124px;
    height: 19px;
    top: 15px;
    right: 54px;
  }
  .header_sns > * {
    margin: 1em;
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 320px) {
  .bnr_line {
    width: 80px;
    height: 13px;
    top: 18px;
    right: 54px;
  }
}

/* ---------------------------------------------------------------- *
  フッターの設定
* ---------------------------------------------------------------- */
.footer {
  margin: 0 auto 0;
  padding: 40px 0 1em;
  font-size: 15px;
  text-align: center;
  border-top: 1px solid #8a8a8a;
}

.bottom_cta_block {
  margin: 0 auto;
  max-width: 1000px;
}

.bottom_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bottom_cta > * {
  margin: 0;
  width: 32%;
}

.bottom_nav_block {
  margin: 30px auto 0;
  max-width: 1000px;
}

.bottom_nav {
  max-width: 360px;
  -webkit-column-count: 2;
          column-count: 2;
}

.bottom_nav > * {
  margin: 0 1em .8em 0;
  text-align: left;
}

.bottom_nav > * a {
  color: #333 !important;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .1em;
}

.footer_addr_block {
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_addr {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
  color: #1a1a1a;
}

.footer_addr a.footer_link {
  color: #1a1a1a !important;
}

.footer_sns {
  margin-left: 3em;
  width: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_sns > * {
  margin: 0 .6em 0 0;
}

.footer_sns img {
  display: block;
  width: auto;
  height: 1.2em;
}

.copy_block {
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid #a6a6a6;
  color: #777;
}

.copy_item {
  margin: auto;
  padding-top: .8em;
  max-width: 1000px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.copy_item a {
  color: #777 !important;
}

.copy {
  font-size: 12px;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

.go_to_top {
  display: block;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 5;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .footer_wp {
    padding-top: 60px;
  }
  .footer {
    margin: 40px auto;
  }
  .copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .footer {
    margin: 0 auto 0;
    padding: 30px 0 100px;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #8a8a8a;
  }
  .bottom_cta_block {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    padding: 6px;
    background-color: #959595;
    -webkit-transition-duration: .33s;
            transition-duration: .33s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
  .bottom_cta_block.cta_open {
    bottom: 0;
  }
  .bottom_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bottom_cta > * {
    width: 49%;
  }
  .bottom_cta > * a.btn_02 {
    margin: 0;
    padding: .8em;
    font-size: 13px;
    letter-spacing: .2em;
    background-color: #d9d9d9;
  }
  .bottom_cta > * a.btn_02:after {
    top: 10px;
    right: 1em;
  }
  .bottom_cta > *:last-child {
    width: 100%;
  }
  .bottom_cta > * a.btn_line {
    display: block;
    margin: 7px 0 0;
    padding: .8em;
    width: 100%;
    color: #fff !important;
    background-color: #19b411;
    text-decoration: none;
  }
  .bottom_cta > * a.btn_line:after {
    display: none;
  }
  .bottom_nav_block {
    margin: 30px auto 0;
    padding: 0 1em;
  }
  .bottom_nav > * a {
    font-size: 12px;
    letter-spacing: .05em;
  }
  .footer_addr_block {
    padding-top: 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer_addr_block > * {
    width: 100%;
  }
  .footer_addr {
    padding: .5em 1em;
    font-size: 11px;
    color: #1a1a1a;
  }
  .footer_sns {
    margin-bottom: 1em;
    margin-left: 0;
  }
  .copy_block {
    margin: 0;
    padding: 0;
    border-top: none;
    color: #777;
  }
  .copy_item {
    display: block;
    font-size: 10px;
    text-align: left;
  }
  .copy_item a.footer_link {
    color: #1a1a1a !important;
  }
  .copy_item p {
    width: 100%;
  }
  .copy {
    padding: .3em 1em;
    width: 100%;
    font-size: 10px;
    text-align: left;
  }
  .go_to_top {
    display: block;
    width: 20px;
    height: 20px;
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 5;
    text-decoration: none;
    color: #000;
  }
}

/* ---------------------------------------------------------------- *
  パンくずの設定
* ---------------------------------------------------------------- */
.breadcrumbs_block {
  margin: 0 auto 40px;
  padding: .4em 1em;
  max-width: 100%;
  color: #333;
  font-size: 10px;
  letter-spacing: .1em;
  background: #f3f3f3;
}

.breadcrumbs {
  margin: auto;
  padding: 0 1em;
  max-width: 1000px;
}

.breadcrumbs a {
  color: #333 !important;
  font-size: 10px;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .breadcrumbs_block {
    margin-top: -20px;
  }
}

/* ---------------------------------------------------------------- *
  共通パーツの設定
* ---------------------------------------------------------------- */
.contents {
  margin: 63px 0 0;
  overflow: hidden;
}

.layout_two_col {
  margin: auto;
  max-width: 1180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_block {
  width: 80%;
}

.side_block {
  width: 18%;
}

.side_list {
  margin: 0 0 3em;
}

.side_list li a {
  display: inline-block;
  margin: 0 0 .8em;
  font-size: 14px;
  color: #808080 !important;
}

@media screen and (max-width: 640px) {
  .contents {
    margin-top: 49px;
  }
  .main_block {
    padding: 0 1em;
    width: 100%;
  }
  .side_block {
    width: 100%;
    padding: 3em 1em 0;
  }
  .side_list {
    margin: 0 0 2em;
    overflow: hidden;
  }
  .side_list li {
    float: left;
    margin-right: 1.2em;
  }
  .side_list li a {
    display: inline-block;
    margin: 0 0 .7em;
    font-size: 12px;
    color: #808080 !important;
  }
}

/* ---------------------------------------------------------------- *
  トップページの設定
* ---------------------------------------------------------------- */
.front_brand_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.fv_list_wp {
  padding: 15vh 12%;
  width: 50%;
  background-color: #d8dadb;
}

.fv_list {
  display: none;
}

.fv_image_list {
  display: none;
  padding: 0;
  /* padding: 10vh 5% 10vh 0; */
  width: 50%;
  background-color: #c8ccce;
}

.front_about_block {
  padding: 140px 1em;
  background-color: #828f9b;
  color: #fff;
  overflow: hidden;
}

.front_about_item {
  margin: 0 auto;
  max-width: 1000px;
}

.front_about_h {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
}

.front_about_text {
  margin: 0;
  padding: 0;
  width: 45%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  float: left;
}

.front_about_image {
  margin-top: -80px;
  margin-right: 10%;
  display: block;
  width: 27%;
  float: right;
}

.front_item_block {
  margin: 140px auto;
  max-width: 1000px;
}

.front_item_list {
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front_item_list > * {
  width: 32%;
  text-align: center;
}

.front_journal_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #be9e8d;
}

.front_journal_item {
  padding: 80px 80px 20px;
  width: 50%;
}

.front_journal_h {
  margin: 0 0 .5em;
  font-family: big-caslon-fb, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15em;
}

.front_journal_en {
  margin: 0;
  font-family: big-caslon-fb, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15em;
}

.front_journal_text {
  margin-top: 140px;
}

.front_journal_image {
  width: 50%;
  background-image: url(./images/front_journal_image.jpg);
  background-size: cover;
  background-position: center;
}

.front_information_block {
  margin: 140px auto;
  max-width: 1000px;
}

.front_information_list {
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front_information_list > * {
  margin-bottom: 2em;
  width: 49%;
}

.front_information_list > * a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front_information_list_image {
  width: 38%;
}

.front_information_list_item {
  width: 58%;
}

.front_information_list_date {
  margin: 0 0 .5em;
  padding: 0;
  color: #777;
  font-size: 13px;
}

.front_information_list_title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
}

.front_brands_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0;
  color: #fff;
  background: #8ba19e;
}

.front_brands_item {
  margin-bottom: 0;
  width: 32%;
  padding: 40px 5%;
}

.front_brands_list_wp {
  width: 68%;
}

.front_brands_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.front_brands_list > * {
  margin-right: 1em;
  background-color: #fff;
  width: 32%;
}

.front_brands_name {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.front_instagram_block {
  padding: 30px 1em 20px;
  text-align: center;
  color: #fff;
  /* background-color: #464646; */
}

@media screen and (max-width: 640px) {
  .front_brand_block {
    display: block;
  }
  .fv_list_wp {
    padding: 0;
    width: 100%;
    background-color: #d8dadb;
  }
  .fv_list {
    display: none;
  }
  .fv_list_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .fv_list_link span {
    display: block;
    width: 100%;
  }
  .fv_list .slick-dots {
    bottom: 2px !important;
    width: 100%;
    z-index: 8;
  }
  .fv_list.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .fv_image_list {
    padding: 0;
    width: 100%;
    background-color: #c8ccce;
  }
  .front_about_block {
    padding: 40px 1em;
  }
  .front_about_item {
    margin: 0 auto;
  }
  .front_about_h {
    margin-bottom: 40px;
    margin-left: 1em;
    font-size: 18px;
    text-align: left;
  }
  .front_about_text {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    font-size: 14px;
    line-height: 2.1;
    float: none;
  }
  .front_about_image {
    display: none;
  }
  .front_item_block {
    margin: 40px 0 40px auto;
    width: 92%;
  }
  .front_item_list {
    margin: 2em auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .front_item_list > * {
    margin-right: 1em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 100%;
  }
  .front_journal_block {
    display: block;
  }
  .front_journal_item {
    padding: 40px 30px 0;
    width: 100%;
  }
  .front_journal_h {
    margin: 0 0 .5em;
    font-size: 26px;
  }
  .front_journal_en {
    font-size: 13px;
  }
  .front_journal_text {
    margin-top: 20px;
  }
  .front_journal_image {
    width: 100%;
    min-height: 230px;
  }
  .front_information_block {
    margin: 40px auto;
    padding: 0 2em;
  }
  .front_information_list {
    margin: 2em auto 0;
  }
  .front_information_list > * {
    margin-bottom: 2em;
    width: 100%;
  }
  .front_information_list_image {
    width: 38%;
  }
  .front_information_list_item {
    width: 58%;
  }
  .front_information_list_date {
    margin: 0 0 .4em;
    font-size: 10px;
  }
  .front_information_list_title {
    font-size: 11px;
    font-weight: 400;
  }
  .front_brands_block {
    display: block;
    padding: 40px 0 40px 8%;
    width: 100%;
  }
  .front_brands_item {
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
  }
  .front_brands_list_wp {
    width: 100%;
  }
  .front_brands_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .front_brands_list > * {
    margin-right: 1em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    width: 100%;
  }
  .front_brands_name {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
  .front_instagram_block {
    padding: 0 .3em 0;
    text-align: center;
    color: #fff;
    background-color: #DBDBDB;
  }
  .front_instagram_block h2 {
    padding: 80px 1em;
  }
}

/* ---------------------------------------------------------------- *
  JOURNAL の設定
* ---------------------------------------------------------------- */
.journal_wp {
  margin: auto;
  padding: 1em;
  max-width: 1180px;
}

.journal_wp > .journal_block > .en_title,
.journal_wp > .journal_block > .journal_title,
.journal_wp > .journal_block > p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.journal_header {
  margin: 0 0 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.journal_info {
  width: 32%;
}

.journal_info-waku {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.journal_vo {
  margin: 0 0 5em;
  font-family: big-caslon-fb, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .05em;
}

.journal_title {
  margin: .7em 0 1.2em;
  font-size: 24px;
  font-weight: 400;
}

.journal_image {
  width: 65%;
}

.journal_image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  right: -60px;
}

.journal_contents {
  max-width: 840px;
  margin: 4em auto;
}

.journal_contents_image {
  width: 32%;
}

.journal_contents_image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.journal_contents_post > * + * {
  margin: 1.5em 0 0 0;
}

.journal_contents_post img {
  display: block;
  margin: 0 auto;
}

.interviewer {
  max-width: 715px;
  margin-top: 6em;
}

.journal_rec_block {
  margin: 50px 0;
  padding: 50px 0;
  border-bottom: 1px solid #6f6f6f;
}

@media screen and (max-width: 640px) {
  .journal_wp {
    padding: 1em;
  }
  .journal_header {
    margin: 0 0 1em;
    display: block;
  }
  .journal_info {
    width: 100%;
  }
  .journal_vo {
    margin: 0;
    font-size: 16px;
  }
  .journal_title {
    margin: .5em 0 .8em;
    font-size: 21px;
  }
  .journal_image {
    margin: auto;
    width: 100%;
  }
  .journal_image img {
    right: 0;
  }
  .journal_contents {
    margin: 1em 0;
    display: block;
  }
  .journal_contents_image {
    width: 100%;
  }
  .journal_contents_text {
    width: 100%;
  }
  .journal_contents_text p {
    margin: 0;
  }
}

/* ---------------------------------------------------------------- *
  ITEM の設定
* ---------------------------------------------------------------- */
.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item_list > li {
  margin: 0 0 2em;
  width: 24%;
  text-align: center;
}

.item_list_title {
  margin: .7em 0 0;
  font-size: 16px;
  font-weight: 500;
}

.item_list_cat {
  margin: .3em 0;
  font-size: 12px;
  color: #808080;
}

.item_title {
  margin: 1.2em 0 0;
  font-family: big-caslon-fb, serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: .32em;
}

.item_data {
  margin: 1em 0 2em;
}

.item_contents {
  margin: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item_contents_image {
  width: 44%;
}

.item_contents_image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.item_contents_text {
  width: 50%;
}

.item_contents_text p {
  margin: 0;
}

.feed_block {
  margin: 3em 0 6em;
}

.feed_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feed_list > li {
  margin-bottom: 2em;
  width: 32%;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .item_list {
    padding: 0;
  }
  .item_list > li {
    margin: 0 0 2em;
    width: 49%;
    text-align: center;
  }
  .item_list_title {
    margin: .7em 0 0;
    font-size: 12px;
  }
  .item_list_cat {
    margin: .3em 0;
    font-size: 10px;
  }
  .item_block {
    padding: 0;
  }
  .item_title {
    margin: .8em 0 0;
    font-size: 18px;
    letter-spacing: .1em;
  }
  .item_data {
    margin: 1em 0 2em;
    font-size: 12px;
  }
  .item_contents {
    margin: 2em 0;
    display: block;
  }
  .item_contents_image {
    width: 100%;
  }
  .item_contents_text {
    width: 100%;
  }
  .item_contents_text p {
    margin: 0;
  }
  .feed_block {
    margin: 0;
  }
  .feed_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .feed_list > li {
    margin-bottom: 2em;
    width: 49%;
  }
}

/* ---------------------------------------------------------------- *
  WORKS の設定
* ---------------------------------------------------------------- */
.works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works_list > li {
  margin: 0 0 2em;
  width: 32%;
}

.works_list_title {
  margin: .7em 0 0;
  font-size: 16px;
  font-weight: 500;
}

.works_date {
  display: inline-block;
  margin-right: 1em;
  color: #666;
  font-size: 14px;
}

.works_info {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works_title {
  width: 60%;
  font-size: 18px;
  font-weight: 400;
}

.works_data {
  width: 35%;
}

.works_data_h {
  margin: 0;
  font-size: 18px;
}

.works_data_p {
  font-size: 14px;
}

.works_galleries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works_galleries > li {
  margin-bottom: 1em;
  width: 24%;
}

@media screen and (max-width: 640px) {
  .works_block {
    padding: 0;
  }
  .works_list {
    padding: 0;
  }
  .works_list > li {
    margin: 0 0 2em;
    width: 49%;
  }
  .works_list_title {
    margin: .7em 0 0;
    font-size: 11px;
    font-weight: 500;
  }
  .works_date {
    font-size: 10px;
  }
  .works_info {
    margin: 1em 0;
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .works_title {
    width: 100%;
    font-size: 18px;
  }
  .works_data {
    width: 100%;
  }
  .works_data_h {
    margin: 0;
    font-size: 16px;
  }
  .works_data_p {
    font-size: 12px;
  }
  .works_galleries > li {
    margin-bottom: 1em;
    width: 24%;
  }
}

/* ---------------------------------------------------------------- *
  INFORMATION の設定
* ---------------------------------------------------------------- */
.info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_list > li {
  margin: 0 0 2em;
  width: 32%;
}

.info_list_date {
  margin: .7em 0 0;
  font-size: 12px;
  font-weight: 700;
}

.info_list_title {
  margin: .3em 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.info_list_desc {
  margin: .3em 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.info_title {
  margin: 0 0 1.2em;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.7;
}

.info_cat {
  margin: 2.2em 0 .8em;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .info_list {
    padding: 0;
  }
  .info_list > li {
    margin: 0 0 2em;
    width: 49%;
  }
  .info_list_date {
    margin: .7em 0 0;
    font-size: 11px;
    font-weight: 400;
  }
  .info_list_title {
    margin: .3em 0 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
  }
  .info_list_desc {
    display: none;
  }
  .info_title {
    margin: 0 0 1.2em;
    font-size: 18px;
  }
  .info_cat {
    margin: 1.8em 0 .8em;
    font-size: 12px;
  }
}

/* ---------------------------------------------------------------- *
  BRANDS 用の設定
* ---------------------------------------------------------------- */
body.active {
  position: relative;
}

body.active:before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
}

.brands_contents {
  margin-bottom: 0 !important;
}

.brands_wp {
  margin: 0;
  padding: 0;
}

.brands {
  margin: 2em auto 0;
  padding: 1em;
  max-width: 1180px;
}

.listCover {
  margin: 0 auto;
  text-align: left;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.listCover > * {
  display: block;
  width: 24%;
  margin: 0 0 1em;
  padding: 0 0 1em;
}

.listCover .listItem {
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.listCover .listItem .brands_image {
  display: block;
  width: 100%;
  height: auto;
}

.listCover .listItem .brands_logo {
  display: block;
  width: auto;
  max-height: 42px;
  margin: 1em auto .5em;
}

.listCover .listItem .brands_name {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.listCover .listItem .selfRep {
  display: none;
}

.brand_content .fancybox-slide {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  height: 480px;
  margin: auto;
  overflow: hidden;
}

.selfRep {
  padding: 1em;
  text-align: left;
  float: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.selfRep .brands_prev {
  position: absolute;
  top: 46%;
  left: 0;
  width: 38px !important;
  cursor: pointer;
}

.selfRep .brands_next {
  position: absolute;
  top: 46%;
  right: 0;
  width: 38px;
  cursor: pointer;
}

.selfRep .brands_close {
  position: absolute;
  top: 4px;
  right: 3px;
  width: 42px;
  cursor: pointer;
}

.selfRep .brands_prev button, .selfRep .brands_next button, .selfRep .brands_close button {
  border: none;
  outline: none;
  background-color: transparent;
}

.fancybox-close-small {
  display: none;
}

.selfRep .selfRepInner {
  text-align: center;
  position: relative;
}

.selfRep .selfRepInner .secLeft {
  margin: 0;
  padding: 0 0 0 1em;
  width: 42%;
  float: left;
  text-align: center;
}

.selfRep .selfRepInner .secRight {
  margin: 0;
  padding: 1em 2em;
  width: 58%;
  float: left;
  height: 440px;
  text-align: left;
  position: relative;
}

.selfRep .selfRepInner .secRight .brands_logo {
  display: block;
  width: auto;
  max-height: 62px;
  margin: .5em auto 1em;
}

.selfRep .selfRepInner .secRight .brands_name {
  margin: 0;
  font-size: 14px;
}

.selfRep .selfRepInner .secRight .brands_desc {
  margin: .5em 0;
  font-size: 12px;
}

.selfRep .selfRepInner .secRight .brands_list {
  margin: 1em 0;
}

.selfRep .selfRepInner .secRight .brands_list li {
  margin: .3em 0;
  font-weight: bold;
}

.selfRep .selfRepInner .secRight .brands_list li:before {
  content: "▶";
  font-size: 10px;
}

.selfRep .selfRepInner .secRight .brands_list li a {
  margin: .5em .2em;
  font-size: 12px;
  font-weight: bold;
  color: #1a1a1a !important;
}

@media screen and (max-width: 960px) {
  .listCover .listItem {
    margin: 0 0 1em;
    width: 32%;
  }
}

@media screen and (max-width: 640px) {
  .brands_block .h_03 {
    font-size: 13px;
  }
  .brands .h_04 {
    margin: 1em auto 1.5em;
    font-size: 1.8em;
  }
  .selfRep .selfRepInner .secLeft img {
    width: 88%;
  }
  .listCover .listItem {
    margin: 0 0 2em;
    width: calc( 50% - 5px);
  }
  .listCover .listItem:nth-child(2n+1) {
    margin-right: 5px;
  }
  .listCover .listItem.cupora .brands_logo {
    margin: 35px auto 35px;
    max-height: 18px;
  }
  .listCover .listItem .brands_name {
    font-size: 10px;
  }
  .listCover .listItem .brands_cat {
    margin: 0 0 2em;
    font-size: 10px;
  }
  .selfRep {
    margin: 2em 0;
    float: left;
  }
  .selfRep .brands_prev button, .selfRep .brands_next button, .selfRep .brands_close button {
    background-color: transparent;
  }
  .selfRep .brands_prev {
    top: 170px;
    left: 0;
    width: 42px;
  }
  .selfRep .brands_next {
    top: 170px;
    right: 0;
    width: 42px;
  }
  .selfRep .brands_close {
    top: 8px;
    right: auto;
    left: 0px;
    width: 40px;
  }
  .selfRep .selfRepInner {
    padding: 1em 0;
    height: 70vh;
    overflow-y: scroll;
  }
  .selfRep .selfRepInner .secLeft {
    margin: .8em 0 .5em;
    padding: 0;
    width: 100%;
    float: none;
  }
  .selfRep .selfRepInner .secRight {
    margin: 0;
    padding: 1em 1em;
    width: 100%;
    height: auto;
    float: none;
  }
  .selfRep .selfRepInner .secRight .brands_logo {
    width: auto;
    max-height: 68px;
    margin: 3em auto 1.4em;
  }
  .brands_logo_cupora {
    width: 180px !important;
    max-height: auto;
    padding-bottom: 1.4em !important;
    margin: 3em auto 2em;
  }
  .brands_logo_il_bisonte, .brands_logo_date {
    margin: 3em auto 2em !important;
  }
  .brand_content .fancybox-slide {
    width: 96%;
    max-width: 96%;
    padding-bottom: 4em;
    height: auto;
  }
}

/* ---------------------------------------------------------------- *
  INFORMATION の設定
* ---------------------------------------------------------------- */
.feature_single_block {
  margin: auto;
  padding: 0 1em;
  max-width: 1000px;
  color: #1a1a1a;
  letter-spacing: .05em;
  line-height: 1.8;
  overflow: hidden;
}

.feature_single_date {
  margin: .3em 0;
  font-size: 13px;
  font-weight: 700;
}

.feature_single_item {
  padding: .5em 0;
  border-top: 1px solid #C8C5C4;
  border-bottom: 1px solid #C8C5C4;
}

.feature_single_title {
  font-size: 28px;
}

.feature_single_cat_label {
  margin: .3em 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
}

.feature_body img {
  display: block;
  margin: 2em 0;
}

.feature_body img.alignleft {
  float: left;
  padding-right: 2em;
}

.feature_body img.alignright {
  float: right;
  padding-left: 2em;
}

.feature_body h2 {
  margin: 2em auto .5em;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .1em;
}

.feature_body h3 {
  margin: 1em auto .5em;
  padding: 0;
  font-size: 16px;
}

.feature_body table {
  width: 100% !important;
  background: #f3f3f3;
}

.feature_body th, .feature_body td {
  border: 1px solid #ddd;
  padding: .5em;
}

.feature_body p {
  margin: 1em auto;
  padding: 0;
}

.feature_body strong {
  color: #CD0011;
}

.post_link_01 {
  display: inline-block;
  padding: .4em 2em;
  color: #fff !important;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  -webkit-transition: .7s;
  transition: .7s;
  letter-spacing: .1em;
}

.post_link_01:hover {
  color: #000 !important;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .feature_body {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .feature_single_date {
    font-size: 12px;
    font-weight: 700;
  }
  .feature_single_item {
    margin-top: .6em;
    padding: .4em 0;
  }
  .feature_single_title {
    font-size: 18px;
  }
  .feature_single_cat_label {
    margin: .3em 0;
    padding: 0;
    font-size: 10px;
    font-weight: 400;
  }
  .feature_body img {
    display: block;
    margin: 1em 0;
  }
  .feature_body h2 {
    font-size: 18px;
  }
  .feature_body h3 {
    font-size: 14px;
  }
  .feature_body img.alignleft, .feature_body img.alignright {
    float: none;
    width: 60%;
    margin: 2em auto 1em;
    padding: 0;
  }
}

/* ---------------------------------------------------------------- *
  ABOUT 用の共通設定
* ---------------------------------------------------------------- */
.message_block_wp {
  padding: 100px 0;
  background-color: #c9c9c9;
}

.message_block {
  margin: 0 auto;
  max-width: 1000px;
}

.message_text {
  max-width: 100%;
  line-height: 2.1;
}

.message_link {
  margin-top: 4em;
  max-width: 640px;
}

.staff_block {
  margin: 120px auto 0;
  max-width: 1000px;
}

.staff_item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff_image {
  margin-right: 2em;
  width: 120px;
}

.staff_data h3, .staff_data p {
  margin: .2em 0;
}

.staff_text {
  padding: 1.2em 0;
}

.shop_block {
  margin: 0 auto;
  padding: 60px 0;
  background-color: #c9c9c9;
}

.shop_contents {
  margin: auto;
  max-width: 1000px;
}

.about_block .h_fv {
  margin: 0;
}

.shop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop_image {
  padding-right: 3em;
  width: 40%;
}

.shop_data {
  width: 33%;
}

.shop_data--w {
  width: 60%;
}

.shop_data h4 {
  margin: 16px 0;
  font-weight: 500;
}

.shop_data_logo {
  max-width: 205px;
}

.shop_data_name {
  margin: 2em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop_data_name:before {
  content: url(./images/icon_s.svg);
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: .5em;
}

.shop_data_text {
  margin: 16px 0;
  font-size: 14px;
}

.u-underline {
  text-decoration: underline;
}

.u-bold {
  font-weight: bold !important;
}

.shop_data_text2 {
  margin-top: -10px !important;
}

.shop_data_park {
  margin: 2em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop_data_park:before {
  content: url(./images/icon_p.svg);
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: .5em;
}

.shop_map {
  width: 27%;
}

.shop_line {
  margin: 40px 0;
  padding: 0;
  border: 0;
  height: 1px;
  background-color: #8a8b8a;
}

.company_block {
  margin: 0 auto;
  padding: 0 0 100px;
  background-color: #c9c9c9;
}

.company_block .h_02 {
  text-align: center;
}

.company_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  max-width: 1020px;
  font-size: 14px;
}

.company_table dt {
  width: 14%;
  padding: 12px 10px;
}

.company_table dd {
  padding: 12px 10px;
  margin: 0;
  width: 86%;
}

.h_company {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  text-align: left !important;
}

.shop_subTitle {
  margin: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .message_block_wp {
    padding: 0;
  }
  .message_block {
    padding: 30px 1em;
  }
  .message_link {
    margin-top: 1.7em;
  }
  .staff_block {
    margin: 40px auto 0;
    padding: 0 1em;
  }
  .staff_item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .staff_image {
    margin-right: 1em;
    width: 100px;
  }
  .staff_data h3, .staff_data p {
    margin: 0 0 .2em;
  }
  .staff_text {
    padding: .7em 0;
  }
  .shop_block {
    margin: 0 auto;
    padding: 30px 1em;
  }
  .shop_item {
    display: block;
  }
  .shop_image {
    margin: 0;
    padding-right: 0;
    width: 100%;
  }
  .shop_data {
    width: 100%;
  }
  .shop_data_logo {
    margin-top: 1em;
    max-width: 205px;
  }
  .shop_data_text {
    margin-bottom: 1em;
    font-size: 13px;
  }
  .shop_map {
    margin: auto;
    width: 60%;
  }
  .company_block {
    margin: 0 auto;
    padding: 30px 1em;
    background-color: #c9c9c9;
  }
  .company_block .h_02 {
    text-align: center;
  }
  .company_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    font-size: 13px;
  }
  .company_table dt, .company_table dd {
    padding-left: 0;
    width: 100%;
  }
}

/* ---------------------------------------------------------------- *
  COORDINATE 用の共通設定
* ---------------------------------------------------------------- */
.coordinate_block {
  margin: auto;
  padding: 150px 0 80px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.coordinate_item {
  width: 50%;
}

.coordinate_text {
  margin-top: 3em;
  line-height: 2.1;
}

.coordinate_image {
  padding-left: 3em;
  width: 42%;
  position: relative;
}

.coordinate_image:before {
  display: block;
  content: url(./images/coordinate_label.svg);
  width: 160px;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 4;
}

.coordinate_works_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  color: #fff;
  background: #be9e8d;
}

.flow_block {
  margin: 3em auto;
  max-width: 1000px;
}

.flow_block .tAc {
  text-align: center;
}

.flow {
  margin: 3em auto;
  max-width: 1000px;
  position: relative;
}

.flow:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #a5a4a4;
  position: absolute;
  top: 0;
  left: 28px;
}

.flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
}

.flow_item:last-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 140px;
  background-color: #dbdbdb;
  position: absolute;
  bottom: 0;
  left: 28px;
}

.flow_num {
  width: 8%;
}

.flow_num > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .3em;
  width: 60px;
  height: 60px;
  color: #231816;
  background-color: #dbdbdb;
  border: 1px solid #a5a4a4;
  border-radius: 50%;
  font-weight: bold;
  position: relative;
}

.flow_text {
  margin: 0 0 3em;
  padding: 0 1em;
  width: 60%;
}

.flow_text h3 {
  margin-top: .5em;
  font-weight: bold;
  color: #231816;
}

.flow_text p {
  text-align: left;
  font-size: 14px;
}

.flow_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow_cta > * {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .coordinate_block {
    margin: auto;
    padding: 40px 1em 60px;
    display: block;
  }
  .coordinate_item {
    width: 100%;
  }
  .coordinate_text {
    margin-top: 3em;
    line-height: 2.1;
  }
  .coordinate_image {
    margin: auto;
    padding-left: 0;
    width: 80%;
  }
  .coordinate_image:before {
    width: 120px;
    bottom: -30px;
    left: -30px;
  }
  .coordinate_works_block {
    display: block;
    padding: 40px 0 40px 2em;
  }
  .flow_block {
    margin: 40px auto;
    padding: 0 1em;
  }
  .flow_block .tAc {
    text-align: center;
  }
  .flow:before {
    left: 20px;
  }
  .flow_item:last-child:before {
    height: 140px;
    left: 20px;
  }
  .flow_num {
    width: 12%;
  }
  .flow_num > * {
    padding: .3em;
    width: 42px;
    height: 42px;
  }
  .flow_text {
    margin: 0 0 1em;
    padding: 0 0 0 1em;
    width: 100%;
  }
  .flow_text p {
    font-size: 13px;
  }
  .flow_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flow_cta > * {
    width: 49.5%;
    font-size: 10px;
  }
}

/* ---------------------------------------------------------------- *
  slick用の共通設定
* ---------------------------------------------------------------- */
.slick-slide:focus {
  outline: none !important;
}

.slick-initialized {
  display: block;
}

.slick-dots {
  bottom: -45px !important;
}

.slide-arrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc( 50% - 20px);
}

.prev-arrow {
  left: -30%;
}

.next-arrow {
  right: -30%;
}

@media screen and (max-width: 640px) {
  .slide-arrow {
    top: auto;
    bottom: -160px;
  }
  .prev-arrow {
    left: 5%;
    z-index: 3;
  }
  .next-arrow {
    right: 5%;
    z-index: 3;
  }
}

/* ---------------------------------------------------------------- *
  fancybox用の設定
* ---------------------------------------------------------------- */
.fancybox-caption {
  font-weight: bold;
  letter-spacing: .05em;
}

.fancybox-infobar {
  top: auto !important;
  bottom: 20px;
  left: auto !important;
  right: 20px;
  font-weight: bold;
  letter-spacing: .05em;
}

/* ---------------------------------------------------------------- *
  GoogleMapの設定
* ---------------------------------------------------------------- */
#gmap,
#gmap_sogo {
  margin: 0;
  width: 100%;
  height: 480px;
}

@media screen and (max-width: 640px) {
  #gmap,
  #gmap_sogo {
    height: 360px;
  }
}

.acf-map {
  width: 100%;
  height: 400px;
  margin: 3em 0;
  border: 1px solid #dfdfdf;
}

@media screen and (max-width: 640px) {
  .acf-map {
    height: 200px;
  }
}

.gmap iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------- *
  pagenaviの設定
* ---------------------------------------------------------------- */
.single_pagenavi {
  margin: 120px auto 4em;
  padding-bottom: 2em;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #a6a6a6;
}

.single_pagenavi > * {
  padding: 1em 0;
  width: 33.33333%;
  font-size: 18px;
  font-family: big-caslon-fb, serif;
  font-weight: 400;
  letter-spacing: .1em;
  text-align: center;
}

.single_pagenavi > *:first-child {
  text-align: left;
}

.single_pagenavi > *:last-child {
  text-align: right;
}

.wp-pagenavi {
  margin: 3em auto;
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  color: #333 !important;
  border: solid 1px #333 !important;
  padding: 8px 15px;
  margin: 0 2px .6em;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
  opacity: 1 !important;
}

.wp-pagenavi span.current {
  color: #fff !important;
  background-color: #333;
  border-color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .single_pagenavi {
    margin: 30px auto 4em;
  }
  .single_pagenavi > * {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------------- *
  フォームの設定
* ---------------------------------------------------------------- */
.contact_block {
  margin: auto;
  padding: 1em;
  max-width: 800px;
}

.contact_block .h_03 {
  font-size: 16px;
}

.contact_tel {
  margin: 0 auto 3em;
  padding: 1.1em 2em;
  text-align: center;
  /* background-color: #fff; */
  /* border: 1px solid #e8e8e8; */
  font-size: 18px;
  font-weight: bold;
}

.contact_tel span {
  display: inline-block;
  font-weight: bold;
}

.contact_tel a {
  font-size: 32px;
}

.contact {
  padding: 0 1em;
}

.required {
  display: inline-block;
  margin-left: 1em;
  padding: 1px .6em;
  background: #3d3a39;
  /* background: #92243A; */
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  float: right;
}

.any {
  display: inline-block;
  margin-right: 1em;
  padding: 1px .6em;
  background: #999;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
}

table.contact_form {
  margin: 1em auto;
  max-width: 1180px;
  text-align: left;
}

table.contact_form th {
  padding: .6em .7em;
  width: 30%;
  color: #1a1a1a;
  font-weight: 400;
  font-size: 14px;
}

table.contact_form td {
  padding: .6em .7em;
  width: 70%;
  color: #1a1a1a;
}

table.contact_form input[type="text"], table.contact_form input[type="email"] {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table.contact_form button, table.contact_form textarea, table.contact_form select {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table.contact_form input[type="text"], table.contact_form input[type="email"] {
  padding: .3em;
  width: 100%;
}

table.contact_form textarea {
  padding: .3em;
  width: 100%;
}

input[type=checkbox]:disabled {
  opacity: .2;
}

table.contact_form input[type="text"].birth {
  width: auto;
}

p.file_comment {
  font-size: 13px;
}

.submit_box {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.submit_box > * {
  margin: 30px 1em !important;
}

.mw_wp_form_input .submit_back {
  display: none;
}

input[type="submit"] {
  margin: 1.4em 0 0;
  padding: .6em 8em;
  border: 1px solid #3d3a39;
  color: #fff;
  background-color: #3d3a39;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

input[type="submit"]:hover {
  opacity: .7;
}

.thanks_box {
  text-align: center;
}

.select-wrap {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

.select-wrap select {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  padding: 8px 40px 8px 7px !important;
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  letter-spacing: .05em;
  outline: none;
  background: #ffffff;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #1a1a1a;
}

.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap::before {
  position: absolute;
  top: 0.5em;
  right: 0.9em;
  padding: 0;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  pointer-events: none;
}

.mw_wp_form_confirm .select-wrap::before {
  display: none;
}

.name_box input {
  width: 49% !important;
}

@media screen and (max-width: 768px) {
  .contact_tel {
    display: none;
  }
  .contact_block .h_03 {
    font-size: 14px;
    text-align: left;
  }
  .contact_note {
    margin: 1em auto 2em;
    padding: 0 .5em;
    max-width: 90%;
  }
  .contact_note h3 {
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    padding: .2em .6em;
    width: 230px;
    font-size: 12px;
    font-weight: 400;
    background: #fff;
  }
  .contact_note p {
    margin: .7em 0 .5em;
    font-size: 1.4em;
    letter-spacing: .05em;
    text-align: center;
  }
  table.contact_form {
    max-width: 98%;
    /* border-bottom: 1px solid #1a1a1a; */
  }
  table.contact_form th {
    display: block;
    padding: .5em .7em;
    width: 100%;
    border-bottom: 0;
  }
  table.contact_form td {
    display: block;
    padding: .5em .7em;
    width: 100%;
    border-bottom: 0;
    font-size: 16px;
  }
  p.file_comment {
    font-size: 12px;
  }
  p.submit {
    max-width: 240px;
  }
  p.submit:after {
    margin-top: -2px;
    top: 50%;
    right: 36px;
  }
  p.submit:hover:after {
    right: 36px;
  }
  table.contact_form input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 18px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: pointer;
  }
  table.contact_form input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background: #1a1a1a;
    border-radius: 10px;
  }
  .select-wrap {
    padding: 0;
  }
  .select-wrap select {
    padding: .1em 1em .1em .5em;
  }
  .select-wrap::before {
    top: .7em;
    right: .9em;
    width: 6px;
    height: 6px;
  }
  .select-wrap select {
    padding: 4px 26px 4px 4px;
    color: #666666;
  }
}

/* ---------------------------------------------------------------- *
  アニメーション 用の設定
* ---------------------------------------------------------------- */
.anim.fadeIn {
  -webkit-transition: all 1.2s ease-in-out 0s;
  transition: all 1.2s ease-in-out 0s;
  opacity: 0;
}

.anim_add.fadeIn {
  opacity: 1;
}

.anim.fadeInUp {
  -webkit-transition: all .9s ease-in-out 0s;
  transition: all .9s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.anim_add.fadeInUp {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anim.fadeIn2 {
  -webkit-transition: all 1.3s ease-in-out 0s;
  transition: all 1.3s ease-in-out 0s;
  opacity: 0;
}

.anim_add.fadeIn2 {
  opacity: 1;
}

.anim.fadeInUp2 {
  -webkit-transition: all 1s ease-in-out .3s;
  transition: all 1s ease-in-out .3s;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}

.anim_add.fadeInUp2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anim.fadeInLeft {
  -webkit-transition: all 1.2s ease-in-out .3s;
  transition: all 1.2s ease-in-out .3s;
  opacity: 0;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

.anim_add.fadeInLeft {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anim.fadeInSp {
  -webkit-transition: all 1s ease-in-out .7s;
  transition: all 1s ease-in-out .7s;
  opacity: 0;
}

.anim_add.fadeInSp {
  opacity: 1;
}

.anim.fadeInRight {
  -webkit-transition: all 1s ease-in-out .3s;
  transition: all 1s ease-in-out .3s;
  opacity: 0;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.anim_add.fadeInRight {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anim.itemFade_01 {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

.anim_add.itemFade_01 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anim.itemFade_02 {
  -webkit-transition: all 1s ease-in-out .3s;
  transition: all 1s ease-in-out .3s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

.anim_add.itemFade_02 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anim.itemFade_03 {
  -webkit-transition: all 1s ease-in-out .6s;
  transition: all 1s ease-in-out .6s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

.anim_add.itemFade_03 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anim.itemFade_04 {
  -webkit-transition: all 1s ease-in-out .9s;
  transition: all 1s ease-in-out .9s;
  opacity: 0;
  -webkit-transform: translate(5px, -10px);
          transform: translate(5px, -10px);
}

.anim_add.itemFade_04 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ---------------------------------------------------------------- *
  ハンバーガーの設定
* ---------------------------------------------------------------- */
.hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 80;
  padding: 3px 6px 8px;
  border-radius: 5px;
  opacity: 1;
}

.header.hide .hamburger {
  -webkit-transition: all .3s ease-in-out .05s;
  transition: all .3s ease-in-out .05s;
  opacity: 0;
}

.ham_fix .hamburger {
  opacity: 1 !important;
}

.toggle {
  display: none;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label .toggle-icon {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 28px;
  background: #fff;
  content: '';
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 28px;
  background: #fff;
  content: '';
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 13px);
  height: 14px;
  font-size: 6px;
  font-size: 0.6rem;
  color: #fff;
  text-align: center;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -9.5px, 0);
          transform: translate3d(-50%, -9.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before, .toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
  background: #fff;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.1px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .hamburger {
    display: block;
    top: 8px;
    right: 7px;
  }
  .toggle-label .toggle-icon {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .toggle-label .toggle-icon:before, .toggle-label .toggle-icon:after {
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .toggle-label .toggle-text {
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .toggle:checked ~ .toggle-label .toggle-icon {
    background-color: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .toggle:checked ~ .toggle-label .toggle-text:after {
    color: #fff !important;
    text-shadow: none;
  }
}
/*# sourceMappingURL=style.css.map */