@charset "UTF-8";
/* contents
/*-----------------------------------------------------------------------------------------*/
#contents {
  padding-bottom: 10px;
  margin-bottom: 60px;
  border-bottom: 13px solid #f4f0de;
  position: relative;
}

#about {
  position: relative;
  margin-bottom: 10px;
  background: url(https://amuse-beaute.jp/img/about/ablut_bg_01.jpg) 0 0 no-repeat;
  background-size: cover;
}
#about .inner_01 {
  z-index: 100;
}

#about .about_title {
  width: 183.5px;
  height: 244px;
  margin: 0 auto 15px;
  background: url(https://amuse-beaute.jp/img/about/about_img_02_sp.png) center center no-repeat;
  background-size: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
}

#about .about_copy {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.4rem;
  color: #9D0029;
  font-weight: 500;
}

#about .about_copy span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 668px) {
#contents {
  margin-bottom: 40px;
}
  #about .about_copy {
    position: relative;
  }

  #about .about_text01 {
    position: relative;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  #about .about_text02 {
    position: relative;
    padding: 0 10px 30px;
  }
}
@media screen and (min-width: 669px) {
  #contents {
    padding-bottom: 20px;
    margin-bottom: 70px;
    border-bottom-width: 13px;
  }

  #about {
    padding: 40px 0 70px;
  }

  #about .about_title {
    background-image: url(https://amuse-beaute.jp/img/about/about_img_02_pc.png);
    background-size: auto;
    width: 100%;
    margin-bottom: 40px;
    height: 208px;
  }

  #about .about_copy {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  #about .about_text01 {
    margin-bottom: 2rem;
  }
}
/*コスメのイメージ画像配置*/
.cosmeImage {
  position: absolute;
  background: url(https://amuse-beaute.jp/img/about/image_cosme_01.png) 0 0 no-repeat;
  background-size: contain;
  width: 90px;
  height: 143.5px;
  z-index: 10;
}

.cosmeImage01 {
  top: 110px;
  left: 0;
}

.cosmeImage02 {
  top: 100px;
  right: 0;
  width: 108.5px;
  height: 120px;
  background-image: url(https://amuse-beaute.jp/img/about/image_cosme_02.png);
}

.cosmeImage03 {
  bottom: -40px;
  left: -30px;
  width: 108.5px;
  height: 70px;
  background-image: url(https://amuse-beaute.jp/img/about/image_cosme_03.png);
  background-position: top right;
}

.cosmeImage04 {
  bottom: -60px;
  right: -10px;
  width: 85px;
  height: 109.5px;
  background-image: url(https://amuse-beaute.jp/img/about/image_cosme_04.png);
}

@media screen and (min-width: 669px) {
.cosmeImage01 {
top: 100px;
width: 201px;
height: 287px;
}

.cosmeImage02 {
top: 91px;
width: 213px;
height: 217px;
}

.cosmeImage03 {
top: 480px;
width: 266px;
height: 195px;
}

.cosmeImage04 {
top: 495px;
width: 198px;
height: 219px;
}
	
#about .inner_01 {
	width: 760px;
}
}

/*# sourceMappingURL=page-about.css.map */

/*　↓220824追加↓　*/

@media screen and (max-width: 767px){
#aboutcan .pc,#aboutkita .pc {
	display:none;
	}
}
@media screen and (min-width: 768px){
#aboutcan .sp,#aboutkita .sp {
	display:none;
	}
}

#aboutcan h3 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
#aboutcan .can_box_warp {
	max-width: 760px;
	margin: 50px auto 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#aboutcan .can_box {
	width: 49%;
	text-align: center;
	border: solid 1px #9D0629;
	border-radius: 20px;
	padding: 3%;
	margin-bottom: 35px;
	box-sizing: border-box;
}
#aboutcan .can_box h4 {
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 20px;
}
#aboutcan .can_box p {
	text-align: left;
	margin-bottom: 40px;
}
#aboutcan .can_box img.irst {
	width: 100%;
}

#aboutkita {
	background-color: #F6F1DF;
	text-align: center;
	padding: 60px 0 80px;
}
#aboutkita h3 img {
    margin-top: -90px;
    width: 375px;
}

@media screen and (max-width: 767px) {
	#aboutcan h3 {
	font-size: 20px;
}
	#aboutcan .can_box_warp {
    margin: 30px auto 80px;
	}
	#aboutcan .can_box {
    width: 100%;
    padding: 5%;
    margin: 10px 5%;
}
	#aboutcan .can_box img.sp {
	width: 20%;
}
	
	#aboutkita {
	padding: 40px 0 80px;
}
#aboutkita h3 img {
    margin-top: -65px;
    width: 80%;
}
	#aboutkita .spmap_warp {
	margin: 20px 3% 0;
    background-color: #fff;
    padding: 6%;
	}
	
.swiper-container {
  position: relative;
	margin-top: 30px;
}
.swiper-container:before {
  content: "";
  display: block;
}
.swiper-button-next {
    right: -10px;
    left: auto;
}
	.swiper-button-prev {
    left: -10px;
    right: auto;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  margin: auto;
  width: 30px;
}
.swiper-button-prev:after {
  background-image: url(https://amuse-beaute.jp/img/about/arrow_l.svg);
}
.swiper-button-next:after {
  background-image: url(https://amuse-beaute.jp/img/about/arrow_r.svg);
}
.swiper-slide img {
  height: auto;
  width: 75%;
}
}
@media screen and (max-width: 324px) {
		#aboutcan h3 {
	font-size: 18px;
}
	#aboutcan .can_box h4 {
	font-size: 18px;
}
}