@charset "UTF-8";


header .pc .logo{
	width: 102px;
}

header .inner1020{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 38px 20px;
}

header ul{
	display: flex;
	justify-content: space-between;
	text-align: center;
	letter-spacing: 0.12em;
}

nav li{
	font-size: 0.875em;
	font-weight: bold;
	margin-left: 127px;
}

nav span{
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 0.81em;
	font-weight: normal;
	line-height: 1.1em;
}

.swiper-pagination {
    left: 0;
    right: 0;
    margin: auto;
}
/*-------------pc topmain---------------*/
.swiper-pagination-bullet{
	border-radius: 0%;
}

.swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination {
	position: static;
}

.swiper-pagination-bullet{
	margin-left: 15px;
}

.swiper-pagination-bullet:first-child{
	margin-left:0px; 
}
#topmain{
	position: relative;
}

#topmain .mainimg{
	position: relative;
}

#topmain .mainleft{
	display: flex;
	position: absolute;
	bottom: 0;
	left:5%;
}

#erena{
	width: 48%;
}


#topmain .lefttext{
	max-width: 280px;
	margin-right: -12%;
	margin-top: 100px;
}

#topmain .lefttext .flex{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#topmain .lefttext p{
	text-align: right;
	font-size: 1.125em;
}

#topmain .lefttext .name{
	font-size: 1.67em;
	margin-top: 20px;
}

#topmain .lefttext .flex img{
	max-width: 147px;
	margin-right: 9px;
}

#topmain .lefttext .sign{
	max-width: 111px;
	margin: 0 0 0 auto;
	margin-top: 17px;
}

#topmain .mainright{
	position: absolute;
	top:34%;
	right: 5%;
}

#topmain .mainright h1{
	font-size: 3.45em;
	letter-spacing: 0.17em;
	text-align: center;
}

#topmain .mainright h2{
	font-size: 1.24em;
	letter-spacing: 0.18em;	
	text-align: center;
	margin: 30px 0 40px;
}

#topmain .mainright p{
	font-size: 0.7em;
	letter-spacing: 1.02em;
	line-height: 1.78em;
	text-align: center;
	margin-bottom: 30px;
}

#topmain .mainright #since{
	max-width: 152px;
	margin:0 auto;
}

/*-------------pc dots---------------*/

#dots{
	display: flex;
	justify-content: center;
}

#dots .dot{
	background-color: #999;
	width: 7px;
	height: 7px;
	margin: 20px 10px;
}

/*-------------pc top-products---------------*/

#top-products .boxs{
	display: flex;
	justify-content: space-around;
}

#top-products .box{
	max-width: 327px;
	text-align: center;
}

#top-products .box .new{
	color: #d71e2b;
	margin-top: 20px;
}

#top-products .box p{
	font-size: 0.93em;
}

/*-------------pc top-about---------------*/

#top-about .logo{
	width: 42px;
	margin:0 auto;
}

#top-about h2{
	text-align: center;
	font-size: 2em;
	margin:50px 0 30px 0;
}

#top-about p{
	text-align: center;
	letter-spacing: 0.2em;
	color: #d71e2b;
	font-size: 1.43em;
}

#top-about .imgs{
	position: relative;
}

#top-about .textarea{
	position: absolute;
    top: 30%;
    right: 53%;
}

#top-about .textarea a{
    color: #d71e2b;
}

/*-------------pc top-news---------------*/

#top-news{
	padding-bottom: 80px;
}

#top-news .box{
	background-color: #f2f3f8;
	max-width: 942px;
	margin: 0 auto;
	padding: 5px 20px;
}

#top-news .box p{
	font-size: 0.81em;
}

#top-news .box .arw{
	display:inline-block;
	width: 16px;
	margin-left: 5px;
}

#top-news .box1 img{
	padding-top: 40%;
}

#top-news .box1{
	text-align: right;
	margin-bottom: 5px;
}

#top-news .box2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-news .box2 .date{
	color: #d71e2b;
	margin-right: 10px;
}

