@charset "utf-8";

/*===========================
ui5410 Last Update:2022/09/27
===========================*/
.ui5410{
background: #b51e1c;
padding-bottom: 56px;
}

.ui5410 .contentsInner{
background: #fff;
margin: 0 20px;
padding: 34px 20px 40px;
}

.ui5410 .mail_heading{
margin-bottom: 20px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
line-height: 1.3;
font-size: 2rem;
background-color: #eee;
padding: 10px;
}

.ui5410 .contentBlock{
border:1px solid #ccc;
}

/* title
------------------------------------- */
.ui5410 .title{
display: flex;
background: url("bg_top_mv.png") no-repeat;
background-size: contain;
margin-top: 5px;
}

.ui5410 .title h2{
padding: 46px 0 25px 77px;
}

.ui5410 .title .index{
align-self: flex-end;
background: #fff;
box-shadow: 5px 4px 12px rgba(0,0,0,0.4);
max-width: 508px;
margin: 0 0 77px 67px;
}

.ui5410 .title .indexHead{
display: flex;
justify-content: space-between;
background: #000;
padding: 10px 13px;
color: #fff;
font-size: 1.5rem;
font-weight: bold;
}

.ui5410 .title .indexHead span{
font-size: 1.3rem;
font-weight: normal;
text-align: right;
}

.ui5410 .title .indexList{
padding: 14px 22px;
}

.ui5410 .title .indexItem{
background: url("icon_top_index1.png") no-repeat left top 4px;
padding-left: 14px;
font-size: 1.2rem;
line-height: 1.8;
}


/* productsArea
------------------------------------- */
.ui5410 .productsArea{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0 10px;
}

.ui5410 .productsArea .product{
width: 32%;
margin-bottom: 20px;
border: 1px solid #cccccc;
border-radius: 3px;
padding: 15px 10px;
}

.ui5410 .productsArea .product.space{
border: none;
}

.ui5410 .productsArea .test{
display: flex;
}

.ui5410 .productsArea .productName{
font-size: 1.5rem;
font-weight: bold;
}

.ui5410 .productsArea .typeName{
margin-bottom: 15px;
font-size: 1.8rem;
font-weight: bold;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

.ui5410 .productsArea img{
max-width: 132px;
}

.ui5410 .productsArea .productBlock{
display: flex;
align-items: center;
min-height: 169px;
margin-bottom: 15px;
}

.ui5410 .productsArea .product .productBlock .office{
display: block;
padding: 2px;
border: 1px solid #2074C2;
color: #2074C2;
font-size: 85%;
width: 90px;
text-align: center;
margin-bottom: 3px;
}

.ui5410 .productsArea .product .productBlock .soku{
display: block;
padding: 2px;
border: 1px solid #00cc00;
color: #009900;
font-size: 85%;
width: 90px;
text-align: center;
}

.ui5410 .productsArea .productBuy{
margin-left: 15px;
}

.ui5410 .productsArea .productPrice{
color: #c00;
}

.ui5410 .productsArea .productPrice span{
display: inline-block;
font-size: 3rem;
line-height: 1.3;
}

.ui5410 .productsArea .product .spec{
background-color: #eee;
padding: 5px 10px;
}

.ui5410 .productsArea .estimate{
display: flex;
align-items: center;
justify-content: center;
position: relative;
background-color: #CC0000;
margin: 10px 0;
border-radius: 3px;
padding: 13px 27px;
color: #fff;
text-decoration: none;
font-size: 1.2rem;
width: 100%;
height: 40px;
}

.ui5410 .productsArea .estimate::before{
font-family: 'FontAwesome';
content: "\f105";
font-size: 2rem;
position: absolute;
top: 49%;
right: 10px;
transform: translateY(-50%);
}

.ui5410 .productsArea .estimate:hover{
opacity: 0.8;
}

.ui5410 .productsArea .productDescription{
align-items: flex-end;
}

/* 2021.11.02 追加 */
.ui5410 .productsArea img.cp,
.ui5410 .productsArea .balloon {
max-width: 100%;
}

.ui5410 .productsArea .balloon {
position: relative;
display: inline-block;
margin: 1.5em 0 1.5em 20px;
padding: 7px 10px;
min-width: 120px;
color: #555;
font-size: 14px;
font-weight:bold;
background: #e0edff;
}

.ui5410 .productsArea .balloon:before {
content: "";
position: absolute;
top: 50%;
left: -30px;
margin-top: -10px;
border: 10px solid transparent;
border-right: 20px solid #e0edff;
}


/* coupon
------------------------------------- */
.ui5410 .coupon {
background: #3475c5;
padding: 21px 15px 16px;
color: #fff;
text-align: center;
width: 98%;
margin: 0 auto 20px;
}

.ui5410 .coupon h3{
font-size: 1.8rem;
}

.ui5410 .coupon table,
.ui5410 .coupon table caption{
background: #ffffff;
color: #000;
}

.ui5410 .coupon .tableArea{
display: flex;
justify-content: space-between;
padding: 20px 0 10px;
}

.ui5410 .coupon table{
width: 49%;
}

.ui5410 .coupon table caption,
.ui5410 .coupon table th{
text-align: center;
}

.ui5410 .coupon table td{
width: 50%;
color: #e50000;
font-size: 2rem;
font-weight: bold;
}

.ui5410 .coupon table tr th:nth-child(1),
.ui5410 .coupon table tr td:nth-child(1){
border-right: solid 1px #bbb;
}

.ui5410 .coupon table th{
background: #000;
color: #fff;
}

.ui5410 .coupon .period{
font-size: 1.6rem;
}


/* banner
------------------------------------- */
.ui5410 .banner,
.ui5410 .bannerText{
text-align: center;
}

.ui5410 .banner a:hover{
opacity: 0.8;
}

.ui5410 .banner .outlet{
margin-bottom: 80px;
}

.ui5410 .bannerArea{
margin-top: 20px;
}

.ui5410 .banner a{
display: inline-block;
margin-bottom: 57px;
}

.ui5410 .bannerArea p:last-child{
margin-bottom: 0;
}

.ui5410 .bannerArea .bannerText{
margin-bottom: 5px;
}


/* margin
------------------------------------- */
.ui5410 .ml20 {
margin-left: 20px;
}

.ml10 {
margin-left: 10px;
}

.mr10 {
margin-right: 10px;
}

.mt40 {
margin-top: 40px;
}

.mb40 {
margin-bottom: 40px;
}


/* loginBlock
------------------------------------- */
.loginBlock {
padding: 20px;
text-align: center;
background: #ffffd0;
}

.loginBlock .loginBtn {
width:30%;
margin: 10px auto;
position: relative;
}

.loginBlock .loginBtn a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
height: 50px;
background: #FE860F;
border-radius: 5px;
text-decoration: none;
color: #fff;
font-size: 1.2rem;
font-weight: bold;
font-size: 120%;
}

