@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Oswald");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.pc-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .pc-inline {
    display: none;
  }
}

.pc-inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pc-inline-block {
    display: none;
  }
}

.pc-table {
  display: table;
}

@media screen and (max-width: 768px) {
  .pc-table {
    display: none;
  }
}

.sp-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline;
  }
}

.sp-inline-block {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-inline-block {
    display: inline-block;
  }
}

.sp-table {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-table {
    display: table;
  }
}

html {
  font-size: 10px;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 1.4rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.oswald {
  font-family: 'Oswald', sans-serif;
}

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

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

article, section, div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  overflow-x: hidden;
  line-height: 1.8;
  text-align: center;
  background: #000;
  color: #fff;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  border-bottom: 1px solid #444;
  z-index: 1000;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 1000px) {
  header {
    background: #000;
  }
}

header .site-ttl {
  float: left;
  display: table;
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {
  header .site-ttl {
    float: none;
    display: block;
    padding-left: 20px;
    text-align: center;
  }
}

header .site-ttl h1 {
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 1000px) {
  header .site-ttl h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
}

header .site-ttl h1 img {
  width: 207px;
  height: auto;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 1000px) {
  header .site-ttl h1 img {
    width: 150px;
  }
}

.header-nav {
  float: right;
}

@media screen and (max-width: 1000px) {
  .header-nav {
    display: none;
    float: none;
    position: fixed;
    width: 100%;
    text-align: center;
    top: 44px;
    background: rgba(0, 0, 0, 0.9);
  }
}

.header-nav li {
  float: left;
  border-right: 1px solid #444;
}

.header-nav li:last-child {
  border-right: 0;
}

@media screen and (max-width: 1000px) {
  .header-nav li {
    float: none;
    border-right: 0;
    border-bottom: 1px solid #444;
  }
}

.header-nav li a {
  display: block;
  padding: 0px 40px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 1000px) {
  .header-nav li a {
    padding: 0px;
  }
}

.header-nav li a span {
  display: block;
  margin: 0 auto;
  padding: 29px 1.2em 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid transparent;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 1000px) {
  .header-nav li a span {
    padding: 14px 1.2em 10px;
  }
}

.header-nav li a:hover span {
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 1000px) {
  .header-nav li a:hover span {
    border-bottom: 3px solid transparent;
  }
}

@media screen and (max-width: 1000px) {
  .header-nav .nav02 a {
    padding: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .header-nav .nav03 a {
    padding: 0px;
  }
}

.header-nav .nav05 a {
  padding: 0px 22px;
}

@media screen and (max-width: 1000px) {
  .header-nav .nav05 a {
    padding: 0px;
  }
}

header.on {
  background: #000;
}

header.on li a span {
  padding: 14px 1.2em 10px;
}

header.on .site-ttl h1 {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

header.on .site-ttl h1 img {
  width: 180px;
}

@media screen and (max-width: 1000px) {
  header.on .site-ttl h1 img {
    width: 150px;
  }
}

.btn-menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  .btn-menu {
    display: block;
  }
}

.gsnav {
  position: fixed;
  top: 15px;
  right: 15px;
  border-left: 0;
  border-right: 0;
  text-align: right;
  line-height: 1;
  z-index: 4000;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 25px;
  height: 16px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.container {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
}

.main {
  width: 810px;
  margin: 0;
  padding: 0;
  background: #ccc;
}

footer {
  width: 100%;
  margin: 0 auto;
}

.footer-nav {
   margin-bottom: 40px; 
}

.footer-nav ul {
  overflow: hidden;
}

.footer-nav li {
  float: left;
  display: table;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* width: 25%; */
  width: 20%;

  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .footer-nav li {
    width: 50%;
  }
}

.footer-nav li a {
  display: table-cell;
  padding: 100px 0;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  font-weight: bold;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 768px) {
  .footer-nav li a {
    font-size: 1.4rem;
  }


  .sp_nav04  {
    width: 100% !important;
  }
  
  .sp_nav04 a {
    padding: 60px 0 !important;
  }
  
}

.footer-nav li a:hover {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.footer-nav li .nav01 {
  background: url(../img/img-philosophy.jpg) no-repeat center center;
  background-size: cover;
}

.footer-nav li .nav02 {
  background: url(../img/img-products.jpg) no-repeat center bottom;
  background-size: cover;
}

.footer-nav li .nav03 {
  background: url(../img/img-price.jpg) no-repeat center center;
  background-size: cover;
}

.footer-nav li .nav04 {
  background: url(../img/img-contact.jpg) no-repeat center center;
  background-size: cover;
}






.logos {
  margin-bottom: 30px;
}

.logos img {
  width: 207px;
  height: auto;
}

.copyright {
  padding-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.9rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
}

.btn-philosophy {
  position: relative;
  padding: 7px 80px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/btn-right-arrow.png) no-repeat 88% center;
  background-size: 7px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
}

.btn-philosophy:before, .btn-philosophy:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-philosophy:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.btn-philosophy:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-philosophy:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-philosophy:hover:before, .btn-philosophy:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-product {
  position: relative;
  padding: 15px 110px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/btn-right-arrow.png) no-repeat 90% center;
  background-size: 7px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
}

@media screen and (max-width: 768px) {
  .btn-product {
    padding: 15px 80px;
  }
}

.btn-product:before, .btn-product:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-product:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.btn-product:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-product:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-product:hover:before, .btn-product:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-googlemap {
  position: relative;
  padding: 7px 50px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/btn-right-arrow.png) no-repeat 90% center;
  background-size: 4px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
  font-size: 1.1rem;
}

.btn-googlemap:before, .btn-googlemap:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-googlemap:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.btn-googlemap:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-googlemap:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-googlemap:hover:before, .btn-googlemap:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-back {
  position: relative;
  padding: 15px 110px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/btn-left-arrow.png) no-repeat 10% center;
  background-size: 7px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
}

