@charset "utf-8";
/* CSS Document */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 0%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 全体のスタイル */
.swiper-pagination-bullet {
    width: 3px;
    height: 30px;
    border-radius: 0%;
    opacity: 0.5;
    background-color: rgba(102,102,102,1.00);
    display: block;
    margin-bottom: 10px;
}
.swiper-container .swiper-wrapper .swiper-pagination {
    position: absolute;
    right: 47px;
    top: 65%;
}

.swiper-slide {
    position: relative;
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
    width: 3px;
    height: 30px;
    background-color: rgba(0,0,0,1.00);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    display: block;
    margin-bottom: 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    width: 10px;
    right: 20px;
    left: auto;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
body {
  font-family: "貂ｸ繧ｴ繧ｷ繝?け", "Yu Gothic", "繝｡繧､繝ｪ繧ｪ", Meiryo, "Meiryo UI", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
* {
  box-sizing: border-box;
}
img {
width:100%;
height:auto;
}
#loader-bg {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}
#loader-bg img {	
    width:30px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


/* 
------------------------------------------------- */

.wrapper {
  position:relative; /*topBtnの親要素に指定*/
}


header,
footer {

}
main {
  position: relative;
    overflow: hidden;

}
main p {
  text-align: center;
}
.header {

  text-align:center;
  background-color:#eed;
}

.footer {
    background-image: url(../img/footer-bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}





/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover {
  opacity:0.7;
}
.sec1 {
    margin-bottom: 60px;
}
.conceptbk {
    position: relative;
    background-image: url(../img/bk-concept.png);
    background-repeat: no-repeat;
    background-position: 0% 31%;
}
.conceptbk .conceptbkimg {
    position: absolute;
    top: 6%;
    width: 72%;
    opacity: 0.5;
}



.contents.concept {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}
.concept-txt {
    padding-left: 70px;
    padding-right: 70px;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    line-height: 2rem;
}
.sec-img .img3 {
    margin-bottom: 30px;
}

.concept-title2 {
    margin-bottom: 60px;
}
.sec-img .point  {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    background-image: url(../img/point.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    max-width: 680px;
}
.sec-img .point p {
    padding: 10px 10px 10px 35px;
}
.sec-img .style {
    position: relative;
}

.sec-img div .text-styl {
    width: 26px;
    position: absolute;
    right: 10%;
    top: 128px;
}
.copy div .syousai {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #8E8080;
    margin-bottom: 60px;
    padding: 0px;
    max-width: 290px;
}
.copy div .syousai p {
    padding: 0px;
    margin: 0px;
}

.copy div .syousai a {
    color: #8E8080;
    text-decoration: none;
    display: block;
    padding: 15px;
    margin: 0px;
    transition: 0.5s;
}
.copy div .syousai a:hover {
    background-color: #8E8080;
    color: #FFFFFF;
}










@media screen and (min-width:600px){
    .os {
        display: none;
    }
.contents.concept .concept-txt p {
    font-size: 1.6rem;
    line-height: 4rem;
}



.swiper-slide.pc1 .text {
    position: absolute;
    right: 20%;
    width: 3%;
    top: 28%;
    animation-fill-mode: forwards;
}
.swiper-slide.pc2 .text {
    width: 2%;
    top: 10%;
    right: 20%;
    position: absolute;
    animation-fill-mode: forwards;
}
#wrapper .footer .fd {
    max-width: 398px;
    margin-left: auto;
    margin-right: auto;
}
.concept-title   {
    margin-left: auto;
    margin-right: auto;
    width: 63%;


}

footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer .fd .sns {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 33px;
}
.fd .sns div {
    width: 25%;
}

.footer .fd .corp {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.footer .fd .corptxt {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
    text-align: center;
}
.p-center {
    text-align: center;
    font: 1.6rem toppan-bunkyu-mincho-pr6n, serif;
    padding-top: 50px;
    padding-bottom: 20px;
}
.concept-title2 {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
}




}    
@keyframes fadein-bottom {
   0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.swiper-slide.pc1 .s-fade-wrap .s-fade-text {
    width: 27px;
    left: 50%;
    margin-left: 26%;
}
.swiper-slide.pc2 .s-fade-wrap .s-fade-text {
    width: 22px;
    left: 50%;
    margin-left: 26%;
}
.text-water {
    max-width: 10%;
    position: absolute;
    top: 17%;
    right: 5%;

}
.text-pro {
    max-width: 10%;
    position: absolute;
    top: 17%;
    right: 5%;

}
.text-shampoo {
    max-width: 10%;
    position: absolute;
    top: 8%;
    right: 5%;

}
.footer .fd .sns {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
}



@media screen and (max-width:600px){
    .op {
        display: none;
    }


.swiper-container .swiper-wrapper .swiper-slide.pc1 {
    background-image: url(../img/top1.jpg);
    background-repeat: no-repeat;
}
.swiper-container .swiper-wrapper .swiper-pagination {
    position: absolute;
    right: 13px;
    top: 80%;
}
.swiper-container .swiper-wrapper .swiper-slide.pc2 {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
}
.swiper-container .swiper-wrapper .swiper-slide {
    background-size: 100% auto;
}
.swiper-slide.pc1 .s-fade-wrap .s-fade-text {
    width: 5%;
    position: absolute;
    margin-right: 11px;
    top: 22%;
    right: 4%;
    left: auto;
}
.swiper-slide.pc2 .s-fade-wrap .s-fade-text {
    width: 3%;
    left: auto;
    right: 19%;
    top: 53%;
}
.copy {
    padding-top: 20px;
}



/* CSS Document */

/* 全体のスタイル */
.swiper-pagination-bullet {
    width: 3px;
    height: 30px;
    border-radius: 0%;
    opacity: 0.5;
    display: block;
    margin-bottom: 10px;
}
.swiper-slide.pc1 .text {
    position: absolute;
    right: 27px;
    width: 4%;
    top: 51%;
    animation-fill-mode: forwards;
}
.swiper-slide.pc2 .text {
    width: 3%;
    right: 20%;
    position: absolute;
    animation-fill-mode: forwards;
}
.text-pro {
    max-width: 4%;
    position: absolute;
    top: 6%;
    right: 14%;

}
.text-shampoo {
    max-width: 4%;
    position: absolute;
    top: 6%;
    right: 14%;

}
.copy div p {
    font-size: 3vw;
    letter-spacing: 5px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
}
footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer .fd .logo {
    margin-bottom: 20px;
}

.footer .fd .sns {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.footer .fd .corp {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.footer .fd .corptxt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.fd .corptxt p {
    text-align: center;
    font-size: 3.2vw;
}
.copy div .syousai {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #8E8080;
    margin-bottom: 60px;
    padding: 0px;
    width: 43%;
}
.copy div .syousai p {
    padding: 0px;
    margin: 0px;
    font-size: 3vw;
}
.copy div .syousai a {
    color: #8E8080;
    text-decoration: none;
    display: block;
    margin: 0px;
    transition: 0.5s;
    padding-top: 5px;
    padding-bottom: 5px;
}

.copy .p-center {
    text-align: center;
    font: 4.5vw toppan-bunkyu-mincho-pr6n, serif;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}


    
.swiper-container .swiper-wrapper .swiper-pagination {
    position: absolute;
    right: 30px;
    top: 78%;
}

.text-water {
    max-width: 10%;
    position: absolute;
    top: 17%;
    right: 8%;

}
.concept-txt {
    padding-left: 50px;
    padding-right: 50px;
    font: 4vw toppan-bunkyu-mincho-pr6n, serif;
}
.concept-title2 {
    padding-left: 20px;
    padding-right: 20px;
}
.sec-img .point {
    background-color: #FFFFFF;
    background-image: url(../img/point.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    max-width: 680px;
    margin-left: 20px;
    margin-right: 20px;
}
.sec-img .point p {
    padding: 10px 10px 10px 35px;
    font-size: 3.35vw;
}
.sec-img div .text-styl {
    width: 3%;
    position: absolute;
    right: 10%;
    top: 66%;
}
.sec-img.cream div .text-styl {
    width: 4%;
    position: absolute;
    right: 10%;
    top: 66%;
}
.sec-img.pro div .text-styl {
    width: 4%;
    position: absolute;
    right: 10%;
    top: 66%;
}

.footer .fd .sns div {
    width: 25%;
}
.conceptbk {
    position: relative;
    background-image: url(../img/bk-concept.png);
    background-repeat: no-repeat;
    background-position: 0% 1%;
    background-size: 86% auto;
}

}
