@charset "UTF-8";
/* ============================================= */
/* 共通 */
/* ============================================= */
#p-umbrella {
  position: relative;
  top: 0;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  text-align: center;
  list-style: none;
}
#p-umbrella * {
  box-sizing: border-box;
}
#p-umbrella a {
  text-decoration: none;
}
#p-umbrella .u-db-pc {
  display: block;
}
#p-umbrella .u-db-sp {
  display: none;
}
#p-umbrella .u-dib {
  display: inline-block;
}
#p-umbrella .u-link-hover {
  text-decoration: none;
  transition: 0.4s;
}
#p-umbrella .u-link-hover:hover {
  cursor: pointer;
  opacity: 0.7;
}
#p-umbrella .u-m0a {
  margin: 0 auto;
}
#p-umbrella .u-mb0 {
  margin-bottom: 0;
}
#p-umbrella .u-w100 {
  width: 100%;
  height: auto;
}
#p-umbrella .u-text-center {
  text-align: center;
}
#p-umbrella .u-tdu {
  text-decoration: underline;
}
#p-umbrella .u-marker-underline {
  display: inline;
  padding: 0 8px 2px;
  margin-bottom: 30px;
  background: linear-gradient(to bottom, transparent 0 8px, rgba(255, 236, 172, 0.9) 8px 28px, transparent 28px 100%);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 30px;
  box-decoration-break: clone;
}

/* ============================================= */
/* 背景100vw表示 */
/* ============================================= */
#d_container {
  overflow: visible;
}
#d_container > .wrap {
  width: 100%;
  overflow: visible;
}

#d_topic_path {
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}

#d_layout {
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

/* ============================================= */
/* コンポーネント */
/* ============================================= */
/* セクション */
.c-umbrella-section {
  margin-bottom: 120px;
}
.c-umbrella-section:last-child {
  margin-bottom: 0;
}
.c-umbrella-section--buyer {
  margin-bottom: 80px;
}
.c-umbrella-section--select:not(:last-child) {
  margin-bottom: 70px;
}

.c-umbrella-section-secondary {
  margin-bottom: 30px;
}
.c-umbrella-section-secondary:last-child {
  margin-bottom: 0;
}

.c-umbrella-title-h2-wrap {
  margin-bottom: 25px;
}
.c-umbrella-title-h2-wrap--bg-blue {
  margin-bottom: 30px;
}
.c-umbrella-title-h2-wrap--bg-gray {
  margin-bottom: 40px;
}

.c-umbrella-title-h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 1.2;
  color: #03aacc;
  letter-spacing: 0.05em;
}
.c-umbrella-title-h2--small {
  font-size: 30px;
}
.c-umbrella-title-h2--info {
  color: #474747;
}

.c-umbrella-title-h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #03aacc;
  text-align: left;
  letter-spacing: 0.04em;
}
.c-umbrella-title-h3--border-bottom {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #03aacc;
  letter-spacing: 0;
  border-bottom: 3px solid #03aacc;
}
.c-umbrella-title-h3--pickup {
  margin-bottom: 20px;
}

/* コンテナ */
.c-umbrella-content-wrap {
  padding: 60px 0;
}
.c-umbrella-content-wrap--bg-blue {
  padding: 40px 0;
  background: url("/ec/shop/images/campaign/20260309_umbrella/bg-blue01.png") left top, linear-gradient(to left, #dbf8ff 0%, #f9ffe2 100%);
}
.c-umbrella-content-wrap--bg-gray {
  background-color: #fcfcfc;
}

.c-umbrella-inner {
  width: 990px;
  margin: 0 auto;
}
.c-umbrella-inner--small {
  padding: 0 45px;
}

.c-umbrella-body--small {
  padding: 0 20px;
}

/* ボタン */
.c-umbrella-button {
  margin-top: 10px;
}
.c-umbrella-button__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 50px;
  padding: 1px 15px 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #17b5d5;
  border-radius: 5px;
}
.c-umbrella-button__text:link {
  color: #fff;
}
.c-umbrella-button__text:visited {
  color: #fff;
}
.c-umbrella-button__text::after {
  position: absolute;
  top: 47%;
  right: 15px;
  width: 8px;
  height: 8px;
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translateY(-50%);
}

