@charset "utf-8";
@import url(swiper.min.css);
@import url(insta.css);
@import url(../js/vegas/vegas.css);
@import url(../js/slick/slick.css);
@import url(animate-custom.css);



.top_bnr_box{
    border: 4px solid #2c2c2c;
    max-width: 500px;
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
}
.top_bnr_box img{
    max-width: 100%;
    vertical-align: bottom;
}
.newsalonroot{
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.newsalonroot.active{
    opacity: 1;
    visibility: visible;
}
.newsalonroot {
    background: rgba(0,0,0,0.50);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-align-content: center;
			align-content: center;
}
.newsalonroot .rootwrap{
    position: relative;
    max-width: 800px;
    width: 90%;
}
.newsalonroot .closebtn{
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 10px;
}
.newsalonroot img{
    max-width: 100%;
    width: auto;
}

#topWrp #vegas {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#vegas .vegas-timer {
	display: none;
}
#topWrp .warpper {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
}
#topWrp .warpper p {
	position: absolute;
	top: 45%;
	left: 50%;
	-webkti-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: 800px;
	width: 60%;

}
#topWrp .swiper-container {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
.swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-slide .top_slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.swiper-slide .top_slide.n01  {
	background-image: url(../../img/main/01.png);
}
.swiper-slide .top_slide.n02  {
	background-image: url(../../img/main/02.png);
}
.swiper-slide .top_slide.n03  {
	background-image: url(../../img/main/03.png);
}
.swiper-slide .txtbox {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: Hannari;
	font-size: 30px;
	line-height: 60px;
	white-space: nowrap;
	text-align: center;
}
.swiper-slide .txtbox .txt1 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.swiper-slide .txtbox .txt2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.swiper-slide .txtbox .txt3 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.swiper-slide .txtbox .txt4 {
	width: 20px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	margin-right: auto;
	margin-left: auto;
}
.swiper-button-next, .swiper-button-prev {
	background-image: none !important;
	width: 40px !important;
	height: 40px !important;
	background-color: hsla(0,0%,0%,0.25);
	line-height: 40px;
	font-family: HannariMincho, "Hiragino Mincho ProN W3";
	font-size: 25px;
	color: #333;
	z-index: 10;
}
#topicsWrp {
    overflow: hidden;
}
#topicsWrp .topics_head{
    text-align: left;
    margin-bottom: 50px;
}
#topicsWrp .topics_head .text-img{
    order: 1;
    width: 50%;
    text-align: right;
}
#topicsWrp .topics_head_cap{
    width: 50%;
}
#topicsWrp .topics_head .text-img img{
    width: 100%;
    max-width: 400px;
}
#topicsWrp .topics_head h2{
    margin-bottom: 25px;
}
#topicsWrp .topics_head h2 span{
    position: relative;
}
#topicsWrp .topics_head h2 img{
    max-width: 100%;
    vertical-align: top;
}
#topicsWrp .topics_head .tsuyu img{
    width: 25px;
}
#topicsWrp .topics_head .nayami img{
    width: 25px;
}
#topicsWrp .topics_head h2{
    text-align: left;
    line-height: 60px;
}
#topicsWrp .topics_contents {
    align-items: stretch;
}
#topicsWrp .topics_contents .topics_item{
    width: 48%;
}
#topicsWrp .topics_contents .topics_item img{
    max-width: 100%;
}
#topicsWrp .topics_item .topics_cap{
    margin-bottom: 20px;
    position: relative;
}
#topicsWrp .topics_item .topics_cap::before,
#topicsWrp .topics_item .topics_cap::after{
    content: "";
    width: 1px;
    height: 100%;
    border-left: 1px solid;
    position: absolute;
    top: 0;
    transform: rotate(20deg);
}
#topicsWrp .topics_item .topics_cap::before{
    left: 0;
}
#topicsWrp .topics_item .topics_cap::after{
    right: 0;
}
#messageWrp {
	padding-bottom: 0px;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#messageWrp .flexbox {
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	background-image: url(../../img/message/bg.png);
	background-repeat: no-repeat;
}
#messageWrp .box {
	position: relative;
	padding-top: 70px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-left: 70px;
}
#messageWrp .box .txt_box {
	text-align: left;
	max-width: 515px;
}
#messageWrp .box img {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
}
#messageWrp  .box .message {
	z-index: 1 !important;
	max-width: 515px;
	margin-right: 100px;
	margin-bottom: 100px;
}
#messageWrp .box .parallax_box,
#messageWrp .box .parallax_box2 {
	position: relative;
	z-index: 0;
}
#messageWrp .box#n01  {
	width: 50%;
}
#messageWrp .box#n01 .parallax_box img {
	max-width: 500px;
	margin-left: 100px;
	position: relative;
	top: 60px;
}
#messageWrp  .box#n01 .txt_box .futura {
	margin-bottom: 8px;
}
#messageWrp .box#n02  {
	width: 50%;
	margin-top: 200px;
	min-width: 0px;
}
#messageWrp .box#n02 img {
	max-width: 446px;
}
#messageWrp .box#n03  {
	width: 60%;
	z-index: 0;
	margin-bottom: -200px;
}
#messageWrp .box#n04  {
	width: 40%;
	min-height: 0px;
	padding-left: 0px;
	margin-top: -150px;
}
#messageWrp .box#n04 h2 {
	margin-bottom: 20px;
	z-index: 1;
}
#messageWrp .box#n04 p {
	margin-right: auto;
	margin-left: auto;
}