.loginBlock .loginBtn a:after {
position: absolute;
right: 5px;
font-family: 'FontAwesome';
content: "\f105";
}

.loginBlock .loginBtn a:hover {
opacity: 0.8;
}

.positionLeft {
position: absolute;
top: -40%;
left: 100%;
}

.freeShipping {
position: relative;
display: inline-block;
margin: 1.5em 0 1.5em 18px;
padding: 7px 10px;
min-width: 220px;
max-width: 100%;
color: #555;
font-size: 16px;
background: #FFF;
border: dashed 2px #555;
box-sizing: border-box;
}

.freeShipping:before {
content: "";
position: absolute;
top: 24%;
left: -10px;
display: block;
width: 15px;
height: 15px;
border-top: 2px dashed #555;
border-right: 2px dashed #555;
transform: rotate(225deg);
background: #fff;
}

.freeShipping p {
margin: 0;
padding: 0;
background: -moz-linear-gradient(transparent 60%, #c7ddae 0%);
background: -webkit-linear-gradient(transparent 60%, #c7ddae 0%);
background: linear-gradient(transparent 60%, #c7ddae 0%);
font-weight: 600;
}

/* recommend
------------------------------------- */
.ui5410 .rec_title {
text-align: center;
font-size: 2rem;
font-weight: bold;
background: #fb48a3;
width: 1058px;
color: #fff;
padding: 10px 10px 5px 10px;
}

.ui5410 .recommendArea {
width: 1058px;
margin-bottom: 20px;
padding: 20px 10px 0 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background: #ffdcee;	
}

.ui5410 .rec_txt {
margin-bottom: 20px;
font-weight: bold;
background: #fb48a3;
border-radius: 3px;
width:32%;
}

.ui5410 .rec_point {
font-size: 1.8rem;
font-weight: bold;
background: #e60e7c;
padding: 10px 0;
text-align: center;
color: #fffa76;
margin-bottom: 15px;
}

.ui5410 .rec_txtInnner {
padding: 10px;
font-size: 1.6rem;
color: #fff;
}

.ui5410 .recommendArea .rec_txt .rec_txtInnner ul {
margin-bottom: 15px;
}

.ui5410 .recommendArea .rec_txt .rec_txtInnner li {
margin-bottom: 15px;
color: #333;
font-size: 1.8rem;
}

.ui5410 .recommendArea .rec_txt .rec_txtInnner li span {
color: #fff;
font-size: 1.6rem;
display: inline-block;
padding-left: 15px;
}

.ui5410 .productsArea .rec_product{
width: 32%;
margin-bottom: 20px;
border: 1px solid #cccccc;
border-radius: 3px;
padding: 15px 10px;
background: #fff;
}

.ui5410 .productsArea .rec_product .productBlock .office{
display: block;
padding: 2px;
border: 1px solid #2074C2;
color: #2074C2;
font-size: 85%;
width: 90px;
text-align: center;
margin-bottom: 3px;
}

.ui5410 .productsArea .rec_product .productBlock .soku{
display: block;
padding: 2px;
border: 1px solid #00cc00;
color: #009900;
font-size: 85%;
width: 90px;
text-align: center;
}

.ui5410 .productsArea .rec_product .spec{
background-color: #eee;
padding: 5px 10px;
}

@media screen and (max-width: 767px) {
.ui5410{
padding-bottom: 10px;
}

.ui5410 .pcBlock{
display: none;
}

.ui5410 .spBlock{
display: block;
}

.ui5410 .contentsInner{
margin: 0 10px;
padding: 34px 10px 40px; 
}

.ui5410 .mail_heading{
margin-bottom: 12px;
font-size: 2rem;
}


/* title
------------------------------------- */
.ui5410 .title{
flex-direction: column;
background: none;
text-align: center;
margin-top: 0;
}

.ui5410 .title h2{
padding: 0;
}

.ui5410 .title h2 img{
width: 100%;
}

.ui5410 .title .index{
align-self: center;
margin: 0 10px 25px;
}

.ui5410 .title .indexItem{
text-align: left;
}


/* productsArea
------------------------------------- */
.ui5410 .productsArea,
.ui5410 .productsArea .productBlock{
flex-direction: column;
}

.ui5410 .productsArea{
padding: 0;
}

.ui5410 .productsArea .product{
width: 93%;
margin: 0 auto;
margin-bottom: 20px;
}

.ui5410 .productsArea .product.space{
display: none;
}

.ui5410 .productsArea .productName{
margin-bottom: 10px;
}

.ui5410 .productsArea .productBuy{
margin-left: 0;
text-align: center;
}

.ui5410 .productsArea .productBuy .productName{
font-size: 1.8rem;
font-weight: bold;
}

.ui5410 .productsArea .product .spec{
background-color: #eee;
padding: 5px 10px;
}

.ui5410 .productsArea .balloon {
max-width: 100%;
margin: 1.5em 0 1.5em 00px;
}

.ui5410 .productsArea .balloon:before {
content: "";
position: absolute;
top: -10px;
left: 50%;
margin-left: -10px;
border: 10px solid transparent;
/*  border-bottom: 20px solid #e0edff; */
}


/* coupon
------------------------------------- */
.ui5410 .coupon{
width: 93%;
margin: 0 auto 20px;
}

.ui5410 .coupon .tableArea{
flex-direction: column;
}

.ui5410 .coupon table{
width: 100%;
margin-bottom: 20px;
}


/* banner
------------------------------------- */
.ui5410 .banner .outlet{
margin-bottom: 50px;
}
.ui5410 .bannerArea a{
margin-bottom: 30px;
}

.ui5410 .mb20 {
margin-bottom: 20px;
}


/* loginBlock
------------------------------------- */
.ui5410 .loginBlock .loginBtn {
width:80%;
}

.ui5410 .positionLeft {
position: static;
}

.ui5410 .freeShipping {
margin: 1.0em 0 0 0;
}

.ui5410 .freeShipping:before {
content: "";
position: absolute;
top: -10px;
left: 50%;
margin-left: -15px;
transform: rotate(315deg);
}

/* recommend
------------------------------------- */
.ui5410 .rec_title {
width: auto;
}

.ui5410 .recommendArea {
width: auto;
padding: 0;
}

.ui5410 .rec_txt {
width: auto;
margin: 20px 10px;
}

.ui5410 .rec_point {
margin-bottom: 10px;
}
	
.ui5410 .productsArea .rec_product{
width: 93%;
margin: 0 auto;
margin-bottom: 20px;
}

.ui5410 .productsArea .rec_product .spec{
background-color: #eee;
padding: 5px 10px;
}

}