@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
html.middle {
  font-size: 72.5%;
}
html.large {
  font-size: 83.125%;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1020px;
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
    font-size: 4.26vw;
  }
}

.wrapper {
  overflow: hidden;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .container {
    width: 89.33vw;
  }
}

a {
  color: #000;
}

.img_switch {
  visibility: hidden;
}

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

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

.notoserif {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.kerning {
  letter-spacing: -.05em;
}

/* header
--------------------------------------------------------------*/
.cmn_header {
  width: 100%;
  min-width: 1020px;
  background-color: #fff;
  box-shadow: 0 7px 5px rgba(35, 24, 21, 0.3);
  position: fixed;
  z-index: 1000;
  /* globalNav ---------- */
}
@media screen and (max-width: 640px) {
  .cmn_header {
    height: 14.66vw;
    background-color: #090304;
    box-shadow: none;
  }
}
.cmn_header .fontsize_area {
  height: 46px;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  background-color: #090304;
}
@media screen and (max-width: 640px) {
  .cmn_header .fontsize_area {
    font-size: 4vw;
  }
}
.cmn_header .fontsize_area .container {
  height: 26px;
  position: relative;
}
.cmn_header .fontsize_area .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  right: 120px;
}
.cmn_header .fontsize_area .inner p {
  padding: 0 20px 0 0;
}
.cmn_header .fontsize_area .inner ul {
  display: flex;
  flex-wrap: wrap;
}
.cmn_header .fontsize_area .inner ul li {
  width: 26px;
  height: 26px;
  padding: 0;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  letter-spacing: -.06em;
  border: 1px solid #fff;
  background-color: #090304;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cmn_header .fontsize_area .inner ul li {
    font-size: 4vw;
  }
}
.cmn_header .fontsize_area .inner ul li::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 1px;
  left: 1px;
}
.cmn_header .fontsize_area .inner ul li:hover, .cmn_header .fontsize_area .inner ul li.current {
  color: #090304;
  border: none;
  background-color: #fff;
}
.cmn_header .fontsize_area .inner ul li:hover::before, .cmn_header .fontsize_area .inner ul li.current::before {
  width: 24px;
  height: 24px;
  border: 1px solid #090304;
}
.cmn_header .nav {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav {
    width: 100%;
    height: 100%;
  }
}
.cmn_header .nav .logo {
  margin-right: 70px;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .logo {
    width: 21.86vw;
    margin-right: 10.66vw;
    padding-left: 2.66vw;
  }
}
.cmn_header .nav .logo a {
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.cmn_header .nav .logo a:hover {
  opacity: .5;
}
.cmn_header .nav .hamburger {
  display: none;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .hamburger {
    display: block;
    width: 9vw;
    height: 9vw;
    position: fixed;
    top: 3.4vw;
    right: 3.4vw;
    z-index: 100000;
  }
}
@media screen and (min-width: 641px) {
  .cmn_header .nav .global {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .global {
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 20vw 15vw 0;
    background-color: #090304;
    position: absolute;
    top: 0;
    z-index: 10000;
  }
}
.cmn_header .nav .global li {
  margin-right: 40px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .global li {
    display: inline-block;
    width: 41.33vw;
    margin-right: 0;
    margin-bottom: 8vw;
    font-size: 4.26vw;
    text-align: left;
  }
  .cmn_header .nav .global li.w100 {
    width: 26.66vw;
  }
}
.cmn_header .nav .global li a {
  display: flex;
  align-items: center;
  height: 57px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .global li a {
    height: auto;
    color: #fff;
    padding-left: 6.4vw;
    font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
}
.cmn_header .nav .global li.active a::before,
.cmn_header .nav .global li a::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  transition: .4s;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .global li.active a::before,
  .cmn_header .nav .global li a::before {
    content: "・";
    width: auto;
    height: auto;
    left: 0;
  }
}
.cmn_header .nav .global li a:hover::before, .cmn_header .nav .global li.active a::before {
  background-color: #ac0a0c;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .global li a:hover::before, .cmn_header .nav .global li.active a::before {
    background-color: inherit;
  }
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .global li.open_info {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .cmn_header .nav .global li.open_info {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .global li.open_info a {
    justify-content: center;
    padding: 2.66vw 8vw 2.66vw 0;
    background-image: url(../img/cmn/open_info_ico_sp.png);
    background-repeat: no-repeat;
    background-position: right 4vw center;
    background-size: 5.86vw auto;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .cmn_header .nav .global li.open_info a::before {
    content: none;
  }
}
.cmn_header .nav .info {
  position: absolute;
  top: 0;
  right: 65px;
}
@media screen and (max-width: 640px) {
  .cmn_header .nav .info {
    width: 42.66vw;
    position: static;
  }
}
.cmn_header .nav .info a {
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.cmn_header .nav .info a:hover {
  opacity: .5;
}

/* footer before
--------------------------------------------------------------*/
.footer_before {
  padding: 0 0 75px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer_before {
    padding: 0 0 18.66vw;
  }
}
.footer_before a {
  display: inline-block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.footer_before a:hover {
  opacity: .5;
}

/* footer
--------------------------------------------------------------*/
.cmn_footer {
  padding: 40px 0 0;
  color: #fff;
  text-align: center;
  background-image: url(../img/cmn/footer_bg_pc.jpg);
  position: relative;
  /* pagetop ---------- */
}
@media screen and (max-width: 640px) {
  .cmn_footer {
    padding: 6.66vw 0 0;
    background-image: url(../img/cmn/footer_bg_sp.jpg);
  }
}
.cmn_footer a {
  color: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.cmn_footer a:hover {
  opacity: .5;
}
.cmn_footer .logo {
  display: inline-block;
  width: 144px;
  margin: 0 0 50px;
}
@media screen and (max-width: 640px) {
  .cmn_footer .logo {
    width: 34.13vw;
    margin: 0 0 5.3vw;
  }
}
.cmn_footer .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 30px;
}
@media screen and (max-width: 640px) {
  .cmn_footer .nav {
    justify-content: start;
    padding: 0 0 4vw;
  }
}
@media screen and (max-width: 640px) {
  .cmn_footer .nav li {
    margin-bottom: 2.66vw;
    font-size: 3.46vw;
  }
}
.cmn_footer .nav li a {
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .cmn_footer .nav li a {
    padding: 0 4vw;
  }
}
.cmn_footer .nav li:not(:last-child) a::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(-50%);
  margin-top: -7px;
}
@media screen and (max-width: 640px) {
  .cmn_footer .nav li:not(:last-child) a::after {
    height: 4vw;
  }
}
.cmn_footer .copyright {
  height: 55px;
  line-height: 55px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .cmn_footer .copyright {
    padding-left: 4vw;
    height: 13.33vw;
    line-height: 13.33vw;
    text-align: left;
  }
}
.cmn_footer .copyright small {
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .cmn_footer .copyright small {
    font-size: 3.2vw;
  }
}
.cmn_footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 15.9%;
  cursor: pointer;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
@media screen and (max-width: 640px) {
  .cmn_footer .pagetop {
    bottom: 45px;
    right: 2.66vw;
  }
}
.cmn_footer .pagetop:hover {
  opacity: .5;
}
.cmn_footer .pagetop img {
  width: 26px;
}

/* --------------------------------------------------------------
   下層_共通
-------------------------------------------------------------- */
/* BreadCrumb ---------- */
.mod_breadcrumb ol {
  margin-top: 103px;
  padding: 20px 0 13px;
}
.mod_breadcrumb ol li {
  display: inline;
  margin-right: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .mod_breadcrumb ol li {
    font-size: 3.2vw;
  }
}
.mod_breadcrumb ol li a {
  color: #040000;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.mod_breadcrumb ol li a:hover {
  opacity: .5;
}
.mod_breadcrumb ol li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/cmn/breadcrumb_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px auto;
  margin-left: 13px;
}

/* page title ---------- */
/* 01 */
.mod_subpage01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 160px;
  color: #fff;
  background-image: url(../img/cmn/subpage_bg_pc.jpg);
}
@media screen and (max-width: 640px) {
  .mod_subpage01 {
    margin-top: 14.66vw;
    height: 21.33vw;
    background-image: url(../img/cmn/subpage_bg_sp.jpg);
  }
  .mod_subpage01 span {
    display: block;
  }
}
.mod_subpage01 .en {
  font-size: 4.2rem;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .mod_subpage01 .en {
    font-size: 7.4vw;
    margin-right: 0;
    margin-bottom: .66vw;
  }
}
.mod_subpage01 .ja {
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  .mod_subpage01 .ja {
    font-size: 3.4vw;
  }
}

/* 02 */
.mod_subpage02 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
  color: #595757;
}
@media screen and (max-width: 640px) {
  .mod_subpage02 {
    padding-left: 2.66vw;
  }
}
.mod_subpage02 .notoserif {
  font-weight: 500;
}
.mod_subpage02 .en {
  font-size: 4.2rem;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .mod_subpage02 .en {
    font-size: 7.4vw;
    margin-right: 2.66vw;
  }
}
.mod_subpage02 .ja {
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  .mod_subpage02 .ja {
    font-size: 3.4vw;
  }
}

/* --------------------------------------------------------------
   Module_Element
-------------------------------------------------------------- */
/* mod_bg ---------- */
.mod_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* mod_tit ---------- */
.mod_tit01 {
  text-align: center;
}
.mod_tit01.bg_border {
  position: relative;
}
.mod_tit01.bg_border::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .mod_tit01.bg_border::before {
    content: none;
  }
}
.mod_tit01.bg_border .notoserif {
  display: inline-block;
  padding: 0 50px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .mod_tit01.bg_border .notoserif {
    padding: 0;
  }
}
.mod_tit01 span {
  display: block;
}
.mod_tit01 .notoserif {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mod_tit01 .notoserif {
    margin-bottom: 5.33vw;
    font-size: 8.53vw;
  }
}
.mod_tit01 .notosans {
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .mod_tit01 .notosans {
    font-size: 4.26vw;
  }
}

/* mod_btn ---------- */
/* 01 */
.mod_btn01 {
  position: relative;
  float: right;
  border-bottom: 1px solid;
}
@media screen and (max-width: 640px) {
  .mod_btn01 {
    float: none;
    width: 47.2vw;
  }
}
.mod_btn01 a {
  display: block;
  font-weight: 600;
  line-height: 2;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.mod_btn01 a:hover {
  opacity: .5;
}
.mod_btn01 a::after {
  content: ">";
  margin-left: 55px;
}
@media screen and (max-width: 640px) {
  .mod_btn01 a::after {
    margin-left: 0;
    position: relative;
    float: right;
  }
}

/* 02 */
.mod_btn02 {
  width: 310px;
  height: 58px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod_btn02 {
    width: 89.33vw;
    height: 16.53vw;
  }
}
.mod_btn02 a {
  display: block;
  line-height: 58px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #3e3a39;
  position: relative;
  transition: .4s;
}
@media screen and (max-width: 640px) {
  .mod_btn02 a {
    line-height: 16.53vw;
  }
}
.mod_btn02 a:hover {
  background-color: #000;
}
.mod_btn02 a::after {
  content: ">";
  position: absolute;
  right: 25px;
}
@media screen and (max-width: 640px) {
  .mod_btn02 a::after {
    right: 6.66vw;
  }
}

/* 03 */
.mod_btn03 {
  width: 310px;
  height: 58px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .mod_btn03 {
    width: 100%;
    height: 16.53vw;
  }
}
.mod_btn03 a {
  display: block;
  line-height: 58px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #3e3a39;
  position: relative;
  transition: .4s;
}
@media screen and (max-width: 640px) {
  .mod_btn03 a {
    line-height: 16.53vw;
  }
}
.mod_btn03 a:hover {
  background-color: #000;
}
.mod_btn03 a::before {
  content: "<";
  position: absolute;
  left: 25px;
}
@media screen and (max-width: 640px) {
  .mod_btn03 a::before {
    left: 6.66vw;
  }
}

/* 04 */
.mod_btn04 {
  width: 278px;
  height: 68px;
  margin: 45px auto 0;
}
@media screen and (max-width: 640px) {
  .mod_btn04 {
    width: 100%;
    height: 18.13vw;
    margin: 6.66vw auto 0;
  }
}
.mod_btn04 a {
  display: block;
  line-height: 68px;
  font-weight: 700;
  color: #999a9a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #797979;
  position: relative;
  transition: .4s;
}
@media screen and (max-width: 640px) {
  .mod_btn04 a {
    line-height: 18.13vw;
  }
}
.mod_btn04 a:hover {
  background-color: #eee;
}
.mod_btn04 a::before {
  content: "<";
  position: absolute;
  left: 25px;
}
@media screen and (max-width: 640px) {
  .mod_btn04 a::before {
    left: 6.66vw;
  }
}

/* Pagenavi ----------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 15px;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi {
    margin: 13.33vw 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.2rem;
  font-weight: 100;
  padding: 0 15px 15px;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 0 8.8vw 4vw;
    font-size: 4.26vw;
  }
}
.wp-pagenavi a {
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.wp-pagenavi a:hover {
  opacity: .5;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi a.previouspostslink {
    padding: 0 8.8vw 4vw 5.33vw;
  }
  .wp-pagenavi a.nextpostslink {
    padding: 0 5.33vw 4vw 8.8vw;
  }
}

/* TOP / ShowRoom
--------------------------------------------------------------*/
/* Productlist ----------- */
.mod_productlist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 55px;
  min-width: 1360px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mod_productlist {
    margin: 0 0 4vw;
  }
}
.mod_productlist li {
  width: calc(100% / 4);
  min-width: 340px;
}
@media screen and (max-width: 640px) {
  .mod_productlist li {
    width: 100%;
    min-width: inherit;
  }
}
.mod_productlist li.bg {
  background-image: url(../img/top/product_pic02.jpg);
}
@media screen and (max-width: 640px) {
  .mod_productlist li.bg {
    height: 50vw;
  }
}
.mod_productlist li.bg a {
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.mod_productlist li.bg a:hover {
  opacity: .5;
}
.mod_productlist li.bg .notoserif {
  margin: 0 0 10px;
  font-size: 4.1rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .mod_productlist li.bg .notoserif {
    margin: 0 0 2.66vw;
    font-size: 8.53vw;
  }
}
.mod_productlist li.bg .notosans {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 35px;
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .mod_productlist li.bg .notosans {
    margin-left: 0;
    font-size: 4.26vw;
  }
}
.mod_productlist li.bg .notosans::after {
  content: ">";
  margin-left: 35px;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .mod_productlist li.bg .notosans::after {
    content: none;
  }
}

/* TOP
--------------------------------------------------------------*/
/* MV ----------- */
.top_mv {
  margin-top: 103px;
}
@media screen and (max-width: 640px) {
  .top_mv {
    margin-top: 48px;
    position: relative;
  }
  .top_mv .scroll {
    width: 10.66vw;
    position: absolute;
    bottom: 4vw;
    left: 50%;
    margin-left: -5.33vw;
  }
}
.top_mv .slick-dots {
  bottom: 35px;
}
.top_mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.top_mv .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
}

/* MV After ----------- */
.top_mv_after {
  padding: 70px 0;
  background-image: url(../img/top/link_bg.jpg);
}
@media screen and (max-width: 640px) {
  .top_mv_after {
    padding: 2.66vw 0 4vw;
  }
}
.top_mv_after .link {
  display: flex;
  justify-content: center;
}
.top_mv_after .link li {
  width: 127px;
  margin: 0 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top_mv_after .link li {
    width: 26.66vw;
    margin: 0 4vw;
  }
}
.top_mv_after .link li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 276px;
  background-color: #472e1d;
  position: absolute;
  bottom: 0;
  right: -40px;
}
@media screen and (max-width: 640px) {
  .top_mv_after .link li:not(:last-child)::after {
    height: 100%;
    right: -4vw;
  }
}
.top_mv_after .link li a {
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.top_mv_after .link li a:hover {
  opacity: .5;
}

/* Sale ＆ Campaign ----------- */
.top_sale_campaign {
  padding: 50px 0 70px;
  color: #fff;
  background-image: url(../img/top/sale_campaign_bg.jpg);
}
@media screen and (max-width: 640px) {
  .top_sale_campaign {
    padding: 13.33vw 0 24vw;
    background-image: url(../img/top/sale_campaign_bg_sp.jpg);
  }
  .top_sale_campaign .container {
    width: 84vw;
  }
}
.top_sale_campaign a {
  display: block;
  color: #fff;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.top_sale_campaign a:hover {
  opacity: .5;
}
.top_sale_campaign .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .top_sale_campaign .list {
    margin-top: 12vw;
  }
}
.top_sale_campaign .list li {
  width: 280px;
}
@media screen and (max-width: 640px) {
  .top_sale_campaign .list li {
    width: 100%;
    margin-bottom: 10.66vw;
  }
}
.top_sale_campaign .list li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 640px) {
  .top_sale_campaign .list li:not(:last-child) {
    margin-right: 0;
  }
}
.top_sale_campaign .list .pic {
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .top_sale_campaign .list .pic {
    margin-bottom: 1.33vw;
  }
}
.top_sale_campaign .list .desc {
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.9;
  letter-spacing: -.08em;
}
@media screen and (max-width: 640px) {
  .top_sale_campaign .list .desc {
    font-size: 4.26vw;
    line-height: 1.73;
  }
}
.top_sale_campaign .mod_btn01 {
  margin: 55px 0 0;
  right: 20px;
}
@media screen and (max-width: 640px) {
  .top_sale_campaign .mod_btn01 {
    margin: 0 auto;
    right: auto;
    font-size: 4.26vw;
  }
}

