@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }



@media (min-width: 768px) {
  .sp {
    display: none; } }

@media (min-width: 992px) {
  .tablet {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

@media screen and (max-width: 991px) {
  .pc-tablet {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pc-only {
    display: none; } }

@keyframes fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slide_y {
  0% {
    transform: translateY(1.4vw); }
  100% {
    transform: translateY(0); } }

@keyframes slide_x {
  0% {
    transform: translateX(-1.4vw); }
  100% {
    transform: translateX(0); } }

@keyframes move {
  0% {
    left: 0;
    opacity: 0; }
  35% {
    left: 41%;
    transform: rotate(0deg);
    opacity: 1; }
  65% {
    left: 59%;
    transform: rotate(0deg);
    opacity: 1; }
  100% {
    left: 100%;
    transform: rotate(-180deg);
    opacity: 0; } }

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  line-height: 1.6;
  letter-spacing: .5px;
  background: #d4aaab;
  color: #461500;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont,
               "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;  
  font-size: 16px;
}
 
.wrapper_VD {
  max-width: 768px;/*100%*/
  padding: 0 ;
  margin: 0 auto; 
  overflow: hidden;
}

/*--------------------------------------------------------------
camera-mv
--------------------------------------------------------------*/
.camera-mv {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.camera-mv__ttl {
  position: absolute;
  top:0;
  }
@media (max-width: 414px) {

}
/*--------------------------------------------------------------
lead
--------------------------------------------------------------*/
.lead{
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.lead img.kazari{
  margin-top: -40px;
}
.lead__in{
  position: absolute;
  top:0;
  width: 100%;
}
.lead h1{
  margin: 0 0 20px;
  letter-spacing: -.005em;
}
.lead h2{
  font-weight: normal;
  letter-spacing: -.005em;
}
@media (max-width: 480px) {
.lead{
  padding: 0px 0 10px;
  text-align: center;
}
.lead h1{
  font-size:18px ;
}
.lead h2{
  font-size:14px ;
}
}
@media (max-width: 320px) {
.lead h1{
  font-size:16px ;
  letter-spacing: -.02em;
}
.lead h2{
  font-size: 12px;
}
}
/*--------------------------------------------------------------
 product
--------------------------------------------------------------*/
.product{
  padding:  0 0 ;
}
.product01, .product02{
  position: relative;
  margin: auto;
}

.product .product01 img, .product .product02 img{
  position: absolute;
}

.product img.item{
  height: auto;
  left: 50%;
  top: 0px;
   z-index: 30;
   transform: translate(-50%, 0);
}

.product img.fukidashi_right{
  width: 200px;
  right: 10%;
  top: 0px;
  z-index: 10;
}

.content{
  padding: 0 0 20px;
}

.camera_go{
  padding-top: 500px;/*1000px*/
}

.bottom_img{
  position: relative;
  margin-top: -50px;
  padding: 0 10px;
  margin-bottom: 0px;
  z-index: 9;
}
.product p{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  text-align: center;
}

.product img.collection{
  height: auto;
  left: 50%;
  top: 80px;
   z-index: 30;
   transform: translate(-50%, 0);
}

.camera_go_collection{
  padding-top: 550px;/*850px*/
}
.product .on_camera_btn{
  margin: 0 auto;
    width: 150px;
    display: block;
  z-index: 10;
}
.product .on_camera_btn:hover{
  opacity: .6;
}

@media (max-width: 768px) {
  .camera_go{
  padding-top: 600px;
}
@media (max-width: 480px) {
  .product img.collection{
  height: auto;
  left: 50%;
  top: 0px;
   z-index: 30;
   transform: translate(-50%, 0);
}
  }

.camera_go_collection{
  padding-top: 430px;
}
  }

@media (max-width: 480px) {
.product{
  padding: 100px 0 0;
}

.product img.item{
  width:480px;
}/**/

.product img.fukidashi_right{
  width: 150px;
  right: 2%;
  top: -10px;
  z-index: 10;  
}

.camera_go{
  padding-top: 300px;
}
.camera_go_collection{
  padding-top: 230px;
}
}

@media (max-width: 320px) {
.product img.fukidashi_right {
    width: 120px;
    right: 2%;
    top: -5px;
    z-index: 10;
}
.camera_go{
  padding-top: 250px;
}
.bottom_img{
  position: relative;
  margin-top: -50px;
  padding: 0 10px;
  margin-bottom: 0;
}
.camera_go_collection{
  padding-top: 190px;
}
  }

/*--------------------------------------------------------------
 howto
--------------------------------------------------------------*/
.howto{
padding: 50px 0 60px ;
}
.bottom_top{
position: relative;
  margin-top: -70px;
  padding: 0 10px; 
}
.howto h2{
  text-align: center;
  padding: 0 10px;
  line-height: 2;
}
.mainvisual{
  overflow-x: hidden;
  padding: 0px 10px 0px;
}
.bottom_img__howto{
  position: relative;
  margin-top: -20px;
  padding: 0 0px;
  margin-bottom: 0;
  z-index: 10;
}

@media(min-width: 769px){
  .swiper-slide{
    width: 33.3%;
  }
  .swiper-button-prev,.swiper-button-next,.swiper-pagination{
    display: none;
  }
}

.howto_massage{
  position: relative;
  margin: auto;
  width: 100%;
}
.howto_massage img{
  position: absolute;
}

.howto_massage p{
  padding-top: 0px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  z-index: 1;
  color: #000;
}
.howto_massage p span{
  color: #ffebb6;
}

@media (max-width: 480px) {
.howto{
  padding: 20px 0 30px;
}
.howto_massage p{
  padding-top: 0px;
  letter-spacing: -.05em;
}
.howto_massage img.kira_left{
  width: 60px;
  left: 0%;
  top: -20px;
}
.howto_massage img.kira_right{
  width: 60px;
  right: 0%;
  top: 40px;
}
}

@media (max-width: 320px) {
  .howto_massage p{
  padding-top: 0px;
  font-size: 14px;
  letter-spacing: -.05em;
}
  }
/*--------------------------------------------------------------
 howto_point
--------------------------------------------------------------*/
.howto_point{
  position: relative;
  margin: auto;
  padding: 30px 0;
  color: #000;
  background: #e8d5d4;
}
.howto_point__in{
  width: 95%;
  margin: auto;
}

.howto_point h3{
  text-align: center;
}
.howto_point ul{
  width:60%;
  margin: auto;
  font-size: 14px;
}
.howto_point ul{
  padding-left: 20px;
}
.howto_point ul li{
  list-style: disc;
}
@media (max-width: 480px) {
.howto_point ul{
  width:95%;
}
}

/*--------------------------------------------------------------
 guide
--------------------------------------------------------------*/
.guide{
padding: 50px 0 50px;
color: #000;
margin: auto;
background: #e8d5d4;
}

.guide__in{
  width: 95%;
  margin: auto;
}
.guide h3{
  text-align: center;
}
.guide ul, .guide p{
  width:60%;
  margin: auto;
  font-size: 12px;
}
.guide ul{
  padding-left: 20px;
}
.guide ul li{
  list-style: disc;
}

@media (max-width: 480px) {
.guide{
  padding: 20px 0 ;
}
.guide ul, .guide p{
  width:95%;
}
}
/*--------------------------------------------------------------
 footer
--------------------------------------------------------------*/
#footer{
  background: #e8d5d4;
  text-align: center;
}
#footer .copyright{
  font-size: 1rem;
  padding: 10px;
}


/*--------------------------------------------------------------
  animation
--------------------------------------------------------------*/
@media (max-width: 768px) {
.swiper-slide {
  pointer-events: none;
  opacity: 1;
}
.swiper-slide-next, .swiper-slide-prev {
  pointer-events: auto; 
  opacity: .5;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
}

/* 2021/01.14 */
p.notice_non{
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -.1em;
  padding: 0 10px;
}
p.notice_cmr{
  margin: -20px 0 0;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -.1em;
  padding: 0 10px;
}
.fukidashi_center{
  width: 80%;
}

.product img.fukidashi_right2{
  width: 180px;
  right: 10%;
  top: 0px;
  z-index: 10;
}
@media (max-width: 480px) {
  .product img.fukidashi_right2{
  top: -95px;
}
  }

@media (max-width: 320px) {
  .product img.fukidashi_right2{
  top: -90px;
}
}

/*--------------------------------------------------------------
 product_ht
--------------------------------------------------------------*/
.product_ht{
  padding:  0 0 ;
}

.product_ht .product01 img, .product_ht .product02 img{
  position: absolute;
}

.product_ht img.item{
  height: auto;
  left: 50%;
  top: 0;
   z-index: 30;
   transform: translate(-50%, 0);
}

.product_ht img.fukidashi_right{
  width: 200px;
  right: 10%;
  top: 0;
  z-index: 10;
}

.product_ht p{
  text-align: center;
}

.product_ht img.collection{
  height: auto;
  left: 50%;
  top: 0px;
   z-index: 30;
   transform: translate(-50%, 0);
}

.product_ht .on_camera_btn{
  margin: 0 auto;
    width: 150px;
    display: block;
  z-index: 10;
}
.product_ht .on_camera_btn:hover{
  opacity: .6;
}

@media screen and (min-width:481px) and ( max-width:620px) {
.product_ht{
  padding: 20px 0 0;
}
}

@media (max-width: 480px) {
.product_ht{
  padding: 20px 0 0;
}

.product_ht img.item{
  width:480px;
}/**/

.product_ht img.fukidashi_right{
  width: 150px;
  right: 2%;
  top: -10px;
  z-index: 10;  
}

}

@media (max-width: 320px) {
.product_ht img.fukidashi_right {
    width: 120px;
    right: 2%;
    top: -5px;
    z-index: 10;
}
  }

/* 2021/02/05 LP用ブランドサイトTOPへ戻る */
.brand_lp_back-btn a{
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.2)!important;
    text-decoration: none;
    font-size: 14px;
    color: #231815;
}

.brand_lp_back-btn a::after {
    content: '';
    width: 6px;
    height: 12px;
    background-image: url(../../img/usr/ui/arrow_gold_right.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}