@media screen and (max-width: 768px) {
  .btn-back {
    padding: 15px 80px;
  }
}

.btn-back:before, .btn-back:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-back:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.btn-back:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-back:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-back:hover:before, .btn-back:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-more {
  display: inline-block;
  position: relative;
  padding: 5px 70px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/btn-right-arrow.png) no-repeat 90% center;
  background-size: 6px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 768px) {
  .btn-more {
    padding: 15px 80px;
  }
}

.btn-more:before, .btn-more:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-more:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.btn-more:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-more:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-more:hover:before, .btn-more:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-mail {
  display: inline-block;
  position: relative;
  padding: 15px 100px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/ico-mail.png) no-repeat 24% center;
  background-size: 18px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 768px) {
  .btn-mail {
    padding: 15px 80px;
  }
}

.btn-mail:before, .btn-mail:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-mail:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.btn-mail:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-mail:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-mail:hover:before, .btn-mail:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-send {
  background: url(../img/ico-send.png) no-repeat 90% center;
  background-size: 18px auto;
  padding: 15px 120px;
}

@media screen and (max-width: 768px) {
  .btn-send {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.ttlbox {
  padding: 60px 0 50px;
  font-family: 'Oswald', sans-serif;
}

.ttlbox p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.ttlbox__ttl {
  line-height: 1.5;
  font-size: 2.8rem;
  letter-spacing: 0.45em;
  font-weight: bold;
}

.inner {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.visual {
  position: relative;
  padding-top: 154px;
  background: url(../img/bg-main-visual.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 810px) {
  .visual {
    padding-top: 70px;
  }
}

.visual .foundus {
  position: absolute;
  top: 42%;
  left: -80px;
  width: 80px;
  background: url(../img/border-double.png) no-repeat left 38px;
  background-size: 25px auto;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@media screen and (max-width: 1160px) {
  .visual .foundus {
    display: none;
  }
}

.visual .foundus ul li {
  margin-bottom: 3px;
}

.visual .foundus ul .facebook img {
  width: 7px;
  height: auto;
}

.visual .foundus ul .instagram img {
  width: 11px;
  height: auto;
}

.visual .foundus.on {
  left: 0;
}

.visual .fondus-ttl {
  margin-bottom: 5px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

.visual .inner {
  display: table;
}

@media screen and (max-width: 768px) {
  .visual .inner {
    display: block;
  }
}

.visual .inner .description {
  display: table-cell;
  vertical-align: middle;
  width: 595px;
}

@media screen and (max-width: 860px) {
  .visual .inner .description {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .visual .inner .description {
    width: 100%;
    text-align: center;
  }
}

.visual .inner .description p {
  margin-bottom: 30px;
  line-height: 2.3;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}

.visual .inner .suit {
  display: table-cell;
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  vertical-align: middle;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .visual .inner .suit {
    display: block;
    text-align: center;
    padding-right: 0px;
    width: 100%;
  }
}

.visual .inner .suit .suit-slide {
  width: 400px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .visual .inner .suit .suit-slide {
    width: 100%;
  }
}

.visual .inner .suit .slick-slide {
  text-align: center;
}

.visual .inner .suit .slick-slide img {
  margin: 0 auto;
}

.visual .inner .suit img {
  width: 293px;
  height: auto;
}

.visual .inner .suit-slide {
  display: none;
}

.visual .inner .suit-slide.slick-initialized {
  display: block;
}

.visual-ttl {
  display: inline-block;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #fff;
}

.visual-ttl img {
  width: 282px;
  height: auto;
}

.products {
  padding-bottom: 80px;
  background: url(../img/bg-products.jpg) no-repeat center top;
  background-size: cover;
}

.products-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.products-list__box {
  position: relative;
  padding: 2px;
  width: 25%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
}

@media screen and (max-width: 768px) {
  .products-list__box {
    width: 50%;
  }
}

.products-list__box .date {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: right;
  background: rgba(0, 0, 0, 0.8);
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.products-list__box .caption-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: left;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.products-list__box .caption-area .caption {
  height: calc(100% - 90px);
  padding: 40px 30px;
  line-height: 1.92;
  font-size: 1.3rem;
}

.products-list__box .caption-area .caption span {
  display: block;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
}

.products-list__box .caption-area .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding-right: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  background: url(../img/btn-right-arrow.png) no-repeat right center;
  background-size: 5px auto;
}

.products-list__box a {
  display: block;
  text-decoration: none;
}

.products-list__box a:hover .date {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .products-list__box a:hover .date {
    opacity: 1;
  }
}

.products-list__box a:hover .caption-area {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .products-list__box a:hover .caption-area {
    opacity: 0;
  }
}

.sns {
  padding: 35px 0 25px;
  background: #3c390f;
}

@media screen and (max-width: 710px) {
  .sns {
    padding: 35px 15px 25px;
  }
}

.sns .facebook img {
  margin-right: 15px;
  vertical-align: -3px;
  width: 10px;
  height: auto;
}

.sns .instagram img {
  margin-right: 15px;
  vertical-align: -3px;
  width: 15px;
  height: auto;
}

.sns li {
  display: inline-block;
}

@media screen and (max-width: 710px) {
  .sns li {
    display: block;
  }
}

.sns li:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 710px) {
  .sns li:first-child {
    margin-right: 0px;
  }
}

.sns li a {
  display: inline-block;
  letter-spacing: 0.3em;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  position: relative;
  padding: 15px 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
}

@media screen and (max-width: 710px) {
  .sns li a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0px;
  }
}

.sns li a:before, .sns li a:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.sns li a:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.sns li a:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.sns li a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.sns li a:hover:before, .sns li a:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.maparea {
  position: relative;
}

.maparea-wrap {
  padding-top: 60px;
  position: absolute;
  right: 160px;
  top: 0;
  width: 540px;
  height: 100%;
  background: rgba(3, 10, 33, 0.9);
}

@media screen and (max-width: 1100px) {
  .maparea-wrap {
    right: 50px;
  }
}

@media screen and (max-width: 840px) {
  .maparea-wrap {
    width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .maparea-wrap {
    position: static;
    width: 100%;
    padding-bottom: 40px;
  }
}

.maparea-wrap address {
  margin-bottom: 80px;
  font-size: 1.3rem;
  letter-spacing: 0.3em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .maparea-wrap address {
    margin-bottom: 40px;
  }
}

.maparea-ttl {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.08em;
}

#googlemap {
  height: 400px;
}

.catch-area {
  display: table;
  width: 100%;
  height: 350px;
}

.price-catch {
  background: url(../img/catch-price.jpg) no-repeat center top;
  background-size: cover;
}

.catch-area__title {
  display: table-cell;
  padding-top: 70px;
  vertical-align: middle;
  text-align: center;
}

.catch-area__title p {
  font-family: serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.125em;
}

.catch-area__ttl {
  margin-bottom: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0.3em;
}

.catch-area__ttl:after {
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 110px;
  height: 0px;
  border-top: 1px solid #fff;
}

.price-nav {
  padding: 60px 0;
  border-bottom: 1px solid #3f3f3f;
}

@media screen and (max-width: 768px) {
  .price-nav {
    padding: 30px 0;
  }
}

.price-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .price-nav ul {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.price-nav ul li {
   margin-right: 2%;
   width: 18%;
 }

.price-nav ul li:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .price-nav ul li {
    width: 49%;
    margin-bottom: 2%;
  }
  .price-nav ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .price-nav ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.price-nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/btn-down-arrow.png) no-repeat 90% center;
  background-size: 12px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .price-nav ul li a {
    padding: 15px 0px;
  }
}

.price-nav ul li a:before, .price-nav ul li a:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.price-nav ul li a:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.price-nav ul li a:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.price-nav ul li a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.price-nav ul li a:hover:before, .price-nav ul li a:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.price-box {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  width: 1000px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .price-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.price-title {
  margin-bottom: 60px;
  text-align: center;
}

.price-title p {
  font-size: 1.6rem;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.125em;
}

.price-title__ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  letter-spacing: 0.25em;
  line-height: 1.2;
}

.price-title_2 {
  margin-bottom: 30px;
  text-align: center;
}

.price-title_2 p {
  font-family: 'Oswald', sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0.25em;
}

.price-title_2__ttl {
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  font-family: serif;
}

.sewing {
  margin-bottom: 60px;
}

.sewing-ttl {
  margin-bottom: 30px;
  font-family: serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  border-left: 1px solid #898224;
  padding-left: 12px;
  line-height: 1.4;
}

.price-title_2__ttl span {
  font-size: 1.2rem;
}

.sewing-list {
  margin-bottom: 30px;
}

.sewing-list dl {
  margin-bottom: 5px;
  display: table;
  width: 100%;
  background: url(../img/price-dot.png) repeat-x center center;
  background-size: auto 1px;
}
.three-piece {
	width:100%;
	text-align:right;
	font-size:1.2rem;
	letter-spacing:0.3em;
	margin-bottom: 15px;
}
.item_op {
	margin-top:10px;
	width:100%;
	padding-left:20px;
}

@media screen and (max-width: 768px) {
  .sewing-list dl {
    display: block;
    background: none;
  }
}

.sewing-list dl dt, .sewing-list dl dd {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sewing-list dl dt, .sewing-list dl dd {
    display: block;
    width: 100%;
  }
}

.sewing-list dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

.sewing-list dl dt span {
  padding-right: 3em;
  background: #000;
}

.sewing-list dl dd {
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 768px) {
  .sewing-list dl dd {
    text-align: left;
  }
}

.sewing-list dl dd span {
  padding-left: 1em;
  background: #000;
}

.sewing-list p {
  font-size: 1.3rem;
  color: #d3d3d3;
  letter-spacing: 0.3em;
  word-wrap: break-word;
}

.madein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.madein-box {
  padding: 25px 30px 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2%;
  text-align: center;
  border: 1px solid #75661f;
}
.madein-box2 {
  padding: 25px 30px 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8%;
  text-align: left;
  border: 1px solid #75661f;
}

.madein-box:nth-child(3n) {
  margin-right: 0;
}
.box-left {
	width:20%;
	float:left;
}
.box-right {
	width:70%;
	float:right;
	text-align:left;
}
.mt005 {
	margin-top:5%;
}
.mt010 {
	margin-top:10%;
}

@media screen and (max-width: 768px) {
  .madein-box {
    margin-bot;
	tom: 20px;
    width: 100%;
    margin-right: 0;
  }
}

.madein-box .flag {
  margin-bottom: 12px;
}

.madein-box .flag img {
  width: 75px;
  height: auto;
}

.madein-box dt {
  margin-bottom: 25px;
}

.madein-box dd {
  font-size: 1.2rem;
  line-height: 1.66;
  text-align: left;
  letter-spacing: 0.3em;
}
.madein-box ul {
	list-style-type:disc;
}

.option {
  margin-bottom: 60px;
  border: 1px solid #75661f;
  padding: 35px 40px 15px;
}
.op_01 {
	margin-top:10px;
	border:dotted 10px #000;
}

@media screen and (max-width: 768px) {
  .option {
    padding: 35px 20px 15px;
  }
}

.option ul {
  overflow: hidden;
}

.option ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}

.option ul li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .option ul li {
    float: none;
    width: 100%;
  }
}

.items {
  overflow: hidden;
}

.atentionMessage{
  text-align: center;
  margin-top: 25px;
  color: #999;
}

.items-photo {
  float: left;
  width: 47.8%;
}

@media screen and (max-width: 768px) {
  .items-photo {
    float: none;
    width: 100%;
  }
}

.items-photo__main {
  overflow: hidden;
  position: relative;
  float: left;
  width: 360px;
  height: 465px;
}

@media screen and (max-width: 768px) {
  .items-photo__main {
    float: none;
    width: 100%;
    margin-bottom: 4px;
  }
}

.items-photo__main p {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 465px;
}

.items-photo__main p:first-child {
  display: block;
}

@media screen and (max-width: 768px) {
  .items-photo__main p {
    width: 100%;
    height: auto;
  }
}

.items-photo__list {
  float: right;
  width: 112px;
}

@media screen and (max-width: 768px) {
  .items-photo__list {
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.items-photo__list li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .items-photo__list li {
    width: 32%;
    margin-right: 2%;
  }
  .items-photo__list li:nth-child(3n) {
    margin-right: 0;
  }
}

.items-ttl {
  float: right;
  width: 49%;
}

@media screen and (max-width: 768px) {
  .items-ttl {
    float: none;
    width: 100%;
  }
}

.items-ttl__ttl {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.5;
  border-bottom: 1px solid #444343;
}
.items-ttl__ttl2 {
	margin-bottom:30px
}

.items-ttl__ttl span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.3em;
}

.items-details dl {
  margin-bottom: 5px;
  display: table;
  width: 100%;
  background: url(../img/price-dot.png) repeat-x center center;
  background-size: auto 1px;
}
.opp {
	margin-left:5%;
}
.cort-tax {
	width:100%;
	text-align:right;
	font-weight: bold;
  	font-size: 1.0rem;
  	letter-spacing: 0.3em;
  	line-height: 1.5;
	margin-bottom:50px;
}

@media screen and (max-width: 768px) {
  .items-details dl {
    background: none;
  }
}

.items-details dl dt, .items-details dl dd {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.items-details dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

.items-details dl dt span {
  padding-right: 3em;
  background: #000;
}

.items-details dl dd {
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}

.items-details dl dd span {
  padding-left: 1em;
  background: #000;
}

.items-details .sum {
  margin-top: 10px;
  margin-bottom: 60px;
  text-align: right;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
}

.items-details .sum .tax {
  display: block;
  /* font-size: 1.0rem; */
  /* 202210 */
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
}
.tax {
  display: block;
  font-size: 1.0rem;
}
.items-details .sum .price {
  margin-left: 0.5em;
  font-size: 1.8rem;
}

.items-details .description {
  font-size: 1.5rem;
}

.pagetop {
  margin-bottom: 60px;
}

.pagetop img {
  width: 52px;
  height: auto;
}

.products-more-catch {
  background: url(../img/bg-main-visual.jpg) no-repeat center top;
  background-size: cover;
}

.products-more {
  padding-top: 90px;
  padding-bottom: 10px;
}

.products-more .items {
  margin-bottom: 70px;
}

.products-mores.btns {
  margin-bottom: 100px;
}

.products-titlearea {
  position: relative;
  border-top: 1px solid #373737;
  border-bottom: 1px solid #373737;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .products-titlearea {
    margin-bottom: 50px;
  }
}

.products-titlearea-btn {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #373737;
}

@media screen and (max-width: 768px) {
  .products-titlearea-btn {
    position: static;
    border-left: 0;
    border-top: 1px solid #373737;
  }
}

.products-titlearea-btn .wraps {
  display: table;
  font-family: serif;
  width: 500px;
}

@media screen and (max-width: 1140px) {
  .products-titlearea-btn .wraps {
    width: 350px;
  }
}

@media screen and (max-width: 880px) {
  .products-titlearea-btn .wraps {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .products-titlearea-btn .wraps {
    width: 100%;
  }
}

.products-titlearea-btn .wraps a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.125em;
  background: url(../img/btn-right-arrow.png) no-repeat 80% center;
  background-size: 10px auto;
}

@media screen and (max-width: 768px) {
  .products-titlearea-btn .wraps a {
    background: url(../img/btn-right-arrow.png) no-repeat 90% center;
    background-size: 10px auto;
    height: 133px !important;
  }
}

.products-titlearea-btn .wraps a span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
}

.products-titlearea-title {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.products-titlearea-title p {
  font-size: 1.6rem;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.125em;
}

.products-titlearea__ttl {
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  letter-spacing: 0.25em;
  line-height: 1.2;
}

.products-boxs {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  text-align: left;

  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .products-boxs {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.products-titles {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .products-titles {
    display: block;
  }
}

.products-titles p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .products-titles p {
    display: block;
  }
}

.products-titles__ttl {
  display: table-cell;
  vertical-align: middle;
  border-left: 2px solid #898224;
  width: 40%;
  font-size: 2.2rem;
  font-family: serif;
  letter-spacing: 0.125em;
  line-height: 1.6;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .products-titles__ttl {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
  }
}

.products-titles__ttl span {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}

.products-lists {
  /* margin-bottom: 80px; */
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mb5 {
	margin-bottom: 5px
}
@media screen and (max-width: 768px) {
  .products-lists {
    margin-bottom: 20px;
  }
}

.products-lists__box {
  width: 23.5%;
  margin-right: 2%;
}
.item_t {
	margin-bottom:5px;
	font-size:1.2em;
}
.item_d {
	margin-bottom:8px;
}
.item_m {
	list-style:square;
	list-style-position:inside;
	font-size:0.9em;
	color:#d3d3d3;
}
.item_s {
	font-size:small;
	margin-top:-5px;
	margin-bottom:20px;
}
.mt10 {
	margin-top:10px;
}
.products-lists__box:nth-child(4n) {
  margin-right: 0;
}
.products-video{
  margin: 15px auto;
  text-align:center;
  width: 560px;
}
.products-video iframe{
}
.products-video-t {
	width:700px;
	text-align:center;
	margin: 0 auto;
}


@media screen and (max-width: 768px) {
.products-video{
  position:relative;
  width:100%;
  padding-top:56.25%;
  margin-bottom:50px;
}
.products-video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.products-video-t {
	max-width: 100%;
	height:auto;
}


}

@media screen and (max-width: 768px) {
  .products-lists__box {
    margin-bottom: 20px;
    width: 49%;
  }
  .products-lists__box:nth-child(4n) {
    margin-right: 2%;
  }
  .products-lists__box:nth-child(2n) {
    margin-right: 0;
  }
}

.products-lists__box .photo {
  margin-bottom: 20px;
}

.products-lists__box .mores {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .products-lists__box .mores .btn-more {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}

.contact-catch {
  background: url(../img/contact-catch.jpg) no-repeat center top;
  background-size: cover;
}

.contact-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contact-inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-box {
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #444;
}

.contact-box__ttl {
  margin-bottom: 70px;
  text-align: center;
}

.contact-box__ttl p {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
}

.contact-box__ttl__title {
  font-size: 2.8rem;
  letter-spacing: 0.225em;
  font-family: serif;
}

@media screen and (max-width: 768px) {
  .contact-box__ttl__title {
    font-size: 1.8rem;
    letter-spacing: 0em;
  }
}

.contact-wrap {
  margin-bottom: 20px;
}

.contact-step__title {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  height: 53px;
  text-indent: -9999px;
}

.contact-step__title.step1 {
  background: url(../img/ttl-step-1.png) no-repeat center top;
  background-size: 900px auto;
}

.contact-step__title.step2 {
  background: url(../img/ttl-step-2.png) no-repeat center top;
  background-size: 900px auto;
}

.contact-step__title.step3 {
  background: url(../img/ttl-step-3.png) no-repeat center top;
  background-size: 900px auto;
}

.contact-step__subs {
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0.225em;
  font-family: serif;
}

@media screen and (max-width: 768px) {
  .contact-step__subs {
    font-size: 1.8rem;
    letter-spacing: 0em;
  }
}

.step1-content {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .step1-content {
    display: block;
  }
}

.step1-content__tel {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .step1-content__tel {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

.step1-content__tel p {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .step1-content__tel p {
    margin-bottom: 30px;
    text-align: center;
  }
}

.step1-content__tel p img {
  width: 267px;
  height: auto;
}

.step1-content__tel p span {
  display: block;
}

.step1-content__btn {
  display: table-cell;
  padding-left: 30px;
  width: 50%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .step1-content__btn {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .step1-content__btn .btn-mail {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
}

.step2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.step2-content__box {
  width: 19.2%;
  background: #fff;
  color: #000;
  margin-right: 1%;
}

.step2-content__box:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .step2-content__box {
    width: 49%;
    margin-bottom: 1%;
  }
  .step2-content__box:nth-child(5n) {
    margin-right: 1%;
  }
  .step2-content__box:nth-child(2n) {
    margin-right: 0;
  }
}

.step2-content__box dl {
  margin-top: -20px;
  padding: 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .step2-content__box dl {
    margin-top: 0;
    padding: 0 15px 15px;
  }
}

.step2-content__box dl dt {
  min-height: 3.2em;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
}

.step2-content__box dl dd {
  font-size: 1.2rem;
}

.step2-content__ttl {
  padding: 5px 0;
  background: #8b841f;
  text-align: center;
}

.step2-content__ttl img {
  width: 63px;
  height: auto;
}

.step2-content__ico {
  display: table;
  width: 100%;
  text-align: center;
}

.step2-content__ico p {
  display: table-cell;
  height: 120px;
  vertical-align: middle;
  text-align: center;
}

.step2-content__ico p img {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.contact-form {
  padding-bottom: 100px;
}

.contact-form table {
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-form table {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact-form table tbody {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.contact-form table tr {
  border-bottom: 1px solid #444;
}

.contact-form table tr:last-child {
  border-bottom: 0;
}

.contact-form table tr:last-child th {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .contact-form table tr {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.contact-form table th, .contact-form table td {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .contact-form table th, .contact-form table td {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

.contact-form table th {
  padding: 50px 50px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contact-form table th {
    padding: 0;
    display: block !important;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.contact-form table th span {
  display: inline-block;
  margin-left: 10px;
  background: #8b841f;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.4;
  padding: 0 8px;
  border-radius: 1px;
}

.contact-form table td {
  padding: 33px 0;
  font-size: 1.0rem;
  color: #bebebe;
}

@media screen and (max-width: 768px) {
  .contact-form table td {
    padding: 0;
    display: block !important;
    width: 100%;
    padding-bottom: 10px;
  }
}

.contact-form table td input {
  margin-bottom: 3px;
  width: 560px;
  height: 34px;
  background: #fff;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .contact-form table td input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.contact-form table td textarea {
  width: 560px;
  height: 280px;
}

@media screen and (max-width: 768px) {
  .contact-form table td textarea {
    width: 100%;
  }
}

.contact-form table td span {
  display: inline-block;
  margin-right: 5px;
  background: #bebebe;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.4;
  padding: 0 12px;
  border-radius: 1px;
}

.philosophy-catch {
  background: url(../img/philosophy-catch.jpg) no-repeat center top;
  background-size: cover;
}

.philosophy-box {
  background: url(../img/philosophy_bg.jpg) no-repeat center top;
  background-size: cover;
}

.philosophy-box .philosophy-box__inner {
  padding-top: 80px;
  padding-bottom: 10px;
}

.philosophy-box__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .philosophy-box__inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*
.philosophy-content {
  margin-bottom: 120px;
  display: table;
  width: 100%;
}
*/
.philosophy-content {
  margin-bottom: 120px;
  display: table;
  width: 100%;
  margin-left:100px;
}

.philosophy-content p{
  margin-bottom: 20px;
}

.philosophy-content .visualTxt{
  margin-bottom: 50px;
}

.philosophy-content .visualTxt img{
  width: 40%;
}

.philosophy-content .logo{
  margin-top: 50px;
  margin-right: 200px;
  text-align: right;
  
}

.philosophy-content .logo img{
  width: 35%;
}



@media screen and (max-width: 768px) {
  .philosophy-content {
    display: block;
    margin-bottom: 30px;
    margin-left: 0px;
  }


.philosophy-content .visualTxt{
  margin-bottom: 50px;
}

.philosophy-content .visualTxt img{
  width: 80%;
}

.philosophy-content .logo{
  margin-top: 50px;
  margin-right: 0px;
  text-align: right;
  
}

.philosophy-content .logo img{
  width: 80%;
}


}

.philosophy-content__text {
  display: table-cell;
  vertical-align: middle;
  width: 52%;
}

@media screen and (max-width: 768px) {
  .philosophy-content__text {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

.philosophy-content__text p {
  margin-bottom: 2em;
}

.philosophy-content__photo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .philosophy-content__photo {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}

.philosophy-content__photo img {
  width: 205px;
  height: auto;
}

.philosophy-content__photo .logo {
  margin-top: 60px;
  width: 300px;
  height: auto;
}

.philosophy-content__title {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .philosophy-content__title {
    margin-bottom: 30px;
  }
}

.philosophy-content__title img {
  width: 282px;
  height: auto;
}

.philosophy-box2 {
  padding-top: 70px;
  padding-bottom: 30px;
}

.philosophy-box2 table {
  margin-bottom: 80px;
  width: 100%;
}

.philosophy-box2 table tr {
  border-bottom: 1px solid #444;
}

.philosophy-box2 table tr:first-child {
  border-top: 1px solid #444;
}

.philosophy-box2 table th, .philosophy-box2 table td {
  padding: 1em;
  font-size: 1.3rem;
  text-align: left;
}

.philosophy-box2 table th {
  width: 20%;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .philosophy-box2 table th {
    width: 30%;
  }
}

.philosophy-box__table {
  position: relative;
}

.philosophy-box__table:after {
  display: block;
  content: "";
  position: absolute;
  left: 100px;
  top: 0;
  width: 110px;
  height: 300px;
  background: #000;
}

@media screen and (max-width: 768px) {
  .philosophy-box__table:after {
    display: none;
  }
}

.shopimage ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shopimage ul li {
  padding: 2px;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .shopimage ul li {
    width: 50%;
  }
  .shopimage ul li:last-child {
    display: none;
  }
}

p.subTitle {
    font-size: large;
}

/* contact */
.inperr{
	color:#8b841f ;
}
.mb15 {
	margin-bottom:15px;
}
.mb30 {
	margin-bottom:30px;
}
.mb100 {
	margin-bottom:100px;
}
.mb200 {
	margin-bottom:200px;
}
.setu {
	font-size:small;
	font-weight:normal;
}
.mb80 {
	margin-bottom:80px;
}

.madein-box8 {
  padding: 25px 30px 25px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8%;
  text-align: left;
  border: 1px solid #75661f;
}


/* tax_表記 */
.tax_text {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}


/*  anniversary */
.catch-area__anniversary {
  margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    margin-top: 65px;
}


.catch-area__anniversary:after {
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 110px;
  height: 0px;
  border-top: 1px solid #fff;
}

.layout-2_anniversary {
  display: flex;
  margin-top: 95px;
  justify-content: space-between;
  padding-left: 50px;
}  




.anniversary_img {
  width: 50%;
}


.anniversary_img img{
  width: 100%;
}


  


.text-area_anniversary {
  width: 80%;
  margin-top: 20px;
  padding-left: 29px;
}



.text-area_anniversary h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

.text-area_anniversary p {
  font-size: 16px;
  margin-bottom: 30px;

}


.layout-2_anniversary_2 {
  display: flex;
  margin-top: 95px;
  justify-content: space-between;

}

  
.text-area_anniversary_2 {
  padding-right: 40px;

}



.text-area_anniversary_2 h2 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 30px;
}


.text-area_anniversary_2 p {
  font-size: 16px;
  margin-bottom: 15px;
}


.anniversary_img_2 {
  width: 55%;
}

.anniversary_img_2 img{
  width: 100%;
  height: 366px;
}


.anniversary_img_3 img {
  margin-top: 120px;
  margin-bottom: 40px;
  height: 330px;
  width: 100%;
  object-fit: cover;
}

.text-area_anniversary_3 h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

.text-area_anniversary_3 p {
  font-size: 16px;
  margin-bottom: 15px;
}




 

.anniversary-more-catch {
  background: url(../img/bg_anniversary_visual.jpg) no-repeat center top;
  background-size: cover;
}

.footer-nav li .nav05 {
  background: url(../img/anniversary-5.jpg) no-repeat center center;
  background-size: cover;
}


.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #d3d3d3;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/* ドットインジケーターの色を変更 */
.slick-dots li button:before {
  color: #d3c9c9 !important;
  opacity: 0.5 !important;
}

/* アクティブなドットインジケーターの色を変更 */
.slick-dots li.slick-active button:before {
  color:#747474 !important;
  opacity: 0.5 !important;
}

/* ドットインジケーターのサイズを変更 */
.slick-dots li button:before {
  font-size: 10px;
  line-height: 10px;
}

/* アクティブなドットインジケーターのサイズを変更 */
.slick-dots li.slick-active button:before {
  font-size: 12px;
  /* line-height: 10px; */
}

/* ドットインジケーターの位置を変更 */
.slick-dots {
  bottom: -40px !important;
}

/* アクティブなドットインジケーターのスタイルを変更 */
.slick-dots li.slick-active button {
  background-color:none;
}

.anniversary_container {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
}
@media screen and (max-width: 1010px) {
  .anniversary_container {
    width: 100%;
   
  }
}


@media screen and (max-width:768px) {
  .anniversary_container {
    width: 100%;
    padding: 0 20px;
  }


  .layout-2_anniversary {
    flex-direction: column;
    padding-top: 70px;
    padding: 10px 20px;
    margin-top: 50px;
  }


  .anniversary_img {
    width: 100%;
  }

  .anniversary_img img {
    width: 100%;
    height: 200px;
    object-fit: cover;

  }

  .text-area_anniversary {
    text-align: center;
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }

  .text-area_anniversary h2 {
    font-size: 16px;
    letter-spacing: 3.2px;
  }

  .text-area_anniversary p {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: left;
  }

  .layout-2_anniversary_2 {
    flex-direction: column-reverse;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
    
  }
  .text-area_anniversary_2{
    text-align: center;
    padding-top: 10px;
    width: 100%;
    padding-right: 0;
  }

  
.text-area_anniversary_2 h2 {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2.4px;
}

.text-area_anniversary_2 p {
  font-size: 12px;
  text-align: left;
  margin-top: 15px;
}

.anniversary_img_2 {
  width: 100%;
}

.anniversary_img_2 img {
  width: 100%;
  height: 207px;
  object-fit: cover;
  margin-top: 35px;
}



  .text-area_anniversary {
    margin-top: 35px;
  }

  .anniversary_img img {
    height: 209px;
    object-fit: cover;
  }

  .sliderArea {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .catch-area__anniversary {
    font-size: 2rem;
  }


  .area-home-3 {
    padding: 10px 20px;
  }

  .anniversary_img_3 {
    width: 100%;
  }

  .anniversary_img_3 img {
    width: 100%;
    height: 207px;
    object-fit: cover;
    margin-top: 35px;
  
  }
  .text-area_anniversary_3 h2 {
    font-size: 16px;
    text-align: center;
  }

  .text-area_anniversary_3 p {
    font-size: 12px;
  }


}
.sp-br {
  display: none;
}

.pc-br {
  display: block;
}
@media screen and (max-width:768px) {
  .sp-br {
    display: block;
  }

  .pc-br {
    display: none;
  }
  
}

.btn-philosophy_2 {
  position: relative;
  padding: 15px 50px;
  font-weight: bold;
  letter-spacing: 0.3em;
  background: url(../img/btn-right-arrow.png) no-repeat 88% center;
  background-size: 7px auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  outline: none;
  width: 220px;
}

.btn-philosophy_2:before, .btn-philosophy_2:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-philosophy_2:before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.btn-philosophy_2:after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.btn-philosophy_2:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.btn-philosophy_2:hover:before, .btn-philosophy_2:hover:after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

#anniversary1 {
  padding-top: 60px;
  margin-top:-60px;
}


/* 価格変動中のpriceページ */
.price_fluctuation {
  text-align: center;
}
.price_fluctuation p {
  margin-bottom: 50px;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .price_fluctuation p {
    font-size: 14px;
  }
}