@charset "utf-8";
/* CSS Document */
p, ul, li, div, a, img, table, tbody, th, td {
	margin: 0;
	padding: 0;
}
.t18-middle-split {
	margin-top: 0;
	max-width: 1370px;
}
.split_campaign {
	color: #333;
	font-size: 1.6rem;
	max-width: 100%;
	margin: 0 20px;
}
.split_campaign img {
	width: auto;
	max-width: 100%;
}
section {
    width: 100%;
    margin: auto;
}
.split_campaign .t18-products-top-area-bottom-title-common::after {
	width:100%;
}

.finish {
    color: #c00;
    font-size: 3.5rem;
    margin: 150px auto;
}


.pc_only {
    display: block;
}

.sp_only {
	display: none;
}

@media screen and (max-width: 750px) {
	.split_campaign {
		max-width: 100%;
    padding: 0 2.666%;
		font-size: 3rem;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}

/*--------- link jump ---------*/

.campaign-link-jump {
	font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 45px;
}
.campaign-link-jump .campaign-link-jump-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.campaign-link-jump .campaign-link-jump-list li {
	display: inline-block;
	margin: 0 15px 15px 0;
}
.campaign-link-jump .campaign-link-jump-list li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #333;
	font-size: 1.6rem;
	border: 2px solid #666;
	padding: 5px 16px 5px 50px;
	transition: all .1s ease-in;
	z-index: 3;
}
.campaign-link-jump .campaign-link-jump-list li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
  bottom: 4px;
	left: 14px;
  margin: auto;
	width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
	transition: all .1s ease-in;
	z-index: 2;
}
.campaign-link-jump .campaign-link-jump-list li a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
  bottom: 0;
	left: 0;
  margin: auto;
	width: 36px;
  height: 34px;
	background-color: #666;
	transition: all .1s ease-in;
	z-index: -1;
}
.campaign-link-jump .campaign-link-jump-list li a:hover {
	color: #c00;
	border: 2px solid #c00;
}
.campaign-link-jump .campaign-link-jump-list li a:hover::before {
}
.campaign-link-jump .campaign-link-jump-list li a:hover::after {
	background-color: #c00;
}

@media screen and (max-width: 750px) {
.campaign-link-jump {
	font-size: 2.8rem;
}
.campaign-link-jump .campaign-link-jump-list li {
	display: block;
	margin-right: 0;
}
.campaign-link-jump .campaign-link-jump-list li a {
	font-size: 2.8rem;
	padding: 15px 30px 15px 80px;
	width: 100%;
	text-align: center;
}
.campaign-link-jump .campaign-link-jump-list li a::before {
	left: 28px;
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
.campaign-link-jump .campaign-link-jump-list li a::after {
	width: 74px;
	height: 72px;
}
}


/*--------- 商品リスト ---------*/

.t18-products-campaign-bottom {}
.t18-products-campaign-bottom > ul {
margin: 0 0 60px;
padding: 0;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1370px;
text-align: left;
}
.t18-products-campaign-bottom > ul li {
border: none
font-size: 1.6rem;
letter-spacing: -.2px;
line-height: 1.5;
list-style-type: none;
/* margin: 0; */
padding: 0px;
position: relative;
text-align: left;
width: 22%;
-webkit-transition: all .2s;
-moz-transition: all .2s;
-ms-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
opacity: 1;
}
.t18-products-campaign-bottom > ul li img {
width: 100%;
height: auto;
}
.t18-products-campaign-bottom > ul li:nth-child(n + 5) {
margin-top: 40px;
}
.t18-products-campaign-bottom > ul li dl {
margin: 0;
}
.t18-products-campaign-bottom > ul li dl dt{
font-size: 23px;
font-weight: bold;
margin-bottom: 5px;
}
.t18-products-campaign-bottom > ul li dl dd{
overflow-wrap: break-word;
word-break: break-all;
}
.price {
	font-weight: bold;
	font-size: 20px;
	color:#c00;
	margin: 10px 0px 10px;
}
.Product_no_explanation {
	font-size: 12px;
	color:#484848;
	margin-left: 0px;
}
.small-font {
	font-size:1.9rem !important;
	padding-bottom: 6px;
}
/* .empty:after {
    content: "";
    display: block;
    width: 22%;
} */

@media screen and (max-width: 750px) {
.t18-products-campaign-bottom {}
.t18-products-campaign-bottom > ul {
}
.t18-products-campaign-bottom > ul li {
	font-size: 2.8rem;
	margin: 0 0 20px 4%;
	width: 48%;
}
.t18-products-campaign-bottom > ul li img {
	width: 100%;
	height: auto;
}
.t18-products-campaign-bottom > ul li:nth-child(2n+1){
	margin: 0 0 20px 0;
}
.t18-products-campaign-bottom > ul li:nth-child(n + 4) {
	margin-top: 0px;
}
.t18-products-campaign-bottom > ul li:nth-child(2n+1){
	margin: 0 ;
}
.t18-products-campaign-bottom > ul li dl dt {
	font-size: 2.8rem;
}

.price {
	font-size: 2.5rem;
}

.Product_no_explanation {
	font-size: 2.3rem;
}
.small-font {
	font-size: 2.7rem !important;
	padding-bottom: 3px;
}
}


/*--------- お問い合わせ ---------*/
.sale_contact_area {
	font-size: 2rem;
	line-height: 1.6;
}
#sale_contact_2 {
	text-align: center;
	padding: 60px 5%;
  max-width: 950px;
  width: 96%;
  margin: 0 auto 40px;
	border: 1px solid #c00;
}

