@charset "Shift_JIS";
/*  非表示：見出し
    er 画像ver[.m-titleimg_]
    r テキストver[.m-title06_]
    e テキストver[.m-title01_]
================================================== */
.mainframe_ .m-titleimg_,
.mainframe_ .m-title06_,
.mainframe_ .m-title01_ {
  display: none;
}
/* --------------------------------------------------------------------
ハッピーサマーキャンペーンCSS（PC） / .happysummercp
---------------------------------------------------------------------*/
/* ページ内リンクのスクロール用 */
html {
  scroll-behavior: smooth;
}

/* アイコンはみ出し対処用 */
.mainframe_ {
  overflow: hidden;
}

/* フォントサイズ（デフォルト） */
#event_wrapper_top,
#event_wrapper_btm {
  font-size: 16px;
  line-height: 1.4;
}

#event_wrapper_top a:hover,
#event_wrapper_btm a:hover {
  text-decoration: none;
}

/* 下部コンテンツ終わりの余白 */
#event_wrapper_btm {
  margin: 0 0 80px 0;
}

/* ボタン 右矢印（＞） */
.happysummercp .btn_basic a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  width: 100%;
  max-width: 400px;
  height: 90px;
  margin: 0 auto;
  background: #222;
  border-radius: 60px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.happysummercp .btn_basic a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* fill_cover */
.happysummercp .fill_cover_wrap {
  position: relative;
  overflow: hidden;
}
.happysummercp .fill_cover {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.happysummercp .fill_cover .fill_cover_tx {
  font-weight: bold;
  text-shadow: 0px 0px 10px rgb(0 0 0);
}
.happysummercp .fill_cover .fill_cover_tx_b {
  font-weight: bold;
}

/* 共通：コンテンツタイトル（.title_box）
================================================== */
.happysummercp #kit .title_box,
.happysummercp #novelty .title_box {
  position: relative;
  padding: 40px 0 20px 0;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.happysummercp #kit .title_box .title,
.happysummercp #novelty .title_box .title {
  width: 100%;
  height: auto;
}
.happysummercp #kit .title_box .title {
  max-width: 200px;
  margin: 0 auto;
  aspect-ratio: 263 / 61;
  background: url("/contents/proper/beauty/event/happysummercp/2025/img/kit_title.png") center center / contain no-repeat;
}
.happysummercp #novelty .title_box .title {
  position: relative;
  max-width: 400px;
  margin: 30px auto 0 auto;
  aspect-ratio: 610 / 64;
  background: url("/contents/proper/beauty/event/happysummercp/2025/img/novelty_title.png") center center / contain no-repeat;
}

.happysummercp #kit .title_box .title > span,
.happysummercp #novelty .title_box .title > span:nth-of-type(2) {
  display: none;
}
.happysummercp #novelty .title_box .title > span:nth-of-type(1) {
  position: absolute;
  top: -30px;
  left: 0;
  color: #3196c6;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.happysummercp #kit .title_box .lead_txt,
.happysummercp #novelty .title_box .lead_txt {
  color: #3196c6;
  font-weight: bold;
  padding: 10px 0 0 0;
}

/* アイコン */
.happysummercp #kit .title_box .icon img,
.happysummercp #novelty .title_box .icon img {
  width: 100%;
  height: auto;
}
.happysummercp #kit .title_box .icon { width: 90px; position: absolute; top: -15px; left:0; z-index: 2; }
.happysummercp #novelty .title_box .icon { width:100px; ;position: absolute; top: -20px; left: -30px; z-index: 2; }

/* 上部パーツ
================================================== */
/* 背景 */
.happysummercp .bg {
  position: relative;
  margin: 0 0 50px 0;
  background:
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_sandal.png") 100.5% 5px / 100px auto no-repeat,
    #fff799;
}

/* キャッチコピー */
.happysummercp .catch_copy {
  position: absolute;
  top: -30px;
  color: #0a0a0a;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

/* ナビメニュー（#navi_menu）
================================================== */
.happysummercp #navi_menu {
  position: relative;
  z-index: 2;
}

