@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  list-style: none;
  letter-spacing: .05em;
}
@media screen and (min-width: 1100px) {
  * {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
  color: #201F27;
  display: block;
}
img {
  width: 100%;
  vertical-align: bottom;
}
body {
  background: #000;
}
body::before {
  content: "";
  background: url("images/bg-img.jpeg") no-repeat top center;
  background-size: cover;
  background-position: 0 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
  opacity: 0.5;
}
.price span {
  font-size: .7rem;
  font-weight: normal;
  padding-left: .3em;
}
h2 {
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  font-size: 3rem;
  color: #D3ACAF;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}
h2 span {
  display: block;
  color: #201F27;
}
.btn {
  position: relative;
  border-radius: 50px;
  text-align: center;
  width: 200px;
  margin: 2em auto 0;
  background: #D3ACAF;
}
.btn a {
  display: block;
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  padding: .8em 0;
  color: #fff;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 9px solid #fff;
}
/*header****************************************************/
.header {
  padding: 0;
  margin: 0 auto;
  height: 60px;
  z-index: 999;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.header.fixed {
  background: #000;
  margin: 0 auto;
  max-width: 640px;
}
.header .hd-inner {
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 640px;
  z-index: 999;
}
.header .logo {
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.header.fixed .logo {
  opacity: 1;
}
.header .logo img {
  width: 150px;
}
.drawer-open .header.fixed {
  background: transparent;
}
.drawer-open .header .logo img {
  display: none;
}
.hd-menu {
  position: absolute;
  right: 3%;
  top: calc((60px - 45px) / 2);
  z-index: 999;
}
.hd-menu img {
  width: 45px;
}
/*sns-fixed****************************************************/
.sns-fixed {
  width: 60px;
  position: fixed;
  bottom: 1em;
  right: 3%;
  z-index: 9;
  margin: 0 auto;
  text-align: right;
}
.sns-fixed img {
  width: 30px;
  height: 30px;
  display: block;
}
.sns-fixed ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sns-fixed ul li {
  margin-top: .5em;
}
.sns-fixed ul li a {
  display: flex;
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .sns-fixed {
    width: 80px;
    bottom: 2em;
    right: calc(46% - 360px);
  }
  .sns-fixed ul li {
    margin-top: 1em;
  }
}
/*wrap****************************************************/
#wrap {
  max-width: 640px;
  margin: -60px auto 0;
  position: relative;
  background: #fff;
}
/*novelty****************************************************/
.novelty {
  width: 90%;
  margin: 2em auto;
}
.novelty img {
  border-radius: 30px;
}
/*main-slider****************************************************/
.main-slider {
  margin: 0 auto;
}
.main-slider a {
  display: block;
}
/*item-slider****************************************************/
.item-slider {
  background: linear-gradient(0deg, #D3ACAF 0%, #D3ACAF 60%, #E1D6D7 40%, #E1D6D7 100%);
  padding: 3em 0 5em;
}
.item-slider a {
  display: block;
  color: #fff;
}
.item-slider .splide2 {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.item-slider .splide2 dd {
  padding-top: 1em;
}
.item-slider .label {
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  font-size: .8rem;
}
.item-slider .caption {
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  font-weight: 700;
}
.item-slider .name {
  font-size: .8rem;
}
.item-slider .price {
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  font-size: 1.1rem;
}
.item-slider .more {
  position: relative;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: .8em 0;
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  width: 200px;
  margin: 1em auto 0;
}
.item-slider .more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 9px solid #fff;
}
/*item-block****************************************************/
.item-block {
  padding: 3em 3%;
}
.bg-pink {
  background: #E1D6D7;
}
.bg-blue {
  background: #EAEFF1;
}
.bg-red {
  background: #732429;
}
.item-block h4 {
  text-align: center;
  margin: 1em 0 .3em;
  font-size: 2rem;
  font-weight: normal;
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
}
.bg-pink h4 {
  color: #9B4E53;
}
.bg-blue h4 {
  color: #54818F;
}
.bg-red h4 {
  color: #fff;
}
.bg-blue .btn {
  background: #B8D1D9;
}
.item-block dl {
  display: flex;
  margin: 0 auto 1em;
}
.item-block dl dt {
  width: 70%;
}
.item-block dl dt img {
  border-radius: 30px 0 0 30px;
}
.bg-red ul p, .bg-red dl dd h3, .bg-red dl dd p {
  color: #fff;
}
.item-block dl dd {
  width: 80%;
  margin-left: -30%;
  padding-top: .5em;
}
.item-block dl dd .name {
  text-align: right;
  font-size: .9rem;
}
.item-block dl dd .price {
  margin-top: .5em;
  text-align: right;
  font-weight: bold;
}
.item-block dl dd h3 {
  text-align: right;
  font-weight: normal;
  font-size: 1.8rem;
  letter-spacing: .15rem;
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
}
.item-block ul {
  display: flex;
  justify-content: space-between
}
.item-block ul.col2 li {
  width: 48%;
}
.item-block ul.col3 li {
  width: 31%;
}
.item-block ul li img {
  border-radius: 15px;
}
.item-block ul li .name {
  font-size: .9rem;
  margin: .3em 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-block ul li .price {
  font-weight: bold;
  text-align: center;
}
.item-block ul.col3 li .name {
  font-size: .8rem;
}
.item-block ul.col3 li .price {
  font-size: .8rem;
  letter-spacing: 0;
}
/*video****************************************************/
.image-row-block ul{
  display: flex;
}
/*video****************************************************/
.video {
  margin: 0 auto;
}
.video .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.video .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*review****************************************************/
.review {
  margin: 3em auto;
}
.review ul {
  margin: 2em auto 0;
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.review ul li {
  width: 48%;
  margin-bottom: 2em;
}
.review ul li:nth-last-child(1), .review ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.review ul li p {
  margin-top: .3em;
  font-size: .8rem;
}
/*concept****************************************************/
.concept {
  margin: 3em auto 0;
}
.concept h2 {
  color: #fff;
}
.concept h2 span {
  color: #A00417
}
.concept .brand-image {
  margin: 0 auto;
}
.concept .concept-innner {
  margin: 0 auto;
  background: linear-gradient(0deg, #666 0%, #eee 85%, #fff 15%, #fff 100%);
  padding: 3em 0;
}
.concept .concept-innner .prof-kao {
  width: 80%;
  margin: 0 auto 2em;
}
.concept .concept-innner .prof-kao img {
  border-radius: 30px 0 30px 0;
}
.concept .concept-innner .concept {
  width: 94%;
  margin: 2em auto;
  color: #fff;
  font-size: .9rem;
  line-height: 2;
  text-align: center;
}
.concept .concept-innner dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.concept .concept-innner dt {
  background: #A00417;
  color: #fff;
  padding: .5em 2em;
  font-size: .8rem;
  border-radius: 50px;
  margin-right: 1em;
}
.concept .concept-innner .prof {
  border-top: 1px solid #fff;
  width: 90%;
  margin: 1em auto 0;
  padding-top: 2em;
}
.concept .concept-innner .prof dd {
  display: flex;
  align-items: center;
  color: #000;
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  font-size: 1.5em;
  font-weight: 700;
}
.concept .concept-innner .prof dd span {
  margin-left: .3em;
  font-weight: normal;
  font-size: .9rem;
}
.concept .concept-innner .prof p {
  margin: 1em auto 0;
  color: #fff;
  font-size: .9rem;
  line-height: 2;
}
.concept .concept-innner .prof-sns {
  width: 80%;
  max-width: 380px;
  margin: 2em auto 0;
}
.concept .concept-innner .prof-sns li {
  margin-bottom: 1em;
}
.concept .concept-innner .prof-sns li:last-of-type {
  margin-bottom: 0;
}
.concept .concept-innner .prof-sns li a {
  display: flex;
  align-items: center;
  background: #000;
  color: #fff;
  padding: 1em 2em;
  border-radius: 100px;
}
.concept .concept-innner .prof-sns li a .image {
  width: 30px;
}
.concept .concept-innner .prof-sns li a .text {
  width: calc(100% - 30px);
  text-align: center;
  font-family: 'DM Serif Display', 'Noto Serif JP', serif;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.concept .concept-innner .prof-sns li a .text span {
  font-size: .7rem;
  margin-left: .3em;
}
.concept .concept-innner .prof-sns li a .text span.account {
  display: block;
  width: 100%;
  font-size: 1rem;
  margin-left: 0;
}
/*footer****************************************************/
.topback img{
  width: 100%;
  height: auto;
}
footer {
  background: #000;
  padding: 3em 3% 5em;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer div {
  width: 50%;
}
footer div h6 {
  color: #fff;
}
footer div ul {
  margin: 0 0 2em;
}
footer div ul li a {
  font-size: .8rem;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  footer {
    padding: 3em 1% 2em;
    justify-content: center;
  }
  footer div {
    width: 25%;
  }
  footer div ul li a {
    font-size: .7rem;
  }
}
footer .copy {
  color: #fff;
  font-size: .8rem;
  text-align: center;
  width: 100%;
  margin-top: 1em;
}