/* ============================================= */
/* 商品カード ワイド */
/* ============================================= */
.c-umbrella-goods-card__main {
  position: relative;
}
.c-umbrella-goods-card__item {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 20px;
  padding: 45px;
  background-color: #f5fffe;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
}
.c-umbrella-goods-card__item .c-umbrella-button {
  grid-column: 1/-1;
}
.c-umbrella-goods-card__title {
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  color: #03aacc;
  letter-spacing: 0.05em;
}
.c-umbrella-goods-card__description {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 1.56;
  color: #4a4a4a;
}
.c-umbrella-goods-card__detail-brand {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  color: #4a4a4a;
  text-indent: -0.6em;
}
.c-umbrella-goods-card__detail-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.56;
  color: #4a4a4a;
}
.c-umbrella-goods-card__detail-price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #4a4a4a;
}
.c-umbrella-goods-card__detail-price--small {
  font-size: 12px;
  font-weight: normal;
}
.c-umbrella-goods-card__btn {
  margin-left: 10px;
}
.c-umbrella-goods-card__btn-text {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #22469e;
  letter-spacing: 0.02em;
}
.c-umbrella-goods-card__btn-text:link {
  line-height: 1;
  color: #22469e;
}
.c-umbrella-goods-card__btn-text:visited {
  line-height: 1;
  color: #22469e;
}
.c-umbrella-goods-card__btn-text::before {
  position: absolute;
  top: 50%;
  right: -13px;
  width: 8px;
  height: 8px;
  content: "";
  border: 0;
  border-top: solid 1px #22469e;
  border-right: solid 1px #22469e;
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg) translateY(-50%);
}

/* ============================================= */
/* MV */
/* ============================================= */
.p-umbrella-mv {
  position: relative;
  margin-bottom: 30px;
  background-color: #e2f8fc;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/bg-mv01.png");
  background-position: center;
}
.p-umbrella-mv img {
  margin: 0 auto;
}
.p-umbrella-mv__bottom {
  background-color: #17b5d5;
}
.p-umbrella-mv__text {
  padding: 8px 10px;
  font-size: 25px;
  font-weight: bold;
  color: #ffe17e;
  letter-spacing: 0.05em;
}
.p-umbrella-mv__text--large {
  font-size: 30px;
}

/* ============================================= */
/* ナビ */
/* ============================================= */
.p-umbrella-nav-wrap {
  margin-bottom: 50px;
}

.p-umbrella-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
}
.p-umbrella-nav__url {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  place-content: center center;
  align-items: center;
  height: 70px;
  padding: 10px 36px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #03aacc;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #03aacc;
  border-radius: 5px;
}
.p-umbrella-nav__url::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  width: 10px;
  height: 10px;
  content: "";
  border-right: solid 2px #03aacc;
  border-bottom: solid 2px #03aacc;
  transform: rotate(45deg) translate(-50%);
}
.p-umbrella-nav__url:link {
  line-height: 1.3;
  color: #03aacc;
}
.p-umbrella-nav__url:visited {
  line-height: 1.3;
  color: #03aacc;
}

/* ============================================= */
/* 価格から選ぶ */
/* ============================================= */
.p-umbrella-price {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 666px;
  margin: 0 auto;
}
.p-umbrella-price__url {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  place-content: center center;
  align-items: center;
  height: 60px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #4a4a4a;
  letter-spacing: 0.04em;
  background-color: #f5fffe;
  border: 1px solid #03aacc;
  border-radius: 5px;
}
.p-umbrella-price__url::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 7px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: solid 2px #4a4a4a;
  border-bottom: solid 2px #4a4a4a;
  transform: rotate(-45deg) translate(-50%);
}
.p-umbrella-price__url:link {
  line-height: 1.3;
  color: #4a4a4a;
}
.p-umbrella-price__url:visited {
  line-height: 1.3;
  color: #4a4a4a;
}
.p-umbrella-price__url--unit {
  font-size: 14px;
}

