.padding-0{
padding:0!important;}

.a_right{
  padding 0 16px;
  box-sizing:border-box;
text-align:right;
margin:32px 0 0 auto;}

/*Top画像*/
.top_main{
	display:flex;
	justify-content:center;
  	height:532px;
  position:relative;
  margin-top:64px;
}
.top_main_left, .top_main_right{
	width:50%;
}

.top_main_left{
  background:#AD9C88;
  color:  #fff;
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 0 16px;
}
.top_main_left h1{
  font-size:47px;
  letter-spacing:0.45em;
  text-align:center;
  margin-bottom:88px;
}
.top_main_left h2{
   text-align:center;
	font-size:25px;
 	line-height:1.8;
 	letter-spacing:0.2em;
 	padding-bottom:88px;
}
.top_main_right img{
	width:100%;
  	height:532px;
  	object-fit:cover;
}

@media (max-width: 768px) {
  .top_main{
	display:block;
  	height:256px;
  margin-top: 32px;
}
.top_main_left{
  width:0;
  background:transparent;
}
.top_main_left h1{
  display:none;
}
.top_main_left h2{
   text-align:center;
	font-size:11px;
 	line-height:1.8;
 	letter-spacing:0.2em;
 	padding-bottom:0px;
 	position:absolute;
  left:0;
  right:0;
  top:20px;
  margin:  auto;
}
  .top_main_right {
  width:  100%;}
.top_main_right img{
  	height:256px;
}
}

/*PRODUCT*/

section#top_product_wrap{
	display:flex;
  	justify-content:space-between;
  	flex-wrap:wrap;
  margin:120px auto 0 auto
}
#top_product_wrap a{
display:block;
width:calc((100% - 32px) / 2);
  margin:0 0 80px 0;
}
.product_img{
  	width:100%;
	position: relative;
}
.product_img::before {
    content:"";
    display: block;
    padding-top: 66%; /* 高さを幅の66%に固定 */
}
.product_img_inner{
  display:block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  width:100%;
height:100%;
  overflow: hidden;
}
.product_img_inner img{
display: block;
   width:100%;
height:100%;
transition-duration: 0.5s;
object-fit:cover;
}

.product_img_inner img:hover {
transform: scale(1.2);
transition-duration: 0.5s;

}



#top_product_wrap a h2{
	margin:32px 0 0 0;
  font-size:17px;
  line-height:1;
  text-align:center:
}

  section#top_product_wrap_for_sp{
    display:none;
}

@media (max-width: 768px) {
  section#top_product_wrap{
    display:none;
  }
  section#top_product_wrap_for_sp{
    border-top:1px solid #000;
  	display:flex;
  	justify-content:space-between;
  	flex-wrap:wrap;
  	margin:80px auto 0 auto;
    padding:0 2px;
    box-sizing:border-box;
}
  section#top_product_wrap_for_sp a{
  display:block;
  width:calc((100% - 2px) / 2);
    position:relative;
    margin:0px 0px 2px 0px;
    height:200px;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
  }
    section#top_product_wrap_for_sp a h2{
      font-size:14px;
      line-height:1;
      margin:24px 0;
      color:#ffffff;
  }
  section#top_product_wrap_for_sp a img{
    display:block;
    width:100%;
    z-index:-10;
    height:200px;
    object-fit:cover;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
  }
}

/*コンセプト*/
section#concept{
  border-top:1px solid #000;
  margin-top:160px;
  padding-top:96px;
}
section#concept p{
      text-align:center;
	margin-top:132px;
  	font-size:15px;
  line-height:3;
  letter-spacing:0.2em;
}

@media (max-width: 768px) {
	section#concept{
    border-top:none;
    margin-top:0px;
    padding-top:40px;
}
section#concept p{
      text-align:center;
	margin-top:40px;
  	font-size:12px;
  line-height:3;
  letter-spacing:0.2em;
}
}

section#image{
  margin-top:120px;
}
@media (max-width: 768px) {
section#image{
  margin-top:80px;
}
}
section#image div{
width:100%;}
section#image div img{
width:100%;}

/*MOVIE 動画*/
section#movie{
margin-top:128px;}

