@charset "UTF-8";

#c_cdpb_top_2021 {
    width: 990px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

/*リンク*/
#c_cdpb_top_2021 a {
    text-decoration: none;
}

#c_cdpb_top_2021 .link_hover {
    text-decoration: none;
    transition: .4s;
}

#c_cdpb_top_2021 .link_hover:hover {
    opacity: .7;
    cursor: pointer;
}

/*ロゴ*/
#c_cdpb_top_2021 .c_cdpb_logo {
    margin-bottom: 16px;
	text-align: center;
}

#c_cdpb_top_2021 .c_cdpb_logo img {
    width: 184px;
    height: 124px;
}

/*タイトル*/
#c_cdpb_top_2021 h2 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 38px;
    text-align: left;
    margin-bottom: 50px;
}

#c_cdpb_top_2021 h2 span {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 16px;
    font-weight: normal;
    margin-left: 26px;
}

/*ボタン*/
#c_cdpb_top_2021 .btn_area {
    max-width: 290px;
    margin: 0 auto;
}

#c_cdpb_top_2021 a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    position: relative;
    background: #000000;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}

#c_cdpb_top_2021 a.btn::after {
    content: '';
    background: url(/ec/shop/images/campaign/c_cdpb_2021/top_icon_arrow_btn.png) no-repeat;
    display: inline-block;
    display: inline-block;
    background-size: 12px 18px;
    width: 12px;
    height: 18px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 12px;
}

/*MV*/
#c_cdpb_top_2021 .mv {
    position: relative;
    margin: 20px 0 58px;
}

/*MV pagination*/
#c_cdpb_top_2021 .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-bottom: 34px;
}

#c_cdpb_top_2021 .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

#c_cdpb_top_2021 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    border: solid 1px #a6a6a6;
    opacity: 1;
}

#c_cdpb_top_2021 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

#c_cdpb_top_2021 .swiper-pagination-bullet-active {
    background: #a6a6a6;
}

#c_cdpb_top_2021 .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

/*c_cdpb_intro*/
#c_cdpb_top_2021 .c_cdpb_intro {
    position: relative;
    margin-bottom: 40px;
}

#c_cdpb_top_2021 .intro_txt {
    position: absolute;
    top: 50%;
    left: 95px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#c_cdpb_top_2021 .intro_txt p {
    margin-bottom: 34px;
}

#c_cdpb_top_2021 .intro_txt p:last-of-type {
    margin-bottom: 24px;
}

/*category*/
#c_cdpb_top_2021 .category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

#c_cdpb_top_2021 .category .list_item01 a,
#c_cdpb_top_2021 .category .list_item02 a {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 22px;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: normal;
    width: 475px;
    height: 120px;
    position: relative;
    margin-bottom: 40px;
}

#c_cdpb_top_2021 .category .list_item01 a,
#c_cdpb_top_2021 .category .list_item02 a {
    display: flex;
    align-items: center;
    padding-left: 26px;
    color: #000;
    box-sizing: border-box;
}

#c_cdpb_top_2021 .category .list_item01 a:link,
#c_cdpb_top_2021 .category .list_item02 a:link {
    color: #000;
}

#c_cdpb_top_2021 .category .list_item01 a {
    background: url(/ec/shop/images/campaign/c_cdpb_2021/top_category_img01_pc.jpg) no-repeat;
    background-size: contain;
}

#c_cdpb_top_2021 .category .list_item02 a {
    background: url(/ec/shop/images/campaign/c_cdpb_2021/top_category_img02_pc.jpg) no-repeat;
    background-size: contain;
}

#c_cdpb_top_2021 .category .list_item03,
#c_cdpb_top_2021 .category .list_item04 {
    width: 475px;
}

#c_cdpb_top_2021 .category .list_item03 a,
#c_cdpb_top_2021 .category .list_item04 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    position: relative;
    background: #000000;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    transition-duration: 0.3s;
}

#c_cdpb_top_2021 .category .list_item03 a::after,
#c_cdpb_top_2021 .category .list_item04 a::after {
     content: '';
    background: url(/ec/shop/images/campaign/c_cdpb_2021/top_icon_arrow_btn.png) no-repeat;
    display: inline-block;
    display: inline-block;
    background-size: 12px 18px;
    width: 12px;
    height: 18px;
    font-weight: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 12px;
}

/*新着、ブランドからのおすすめ*/
#c_cdpb_top_2021 .slider_cont {
    margin-bottom: 110px;
}

#c_cdpb_top_2021 .slider_cont a p {
    color: #000;
}