.happysummercp #navi_menu ul {
  display: flex;
  justify-content: center;
  width: 820px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.happysummercp #navi_menu ul li {
  padding: 0 5px;
  width: 100%;
  max-width: 200px;
}

.happysummercp #navi_menu ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 70px;
  padding: 10px 0 15px 0;
  background: #3196c6;
  border: 1px solid #3196c6;
  border-radius: 3px;
}

.happysummercp #navi_menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: rotate(45deg);
}

/* マウスオーバー */
.happysummercp #navi_menu ul li a:hover {
  opacity: 1;
  color: #3196c6;
  background: #fff;
  border-color: #3196c6;
}
.happysummercp #navi_menu ul li a:hover::after {
  border-color: #3196c6;
}

/* キャンペーン（#campaign）
================================================== */
.happysummercp #campaign {
  position: relative;
  padding: 0 0 50px 0;
  margin: 40px 0 0 0;
  background:
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa04.png") -20px 10px / 160px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ice.png") 104% -36px / 190px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa02.png") -50px 35% / 150px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_suika.png") 108% 70% / 150px auto no-repeat,
    url(" /contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa03.png") -10px 104% / 144px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ball_p.png") 28% 99.5% / 60px auto no-repeat,
  #c5e2f2;
}

/* 背景(マスク) */
.happysummercp #campaign .mask {
  overflow: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");/*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: left bottom;
  mask-size: auto 100%;
  -webkit-mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
  -webkit-mask-size: auto 100%;
}
.happysummercp #campaign .mask {
  background:
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ice.png") 104% 24px / 190px auto no-repeat,
  #c5e2f2;
}

/* メインタイトル */
.happysummercp #campaign .campaign_title {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0 0 0;
}

.happysummercp #campaign .campaign_title img {
  width: 100%;
  height: auto;
}

.happysummercp #campaign .campaign_title > img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: -50px;
  width: 90px;
  height: auto;
}

/* コンテンツタイトル */
.happysummercp #campaign .title > span {
  display: none;
}

.happysummercp #campaign #campaign_sample .title {
  width: 100%;
  max-width: 418px;
  height: auto;
  margin: 0 auto 20px auto;
  aspect-ratio: 418 / 30;
  background: url("/contents/proper/beauty/event/happysummercp/2025/img/campaign_sample_title_pc.png") center center / contain no-repeat;
}

.happysummercp #campaign #campaign_coupon .title {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto 20px auto;
  aspect-ratio: 373 / 58;
  background: url("/contents/proper/beauty/event/happysummercp/2025/img/campaign_coupon_title_pc.png") 90px center / auto no-repeat;
}

.happysummercp #campaign #campaign_coupon .title img {
  width: 80px;
  height: auto;
}

/* 基本コンテンツBOX */
.happysummercp #campaign .inner {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 30px auto 0 auto;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  background: #fff;
}

.happysummercp #campaign .inner > .txt {
  color: #0a0a0a;
  letter-spacing: -0.02rem;
  padding: 0 0 15px 0;
}

.happysummercp #campaign .inner > .detail {
  color: #d9534f;
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
  background: #fcf8f2;
  border-radius: 3px;
  border: 1px solid #f2dede;
}

.happysummercp #campaign .inner > .detail span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* CP対象商品 */
.happysummercp #campaign .brand {
  padding: 0 0 15px 0;
}

.happysummercp #campaign .brand ul {
  display: flex;
}

.happysummercp #campaign .brand ul li {
  width: calc(100% / 2);
  padding: 10px 20px;
}
.happysummercp #campaign .brand ul li:nth-of-type(2) {
  border-left: 1px solid #ccc;
}

.happysummercp #campaign .brand img {
  width: 100%;
  height: auto;
}
.happysummercp #campaign .brand img:nth-of-type(1) { padding: 0 30%; }
.happysummercp #campaign .brand img:nth-of-type(2) { padding: 0 20%; }

