@charset "UTF-8";

/*************** KV ***************
************************************************************/
@media only screen and (min-width: 737px) 
{ /* PC start */
#contents {
  position: relative;
  margin: 0 auto;
  background: #fff;
  min-width: 1100px;
}

header {
  background-image: url(../img/kv_pc.jpg?ver211006);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 54.87%;
  min-width: 1200px;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
  margin: 0;
  font-size: 0;
  z-index: 2;
  position: relative;
}
}

@media only screen and (max-width: 736px) 
{/* SP start */
header {
  background-image: url(../img/kv_sp.jpg?ver211006);
  height: 178vw;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin-top: 0;
  margin: 0;
  font-size: 0;
  z-index:1;
}
}

/*************** 共通 ***************
************************************************************/
@media only screen and (min-width: 737px) 
{ /* PC start */
#main_contents {
  min-width: 1200px;
}
section h2 {
  margin-bottom: 20px;
}
section h3 {
  color: #5f3d22;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}
section h3 span {
  background: linear-gradient(transparent 65%, #ffd2c9 65%);
}
.br_pc {
  display: none;
}
.img_sp {
  display: none;
}
.sc-btn a {
  transition: .3s;
}
.sc-btn a:hover {
  opacity: 0.7;
}
}


@media only screen and (max-width: 736px) 
{/* SP start */  
section h2 {
  margin-bottom: 15px;
}
section h2 img {
  width: 80%;
}
section h3 {
  color: #5f3d22;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 30px;
}
section h3 span {
  background: linear-gradient(transparent 65%, #ffd2c9 65%);
}
.br_sp {
  display: none;
}
.img_pc {
  display: none;
}
}



/*************** about ***************
************************************************************/
@media only screen and (min-width: 737px) 
{ /* PC start */
#about {
  padding:70px 0;
  background:#f6f0ee  url(../img/back_star.png) center center no-repeat ;
  background-size: contain;
}
#about .inner {
  width: 900px;
  margin: 0 auto;
}
#about .inner .about_subttl {
  text-align: center;
  margin-bottom: 25px;
}
#about .inner .point {
  display: flex;
  flex-wrap: wrap;
}
#about .inner .point .item {
  width: 280px;
}
#about .inner .point .item:not(:last-child) {
  margin-right: 30px;
}
#about .inner .point .item img{
  width: 100%;
}
#about .inner .point .item .ttl {
  color: #5f3d22;
  font-size: 21px;
  font-weight: 700;
  padding: 25px 0  35px;
  text-align: center;
  line-height: 1.5;
}
#about .inner .point .item .txt {
  color: #5f3d22;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
}


@media only screen and (max-width: 736px) 
{/* SP start */
#about {
  padding:40px 15px;
  background:#f6f0ee  url(../img/back_star.png) center center no-repeat ;
  background-size: contain;
}
#about .inner .about_subttl {
  text-align: center;
  margin-bottom: 15px;
}
#about .inner .point {

}
#about .inner .point .item {
  width: 100%;
}
#about .inner .point .item:not(:last-child) {
  margin-bottom: 35px;
}
#about .inner .point .item .img {
  text-align: center;
}
#about .inner .point .item .img img{
  width: 75%;
}
#about .inner .point .item .ttl {
  color: #5f3d22;
  font-size: 4.8vw;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  line-height: 1.5;
}
#about .inner .point .item .txt {
  color: #5f3d22;
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
}

}


/*************** how to ***************
************************************************************/
@media only screen and (min-width: 737px) 
{ /* PC start */
#howto {
  padding:50px 0;
  background:#f6f0ee  url(../img/back_star.png) center bottom no-repeat ;
  background-size: contain;
}
#howto .inner {
  width: 900px;
  margin: 0 auto;
}
#howto .inner .movie-box{
  margin: 2rem auto 0;
  height: auto;
  line-height: 0;
  max-width: 980px;
  width: 90%;
  position: relative;
  margin-bottom: 80px;
}
#howto .inner .movie-box video{
  height: auto;
  width: 100%;
}
#howto .inner .movie-box:before {
  background: url(../img/howto_video_circle.png?ver2110) no-repeat;
  right: -50px;
  position: absolute;
  top: -40px;
  content: "";
  width: 206px;
  height: 210px;
  display: inline-block;
  background-size: contain;
}
#howto .inner .step {
  width: 900px;
  margin: 0 auto;
}
#howto .inner .step .step_inner {
  background:url(../img/step_back.png) repeat;
  padding:0 0;
}
#howto .inner .step .step_inner .item div{
  text-align: center;
}
#howto .inner .step .step_inner .item .txt {
  color: #5f3d22;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0 30px;
  text-align: center;
}
#howto .inner .step .step_inner .item{
  margin-bottom: 40px;
}
#howto .inner .step .step_inner .step3 .img_pc {
 font-size: 0
}
#howto .inner .step .step_inner .step3 {
  margin-bottom: 0;
}
#howto .inner .step .step_inner .remove {
  background: #e9d9d4;
  width: 864px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: center;
  align-items: center;
   flex-direction:row-reverse; 
}
#howto .inner .step .step_inner .remove .detail {
  margin-left: 25px;
}

