@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body, #contents_wrap input, #contents_wrap select, #contents_wrap textarea, #contents_wrap th, #contents_wrap td, #contents_wrap li, #contents_wrap a {
  font-family: arial, "Hiragino Kaku Gothic ProN", Meiryo, "Yu Gothic", sans-serif;
  color: #333333;
}
header, footer, nav, section, article, figure, aside {
  display: block;
}
/************************************************************
 * コンテンツ
 ************************************************************/
html, body {
  overflow-x: hidden;
}
.header {
  margin-bottom: 2px;
}
.footer {
  margin-top: 0;
}
.sitemap {
  display: none;
}
#contents_wrap {
  background-color: #c4941e;
  background-image: url("../img/back_img1.jpg");
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
  font-size: 18px;
}
#contents_wrap img {
  width: 100%;
  height: auto;
}
#contents_wrap a {
  color: #fff;
  text-decoration: none;
}
#contents_wrap a:hover {
  text-decoration: underline;
}
#contents_wrap a:visited {
  color: #ddd;
}
#contents_wrap .contents_area {
  max-width: 980px;
  height: auto;
  margin: 0px auto;
  padding-top: 50px;
  font-family: "メイリオ", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 170%;
}
#contents_wrap section {
  margin-bottom: 100px;
}
#contents_wrap .title-coty {
  text-align: center;
  font-size: 22px;
}
#contents_wrap .title-coty .caption-txt {
  margin: 50px 0 70px;
  line-height: 190%;
  letter-spacing: 0.1em
}
#contents_wrap .title-coty .kekka-btn {
  max-width: 320px;
  margin: 0 auto;
}
#contents_wrap .about-coty h3 {
  max-width: 752px;
}
#contents_wrap .about-coty h4 {
  margin: 40px 0 10px;
  font-size: 22px;
  line-height: 120%;
  border-bottom: solid 1px #fff;
}
#contents_wrap .archive-coty h3 {
  max-width: 214px;
}
#contents_wrap .archive-coty ul {
  margin-top: 30px;
}
#contents_wrap .archive-coty li {
  margin-top: 7px;
}
#contents_wrap .sns-btnPC {
  margin-top: 30px;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.25);
}
#contents_wrap .social-share {
  width: 980px;
  margin: 0 auto;
}
#contents_wrap .social-share li {
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .nav {
    margin-bottom: 0;
  }
  #contents_wrap {
    font-size: 14px;
    line-height: 1.6;
    background-position: bottom;
    margin-top: -10px;
    padding-top: 10px;
  }
  #contents_wrap section {
    margin-bottom: 50px;
  }
  #contents_wrap .contents_area {
    padding: 20px 10px 10px;
  }
  #contents_wrap h3 {
    margin-top: 50px;
    background-image: url("../img/hlogo_sp.png");
    background-repeat: no-repeat;
    padding-left: 55px;
    background-size: contain;
    font-size: 18px;
    line-height: 120%;
    height: 40px;
    padding-top: 5px;
  }
  #contents_wrap .title-coty {
    font-size: 14px;
  }
  #contents_wrap .title-coty .caption-txt {
    margin: 20px 0;
    line-height: 170%;
    letter-spacing: 0.1em
  }
  #contents_wrap .title-coty .kekka-btn {
    max-width: 270px;
  }
  #contents_wrap .about-coty h4 {
    font-size: 20px;
    line-height: 150%;
  }
  #contents_wrap .archive-coty h3 {
    font-size: 25px;
    line-height: 140%;
  }
  #contents_wrap .archive-coty li {
    margin-top: 12px;
  }
  #contents_wrap .sns-btnSP {
    margin: 0 0 20px;
    padding: 30px 0;
    background: rgba(255, 255, 255, 0.25);
  }
  #contents_wrap .sns-btnSP ul {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #contents_wrap .sns-btnSP ul li {
    margin: 0;
    height: auto;
    float: none;
  }
  #contents_wrap .sns-btnSP .fb-btn div {
    background: #1877f2;
    border-radius: 3px;
    height: 20px;
    padding: 3px 6px 0;
    font-size: 10px;
    display: block;
    box-sizing: border-box;
  }
  #contents_wrap .sns-btnSP .fb-btn a {
    display: block;
  }
  #contents_wrap .sns-btnSP .fb-btn a:hover {
    text-decoration: none;
  }
  #contents_wrap .sns-btnSP .fb-btn div img {
    width: 13px;
  }
  #contents_wrap .sns-btnSP .fb-btn div span {
    font-weight: bold;
    font-family: Helvetica, Arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
    vertical-align: top;
    padding-left: 4px;
    color: #fff;
  }
  #contents_wrap .sns-btnSP .mail-btn div {
    background: #ff9500;
    border-radius: 3px;
    font-size: 10px;
    text-align: center;
  }
  #contents_wrap .sns-btnSP .mail-btn img {
    margin: 2px 5px 0 0;
    width: 16px;
    height: auto;
  }
  #contents_wrap .sns-btnSP .mail-btn span {
    margin-top: 3px;
    vertical-align: super;
    display: inline-block;
  }
  #contents_wrap .sns-btnSP .mail-btn a {
    padding: 0 5px;
    font-weight: bold;
    color: #fff !important;
    display: block;
    height: 20px;
  }
  #contents_wrap .sns-btnSP .mail-btn a:hover {
    text-decoration: none;
    background: #FFA426;
    border-radius: 3px;
  }
}