.happysummercp #campaign .brand .name a {
  display: block;
  margin: 5px 0 0 0;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
}

.happysummercp #campaign .brand .txt {
  color: #0a0a0a;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

/* アイテムカテゴリー（#item_category_brand）
================================================== */
.happysummercp #item_category_brand {
  position: relative;
  background:#ffed5b;
  margin: 60px 0 0 0;
  padding: 0 0 80px 0;
}

/* 背景(マスク) */
.happysummercp #item_category_brand .inner {
  position: relative;
  background:#fff799;
  padding: 0 0 80px 0;
}
.happysummercp #item_category_brand .inner .mask_01,
.happysummercp #item_category_brand .inner .mask_02 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");/*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: left bottom;
  mask-size: auto 100%;
  -webkit-mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
  -webkit-mask-size: auto 100%;
}
.happysummercp #item_category_brand .inner .mask_01 {
  top: -60px;
  background:#fff799;
}
.happysummercp #item_category_brand .inner .mask_02 {
  bottom: 0;
  background:#ffed5b;
}

/* 基本リストボタン */
.happysummercp #item_category_brand .lead_txt {
  color: #3196c6;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 10px 0;
}

.happysummercp #item_category_brand ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.happysummercp #item_category_brand ul li {
  padding: 5px;
  width: 132px;
}

.happysummercp #item_category_brand ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 74px;
  padding: 0 0 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.happysummercp #item_category_brand ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: solid 1px #3196c6;
  border-bottom: solid 1px #3196c6;
  transform: translateY(-50%) rotate(-45deg);
}

/* マウスオーバー */
.happysummercp #item_category_brand ul li a:hover {
  opacity: 1;
  border-color: #3196c6;
}

/* リストボタン（ブランド） */
.happysummercp #item_category_brand ul.list_brand li {
  width: 200px;
}

.happysummercp #item_category_brand ul li img {
  width: auto;
  height: 100%;
  padding: 0 20px 0 0;
}

.happysummercp #item_category_brand ul.list_brand li a {
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.happysummercp #item_category_brand ul.list_brand li a::after {
  width: 10px;
  height: 10px;
}

/* ボタン：ブランドから探す */
.happysummercp #item_category_brand .btn_brand_search {
  padding: 40px 0 0 0;
}

.happysummercp #item_category_brand .btn_brand_search a {
  height: 70px;
  background: #3196c6;
  border: 1px solid #3196c6;
}

/* ボタン：人気ブランドのご購入特典を見る */
.happysummercp #item_category_brand .btn_all_campaign {
  padding: 15px 0 0 0;
}

.happysummercp #item_category_brand .btn_all_campaign a {
  height: 70px;
  background: #56afda;
  border: 1px solid #56afda;
}

/* マウスオーバー */
.happysummercp #item_category_brand .btn_brand_search a:hover,
.happysummercp #item_category_brand .btn_all_campaign a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.happysummercp #item_category_brand .btn_brand_search a:hover::after,
.happysummercp #item_category_brand .btn_all_campaign a:hover::after {
  border-color: #000;
}

/* 限定キット（#kit）
================================================== */
.happysummercp #kit {
  position: relative;
  padding: 0 0 70px 0;
  background:
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa04.png") -20px 10px / 160px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ice.png") 104% -36px / 190px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa02.png") -50px 20% / 150px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_suika.png") 108% 40% / 150px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa03.png") -10px 58% / 144px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa02.png") 106% 76% / 150px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa03.png") 77% 101% / 134px auto no-repeat,
  #c5e2f2;
}

/* 背景(マスク) */
.happysummercp #kit .mask {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");/*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: left bottom;
  mask-size: auto 100%;
  -webkit-mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
  -webkit-mask-size: auto 100%;
}
.happysummercp #kit .mask {
  background:
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ice.png") 104% 24px / 190px auto no-repeat,
  #c5e2f2;
}
/* 背景アイコン */
.happysummercp #kit::after {
  content: '';
  position: absolute;
  bottom: 4%;
  left: -40px;
  width: 150px;
  height: auto;
  aspect-ratio: 221 / 315;
  background: url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_suika.png") center center / contain no-repeat;
  transform: scale(-1, 1);
}

