@charset "UTF-8";
.buzz_cosme {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
}
.buzz_cosme a {
  text-decoration: none;
}
.buzz_cosme a:hover {
  opacity: 0.7;
}
.buzz_cosme em {
  font-size: 2em;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}
.buzz_cosme sup {
  font-size: 1rem;
  vertical-align: super;
}

.for-PC .buzz_cosme p {
  font-size: 1.8em;
  line-height: 2;
}
.for-PC .buzz_cosme em {
  font-size: 1em;
}

.for-SP .buzz_cosme p {
  font-size: 2.66em;
  line-height: 2;
}

.mv {
  background-image: url(/special/buzz-cosme/images/bg_mv.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mv_ttl {
  width: 94%;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.mv_ttl img {
  width: 100%;
  height: auto;
}
.mv_text {
  margin-top: 40px;
  padding-bottom: 60px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.ankrArea {
  margin-top: 90px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ankrArea_cont_img {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 270px;
}
.ankrArea_cont_img img {
  width: 100%;
  height: auto;
}
.ankrArea_cont_link {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-radius: 25px;
  position: relative;
}
.ankrArea_cont_link a {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.ankrArea_cont_link::after {
  position: absolute;
  content: "";
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
}
.ankrArea .to_geruma {
  background-color: #feecd2;
}
.ankrArea .to_geruma .ankrArea_cont_link {
  background-color: #e12b2e;
}
.ankrArea .to_hahagiku {
  background-color: #ecf4d9;
}
.ankrArea .to_hahagiku .ankrArea_cont_link {
  background-color: #008842;
}
.ankrArea .to_orange {
  background-color: #fff4cd;
}
.ankrArea .to_orange .ankrArea_cont_link {
  background-color: #ee792c;
}
.ankrArea .to_keana {
  background-color: #eaf6fd;
}
.ankrArea .to_keana .ankrArea_cont_link {
  background-color: #05a5c6;
}
.ankrArea .to_keana .ankrArea_cont_link a {
  text-align: left;
  padding-left: 20px;
}
.ankrArea .note {
  grid-column: -2/-1;
  font-size: 0.875rem;
}

.detailtext {
  width: calc(90% - 60px);
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 60px 30px;
}
.detailtext span {
  display: block;
  font-size: 1rem;
}

.intrsns {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin-top: 80px;
}
.intrsns_ttl {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.intrsns_imgarea {
  margin-top: 45px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.geruma {
  margin-top: 80px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #feecd2;
}
.geruma_ttl {
  text-align: center;
  padding-top: 100px;
  position: relative;
}
.geruma_ttl_head {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
}
.geruma_ttl_head img {
  width: 100%;
  height: auto;
}
.geruma_ttl_main {
  margin-top: 10px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/special/buzz-cosme/images/img_bg_gerumattl.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.geruma_ttl_main h2 {
  color: #fff;
  text-align: center;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.geruma_ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 111px;
  height: 165px;
  top: 50px;
  left: 30px;
}
.geruma_ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 225px;
  height: 165px;
  top: 50px;
  right: 26px;
}
.geruma_kv {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.geruma_kv img {
  width: 100%;
  height: auto;
}
.geruma_img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.geruma_img img {
  width: 100%;
  height: auto;
}
.geruma .withicon a::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/hokahoka.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 86px;
  height: 94px;
  top: -25%;
  left: 5%;
}
.geruma_linkBtn {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
.geruma_linkBtn a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border: 4px solid #e12b2e;
  border-radius: 14px;
  background-color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  color: #e12b2e;
  position: relative;
}
.geruma_linkBtn a:first-child {
  margin-bottom: 40px;
}
.geruma_linkBtn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 5.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 7px solid #e12b2e;
}

.hahagiku {
  margin-top: 80px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #ecf4d9;
}
.hahagiku_ttl {
  text-align: center;
  padding-top: 115px;
  position: relative;
}
.hahagiku_ttl_head {
  width: 87%;
  margin-right: auto;
  margin-left: auto;
}
.hahagiku_ttl_head img {
  width: 100%;
  height: auto;
}
.hahagiku_ttl_main {
  margin-top: 20px;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/special/buzz-cosme/images/img_bg_hahagikuttl.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.hahagiku_ttl_main h2 {
  color: #fff;
  text-align: center;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.hahagiku_ttl_main span {
  color: #fff;
  font-size: 1.3rem;
  margin-left: 10px;
}
.hahagiku_ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 111px;
  height: 165px;
  top: 35px;
  left: 30px;
}
.hahagiku_ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 225px;
  height: 165px;
  top: 30px;
  right: 26px;
}
.hahagiku_kv {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.hahagiku_kv img {
  width: 100%;
  height: auto;
}
.hahagiku_img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.hahagiku_img img {
  width: 100%;
  height: auto;
}
.hahagiku .withicon a::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/hahagiku.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 86px;
  height: 94px;
  top: -18%;
  left: 5%;
}
.hahagiku_linkBtn {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
.hahagiku_linkBtn a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border: 4px solid #008842;
  border-radius: 14px;
  background-color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  color: #008842;
  position: relative;
}
.hahagiku_linkBtn a:first-child {
  margin-bottom: 40px;
}
.hahagiku_linkBtn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 5.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 7px solid #008842;
}

.orange {
  margin-top: 80px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #fef3cc;
}
.orange_ttl {
  text-align: center;
  padding-top: 120px;
  position: relative;
}
.orange_ttl_head {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
.orange_ttl_head img {
  width: 100%;
  height: auto;
}
.orange_ttl_main {
  margin-top: 20px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/special/buzz-cosme/images/img_bg_orangettl.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.orange_ttl_main h2 {
  color: #fff;
  text-align: center;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
.orange_ttl_main span {
  font-size: 1.3rem;
  color: #fff;
}
.orange_ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_04.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 111px;
  height: 141px;
  top: 35px;
  left: 30px;
}
.orange_ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_05.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 225px;
  height: 141px;
  top: 30px;
  right: 26px;
}
.orange_kv {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.orange_kv img {
  width: 100%;
  height: auto;
}
.orange_img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.orange_img img {
  width: 100%;
  height: auto;
}
.orange .withicon a::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/orange.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 110px;
  height: 93px;
  top: -31%;
  left: 5%;
}
.orange_linkBtn {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
.orange_linkBtn a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border: 4px solid #EE792C;
  border-radius: 14px;
  background-color: #fffff9;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  color: #EE792C;
  position: relative;
}
.orange_linkBtn a:first-child {
  margin-bottom: 40px;
}
.orange_linkBtn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 5.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 7px solid #EE792C;
}

.keana {
  margin-top: 80px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #eaf6fd;
}
.keana_ttl {
  text-align: center;
  padding-top: 113px;
  position: relative;
}
.keana_ttl_head {
  width: 91%;
  margin-right: auto;
  margin-left: auto;
}
.keana_ttl_head img {
  width: 100%;
  height: auto;
}
.keana_ttl_main {
  margin-top: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/special/buzz-cosme/images/img_bg_keanattl.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.keana_ttl_main h2 {
  color: #fff;
  text-align: center;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.keana_ttl::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_06.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 111px;
  height: 165px;
  top: 35px;
  left: 30px;
}
.keana_ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/img_bg_point_07.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 225px;
  height: 165px;
  top: 30px;
  right: 26px;
}
.keana_kv {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.keana_kv img {
  width: 100%;
  height: auto;
}
.keana_img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.keana_img img {
  width: 100%;
  height: auto;
}
.keana .withicon {
  margin-top: 90px;
}
.keana .withicon a::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(/special/buzz-cosme/images/keana.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 111px;
  height: 90px;
  top: -25%;
  left: 5%;
}
.keana_linkBtn {
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
.keana_linkBtn a {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border: 4px solid #199BBA;
  border-radius: 14px;
  background-color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  color: #199BBA;
  position: relative;
}
.keana_linkBtn a:first-child {
  margin-bottom: 40px;
}
.keana_linkBtn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: 5.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 7px solid transparent;
  border-left: 7px solid #199BBA;
}