@charset "UTF-8";

#umbrella-20210422 {
    width: 990px;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#umbrella-20210422 *{
    box-sizing: border-box;
}

#umbrella-20210422 a {
    text-decoration: none;
}

#umbrella-20210422 .link_hover {
    text-decoration: none;
    transition: .4s;
}

#umbrella-20210422 .link_hover:hover {
    opacity: .6;
    cursor: pointer;
}



#umbrella-20210422 .section {
    margin-bottom: 30px;
}
#umbrella-20210422 .section:last-child {
    margin-bottom: 0;
}



/*MV*/
#umbrella-20210422 .mv_bottom_info {
    background-color: #ffdec0;
    color: #343434;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.47;
    padding: 16px;
}

#umbrella-20210422 .mv_bottom_info .normal {
    font-size: 18px;
    font-weight: normal;
}

#umbrella-20210422 .mv_bottom_info span {
    color: #ee763b;
    font-size: 18px;
}

#umbrella-20210422 .mv_bottom_info .txt_l_bk {
    font-size: 22px;
    color: #343434;
}

#umbrella-20210422 .mv_bottom_info .txt_l_or {
    font-size: 22px;
    color: #ee763b;
}

#umbrella-20210422 .mv_bottom_info .txt_s {
    font-size: 14px;
    color: #343434;
	font-weight: normal;
}






/* =============================================
ピックアップ
============================================= */

#umbrella-20210422 .pickup-wrap {
  background-color: #efffff;
  border-top: 8px solid #63c4d5;
  border-bottom: 8px solid #63c4d5;
  padding: 48px 40px 44px;
}


#umbrella-20210422 .bgnone {
  background-color: #fff;
  border: none;	
}



#umbrella-20210422 .pickup-ttl {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;	
  font-weight: bold;
  text-align: center;
  color: #212121;
margin-bottom: 27px;		
  	
}

#umbrella-20210422 .fuwacool-ttl .pickup-ttl-txt,
#umbrella-20210422 .pickup-ttl .pickup-ttl-txt {
position: relative;
text-align: center;	
}
	
	
#umbrella-20210422 .pickup-ttl .pickup-ttl-txt::before {
    content: "";
    display: inline-block;
    background-image: url(../../../images/campaign/20210422_umbrella/sun.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 46px;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: -60px;
}


#umbrella-20210422 .pickup-ttl .pickup-ttl-txt::after {
    content: "";
    display: inline-block;
    background-image: url(../../../images/campaign/20210422_umbrella/sun.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 46px;
    background-size: contain;
    position: absolute;
    top: -5px;
    right: -60px;
}


#umbrella-20210422 .pickup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}




#umbrella-20210422 .pickup-item a:hover{
  opacity: .6;
    cursor: pointer; }



#umbrella-20210422 .pickup-item .item-ttl{
  background-color: #46adc0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;	
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;  	
}



#umbrella-20210422 .pickup-item .thumb img {
  width: 420px; }


#umbrella-20210422 .pickup-item .item-txt {
  color: #010101;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 22px;
  background-color: #c3ebf2;
  padding: 16px;
  text-align: left;
  width: calc(100% - 420px);
}

#umbrella-20210422 .pickup-item .pick-link-btn {
    font-size: 24px;
    background-color: #fff;
    width: 281px;
    height: 56px;
    position: relative;
	border: 1px solid #46adc0;
	margin: 25px auto 0;
	border-radius: 5px;
}

#umbrella-20210422 .pickup-item .pick-link-btn a.pick-link-btn-inner {
    color: #46adc0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
	font-size: 16px;
	font-weight: bold;
}


#umbrella-20210422 .pickup-item .pick-link-btn .pick-link-btn-inner::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #46adc0;
    border-right: solid 1px #46adc0;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 13px;
}


/*ナビ*/
#umbrella-20210422 .navi {
    display: flex;
    justify-content: space-between;
    margin: 12px auto 60px;
}

#umbrella-20210422 ul li.nav_btn {
    background: url("../../../images/campaign/20210422_umbrella/navi_btn.png") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 328px;
    height: 54px;
}

#umbrella-20210422 li.nav_btn p {
    font-size: 18px;
    font-family: "Hiragino Kaku Gothic Std";
    color: #ffffff;
    font-weight: 500;
    text-shadow: -1px #808080;
}

#umbrella-20210422 ul li.nav_btn a {
    position: relative;
}