#c_cdpb_top_2021 .slider_cont a p span {
    font-weight: bold;
    color: #000;
}

/*swiper-pagination 矢印*/
#c_cdpb_top_2021 .swiper-button-next {
    right: 0;
}

#c_cdpb_top_2021 .swiper-button-next,
#c_cdpb_top_2021 .swiper-button-prev {
    color: #000;
}

#c_cdpb_top_2021 .swiper-button-prev {
    left: 0;
}

#c_cdpb_top_2021 .swiper-button-next:after,
#c_cdpb_top_2021 .swiper-button-prev:after {
    font-size: 5vw;
}

#c_cdpb_top_2021 .swiper-button-prev,
#c_cdpb_top_2021 .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 22px;
    /* ボタンの幅 */
    height: 36px;
    /* ボタンの高さ */
    /*background-size: 27px 54px;  背景画像としてのサイズ（＝表示したい画像サイズ） */
    margin-top: -60px;
    /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
}

/* 次ページボタンのスタイル */
#c_cdpb_top_2021 .swiper-button-next {
    background-image: url(/ec/shop/images/campaign/c_cdpb_2021/top_icon_arrow_swiper.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* 前ページボタンのスタイル */
#c_cdpb_top_2021 .swiper-button-prev {
    background-image: url(/ec/shop/images/campaign/c_cdpb_2021/top_icon_arrow_swiper.png);
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    background-size: contain;
    /* 左右反転 */
}

#c_cdpb_top_2021 .swiper-button-prev:after,
#c_cdpb_top_2021 .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    display: none;
}

#c_cdpb_top_2021 .swiper-button-prev:after,
#c_cdpb_top_2021 .swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}

#c_cdpb_top_2021 .swiper-button-next:after,
#c_cdpb_top_2021 .swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}

/*クローズアップ*/
#c_cdpb_top_2021 .unit {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 60px;
}

#c_cdpb_top_2021 .unit:last-of-type {
    margin-bottom: 0;
}

#c_cdpb_top_2021 .unit .unit_left_col {
    width: 476px;
    margin-right: 40px;
}

#c_cdpb_top_2021 .unit .unit_right_col {
    width: 474px;
}

#c_cdpb_top_2021 .unit .description_col {
    margin-top: 2px;
}

#c_cdpb_top_2021 .unit .description_col:nth-of-type(n + 2) {
    margin-top: 18px;
}

#c_cdpb_top_2021 .unit .copy {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.7em;
}

#c_cdpb_top_2021 .unit .description_col .txt02 {
    font-weight: bold;
    margin-top: 10px;
}

#c_cdpb_top_2021 .unit .description_col .txt03 {
    margin-top: 4px;
}

#c_cdpb_top_2021 .unit .description_col .btn_area {
    margin: 14px 0 0;
}



/* ID連携*/

#c_cdpb_top_2021 #d_main{
	float: none;
	width: 990px;
}




#c_cdpb_top_2021 .cdpb_id_content{
	margin: 50px auto 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


#c_cdpb_top_2021 .cdpb_id_content .graybg {
	background-color: #ccc;
	padding-top: 50px;
}



#c_cdpb_top_2021 .cdpb_id_content .h1{
	font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
}




#c_cdpb_top_2021 .cdpb_id_content .h3{
	font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}


#c_cdpb_top_2021 .cdpb_id_content .txt{
	font-size: 16px;
    text-align: center;
}

#c_cdpb_top_2021 .cdpb_id_content .red{
	color: red;
	font-size: 24px;
}



#c_cdpb_top_2021 .cdpb_id_content .button_area{
	text-align: center;
    padding: 50px 0;
}

#c_cdpb_top_2021 .regist .button_area{
	padding: 0 0 50px 0;
}



#c_cdpb_top_2021 .cdpb_id_content .button_area .already{
	color: red;
	margin-bottom: 10px;
}


#c_cdpb_top_2021 .cdpb_id_content .black-button input{
	  height: 46px;
	  width: 290px;
	  background: black;
	  color:white;
	  text-align:center;
	border-radius: 0;
	border: none;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#c_cdpb_top_2021 .regist .black-button{
	  height: 46px;
	  width: 290px;
	  background: black;
	  margin: 50px auto 0;
	  position: relative;
}

#c_cdpb_top_2021 .regist .black-button a{
	  height: 100%;
	  width: 100%;
	  color:white;
	  text-align:center;
	  display: flex;
	align-items: center;
	justify-content: center;
}



#c_cdpb_top_2021 .cdpb_id_content .black-button input:hover,
#c_cdpb_top_2021 .cdpb_id_content .black-button a:hover{
	  opacity: .7;
}