.movie_wrap{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-top:88px;
}
.movie_wrap a{
display:block;
width:calc((100% - 32px) / 2);
  margin:0 0 80px 0;
}
.movie_img{
  	width:100%;
	position: relative;
}
.movie_img::before {
    content:"";
    display: block;
    padding-top: 66%; /* 高さを幅の66%に固定 */
}
.movie_img_inner{
  display:block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.movie_img_inner img{
width:100%;
height:100%;
object-fit:cover;
}

@media (max-width: 768px) {
  section#movie{
  	padding:0 16px;
    box-sizing:border-box;
  }
  
  .movie_wrap{
  display:block;
}
.movie_wrap a{
width:100%;
  margin:0 0 40px 0;
}
}
section#news{
	margin-top:120px;

}
@media screen and (min-width: 600px) {
  .news_wrap{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-top:88px;
}
  .news_inner{
	width:49%;
  }
}
#news-rss{
	display:flex;
  	justify-content:space-between;
  	flex-wrap:wrap;
  	margin-top:32px;
  	padding: 0 16px;
}
#news-rss > div{
	width:calc((100% - 16px * 5) / 6);
}
@media (max-width: 768px) {
  	#news-rss > div{
	width:calc((100% - 16px * 2) / 3);
	}
}
@media (max-width: 600px) {
  	#news-rss > div{
	width:calc((100% - 16px) / 2);
	}
}
#news-rss > div > a{
display:block;
width:100%;
}
#news-rss > div > a > div.rss-img{
width:100%;
height:160px;
  overflow:hidden;
}
#news-rss > div > a > div.rss-img img{
width:100%;
height:240px;
object-fit:cover;
}

#news-rss > div > a > h3{
font-size:14px;
  line-height:1.5;
  font-weight:normal;
}

section#ranking{
	margin-top:120px
}
ul.ranking_ul{
display:flex;
justify-content:space-between;
  margin:40px auto 0 auto;
  padding:0 16px;
}
ul.ranking_ul li{
list-style:none;
width:calc((100% - 16px * 5) / 6);
}
ul.ranking_ul li::before{
	content:"";
	display:block;
  margin: 0 auto;
	width:40px;
	height:30px;
	background-size:contain;
}
ul.ranking_ul li:nth-child(1)::before{
	background:url(https://nicoritokyo.sakura.ne.jp/hp/wp-content/themes/nicori/images/new_icon01.png) no-repeat;
}
ul.ranking_ul li:nth-child(2)::before{
	background:url(https://nicoritokyo.sakura.ne.jp/hp/wp-content/themes/nicori/images/new_icon02.png) no-repeat;
}
ul.ranking_ul li:nth-child(3)::before{
	background:url(https://nicoritokyo.sakura.ne.jp/hp/wp-content/themes/nicori/images/new_icon03.png) no-repeat;
}
ul.ranking_ul li:nth-child(4)::before{
	background:url(https://nicoritokyo.sakura.ne.jp/hp/wp-content/themes/nicori/images/new_icon04.png) no-repeat;
}
ul.ranking_ul li:nth-child(5)::before{
	background:url(https://nicoritokyo.sakura.ne.jp/hp/wp-content/themes/nicori/images/new_icon05.png) no-repeat;
}
ul.ranking_ul li:nth-child(6)::before{
	background:url(https://nicoritokyo.sakura.ne.jp/hp/wp-content/themes/nicori/images/new_icon06.png) no-repeat;
}
ul.ranking_ul li:nth-child(7)::before{
	background:url(https://nicoritokyo.sakura.ne.jp/hp/wp-content/themes/nicori/images/new_icon07.png) no-repeat;
}


@media (max-width: 768px) { 
  ul.ranking_ul{
flex-wrap:wrap;
}
ul.ranking_ul li{
width:calc((100% - 16px ) / 2);
}
}

section#voice{
	margin-top:120px
}
section#voice p{
  margin-top:16px;
text-align:center;
font-size:15px;
line-height:1.8;
}

.ls-box {
	padding:56px 0 200px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	position: relative;
	max-width: 1400px;
}
.ls-box  ul {
	margin: 0 auto;
  padding:0 16px;
  box-sizing:border-box;
	width: 100%;
	text-align: center;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  max-width:1200px
}
.ls-box  li {
	width: auto;
  list-style:none;
}
.ls-box .ph01 ,  .ls-box .ph02 {
	width: calc((100% - 96px)/2);
	position: relative;
}
.ls-box .ph03 ,.ls-box .ph04 {
	width: calc((100% - 96px)/2);
	margin-top: 2%;
	position: relative;
}
.ls-box  .ph02 {
	top: 60px;
}
.ls-box .ph03 {
	top: 10px;
}
.ls-box .ph05 {
	top: 60px;
}
.ls-box .ph06 {
	top: 10px;
}
.ls-box .neme01  {
	top: 8%;
	left: -1%;
}
.ls-box .neme02  {
	top: -4%;
	right: 10%;
}
.ls-box .neme03  {
	top: 80%;
	right: -6%;
}
.ls-box .neme04  {
	bottom:0;
  left:0:
}
.ls-box .neme05  {
	bottom:0;
  left:0:
}
.ls-box .neme06  {
	bottom:0;
  right:0:
}
.ls-box  .bg-color {
	background: #9d8c71;
	position: absolute;
	color: #fff;
	font-size: 1.5vw;
	padding: 1% 8%;
}
.ls-box img{
	width: 100% ;
	height: auto;
}
.ls-box .image01 {
	border: solid 8px #fff;
	box-shadow:10px 10px 10px 10px rgba(0,0,0,0.3);
	width: auto;
	display: block;
	height: auto;
}
.ls-box .sd {
	box-shadow:10px 10px 10px 5px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .ls-box .ph01 ,  .ls-box .ph02,.ls-box .ph03 {
	width: calc((100% - 16px)/2);
	position: relative;
}
.ls-box .ph04 ,.ls-box .ph05, .ls-box .ph06 {
	width: calc((100% - 16px)/2);
	margin-top: 2%;
	position: relative;
  }
.ls-box  .ph02 {
	top: 32px;
}
.ls-box .ph03 {
	top: 0px;
}
 .ls-box .ph04 {
	top: 32px;
}
.ls-box .ph05 {
	top: 0px;
}
.ls-box .ph06 {
	top: 32px;
}
}

section#for_salon{
  max-width:640px;
  margin:72px auto 72px auto;
  background:rgba(190,162,131,0.70);
	text-align:center;
  padding:24px 16px;
}

section#for_salon h2{
	font-size:24px;
  margin:0;
  line-height:1.5;
  font-weight:normal;
  color:#fff;
}

section#for_salon a{
	font-size:18px;
  display:block;
  margin:16px auto 0 auto;
    color:#fff;
  background:#9D2716;
  padding:8px;
  border-radius:4px;
}

section#sns{
	margin-top:0px;
 padding:40px 0 80px 0;
  display:flex;
  justify-content:center;
  
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 40px;
}
section#sns a{
display:block;
  width:25px;
  height:25px;
  margin:0 8px;
}

