@charset "utf-8";
/* CSS Document */





/************SP************/@media (max-width: 767px) {
	
/*****************************************************

  全ページ　共通

*****************************************************/
	
.pc {
	display: none;
}

.sp {
	display: block;
}	
	
	

.titol {
	text-align: center;
	margin: 10px;
}

.titol img{
	margin: -10px 0 1%;
}




.titol h3{
	font-size: 6vw;
	font-weight:100;
}



img {
    width: 100%;
    
    margin: 0;
    padding: 0;
	vertical-align:bottom;
}

.fadein {
    opacity : 0;
    transform : translate(0, 70px);
    transition : all 1300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}



/*****************************************************

	header

*****************************************************/



header {
	width: 100%;
	height: 150px;
	color: #235ba8;
	background-color: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
	z-index: 20;
}
header h1 {
	width: 46%;
	margin: 0 ;
}
header .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	z-index: 20;
}
header h1, header .tel, header .wrap nav, header .member li:last-child {
	display: none;
}
header{
	height: 63px;
	padding: 0 0 0px 15px;
	/*margin: 0 0 19px 0;*/
	
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #888;
	position: fixed;
	z-index: 20;
	margin-top: -2px;
}
header .wrap {
	display: flex;
}





.head-space{
	height: 63px;
}

.head-sp .logo{
	width: 80%;
	text-align: center;
	margin-top: 5px;
	margin: 5px auto 0;
}

.head-sp .logo img{
	width: 240px;
	margin: 0 auto;
	height: auto;
}

.head-sp .sns{
	display: flex;
	justify-content: space-between;
	width: 72px;
	position: absolute;
	top: 17px;
    right: 5px;
}

.head-sp .sns li{
	width:32px;
}

/*=======================================

              nav

========================================*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -400px;
  bottom:30%;
  width: 400px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
  z-index: 3;
  height: 800px;
}
.open nav {
  left: 0;
}
nav .box {
  padding: 25px　0;
}
nav .box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .box ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .box ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .box ul li a:hover {
  background: #e4e4e4;
}




nav .box .contact a{
	text-align: center;
	width: 95%;
	color: #333;
	background-color: #FFFAE3;
	padding: 5px 0;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
}

nav .box .link a{
	display: block;
  color: #333;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  transition-duration: 0.2s;
}



@media screen and (max-width: 767px) {
  nav {
    left: -310px;
    width: 310px;
  }
}
/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  left: 10px;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.open .toggle_btn {
  left: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #666;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 20px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 30px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 340px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}



/*****************************************************

  footer

*****************************************************/

footer {
	
	background-repeat: repeat;
	padding: 0px 0 0px;
	color: #999;
	width: 100%;
	margin-top: 50px;
	
}
footer .inner {
	width: 100%;
	margin: 0 auto;
	
}

footer .inner .logo{
	width: 130px;
	margin: 0 auto 20px;
}


footer .inner .sns{
	display: flex;
	justify-content: space-between;
	width: 150px;
	margin: 0 auto 30px;
}

footer .inner .sns li{
		width: 37px;
	
}


footer .inner .nav{
	display: block;
	justify-content: space-between;
	width: 100%;
	text-align: center;
	margin: 0 auto 8%;
	font-size:3.6vw;
}

footer .inner .nav li{
	margin-bottom: 2.5%;
}


footer .copy {
	width: 100%;
	text-align: center;
	background-color: #fff;
	
	color: #000;
	padding: 10px 0;
	font-size: 3.5vw;

}


/*****************************************************

  ページ共通

*****************************************************/

.page-title{
	width: 100%;
	text-align: center;
	margin: 20px 0 20px;
}


.page-title h2{
	font-size: 6vw;
	font-weight: 100;
	margin-bottom: 10px;
}

.page-title p{
	font-size: 4vw;
}





/*****************************************************

  トップページ	

*****************************************************/




