@charset "UTF-8";
body {
  color: #887d70;
  box-sizing: content-box;
  font-family: "Dejavu Sans";
  letter-spacing: 2px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

a.btn:hover {
  color: #695f54;
  text-decoration: none;
}

header {
  height: 70px;
  text-align: center;
}

header img {
  max-height: 70px;
  padding: 15px 0;
}

footer {
  background: #252525;
  text-align: center;
  height: 70px;
}

footer img {
  max-height: 70px;
  padding: 20px 0;
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -o-filter: invert(100%);
  -ms-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 760px;
    padding: 0 40px;
  }
}

/*PCの場合*/
.md {
  display: inline !important;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /*タブレット、スマホの場合*/
  .md {
    display: none !important;
  }
  .sm {
    display: inline !important;
  }
}

li {
  list-style: none;
}

.center {
  text-align: center;
}

/* products */
@media screen and (max-width: 767px) {
  .products {
    border: 3px solid #887d70;
    position: relative;
  }
  .products:after {
    border: 1px solid;
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: calc(100%-6px);
  }
}

.products-left {
  padding-right: 0;
  position: relative;
}

.products-left-inner {
  margin-left: 100px;
  margin-bottom: 60px;
}

.products-text-left {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .products-text-left {
    bottom: 0;
    left: 0;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .products-text-left {
    top: 200px;
    left: 20px;
  }
}

.products-left {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .products-around {
    border: 3px solid #887d70;
    position: relative;
  }
  .products-around:after {
    border: 1px solid;
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: calc(100%-6px);
  }
}

.btn {
  font-size: 25px;
  height: 82px;
  background-color: #887d70;
  display: block;
  border-radius: 0;
  color: #fff;
  letter-spacing: 7px;
  font-weight: 0;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 18px;
    height: 50px;
    padding: 0 50px;
    margin: 0 auto;
    max-width: 510px;
  }
}

@media screen and (min-width: 768px) {
  .btn {
    width: 615px;
  }
}

/* how */
@media screen and (max-width: 767px) {
  .how-to-top {
    max-width: 768px;
  }
}

@media screen and (min-width: 768px) {
  .how-to {
    background-image: url(../img/pc/how-to-bg.png);
  }
}

.how-to-title {
  padding-top: 50px;
  margin-bottom: 70px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .how-to-title {
    text-align: center;
  }
}

.how-to-item p {
  font-size: 20px;
  text-align: left;
}

/* arrange */
.arrange-item p {
  font-size: 22px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .how-to-arrange-bg {
    background-image: url(../img/pc/how-to-bg.png);
    background-size: auto;
  }
}

.arrange-items-body {
  display: flex;
}

.arrange-item-body {
  width: 50%;
}

.arrange-item-body img {
  width: 250px;
  height: 315px;
}

.arrange-items-body p {
  font-size: 24px;
}

.arrange-item-bottom {
  margin-bottom: 70px;
  padding-top: 15px;
}

/* concept */
@media screen and (min-width: 768px) {
  .concept-text {
    position: absolute;
    top: 115px;
    left: 645px;
  }
}

.concept-profile {
  padding-top: 50px;
  max-width: 248px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
  background: transparent;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .concept-profile {
    position: absolute;
    bottom: 70px;
    left: 645px;
  }
}

@media screen and (max-width: 767px) {
  .concept-profile {
    color: #333;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.profile {
  font-size: 11px;
}

.profile-border {
  display: block;
  border-bottom: 1px solid;
  padding-top: 5px;
}

.concept {
  position: relative;
}

.concept-sm-bg {
  position: relative;
}

.concept-sm-bg img {
  width: 100%;
  max-height: 800px;
}

.concept-sm-text {
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.concept-sm-text img {
  width: 100%;
}

/* スマホのproducts */
.products-sm {
  margin-bottom: 80px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .products-sm {
    border: 3px solid #887d70;
    position: relative;
  }
  .products-sm:after {
    border: 1px solid;
    position: absolute;
    content: "";
    top: 2px;
    left: 2px;
    width: calc(100%-6px);
  }
}

/* ex */
.arrange-item-sm {
  width: 50%;
  padding-top: 30px;
}

.arrange-item-sm img {
  width: 320px;
  max-height: 400px;
}

.arrange-item-sm + .arrange-item-sm {
  margin-left: 30px;
}

.body-1 {
  padding-bottom: 100px;
}

.body-1 img {
  width: 740px;
  display: block;
}