#umbrella-20210422 ul li.nav_btn a::after {
    content: "";
    background: url(../../../images/campaign/20210422_umbrella/navi_btn_arrow.png) no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 110%;
    right: 45%;
}

#umbrella-20210422 .navi li:first-of-type {
    width: 329px;
}

#umbrella-20210422 .navi li:nth-of-type(2) {
    width: 329px;
}

#umbrella-20210422 .navi li:nth-of-type(3) {
    width: 329px;
}

#umbrella-20210422 .navi li:nth-of-type(4) {
    width: 328px;
}


/*flexbox */

#umbrella-20210422 .items {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px auto 80px;
}

/*カテゴリーから選ぶ */
#umbrella-20210422 .cate_itemtext{
    background-color:#ffdec0;
    color: #ef0000;
    font-size:18px;
    font-weight: 600;
    padding:10px 0;
}

#umbrella-20210422 .cate_itemtext a{
    color: #ef0000;
}

#umbrella-20210422 .cate_itemtext a:hover{
    opacity:0.6;
}

#umbrella-20210422 ul li.cont_btn {
    background: url("../../../images/campaign/20210422_umbrella/ctg_btn.png") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 90px;
    position: relative;
}

#umbrella-20210422 ul li.cont_btn a {
    position: relative;
    width: 238px;
}

#umbrella-20210422 ul li::after {
    content: "";
    background: url(../../../images/campaign/20210422_umbrella/arrow.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 40%;
    right: 5px;
}


#umbrella-20210422 .a_non {
    padding-bottom: 0.5em;
}

#umbrella-20210422 li.cont_btn span {
    font-size: 14px;
    color: #ec6019;
    line-height: 1;
}

#umbrella-20210422 .items_c li:first-of-type,
#umbrella-20210422 .items_c li:nth-of-type(2),
#umbrella-20210422 .items_c li:nth-of-type(3),
#umbrella-20210422 .items_c li:nth-of-type(4) {
    margin-bottom: 16px;
}

/*ブランドから選ぶ */

#umbrella-20210422 .items_b::before{
  content:"";
  display: block;
  width:24%;
  order:1;
}
#umbrella-20210422 .items_b::after{
  content:"";
  display: block;
  width:24%;
}


#umbrella-20210422 .items_b li:nth-last-child(n + 5) {
    margin-bottom: 22px;
}


#umbrella-20210422 .item--name {
    margin-top: 10px;
    font-size: 14px;
}

#umbrella-20210422 .items_c p {
    font-family: "Hiragino Kaku Gothic Std";
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-shadow: 0px 1px 1px #ffffff;
}

/*価格から選ぶ */
#umbrella-20210422 ul li.price {
    background: url("../../../images/campaign/20210422_umbrella/kakaku_btn.png") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 324px;
    height: 90px;
}

#umbrella-20210422 ul li.price a {
    position: relative;
    width: 324px;
}

#umbrella-20210422 ul li.price a::after {
    content: "";
    background: url(../../../images/campaign/20210422_umbrella/arrow.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 28%;
    right: 18px;
}

#umbrella-20210422 li.price p {
    font-size: 24px;
    font-family: "Hiragino Kaku Gothic Std";
    color: #ffffff;
    font-weight: 500;
}

/*傘選び／修理について */

#umbrella-20210422 .navi_m {
    margin: 12px 1em 20px;
}

#umbrella-20210422 ul.navi_m li a p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background: #69c6ee;
    padding: 14px 12px 12px 12px;
    margin: 2vw 1px;
    border-radius: 2vw;
    text-shadow: 0px 1px 1px #000000;
}

#umbrella-20210422 .sub {
    text-align: left;
    padding-left: 15px;
}

/*　アイコンの見方 */
#umbrella-20210422 .icon-text {
    font-size: 28px;
    color: #028cb9;
    font-weight: bold;
    padding: 15px;
    margin: 1vw 1px;
    text-align: left;
}

#umbrella-20210422 h3 {
    background: url(../../../images/campaign/20210422_umbrella/midashi.png) no-repeat;
    background-position: bottom;
}


#umbrella-20210422 h3.ranking-sttl {
    background: url(../../../images/campaign/20210422_umbrella/midashi-s.png) no-repeat;
    background-position: bottom;
}


#umbrella-20210422 .sub {
    margin-top: 16px;
}

#umbrella-20210422 .icon-Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 24px auto 60px;
}

#umbrella-20210422 .aBox {
    display: flex;
    align-items: start;
    width: 31%;
    margin: 10px;
}

