@charset "UTF-8";
/* font-weight for Noto Sans */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */


body {
  margin: 0;
  line-height: 1.6;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  color: #333;
  letter-spacing: .05em;
  }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  color: #333333;
  text-decoration: none; }

a:visited {
  color: inherit; }

a:hover { 
	opacity: .7;
}

a:active {
  color: #3c5680; }

i {
	font-style: normal;
	font-size: 23px;
}
p {
	font-size: 17px;
	letter-spacing: .1em;
}
.hidden, .hide {
  visibility: hidden; }

.clickable {
  cursor: pointer; }

header{
	z-index: 100;
    position: fixed;
    width: 100%;
    height: 87px;
    background-color: #e2e2e2;
}
h1{
	position: relative;
	font-size: 19px;
	color: #333;
	font-weight: 300;
	top: 8px;
	left: 15px;
}

.logo{
	display: flex;
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 998;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	align-items: center;
}

@media screen and (max-width: 768px){
	.pc{
		display: none!important;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px){
	.tablet{
		display: none!important;
	}	
}

@media screen and (min-width: 1024px){
	.sp{
		display: none!important;
	}
}

/* ---------------------
	Gナビ動き
   ---------------------  */


@media screen and (min-width: 1024px){
#gnavi-menu{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	top: 0;
	background-color: #e2e2e2;
	box-shadow: 3px 3px 3px #d7d7d766;
}
.gnavi{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.gnavi li{
	display: inline-block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 2.5vw;
	padding-left: calc(20px - 1vw);
	color: #333;
	margin: 0 10px;
}
.all_btn{
	margin: 80px auto 0;
    text-align: center;
    width: 300px;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 30px;
}
.gnavi_list{
	position: relative;
}	
.list__dropdown{
	position: absolute;
	width: 194px;
	top: 87px;
	left: 0px;
	right: 0px;
	display: none;
	background-color: #e2e2e2e0;
}

nav ul li.gnavi_child::before{
	content: "";
	position: absolute;
	right: calc(15px + 1.2%);
	top: 40px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
	transition: 0.3s all ease;
}
nav ul li.gnavi_child:hover::before{
	transform: rotate(-45deg);
}
	
.child{
	display: block;
	padding: 10px;
}
.child li{
	display: block;
	padding: 10px;
}
.child li::after{
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1.5px solid #333;
	border-right: 1.5px solid #333;
	transform: rotate(45deg);
	transition: 0.3s all ease;
}
.child li:hover{
	opacity: .6;
}
.login_btn{
	background-color: #333;
	text-align: center;
	padding-left: calc(+2.3vw);
}
.login_btn p{
	color: #fff;
}
	
}

/*
@media screen and (max-width: 768px){
	
}
*/
/* 1024pxまでpc表示*/

@media screen and (max-width: 1023px){
	header{
			height: 65px;
			box-shadow: 2px 2px 10px #3333331a;
		}	
	.logo{
		display: inline-block;
		position: relative;
		width: 25%;
		top: 10px;
		left: 20px;
	}
	.logo img{
		width: calc(65% - 20px);
		max-width: 170px;
		min-width: 110px;
	}
	h1{
		font-size: 12px;
		top: 5px;
		left: -2px;
	}
	#gnavi-menu{
		box-sizing: border-box;
		position: fixed;
		top: 55px;
		width: 100%;
		height: calc(100% - 60px);
		background: #e2e2e2;
		opacity: 1;
    	/* 3. スライドメニューの場合 */
		display: block;
		right: -100%;
		transition: up 3s;
	}
	#gnavi-menu.sp_open{
    	right: 0;
	}
	.gnavi{
		width: 90%;
		margin: 0 auto;
		position: relative;
		text-align: left;
		top: 100px;
		left: 0;
		transform: none;
	}
	.gnavi li a{
		display: block;
		padding: 20px 10px;
		border-radius: 5px;
		color: #333;
		text-align: left;
		text-decoration: none;
	}
	#drawer_toggle{
		z-index: 200;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		display: inline-block;
		width: 65px;
		height: 65px;
	}
	#drawer_toggle span {
    	position: absolute;
    	top: 20px;
    	left: 12px;
    	display: inline-block;
    	width: 30px;
    	height: 3px;
    	border-radius: 2px;
    	background-color: #333;
    	vertical-align: top;
 }
	#drawer_toggle span:nth-child(2) {
    	margin-top: 10px;
	}
	#drawer_toggle span:last-child {
    	margin-top: 20px;
	}
	#drawer_toggle.open span {
    	top: 30px;
    	left: 15px;
    	width: 30px;
    	margin: 0;
 }
	#drawer_toggle.open span:first-child {
    	transform: rotate(45deg);
	}
	#drawer_toggle.open span:nth-child(2) {
    	display: none;
	}
	#drawer_toggle.open span:last-child {
    	transform: rotate(-45deg);
	}
	nav ul li.gnavi_child::before{
	content: "";
	position: absolute;
	right: 15px;
	top: 160px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
	transition: 0.3s all ease;
}
	@media (min-width: 769px){
		nav ul li.gnavi_child:hover::before{
		transform: rotate(-45deg);
			
		}
}

	@media (max-width: 768px){
		nav ul li.gnavi_child:active::before{
	    transform: translate(0, 50%);
		}
}

	
	.list__dropdown{
		top: 75px;
	}
	@media (max-width: 768px){
		.list__dropdown{
		top: 0px;
	}
	}
	.mypage{
		position: absolute;
    	width: 35px;
    	height: 35px;
    	list-style: none;
    	top: 11px;
    	right: 70px;
	}
	.gnavi_child{
		padding: 20px 10px;
	}	
}