.top_main {
	position: relative;
	z-index: 2;
}
.top_main .logo {
	position: absolute;
	top: 45%;
	left: 25%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 380px;
}
.top_main video {
	width: 100%;
	height: auto;
	z-index: 2;
}

.top-page {
	font-weight: 100;
}
.top-page .sect1 {
	width: 100%;
	margin: 30px auto 50px;
}
.top-page .sect1 .box {
	width: 100%;
	font-size: 20px;
	margin: 30px auto 30px;
	font-weight: 100;
	
	
}

.top-page .sect1 .box h2 {
	font-size: 6.5vw;
	
	display: inline;
	
}
.top-page .sect1 .inner {
	/*background-color: #E0D4C3;*/
	/*background-color: #EAE4DC;*/
	padding: 20px 0 100px;
	
}
.top-page .sect1 .inner .box {
	width: 100%;
	margin: 0 auto;
	display: flex;
}





/*tab          */
.tab {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  
  width: 100%;
}
.tab-list {
  align-items: flex-end;
  display: flex;
  
	width: 94%;
	margin:  0 3%;
}
.tab-menu {
  
  background-color: #F6EA00;
  color: #0E2847;
  cursor: pointer;
  /*display: flex;*/
  flex-grow: 1;
	text-align: center;
  font-size: 4vw;
  
  justify-content: center;
  padding-right: 10px;
  position: relative;
  transition: all .8s ease-out;
	width: 50%;
	margin-right: 2%;
	padding: 20px 0 18px;
	margin-bottom:  5%;
}
.tab-menu:not(:first-of-type) {
  border-left: 1px solid #fff;
}
.tab-menu::after {
  border-right: 1px solid #0E2847;
  border-top: 1px solid #0E2847;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(135deg);
  transition: all .8s ease-out;
  width: 8px;
}

.tab-menu::after:hover {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  transform: rotate(135deg);
  transition: all .8s ease-out;
  width: 8px;
}

.tab-menu.current::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  top: -6px;
  transform: rotate(315deg);
  transition: all .8s ease-in-out;
}
.tab-menu:hover {
  transition: .8s ease-in-out;
	background-color: #C10707;
  color: #fff;
	
  
}


.tab-menu.current {
  background-color: #0E2847;
  border-top: 5px solid #F6EA00;
  color: #fff;
  height: 105px;
  transition: all .8s ease-in-out;
}
.content-box {
  background-color: #fff;
  display: none;
	background-image:  url("../img/tab_bg1.jpg");
	background-size: 290%;	
	background-repeat: no-repeat;
	background-position: top center ;
	padding:  5% 0 25%;
  
	
  
}

.content-box2 {
  background-color: #fff;
  display: none;
	background-image:  url("../img/tab_bg2.jpg");
	background-size: 270%;
	background-repeat: no-repeat;
	background-position: top center ;
	padding:  5% 0 45%;
	position: relative;
  
	
  
}

.content-box2 .img1{
  position: absolute;
	top: 67%;
	left: 0px;
	width: 70%;
}

.content-box2 .img1 img{
  
	width: 60%;
}


.content-box .txt{
  background:rgba(255,255,255,0.65);
  width: 90%;
	margin: 0 auto;
	font-size: 4vw;
	line-height: 450%;
text-align:  center;
	padding: 5% 3%;
	border-radius: 2px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.53);
}

.content-box .txt p{
  
	font-size: 4vw;
	line-height: 250%;

}

.content-box2 .txt{
  background:rgba(255,255,255,0.65);
  width: 90%;
	margin: 0 auto;
	font-size: 4vw;
	line-height: 250%;
text-align:  center;
	padding: 5% 3%;
	border-radius: 2px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.53);
}


.content-box2 .txt p{
  
	font-size: 4vw;
	line-height: 250%;

}

/********************************/

.top-page .sect2 h3{
	width: 100%;
	margin: 20px auto;
	text-align: center;
	font-size: 5.4vw;
	font-weight: 100;
}