/* Brand ----------- */
.top_brand {
  padding: 45px 30px 20px;
}
@media screen and (max-width: 640px) {
  .top_brand {
    width: 84vw;
    padding: 12vw 0;
  }
}
.top_brand .slider02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top_brand .slider02 {
    margin: 16vw 0 20vw;
  }
}
.top_brand .slider02 .slide_arrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.top_brand .slider02 .slide_arrow:hover {
  opacity: .5;
}
@media screen and (max-width: 640px) {
  .top_brand .slider02 .slide_arrow {
    width: 6.4vw;
    height: 26.66vw;
    top: -9.3vw;
  }
}
.top_brand .slider02 .slide_arrow.prev_arrow {
  left: -30px;
}
@media screen and (max-width: 640px) {
  .top_brand .slider02 .slide_arrow.prev_arrow {
    left: -6.4vw;
  }
}
.top_brand .slider02 .slide_arrow.next_arrow {
  right: -30px;
}
@media screen and (max-width: 640px) {
  .top_brand .slider02 .slide_arrow.next_arrow {
    right: -6.4vw;
  }
}
.top_brand .slider02 li {
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .top_brand .slider02 li {
    margin: 0 3vw;
  }
}
.top_brand .slider02 li a {
  display: inline-block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.top_brand .slider02 li a:hover {
  opacity: .5;
}
.top_brand .slider02 li img {
  display: inline-block;
  height: 27px;
}
@media screen and (max-width: 640px) {
  .top_brand .slider02 li img {
    height: auto;
    width: 100%;
  }
}
.top_brand .slick-initialized .slick-track {
  display: flex;
  justify-content: center;
}
.top_brand .slick-slide {
  display: inline-block;
  width: 135px !important;
}
@media screen and (max-width: 640px) {
  .top_brand .slick-slide {
    width: 36vw !important;
  }
}
.top_brand .slick-list,
.top_brand .slick-track {
  width: 100%;
}
.top_brand .mod_btn01 {
  color: #3e3a39;
  right: -15px;
}
@media screen and (max-width: 640px) {
  .top_brand .mod_btn01 {
    width: 38vw;
    margin: 0 auto;
    border-bottom: none;
    right: auto;
    font-size: 4.26vw;
  }
}
.top_brand .mod_btn01 a {
  color: #3e3a39;
}
@media screen and (max-width: 640px) {
  .top_brand .mod_btn01 a {
    font-weight: 300;
  }
}
@media screen and (max-width: 640px) {
  .top_brand .mod_btn01 a::after {
    margin-left: 4.2vw;
  }
}

/* Information ----------- */
.top_infomation {
  padding: 90px 0 85px;
  color: #3e3a39;
  background-color: #fff1e1;
}
@media screen and (max-width: 640px) {
  .top_infomation {
    padding: 13.33vw 0 17.33vw;
    color: #040000;
  }
  .top_infomation .container {
    width: 94.66vw;
  }
}
.top_infomation .newslist {
  margin: 25px 0 55px;
}
@media screen and (max-width: 640px) {
  .top_infomation .newslist {
    margin: 2.66vw 0 5.33vw;
  }
}
.top_infomation .newslist li {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .top_infomation .newslist li {
    font-size: 4.26vw;
  }
}
.top_infomation .newslist li:not(:last-child) {
  border-bottom: 1px solid #231815;
}
.top_infomation .newslist li a {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  color: #3e3a39;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.top_infomation .newslist li a:hover {
  opacity: .5;
}
@media screen and (max-width: 640px) {
  .top_infomation .newslist li a {
    padding: 2.66vw;
  }
}
.top_infomation .newslist time {
  width: 175px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .top_infomation .newslist time {
    width: 100%;
  }
}
.top_infomation .newslist .tit {
  float: right;
  width: calc(100% - 190px);
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .top_infomation .newslist .tit {
    float: none;
    width: 100%;
  }
}

/* ShowRoom
--------------------------------------------------------------*/
/* MV ----------- */
.showroom_mv {
  background-image: url(../img/showroom/mv_bg_pc.jpg);
  box-shadow: 0 7px 5px rgba(35, 24, 21, 0.3);
}
@media screen and (max-width: 640px) {
  .showroom_mv {
    padding: 5.33vw 0;
    background-image: url(../img/showroom/mv_bg_sp.jpg);
  }
}
.showroom_mv .container {
  position: relative;
}
.showroom_mv .container .desc {
  height: 475px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .showroom_mv .container .desc {
    height: auto;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    position: static;
    transform: translateY(0);
  }
}
.showroom_mv .container .desc .tit {
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .showroom_mv .container .desc .tit {
    margin: 4vw 0 1.33vw;
    line-height: 1.2;
  }
}
.showroom_mv .container .desc .tit span {
  display: block;
  font-weight: 200;
  letter-spacing: -.06em;
}
.showroom_mv .container .desc .tit .indent01 {
  font-size: 2.4rem;
  position: relative;
  top: -20px;
}
@media screen and (max-width: 640px) {
  .showroom_mv .container .desc .tit .indent01 {
    font-size: 6.4vw;
    top: 0;
  }
}
.showroom_mv .container .desc .tit .indent02 {
  padding-top: 10px;
  font-size: 3.4rem;
}
@media screen and (max-width: 640px) {
  .showroom_mv .container .desc .tit .indent02 {
    padding: 1.33vw 0 2.66vw 9.33vw;
    font-size: 9.1vw;
  }
}
.showroom_mv .container .desc .txt {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .showroom_mv .container .desc .txt {
    font-size: 4.26vw;
    line-height: 1.93;
  }
}

.middle .showroom_mv .desc {
  height: 500px;
}
@media screen and (max-width: 640px) {
  .middle .showroom_mv .desc {
    height: auto;
  }
}
.middle .showroom_mv .desc .txt {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .middle .showroom_mv .desc .txt {
    font-size: 4.26vw;
  }
}

.large .showroom_mv .desc {
  height: 610px;
}
@media screen and (max-width: 640px) {
  .large .showroom_mv .desc {
    height: auto;
  }
}
.large .showroom_mv .desc .txt {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .large .showroom_mv .desc .txt {
    font-size: 4.26vw;
  }
}

/* Floor Information ----------- */
.showroom_floor {
  padding: 115px 0 95px;
}
@media screen and (max-width: 640px) {
  .showroom_floor {
    width: 89.33vw;
    padding: 10.66vw 0 13.33vw;
  }
}
.showroom_floor .mod_tit01 {
  margin: 0 0 45px;
}
@media screen and (max-width: 640px) {
  .showroom_floor .mod_tit01 {
    margin: 0 0 8vw;
  }
  .showroom_floor .mod_tit01 .notoserif {
    margin-bottom: 2.66vw;
  }
}
.showroom_floor .slide_dots {
  margin: 55px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .showroom_floor .slide_dots {
    margin: 13.33vw 0 0;
  }
}
.showroom_floor .slide_dots li {
  display: flex;
  height: 42px;
  margin: 0 25px;
  border-bottom: 3px solid transparent;
  transition: .4s;
  position: relative;
}
@media screen and (max-width: 640px) {
  .showroom_floor .slide_dots li {
    height: 11.2vw;
    margin: 0 2.66vw;
  }
  .showroom_floor .slide_dots li:first-child {
    margin: 0 2.66vw 0 0;
  }
  .showroom_floor .slide_dots li:last-child {
    margin: 0 0 0 2.66vw;
  }
}
.showroom_floor .slide_dots li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #3e3a39;
  position: absolute;
  right: -25px;
  top: 0;
}
@media screen and (max-width: 640px) {
  .showroom_floor .slide_dots li:not(:last-child)::after {
    right: -2.6vw;
  }
}
.showroom_floor .slide_dots li:hover, .showroom_floor .slide_dots li.slick-active {
  border-bottom: 3px solid #56003a;
}
.showroom_floor .slide_dots [type="button"] {
  width: 110px;
  font-size: 1.9rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .showroom_floor .slide_dots [type="button"] {
    width: 26.13vw;
    font-size: 5.1vw;
  }
}
.showroom_floor .slide_dots [type="button"]::after {
  content: "　階";
}