#pickWrp ul::after {
	content: "";
	display: block;
	width: 46%;
}
#pickWrp ul li  {
	background-color: #FFFFFF;
	margin-bottom: 4%;
	width: 46%;
}
#pickWrp ul li .txt13 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#conceptWrp {
	background-image: url(../../img/top/concept_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 0px;
	padding-top: 50%;
}
#conceptWrp .txt_box {
	width: 40%;
	margin-top: 10%;
	margin-left: 5%;
	margin-bottom: 10%;
}
#conceptWrp .txt_box p  {
	margin-bottom: 30px;
}
#conceptWrp .txt_box h2 {
	margin-bottom: 30px;
}
#conceptWrp .txt_box h3 {
	margin-bottom: 30px;
	text-align: center;
}
#conceptWrp .point.flexbox {
	margin-bottom: 50px;
}



#newsWrp .bg.news {
	background-image: url(../../img/top/news_bg.jpg);
}
#newsWrp .tit_cat {
	top: 45%;
	left: -2%;
}
#newsWrp .flexbox {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	align-content: stretch;
	margin-bottom: 50px;
}
#newsWrp .flexbox li {
	width: 24%;
	margin-bottom: 50px;
	padding-left: 2%;
	padding-right: 2%;
}
#newsWrp .flexbox li p {
	margin-bottom: 15px;
}
#newsWrp .flexbox li .txt11 {
	margin-bottom: 0px;
	text-align: left;
	line-height: 13px;
	font-size: 10px;
}
#newsWrp .flexbox li .txt15 {
	text-align: left;
}
#newsWrp .flexbox li .txt13 {
	line-height: 20px;
}
#newsWrp .flexbox li.line {
	width: 1px;
	padding-top: 24%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	position: relative;
	background-color: #dddddd;
}
#newsWrp .flexbox li.line:nth-child(8n) {
	display: none;
}
#newsWrp .flexbox li.line span {
	width: 1px;
	height: 100%;
	display: block;
	background-color: #dddddd;
	padding-top: 20%;
}

#instagramWrp {
	background-color: #ededed;
}
#instagramWrp .content_tit {
	display: inline-block;
	padding-left: 60px;
	background-image: url(../img/icon/sns/instagram.svg);
	background-position: left center;
	background-size: 32px auto;
	background-repeat: no-repeat;
}
#instagramWrp .txt30 {
	margin-bottom: 55px;
}
#instagramWrp .txt13 {
	margin-bottom: 50px;
}
#instagramWrp .flexbox li {
	width: 25%;
	margin-bottom: 0px;
}
#instagramWrp .flexbox li img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}