#c_cdpb_top_2021 .cdpb_id_content .gray-button input{
		  height: 46px;
		  width: 290px;
		  background: gray;
		  color:white;
		  text-align:center;
	      border-radius: 0;
	     border: none;
}


#c_cdpb_top_2021 .cdpb_id_content .button_area img.ico_blank_wht{
    position: absolute;
	margin: 8px 0px 0px 210px;
	width: auto;

}

#c_cdpb_top_2021 .regist .button_area img.ico_blank_wht{
    position: absolute;
	margin: 0px 0px 0px 220px;
	width: auto;

}


#c_cdpb_top_2021 .cdpb_id_content .wrapper {
		  height: 400px;
		  width: 900px;
		  margin: 50px auto;
		  overflow-y: scroll;
	      border: 1px solid #ccc;
	      padding: 40px;
}


#c_cdpb_top_2021 .cdpb_id_content .footnote{
	text-align: left;
    margin-bottom: 50px;
}


#c_cdpb_top_2021 .cdpb_id_content .attention{
	text-align: left;
    margin: 50px auto;
	padding: 50px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}


#c_cdpb_top_2021 .cdpb_id_content .form_area{
	margin: 50px auto;
	padding: 50px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}



#c_cdpb_top_2021 .cdpb_id_content .atth3{
	text-align: left;
    font-size: 18px;
	margin-bottom: 20px;
}



#c_cdpb_top_2021 .regist .form_cont {
	  margin: 50px auto;
}


#c_cdpb_top_2021 .regist .form_cont .form_inner  tr th {
	  padding: 1em 1em 1em 3em;
	  width: 300px;
}


#c_cdpb_top_2021 .regist .form_cont .form_inner  tr td {
	  padding: 1em;
	  width: 690px;
}


#c_cdpb_top_2021 .regist .form_cont .form_inner  tr td input {
	  padding: 1em;
	  border-radius: 0;
}

#c_cdpb_top_2021 .regist .form_cont .form_inner  tr td input.cpb-account-id {
	  margin-top: 49px;
}



#c_cdpb_top_2021 .regist .form_cont .form_inner .cpb-account {
	  width: 300px;
	height: auto;
	border: 1px solid #ccc;
	margin: 0 0 0 10px;
}



#c_cdpb_top_2021 .cdpb_id_content .complete{
	margin: 0 auto 50px;
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


#c_cdpb_top_2021  .cdpb_id_content .cpb .complete_txt{
	margin: 0 auto 50px;
	font-size: 22px;
	text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


#c_cdpb_top_2021  .cdpb_id_content .cpb .btn_area_top{
	    max-width: 500px;
    margin: 0 auto;
}


#c_cdpb_top_2021  .cdpb_id_content .cpb .btn_area_top a.btn{
	height: 60px;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}





#c_cdpb_top_2021 .cdpb_id_content .black-button input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

#c_cdpb_top_2021 .cdpb_id_content .black-button input[type="submit"]::-webkit-search-decoration {
  display: none;
}

#c_cdpb_top_2021 .regist .button_area img.ico_blank_wht {
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}


/*https://st-shop.keionet.com/cart/index.html　カート*/

#c_cdpb_top_2021 .c_cdpb_cart .info {
	border: 1px solid #000;
	padding: 1em;
	margin: 0 auto 40px;
	width: 600px;

}


#c_cdpb_top_2021 .c_cdpb_cart .info p {
	font-size: 20px;
	font-weight: bold;

}



#c_cdpb_top_2021 .c_cdpb_cart .info_txt {
		margin-bottom: 40px;
}



#c_cdpb_top_2021 .c_cdpb_cart .info_txt p{
	font-size: 18px;

}


#c_cdpb_top_2021 .c_cdpb_cart .btn_area {
	margin-bottom: 40px;
}



#c_cdpb_top_2021 .c_cdpb_cart .footnote {
	margin: 0 auto 40px;
}






#c_cdpb_top_2021 .c_cdpb_cart .anc {
    border-bottom: 1px solid #000;
	color: #000;
}


#c_cdpb_top_2021 .c_cdpb_cart .anc:hover {
    text-decoration: none;
    transition: .4s;
	border-bottom: none;
	opacity: .7;
}


/*20231121 ブランドのご紹介・説明更新*/

/*new_intro*/
#c_cdpb_top_2021 .new_intro .intro_txt {
    right: -450px;
	left: 0;
	color: #fff;
}


#c_cdpb_top_2021 .new_intro .intro_txt .btn_area{
    border: 1px solid #fff;
}



