@charset "utf-8";
/* CSS Document */
p, ul, li, div, a, img, table, tbody, th, td {
	margin: 0;
	padding: 0;
}
.t18-middle-split {
	margin: 0 auto;
	max-width: 1370px;
	background-color: #c00;
}
.split_cp_1904 {
	text-align: center;
	color: #000;
	font-size: 1.6rem;
	max-width: 100%;
}
.displayPC { display: block; }
.displaySP { display: none; }

@media screen and (max-width: 750px) {
	.split_cp_1904 {
		max-width: 100%;
    	padding: 0;
		font-size: 2.8rem;
	}
.displayPC { display: none; }
.displaySP { display: block; }
}

/*--------- common ---------*/
.common-button-area a {
	font-size: 2rem;
	width: 480px;
}
@media screen and (max-width: 750px) {
	.common-button-area a {
		font-size: 3rem;
		width: 75%;
	}
}

/*--------- cp_top ---------*/
#cp_top {
}
.t18-image-all {
	margin: auto;
    padding: 3% 0;
    width: 100%;
}
.t18-image-all img {
	width: 100%;
}
#cp_top p {
	color: #fff;
    font-size: 3rem;
    margin: 20px 0;
}
@media screen and (max-width: 750px) {
	.t18-image-all {
		padding: 4% 5% 2%;
		max-width: 100%;
	}
}

/*--------- cp_product ---------*/
#cp_product {
    padding: 0 50px;
}
.cp_product_areaWrap {
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.cp_product_areaWrap2 {
    display: flex;
    margin-bottom: 40px;
    width: auto;
}
.cp_product_area:nth-child(odd) {
    margin-right: 30px;
}
.cp_product_area h2.shop, .cp_product_area2 h2.shop, .cp_product_area3 h2.shop {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
}
.cp_product_area ul, .cp_product_area2 ul {
    display: flex;
    background: #fff;
    list-style: none;
    justify-content: space-between;
}
.cp_product_area3 ul {
    display: flex;
    background: #fff;
    list-style: none;
    flex-wrap: wrap;
}
.cp_product_area ul > li {
    text-align: center;
    padding: 0 20px;
}
.cp_product_area2 ul > li {
    text-align: center;
    padding: 0 20px;
    max-width: 25%;
}
.cp_product_area3 ul > li {
    text-align: center;
    padding: 0 20px;
    max-width: 25%;
}
.cp_product_area ul > li img, .cp_product_area2 ul > li img, .cp_product_area3 ul > li img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.item_code {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom:10px;
    display: block;
}
.item_name {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.2;
}
.item_code2 {
    font-size: 1.4rem;
    line-height: 1;
    display: block;
    padding-bottom: 20px;
}
.item_price {
    position: relative;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 45px 0 0;
    color: #fff;
    background: url("/campaign/sale_202004/images/cp_price_bgk.png") no-repeat top center;
    min-height: 85px;
    margin-bottom: 20px;
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0 -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}
.item_price::before {
    content: "定価";
    font-size: 1.4rem;
    padding-right: 8px;
    display: inline-block;
    color: #fff;
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0 -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}
.item_price2 {
    position: relative;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 46px 0 0;
    color: #fff;
    background: url("/campaign/sale_202004/images/cp_price_bgk.png") no-repeat top center;
    min-height: 85px;
    margin-bottom: 20px;
    text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000,
              0px 2px 0 #000,  0 -2px 0 #000,
              -2px 0 0 #000, 2px 0 0 #000;
}
.cp_minitxt {
    font-size: 12px;
}
.cp_hosoku {
    text-align: left;
    color: #fff;
    margin: 0 0 30px;
}
.detail {
    text-align: left;
    display: inline-block;
    max-width: 255px;
    padding-bottom: 20px;
}
.italic_txt {
    position: absolute;
    bottom: 10px;
    right: 55px;
    z-index: 5;
}
.italic_txt2 {
    position: absolute;
    bottom: 10px;
    right: 25%;
    z-index: 5;
}
.italic_txt img, .italic_txt2 img {
    width: 100%;
    height: auto;
}


@media screen and (max-width: 750px) {
#cp_product {
    padding: 0 20px;
}
.cp_product_areaWrap, .cp_product_areaWrap2 {
	width: 100%;
    display: block;
}
.cp_product_area:nth-child(odd) {
    margin-right: 0;
}
.spMgn {
    margin-top: 40px;
}
.cp_product_area ul, .cp_product_area2 ul, .cp_product_area3 ul {
    display: block;
}
.cp_product_area ul > li {
    padding-bottom: 20px;
}
.cp_product_area2 ul > li {
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.cp_product_area3 ul > li {
    padding-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.cp_product_area ul > li img, .cp_product_area2 ul > li img, .cp_product_area3 ul > li img {
    border-top: 1px solid #000;
    width: 100%;
    margin: 0 auto;
}

.item_code {
    font-size: 3.0rem;
    line-height: 1;
    margin-bottom:10px;
}
.item_name {
    font-size: 4.0rem;
    margin: 0 0 10px;
    line-height: 1.6;
}
.item_code2 {
    font-size: 3.0rem;
    line-height: 1;
    padding-bottom: 20px;
}
.item_price, .item_price2 {
    font-size: 6.4rem;
    line-height: 1;
    padding: 20px 0;
    text-decoration: line-through;
    background: #c00;
    margin-bottom: 20px;
}
.item_price::before {
    font-size: 4.2rem;
    padding-right: 12px;
}
.cp_minitxt {
    font-size: 24px;
}

.cp_hosoku {
    text-align: left;
    color: #fff;
    margin: 0 0 30px;
}
.detail {
    max-width: 100%;
    width: 100%;
}
.italic_txt, .italic_txt2 {
    display: none;
}
}



/*--------- cp_store_link ---------*/
#cp_store_link {
	background-color: #fff;
    text-align: center;
}
.cp_store_link_area {
	padding: 80px 0;
    font-size: 120%;
}
@media screen and (max-width: 750px) {
	.cp_store_link_area {
		padding: 60px 3%;
	}
	.cp_store_link_area p {
        font-size: 3.0rem;
		line-height: 1.5;
        text-align: left;
	}
}