/* Access ----------- */
@media screen and (max-width: 640px) {
  .showroom_access {
    padding: 5.33vw 0 0;
  }
}
.showroom_access .container {
  position: relative;
}
.showroom_access .container .tit {
  font-size: 3.2rem;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .showroom_access .container .tit {
    font-size: 5.6vw;
    position: static;
  }
}
.showroom_access .inner {
  display: flex;
  flex-wrap: wrap;
}
.showroom_access .inner .pic,
.showroom_access .inner .info {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .showroom_access .inner .pic,
  .showroom_access .inner .info {
    width: 100%;
  }
}
.showroom_access .inner .pic {
  display: inline-block;
  padding-top: 15px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .showroom_access .inner .pic {
    padding: 2.66vw 0 8vw;
    text-align: center;
  }
}
.showroom_access .inner .info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: 300px;
  padding-left: 30px;
  color: #fff;
  background-color: #040000;
}
@media screen and (max-width: 640px) {
  .showroom_access .inner .info {
    height: auto;
    padding: 6.66vw 0 9.33vw 9.33vw;
  }
}
.showroom_access .inner .info .name {
  padding-left: 5px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  .showroom_access .inner .info .name {
    padding-left: 1.3vw;
    margin-bottom: 5.33vw;
    font-size: 6.9vw;
  }
}
.showroom_access .inner .info .name .desc {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .showroom_access .inner .info .name .desc {
    font-size: 4.26vw;
  }
}
.showroom_access .inner .info address {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 640px) {
  .showroom_access .inner .info address {
    font-size: 4.26vw;
    line-height: 1.83;
  }
  .showroom_access .inner .info address .ml {
    margin-left: -.5em;
  }
}
.showroom_access .inner .info address .ls {
  letter-spacing: -.5em;
}