.shop_btn{
	background-color: #8a8f5d;
    width: 200px;
    text-align: center;
}
.importantnotice div{
	max-width: 700px;
	margin: 25px auto;
	text-align: left;
	/* padding: 10px; */
	border: 1px solid #333;
	/* background-color: #333; */
	color: #fff;
	position: relative;
}

.importantnotice p{
	font-size: 16px;
	position: relative;
}
.importantnotice span{
	font-weight: 500;
}
.importantnotice p::after{
	content: "";
	position: absolute;
	top: 45%;
	right: 4%;
	width: 8px;
	height: 8px;
	border-top: 1.5px solid #333;
	border-right: 1.5px solid #333;
	transform: rotate(45deg);
	transition: 0.3s all ease;
}
.attention{
	padding: 10px;
	border-bottom: 1.3px solid #333;
	transition: 0.5s;
/*	background-color: #333;*/
	color: #333;
	text-align: center;
	position: relative;
}
.attention p{
	font-size: 16px;
}
.attention p::after{
	content: "";
	position: absolute;
	top: 40%;
	right: 15px;
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #333;
	border-right: 1.5px solid #333;
	transform: rotate(45deg);
	transition: 0.3s all ease;	
}
.attention dl{
	margin-bottom: 0;
}
@media (max-width: 768px){
	.importantnotice div{
		width: 90%;
	}
	.attention p{
	    font-size: 13px;
        letter-spacing: .05em;
        text-align: left;
        width: 93%;
        text-align-last: left;
	}	
}
.acdn dt {
    padding: 20px 10px;
    position: relative;
    font-weight: 400;
    font-size: 17px;

}
.acdn dt:not(:first-of-type){
  margin-top: 5px;
}
.acdn dd {
  	padding-left: 25px;
  	font-size: .85em;
  	display: none;
	margin-bottom: 0;
}
.acdn dt::before {
    content: '＋';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.acdn dt.open::before {
    content: '－';
    /* position: absolute; */
    /* top: -50%; */
}

#area h2{
	max-width: 1180px;
    margin: 80px auto 0;
    text-align: left;
    letter-spacing: 10px;
    font-size: 2.1em;
    font-family: "quicksand", sans-serif;
    font-weight: 100;
} 
h2 span{
	font-family: serif;
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-left: 10px;
	letter-spacing: .1em;
	position: relative;
	top: -5px;
}
@media (min-width: 769px) and (max-width: 1023px){
	#area h2{
	    width: 88%;
	    margin: 80px auto 10px;
	    font-size: 1.8em;
	    text-align: left;
	    letter-spacing: 7px;
	}
	h2 span{
	    font-size: 13px;
	    margin: 5px auto;
	    font-weight: 100;
	    letter-spacing: 0.3px;
	    top: -2px;
	    margin-left: 0;
	    display: block;
	}
}
@media (max-width: 768px){
	#area h2{
	    width: 88%;
	    margin: 80px auto 10px;
	    font-size: 1.8em;
	    text-align: left;
	    letter-spacing: 7px;
	}
	h2 span{
	    font-size: 13px;
	    margin: 5px auto;
	    font-weight: 100;
	    letter-spacing: 0.3px;
	    top: -2px;
	    margin-left: 0;
	    display: block;
	}
}
#area .bg:not(area_d){
	max-width: 100%;
	background-color: #f9f9f9;
	padding: 1px 0 150px;
	margin: 60px auto 0;
}
@media (max-width: 768px){
	#area .bg:not(area_d){
	    margin: 0 auto;
	    padding-bottom: 100px;
	}
}
.topbanner{
	overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.topbanner img{
	width: 100% !important;
	margin-top: 87px;
}
@media (max-width: 1023px){
	.topbanner img{
	margin-top: 65px;
}
}
.innnerbanner{
	width: 60%;
	margin: 50px auto;
}
.area_d{
	max-width: 1180px;
	margin: 80px auto 30px;
	position: relative;
	padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 1023px){
	.area_d{
	    margin: 0 auto 50px;
	}
}
@media (max-width: 768px){
	.area_d{
	    margin: 0 auto 50px;
	}
}
.concept{
	display: flex;
	margin: 0 -5px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: -40px;
}
.concept li{
	width: 33.333%;
	margin: 0 auto;
}
.concept li img{
	width: 98%;
	box-shadow: 3px 3px 3px #3333331a;
}
.concept li p{
	padding: 15px;
	text-align: center;
	font-weight: 300;
}
@media (max-width: 1023px){
	.concept{
		display: block;
		position: relative;
		margin: 0 auto;
		top: 0;
		width: 88%;
	}
	.concept li{
	width: 100%;
	margin: 0 auto;
	}
	.concept li img{
	width: 100%;
	box-shadow: 3px 3px 3px #3333331a;
	}
}
.about{
	margin: 0 auto 120px;
	position: relative;
	left: 0;
	top: 100px;
}
.about h3{
	text-align: center;
}
.about ul{
	display: flex;
	position: relative;
	align-items: center;
	margin: 0 auto;
	padding: 0 0 40px;
}
.about_left{
	width: 35%;
	margin: 1% auto;
	display: inline-block;
	/* text-align: center; */
}
.about_right{
	width: 60%;
}
.about_lead{
	font-size: 38px;
	font-family: serif;
	text-align: left;
	letter-spacing: 6px;
}
.about_text{
	margin: 20px auto 0;
	text-align: justify;
	font-weight: 300;
	line-height: 2em;
}
.about_logo{
	width: 90%;
	text-align: center;
}
@media (max-width: 1023px){
	.about ul{
		display: block;
		padding: 0;
		top: -50px;
		}
	.about_left{
		width: 65%;
		max-width: 450px;
		position: relative;
		top: 60px;
		text-align: center;
		margin: 0 auto;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.about_logo{
		position: relative;
    	top: 0;
	}
	.about_right{
		width: 88%;
		margin: 0 auto;
		position: relative;
		padding-bottom: 0;
		top: 20px;
	}
	.about_lead{
		font-size: 25px;
		letter-spacing: .9px;
	}
	.about_text{
		font-size: .9em;
	}
}
.topics {
	width: 100%;
	margin: 80px auto 160px;
}
.topics ul{
	display: flex;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topics li{
	width: calc(82% / 2);
	margin: calc(1% / 2) auto;
	text-align: center;
}
.topics li>div{
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
.topics li div span{
	margin: 10px auto 5px;
	display: block;
	font-weight: 500;
}
.topics li div p{
	font-size: .9em;
	text-align: justify;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 300;
}
.topicsbtn{
	bottom: -90px;
}
.infor{
	margin: 80px auto;
}
.infor ul{
	border-top: 1px solid #d5d5d5;
}
.infor_item{
	border-bottom: 1px solid #d5d5d5;
}
.infor_inner{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: transform 0.3s;
    justify-content: space-evenly;
}
.infor_inner::after{
	content: "";
	position: absolute;
	top: 30px;
	right: 15px;
	width: 7px;
	height: 7px;
	border-top: 1.5px solid #333;
	border-right: 1.5px solid #333;
	transform: rotate(45deg);
	transition: 0.3s all ease;
}
.item{
	position: relative;
	padding: 20px 40px;
	transition: background-color 0.3s;
	display: block;
	cursor: pointer;
}
.infor_cat{
	font-size: .7em;
    letter-spacing: .03em;
    font-weight: 400;
    text-align: center;
}
.infor_cat span{
	color: #fff;
	background-color: #333;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 5px 13px;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.infor_date{
	color: #626262;
	font-size: .87em;
	letter-spacing: .03em;
	font-weight: 400;
	text-align: center;
}
.infor_title{
	display: block;
	width: calc(90% - 150px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 300;
	text-align:  justify;
}


@media screen and (max-width: 768px){
	.topics ul{
		display: block;
		margin: 0 auto;
		padding-bottom: 80px;
	}
	.topics li{
	    width: 90%;
    	margin: 20px auto;
	}
	.topics{
		margin: 40px auto;
	}
	.item{
		padding: 20px 10px;
	}
}
@media screen and (max-width: 480px){
	
}

/* ---------------------
	ランキングスライダー
-------------------  */

.slider{
	visibility: hidden;
}
.slider.slick-initialized{
	visibility: visible;
}
.product_list{
	margin-top: 80px;
	margin-bottom: 160px;
}
.list__item{
	margin: 10px;
	text-align: center;
	position: relative;
}
@media (max-width: 768px){
	.list__item{
		margin:-30px 10px 70px;
	}
	.product_list{
	margin-bottom: 30px;
}
}
.list__item h3{
	font-size: 1.1em;
	margin: 10px auto;
	font-weight: 300;
}
.list__item h3 span{
	font-size: 13.5px;
	display: inline-block;
	padding-bottom: 5px;
}

.list__img{
	background: #fafafa;
	/* border-radius: 10px; */
}
.ribbon{
  position: absolute;
  background: #333333cc;
  padding: 1em;
  width: 40px;
  height: 40px;
  left: 0;
}
@media(max-width:768px){
	.ribbon{
	    top: 30px;
	}
}
.ribbon p{
	position: relative;
	top: -14px;
	left: -11px;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: -.2em;
}
.ribbon::after{
  content: "";
  position:absolute;
  top: 0;
  right: 0;
  width:0;
  height: 0;
  border-style: solid;
  border-color: transparent #fafafa transparent transparent;
  border-width: 40px;
}
.gold{
  background: #c2a636;
}
.wrinkles, .whitening, .allskin{
	width: 110px;
	margin: 0 auto;
	text-align: center;
}
.wrinkles p{
	color: #3c5680;
	font-size: .9em;
	border: 1px solid #3c5680;
	text-align: center;
	margin: 10px auto;
	letter-spacing: .03em;
	font-weight: 500;
}
.whitening p{
	color: #ad8642;
	font-size: .9em;
	border: 1px solid #ad8642;
	text-align: center;
	margin: 10px auto;
	letter-spacing: .03em;
	font-weight: 500;
}
.allskin p{
	color: #5D5D5D;
	font-size: .9em;
	border: 1px solid #5D5D5D;
	text-align: center;
	margin: 10px auto;
	letter-spacing: .03em;
	font-weight: 500;
}
.important{
	 margin: 80px auto 120px;
}
@media (max-width:768px){
	.important{
		margin: 40px auto 60px;
	}
}
.icon_gold::before{
	position: absolute;
	content: '';
	width: 50px;
  	height: 50px;
  	border-radius: 50%;
  	background: lightblue;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
    
    

/* ---------------------
	ボタン
---------------------  */

.btn{
  position: absolute;
  right: 0;
  display: inline-block;
  width: 230px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #333;
  border: 1px solid #333;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btnup{
	top: 90px;
}
.btn:hover{
  color: #fff;
  border:1px solid #333;
  background-color: #232222;
}
@media (min-width: 765px) and (max-width: 1023px) {
	.btn{
		width: 185px;
		line-height: 45px;
		display: block;
		right: 6%;
		margin-bottom: 50px;
	}
	.btnup{
		bottom: auto;
		top: 100px;
	}
	.btninfoup{
		bottom: -150px;
	}        
}
@media (max-width: 765px){
	.btn{
		width: 155px;
		line-height: 45px;
		display: block;
		right: 6%;
		margin-bottom: 50px;
	}
	.btnup{
		bottom: -60px;
		top: auto;
	}
	.btninfoup{
		bottom: -150px;
	}        
}

/*
.sample_btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #1B85FB;
  border-bottom:　2px;
}

.sample_btn:hover{
  color: #1B85FB;
}

.sample_btn{
  position: relative;
}

.sample_btn::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1B85FB;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}

.sample_btn:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
*/

button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 position: absolute;
 width: 18rem;
 height: auto;
 right: 10px;
 display: block;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background: #282936;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #282936;
 font-weight: 400;
 line-height: 1.4;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
@media(max-width: 768px){
	button.learn-more {
		bottom: -5.5rem;
		width: 12rem;
	}
	button.learn-more .circle{
		width: 2rem;
    	height: 2rem;
	}
	button.learn-more .circle .icon.arrow{
		width: 0.65rem;
	}
	button.learn-more .button-text{
		font-size: .9em;
    	line-height: .8;
	}
}

/* ---------------------
	フッター前画像エリア
---------------------  */
.connection{
	display: flex;
    width: 100%;
    margin: 0 auto;
    opacity: .8;
}
.connection li{
	width: 50%;
	background-color: #333;
	position: relative;
}
.connection li img{
	width: 100%;
    object-fit: cover;
    height: 280px;
}
.connection li::hover{
	opacity:0.5;
	transition:0.3s;
}
.con_text{
	position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    text-align: center;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.8rem;
    margin: 0 !important;
    padding: 0 !important;
}
.con_text span{
	display: block;
	font-size: .7em;
}
.con_text ::after{
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 768px){
	.connection{
		display: block;
	}
	.connection li{
		width: 100%;
	}
	.con_text{
		width: 100%;
    	font-size: 1.2em;
	}
	.connection li img{
		height: 130px;
	}
}
@media screen and (max-width: 480px){
	
}
/* ---------------------
	フッター
--------------------- */

#footer{
    background: #333;
}
.footerlink{
    padding-bottom: 16px;
    margin: 0 auto;
}
.footerlink li{
	display: inline-block;
	width: calc(55% - 50px);
	margin: 10px auto;
}
.footerlink li:before{
	/* content: ''; */
	/* border-left: 1px solid #000; */
	/* padding-left: 24px; */
}
.footerlink li:after{margin-top: 8px;padding-top: 5px;margin-left: 8px;padding-right: 5px;content: "";position: absolute;width: 6px;height: 6px;border-top: 1px solid #fff;border-right: 1px solid #fff;transform: rotate(45deg);transition: 0.3s all ease;}
.footerlink li:last-child:after{
	border-right: 1px solid #000;
}
#footer > div{
	background: #333333e3;
	padding: 80px 40px;
}
.foot-logo{
	max-width: 280px;
	display: block;
	margin: 0 auto;
	width: 70%;
}
.footer-brand{
	width: 720px;
	margin: 80px auto;
}
.footer-logo{
    text-align: center;
    display: block;
    color: #fafafa;
}
@media (max-width: 768px){
	.footer-logo{
		padding: 70px 0 30px;
	}
}
.mokuteki{
	width: 720px;
	margin: 0 auto;
}
.mokuteki .mokuteki-title{
	font-size: 160%;
	color: #fafafa;
	text-align: center;
	/*font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; font-weight: 400;*/
	font-family: 'NotoSansJapanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight: 400;
}
.mokuteki ul{
	margin: 24px auto;
    text-align: center;
}
.mokuteki ul li{
	width: 25%;
    padding: 2% 2%;
    float: left;
    margin: 2%;
    border: 1px dotted #fafafa;
    text-align: center;
    display: inline-block;
}
.mokuteki ul li a{color: #fafafa;}
.footer-brand li{
	width: 29%;
	float: left;
	padding: 0 2%;
}
.footer-brand li img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.footer-brand li h3{
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-top: 24px;
}
.footerlast{/* background: #333333e3; */}
.footerlast a{color: #fafafa;}
.footerlast li:before{
	border-left: 1px solid #fafafa;
	/* padding-left: 24px; */
}
.footerlast li:last-child:after{
	border-right: 1px solid #fafafa;
}
@media screen and (min-width: 769px){
#footer > div.footer-last{
	padding: 80px 0;
	margin-top: 0;
	display: flex;
	width: 85%;
	margin: 0 auto;
	justify-content: space-around;
	align-items: center;
	max-width: 1000px;}
}
.footer_left{
	width: 40%;
	margin: 0 auto;
}
.footer_right{
	width: 55%;
	margin: 0 0 0 auto;
}
.copylight{
	text-align: center;
	color: #fafafa;
	margin: 0 auto;
	font-size: 12px;
	padding: 30px 0;
}
@media screen and (max-width: 768px){
	#footer > div{
		padding: 0;
	}
	.foot-logo{
		width: 55%;
		max-width: 280px;
		min-width: 220px;
		margin: 0 auto;
	}
	.footer-last{
		padding: 60px 30px;
	}
	.footerlast{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 330px;
		width: 85%;
		margin: 15px auto 0px;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		letter-spacing: .05em;
		justify-content: space-evenly;
		}
	.copylight{
		 font-size: .7em;
		 margin: 10px auto 0;
		 padding: 20px 0 60px;
		 text-align: center;
	}
	.footerlink li{
		width: 50%;
		/* display: inline-block; */
		text-align: left;
		font-size: .75em;
		line-height: 1.3rem;
		letter-spacing: .005em;
	}
	.footerlink li::after{
		margin-top: 8px;
		padding-top: 5px;
		margin-left: 8px;
		padding-right: 5px;
		content: "";
		position: absolute;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		transition: 0.3s all ease;
	}
	.footerlast li:before,.footerlast li:before{
    	padding-left: 10px;
		display: none;
	}
	.contact{
		background-color: #333;
    	color: #fff!important;
    	padding: 10px!important;
    	text-align: center!important;
	}
}
@media screen and (max-width: 480px){
}

.fix-btn{
  	position:　fixed; /*配置設定-fixed指定で追従*/
  	z-index:　1;
	right:　20px; 
  	bottom:　20px;
}
/*コンテンツ部分*/
.box{
  background:#ddd;
  width:100%;
}
/*追従ボタン*/
.fix-btn{
  position:fixed;
  z-index:1;
  background: #163e70;
  width: 50px;
  border-radius: 8px 0  0 8px;
  text-decoration:none;
  font-size:14px;
  text-align:center;
  color: #fff!important;
  padding-right: 13.5px;
  right: 0px;
  height: 180px;
  bottom: 40%;
  margin: 0 auto;
  writing-mode: vertical-rl;
  box-shadow: 0px 0px 9px #ffffff91;
}


/* ---------------------
	TOPアニメーション
--------------------- */
/* 文字がぬるりと現れる */

.matrix .bg-wrap,
.matrix .bg-wrap .inn {
  display: block;
}
.matrix .bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.matrix .bg-wrap + .bg-wrap {
  margin-top: 10px;
}
.matrix .bg-wrap .inn.large {
  font-size: 36px;
  font-weight: bold;
}
.matrix .bg-wrap .inn.small {
  font-size: 15px;
}
.matrix .bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.matrix.is-animated .bg-wrap {
  opacity: 1;
}
.matrix.is-animated .bg-wrap .inn { 
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}


/* ------------------------------------------
			パンくずリスト
------------------------------------------ */
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  overflow: hidden;
}
.breadcrumb li{
	color: #fff;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #fff; /* 記号の色 */
}
@media (max-width:768px){
	.breadcrumb li:not(:last-of-type)::after {
  		color: #333; /* 記号の色 */
  		margin: 0 .5em;
 }
	.breadcrumb li{
		color: #333;
	}
	.bread_text{
		  -webkit-line-clamp: 1;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  -o-text-overflow: ellipsis;
		  text-overflow: ellipsis;
		  white-space: normal;
		  overflow: hidden;
		  width: calc(98% / 3 + 50px);
	}
}
/* ------------------------------------------
			アニメーション
------------------------------------------ */
@-webkit-keyframes fadeInUpSML {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpSML {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,30%,0);
        transform: translate3d(0,30%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpSML {
    -webkit-animation-name: fadeInUpSML;
    animation-name: fadeInUpSML;
	animation-duration: 2s;
}
.animate__fadeIn{
	animate-duration: 3s;
}