.top-page .sect2 ul{
	width: 96%;
	margin: 0 2% 20px;
	display: block;
	justify-content: space-between;
}


.top-page .sect2 ul li{
	border: 1px solid #E6E6E6;
	text-align: center;
	width: 100%;
	padding: 25px 0;
	position: relative;
}	

.top-page .sect2 ul li p{
	font-size: 4.2vw;
	margin-bottom: 30px;
}	


.top-page .sect2 ul li .btn a{
	position: static;
	width: 50%;
	margin: 20px 20%;
	font-size: 3.5vw;
	padding: 6px 5%;
	background-color: #CCC;
	border: 1px solid #CCC;
	transition: all 0.2s ease;
}

.top-page .sect2 ul li .btn a:hover{
	font-size: 3.5vw;
	padding: 6px 5%;
	background-color: #FFF;
	border: 1px solid #999;
	transition: all 0.5s ease;
}


/**********************/


.top-page .sect3{
	width: 100%;
    background-color: #FFF;
	padding: 30px 0 0;
}

.top-page .sect3 h2{
	font-size: 5.4vw;
	margin: 30px 0 0;
	font-weight: 100;
	width: 96%;
	margin: 0 2%;
	
}


.top-page .sect3 .inner{
	background-color: #EAE4DC;
	padding: 3% 0;
}

.top-page .sect3 .inner .box{
	display: block;
	width: 96%;
	margin: 0 2%;
}


.top-page .sect3 .img{
	width: 100%;
	margin-right: 0;
}

.top-page .sect3 .txt{
	width: 100%;
}


.top-page .sect3 h3{
	
	font-size: 5.2vw;
	margin-right: 0;
	line-height: 180%;
	font-weight: 100;
	
	margin: 20px 0;
}


.top-page .sect3 p{
	width: 100%;
	font-size: 4.2vw;
	line-height: 180%;
	font-weight: 100;
	margin: 20px 0;
}


/**********************/


.top-page .sect4{
	width: 100%;
    
	padding: 30px 0;
}

.top-page .sect4 h3{
	font-size: 5.4vw;
	margin: 30px 0 0;
	font-weight: 100;
	width: 96%;
	margin: 0 2%;
	
}

.top-page .sect4 h4{
	font-size: 4.2vw;
	margin: 30px 0 0;
	font-weight: 100;
	width: 96%;
	margin: 0 2% 20px;
	
}

.top-page .sect4 .inner{
	display: block;
	width: 96%;
	margin: 0 2%;
}


.top-page .sect4 .img{
	width: 100%;
	margin: 0;
	text-align: center;
	}

.top-page .sect4 .img img{
	width: 40%;
	margin: 0;

	
}


.top-page .sect4 .txt{
	width: 100%;
}




.top-page .sect4 p{
	width: 100%;
	font-size: 4vw;
	line-height: 180%;
	font-weight: 100;
}

/**********************/


.top-page .sect5{
	width: 100%;
    background-color: #FFFDEA;
	padding: 0 0;
}

.top-page .sect5 h2{
	font-size: 5.4vw;
	margin: 30px 0;
	font-weight: 100;
	width: 96%;
	margin:50px 2% 20px;
	
}


.top-page .sect5 .inner{
	background-color: #EAE4DC;
	padding: 3% 0 2%;
}

.top-page .sect5 .inner .box{
	display: block;
	width: 96%;
	margin: 0 2%;
}


.top-page .sect5 .img{
	width: 100%;
	margin: 0;
}

.top-page .sect5 .txt{
	width: 100%;
	margin: 0;
}




.top-page .sect5 p{
	width: 100%;
	font-size: 4.2vw;
	line-height: 180%;
	font-weight: 100;
	margin: 2% 0;
}


/**********************/


.top-page .sect6{
	width: 100%;
    
	padding: 0 0;
}


.top-page .sect6 .inner{
	background-color: #EAE4DC;
	margin-bottom: 150px;
}