#top-news .box2 .border{
	border:solid 1px #3e3a39;
	border-radius: 3px;
	padding:0 10px;
	margin-right: 10px;
}

#top-news .box2 .arw2{
	width: 6px;
	vertical-align: middle;
}

/*-------------pc top-skincare---------------*/

#top-skincare{
	background-color: #f2f3f8;
	padding: 45px 0;
}

#top-skincare .inner1020{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-skincare h1{
	font-weight: bold;
	font-size: 2.91em;
	margin-bottom: 30px;
}

#top-skincare p{
	font-size: 1.25em;
}

#top-skincare figure{
	max-width: 569px;
}

#top-skincare .btn{
	margin-top: 60px;
}

#top-skincare .btn p{
	font-size: 1em;
}

#top-skincare .btn a{
	color: #d71e2b;
	border: solid 1px #d71e2b; 
	padding: 15px 55px;
}

#top-skincare .btn span {
	margin-left: 10px;
}

#top-skincare .btn img{
	width: 8px;
	vertical-align: middle;
}
/*-------------pc footer--------------*/

footer {
	padding: 90px 0;
	background-color:#cbced6;
}

footer figure{
	width: 102px;
}

footer ul span img{
	width: 7px;
	vertical-align: middle;
	margin-right: 5px;
}

footer .inner1020{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer ul{
	display: flex;
	justify-content: space-between;
    width: 67%;
    margin: 0 auto 15px;
}

footer ul li{
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.12em;
}

footer small{
	letter-spacing: 0.12em;
	padding-left: 120px;
	font-size: 0.75em;
}

footer .right{
	width: 634px;
}

/*-------------pc page_top--------------*/

.page_top{
	width: 76px;
	height: 76px;
	background-color:#727173;
	border-radius: 50%;
}

.page_top a{
	position: absolute;
	display: block;
	width: 76px;
    height: 76px;
}

.page_top span{
	position: absolute;
	top: 98%;
	left: 7%;
	font-size: 0.75em;
	letter-spacing: 0.12em;
}

.page_top img{
	width: 17px;
	position: absolute;
	left: 39%;
    top: 45%;
}

/*-------------pc about--------------*/

#about section{
	padding-top: 40px;
}

#about h1{
	margin-top: 60px;
	margin-bottom: 0;
}

#about h2{
	font-size: 1.5em;
}

#about .sec1 h2{
	text-align: center;
}


#about .sec1 figure{
	max-width: 529px;
	padding: 8px;
	border:solid 1px #000;
}

#about .sec1 p{
	font-size: 0.875em;
	letter-spacing: 0.2em;
	line-height: 2em;
	text-align: center;
	color: #898989;
	margin-top: 25px;
}

#about .sec1 p img{
	width: 81px;
}

#about .sec1 .inner950{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

#about .sec2 .inner950{
	display: flex;
	justify-content: space-between;

}

#about .sec2 .box{
	max-width: 462px;
}

#about .sec2 .box p{
	font-size: 0.875em;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	color: #898989;
	margin-bottom: 20px;
}

#about .sec3 .flex figure{
	max-width: 851px;
}

#about .sec3 .flex{
	display: flex;
	align-items: center;
	margin-top: 50px;
}

#about .sec3 .flex .right{
	margin-left: 25px;
}

#about .sec3 .flex .year{
	font-size: 1.125em;
	padding: 3px 5px;
	border:solid 1px #000;
	margin-top: 40px;
	max-width: 140px;
}

#about .sec3 .flex .year span{
	font-size: 0.5em;
}

#about .sec4{
	padding-top:60px;
}

#about .sec4 .inner1120{
	display: flex;
	justify-content: space-between;
}

#about .sec4 h2{
	 margin: 30px 0 20px;
}

#about .sec4 .box{
	max-width: 543px;
}

#about .sec4 p{
	font-size: 1.3em;
	color: #898989;
}

#about .sec5{
	padding-bottom: 70px;
}

#about .sec5 .box{
	max-width: 543px;
}