@media screen and (max-width:768px){
    #topicsWrp .topics_head_cap{
        width: 100%;
    }
    #topicsWrp .topics_head .text-img{
        position: absolute;
        top: -70px;
        right: -50px;
        
    }
#messageWrp .flexbox {
	-webkit-flex-direction: column;
	flex-direction: column;
}
#messageWrp .box#n01 {
	width: 100%;
	margin-top: 0px;
}
#messageWrp .box .message {
	max-width: 400px;
}
#messageWrp .box#n01 .parallax_box img {
	margin-left: 0px;
}
#messageWrp .box#n02 {
	width: 100%;
	margin-top: 0px;
}
#messageWrp .box#n03 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: -300px;
}
#messageWrp .box#n04 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 70px;
}

#pickWrp ul li {
	width: 100%;
	max-width: 486px;
	margin-left: auto;
	margin-right: auto;
}
#conceptWrp .txt_box {
	width: 80%;
}

#newsWrp .tit_cat {
	left: -3%;
	top: 30%;
}
#newsWrp .flexbox {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#newsWrp .flexbox li {
	width: 33%;
	padding-left: 3%;
	padding-right: 3%;
}
#newsWrp .flexbox li p.txt13 {
	display: block;
}
#newsWrp .flexbox li.line {
	display: none;
}
#instagramWrp .txt13 {
	text-align: left;
}
#instagramWrp .flexbox li {
	width: 33.33%;
}
}


@media screen and (max-width:480px){
.swiper-slide .txtbox {
	font-size: 20px;
	line-height: 40px;
}
.swiper-button-next, .swiper-button-prev {
	width: 20px !important;
	height: 30px !important;
	font-size: 20px;
	line-height: 28px;
}
    #topicsWrp .topics_contents .topics_item{
        width: 100%;
        margin-bottom: 30px;
    }
#messageWrp {
	width: 100%;
	padding-top: 0px;
}
#messageWrp .flexbox {
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	padding-bottom: 10%;
}
#messageWrp .box {
	padding: 0;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#messageWrp .box#n01 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#messageWrp .box#n01 .message {
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}
#messageWrp .box#n01 .parallax_box img {
	top: 0px;
	margin-bottom: 20px;
}
#messageWrp .box#n01 .hannari {
	margin-bottom: 10px;
}
#messageWrp .box#n01 .futura {
	margin-bottom: 10px;
}
#messageWrp .box#n02  {
	width: 85%;
	order: 0;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#messageWrp .box#n03  {
	width: 85%;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}
#messageWrp .box#n04  {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
}
#pickWrp ul li .txt13 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#conceptWrp {
	background-size: contain;
	padding-top: 80%;
}
#conceptWrp .txt_box {
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	margin-top: 20%;
}
#conceptWrp .txt_box p {
	margin-bottom: 10px;
}
#conceptWrp .point li {
	width: 100%;
	max-width: 250px;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#conceptWrp .point li.line {
	display: none;
}
#conceptWrp .point li p {
	margin-bottom: 5px;
}
#conceptWrp .point li p img {
	margin-bottom: 10px;
}
#shopWrp .tit_cat, #newsWrp .tit_cat {
	top: 12%;
	left: -6%;
}
#newsWrp .flexbox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#newsWrp .flexbox li {
	width: 50%;
	max-width: 250px;
}
#newsWrp .flexbox li p {
	margin-bottom: 10px;
}
#newsWrp .flexbox li .txt11 {
	font-size: 10px;
}
#newsWrp .flexbox li .txt15 {
	line-height: 20px;
}
#newsWrp .flexbox li p.txt13  {
	display: none;
}
#instagramWrp {
	text-align: center;
}
#instagramWrp .content_tit {
	background-size: 20px auto;
	padding-left: 30px;
	text-align: center;
}
#instagramWrp .txt30 {
	margin-bottom: 20px;
}
#instagramWrp .txt13 {
	margin-bottom: 20px;
}
#instagramWrp .flexbox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#instagramWrp .flexbox li {
	width: 50%;
}
}