/* ============================================= */
/* 割引バナー */
/* ============================================= */
.p-umbrella-discount {
  margin-bottom: 70px;
}

/* ============================================= */
/* 商品カード 5カラム */
/* ============================================= */
.p-umbrella-product-card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: left;
}
.p-umbrella-product-card__item:first-child .p-umbrella-product-card__img::before {
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/icon-no01.svg");
}
.p-umbrella-product-card__item:nth-child(2) .p-umbrella-product-card__img::before {
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/icon-no02.svg");
}
.p-umbrella-product-card__item:nth-child(3) .p-umbrella-product-card__img::before {
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/icon-no03.svg");
}
.p-umbrella-product-card__item:nth-child(4) .p-umbrella-product-card__img::before {
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/icon-no04.svg");
}
.p-umbrella-product-card__item:nth-child(5) .p-umbrella-product-card__img::before {
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/icon-no05.svg");
}
.p-umbrella-product-card__img {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.p-umbrella-product-card__img::before {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-umbrella-product-card__main {
  line-height: 1.5;
  color: #333;
}
.p-umbrella-product-card__brand {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.42;
  color: #4a4a4a;
  text-align: center;
  text-indent: -0.6em;
}
.p-umbrella-product-card__name {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
  color: #4a4a4a;
}
.p-umbrella-product-card__price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #4a4a4a;
  text-align: right;
}
.p-umbrella-product-card__price--unit {
  font-size: 12px;
  font-weight: normal;
}

/* ============================================= */
/* ピックアップ */
/* ============================================= */
.p-umbrella-pickup-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  text-align: center;
}

.p-umbrella-pickup__img {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}

/* ============================================= */
/* 傘選び・修理について > アイコンの見方 */
/* ============================================= */
.p-umbrella-info-desc {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.56;
  color: #000;
  text-align: left;
}
.p-umbrella-info-desc--has-note {
  margin-bottom: 6px;
}

.p-umbrella-info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 25px;
  text-align: left;
}
.p-umbrella-info-list:not(:last-child) {
  margin-bottom: 15px;
}
.p-umbrella-info-list--2col {
  grid-template-columns: 1fr 2fr;
  width: calc(100% - 25px);
}
.p-umbrella-info-list__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
}
.p-umbrella-info-list__item--multiple {
  grid-template-columns: 220px 1fr;
}
.p-umbrella-info-list__img img {
  outline: 1px solid #efefef;
}
.p-umbrella-info-list__img--multiple {
  display: flex;
  gap: 5px;
}
.p-umbrella-info-list__img--multiple img {
  max-width: 70px;
  height: auto;
}
.p-umbrella-info-list__text {
  font-size: 14px;
  line-height: 1.43;
  color: #000;
}

.p-umbrella-info-note {
  padding-left: 1em;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.43;
  color: #000;
  text-align: left;
  text-indent: -1em;
}
.p-umbrella-info-note__item {
  margin-bottom: 3px;
}
.p-umbrella-info-note__item::before {
  content: "※";
}

.p-umbrella-info-price {
  display: grid;
  grid-template-columns: 430px 360px;
  gap: 20px;
  margin-left: 25px;
}
.p-umbrella-info-price__list {
  text-align: left;
}
.p-umbrella-info-price__contact {
  font-size: 16px;
  line-height: 1.56;
  color: #000;
}
.p-umbrella-info-price__contact--url {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  margin-top: 10px;
  font-size: 16px;
  color: #03aacc;
}
.p-umbrella-info-price__contact--url::after {
  position: absolute;
  top: calc(50% - 5px);
  right: -8px;
  width: 6px;
  height: 6px;
  content: "";
  border-right: solid 1px #03aacc;
  border-bottom: solid 1px #03aacc;
  transform: rotate(-45deg) translate(-50%);
}
.p-umbrella-info-price__contact--url:link {
  color: #03aacc;
}
.p-umbrella-info-price__contact--url:visited {
  color: #03aacc;
}