/* GoogleMap ----------- */
.showroom_gmap {
  margin: 60px 0 40px;
}
@media screen and (max-width: 640px) {
  .showroom_gmap {
    margin: 0 0 8vw;
  }
}
.showroom_gmap iframe {
  width: 100%;
  height: 379px;
}
@media screen and (max-width: 640px) {
  .showroom_gmap iframe {
    height: 85.33vw;
  }
}

/* Brand 一覧
--------------------------------------------------------------*/
.brand_list {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 0;
}
@media screen and (max-width: 640px) {
  .brand_list {
    padding: 5.33vw 0 0;
  }
}
.brand_list li {
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .brand_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 9.33vw;
  }
}
.brand_list li:nth-child(3n) {
  margin-right: 0;
}
.brand_list li a {
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.brand_list li a:hover {
  opacity: .5;
}
.brand_list li .pic {
  position: relative;
}
.brand_list li .pic::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/brand/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 640px) {
  .brand_list li .pic::after {
    width: 5.86vw;
    height: 5.86vw;
    background-size: 5.86vw auto;
    bottom: 2.66vw;
    right: 2.66vw;
  }
}
.brand_list li .tit {
  margin: 15px 0 10px;
  padding-left: 15px;
  font-size: 1.5rem;
  color: #40220f;
  background-image: url(../img/brand/ico.png);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: left center;
}
@media screen and (max-width: 640px) {
  .brand_list li .tit {
    margin: 4vw 0 2.66vw;
    padding-left: 4.53vw;
    font-size: 4.5vw;
    background-size: 4vw auto;
    background-position: left top 1.8vw;
  }
}
.brand_list li .desc {
  font-size: 1.2rem;
  font-weight: 100;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .brand_list li .desc {
    font-size: 4.26vw;
    line-height: 1.5;
  }
}