#about .sec5 .inner1120{
	display: flex;
	justify-content: space-between;
}


#about .sec5 h2{
	margin: 25px 0 15px 0;
}

#about .sec5 .line{
 background:linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size:8px 0.5px;
  height: 0.5px;	
}

#about .sec5 p{
	font-size: 0.875em;
	color: #898989;
	padding-left: 60px;
	padding-top: 5px;
}

#about .sec5 span img{
	width: 17px;
	vertical-align: middle;
	margin: 0 20px 2px;
}

/*-------------pc news--------------*/

#news section{
	padding-top: 40px;
}

#news header{
	border-bottom: solid 1px #000;
}

#news .box {
	max-width: 450px;
	margin-bottom: 70px;
}

#news .box p{
	font-size: 0.78em;
	padding-left: 25px;
}

#news .inner950{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#news .arw{
	width: 17px;
	margin-right: 10px;
}

#news .arw img{
	vertical-align: middle;
}

#news .flex{
	display: flex;
	align-items: center;
}

#news h2{
	line-height: 1.2em;
	margin: 20px 0 10px;
}

#news .line{
 background:linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size:8px 0.5px;
  height: 0.5px;
  margin-top: 3px;
}

/*-------------pc news_detail--------------*/

#news_detail section{
	padding-bottom: 80px;
}

#news_detail header{
	border-bottom: solid 1px #000;
}

#news_detail h1{
	font-size: 1.56em;
	text-align: center;
}

#news_detail .date{
	text-align: center;
	padding: 15px 0;
	font-weight: 500;
}

#news_detail .line{
 background:linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size:8px 0.5px;
  height: 0.5px;
}

#news_detail .textarea{
	padding: 20px 0 50px;
	color: #514e4d;
}

#news_detail .btns{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f3f8;
	font-size: 0.81em;
	padding: 10px 0;
}

#news_detail .btns img{
	width: 16px;
	vertical-align: middle;
}

#news_detail .btns .middle{
	margin: 0 100px;
}

#news_detail .btns span{
	margin:0 20px;
}

/*-------------pc products--------------*/

#products .boxs{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#products .box{
	max-width: 330px;
	margin-bottom: 90px;
	width: 33%;
}

#products .box .new{
	color: #fff;
	background-color: #d71e2b;
	font-size: 1.06em;
	padding: 0 30px;
	letter-spacing: 0.1em;
	display: table;
	margin: 20px auto;
    line-height: 1.3em;
    
}

#products .box .name{
	font-size: 1.3em;
	font-weight: 500;	

}

#products .box .amount{
	color: #898989;
	font-size: 1.51em;
	margin: 20px 0;
}
#products .box .amount span {
    color: #d71e2b;
    padding-left: 20px;
}

/*-------------pc product_detail--------------*/

.product_deatail header{
	border-bottom: solid 1px #000;
}

.product_deatail .sec1 .flex{
	display: flex;
	justify-content: space-between;
}

.product_deatail .sec1 img{
	max-width: 520px;
}
.product_deatail .sec1 figure {
    margin-right: 30px;
}
.about_main.wrapper {
    width: 100%;
    max-width: 100%;
}
.about_main.wrapper {
    width: 100%;
    max-width: 100%;
	background: #ffffff;
    overflow: hidden;
}
video#video {
/*    margin-top: -7%;*/
    width: 100%;
/*    margin-bottom: -8%;*/
	object-fit: cover;
}
video#video_c {
    margin-top: -8%;
    width: 100%;
    margin-bottom: -9%;
   	background: #ffffff;
}
.product_deatail .sec1 .new{
	color: #fff;
	background-color: #d71e2b;
	font-size: 0.93em;
	padding: 0 30px;
	letter-spacing: 0.1em;
	display: table;
	margin: 20px 0;
    line-height: 1.3em;	
}

.product_deatail .sec1 h2{
	font-size: 2em;
}