#umbrella-20210422 .aBox .img {
    border: 1px solid #cfcfcf;
}

#umbrella-20210422 .aBox .img > img {
    width: 70px;
    height: 80px;
}

#umbrella-20210422 .aBox .txt {
    text-align: left;
    padding-left: 10px;
}

/* サイズガイド */
#umbrella-20210422 .table {
    margin: 24px auto 60px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 942px;
}

#umbrella-20210422 .table,
#umbrella-20210422 .table th,
#umbrella-20210422 .table td {
    border: solid 2px #ffc082;
    background: #fff8f1;/*背景色*/
}

#umbrella-20210422 .table th,
#umbrella-20210422 .table td {
    padding: 10px;
}

#umbrella-20210422 .table th span,
#umbrella-20210422 .table td span {
    font-weight: normal;
}

#umbrella-20210422 .table th {
    text-align: center;
    background: #ffdec0;
}

#umbrella-20210422 .table .txt-r {
    text-align: left;
}

#umbrella-20210422 .size-text {
    color: #f68314;
    text-align: left;
    padding-left: 1.5vw;
    margin: -50px auto 30px;
}

#umbrella-20210422 .size-img {
    margin-bottom: 60px;
}

/* 傘の使い方 */
#umbrella-20210422 .txt-bold {
    margin-top: 24px;
    font-weight: bold;
    text-align: left;
}

#umbrella-20210422 .txt-blue {
    color: #028cb9;
}

#umbrella-20210422 .howto-attend {
    padding: 20px;
    background: #eef7fc;
    margin-bottom: 60px;
}

#umbrella-20210422 .howto-attend .float-left {
    float: left;
    margin-right: 20px;
}

#umbrella-20210422 .howto-attend .txt-howto-attend {
    text-align: left;
}


#umbrella-20210422 .caution {
    color: #535353;
    font-size: 16px;
    text-align: left;
}

#umbrella-20210422 .caution li {
    padding-left: 1em;
    text-indent: -1em;
}

/* 修理サービス */
#umbrella-20210422 .repair-Box {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1vw auto 80px;
}

#umbrella-20210422 .repair-Box-text {
    text-align: left;
    width: 580px;
    padding-left: 1vw;
}

#umbrella-20210422 .text-indent {
    text-indent: 1em;
}

#umbrella-20210422 .repair-Box-img {
    width: 360px;
    margin-right: 1em;
}

/*一部お値下げ*/
#umbrella-20210422 .mv_wrapper {
    position: relative;
    overflow: hidden;
}

#umbrella-20210422 .ribbon_content {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

#umbrella-20210422 .ribbon {
    display: inline-block;
    position: absolute;
    padding: 13px 0;
    left: 0;
    top: 10px;
    width: 226px;
    text-align: center;
    font-size: 24px;
    line-height: 25px;
    font-weight: bold;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
    background: #ffdec0;
    color: #ee763b;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#umbrella-20210422 li.cont_btn span.icon_sale {
    font-size: 16px;
    display: inline-block;
    color: #ec6019;
    line-height: 1.3;
    font-weight: 600;
}

#umbrella-20210422 li.cont_btn span.icon_sale02 {
    font-size: 16px;
    display: inline-block;
    color: #ef0000;
    line-height: 1.3;
    font-weight: 600;
}

/* =============================================
終了ページ、すべての商品を見る
============================================= */
#umbrella-20210422 .end_info{
    background: #ffdec0;
    color: #343434;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.47;
    padding: 38px 16px;
    margin-bottom:50px;
}

#umbrella-20210422 ul li::after{
    background: none;
}

#umbrella-20210422 .link_btn{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px;
    width: 990px;
    height: 90px;
    text-align: center;
    text-decoration: none;
    background-color: #adadad;
    box-sizing: border-box;
    background: url(/ec/shop/images/campaign/20210422_umbrella/btn_allitem_bg02.png) no-repeat;
}

#umbrella-20210422 .link_btn a{
    font-size: 24px;
	font-weight: 500;
    /*color: #ed773b;*/
	color: #ffffff;
    text-shadow: 0px 1px 1px #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#umbrella-20210422 .link_btn a::after{
    content: "";
    background: url(../../../images/campaign/20210422_umbrella/arrow.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 42%;
    right: 22px;
}

/*PC・SP表示非表示用*/
#umbrella-20210422 .pc {
    display: block;
}

#umbrella-20210422 .sp {
    display: none;
}