.p-umbrella-info-price-item {
  display: flex;
  padding-bottom: 9px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25;
  border-bottom: 2px dotted #c5c5c5;
  border-image: repeating-linear-gradient(to right, #c5c5c5 0 3px, transparent 3px 6px) 0 0 2 0;
}
.p-umbrella-info-price-item:nth-last-child(2) {
  margin-bottom: 18px;
}
.p-umbrella-info-price-item::after {
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: "";
  border-top: 10px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.p-umbrella-info-price-item__term::before {
  content: "■";
}
.p-umbrella-info-price-item__term::after {
  margin-right: 5px;
  content: "…";
}
.p-umbrella-info-price-item--1col {
  flex-direction: column;
}
.p-umbrella-info-price-item--1col .p-umbrella-info-price-item__term {
  margin-bottom: 6px;
}
.p-umbrella-info-price-item--1col .p-umbrella-info-price-item__desc {
  padding-left: 1em;
}

/* ============================================= */
/* ブランドから選ぶ */
/* ============================================= */
.p-umbrella-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  min-width: calc((100% - 80px) / 5);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.p-umbrella-brand.has-left {
  justify-content: flex-start;
}
.p-umbrella-brand__img {
  margin: 0 auto;
}
.p-umbrella-brand__name {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.43;
  color: #4a4a4a;
}

/* ============================================= */
/* カテゴリーから選ぶ */
/* ============================================= */
.p-umbrella-category {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p-umbrella-category__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-umbrella-category__url {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  background: #f5fffe;
  border-radius: 5px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.1);
}
.p-umbrella-category__url--coming-soon {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.p-umbrella-category__url--coming-soon::before {
  position: absolute;
  top: 10px;
  top: 0;
  left: 10px;
  left: 0;
  width: 80px;
  width: 100%;
  height: 30px;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.p-umbrella-category__url--coming-soon::after {
  position: absolute;
  left: 50%;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  content: "COMING SOON!";
  transform: rotate(-4deg) translate(-50%, -50%);
  transform-origin: left center;
}
.p-umbrella-category__img {
  margin: 0 auto;
}
.p-umbrella-category__name {
  display: block;
  margin-top: 1px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #4a4a4a;
  letter-spacing: 0.04em;
}

/* ============================================= */
/* 機能から選ぶ */
/* ============================================= */
.p-umbrella-function {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.p-umbrella-function__url {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  color: #4a4a4a;
  letter-spacing: 0.04em;
  background-color: #f5fffe;
  border: 1px solid #03aacc;
  border-radius: 50px;
}
.p-umbrella-function__url:link {
  color: #4a4a4a;
}
.p-umbrella-function__url:visited {
  color: #4a4a4a;
}
.p-umbrella-function__url:hover {
  text-decoration: none;
}

/* ============================================= */
/* スタッフおすすめ商品 */
/* ============================================= */
.p-umbrella-buyer {
  text-align: left;
}

/* ============================================= */
/* 商品一覧はこちら */
/* ============================================= */
.p-umbrella-view-all {
  margin-bottom: 40px;
}

/* ============================================= */
/* イラスト */
/* ============================================= */
.p-umbrella-illust {
  position: relative;
}
.p-umbrella-illust::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-umbrella-illust--item-pickup::before {
  top: -77px;
  right: -58px;
  width: 153px;
  height: 309px;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/img-02.png");
}
.p-umbrella-illust--brand::before {
  top: -26px;
  right: -93px;
  width: 92px;
  height: 136px;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/img-03.png");
}
@media screen and (max-width: 1255px) {
  .p-umbrella-illust--brand::before {
    right: -75px;
  }
}
.p-umbrella-illust--category::before {
  top: -34px;
  left: -112px;
  width: 82px;
  height: 177px;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/img-05.png");
}
@media screen and (max-width: 1255px) {
  .p-umbrella-illust--category::before {
    left: -81px;
  }
}
.p-umbrella-illust--function::before {
  top: -14px;
  right: -41px;
  width: 109px;
  height: 202px;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/img-06.png");
}
.p-umbrella-illust--price::before {
  top: -20px;
  left: -38px;
  width: 80px;
  height: 185px;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/img-08.png");
  transform: scaleX(-1);
}
.p-umbrella-illust--pickup::before {
  top: -118px;
  right: -109px;
  width: 168px;
  height: 276px;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/img-07.png");
}
@media screen and (max-width: 1255px) {
  .p-umbrella-illust--pickup::before {
    top: -87px;
    right: -35px;
    width: 151.2px;
    height: 248.4px;
  }
}
.p-umbrella-illust--buyer::before {
  top: -14px;
  left: -64px;
  width: 160px;
  height: 341px;
  background-image: url("/ec/shop/images/campaign/20260309_umbrella/img-04.png");
}
@media screen and (max-width: 1255px) {
  .p-umbrella-illust--buyer::before {
    top: -50px;
    left: -31px;
    width: 128px;
    height: 272.8px;
  }
}

/* ============================================= */
/* SP */
/* ============================================= */
#news #d_topic_path {
  width: auto;
}
#news #p-umbrella {
  width: 100%;
}
#news #p-umbrella .u-db-pc {
  display: none;
}
#news #p-umbrella .u-db-sp {
  display: block;
}
#news #p-umbrella .u-marker-underline {
  padding: 0 4px 1px;
  background: linear-gradient(to bottom, transparent 0 4px, rgba(255, 236, 172, 0.9) 4px 15px, transparent 15px 100%);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 15px;
}
#news {
  /* ============================================= */
  /* コンポーネント */
  /* ============================================= */
  /* セクション */
}
#news .c-umbrella-section {
  margin-bottom: 40px;
}
#news .c-umbrella-section:last-child {
  margin-bottom: 0;
}
#news .c-umbrella-section-secondary {
  margin-bottom: 30px;
}
#news .c-umbrella-section-secondary:last-child {
  margin-bottom: 0;
}
#news .c-umbrella-title-h2-wrap {
  margin-bottom: 20px;
}
#news .c-umbrella-title-h2-wrap--bg-blue {
  margin-bottom: 20px;
}
#news .c-umbrella-title-h2-wrap--bg-gray {
  margin-bottom: 20px;
}
#news .c-umbrella-title-h2 {
  padding: 0 12px;
  margin: 0 auto 16px;
  font-size: 26px;
}
#news .c-umbrella-title-h2--small {
  font-size: 20px;
}
#news .c-umbrella-title-h3 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
#news .c-umbrella-title-h3--border-bottom {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  border-width: 2px;
}
#news {
  /* コンテナ */
}
#news .c-umbrella-content-wrap {
  padding: 30px 0;
}
#news .c-umbrella-content-wrap--bg-blue {
  padding: 20px 0;
}
#news .c-umbrella-inner {
  width: 100%;
  padding: 0 10px;
}
#news .c-umbrella-body--small {
  padding: 0 15px;
}
#news .c-umbrella-button__text {
  width: 180px;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
}
#news .c-umbrella-button__text::after {
  right: 15px;
  width: 7px;
  height: 7px;
}
#news {
  /* ============================================= */
  /* 商品カード ワイド */
  /* ============================================= */
}
#news .c-umbrella-goods-card {
  width: 80%;
  margin: 0 auto;
}
#news .c-umbrella-goods-card__item {
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 12px 12px 18px;
}
#news .c-umbrella-goods-card__icon-img {
  width: 39px;
}
#news .c-umbrella-goods-card__title {
  font-size: 14px;
}
#news .c-umbrella-goods-card__description {
  margin-bottom: 12px;
  font-size: 11px;
}
#news .c-umbrella-goods-card__detail-brand {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.83;
}
#news .c-umbrella-goods-card__detail-name {
  margin-bottom: 10px;
  font-size: 11px;
}
#news .c-umbrella-goods-card__detail-price {
  font-size: 11px;
}
#news .c-umbrella-goods-card__btn {
  margin-left: 5px;
}
#news .c-umbrella-goods-card__btn-text {
  font-size: 13px;
}
#news .c-umbrella-goods-card__btn-text::before {
  right: -10px;
  width: 6px;
  height: 6px;
}
#news {
  /* ============================================= */
  /* MV */
  /* ============================================= */
}
#news .p-umbrella-mv {
  margin-bottom: 20px;
  background-size: cover;
}
#news .p-umbrella-mv__text {
  padding: 5px;
  font-size: 16px;
  line-height: 1.5;
}
#news .p-umbrella-mv__text--large {
  font-size: 20px;
}
#news {
  /* ============================================= */
  /* ナビ */
  /* ============================================= */
}
#news .p-umbrella-nav-wrap {
  margin-bottom: 30px;
}
#news .p-umbrella-nav {
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  width: 100%;
  margin: 0 auto;
}
#news .p-umbrella-nav__url {
  height: 50px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.29;
}
#news .p-umbrella-nav__url::after {
  top: calc(50% - 4px);
  right: 8px;
  width: 7px;
  height: 7px;
}
#news .p-umbrella-nav__url:link {
  line-height: 1.29;
}
#news .p-umbrella-nav__url:visited {
  line-height: 1.29;
}
#news {
  /* ============================================= */
  /* 割引バナー */
  /* ============================================= */
}
#news .p-umbrella-discount {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
#news {
  /* ============================================= */
  /* 価格から選ぶ */
  /* ============================================= */
}
#news .p-umbrella-price {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
#news .p-umbrella-price__url {
  height: 50px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.29;
}
#news .p-umbrella-price__url::after {
  bottom: 8px;
  width: 6px;
  height: 6px;
}
#news .p-umbrella-price__url:link {
  line-height: 1.29;
}
#news .p-umbrella-price__url:visited {
  line-height: 1.29;
}
#news .p-umbrella-price__url--sp-1col {
  flex-flow: column nowrap;
}
#news {
  /* ============================================= */
  /* 商品カード 5カラム */
  /* ============================================= */
}
#news .p-umbrella-product-card {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 10px;
}
#news .p-umbrella-product-card__item:first-child {
  grid-column: 1/-1;
  width: calc((100% - 10px) / 2);
  margin: 0 auto;
}
#news .p-umbrella-product-card__img {
  margin-bottom: 5px;
}
#news .p-umbrella-product-card__main {
  line-height: 1.5;
  color: #333;
}
#news .p-umbrella-product-card__description {
  margin-bottom: 8px;
  font-size: 10px;
}
#news .p-umbrella-product-card__brand {
  margin-bottom: 0;
  font-size: 11px;
}
#news .p-umbrella-product-card__name {
  margin-bottom: 8px;
  font-size: 12px;
}
#news .p-umbrella-product-card__price {
  font-size: 12px;
}
#news {
  /* ============================================= */
  /* ピックアップ */
  /* ============================================= */
}
#news .p-umbrella-pickup-wrap {
  grid-template-columns: 1fr;
  gap: 10px;
}
#news .p-umbrella-pickup {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 15px;
  width: 80%;
  margin: 0 auto;
}
#news {
  /* ============================================= */
  /* 傘選び・修理について > アイコンの見方 */
  /* ============================================= */
}
#news .p-umbrella-info-desc {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
line-height #news .p-umbrella-info-desc--has-note {
  margin-bottom: 3px;
}
#news .p-umbrella-info-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#news .p-umbrella-info-list--2col {
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 10px;
}
#news .p-umbrella-info-list__item {
  grid-template-columns: 54px 1fr;
  gap: 10px 5px;
}
#news .p-umbrella-info-list__item--multiple {
  grid-template-columns: 172px 1fr;
}
#news .p-umbrella-info-list__img--multiple {
  gap: 5px;
}
#news .p-umbrella-info-list__img--multiple img {
  width: 54px;
  max-width: none;
}
#news .p-umbrella-info-list__text {
  font-size: 10px;
}
#news .p-umbrella-info-note {
  margin-bottom: 15px;
  margin-left: 0;
  font-size: 12px;
}
#news .p-umbrella-info-note__item {
  margin-bottom: 1px;
}
#news .p-umbrella-info-price {
  grid-template-columns: 1fr;
  gap: 15px;
  margin-left: 0;
}
#news .p-umbrella-info-price__img {
  width: calc(100% - 100px);
  margin: 0 auto;
}
#news .p-umbrella-info-price__contact {
  font-size: 14px;
  line-height: 1.5;
}
#news .p-umbrella-info-price__contact--url {
  padding-right: 5px;
  margin-top: 10px;
  font-size: 14px;
}
#news .p-umbrella-info-price__contact--url::after {
  top: calc(50% - 6px);
  right: -6px;
  width: 5px;
  height: 5px;
}
#news .p-umbrella-info-price-item {
  display: flex;
  padding-bottom: 6px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.25;
  border-bottom-width: 1px;
  border-image: repeating-linear-gradient(to right, #c5c5c5 0 2px, transparent 2px 4px) 0 0 2 0;
}
#news .p-umbrella-info-price-item:nth-last-child(2) {
  margin-bottom: 18px;
}
#news .p-umbrella-info-price-item::after {
  border-top: 10px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
