 .bread_crumb{
  width: auto !important;
}
 body {
 	font-family: HGPSoeiPresenceEB;
 }
 .campaign_wrapper {
 	width: 100%;
 	margin: 0 auto;
 }
 .header_bg {
 	position: relative;
 }
 .header_text {
 	position: absolute;
 	top: 10px;
 	right: 45px;
 }
.title{
    position: absolute;
 	top: 10px;
    left:20px;
	background-image: url(../images/campaign_title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}
.inner_title1{
    margin:43px 50px 0 50px;
    font-size: 48px;
}
.inner_title2{
    margin: 0 10px 10px 0;
    font-size: 24px;
    text-align: right;
}
.new_model{
    position: absolute;
 	top: 25%;
    left:50%;
    background-color:#ee2d2e;
    color: white;
    font-size:65px;
    padding:22px 10px 20px 20px;
    transform: translate(-50%, -50%) skewY(-5deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) skewY(-5deg) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) skewY(-5deg) translate3d(0, 0, 0);
}
.yoshimura_name{
    position: absolute;
    bottom: 33%;
    left:18%;
	background-image: url(../images/photo_rectangle2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0;
    color: white;
    font-size: 20px;
    padding: 10px;
}
.suzuki_name{
    position: absolute;
    bottom: 33%;
    right: 18%;
	background-image: url(../images/photo_rectangle2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 20px;
    padding: 10px;
}
 .black_rectangle {
 	font-size: 18.86px;
 	background-color: #333;
 	border-radius: 20px;
 	padding: 10px 18px;
 	color: #fff;
 display: inline-block;
 }
 .orange_rectangle {
 font-family: HGPSoeiKakugothicUB;
 	font-size: 22.64px;
 	background-color: #ff781e;
 	border-radius: 25px;
 	padding: 18px 10px;
 display: table;
    margin: 0 0 0 200px;
 	color: #fff;
 }
 .list ul {
 	list-style-image:url("../images/list_arrow.png");
 	font-size: 18.47px;
 	font-family: HGPGothicM;
 	margin-left: 13%;
 	color: #4a4a4a;
 }
 .list li {
 	margin-bottom: 10px;
 }
 .list li span {
 	background-color: #ee2d2e;
 	color: white;
 }
 .cmpbk {
 	width: 100%;
 }
.off_bg {
	background-image: url("../images/black_background.png");
    height: 430px; 
    background-size: 100% 100%;
}
.strikethrough{
    text-decoration: line-through;
}
.off_bg p {
	margin: 0;
}
.first_off {
	width: 80%;
	margin: 0 auto;
	padding-top: 30px;
	color: white;
}
.left_off {
	height: auto;
	background-color: #ee2d2e;
	font-size: 36px;
display: inline-block;
}
.left_off p{
   padding: 13px;
}
.middle_off {
    height: auto;
	border:2px solid #ee2d2e;
    font-size: 28px;
    font-family: HGMinchoE;

}
.middle_off p {
	margin:10px 0 10px 15px;
}
.right_off {
	height: auto;
	font-size: 24px;
	background-color: #ee2d2e;
	float: right;
}
.right_off p {
	margin: 10px 15px;
}
.second_off {
	width: 70%;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
	color: white;
    clear:both;
}
.second_left {
 width: 68%;
 float:left;
 font-weight: 30px;
 margin-top: 10px;
 font-size: 36px;

}
.second_left p {
    -webkit-text-stroke-width: 1.0px;
    -webkit-text-stroke-color: #ee2d2e;
    text-align: right;
    margin:0 0 35px 0;
}
.button {
    font-size: 30px;
    background-color: #ee2d2e;
    border: 1px solid #c5a204;
    padding: 10px 15px;
    color: #FFFFFF;
    white-space: nowrap;
    width: 250px;
}
.button a {
    color: #fff;
}
.second_left .button{
    float:right;
}
.remark a{
    width: 300px;
    display: block;
    margin: 0 auto;
}
.second_left a{
    display: block;
    float:right;
}
.second_right {
 width: 30%;
 float: right;
}
.second_right img {
	width: 100%;
    margin: 25px 0 0 0;
}
.banner_block {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.banner_title {
  width: 80%;
  margin: 0 auto;

}
.banner_title img {
	width: 100%
}
.small_triangle {
	margin-left: 8px;
}
.banner_text {
 width: 100%;
}
.banner_text p {
	font-size: 20px;
	margin: 20px auto;
	text-align: center;
	/*font-family: HGPSPEB;*/
}
.banner_sign {
	float: right;
	margin-top:-13px;
 position: absolute;
    right: 0;
    top: 0;
}
}
/* user_block */
.user_wrapper {
	width: 95%;
	margin: 0 auto;
}
.user_block {
	width: 100%;
	display: flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19-  */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    padding:20px 0 0 0;
}
.user_block .user {
	width: 30%;
	margin-bottom: 10px;
	margin-left: 2%;
	position:relative;
	
}
.user img {
	width:100%;
}
.photo_rectangle2 {
 position: absolute;
 background-image: url("../images/photo_rectangle2.png");
 background-repeat: no-repeat;
 background-size:100% 100%;
 bottom: -2px;
 right: -2px;
}
.photo_rectangle2 p {
	padding: 19px 20px 20px 23px;
	margin: 0;
	color: white;
	font-size: 18px;
	/*font-family: HGPSPEB;*/
	font-family: HGMinchoE;
}
.two .photo_rectangle2 {
	width: 90%;
	background-size: 100% 100%;
	padding-top: 1px;
}
.two p {
	padding-left: 11px;
}

.five .photo_rectangle2   {
	width: 80%;
}
.four p {
}
.lower_background {
	margin-bottom: 10px;
	width: 87%;
	margin: 0 auto;
}
.lower_background img {
	width: 100%;
}
.lower_background_text {
 position: absolute;
 width:39%;
 margin-left: 10px;
 margin-top:5%;
 left: 30px;
z-index: 1;
}
.top_lower {
    width: 400px;
    transform: skewY(-4deg);
    background: #fe6f0f;
    padding: 18px 10px;
    font-size: 24px;
    color: #fff;
}
.bottom_lower {
      width: 454px;
      transform: skewY(-4deg);
      background: #ee2d2e;
      padding: 18px 10px;
      font-size: 24px;
      color: #fff;
      margin-left: 17px;
      margin-top: -9px;
}
.top_lower p,
.bottom_lower p {
	margin: 0;
}
.bottom_lower p {
	line-height: 32px;
}
.lower_banner {
	width: 35%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lower_banner img {
	width: 100%;
}

/*product block */
.product_block {
	width: 67%;
	margin: 0 auto;
}
.leather,
.leather_touch,
.sorieno {
  margin-bottom: 10px;
}
.poloshirt {
  margin: 20px 0 10px 0;
}
.poloshirt .rectangle,
.leather .rectangle {
   background-image: url("../images/leather_rectangle.png");
   background-repeat: no-repeat;
   height: 50px;
   background-position: right;
 }
 .poloshirt .rectangle p{
   margin: 0;
   padding: 9px 8px 0 14px;
   font-size: 28px;
   color: #c50004;
   float: right;
 }
 .leather .rectangle p {
   margin: 0;
   padding: 11px 10px 0 14px;
   font-size: 28px;
   color: #c50004;
   float: right;
 }
 .leather_touch .rectangle {
 	   background-image: url("../images/leathertouch_rectangle.png");
 	   background-repeat: no-repeat;
 	   height: 50px;
 }
 
 
 .leather_touch .rectangle p {
   margin: 0;
   padding: 12px 13px 0 10px;
   font-size: 28px;
   color: #c50004;
 }
 .sorieno .rectangle{
 	 	   background-image: url("../images/sorieno_rectangle.png");
   background-repeat: no-repeat;
   height: 50px;
 }
 .sorieno  .rectangle p {
   margin: 0;
   padding: 10px 0 0 11px;
   font-size: 28px;
   color: #c50004;
 }
 .product_inner {
 	display: flex;
 }
 .leather_touch .product_inner {
 	
 }
 .photo {
 	width: 100%;
 }
 .photo img {
 	width: 100%;
 }
 .Row {
 	display: table;
 	border: 1px solid #ee2d2e;
 	height: 78px;
 	margin:1% 0 2% 0;
 	table-layout: fixed;
 }

 .Row .Column1,.Column2,.Column3,.Column4 {
 	display: table-cell;
 	width: 23%;
 	text-align: center;
  vertical-align: middle;
 	font-size: 20px;

 }
 .Row p {
   margin: 5px 0;
 }
 .price {
 	width: 100%;
 }
 .lable {
 	font-size: 20px;
 	color: #363636;
 	
 }
 .price span {
 	line-height: 24px;
 }
 .Row span:first-child {
 	font-family: HGPGothicM;
 }
 .Row span:nth-child(2) {
 	text-decoration: line-through;
 }
 .red_dash {
 	margin: 0 10px 5px 0;
 }
 .Column4 span {
 	text-decoration: none !important;
 	font-size: 24px;
 }
 .row3{
 width:53%;
 }
 .Column4 {
 	
 	background-color:#ee2d2e;
 	color: white;
 	width: 31%;
 }

 .Column4 p {
 	
 }
 .Column1,
 .Column2,
 .Column3 {
 	position: relative;
 	width: 23%;
 }
 .Column1 div,
 .Column2 div
  {
 	border-right: 1px solid #ee2d2e;
    bottom: 0;
 }
.Column2,
.Column3 {
	word-break: break-word;
}
.remark1 {
	font-size: 18px;
	padding: 0 0 8px 0;
	margin: 0 auto;
	width: 89%;
	font-family: HGPGothicM;
}
.remark2 {
	font-size: 18px;
	margin-top:15px;
	margin: 0 auto;
	width: 89%;
	font-family: HGPGothicM;
	margin-bottom:10px;
}
.remark p {
	
}
.remark {
	width: 101%;
	margin: 0 auto;
}
.remark .button {
	color: #fff;
	margin: 0 auto;
}
.pc {
	display: block;
}
.sp {
	display:none;
}
@media (min-width: 1121px) and (max-width: 1280px) {
.new_model{
    font-size:55px;
}
.inner_title1{
    margin: 30px 122px 0 40px;
    font-size: 37px;
}
.inner_title2{
    margin:0 10px 10px 0;
    font-size: 15px;
    text-align: right;
}
}
@media (min-width: 768px) and (max-width: 1120px) {
.inner_title1{
    margin: 30px 122px 0 40px;
    font-size: 37px;
}
.inner_title2{
    margin:0 10px 10px 0;
    font-size: 15px;
    text-align: right;
}
.new_model{
    top:25%;
    font-size:45px;
}
.Row .Column1, .Column2, .Column3, .Column4{
  font-size:17px
}
.second_left p{
  font-size:30px;
  margin:0 0 20px 0;
}
.Column1 div, .Column2 div, .Column3 div{
    margin: 0;
}
}
@media (min-width: 481px) and (max-width: 768px) {
.new_model{
    top:25%;
    font-size:35px;
}
.second_left p{
  font-size: 28px;
  margin:0 0 20px 0;
}
.remark a{
    width: 240px;
}
	.header_text {
		right:30px
	}
	.black_rectangle {
		font-size: 13px;
		padding: 3% 4%;
	}
.title{
    position: absolute;
 	top: 5px;
    left:20px;
}
.inner_title1{
    margin: 30px 122px 0 40px;
    font-size: 23px;
}
.inner_title2{
    margin:0 10px 10px 0;
    font-size: 15px;
    text-align: right;
}
.yoshimura_name{
    bottom: 167px;
    left: 131px;
    font-size: 12px;
    padding: 10px;
}
.suzuki_name{
    bottom: 167px;
    right: 120px;
    font-size: 12px;
    padding: 10px;
}
	.orange_rectangle {
		font-size: 13px;
		padding: 3% 4%;
		margin: 0 0 0 100px;
	}
	.list ul {
		font-size: 14px;
		margin-left: 7%;
		list-style-image:url("../images/list_arrow_tb.png");
	}
	 .list li {
 	margin-bottom: 2px;
 }
  .off_bg {
  	height: 360px;
  }
 .left_off {
 	font-size: 29px;
 }
 .middle_off {
 	font-size: 22px;
 }
 .middle_off p {
 	margin: 7px 0 7px 5px;
 }
 .right_off {
 	font-size: 18px;
 }
 .second_off {
 	width: 80%;
 }
 .button {
 	font-size: 24px;
 	margin-top: 5px;
    padding: 10px 15px;
    width: 210px;
 }
 .second_right {
 	width: 28%;
 	float: right;
 }
 .second_right img {
 	width: 100%;
    margin: 21px 0 0 0;
 }
 .banner_text p {
 	font-size: 14px;
 	margin-top: 4%;
 }
 .banner_sign img {
 	width: 70%;
 }
 .photo_rectangle2 p {
 	font-size: 14px;
 	padding: 10px 5px 10px 18px;
 }
 .photo_rectangle2 {
 	width: 92%;
 	bottom: -4px;
 }
 .two .photo_rectangle2 {
 	width: 112%;
 	right: -14px;
 }
 .two .photo_rectangle2 p {
 	padding: 10px 0 10px 10px;
 }
 .four .photo_rectangle2 p {
 	padding: 10px 5px 10px 22px;
 }
 .five .photo_rectangle2 {
 	width: 92%;
 }
 .five .photo_rectangle2 p {
 	padding: 10px 0 10px 10px;
 }
 .lower_background_text {
 	left: 1%;
 }
 .top_lower {
 	font-size: 16px;
 	width: 266px;
 	padding: 12px 10px;
 }
 .bottom_lower {
 	font-size: 16px;
 	width: 296px;
 	padding: 10px 10px;
 }
 .bottom_lower p {
 	padding: 0;
 }
 .product_block {
 	width: 90%;
 }
 .lable {
 	font-size: 18px;
 }
 .price span {
 	line-height: 22px;
 }
 .Row {
 	height: auto;
 	margin: 0 0 1% 0;
 }
 .Row .Column1, .Column2, .Column3, .Column4{
 	font-size: 16px;
 }
.poloshirt .Column3{
 	height:47px;
 }
 .Column1 div,
.Column2 div,
.Column3 div
 {
	margin: 10% 0;
}
 .Column4 div {
 	margin-top:0;
 }
 .remark p {
 	font-size: 14px;
 }
 .remark .button {

 }
}
@media (min-width: 421px) and (max-width: 480px) {
.new_model {
    font-size: 25px;
 	transform:skewY(-5deg) translate3d(0, 0, 0);
    left:unset;
    right: 4%;
    top: 25%;
    padding:14px 5px 14px 14px;
}
}
@media only screen and (max-width: 420px) {
.new_model{
    font-size: 19px;
    left:unset;
    right: 4%;
    top: 27%;
    padding:14px 5px 14px 14px;
 	transform:skewY(-5deg) translate3d(0, 0, 0);
}
}
@media only screen and (max-width: 480px) {
.title{
    position: absolute;
 	top: 5px;
    left:5px;
}
.inner_title1{
    margin: 20px 109px 0 25px;
    font-size: 16px;
}
.inner_title2{
    margin:0 10px 10px 0;
    font-size: 14px;
    text-align: right;
}

.remark a{
    width: 180px;
}
	.row3{
	width:auto;
}
.yoshimura_name{
	font-size:10px;
    bottom: auto;
    top: 41%;
    left: 24%;
}
.suzuki_name{
	font-size:10px;
    right: 4%;
}
	.header_text {
		top: 66px;
		right: 0;
    z-index: 1;

	}
	.black_rectangle {
		margin: 0;
		font-size: 13px;
		margin-left: 6px;
	}
	.orange_rectangle {
		margin-left: 44px;
		font-size: 13px;
		padding: 3% 4%;
	}
	.list ul {
		margin: 0;
		font-size: 15px;
		width: 86%;
		margin: 0 auto;
	}
	 .list li {
 	margin-bottom: 0px;
 }
 .off_bg {
 	height: 290px;
 	background-image: url("../images/off_bg_sp.png");
 }

.first_off {
 	width: 95%;
 	height: auto;
 }
 .left_off {
 	font-size: 18px;
display: inline-block;
 }
 .left_off p {
 	padding: 8px;
 display: inline-block;
white-space: nowrap;
 }
 .middle_off {
 	font-size: 16px;
 }
 .middle_off p {
 	margin: 3px 0 10px 5px;
 	line-height: 22px;
 }
 .right_off {
 	font-size: 14px;
 }
 .second_off {
 	width: 100%;
 }
 .second_left {
 	font-size: 15px;
 	margin-top: 10px;
 	width: 69%;
 }
 .second_left p {
 	margin: 0;
	-webkit-text-stroke-width: 0.1px;
    margin-bottom: 10px;
 }
 .second_right {
 	width: 27%;
 	float: right;
 }
 .button {
 	font-size: 17px;
    width: 145px;
    padding: 5px 8px;
 }
 .small_triangle {
 	width: 5%;
 }
 .second_right img {
 	width: 100%;
    margin: 15px 0 0 0;
 }
 .banner_title {
 	width: 100%;
 }
 .banner_text p {
 	font-size: 12px;
 }
 .banner_sign {
 	width: 28%;
 	margin: 0;
 	float: left;
 }
 .banner_sign img {
 	width: 80%;
 }
 .user_block .user {
 	width: 48%;
 }
 .photo_rectangle2 p {
 	font-size: 9px;
 	padding: 7px 0 6px 9px;
 }
 .photo_rectangle2 {
 	width: 126px;
 	right: 2px;
 	bottom: 5px;
 }
 .two .photo_rectangle2 {
 	width: 156px;
 	right: 6px;
 }
 .two .photo_rectangle2 p {
 	padding: 7px 0 6px 4px;
 }
  .four .photo_rectangle2 p {
 	padding: 7px 0 6px 14px;
 	
 }
 .five .photo_rectangle2 {
 	width: 132px;
 	
 }
 .lower_background {
 	margin-left: 33px;
 }
 .lower_background_text {
 	width: 289px;
 	left: 0px;
 	margin-left: 5px;
 }
 .top_lower {
 	font-size: 14px;
 	width: 81%;
 	padding: 14px 12px;
 }
 .bottom_lower {
 	font-size: 14px;
 	width: 90%;
 	margin-left: 14px;
    padding: 12px 10px;
    margin-top: -2px;
 }
 .bottom_lower p {
 	padding: 0;
 	line-height: 22px;
 }
 .lower_banner {
 	width: 50%;
 	margin-top:10px;
 	margin-bottom:5px;
 }
 .photo {
 	margin-top: 10px;
 }
 .leather .rectangle {
   background-image: url("../images/leather_rectangle2_sp.png");
   height: 38px;
   background-position: 0;
 }
 .poloshirt .rectangle {
   background-image: url("../images/poloshirt_rectangle_sp.png");
   height: 38px;
   background-position: 0;
 }
.poloshirt .photo,
.leather .photo {
	margin-left: 3px;
}
.leather_touch .rectangle {
   
   background-image: url("../images/leathertouch_rectangle_sp.png");
   height: 38px;
    background-position:0;
}
.sorieno .rectangle {
   
   background-image: url("../images/sorieno_rectangle_sp.png");
   height: 38px;
  
}
.sorieno .photo {
	margin-left: 3px;
}
.poloshirt .rectangle p,
.leather .rectangle p{
	font-size: 18px;
	padding: 9px 0 0 8px;
	float:none;
}
.leather_touch .rectangle p,
.sorieno .rectangle p {
	font-size: 18px;
	padding: 9px 0 0 8px;
}
.poloshirt .rectangle p
.leather .rectangle p {
	float: none;
}
 .product_block {
 	width: 90%;
 }
 .product_inner {
 	flex-flow:column;
 }
 .lable {
 	font-size: 14.55px;
 }
 .price_content {
 	margin-top: 10px;
 }
 .price span {
 	line-height: 20px;
 }
 .poloshirt .product_inner,
 .leather .product_inner {
 	flex-flow: column-reverse;
 }
 .Row {
 	height: auto;
 	margin: 1% 0 2% 0;
 }
 .Row .Column1, .Column2, .Column3, .Column4{
 	font-size: 14px;
 	width: 80px;
 }
 .row3 .Column3 {
 	width: 80px;
 }
 .row3 .Column4{
 	width: 100px;
 }
 .Column4 span {
 	font-size: 18px;
 }
 .Column1 div,
.Column2 div,
.Column3 div
 {
	margin: 15% 0;
}
 .Column4 div {
 	margin-top:0;
 }
.poloshirt .Column3{
 	height:52px;
 }
.row1 .Column4,
.row2 .Column4 {
	width: 100px;
}
 .remark p {
 	font-size: 11px;
 }
 .remark1,
 .remark2 {
 	width:100%
 }
 .pc {
 	display: none;
 }
 .sp {
 	display: block;
 }
.user_block{
    padding: 0;
}

}