@charset "UTF-8";

/* ############################################################################################################################
#
#    2020-12 BeautyAwards Stylesheet
#
############################################################################################################################ */
#wrapper.beautyA-wrap {
  min-width: 769px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.beautyA-wrap {
  font-family: YuGothic, "Yu Gothic Medium", "游ゴシック体", "游ゴシック Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
}
.displaySp {
	display: none;
}
@media screen and (max-width: 768px) {

  #wrapper.beautyA-wrap {
    max-width: 768px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .beautyA-wrap {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  }

	.displayPc {
		display: none;
	}
	.displaySp {
		display: block;
	}
}

/* -----------------------------------------------------------
.marker
----------------------------------------------------------- */
.marker {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
}
.special_area01 .marker,
.special_area02 .marker {
  padding: 0 3px;
}

.marker:after {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  background-color: #b8b195;
  bottom: 0;
  content: "";
  display: inline-block;
  padding-top: 8px;
  position: absolute;
  right: 100%;
  width: 100%;
  z-index: -1;
}
.special_area01 ul li:nth-child(1) .marker:after {
  background-color: #d1dbe4;
}
.special_area01 ul li:nth-child(2) .marker:after {
  background-color: #eacbb6;
}

.marker.on::after {
  -webkit-animation-name: leftlineAnim;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  animation-name: leftlineAnim;
}
@-webkit-keyframes leftlineAnim {
  100% {
    right: 0;
  }
}
@keyframes leftlineAnim {
  100% {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .marker,
  .special_area01 .marker,
  .special_area02 .marker {
    padding: 0 1.3333vw;
  }
  .marker:after {
    padding-top: 4px;
    bottom: 2px;
  }
  .special_area01 ul li h4 .marker:after {
    bottom: 0;
  }

}



/* ============================================================================================================================
#header
============================================================================================================================ */
.beautyA-wrap .header {
	border-bottom: 1px solid #e6e6e6;
}
.beautyA-wrap .logo {
	width: 168px;
	margin: 0 auto 40px;
	padding-top: 40px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* -----------------------------------------------------------
.menu
----------------------------------------------------------- */
.menu_open, .menu_close {
  position: fixed;
  right: 20px;
  top: 30px;
  width: 60px;
  z-index: 999;
}
.menu_open {
  display: block;
}
.menu_close {
  display: none;
}
.menu_main {
	max-width: 530px;
	width: 38.7994%;
	height: 100vh;
	background: #ebe6e1;
  overflow: scroll;
  padding: 8% 2% 2% 2%;
  position: fixed;
  right: -40%;
  top: 0px;
	z-index: 998;
	transition: linear .3s;
}


.menu_list_item {
  text-align: center;
}
.menu_list_item:not(:first-child) {
	margin-top: 65px;
}
.menu_list_item:hover {
  opacity: .6;
}

.menu_list_item_en {
	font-family: linotype-didot, serif;
	font-size: 2.769231em;
	line-height: 1;
	position: relative;
}
.menu_list_item_en::after {
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #ccc6b3;
	position: absolute;
	bottom: -28px;
	left: 50%;
	transform: translateX(-50%);
}
.menu_list_item_en span i {
	color: #a49688;
}
.menu_list_item_txt {
	font-family: yu-mincho-pr6, sans-serif;
	font-weight: 400;
	font-size: 1.230769em;
	line-height: 1;
  margin-top: 60px;
}

.menu_list_arrow {
	width: 40px;
	margin: 20px auto 0;
}



@media only screen and (max-width: 1067px) {
  .menu_list_item_txt {
    line-height: 1.5;
  }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
  .menu_list_item_txt {
    font-size: 1.1em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
	.beautyA-wrap .header {
		border-bottom: 0;
	}
	.beautyA-wrap .logo {
		width: 22.2667vw;
		margin: 0 auto 4vw;
		padding-top: 4vw;
	}

  /* -----------------------------------------------------------
  .menu
  ----------------------------------------------------------- */
  .menu_open, .menu_close {
    right: 2.6667vw;
    top: 2.6667vw;
    width: 8.1333vw;
  }
  .menu_main {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 18.6667vw 6vw 9.3333vw;
    right: -100%;
    top: 0;
  }
  .menu_list_item:not(:first-child) {
    margin-top: 10vw;
  }

  .menu_list_item_en {
    font-size: 6.6667vw;
  }
  .menu_list_item_en::after {
    width: 8vw;
    bottom: -5.0667vw;
  }
  .menu_list_item_txt {
    font-size: 3.0667vw;
    margin-top: 10.6667vw;
  }
  .menu_list_arrow {
    width: 7.6vw;
    margin: 3.6vw auto 0;
  }

}


/* ============================================================================================================================
#content
============================================================================================================================ */

/* -----------------------------------------------------------
.kv_area
----------------------------------------------------------- */
.beautyA-wrap .kv_area {
	width: 100%;
	min-height: 720px;
	margin: 0 auto;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.beautyA-wrap .kv_txt_box {
	max-width: 1067px;
	width: 100%;
	margin: 0 auto;
}
.beautyA-wrap .kv_txt {
	max-width: 476px;
	width: 44.6948%;
	padding-top: 10%;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1067px) {
	.beautyA-wrap .kv_txt_box {
		padding: 0 0 0 1em;
	}
}
@media only screen and (max-width: 1250px) {
	.beautyA-wrap .kv_txt {
		padding-top: 15%;
	}
}

.beautyA-wrap .kv_img {
  width: 61.2006%;
  min-height: 720px;
	position: absolute;
	right: 0;
  top: 0;
  background-color: #e5cc9c;
  background-image: url('/common/crea/images/cosmetic2020/ba_kv_pc.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (max-width: 768px) {
	.beautyA-wrap .kv_area {
    min-height: 100vw;
		border-bottom: 0;
	}
	.beautyA-wrap .kv_txt_box {
		max-width: 100%;
		padding: 0 0;
	}

	.beautyA-wrap .kv_txt {
		max-width: 38.1333vw;
		width: 38.1333vw;
		padding-top: 48vw;
		margin-left: 6.4vw;
	}
	.beautyA-wrap .kv_img {
    width: 100%;
    min-height: 100vw;
    background-image: url('/common/crea/images/cosmetic2020/ba_kv_sp.jpg');
    background-size: 100%;
	}
}


/* -----------------------------------------------------------
c o m m o n
----------------------------------------------------------- */

h2 {
	letter-spacing: initial;
	line-height: 1;
}

.sec__head__ttl {
	font-size: 36px;
	font-weight: bold;
	margin-top: 30px;
}

.con_heading {
  font-family: linotype-didot, serif;
  font-size: 4.615385em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.con_heading::after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background: #b8b195;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
.con_heading i {
  display: block;
  font-size: 72px;
  color: #a49688;
  margin-top: 8px;
}
.con_heading_txt {
  font-family: yu-mincho-pr6, sans-serif;
  font-size: 2.307692em;
  line-height: 1;
  margin-top: 70px;
}
.contents_txt {
  font-size: 1.230769em;
  line-height: 2.25;
}


h3.con_heading {
  font-family: linotype-didot, serif;
  font-size: 3.230769em;
  font-weight: 400;
  font-style: italic;
  position: relative;
  z-index: 2;
}
h3.con_heading::after {
  display: none;
}

@media only screen and (max-width: 1067px) {
	.con_inner {
		padding: 0 1em;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
  .con_inner {
		padding: 0 1em;
	}
}

@media screen and (max-width: 768px) {
  .con_inner {
		padding: 0 3.3333vw;
  }

  .con_heading {
    font-size: 8vw;
  }
  .con_heading::after {
    width: 8vw;
    bottom: -5.3333vw;
  }
  .con_heading i {
    font-size: 9.6vw;
    margin-top: 4px;
  }
  .con_heading_txt {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-top: 10.6667vw;
  }
  .contents_txt {
    font-size: 3.6vw;
    line-height: 1.5;
    text-align: left;
  }

  h3.con_heading {
    font-size: 6.9333vw;
  }

}


/* -----------------------------------------------------------
.lead_area
----------------------------------------------------------- */
.lead_area {
  padding: 95px 0 80px;
  text-align: center;
}
.lead_area h2 {
  font-family: yu-mincho-pr6, sans-serif;
  font-size: 3.230769em;
  font-weight: normal;
  font-style: italic;
  color: #000;
  line-height: 1;
}
.lead_area h2:not(:first-child) {
  margin: 15px auto 60px;
}
@media screen and (max-width: 768px) { 
  .lead_area {
    padding: 10.6667vw 0;
  }
  .lead_area h2 {
    font-size: 5.6vw;
  }
  .lead_area h2:not(:first-child) {
    margin: 3.3333vw auto 8vw;
  }
}

/* -----------------------------------------------------------
.movie_area 
----------------------------------------------------------- */
.movie_area {
  padding: 80px 0 0;
  text-align: center;
  position: relative;
}
.movie_area::after {
  display: block;
  content: "";
  width: 100%;
  height: 600px;
  background: #ebe6e1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.movie_area .con_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.movie_area .movie_box {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  margin-top: 70px;
  overflow: hidden;
}
.movie_area .movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 768px) {
  .movie_area {
    padding: 10.6667vw 0;
  }
  .movie_area::after {
    height: 73.3333vw;
  }
  .movie_area .con_inner {
    max-width: 100%;
  }
  .movie_area .movie_box {
    margin-top: 8vw;
  }
}


/* -----------------------------------------------------------
.special_area01
----------------------------------------------------------- */
.special_area01 {
  padding: 105px 0 60px;
  text-align: center;
  position: relative;
}
.special_area01::after {
  display: block;
  content: "";
  width: 100%;
  height: 170px;
  background: #f5f3f0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.special_area01 .con_inner {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
}

.special_area01 ul {
  margin-top: 60px;
}
.special_area01 ul li {
  display: flex;
  align-items: center;
}
.special_area01 ul li .img_box {
  width: 50%;
  margin: 0 50px;
}
.special_area01 ul li:nth-child(2) {
  margin-top: 70px;
  flex-direction: row-reverse;
}
.special_area01 ul li .txt_box {
  width: 41.166%;
  text-align: left;
}
.special_area01 ul li h4 {
  font-family: yu-mincho-pr6, sans-serif;
  font-size: 1.615385em;
  line-height: 1;
}
.special_area01 ul li h4 + h4 {
  margin-top: 15px;
}
.special_area01 ul li:nth-child(2) h4 {
  text-align: right;
}
.special_area01 ul li .txt_box .contents_txt {
  margin-top: 50px;
  letter-spacing: -0.04em;
}

.special_area01 ul li .btn_box {
  margin: 85px 0 0 auto;
  text-align: right;
}
.special_area02 .img_box .btn_box {
  width: 480px;
  margin: 20px 0 0 auto;
  text-align: right;
}
.special_area01 ul li .btn_box a,
.special_area02 .img_box .btn_box a {
  display: inline-block;
  text-align: left;
}
.special_area01 ul li .btn_box a:hover,
.special_area02 .img_box .btn_box a:hover {
  opacity: 1 !important;
  animation-delay: 0;
  animation-duration: 0;
}

.special_area01 ul li .btn_box .btn_tit,
.special_area02 .img_box .btn_box .btn_tit {
  font-family: linotype-didot, serif;
  font-size: 2.076923em;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
}
.special_area01 ul li:nth-child(1) .btn_box .btn_tit {
  color: #7393ad;
}
.special_area01 ul li:nth-child(2) .btn_box .btn_tit {
  color: #c3692e;
}

.special_area01 ul li .btn_box .btn_txt,
.special_area02 .img_box .btn_box .btn_txt {
  font-family: yu-mincho-pr6, sans-serif;
  font-size: 1.153846em;
  line-height: 1;
  padding: 8px 0 0 8px;
  margin: 8px 0 0;
  border-top: 1px solid #666;
  position: relative;
}
.special_area01 ul li .btn_box .btn_txt::after,
.special_area02 .img_box .btn_box .btn_txt::after {
  display: block;
  content: "";
  width: 23px;
  height: 1px;
  background: #666;
  position: absolute;
  right: -3px;
  top: -40%;
  transform: rotate(45deg);
}


/* Special Contents 02 */

.special_area02 {
  padding: 100px 0;
  text-align: center;
  position: relative;
}
.special_area02 .con_inner {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
}
.special_area02 .contents_txt {
  margin: 50px auto 60px;
}

.special_area02 .img_box {
  position: relative;
  margin-bottom:30px;
}
.special_area02 .img_box .img {
  max-width: 1066px;
  width: 100%;
  margin: 0 auto;
}
.special_area02 .img_box .caption {
  font-size: 0.923077em;
  line-height: 1;
  margin-top: 20px;
}

.special_area02 .img_box .btn_box .btn_tit {
  color: #b8b195;
}

.special_area02 .con_box h3 {
  margin: 0 auto 50px;
}
.special_area02 .con_box ul {
  margin-bottom: 80px;
}
.special_area02 .con_box ul li {
  font-size: 1.230769em;
  margin-bottom: 20px;
}
.special_area02 .con_box ul li:last-child {
  margin-bottom: 0;
}
.special_area02 .con_box ul li .con_p_tit {
  font-weight: bold;
  text-decoration: underline;
}
.special_area02 .con_box ul li .con_p_txt {
  line-height: 2.25;
}

.special_area02 .con_box .contents_txt {
  margin: 0;
}

@media screen and (max-width: 768px) {
  
  .special_area01 {
    padding: 13.3333vw 0 10.6667vw;
  }
  .special_area01::after {
    display: none;
  }
  .special_area01 .con_inner {
    max-width: 100%;
    padding: 0;
  }

  .special_area01 ul {
    margin-top: 8.6667vw;
  }
  .special_area01 ul li {
    display: block;
  }
  .special_area01 ul li .img_box {
    width: 100%;
    margin: 0;
  }
  .special_area01 ul li:nth-child(2) {
    margin-top: 9.3333vw;
  }
  .special_area01 ul li .txt_box_tit,
  .special_area01 ul li .txt_box {
    width: 93.3333vw;
    text-align: left;
    margin: 0 auto;
  }
  .special_area01 ul li h4 {
    font-size: 4.2667vw;
  }
  .special_area01 ul li h4 + h4 {
    margin-top: 1.3333vw;
    margin-bottom: 5.3333vw; 
  }
  .special_area01 ul li:nth-child(2) h4 {
    text-align: left;
  }
  .special_area01 ul li .txt_box .contents_txt {
    margin-top: 5.3333vw;
  }


  .special_area01 .con_heading,
  .special_area02 .con_heading {
    font-size: 6.4vw;
  }
  .special_area01 ul li .btn_box,
  .special_area02 .img_box .btn_box {
    margin: 4.6667vw 0 0 auto;
  }
  .special_area02 .img_box .btn_box {
    width: auto;
    margin: 4.6667vw 0 0 auto;
  }

  .special_area01 ul li .btn_box .btn_tit,
  .special_area02 .img_box .btn_box .btn_tit {
    font-size: 4.8vw;
  }
  .special_area01 ul li .btn_box .btn_txt,
  .special_area02 .img_box .btn_box .btn_txt {
    font-size: 3.0667vw;
    padding: 1.7333vw 0 0 0;
    margin: 1.7333vw 0 0;
  }
  .special_area01 ul li .btn_box .btn_txt::after,
  .special_area02 .img_box .btn_box .btn_txt::after {
    width: 5.8667vw;
    right: -3px;
    top: -50%;
  }


  .special_area02 {
    padding: 13.3333vw 0 10.6667vw;
  }
  .special_area02 .con_inner {
    max-width: 100%;
  }
  .special_area02 .contents_txt {
    margin: 6vw auto 8vw;
  }

  .special_area02 .img_box {
    margin-bottom: 10.6667vw;
  }
  .special_area02 .img_box .img {
    max-width: 100%;
  }
  .special_area02 .img_box .caption {
    font-size: 2.8vw;
    line-height: 1.2;
    text-align: left;
    margin-top: 2.6667vw;
    padding-bottom: 16vw;
  }
  .special_area02 .img_box .btn_box {
    bottom: 0;
  }
  .special_area02 .img_box .btn_box .btn_tit {
    color: #b8b195;
  }

  .special_area02 .con_box h3 {
    margin: 0 auto 5.3333vw;
  }
  .special_area02 .con_box ul {
    margin-bottom: 7.3333vw;
  }
  .special_area02 .con_box ul li {
    font-size: 3.6vw;
    margin-bottom: 5.3333vw;
  }
  .special_area02 .con_box ul li .con_p_txt {
    line-height: 1.8;
  }
  
}

/* -----------------------------------------------------------
.proList_area
----------------------------------------------------------- */
.proList_area {
  padding: 0 0 100px;
  background: #f5f3f0;
  position: relative;
}
.proList_area .con_inner {
  max-width: 1166px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 70px 0 7%;
  text-align: center;
  position: relative;
}

.proList_area .con_heading_txt {
  margin: 40px auto 50px;
}

.proList_area ul {
  max-width: 966px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.proList_area ul li {
  width: 31.055900621118%;
  
  margin-top: 3.41614906832298%;
  margin-right: 3.41614906832298%;
}
.proList_area ul li:nth-child(3n) {
  margin-right: 0;
}
.proList_area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.proList_area ul li a:hover {
  opacity: 1;
}
.proList_area ul li a .bk_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  text-align: center;
}
.proList_area ul li a:hover .bk_box {
  opacity: 1;
}
.proList_area ul li a .bk_box::before {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.proList_area ul li a:hover .bk_box::before {
  background: #fff;
  width: 83.3334%;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.proList_area ul li a:hover .bk_box a {
  color: #fff;
}

.proList_area ul li a .bk_box span,
.proList_area ul li a .bk_box p {
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s;
}
.proList_area ul li a:hover .bk_box span,
.proList_area ul li a:hover .bk_box p {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.proList_area ul li a .bk_box span {
  display: block;
  top: 40%;
  font-family: linotype-didot, serif;
  font-size: 1.076923em;
  font-style: italic;
  font-weight: 100;
}
.proList_area ul li a .bk_box p {
  display: block;
  top: 55%;
  font-size: 1.230769em;
	font-weight: 900;
}


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

  .proList_area {
    padding: 0 0 13.3334vw;
    background: #ebe6e1;
  }
  .proList_area .con_inner {
    max-width: 100%;
    background: #ebe6e1;
    padding: 10vw 0 0;
  }
  .proList_area .con_heading_txt {
    margin: 6vw auto 8vw;
  }
  .proList_area .contents_txt {
    width: 93.3334vw;
    margin: 0 auto;
  }
  .proList_area ul {
    max-width: 93.3334vw;
    width: 93.3334vw;
    display: flex;
    margin: 30px auto 0;
    background: #fff;
    padding: 1.3333vw 4.6667vw 4.6667vw;
  }
  .proList_area ul li {
    width: 40vw;
    margin-top: 4vw;
    margin-right: 4vw;
  }
  .proList_area ul li:nth-child(3n) {
    margin-right: 4vw;
  }
  .proList_area ul li:nth-child(2n) {
    margin-right: 0;
  }

  .proList_area ul li .bk_box {
    display: none;
  }
  .proList_area ul li span {
    display: block;
    position: absolute;
    top: 2vw;
    left: 2vw;
    font-family: linotype-didot, serif;
    font-size: 2.8vw;
    font-style: italic;
    color: #fff;
    text-align: left;
  }
  .proList_area ul li p {
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    margin-top: 2.6667vw;
  }
  .proList_area ul li:nth-child(-n+4) p {
    min-height: 10vw;
  }


}




/* -----------------------------------------------------------
.module-sns-share
----------------------------------------------------------- */
.module-sns-share {
  margin: 0 auto 100px;
  font-size: 0;
  text-align: center;
}
.module-sns-share .img_txt {
  width: 120px;
  margin: 0 auto 15px;
}
.module-sns-share ul {
  display: inline-block;
  font-size: 0;
  width: 330px;
  margin: 0;
}
.module-sns-share ul li {
  display: inline-block;
  width: 31px;
  margin: 0;
}
.module-sns-share ul li+li {
  margin: 0 0 0 30px;
}
.module-sns-share ul li.twitter {
  width: 36px;
}
.module-sns-share ul li img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .module-sns-share {
    margin: 0 auto 13.3333vw;
  }
  .module-sns-share .img_txt {
    width: 27.2vw;
    margin: 0 auto 4vw;
  }
  .module-sns-share ul {
    width: 58.6667vw;
  }
  .module-sns-share ul li {
    width: 8.6667vw;
  }
  .module-sns-share ul li.twitter {
    width: 9.3333vw;
  }
  .module-sns-share ul li+li {
    margin: 0 0 0 4vw;
  }

}

/* -----------------------------------------------------------
.credit
----------------------------------------------------------- */
.credit {
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #000;
}
.credit .con_inner {
  max-width: 1066px;
  width: 100%;
  margin: 18px auto 0;
}
.credit .con_inner p {
  font-size: 0.923077em;
  line-height: 1.6;
}
.credit .con_inner p + p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .credit {
    max-width: 100%;
  }
  .credit .con_inner {
    max-width: 100%;
    margin: 2.6667vw auto 0;
  }
  .credit .con_inner p {
    font-size: 2.8vw;
    line-height: 1.4;
  }
  .credit .con_inner p + p {
    margin-top: 5.3333vw;
    margin-bottom: 16vw;
  }

}


/* ============================================================================================================================
effect
============================================================================================================================ */
.fadeIn,
.fadeIn-y,
.fadeIn-yy,
.fadeIn--kv,
.fadeIn-left,
.fadeIn-right {
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
}

.fadeIn-left,
.fadeIn-right {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}
.fadeIn.on {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeIn-y.on {
  -webkit-animation-name: fadeIn-y;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-name: fadeIn-y;
}

.fadeIn-yy.on{ animation: fadeIn-y 0.4s ease 0.4s 1 forwards; }


.fadeIn-left.on {
  -webkit-animation-name: fadeIn-left;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-name: fadeIn-left;
}
.fadeIn-right.on {
  -webkit-animation-name: fadeIn-right;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-name: fadeIn-right;
}
.fadeIn--kv {
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn-y {
  from {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn-y {
  from {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn-left {
  from {
    -webkit-transform: translate(-100%, 0);
    opacity: 0;
    transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn-left {
  from {
    -webkit-transform: translate(-100%, 0);
    opacity: 0;
    transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn-right {
  from {
    -webkit-transform: translate(100%, 0);
    opacity: 0;
    transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn-right {
  from {
    -webkit-transform: translate(100%, 0);
    opacity: 0;
    transform: translate(100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
  }
}

.ef-product li { opacity: 0; transform: translate( 0, 20px); }

.ef-product li:nth-child(1).on,
.ef-product li:nth-child(4).on,
.ef-product li:nth-child(7).on,
.ef-product li:nth-child(10).on,
.ef-product li:nth-child(13).on{ animation: animation1 0.8s ease 0.4s 1 forwards; }
.ef-product li:nth-child(2).on,
.ef-product li:nth-child(5).on,
.ef-product li:nth-child(8).on,
.ef-product li:nth-child(11).on,
.ef-product li:nth-child(14).on{ animation: animation1 0.8s ease 0.6s 1 forwards; }
.ef-product li:nth-child(3).on,
.ef-product li:nth-child(6).on,
.ef-product li:nth-child(9).on,
.ef-product li:nth-child(12).on{ animation: animation1 0.8s ease 0.8s 1 forwards; }

@keyframes animation1 {
	100% { opacity: 1; transform: translate( 0, 0); }
}

@media screen and (max-width: 768px) {
  .ef-product li:nth-child(1).on,
  .ef-product li:nth-child(3).on,
  .ef-product li:nth-child(5).on,
  .ef-product li:nth-child(7).on,
  .ef-product li:nth-child(9).on,
  .ef-product li:nth-child(11).on,
  .ef-product li:nth-child(13).on
  { animation: animation1 0.8s ease 0.4s 1 forwards; }
  .ef-product li:nth-child(2).on,
  .ef-product li:nth-child(4).on,
  .ef-product li:nth-child(6).on,
  .ef-product li:nth-child(8).on,
  .ef-product li:nth-child(10).on,
  .ef-product li:nth-child(12).on,
  .ef-product li:nth-child(14).on
  { animation: animation1 0.8s ease 0.6s 1 forwards; }
  
}


/* ############################################################################################################################
#
#    2020-12 BeautyAwards Stylesheet E N D
#
############################################################################################################################ */