.product_deatail .sec1 .amount{
	color: #514e4d;
	letter-spacing: 0.18em;
	font-size: 1.56em;
	border-bottom: solid 1px #000;
	padding: 15px 0;

}
.product_deatail .sec1 .amount span {
    color: #d71e2b;
    padding-left: 20px;
}
.product_deatail .sec1 dt{
	font-size: 1.56em;
	margin-top: 30px;
    margin-bottom: 10px;
}

.product_deatail .sec1 dd{
	line-height: 1.2em;
}

.product_deatail .sec2{
	padding-bottom: 80px;
}

.product_deatail .sec2 .boxs{
	display: flex;
	justify-content: space-around;
}

.product_deatail .sec2 .box{
	max-width: 326px;
}

.product_deatail .sec2 p{
	font-size: 0.93em;
	padding-top: 5px;
	text-align: center;
}
.product_deatail .sec2 p a span {
    padding-left: 20px;
}
.product_deatail .sec2 .new{
	color: #d71e2b;
	margin-top: 15px;
}

/*-------------pc stores --------------*/

#stores header{
	border-bottom: solid 1px #000;	
}

#stores .sec1{
	padding-top: 40px;
}

#stores h1{
	font-size: 2.08em;
	letter-spacing:1.2em ;
	background-color:#f2f3f8;
	text-align: center;
	padding: 10px 0;
}

#stores .boxs{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

#stores .box{
	max-width: 450px;

}

#stores .flex{
	display: flex;
	margin-top: 30px;
}

#stores h2{
	font-size: 1.56em;
	border-right: solid 2px #3e3a39;
	display: table;
	padding-right: 10px;
}


#stores table{
	color: #6b6b6b;
}

#stores .address{
	margin-left: 20px;
}

#stores th{
	padding-right: 13px;
}

#stores .sec2 .flex2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

#stores .sec2 img{
	max-width: 450px;
}

#stores .sec2 {
	padding-bottom: 80px;
}

#stores .address table th, #stores .address table td {
    font-size: 90%;
}
#stores .address  th,#stores .address  td{
    font-size: 90%;
}
ul.timelinelist li {
    font-size: 0.9em;
    width: auto;
    text-align: center;
	color:#727171;
    cursor: pointer;
    position: relative;
    padding: 0 0 15px;
}

ul.timelinelist li.active {
	color:#333333;
	font-weight:bold;
}
ul.timelinelist {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 230%;
    padding-left: 0%;
    justify-content: space-between;
    padding: 0 8%;
	cursor: pointer;
}
ul.timelinelist li span {
    font-size: 0.1em;
}
ul.timelinelist.timelinelist_sec {
    padding: 0 5.5%;
	width: 233%;
}
ul.timelinelist.timelinelist_sec li {
    font-size: 0.7em;
}
#about .sec3 .timelineinfo.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#about .sec3 .timelineinfo {
    display: none;
	justify-content: center;
}
figure.timeline {
    position: relative;
    z-index: 0;
    line-height: 0;
    margin: -13px 0 2px;
}
ul.timelinelist li figure {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    line-height: 0;
	opacity: 0;
}
ul.timelinelist li figure.active {
	opacity: 1;
}
ul.timelinelist_sec li {
    font-size: 0.9em;
    width: auto;
    text-align: center;
	color:#727171;
    cursor: pointer;
    position: relative;
    padding: 0 0 15px;
}

ul.timelinelist_sec li.active {
	color:#333333;
	font-weight:bold;
}
ul.timelinelist_sec {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 230%;
    padding-left: 0%;
    justify-content: space-between;
    padding: 0 8%;
	cursor: pointer;
}
ul.timelinelist_sec li span {
    font-size: 0.1em;
}
ul.timelinelist_sec {
    padding: 0 5.5%;
	width: 233%;
}
ul.timelinelist_sec li {
    font-size: 0.7em;
}
ul.timelinelist_sec li figure {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    line-height: 0;
}
figure.timeline p {
    position: absolute;
    cursor: pointer;
}
p.right_link {
    left: 0;
	top: 0;
}
p.left_link {
    right: 0;
    top: 0;
}
p.right_link img,p.left_link img {
	width:10px;
}
.video-wrap {
    position: relative;
    max-width: 569px;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}