#howto .inner .step .step_inner .remove .detail .txt {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
  color: #5f3d22;
  line-height: 1.7;
}
#howto .inner .step .beforeafter {
  text-align: center;
  margin-top: 20px;
}
#howto .inner .step .step_inner .remove .img img {
  width: 188px;
}
#howto .inner .step .step_inner .remove .detail .ttl img {
  width: 157px;
}

}


@media only screen and (max-width: 736px) 
{/* SP start */
#howto {
  padding:20px 15px 40px;
  background:#f6f0ee  url(../img/back_star.png) center bottom no-repeat ;
  background-size: contain;
}
#howto .inner .movie-box{
  margin: 1rem auto;
  height: auto;
  line-height: 0;
  max-width: 980px;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
#howto .inner .movie-box video{
  height: auto;
  width: 100%;
}
#howto .inner .movie-box:before {
  background: url(../img/howto_video_circle.png) no-repeat;
  right: -15px;
  position: absolute;
  top: -6vw;
  content: "";
  width: 30%;
  height: 126px;
  display: inline-block;
  background-size: contain;
}
#howto .inner .step .step_inner {
  background:url(../img/step_back.png) repeat;
  background-size: contain;
  padding:20px 0 0;
}
#howto .inner .step .step_inner .item div{
  text-align: center;
}
#howto .inner .step .step_inner .item .ttl img {
  width: 20%;
}
#howto .inner .step .step_inner .item .txt {
  color: #5f3d22;
  font-size: 4,5vw;
  font-weight: 700;
  padding: 15px 0 20px;
  text-align: center;
}
#howto .inner .step .step_inner .item{
  padding: 0 15px;
  margin-bottom: 30px;
}
#howto .inner .step .step_inner .step3 {
  margin-bottom: 0;
}
#howto .inner .step .step_inner .step3 .img_sp {
 font-size: 0
}
#howto .inner .step .step_inner .remove {
  background: #e9d9d4;
  width: 90%;
  margin: 0 auto;
  padding:8% 3%;
}
#howto .inner .step .step_inner .remove .detail .ttl{
  text-align: center;
}
#howto .inner .step .step_inner .remove .detail .ttl img {
  width: 50%;
}
#howto .inner .step .step_inner .remove .img{
  text-align: center;
}
#howto .inner .step .step_inner .remove .img img {
  width: 70%;
}
#howto .inner .step .step_inner .remove .detail .txt {
  margin: 20px 0;
  font-size: 4vw;
  font-weight: 700;
  color: #5f3d22;
  line-height: 1.7;
}
#howto .inner .step .beforeafter {
  text-align: center;
  margin-top: 20px;
}
#howto .inner .step .beforeafter img {
  width: 100%;
}

}


/*************** model ***************
************************************************************/
@media only screen and (min-width: 737px) 
{ /* PC start */
#model {
  padding: 70px 0;
  position: relative;
  background:#fff 0% url("../img/model_back.png")no-repeat;
  background-size: cover;
}
#model .inner {
  width:760px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px 70px;
}
#model .inner .model_ba {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#model .inner .model_ba .item:nth-child(1) {
  margin-right: 40px;
}
#model .inner .model_ba .item .en {
  padding: 14px 0 10px;
  font-size:16px;
  font-weight: 700;
  color: #361e0b;
}
#model .inner .model_ba .item .jp {
  font-size:12px;
  font-weight: 500;
  color: #8d8d8d;
}
}



@media only screen and (max-width: 736px) 
{/* SP start */
#model {
  padding: 40px 15px;
  position: relative;
  background-image: url(../img/model_back.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin: 0;
}
#model .inner {
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 15px;
}
#model .inner h2 {
  text-align: center;
}
#model .inner h2 img{
  width: 85%;
}
#model .inner .model_ba .item {
width: 100%;
}
#model .inner .model_ba .item:nth-child(1) {
  margin-bottom: 40px;
}
#model .inner .model_ba .item .img {
  text-align: center;
}
#model .inner .model_ba .item .img img {
  width: 85%;
}
#model .inner .model_ba .item .en {
  padding: 14px 0 10px;
  font-size:4.2vw;
  font-weight: 700;
  color: #361e0b;
  text-align: center;
}
#model .inner .model_ba .item .jp {
  font-size:3.2vw;
  font-weight: 500;
  color: #8d8d8d;
  text-align: center;
}
}


