@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-color: #000000;
  z-index:1000;
}
 
#opening .op_img img{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
		width: 70%;
		max-width: 600px;
}
#opening .op_img .loading01{
  animation-name: loading01;
  animation-duration: 1.5s;
	animation-timing-function:ease-in;
	animation-fill-mode:forwards;
}
#opening .op_img .loading02{
  animation-name: loading02;
  animation-duration: 1s;
	animation-delay: 1s;
animation-timing-function:ease-in;
opacity: 0;
animation-fill-mode:forwards;

}
@keyframes loading01{
  0%{
    opacity: 1;
  }
  
  100%{
    opacity: 0;
  }
}
@keyframes loading02{
  0%{
    opacity: 0;
  }
  
  100%{
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {

}

/*メインビジュアル*/
.mv{
	width: 100%;
	height: calc( 100vh - 80px );
	position: relative;
	padding-top: 20%;
}
.luxy-img01 {
  margin-inline: auto;
  width: 80%;
	max-width: 600px;
}
.main_ttl{
text-align: center;
width: 100%;
padding: 0 20px;
position: absolute;
left: 0;
top: 10%;
}
@media screen and (max-width:1400px) {
.mv{
	padding-top: 30%;
}
}
@media screen and (max-width:1150px) {
.mv{
	width: 100%;
	height: calc( 100vh - 70px );
}
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	.mv{
	width: 100%;
	height: calc( 100vh - 70px );
	position: relative;
	padding-top: 70%;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	トップ　about	*/
/*-------------------------------------*/
#about p{
	margin-bottom: 100px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 3;
}
#about p.caption{
	font-size: 1.8rem;
	line-height: 2;
	padding-bottom: 100px;
}
.bg{
	background-image: url(../images/index/bg.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.fuwafuwa {
  animation: fuwafuwa 1.5s ease-in-out infinite alternate-reverse;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@media screen and (max-width: 768px){
#about p{
	margin-bottom: 40px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2;

}
#about p.caption{
	font-size: 1.4rem;
	line-height: 2;
	padding-bottom: 60px;
}
}
@media screen and (max-width: 550px){
	
}
/*-------------------------------------*/
/*	original	*/
/*-------------------------------------*/
#original .container{
	background-image: url(../images/index/bg02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.flow_box{
	text-align: center;
	max-width: 578px;
	margin: 0 auto;
}
.flow_box h3{
	font-weight: 500;
	font-size: 3.6rem;
	margin-bottom: 40px;
	opacity: 0.6;
}
.flow_box .caption{
	font-size: 1.6rem;
	padding: 20px;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	.flow_box h3{
	font-weight: 500;
	font-size: 2.4rem;
	margin-bottom: 40px;
	opacity: 0.6;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	shop	*/
/*-------------------------------------*/
#shop p.caption{
	margin-bottom: 100px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 2.4rem;
	line-height: 3;
}
.slid_wrap{
	margin-bottom: 100px;
	position: relative;
    position: relative;
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
}
.news_slid{
	width: 100%;
	position: relative;
}

.news_slid .slick-slide {
margin: 0 15px;	
height : auto;
}

.news_slid .slick-prev {
    left: 30%;
}
.news_slid .slick-next {
    right: 30%;
}
.news_slid .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
	max-width: 500px;
    padding: 0 40px;
    margin: 0;
    list-style: none;
    text-align: center;
	 left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.news_slid .slick-dots li button:before {
    color: #FFFFFF; 
	opacity: 1;
}
.news_slid .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ef36ef; 
}
.news_slid .slick-prev:before, .news_slid .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news_slid .slick-prev:before {
    content: '\f104';

}
.news_slid .slick-next:before {
    content: '\f105';
}
.news_slid .slick-prev, .news_slid .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
	bottom: -50px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.item_box{
	max-width: 346px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	text-align: center;
	display: block;
}
.item_box p{
	padding-top: 20px;
	font-size: 2.2rem;
	line-height: 1.5;
	padding: 10px 5px 10px 5Px;
	color: #FFFFFF;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#shop p.caption{
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2;
}
	.slid_wrap{
	margin-bottom: 100px;
}
	.item_box{
	max-width: 300px;
}	
.item_box h3{
	font-size: 2rem;
}
.item_box p{
	font-size: 1.4rem;
}
.news_slid .slick-prev {
    left: 10%;
}
.news_slid .slick-next {
    right: 10%;
}
.partner_list li p{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 550px) {
		.news_slid .slick-prev {
    left: 10px;
}
.news_slid .slick-next {
    right: 10px;
}
}
/*-------------------------------------*/
/*	sns	*/
/*-------------------------------------*/
#sns .container{
	background-image: url(../images/index/bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
#sns .sns_ttl{
	text-align: center;
	margin-bottom: 60px;
}
p.link {
	text-align: center;
}
.link a,#sns .sns_list li a{
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: 500;
	text-decoration: underline;
	display: inline-block;
}
.link a:hover{
	opacity: 0.7;
}
#sns .sns_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 750px;
	margin: 0 auto;
}
#sns .sns_list li {
	width: 48%;
	margin-bottom: 40px;
}
#sns02{
	background-color: #b70f00;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#sns .sns_ttl{
	text-align: center;
	margin-bottom: 40px;
}
.link a,#sns .sns_list li a{
	font-size: 1.6rem;
	display: block;
}
	#sns .sns_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 750px;
	margin: 0 auto;
}
	#sns .sns_list li {
	width: 48%;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	共通	*/
