@charset "utf-8";
/**/
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: sans-serif;
  color: #333333;
}
a {
  text-decoration: none;
  color: #003a6b;
}
a:visited {
  color: #2b006b;
}
a:hover {
  color: #003a6b;
  text-decoration: underline;
}
a:active {
  color: #003a6b;
  text-decoration: underline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
header {
  text-align: left;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccc;
}
ul li {
  list-style: none outside none;
}
/* 制作部分 */


#contents {
  margin-top: 0px;
  height: auto;
  background-color: #000;
  background-image: url("../img2022/back_img_sp.jpg");
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
  font-family: "メイリオ", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  background-size: cover;
  background-position: bottom;
}
.coty-logo {
  margin-top: 10px;
  text-align: center;
}
.kekka-button {
  margin-top: 50px;
  text-align: center;
}
.title02 {
  background: url("../img2020/about-coty.png");
  background-size: 752px;
  width: 752px;
  height: 43px;
  margin: 100px 0px 0px -4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.about-coty {
  margin-top: 50px;
}
.about-coty p {
  line-height: 170%;
}
.text_area1 {
  margin-top: 20px;
  text-align: center;
  line-height: 170%;
  font-size: 14px;
  letter-spacing: 0.1em
}
.about-txt {
  font-size: 20px;
  margin-top: 40px;
  line-height: 150%;
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
}
.about-coty p {
  line-height: 170%;
}
.archive {
  line-height: 250%;
}
.archive ul {
  margin-top: 30px;
}
.title03 {
  margin-top: 50px;
  background-image: url("../img2020/hlogo_sp.png");
  background-repeat: no-repeat;
  padding: 0px 0px 0px 55px;
  background-size: contain;
  font-size: 18px;
  line-height: 120%;
  height: 40px;
  padding-top: 5px;
}
.title04 {
  margin-top: 50px;
  background-image: url("../img2020/hlogo_sp.png");
  background-repeat: no-repeat;
  padding: 0px 0px 0px 55px;
  background-size: contain;
  font-size: 25px;
  line-height: 140%;
  height: 40px;
  padding-top: 5px;
}
.archive a {
  color: #fff;
}
.archive a:hover {
  color: #fff;
  text-decoration: underline;
}
.archive a:visited {
  color: #ddd;
}
.nav {
  margin: 2px 0px 0px 0px;
}
/******************************
 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい
******************************/
.social-area-syncer {
  width: 100%;
  min-height: 190px;
  padding: 1.5em 0;
    margin-bottom: 20px;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
.social-area-syncer {
  min-height: 119px;
}
}
/******************************
 [ul]要素
******************************/
/* スマホ */
ul.social-button-syncer {
  width: 238px;
  margin: 24px auto;
  padding: 0 0 0 60px;
  border: none;
  list-style-type: none;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
ul.social-button-syncer {
  width: 410px;
}
}
/******************************
 [li]要素
******************************/
ul.social-button-syncer li {
  float: left;
  text-align: center;
  height: 71px;
  margin: 0 8px;
  padding: 0;
}
/******************************
 各種ボタン
******************************/
/* [Twitter] */
.sc-tw {
  width: 71px;
}
/* [Facebook] */
.sc-fb {
  z-index: 99;
  width: 69px;
}
/* [LINE] */
.sc-li {
  width: 50px;
}
.sc-li-img {
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 36px;
  height: 60px;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
.sc-li {
  display: none;
}
}