/*************** line up ***************
************************************************************/
@media only screen and (min-width: 737px) 
{ /* PC start */
#lineup {
  padding:70px 0;
  background:#f6f0ee  url(../img/back_star.png) center center no-repeat ;
  background-size: contain;
}
#lineup .inner {
  width: 900px;
  margin: 0 auto;
}
#lineup .inner .lineup_subttl {
  text-align: center;
  margin-bottom: 40px;
}
#lineup .inner .color {
  width: 760px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#lineup .inner .color .item {
  width: 120px;
  margin-right: 40px;
  text-align: center;
}
#lineup .inner .color .item:nth-of-type(5n) {
  margin-right: 0;
}
#lineup .inner .color .item:nth-of-type(n+6) {
  margin-top: 40px;
}
#lineup .inner .color .item .name {
  font-size: 12px;
  font-weight: 500;
  color: #8d8d8d;
  margin-top: 10px;
}
#lineup .inner .note {
  color: #555555;
  font-size: 13px;
  font-weight: 500;
  margin: 40px 0 80px;
  text-align: center;
}
#lineup .inner .price {
  text-align: center;
  width: 900px;
  background-color: #c08174;
  padding: 14px 0;
  margin-bottom: 30px;
}
#lineup .inner .extention_long {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  /*margin-bottom: 30px;*/
}
#lineup .inner .extention_long .item {
  text-align: center;
}
#lineup .inner .extention_long .item:nth-of-type(odd) {
  margin-right: 66px;
}
#lineup .inner .extention_long .item:nth-of-type(n+3) {
  margin-top: 50px;
}
#lineup .inner .extention_long .item .name {
  font-size: 21px;
  font-weight: 700;
  color: #5f3d22;
}
#lineup .inner .extention_long .item .hairstyle {
  margin: 30px 0 ;
}
#lineup .inner .extention_long .item .size {
  font-size: 17px;
  font-weight: 500;
  color: #5f3d22;
  padding: 0 0 20px;
  line-height: 1.8;
}
#lineup .inner .txt_note {
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    margin: 40px 0 0;
    text-align: center;
}


#lineup .inner .extention_bangs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#lineup .inner .extention_bangs .item {
  text-align: center;
  width: 283px
}
#lineup .inner .extention_bangs .item:not(:last-child) {
  margin-right: 25px;
}
#lineup .inner .extention_bangs .item .name {
  font-size: 21px;
  font-weight: 700;
  color: #5f3d22;
  padding: 30px 0 20px;
}
#lineup .inner .extention_bangs .item .size {
  font-size: 17px;
  font-weight: 500;
  color: #5f3d22;
  padding: 0 0 20px;
}




a.btn_buy {
  transition: .3s;
}
a.btn_buy:hover {
  opacity: 0.7;
}

}


@media only screen and (max-width: 736px) 
{/* SP start */
#lineup {
  padding:40px 15px;
  background:#f6f0ee  url(../img/back_star.png) center center no-repeat ;
  background-size: contain;
}
#lineup .inner .lineup_subttl {
  text-align: center;
  margin-bottom: 15px;
}
#lineup .inner .lineup_subttl img {
  width: 80%;
}
#lineup .inner .color {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#lineup .inner .color .item {
  margin: 5% 8% 2%;
  text-align: center;
  width: 30%;
}
#lineup .inner .color .item img {
  width: 100%;
}
#lineup .inner .color .item .name {
  font-size: 3.2vw;
  font-weight: 500;
  color: #8d8d8d;
  margin-top: 10px;
  line-height: 1.4;
}
#lineup .inner .note {
  color: #555555;
  font-size: 3.4vw;
  font-weight: 500;
  margin: 30px 0 40px;
  line-height: 1.4;
}
#lineup .inner .price {
  text-align: center;
  width: 100%;
  background-color: #c08174;
  padding: 12px 0;
  margin-bottom: 20px;
}
#lineup .inner .price img {
  width: 50%;
}
#lineup .inner .extention_long {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  /*margin-bottom: 30px;*/
}
#lineup .inner .extention_long .item {
  text-align: center;
  width: 50%;
}
#lineup .inner .extention_long .item:nth-of-type(n+3) {
  margin-top: 30px;
}
#lineup .inner .extention_long .item .hairstyle img {
  width: 94%;
}
#lineup .inner .extention_long .item .name {
  font-size: 5vw;
  font-weight: 700;
  color: #5f3d22;
  line-height: 1.2;
  min-height: 13vw;
}
#lineup .inner .extention_long .item .hairstyle {
  margin: 20px 0 15px;
}
#lineup .inner .extention_long .item .size {
  font-size: 4vw;
  font-weight: 500;
  color: #5f3d22;
  padding: 0 0 10px;
  line-height: 1.8;
}
#lineup .inner .txt_note {
    color: #555555;
    font-size: 3.4vw;
    font-weight: 500;
    margin: 30px 0 0;
    line-height: 1.4;
}


#lineup .inner .extention_bangs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#lineup .inner .extention_bangs .item {
  text-align: center;
  width: 50%;
}
#lineup .inner .extention_bangs .item:nth-of-type(n+3) {
  margin-top: 30px;
}
#lineup .inner .extention_bangs .item .hairstyle img {
  width: 94%;
}

#lineup .inner .extention_bangs .item .name {
  font-size: 5vw;
  font-weight: 700;
  color: #5f3d22;
  padding: 20px 0 15px;
  line-height: 1.2;
  min-height: 13vw;
}
#lineup .inner .extention_bangs .item .size {
  font-size: 4vw;
  font-weight: 500;
  color: #5f3d22;
  padding: 0 0 10px;
}

}









@media only screen and (min-width: 737px) 
{ /* PC start */

}

@media only screen and (max-width: 736px) 
{/* SP start */

}