.address {
    font-size: 12px;
    margin: 10px 0 0;
}
.address p {
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    margin-block: 0;
    line-height: 1.5em;
}
/*-------------以下 sp--------------*/
@media screen and (max-width: 880px) {
	#stores h2 {
	    font-size: 1.4em;
	}
	video#video {
    margin-top: -23%;
    width: 100%;
    margin-bottom: -9%;
}
}

@media screen and (max-width: 800px) {


/*-------------sp header--------------*/

header ul{
	display: block;
}


nav li{
	margin-left: 0;
}

.spheader{
	position: fixed;
    width: 100%;
	background-color: #fff;
	padding: 3px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 20;
}

.spheader figure{
	width: 50px;
}

.humbarger {
	position: relative;
    width: 42px;
    height: 42px;
    cursor: pointer;
}


.humbarger .lines span {
	position: absolute;
    display: block;
    width: 30px;
    border-bottom: solid 3px #666;
    -webkit-transition: .35s ease-in-out;	
    -moz-transition: .35s ease-in-out;		
    transition: .35s ease-in-out;			
}

.humbarger .lines span:nth-child(1) {
    top: 9px;
}

.humbarger .lines span:nth-child(2) {
    top: 18px;
}

.humbarger .lines span:nth-child(3) {
    top: 27px;
}



.active .lines span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.active .lines span:nth-child(2),
.active .lines span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.spnav{
	position:fixed;
	z-index: 2;
	top: 48px;
	left: 0;
	background: rgba(102,102,102,0.8);
	text-align: center;
	width: 100%;
	transform: translateX(200%);
	transition: all 0.6s;
}

.sp nav ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.sp nav ul li{
	font-size: 1em;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.sp nav ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}

.sp nav ul li a{
	display: block;
	padding: 1em 0;
	color: #fff;
}

.sp .spnav.active{
	transform: translateX(0%);
}


/*-------------sp topmain--------------*/
#topmain{
	padding-top: 48px;
}
.sp-topmain {
	position: relative;
}

.sp-topmain figure{
	padding-top: 48px;
}

.sp-topmain h1{
	text-align: center;
}

.sp-topmain h2{
	font-size: 0.6em;
	text-align: center;
}

.sp-topmain p{
	font-size: 0.5em;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.3em;	
} 

.sp-topmain .textarea{
	position: absolute;
    right: 3%;
    top: 40%;
}

.sp-topmain .textarea img{
	 width: 70px;
	 margin-top: 15px;
}


/*-------------sp top-products--------------*/

#top-products .boxs{
	display: block;
}

#top-products .box{
	margin-bottom: 50px;
	max-width: 100%;
}


/*-------------sp top-about--------------*/


#top-about .logo {
	width: 30px;
}

#top-about h2 {
	font-size: 1em;
	margin: 10px 0 10px 0;
}

#top-about .textarea {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
}

#top-about p{
	 font-size: 1em;
}

/*-------------sp top-news--------------*/

#top-news .box {
	width: 90%;
}

/*-------------sp top-skincare--------------*/

#top-skincare {
	 padding: 30px 0;
}

#top-skincare .inner1020 {
	display: block;
}

#top-skincare h1{
	font-size: 1.2em;
	margin-bottom: 0;
}

#top-skincare p {
    font-size: 1em;
}

#top-skincare .btn {
    margin-top: 30px;
    margin-bottom: 30px; 
}


/*-------------sp footer--------------*/

footer{
	padding: 30px 0 30px;
}

footer small {
	font-size: 0.55em;
	padding-left: 0;
	text-align: center;
}

footer .inner1020{
	display: block;
	position: relative;
}

.page_top {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -80px;
    right: 0%; 
 }

 .page_top a {
    width: 50px;
    height: 50px;	
 }

.page_top img {
    width: 12px;
    position: absolute;
}