section#sns a img{
width:100%;
height:40px;
object-fit:contain;
}

section#sns a.sns-line{
  width:120px;
  height:40px;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
  	position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
 	 text-align:center;
}
.modal__content_inner{
	position:relative;
    padding: 32px;
}
.modal__content img{
display:block;
  margin:24px auto;
}	
.modal__content p{
font-size:14px;
  line-height:2;
}

section#sns .modal__content a.line_addbtn{
display:inline-block;
width:240px;
height:40px;
line-height:40px;
font-size:14px;
  border-radius:4px;
color:#fff;
box-sizing:border-box;
background:#000;
text-align:center;
}

section#sns a.js-modal-close {
    display:block;
    position:absolute;
    top:-16px;
    right:-16px;
    background:#fff;
    border-radius:16px;
    height:32px;
    width:32px;}
a.js-modal-close .material-icons{
    font-size:32px;
}

@media (max-width: 768px) {
section#sns{
  margin: 0;
  }
section#sns a{
display:block;
  width:25px;
  height:25px;
  margin:0 12px;
}
section#sns a img{
width:100%;
height:32px;
object-fit:contain;
}
section#sns a.sns-line{
  width:96px;
  height:32px;
}
  
  .modal__content{
  	width:95%;
  }
.modal__content_inner{
	padding:12px;
}
}

@media (max-width: 680px) {
section#sns{
  margin: 0;
  margin-top: 20px;
  width: 150px;
  }
  section#sns a{
display:block;
  width:28px;
  height:28px;
  margin:0 12px;
}
}













.wrap{
  margin-bottom: 1.5rem;
}
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrap img{
  width: 100%;
}
@media screen and (min-width: 600px) {
  .float-right{
    float: right;
      width: 49.5%;
}
p{
  padding: 10px 0;
  }
  }
  .float-left{
    float:left;
    width: 49.5%;
  }
  .wrap:after{
    display: block;
    clear: both;
    content: "";
  }
}






.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-insta{
    width: 540px;
    padding: 3%;
    border: 1px solid #999;
    background: #fff;
    margin: 3rem auto 0;
    max-width: 99%;
}