/*-------------------------------------*/
.ttl{
	text-align: center;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 1.2;

}
.ttl span{
	font-size: 3.6rem;
		border: 4px solid #0090f9;
	display: inline-block;
		padding: 0.7em 1em;
	border-radius: 10px;
	position: relative;
	min-width: 500px;
	background-color: #000000;
}
.ttl span::before{
	content: "";
	width: 98%;
	height: 94%;
	border: 4px solid #ef36ef;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.ttl02{
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 9rem;
	margin-bottom: 50px;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
}
a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1!important;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
.ttl{
	margin-bottom: 40px;
}
.ttl span{
	font-size: 2.2rem;
		border: 4px solid #0090f9;
	display: inline-block;
		padding: 0.7em 1em;
	border-radius: 10px;
	position: relative;
}
.ttl span{
min-width: 100%;
}
.ttl02{
	font-size: 5rem;
	margin-bottom: 30px;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/

/*-------------------------------------*/
/*	partner　*/
/*-------------------------------------*/


/*-------------------------------------*/
/*	shop */
/*-------------------------------------*/
#shop-single{

}
.thm{
	text-align: center;
	margin-bottom: 20px;
}
#shop-single .caption{
	width: 100%;
	text-align: center;
		font-weight: 400;
	text-transform: uppercase;
	font-size: 8rem;
	font-family: "Lato", sans-serif;
		line-height: 1;
		margin-bottom: 60px;
		opacity: 0.6;
}
#shop-single h2{
font-size: 3.0rem;
text-align: center;
font-weight: 500;
line-height: 1.5;
padding: 60px 0 20px 0;
}
#shop-single .add{
margin-top: 20px;
margin-bottom: 20px;
font-size: 1.8rem;
line-height: 2;
}
#shop-single .sns_list {
display: flex;
}
#shop-single .sns_list li{
margin-right: 20px;
}
#shop-single .sns_list li:last-child{
margin-right: 0;
}
#shop-single .map iframe{
	width: 100%;
	height: 440px;
}
.shop_name{
	text-align: center;
	line-height: 1.5;
	font-size: 3.6rem;
	font-weight: 500;
	margin-bottom: 60px;
}
#shop_bottom{
	position: relative;
	height: 50vh;
}
#shop_bottom02 .shop_no{
	color: #FFFFFF;
	opacity: 0.6;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-size: 15rem;
	font-family: "Lato", sans-serif;
	width: 100%;
		line-height: 1;
}
.luxy-img02 {
  margin-inline: auto;
  width: 50%;
	max-width: 450px;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
.meta_entry{
}
#shop-single .caption{
	font-size: 3rem;
		margin-bottom: 20px;
}
#shop-single h2{
font-size: 2rem;
text-align: center;
font-weight: 500;
line-height: 1.5;
padding: 30px 0 30px 0;

}
#shop-single .add{
margin-top: 20px;
margin-bottom: 20px;
font-size: 1.2rem;
line-height: 2;
}
#shop-single .sns_list li{
	display: inline-block;
	margin-right: 20px;
}
#shop-single .map iframe{
	width: 100%;
	height: 300px;
}
.shop_name{
	text-align: center;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 20px;
}
#shop_bottom{
	position: relative;
	height: 50vh;
}
#shop_bottom02 .shop_no{
	font-size: 5rem;

}
.luxy-img02 {
  margin-inline: auto;
  width: 70%;
	max-width: 300px;
}
}
@media screen and (max-width: 550px) {
}

/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.5em 0.8em!important;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#FFF!important;
	border: none!important;
	background:none!important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-pagenavi span{
	color:#fff;
		font-weight: 500;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.5em 0.8em;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#cbb483;
	border: none;
	background:none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: none!important;
}
.wp-pagenavi a:hover{
	border: none!important;
	background: none;
	color: #cbb483!important;
	text-decoration: none!important;
}
.wp-pagenavi a:hover span{
	color:#cbb483;
}
@media screen and (max-width: 991px){
.single_wrap article{
	padding: 40px 40px;
	margin-bottom: 40px;
}
}
@media screen and (max-width: 768px){
.single_wrap article{
	padding: 20px 20px;
	margin-bottom: 40px;
}	
article .meta_entry h3{
	font-size: 2.0rem;
}	
}