.page_top span {
    position: absolute;
    left: -10%;
    white-space: nowrap; 
 }

footer .right{
	text-align: center;
	width: 100%;
}

/*-------------sp about--------------*/

#about .about_main {
	padding-top: 108px;

}

#about h1{
	margin-top: 30px;
}

#about h2 {
    font-size: 1.2em;
}

#about section {
    padding-top: 10px;
}

#about .sec1 .inner950 {
	display: block;
}

#about .sec1 p {
	margin-top: 10px;
}

#about .sec1 figure {
	margin-top: 10px;
	max-width: 100%;
}

#about .sec2 .inner950 {
	display: block;
}

#about .sec2 .box {
	max-width: 100%;
	margin-top: 30px;
}

#about .sec3 .flex{
	display: block;
	margin-top: 0;
}

#about .sec3 .flex .right{
	margin-left: 0;
}

#about .sec3 .flex .year {
	margin-top: 10px;
}

#about .sec4 .inner1120 {
	display: block;
}

#about .sec4 .box {
	max-width: 100%;
	margin-bottom: 30px;
}


#about .sec4 h2 {
    margin: 5px 0 5px;
}


#about .sec4 p {
    font-size: 1em;
}

#about .sec5 .inner1120 {
	display: block;
}

#about .sec5 h2 {
	margin: 5px 0 5px 0;
}

#about .sec5 .box {
	max-width: 100%;
	margin-top: 30px;

}
#about .sec5 .line{
	height: 1px;
}

/*-------------sp products--------------*/

#products .mainimg{
	padding-top: 48px;
}

#products .boxs{
	display: block;
}

#products .box{
	max-width: 100%;
}

#products .box .name {
	font-size: 1.2em;
}

#products .box .amount{
	font-size: 1.2em;
	margin: 5px 0;
}

#products .box .new {
	margin: 10px 0;
}

#products .box {
	margin-bottom: 50px;
}

/*-------------sp product_deatail--------------*/

.product_deatail .sec1{
	padding-top: 0;
}

.product_deatail .sec1 img {
    max-width: 100%;
}

.product_deatail .sec1 .flex {
	display: block;
}

.product_deatail .sec1 h2 {
	font-size: 1.2em;
}

.product_deatail .sec1 .amount {
	font-size: 1em;
	padding: 0;
}

.product_deatail .sec1 .new {
	 margin: 5px 0;
}

.product_deatail .sec1 dt{
	margin-top: 20px;
	font-size: 1.1em;
}

.product_deatail .sec1 dd {
    font-size: 0.9em;
}

.product_deatail .sec2 {
    padding-bottom: 20px;
}

.product_deatail .sec2 .boxs{
	display: block;
}

.product_deatail .sec2 .box{
	max-width: 100%;
	margin-bottom: 40px;
}

.product_deatail .sec2 .new {
	margin-top: 0;
}

.product_deatail .sec2 p{
	padding-top: 0;
}



/*-------------sp stores--------------*/

#stores .boxs {
	display: block;
}

#stores .box{
	max-width: 100%;
}

#stores .flex{
	display: block;
	margin-top: 10px;
}

#stores h1 {
	letter-spacing: 0.3em;
	font-size: 1.5em;
	padding: 3px 0;
}

#stores h2{
	font-size: 1.2em;
	border-right: none;
}

#stores .address {
	margin-left: 0;
	margin: 10px 0 20px;
}

#stores .sec2 .flex2 {
	display: block;

}

#stores .sec2 img {
	max-width: 100%;
}


/*-------------sp news--------------*/
#news .inner950{
	display: block;
}


#news .box {
	max-width: 100%;
}


#news_detail .btns{
	white-space: nowrap;
}

#news_detail .btns span {
    margin: 0 2px;
}

#news_detail .btns .middle {
    margin: 0 50px;
}
video#video {
    margin-top: -23%;
    width: 100%;
    margin-bottom: -9%;
}
.address {
    font-size: 12px;
    margin: 10px auto 0;
    width: 90%;
}
	}/*/max-width: 800px*/