/* 基本の商品リストBOX */
.happysummercp #kit ul {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 820px;
  margin: 0 auto;
}

.happysummercp #kit ul li {
  position: relative;
  width: 390px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
  margin: 10px;
  padding: 20px;
}
.happysummercp #kit ul li:nth-of-type(1),
.happysummercp #kit ul li:nth-of-type(2) { margin-top: 0; }

.happysummercp #kit ul li .img {
  margin: 0 auto;
}

.happysummercp #kit ul li h3 {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02rem;
  margin: 0 0 10px 0;
}

.happysummercp #kit ul li span.icon_kintetsu,
.happysummercp #kit ul li span.icon_online,
.happysummercp #kit ul li span.icon_gentei {
  display: inline-block;
  font-size: 13px;
  padding: 0 10px;
  line-height: 22px;
  margin: 0 0 10px 0;
  color: #fff;
  border-radius: 20px;
}
.happysummercp #kit ul li span.icon_kintetsu { background: #164a95; }
.happysummercp #kit ul li span.icon_online { background: #d61519; }
.happysummercp #kit ul li span.icon_gentei { background: #3196c6; }

.happysummercp #kit ul li span.price {
  padding: 5px 0 0 0;
  display: inline-block;
  font-size: 20px;
}

.happysummercp #kit ul li span.c_red {
  color: #e60012;
}

.happysummercp #kit ul li span.mini {
  font-size: 12px;
  letter-spacing: 0.10rem;
  padding: 0 0 0 3px;
}

.happysummercp #kit ul li span.txt_release {
  display: inline-block;
  font-size: 16px;
  padding: 0 10px;
  color: #e60012;
}

.happysummercp #kit ul li .detail {
  font-size: 13px;
  margin: 0 0 20px 0;
  padding-left: 1em;
  text-indent: -1em;
}

/* ボタン：詳細・ご購入 */
.happysummercp #kit ul li .btn {
  border-radius: 3px;
}

.happysummercp #kit ul li .btn a {
  height: 50px;
  background: #e74c6d;
  border-radius: 3px;
}

/* ボタンの高さを合わせる */
.happysummercp #kit ul li {
  display: flex;
  flex-flow: column;
}

.happysummercp #kit ul li .btn {
  margin-top: auto;
}

/* BOX変更：5 */
.happysummercp #kit ul li:nth-of-type(5) {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 20px 20px 400px;
}

.happysummercp #kit ul li:nth-of-type(5) img {
  position: absolute;
  top: 20px;
  left: 20px;
}

.happysummercp #kit ul li:nth-of-type(5) .btn {
  margin: 0 20px 0 0;
}

/* ボタン：限定品をもっと見る */
.happysummercp #kit .btn_item_search {
  padding: 40px 0 0 0;
}

.happysummercp #kit .btn_item_search a {
  height: 70px;
  background: #3196c6;
  border: 1px solid #3196c6;
}

/* マウスオーバー */
.happysummercp #kit .btn_item_search a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.happysummercp #kit .btn_item_search a:hover::after {
  border-color: #000;
}

/* ノベルティー（#novelty）
================================================== */
.happysummercp #novelty {
  position: relative;
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  background:
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ball_o.png") 94% -20px / 90px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_flower.png") 2% 15% / 110px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_sunglasses.png") 96% 28% / 70px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_mizugi.png") 5% 64% / 120px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ukiwa01.png") 14% 108% / 160px auto no-repeat,
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_kai.png") 84% 78% / 50px auto no-repeat,
    url("	/contents/proper/beauty/event/happysummercp/2025/img/bg_img_sandal.png") 94% 101% / 90px auto no-repeat,
  #FFF798;
}