#news .p-umbrella-info-price-item__term {
  font-size: 13px;
}
#news .p-umbrella-info-price-item__term::after {
  margin-right: 3px;
}
#news .p-umbrella-info-price-item__desc {
  padding: 0;
  font-size: 13px;
}
#news .p-umbrella-info-price-item--1col .p-umbrella-info-price-item__term {
  padding-left: 1em;
  margin-bottom: 4px;
  text-indent: -1em;
}
#news .p-umbrella-info-price-item--1col .p-umbrella-info-price-item__term--bracket {
  display: inline-block;
  text-indent: -0.6em;
}
#news .p-umbrella-info-price-item--1col .p-umbrella-info-price-item__desc {
  padding-left: 1em;
}
#news {
  /* ============================================= */
  /* ブランドから選ぶ */
  /* ============================================= */
}
#news .p-umbrella-brand {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: auto;
  margin-left: auto;
}
#news .p-umbrella-brand__item {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  margin-bottom: 0;
}
#news .p-umbrella-brand__name {
  margin-top: 5px;
  font-size: 12px;
}
#news {
  /* ============================================= */
  /* カテゴリーから選ぶ */
  /* ============================================= */
}
#news .p-umbrella-category {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#news .p-umbrella-category__name {
  margin-top: 0;
  font-size: 13px;
  line-height: 1.2;
}
#news .p-umbrella-category__img {
  width: 55px;
  height: auto;
}
#news .p-umbrella-category__url {
  height: 90px;
}
#news .p-umbrella-category__url--coming-soon::after {
  top: 50%;
  font-size: 14px;
}
#news {
  /* ============================================= */
  /* 機能から選ぶ */
  /* ============================================= */
}
#news .p-umbrella-function {
  gap: 10px;
}
#news .p-umbrella-function__url {
  height: 40px;
  padding: 0 10px;
  font-size: 13px;
}
#news {
  /* ============================================= */
  /* スタッフおすすめ商品 */
  /* ============================================= */
}
#news .p-umbrella-buyer {
  text-align: left;
}
#news {
  /* ============================================= */
  /* 商品一覧はこちら */
  /* ============================================= */
}
#news .p-umbrella-view-all {
  width: 80%;
  margin: 0 auto 10px;
}
#news {
  /* ============================================= */
  /* イラスト */
  /* ============================================= */
}
#news .p-umbrella-illust--item-pickup::before {
  top: -43px;
  right: 4px;
  width: 61.2px;
  height: 123.6px;
}
#news .p-umbrella-illust--brand::before {
  top: -18px;
  right: 7px;
  width: 55.2px;
  height: 81.6px;
}
#news .p-umbrella-illust--category::before {
  top: -30px;
  left: -5px;
  z-index: -1;
  width: 49.2px;
  height: 106.2px;
}
#news .p-umbrella-illust--function::before {
  top: -27px;
  right: 0;
  z-index: -1;
  width: 54.5px;
  height: 101px;
}
#news .p-umbrella-illust--price::before {
  top: -27px;
  left: 0;
  width: 40px;
  height: 92.5px;
}
#news .p-umbrella-illust--pickup::before {
  top: -88px;
  right: 12px;
  width: 75.6px;
  height: 124.2px;
}
#news .p-umbrella-illust--buyer::before {
  top: -27px;
  left: 5px;
  width: 65.6px;
  height: 139.81px;
}