/* Brand 詳細
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .brand_detail_page article {
    padding: 14.66vw 0 0;
  }
}

.brand_detail_content .name_tit {
  margin: 10px 0;
  font-size: 3.9rem;
  color: #3e3a39;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .name_tit {
    margin: 8vw 0 2.66vw;
    font-size: 8vw;
  }
}
.brand_detail_content .desc .txt,
.brand_detail_content .post p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.84;
  color: #3e3a39;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .desc .txt,
  .brand_detail_content .post p {
    font-size: 4.26vw;
    line-height: 1.62;
  }
}
.brand_detail_content .inner {
  padding: 120px 0 85px;
  border-bottom: 1px solid #727171;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .inner {
    padding: 5.33vw 0 9.33vw;
  }
}
.brand_detail_content .inner .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .inner .container {
    flex-direction: column;
  }
}
.brand_detail_content .inner .container .pic {
  width: 516px;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .inner .container .pic {
    width: 100%;
  }
}
.brand_detail_content .inner .container .desc {
  width: 440px;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .inner .container .desc {
    width: 100%;
    margin-right: 0;
  }
}
.brand_detail_content .post {
  width: 700px;
  margin: 0 auto;
  padding: 120px 0 45px;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .post {
    width: 89.33vw;
    padding: 9.33vw 0 14.66vw;
  }
}
.brand_detail_content .post h3 {
  padding-left: 20px;
  margin: 0 0 25px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: .06em;
  border-left: 4px solid #040000;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .post h3 {
    padding: .8vw 0 .8vw 4vw;
    margin: 0 0 6.66vw;
    font-size: 4.26vw;
    border-width: 1.06vw;
  }
}
.brand_detail_content .post p {
  padding: 10px 0 30px;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .post p {
    margin: 4vw 0;
  }
}
.brand_detail_content .post p img {
  display: block;
  margin-top: -10px;
  margin-bottom: -30px;
}
.brand_detail_content .post video,
.brand_detail_content .post iframe {
  width: 700px;
  height: 393px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .brand_detail_content .post video,
  .brand_detail_content .post iframe {
    width: 89.33vw;
    height: 50.24vw;
  }
}
.brand_detail_content .post_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.brand_detail_content .post_content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.brand_detail_content .post_content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* Product 一覧
--------------------------------------------------------------*/
.product_content {
  padding: 75px 0;
}
@media screen and (max-width: 640px) {
  .product_content {
    width: 100%;
    padding: 0 0 25px;
  }
}
.product_content .product_wrap {
  display: flex;
  flex-wrap: wrap;
}
.product_content .product_wrap .tit {
  font-size: 1.6rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .tit {
    font-size: 4.26vw;
  }
}
.product_content .product_wrap .search {
  width: 220px;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .search {
    width: 100%;
    margin: 0 0 5.33vw;
  }
}
.product_content .product_wrap .search .acc + .acc {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .search .acc + .acc {
    margin-top: 0;
  }
}
.product_content .product_wrap .search .tit {
  margin: 0 0 25px;
  padding-left: 25px;
  color: #040000;
  background-image: url(../img/product/ico01.png);
  background-size: 13px auto;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .search .tit {
    margin: 0;
    padding: 2.66vw 2.66vw 2.66vw 10.66vw;
    background-color: #dfd7be;
    background-position: left 2.66vw center;
    border-bottom: 1px solid #040000;
    position: relative;
  }
  .product_content .product_wrap .search .tit::after {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background-image: url(../img/product/open.png);
    background-repeat: no-repeat;
    background-size: 3.2vw auto;
    position: absolute;
    top: 50%;
    right: 2.66vw;
    margin-top: -1.6vw;
  }
  .product_content .product_wrap .search .tit.active::after {
    background-image: url(../img/product/close.png);
    background-size: 2.2vw auto;
    margin-top: 0;
  }
}
.product_content .product_wrap .search dd {
  font-size: 1.2rem;
}
@media screen and (min-width: 641px) {
  .product_content .product_wrap .search dd {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .search dd {
    display: none;
    width: 100%;
    padding: 4vw 0;
    font-size: 4vw;
    border-bottom: 1px solid #040000;
    cursor: pointer;
  }
}
.product_content .product_wrap .search dd a {
  display: block;
  padding: 4px 10px 4px 30px;
  color: #040000;
  position: relative;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .search dd a {
    padding: 2.66vw 6.66vw 2.66vw 16vw;
  }
}
.product_content .product_wrap .search dd a::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  margin-top: -2px;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .search dd a::before {
    left: 6.66vw;
  }
}
.product_content .product_wrap .search dd a:hover,
.product_content .product_wrap .search dd li.current-cat {
  background-color: #dfd7be;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .search dd a:hover,
  .product_content .product_wrap .search dd li.current-cat {
    background-color: inherit;
  }
}
.product_content .product_wrap .list {
  width: calc(100% - 260px);
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list {
    width: 100%;
  }
}
.product_content .product_wrap .list .tit {
  margin: 0 0 50px;
  padding-left: 40px;
  color: #40220f;
  line-height: 1.66;
  background-image: url(../img/product/ico02.png);
  background-size: 30px auto;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list .tit {
    margin: 0 0 2.66vw;
    padding-left: 13.33vw;
    background-size: 8vw auto;
    background-position: left 2.66vw center;
  }
}
.product_content .product_wrap .list .inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list .inner {
    width: 94.66vw;
    margin: 0 auto;
  }
}
.product_content .product_wrap .list .inner li {
  width: 220px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list .inner li {
    width: 41.86vw;
    margin: 0 2.66vw 5.33vw;
  }
}
.product_content .product_wrap .list .inner li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list .inner li:nth-child(3n) {
    margin: 0 2.66vw 5.33vw;
  }
}
.product_content .product_wrap .list .inner a {
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.product_content .product_wrap .list .inner a:hover {
  opacity: .5;
}
.product_content .product_wrap .list .inner .pic {
  margin: 0 0 5px;
}
.product_content .product_wrap .list .inner .label {
  width: 54px;
  height: 14px;
  line-height: 14px;
  padding: 0 5px;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  background-color: #bd0d23;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list .inner .label {
    width: 13.33vw;
    font-size: 2.1vw;
  }
}
.product_content .product_wrap .list .inner .label.nolabel {
  background-color: #fff;
}
.product_content .product_wrap .list .inner .label a {
  color: #fff;
}
.product_content .product_wrap .list .inner .brand_name,
.product_content .product_wrap .list .inner .product_name {
  font-weight: 100;
}
.product_content .product_wrap .list .inner .price {
  font-weight: 700;
}
.product_content .product_wrap .list .inner .brand_name,
.product_content .product_wrap .list .inner .price {
  font-size: 1.2rem;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list .inner .brand_name,
  .product_content .product_wrap .list .inner .price {
    font-size: 3.2vw;
  }
}
.product_content .product_wrap .list .inner .product_name {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .product_content .product_wrap .list .inner .product_name {
    font-size: 4vw;
  }
}
.product_content .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0;
}
.product_content .btn a {
  display: block;
  width: 508px;
  border: 1px solid #000;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.product_content .btn a:hover {
  opacity: .5;
}
@media screen and (max-width: 640px) {
  .product_content .btn a {
    width: 94.66vw;
  }
}