/* 背景(マスク) */
.happysummercp #novelty .mask {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");/*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: left bottom;
  mask-size: auto 100%;
  -webkit-mask-image: url("/contents/proper/beauty/event/happysummercp/2025/img/mask_img.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left bottom;
  -webkit-mask-size: auto 100%;
}
.happysummercp #novelty .mask {
  background:
    url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_ball_o.png") 94% 40px / 90px auto no-repeat,
    #fff799;
}
/* 背景アイコン */
.happysummercp #novelty::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 32%;
  width: 42px;
  height: auto;
  aspect-ratio: 1;
  background: url("/contents/proper/beauty/event/happysummercp/2025/img/bg_img_hitode.png") center center / contain no-repeat;
}

/* 基本リストボタン */
.happysummercp #novelty ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 580px;
  margin: 0 auto;
  font-size: 14px;
}

.happysummercp #novelty ul li {
  position: relative;
  width: calc((100% / 3) - 15px);
  margin: 5px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}

.happysummercp #novelty ul li a {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
}

.happysummercp #novelty ul li a .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 60px;
  line-height: 22px;
  background: #3196c6;
}

.happysummercp #novelty ul li a .logo {
  width: 130px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.happysummercp #novelty ul li a .logo img {
  width: 100%;
  height: auto;
}

.happysummercp #novelty ul li a .shop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  height: 30px;
}

.happysummercp #novelty ul li a .more {
  position: relative;
  color: #fff;
  background: #3196c6;
  font-size: 12px;
  line-height: 24px;
  margin: 10px 0 0 0;
}

.happysummercp #novelty ul li a .more::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* ボタン：人気ブランドコスメのご購入特典をもっと見る */
.happysummercp #novelty .btn_all_campaign {
  padding: 20px 0 0 0;
}

.happysummercp #novelty .btn_all_campaign p {
  color: #3196c6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 5px 0;
}

.happysummercp #novelty .btn_all_campaign a {
  height: 70px;
  background: #3196c6;
  border: 1px solid #3196c6;
  text-align: center;
}

.happysummercp #novelty .btn_all_campaign a > span {
  font-weight: normal;
}
.happysummercp #novelty .btn_all_campaign a > span > span {
  font-weight: bold;
}

/* マウスオーバー */
.happysummercp #novelty .btn_all_campaign a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.happysummercp #novelty .btn_all_campaign a:hover::after {
  border-color: #000;
}

/* 公式サイト・SNS（#official）
================================================== */
.happysummercp #official .title_box .title {
  position: relative;
  font-size: 30px;
  text-align: center;
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'ＭＳ 明朝', serif;
  width: 100%;
  margin: 0 auto 20px;
}

.happysummercp #official .title_box .title::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #888;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.happysummercp #official .title_box .title > span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  line-height: 1.4;
  padding: 0 2em;
}

.happysummercp #official .title_box .lead_txt {
  text-align: center;
}

/* 基本リストボタン */
.happysummercp #official ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 840px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.happysummercp #official ul li {
	width: calc(100% / 3);
	padding: 15px;
}
.happysummercp #official ul li:not(:first-of-type) { border-left: 1px solid #ccc; }

.happysummercp #official ul li a {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.happysummercp #official ul li .head_name {
	font-size: 13px;
	padding: 0 0 5px 0;
}
.happysummercp #official ul li.web .head_name { color: #134c91; }
.happysummercp #official ul li.instagram .head_name { color: #cf2f93; }
.happysummercp #official ul li.line .head_name { color: #07b53b; }

.happysummercp #official ul li .head_name::after {
	content: "";
	display: inline-block;
	background: url("/contents/shop/external/icon_link_v2.png") 0 0 / contain no-repeat;
	width: 12px;
	height: 14px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

.happysummercp #official ul li .name {
	font-weight: bold;
	margin-bottom: auto;
}

.happysummercp #official ul li .img {
	text-align: center;
	height: 140px;
	padding: 25px 0;
}
/*.happysummercp #official ul li:not(:first-of-type) .img { padding: 25px 0; }*/

.happysummercp #official ul li .img img {
	width: auto;
	height: 100%;
}

.happysummercp #official ul li .txt {
	color: #666666;
}