@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; }

a {
  -webkit-tap-highlight-color: rgba(200, 164, 84, 0.1)!important;
  cursor:pointer;
}


@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;
  color: #411e00;
  -webkit-font-smoothing: antialiased;
  font-family: ‘Noto Serif JP’, serif;
  font-size: 16px;
  position: relative;
  width: 100%;
}

body.md .wrapper{
  background: none;
}
.wrapper_MD {
  max-width: 768px;/*100%*/
  padding: 0 ;
  margin: 0 auto;
}

.header_md {
  width: 100%;
  margin: 0;
  background: url(../img/bg_header.jpg);
  background-size: contain;
  position: relative;
  padding-bottom: 50px;
}
.header_md .abs_under{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
}
.header_md h3{
  padding: 0 3%;
  position: relative;
  text-align: center;
}

header{
  position: relative;
  top: 0px;
  text-align: center;
  background-color: #daa2a5;
}

header .abs_top{
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}

@media (min-width: 768px) {
header .abs_top{
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.header_md .abs_under{
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
}
}
/*--------------------------------------------------------------
camera-mv
--------------------------------------------------------------*/
.camera-mv {
  width: 100%;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
lead
--------------------------------------------------------------*/
.lead{
  text-align: center;
  padding: 20px 0 50px;
  margin: 0 auto 0px;
}

.lead__in{
  top:0;
  width: 100%;
}
.lead h1{
  margin: 20px 0 20px;
  letter-spacing: -.005em;
}
.lead h2{
  font-weight: normal;
  letter-spacing: -.005em;
  line-height: 1.8;
}

@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;
}
}


/*--------------------------------------------------------------
 フォトフレーム photo_frame
--------------------------------------------------------------*/

.photo_frame{
  text-align:center;
  padding: 30px 7px 30px;
  background: #f5eee4;
}
.photo_frame p.notice{
  text-align: center;
  margin-bottom: 10px;
  font-size: 11px;
}

/* camera_guide
-----------------------------*/
.photo_frame .camera_guide{
  padding: 30px 10px;
  max-width: 650px;
  margin: 0 auto;
}
.photo_frame .camera_guide h2{
  text-align: center;
  font-size:16px;
  display: inline;
  padding-bottom: 5px;
  border-bottom: solid #8c6908 3px;
}
.photo_frame .camera_guide p.notice_1{
  font-size:14px;
  font-weight: 500;
  margin: 20px 0 ;
}
.photo_frame .camera_guide .img_flow{
  padding: 0 130px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .photo_frame .camera_guide{
  padding: 0px 0px;
}
.photo_frame .camera_guide .img_flow{
  padding: 0 0;
  margin-bottom: 10px;
}
}
@media (max-width: 320px) {
.photo_frame .camera_guide{
  padding: 0px 0px;
}
.photo_frame .camera_guide p.notice_1{
  font-size:12px;
}
  }
/* sample_box
-----------------------------*/
.photo_frame .sample_box{
  background-color: #fff;
  width: 90%;
  margin: 30px auto 0px;
  padding: 10px 5% 10px;
}
.photo_frame .sample_box h2{
  text-align: center;
  font-size: 18px;
}
.photo_frame .sample_box .img{
  width: 80%;
  margin: 0px auto 10px;
}
.photo_frame .sample_box .img p{
  font-size: 13px;
  margin: 10px auto 10px;
  text-align: left;
}


/* 
-----------------------------*/



/*--------------------------------------------------------------
 howto
--------------------------------------------------------------*/
.howto{
padding: 50px 0 60px ;
}
.bottom_top{
position: relative;
  margin-top: -70px;
  padding: 0 10px; 
}
.howto h2{
  text-align: center;
  padding: 0 30px;
  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%;
  padding-top: 20px;
}


.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: #b26b2a;
}

@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;
}
  }


/*--------------------------------------------------------------
 guide
--------------------------------------------------------------*/
.guide{
padding: 50px 0 50px;
color: #000;
margin: 0 auto 15px;
}

.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{
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: 0;
}
#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/02/05 LP用ブランドサイトTOPへ戻る */
.brand_lp_back-btn a{
    width: 300px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6)!important;
    text-decoration: none;
    font-size: 14px;
    color: #411e00;
}

.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;
}



/* 予備 */
/* モーダル */

.modaal-content-container{
background: #e4f2f1!important;
}
.modaal-content-container .info{
  max-width: 768px;
  margin: 0 auto;
  padding: 0 5% 15px;
  text-align: center;
}
.modaal-content-container p.name, .modaal-content-container p.title1{
  font-weight: 600;
  text-align: center;
}
.modaal-content-container p.title1{
  color: #78412b;
  font-size: 18px;
}
.modaal-content-container p.notice{
  text-align: center;
  margin-bottom: 10px;
  font-size: 11px;
}
.modaal-content-container .recomend_box{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.modaal-content-container .recomend_box .box{
width: calc(50% - 20px);
margin: 0 5px 10px;
/*border: solid 1px #d5b04a;*/
border-radius: 10px;
position: relative;
overflow: hidden;
padding: 2% 0;
background: #fff!important;
text-align: center;
font-size: 12px;
/*letter-spacing: -.1em;*/
color: #78412b;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modaal-content-container .close_btn{
  text-align: center;
  font-size: 16px;
  margin-top: 6px;
}
.modaal-content-container .close_btn .inline_close{
  background: #78412b;
  color:#fff;
  border-radius: 6px;
  padding: 6px 10px;
}


@media (max-width: 767px){
  .modaal-content-container {
    padding: 30px 10px!important;
}

  .modaal-content-container p.title1{
  font-size: 16px;
}

.modaal-content-container p.text{
  font-size: 14px;
}

.modaal-content-container .recomend_box .box{
width: calc(50% - 4px);
margin: 0 2px 10px;
border-radius: 10px;
position: relative;
overflow: hidden;
padding: 2%;
font-size: 12px;
background: #fff!important;
text-align: center;
}
.modaal-content-container .close_btn{
  font-size: 14px;
}
}

/* 2021/04/16 フェイドスライダー*/

.pickup_slider{
  padding: 0 6.2%;
  text-align: center;
}