/* =============================================
フワクールホワイトシリーズの魅力
============================================= */

#umbrella-20210422 .fuwacool {
	border: none;

}

#umbrella-20210422 .fuwacool-ttl {
	font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #212121;
    margin-bottom: 10px;
}




#umbrella-20210422 .fuwacool-ttl .pickup-ttl-txt::before {
    content: "";
    display: inline-block;
    background-image: url(../../../images/campaign/20210422_umbrella/sun.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 46px;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: -60px;
}



#umbrella-20210422 .fuwacool-ttl .pickup-ttl-txt::after {
    content: "";
    display: inline-block;
    background-image: url(../../../images/campaign/20210422_umbrella/sun.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 46px;
    background-size: contain;
    position: absolute;
    top: -5px;
    right: -60px;
}



#umbrella-20210422 .fuwacool .pickup-ttl-txt-small {
　　　　font-weight: normal;
	   text-align: center;
	   margin-bottom: 27px;
}


#umbrella-20210422 .fuwacool .section .fuwacool_list {
    display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#umbrella-20210422 .fuwacool .section .fuwacool_list .fc_img {
    width: calc((100% - 10px) / 2);
}


#umbrella-20210422 .fuwacool .section .fuwacool_list .fc_img img {
    width: 100%;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #fcfcfc;
}



#umbrella-20210422 .fuwacool .section .fuwacool_list .fc_img:not(:nth-child(2n)) {
      margin-right: 10px;
}


#umbrella-20210422 .fuwacool .section .fuwacool_list .fc_img:nth-last-child(n + 3) {
      margin-bottom: 10px;
}


/* =============================================
インフォメーション
============================================= */

#umbrella-20210422 .info-area {
	width: 990px;
  margin:  30px auto;
	
}

#umbrella-20210422 .info-area .couponInner{
	background-color: #c3ebf2;
padding: 2rem;
outline: 3px solid #46adc0;
  outline-offset: -7px;	
}

#umbrella-20210422 .info-area .couponInner .coupon_ttl {
	  font-size: 22px;
	font-weight: bold;
	border-bottom: 2px dashed #46adc0;
	margin-bottom: 1rem;
}

#umbrella-20210422 .info-area .couponInner .coupon_ttl span {
	color: #ee763b;
	margin-right: 1rem;
}


#umbrella-20210422 .info-area .couponInner .coupon_txt span {
	font-weight: bold;
}

#umbrella-20210422 .info-area .couponInner .coupon_code {
     background-color: #fff;
	margin: 1rem auto ;
	padding: 1rem;
	width: 60%;

}


#umbrella-20210422 .info-area .couponInner .coupon_code .bold {
     font-size:24px;
	color: #ee763b;
	font-weight: bold;
}

#umbrella-20210422 .info-area .couponInner .coupon_txtsmall {
     font-size:14px;
	margin-top: 1rem;
}




/*商品ラインアップ*/

#umbrella-20210422 .lineup-ttl {
    margin-bottom: 0;
}


#umbrella-20210422 .lineup {
    padding-bottom: 22px;
	border-top: none;
	border-bottom: 8px solid #92d1ec;
}

#umbrella-20210422 .column4Wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    z-index: 2;
}


#umbrella-20210422 .column4Wrap .column4Box:not(:nth-child(4n)) {
    margin-right: 20px;
}




#umbrella-20210422 .column4Wrap .column4Box {
    width: calc((100% - 60px) / 4);
	margin-bottom: 20px;
}

#umbrella-20210422 .productBox {
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

#umbrella-20210422 .productBox dl {
    position: relative;
}


#umbrella-20210422 .productBox dl dt img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

#umbrella-20210422 .productBox dl dd {
    padding: 20px 10px;
}

#umbrella-20210422 .productBox dl dd p {
    font-size: 14px;
    padding: 0 0 10px 0;
	color: #1d95ab;
}


#umbrella-20210422 .productBox dl dd p.productPrice {
    font-size: 18px;
    font-weight: bold;
}


#umbrella-20210422 .productBox dl dd p.productPrice > .tax {
    font-size: 14px;
    letter-spacing: 0;
}


#umbrella-20210422 .detailLinkBtn {
    width: 90%;
    max-width: 200px;
    border-radius: 5px;
    border: 1px solid #1d95ab;
    height: 35px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1d95ab;
    position: relative;
}


#umbrella-20210422 .detailLinkBtn::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #1d95ab;
    border-right: solid 1px #1d95ab;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 13px;
}