.top-page .sect6 .inner .box{
	display: block;
	width: 96%;
	margin: 0 2%;
}


.top-page .sect6 .img{
	width: 100%;
	margin-right: 0;
	
}

.top-page .sect6 .txt{
	width: 100%;
	margin-bottom: 20px;
}


.top-page .sect6 h3{
	
	font-size: 5.2vw;
	margin-right: 0;
	line-height: 180%;
	font-weight: 100;
	margin-bottom: 20px;
}


.top-page .sect6 p{
	width: 100%;
	font-size: 4.2vw;
	line-height: 180%;
	font-weight: 100;
}


.top-page .sect7{
	width: 100%;
    background-image: url(../img/top_btm_img_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 120%;
	padding-top:30%;
	margin-bottom: 100px;
	
	
}
	

/*****************************************************

  BRANDページ

*****************************************************/

.brand-page{
  
}

.brand-page .mineimg{
	width: 100%;
	margin: 0 auto 5%;
  
}


/**********/

.brand-page .sect1{
	width: 96%;
	margin: 0 2%;
	text-align: center;
  
}

.brand-page .sect1 h2{
	font-size: 6vw;
	margin-bottom: 5%;
	font-weight: 100;  
}

.brand-page .sect1 p{
	font-size: 3.8vw;
	margin-bottom: 5%;
	line-height: 230%;
  
}

.brand-page .sect1 img{
	margin-bottom: 5%;
  
}

.brand-page .sect1 h3{
	font-size: 4.2vw;
    font-weight: 100;
	margin-bottom: 50px;
	line-height: 230%;
}



/**********/


.brand-page .sect2{
	width: 100%;
	background-color: #EAE4DC;
	padding: 5% 0 0px;
}

.brand-page .sect2 .logo{
	width: 80%;
	margin: 0 10% 5%;
	
}

.brand-page .sect2 h3{
	width: 100%;
	font-size: 4vw;
    font-weight: 100;
	margin-bottom: 5%;
	line-height: 150%;
	text-align: center;
}


.brand-page .sect2 ul{
	width: 90%;
	margin: 0 5%;
  
}

.brand-page .sect2 ul .cont{
	display: block;
	height: auto;
	
}

.order{
	order: 1;
	margin-left: 0;
}

.brand-page .sect2 ul li{
	margin-bottom: 70px;
}



.brand-page .sect2 ul li .img{
	width: 100%;
	margin-right:0;
}

.brand-page .sect2 ul li .txt{
	width: 100%;
}

.brand-page .sect2 ul li .txt p{
	font-size: 3.5vw;
	line-height: 200%;
}


.brand-page .sect2 ul li .txt .btn a{
	position: static;
	width: 50%;
	margin: 4% 25%;
	display: block;
	font-size: 3.5vw;
	padding: 8px 5%;
	background-color: #CCC;
	border: 2px solid #CCC;
	transition: all 0.2s ease;
	text-align: center;
}

.brand-page .sect2 ul li .txt .btn a:hover{
	position: static;
	width: 5%;
	margin: 3% 20%;
	font-size: 3.5vw;
	padding: 8px 5%;
	background-color: #FFF;
	border: 2px solid #999;
	transition: all 0.5s ease;
	text-align: center;

}


/*****************************************************

  SNSページ

*****************************************************/

.sns-page{
  
}

/**********/


.sns-page .sect1{
	width: 100%;
	background-color: #FFFDEA;
	padding: 15px 0;
}




.sns-page .sect1 ul{
	width: 90%;
	margin: 0 5%;
	display: flex;
	
	-webkit-flex-wrap: wrap;          /* Safari etc. */
  	-ms-flex-wrap    : wrap;          /* IE10        */
 	flex-wrap        : wrap;
  
}

.sns-page .sect1 ul li{
	width: 46%;
	margin: 2% 2%;

}


.sns-page .sect1 ul li a{
	display: block;
	
	border: 2px solid #999;
	transition: all 0.2s ease;
}

.sns-page .sect1 ul li a:hover{
	display: block;
	
	border: 2px solid #222;
	transition: all 0.5s ease;

}

.sns-page .inst-btn a{
	font-size: 20px;
	padding: 60px 20px;
	background-image: url(../img/inst_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 25%;
	display: block;
}

.sns-page .inst-btn {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	display: block;
	margin-top: 30px;
}





/*****************************************************

 SHOPページ

*****************************************************/



.shop-page .sect1 ul{
	width: 96%;
	margin: 0 2% 20px;
	display: block;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
  	-ms-flex-wrap    : wrap;          /* IE10        */
 	flex-wrap        : wrap;
  
}

.shop-page .sect1 ul li{
	background-color: #EAE4DC;
	width: 96%;
	padding: 5% 3% 8%;
    display: block;
	text-align: center;
	display: block;
	transition: all 0.2s ease;
	position: relative;
	margin-bottom: 30px;
	margin-right: -5%;
}




.shop-page .sect1 ul li:hover{
	display: block;
	background-color: #EAE4DC;
	transition: all 0.5s ease;

}

.shop-page .sect1 ul li .link{
	width: 27px;
	position: absolute;
	right: 10px;
	top: 10px;
	
}

.shop-page .sect1 ul li h3{
	font-size: 5vw;
    font-weight: 100;

	margin-bottom: 17px;
	line-height: 150%;
	
}

.shop-page .sect1 ul li p{
	font-size: 3.8vw;
    font-weight: 100;
	margin-bottom: 15px;
	line-height: 150%;
	
}

.shop-page .sect1 ul li .point{
	float: right;
	font-size: 3.5vw;
}


.shop-page  h4{
	width: 94%;
	margin: 0 3%;
	font-size: 4.5vw;
    font-weight: 100;
	margin-bottom: 40px;
	line-height: 160%;
	text-align: center;
}


.shop-page .inst-btn a{
	font-size: 20px;
	padding: 60px 20px;
	background-image: url(../img/inst_btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 25%;
	display: block;
}

.shop-page .inst-btn {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	display: block;
	margin-top: 30px;
}








/*****************************************************

       companyページ	

*****************************************************/


.company{
	width: 90%;
	margin: 5% 5% 10%;
}

.company h4{
	font-size: 4.5vw;
}

.company table{
  width: 100%;
  border-collapse: collapse;
  font-size: 4vw;
}

.company table tr{
  border-bottom: solid 2px white;
}

.company table tr:last-child{
  border-bottom: none;
}

.company table th{
  position: relative;
  text-align: left;
  width: 24%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.company table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.company table td{
  text-align: left;
  width: 70%;
  text-align:　left;
  background-color: #eee;
  padding: 2% 4%;
}



.company .box_btm{
	width: 100%;
	margin: 4% auto 0;
	text-align: center;
	
}

.company .box_btm h3{
	font-size: 3.3vw;
	
}


.company .box_btm img{
	width: 50%;
	
}



/*****************************************************

       ppページ	

*****************************************************/

.pp{
	width: 90%;
	margin: 0 5% 10%;
}

.pp p{
	font-size: 4.1vw;
}


.pp h4{
	font-size: 4.5vw;
	margin-bottom: 10px;
}

.pp ul li{
	font-size: 4.1vw;
	margin-bottom: 7px;
}

.pp ul{
	
	margin-bottom: 20px;
}


/*****************************************************

       ご利用ガイド

*****************************************************/


.guide{
	width: 90%;
	margin: 0 5% 10%;
}

.guide h3{
	font-size: 5vw;
	margin-bottom: 10px;
	
	
}



.guide h4{
	font-size: 4.5vw;
	margin-bottom: 10px;
}

.guide p{
	font-size: 4.1vw;
}

.guide  li{

	margin-bottom: 5px;
}



}
/************************

       ▲▲▲  SP　　▲▲▲

************************/