@media screen and (max-width: 750px) {
	.sale_contact_area {
		font-size: 2.4rem;
		line-height: 1.6;
	}
	#sale_contact_2 {
		width: 90%;
	}
}

/*--------- top ---------*/
.page-title-wrapper {
	background: url(../images/sale202206_top.jpg) left center repeat-x;
    display: flex;
    align-items: center;
	height: 200px;
	margin-bottom: 40px;
}
.page-title-wrapper h1 {
    font-size: 36px;
	max-width: 1220px;
	width: 100%;
	margin: auto;
	padding: 0 20px;
	text-align: left;
	color: #fff;
	text-shadow: 1px 2px 3px #303030;
}



/*--------- ピックアップ部分 ---------*/
.t18-products-campaign-pickup {
	width: 873px;
	margin: 0 auto;
}

.product_list  {
	display: block;
	text-decoration: none;
	font-size: 0;
	vertical-align: top;
	padding: 20px 0;
}
.product_img_area {
	position: relative;
	display: inline-block;
	width: 300px;
	margin-right: 40px;
}
.original {
	position: relative;
  padding: 15px;
  background-color: #c00;
  border-radius: 5px;
	display: inline-block;
	/* width: 136px; */
	height: 26px;
	line-height: 0;
	text-align: center;
	font-size: 1.2rem;
	margin-right: 8px;
	color: #fff;
}
.original::before{
	content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -10px;
  border-top: 12px solid #c00;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.product_img_area img {
	width: 100%;
}
.product_info_area {
	display: inline-block;
	width: auto;
	width : -webkit-calc(100% - 340px) ;
   	width : calc(100% - 340px) ;
	font-size: 1.6rem;
	vertical-align: top;
}
.product_info_area > dl dt {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product_description {
	color:#484848;
	line-height: 1.5;
	margin-left: 0;
}
.pickup_price {
	font-weight: bold;
	font-size: 20px;
	color:#c00;
	margin: 10px 0px 10px;

}
.taxt_top_mar {
	margin-top: 20px;
}

.product_detail_btn {
	width: auto;
	height: 50px;
	border: 2px solid #e5e5e5;
	text-align: center;
}
.product_detail_btn_top{
	font-size: 2rem;
	padding: 5px;
}
.product_detail_btn a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product_detail_btn a:hover {
	opacity: 0.6;
}
.product_detail_btn p {
	position: relative;
  display: inline-block;
  vertical-align: middle;
	margin: 0;
	height: 34px;
	line-height: 34px;
  color: #cc0001;
  text-decoration: none;
}
.forms-font form > button {
	font-size: 1.6rem;
}
.forms-font {
	border: none;
	padding: 0px;
	margin: 20px 0 0;
}
.campaign-detail-forms {
  margin-top: 10px;
}
.campaign-detail-forms form > select {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.8rem;
  margin: 0 auto 20px;
  padding: 15px 20px;
  width: 320px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: .01px;
  text-overflow: "";
  appearance: none;
  background-color: #FFF;
  background-image: url(/common/images/select_tri.png);
  background-repeat: no-repeat;
  background-size: 16.5px 15px;
  background-position: 96% 50%;
  display: block;
}
.campaign-detail-forms form > input,
.campaign-detail-forms form > button {
  background-color: #c00;
  background-image: url(/common/images/products_detail_parts01.gif);
	background-size: 8%;
  background-repeat: no-repeat;
  background-position: 95% center;
  border-width: 0 0 5px;
  border-style: solid;
  border-color: #a30101;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  float: none;
  font-size: 1.6rem;
  line-height: 0;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  padding: 0;
  position: relative;
}
.campaign-detail-forms_top form > input,
.campaign-detail-forms_top form > button {
	font-size: 2rem;
	background-size: 5%;
}

@media screen and (max-width: 750px) {
	.t18-products-campaign-pickup {
		width: 100%;
		padding: 0 2.666%;
	}

	.product_img_area {
		width: 100%;
		margin-right: 0;
	}
	.product_img_area img {
		border: 1px solid #ccc;
	}
	.original {
		width: auto;
		height: 50px;
		line-height: 18px;
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.product_info_area {
		width : 100%;
	}
	.product_info_area > dl dt {
		font-size: 3.6rem;
		line-height: 1.6;
		font-weight: bold;
	}
	.product_description {
		font-size: 2.3rem;
		margin: 0;
	}
	.pickup_price  {
		font-size: 3.6rem;
	}
	.taxt_top_mar {
		margin-top: 20px;
	}
	.product_detail_btn_top {
		font-size: 3rem;
	}.campaign-detail-forms form > button {
		font-size: 3rem;
		width: 100%;
		height: 80px;
		background-size: 7%;
	}
	.product_detail_btn {
		border: 4px solid #e5e5e5;
		height: 80px;
	}
	.product_detail_btn p {
		height: 70px;
		line-height: 70px;
	}
	.product_detail_btn p::after {
		width: 12px;
		height: 12px;
		border-top: 4px solid #cc0001;
		border-right: 4px solid #cc0001;
	}
	.campaign-detail-forms form > select {
    font-size: 3.0rem;
    width: 60%;
   }
	 .campaign-detail-forms form > input,
   .campaign-detail-forms form > input {
    font-size: 3.0rem;
    background-size: 6%;
   }
}
