@charset "UTF-8";
/* =======================================================================

	amandbe

  ======================================================================= */

#ambe_ab {
margin: auto ;
max-width: 920px;
}

#ambe_ab ul,
#ambe_ab li {
list-style: none;
margin: 0;
padding: 0;
}

#ambe_ab img {
height: auto ;
max-width: 100%;
}

div#ambe-about_ab {
	background: url("../images/about_bg.svg") no-repeat bottom 25% center;
	background-size: 100%;
	margin: 1.875rem 0 5.25rem;
	padding: 22.5rem 0 0;
	position: relative;

}

div#ambe-about_ab p {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: -1;
}

div.brand-comment_ab {
	background: url("../images/feel.png") no-repeat right bottom;
	background-size: 274px auto;
	width: 82%;
	margin: auto;
	padding: 0 0 5.25rem;
}

div#ambe-about_ab h2 {
	color: #ba7870;
	font-family: Yu Mincho Pr6N M;
	font-size: 2.25rem;
	line-height: 2.0;
	letter-spacing: 0.2em;
	padding: 0 0 0 1.875rem;
}

div#ambe-about_ab li {
	font-family: Yu Mincho Pr6N M;
	font-size: 1.125rem;
	line-height: 2.0;
	margin: 3.125rem 0 0;
}

div#ambe-about_ab li:nth-of-type(2) {
	padding: 0 0 0 10rem;
}

div#ambe-about_ab li:nth-of-type(3) {
	padding: 0 0 0 5.625rem;
}

.anm_ab {
	opacity: 0;
	-webkit-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
	position: relative;
}

.anm_ab.anm1_ab {
	-webkit-transform: translate3d(0, 30%, 0);
	        transform: translate3d(0, 30%, 0);
}

.anm_ab.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

div#brand-banner_ab {
	max-width: 700px;
	margin: 0 auto 5.625rem;
}

div#brand-banner_ab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
/***
div#brand-banner_ab li:not(:first-child) {
	margin: 30px 0 0;
}***/

div#brand-banner_ab li a:hover {
	opacity: 0.7;
}

div#brand-instagram_ab {
	border-top: 1px solid #ba7870;
	border-bottom: 1px solid #ba7870;
	text-align: center;
	margin: 0 0 6.25rem;
	padding: 1.875rem 0;
}
div#brand-instagram_ab h2 {
	color: #ba7870;
	display: inline-block;
	font-family: Yu Mincho Pr6N M;
	font-size: 2.5rem;
	text-align: center;
	margin: 0 0 1.25rem;
	position: relative;
}
div#brand-instagram_ab h2::after {
	background: url("../images/icon_insta.png") no-repeat;
	background-size: 100%;
	content: "";
	height: 26px;
margin: auto;
	width: 26px;
	position: absolute;
bottom: 0;
	top: 0;
	right: -50px;
}
div.insta-wrap_ab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 91.304%;
	margin: auto;
}
div#brand-instagram_ab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/*width: 660px;*/
	margin: 0 37px 0 0;
}
div#brand-instagram_ab p {
	width: 161px;
}
div#brand-instagram_ab p span {
	color: #ba7870;
	display: block;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 135%;
	text-align: center;
}
div#brand-instagram_ab img {
	height: auto;
	width: 100%;
}
div#brand-instagram_ab a {
	color: #ba7870;
text-decoration: none;
}
div#brand-instagram_ab a:hover {
	opacity: 0.7;
}
div#brand-instagram_ab .instagram img{
	height: 150px;
	width: 150px;
}

@media (max-width: 768.98px) {
div#ambe-about_ab p {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: -1;
width: 90%;
}

div#ambe-about_ab {
	padding: 15rem 0 0;

}

div#ambe-about_ab h2 {
	font-size: 2rem;
	line-height: 1.6;
}

div#ambe-about_ab li {
	font-size: 1rem;
	margin: 2rem 0 0;
}

div#ambe-about_ab li:nth-of-type(2) {
	padding: 0 0 0 4rem;
}

div#ambe-about_ab li:nth-of-type(3) {
	padding: 0;
}

div.brand-comment_ab {
	background-size: 200px auto;
}


div#brand-banner_ab {
width: 90%;
}

div#brand-banner_ab li {
	width: 48%;
}

div.insta-wrap_ab {
	display: none;
}
}