/* Product 詳細
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .product_detail_page article {
    padding: 14.66vw 0 0;
  }
}

.product_detail_content {
  padding: 73px 0 90px;
}
@media screen and (max-width: 640px) {
  .product_detail_content {
    padding: 8vw 0;
  }
}
.product_detail_content .desc,
.product_detail_content .post_content p {
  color: #595757;
}
.product_detail_content .inner {
  display: flex;
  flex-wrap: wrap;
}
.product_detail_content .inner .img {
  width: 600px;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .img {
    width: 100%;
    margin-right: 0;
  }
}
.product_detail_content .inner .desc {
  width: calc(100% - 635px);
  padding: 25px 0 0;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .desc {
    width: 100%;
    padding: 5.33vw 0 0;
  }
}
.product_detail_content .inner .desc .brand_name,
.product_detail_content .inner .desc .product_name,
.product_detail_content .inner .desc .free_space {
  font-weight: 400;
}
.product_detail_content .inner .desc .brand_name {
  margin: 0 0 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .desc .brand_name {
    margin: 0 0 2.66vw;
    font-size: 4vw;
  }
}
.product_detail_content .inner .desc .product_name {
  font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .desc .product_name {
    font-size: 6.9vw;
  }
}
.product_detail_content .inner .desc dl {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .desc dl {
    margin: 5.33vw 0 2.66vw;
    font-size: 4.26vw;
  }
}
.product_detail_content .inner .desc dl dt {
  width: 130px;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .desc dl dt {
    width: 31vw;
    letter-spacing: -.13em;
  }
}
.product_detail_content .inner .desc dl dd {
  width: calc(100% - 130px);
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .desc dl dd {
    width: calc(100% - 31vw);
    letter-spacing: -.05em;
  }
}
.product_detail_content .inner .desc dl dd::before {
  content: ":";
  color: #595757;
  position: absolute;
  left: 0;
}
.product_detail_content .inner .desc dl dd.f_red {
  color: #eb1a23;
}
.product_detail_content .inner .desc .free_space {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .product_detail_content .inner .desc .free_space {
    font-size: 4.26vw;
    line-height: 1.5;
    letter-spacing: -.05em;
  }
}
.product_detail_content .post_content {
  width: 700px;
  margin: 140px auto 0;
}
@media screen and (max-width: 640px) {
  .product_detail_content .post_content {
    width: 89.33vw;
    margin: 10.66vw auto 0;
  }
}
.product_detail_content .post_content video,
.product_detail_content .post_content iframe {
  width: 700px;
  height: 393px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .product_detail_content .post_content video,
  .product_detail_content .post_content iframe {
    width: 89.33vw;
    height: 50.24vw;
  }
}
.product_detail_content .post_content img {
  display: block;
}
.product_detail_content .post_content p + p {
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .product_detail_content .post_content p + p {
    margin-top: 6.66vw;
  }
}
.product_detail_content .post_content p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .product_detail_content .post_content p {
    font-size: 4.26vw;
    line-height: 1.75;
  }
}
.product_detail_content .mod_btn03 {
  margin: 105px auto 0;
}
@media screen and (max-width: 640px) {
  .product_detail_content .mod_btn03 {
    width: 89.33vw;
    margin: 12vw auto 0;
  }
}
.product_detail_content .post_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.product_detail_content .post_content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.product_detail_content .post_content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* News 一覧
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .news_page article {
    padding: 14.66vw 0 0;
  }
}

.news_content {
  padding: 50px 0 60px;
}
@media screen and (max-width: 640px) {
  .news_content {
    padding: 5.33vw 0 5.33vw;
  }
}
@media screen and (max-width: 640px) {
  .news_content .container {
    width: 94.66vw;
  }
}
.news_content .list {
  padding: 45px 0 60px;
}
@media screen and (max-width: 640px) {
  .news_content .list {
    padding: 2.66vw 0 26.66vw;
  }
}
.news_content .list li {
  width: 100%;
  border-bottom: 1px dotted #595757;
}
.news_content .list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 15px 20px;
  color: #595757;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.news_content .list li a:hover {
  opacity: .5;
}
@media screen and (max-width: 640px) {
  .news_content .list li a {
    padding: 4vw 2.66vw;
  }
}
.news_content .list li time {
  width: 150px;
}
@media screen and (max-width: 640px) {
  .news_content .list li time {
    width: 36vw;
  }
}
.news_content .list li .cat {
  width: 130px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  margin-right: 30px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news_content .list li .cat {
    width: auto;
    height: 5.33vw;
    line-height: 5.33vw;
    padding: 0 5.33vw;
    font-size: 3.2vw;
  }
}
.news_content .list li .cat.cat_color01 {
  background-color: #530056;
}
.news_content .list li .cat.cat_color02 {
  background-color: #bd0d23;
}
.news_content .list li .tit {
  width: calc(100% - 310px);
}
@media screen and (max-width: 640px) {
  .news_content .list li .tit {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news_content .wp-pagenavi {
    margin: 0;
  }
}

/* News 詳細
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .news_detail_page article {
    padding: 14.66vw 0 0;
  }
}

.news_detail_content {
  padding: 50px 0 110px;
}
@media screen and (max-width: 640px) {
  .news_detail_content {
    padding: 5.33vw 0 6.66vw;
  }
}
.news_detail_content .mod_subpage02 {
  padding-left: 0;
}
.news_detail_content .tit {
  margin: 80px 0 30px;
}
@media screen and (max-width: 640px) {
  .news_detail_content .tit {
    margin: 9.33vw 0 2.66vw;
    position: relative;
  }
}
.news_detail_content .tit.cat > div {
  width: 130px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .news_detail_content .tit.cat > div {
    width: auto;
    height: 5.33vw;
    line-height: 5.33vw;
    padding: 0 5.33vw;
    margin-bottom: 0;
    font-size: 3.2vw;
    position: absolute;
    top: 0;
    left: 36vw;
  }
}
.news_detail_content .tit.cat.cat_color01 > div {
  background-color: #530056;
}
.news_detail_content .tit.cat.cat_color02 > div {
  background-color: #bd0d23;
}
.news_detail_content .tit time,
.news_detail_content .tit h3 {
  color: #595757;
}
@media screen and (max-width: 640px) {
  .news_detail_content .tit time {
    width: 36vw;
    font-size: 4.26vw;
  }
}
.news_detail_content .tit h3 {
  margin: 10px 0 0;
  font-size: 2.6rem;
}
@media screen and (max-width: 640px) {
  .news_detail_content .tit h3 {
    margin: 2.66vw 0 4vw;
    font-size: 5.8vw;
  }
}
.news_detail_content .post_content p {
  font-weight: 300;
  line-height: 2.78;
  color: #595757;
}
@media screen and (max-width: 640px) {
  .news_detail_content .post_content p {
    line-height: 1.625;
  }
}
.news_detail_content .post_content p + p {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .news_detail_content .post_content p + p {
    margin-top: 5.33vw;
  }
}
.news_detail_content .post_content p img {
  display: block;
}
@media screen and (max-width: 640px) {
  .news_detail_content .post_content p img {
    width: 85.33vw;
  }
}
.news_detail_content .mod_btn03 {
  margin: 130px auto 0;
}
@media screen and (max-width: 640px) {
  .news_detail_content .mod_btn03 {
    margin: 12vw auto 0;
  }
}
.news_detail_content .post_content .aligncenter {
  display: block;
  margin: 0 auto;
}
.news_detail_content .post_content .alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.news_detail_content .post_content .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* Company
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .company_page .mod_subpage01 .en {
    margin-bottom: 1.33vw;
  }
}
.company_page .tit {
  font-size: 3rem;
  font-weight: 200;
  letter-spacing: .46em;
}
@media screen and (max-width: 640px) {
  .company_page .tit {
    font-size: 6.9vw;
  }
}
.company_page .ml07 {
  margin-left: -7px;
}

.company_greeting {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 75px 0 100px;
}
@media screen and (max-width: 640px) {
  .company_greeting {
    padding: 5.33vw 0 8vw;
  }
}
.company_greeting .desc {
  width: 495px;
}
@media screen and (max-width: 640px) {
  .company_greeting .desc {
    width: 100%;
  }
}
.company_greeting .desc .tit {
  padding-top: 15px;
}
@media screen and (max-width: 640px) {
  .company_greeting .desc .tit {
    padding-top: 0;
  }
}
.company_greeting .desc .s_tit {
  margin: 50px 0 20px;
  font-size: 2.6rem;
  font-weight: 200;
  line-height: 1.36;
}
@media screen and (max-width: 640px) {
  .company_greeting .desc .s_tit {
    margin: 2.66vw 0 5.33vw;
    font-size: 5.6vw;
    line-height: 1.7;
  }
}
.company_greeting .desc .txt {
  font-weight: 300;
  line-height: 1.92;
}
@media screen and (max-width: 640px) {
  .company_greeting .desc .txt {
    line-height: 1.68;
  }
}
.company_greeting .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 416px;
}
@media screen and (max-width: 640px) {
  .company_greeting .pic {
    width: 100%;
    margin-top: 6.66vw;
  }
}

.company_about {
  padding: 90px 0 85px;
  color: #fff;
  background-image: url(../img/company/bg_pc.jpg);
}
@media screen and (max-width: 640px) {
  .company_about {
    padding: 8vw 0 4vw;
    background-image: url(../img/company/bg_sp.jpg);
  }
}
.company_about .tit {
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .company_about .tit {
    margin: 0 0 5.33vw;
  }
}
.company_about .parent {
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .company_about .parent {
    border-top: none;
  }
}
.company_about dt,
.company_about dd {
  font-weight: 300;
}
.company_about .parent > dt {
  float: left;
  width: 150px;
  padding: 5px 0 5px 10px;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dt {
    float: none;
    width: 100%;
    padding: 1.33vw 0 1.33vw 2.66vw;
    font-size: 4.26vw;
    color: #000;
    background-color: #fff;
  }
}
.company_about .parent > dd {
  padding: 5px 0 5px 150px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd {
    padding: 1.33vw 0 1.33vw 2.66vw;
    font-size: 4vw;
    border-bottom: none;
  }
  .company_about .parent > dd a {
    color: #fff;
  }
}
.company_about .parent > dd.border_none {
  border-bottom: none;
}
.company_about .parent > dd .circle {
  margin: 0 0 45px;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd .circle {
    margin: 0 0 21.33vw;
  }
}
.company_about .parent > dd .circle li {
  line-height: 2.1;
}
.company_about .parent > dd .circle li::before {
  content: "●";
}
.company_about .parent > dd .child {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd .child {
    padding: 4vw 0 0;
  }
}
.company_about .parent > dd .child dt,
.company_about .parent > dd .child dd {
  line-height: 2.3;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd .child dt,
  .company_about .parent > dd .child dd {
    line-height: 1.6;
  }
}
.company_about .parent > dd .child dt {
  width: 175px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd .child dt {
    float: none;
    width: 100%;
  }
}
.company_about .parent > dd .child dt.ls01 {
  letter-spacing: .3em;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd .child dt.ls01 {
    letter-spacing: 0;
  }
}
.company_about .parent > dd .child dt.ls02 {
  letter-spacing: .95em;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd .child dt.ls02 {
    letter-spacing: 0;
  }
}
.company_about .parent > dd .child dt .ls07 {
  letter-spacing: -.7em;
}
.company_about .parent > dd .child dd {
  width: calc(100% - 185px);
  letter-spacing: -.02em;
}
@media screen and (max-width: 640px) {
  .company_about .parent > dd .child dd {
    width: 100%;
    padding: 0 0 4vw 0;
  }
}

.company_history {
  padding: 90px 0 150px;
}
@media screen and (max-width: 640px) {
  .company_history {
    padding: 8vw 0 6.66vw;
  }
}
.company_history .tit {
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  .company_history .tit {
    margin: 0 0 6.66vw;
  }
}
.company_history dl {
  line-height: 2.3;
  border-top: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .company_history dl {
    line-height: 1.4;
    border-top: none;
  }
}
.company_history dl dt {
  float: left;
  width: 150px;
  padding: 5px 0 5px 10px;
}
@media screen and (max-width: 640px) {
  .company_history dl dt {
    float: none;
    width: 100%;
    padding: 1.33vw 0 1.33vw 2.66vw;
    color: #fff;
    background-color: #000;
  }
}
.company_history dl dd {
  padding: 5px 0 5px 150px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .company_history dl dd {
    padding: 1.33vw 0 1.33vw 2.66vw;
    border-bottom: none;
  }
}

/* Contact
--------------------------------------------------------------*/
/* Content ----------- */
.contact_contents {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 120px;
}
@media screen and (max-width: 640px) {
  .contact_contents {
    width: 89.33vw;
    padding: 0 0 5.33vw;
  }
}
.contact_contents .inner {
  padding: 30px 0 55px 45px;
}
@media screen and (max-width: 640px) {
  .contact_contents .inner {
    padding: 5.33vw 0;
  }
}
.contact_contents .inner .desc {
  font-size: 1.8rem;
  line-height: 1.38;
}
@media screen and (max-width: 640px) {
  .contact_contents .inner .desc {
    font-size: 3.7vw;
    line-height: 1.69;
  }
}
.contact_contents .tel {
  background-image: url(../img/contact/bg.jpg);
  background-repeat: no-repeat;
  background-size: 317px auto;
  background-position: right 10px bottom 50px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .contact_contents .tel {
    background-image: none;
  }
}
.contact_contents .tel .desc {
  color: rgba(64, 64, 64, 0.75);
}
.contact_contents .tel .desc span {
  display: block;
}
.contact_contents .tel .desc .strong01 {
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .contact_contents .tel .desc .strong01 {
    font-size: 4.8vw;
  }
}
.contact_contents .tel .desc .strong02 {
  margin: 0 0 10px;
  font-size: 3.5rem;
}
@media screen and (max-width: 640px) {
  .contact_contents .tel .desc .strong02 {
    margin: 0 0 1.33vw;
    font-size: 5.6vw;
  }
}
.contact_contents .tel .num {
  margin: 55px 0 30px;
}
@media screen and (max-width: 640px) {
  .contact_contents .tel .num {
    margin: 5.33vw 0 4vw;
  }
}
.contact_contents .tel .time {
  display: flex;
  flex-wrap: wrap;
}
.contact_contents .tel .time li {
  margin-right: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .contact_contents .tel .time li {
    margin-right: 2.66vw;
    font-size: 3.4vw;
  }
}
.contact_contents .tel .time span {
  display: inline-block;
  width: 78px;
  height: 22px;
  line-height: 21px;
  margin-right: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: rgba(64, 64, 64, 0.75);
}
@media screen and (max-width: 640px) {
  .contact_contents .tel .time span {
    width: 16.5vw;
    height: 4.5vw;
    line-height: 4.5vw;
    margin-right: 2.66vw;
    font-size: 2.9vw;
  }
}
.contact_contents .mail .desc {
  color: #201513;
}
@media screen and (max-width: 640px) {
  .contact_contents .mail .desc {
    color: rgba(64, 64, 64, 0.75);
  }
}
.contact_contents .mail .info {
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .contact_contents .mail .info {
    margin: 4vw 0 0;
  }
}
.contact_contents .mail .info a {
  display: inline-block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.contact_contents .mail .info a:hover {
  opacity: .5;
}
.contact_contents .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media screen and (max-width: 640px) {
  .contact_contents .btn_area {
    margin: 6.67vw 0 0;
  }
}
@media screen and (max-width: 640px) {
  .contact_contents .btn_area li {
    width: 100%;
    margin-bottom: 5.33vw;
  }
}
.contact_contents .btn_area li a {
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.contact_contents .btn_area li a:hover {
  opacity: .5;
}
.contact_contents .btn_area li img {
  border: 1px solid #000;
}

/* Privacy
--------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .privacy_page .mod_subpage01 .en {
    margin-bottom: 1.33vw;
  }
}

/* Content ----------- */
.privacy_contents {
  width: 1000px;
  margin: 0 auto;
  padding: 105px 0 75px;
}
@media screen and (max-width: 640px) {
  .privacy_contents {
    width: 89.33vw;
    padding: 2.6vw 0 0;
  }
}
.privacy_contents dt {
  padding: 15px 0;
  margin-bottom: 20px;
  font-size: 2.3rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .privacy_contents dt {
    padding: 4vw 0;
    margin-bottom: 4vw;
    font-size: 6.1vw;
    line-height: 1.3;
  }
}
.privacy_contents dt.border {
  border-top: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .privacy_contents dt.border {
    border-top: none;
  }
}
.privacy_contents dd {
  padding-right: 15px;
  margin: 0 0 40px;
  font-size: 1.9rem;
  line-height: 1.87;
}
@media screen and (max-width: 640px) {
  .privacy_contents dd {
    padding-right: 0;
    margin: 0 0 10.66vw;
    font-size: 4.26vw;
  }
  .privacy_contents dd.mb0 {
    margin-bottom: 0;
  }
}
.privacy_contents dd .circle {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .privacy_contents dd .circle {
    padding-left: 5.33vw;
  }
}
.privacy_contents dd .circle li::before {
  content: "・";
}

/* 404
--------------------------------------------------------------*/
/* Content ----------- */
.error404_contents {
  padding: 90px 0 120px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .error404_contents {
    width: 89.33vw;
    padding: 14.66vw 0 8vw;
  }
}
.error404_contents .tit {
  display: inline-block;
  width: 379px;
}
@media screen and (max-width: 640px) {
  .error404_contents .tit {
    width: 59.73vw;
  }
}
.error404_contents .catch {
  margin: 35px 0 20px;
  font-size: 2.8rem;
}
@media screen and (max-width: 640px) {
  .error404_contents .catch {
    margin: 5.33vw 0 2.66vw;
    font-size: 7.4vw;
  }
}
.error404_contents .desc {
  margin: 0 0 55px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .error404_contents .desc {
    margin: 0 0 10.66vw;
    font-size: 4.26vw;
  }
}
