main {
  margin-top: 0;
}

/** -- event -- **/
main .event {
  margin-bottom: 20px;
}
main .event figure {
  margin-bottom: 20px;
  text-align: center;
}
main .event figure p {
  margin-top: 10px;
}

/** -- season_banner -- **/
main .season_banner .column {
  margin: 0 -10px;
}
main .season_banner .box {
  margin: 0 10px;
  width: -webkit-calc(100% / 2 - 20px);
  width: calc(100% / 2 - 20px);
}

/** -- gift_wrapping -- **/
main .gift_wrapping figure {
  margin-bottom: 2px;
}
main .gift_wrapping .text {
  background-color: #f5f5f5;
  padding: 40px 10px 70px;
}
main .gift_wrapping .text h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0;
  margin-bottom: 40px;
  text-align: center;
}
main .gift_wrapping .text h3 span {
  border-bottom: solid 1px #000;
}
main .gift_wrapping .text p {
  font-size: 14px;
  text-align: center;
}

/** -- item__list -- **/
main .item__list .column, .new .c-product-list, .acc .c-product-list {
  border-top: solid 1px #eaeaea;
  width: -webkit-calc(100% + 70px);
  width: calc(100% + 70px);
}
main .item__list .box, .new .c-product-list__item, .acc .c-product-list__item {
  border-bottom: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  box-sizing: border-box;
  padding: 40px 35px;
  width: -webkit-calc(100% / 3 - 35px);
  width: calc(100% / 3 - 35px);
}
main .item__list .box:nth-child(3n), .new .c-product-list__item:nth-child(3n), .acc .c-product-list__item:nth-child(3n) {
  border-right: none;
  padding-right: 0;
}
main .item__list .box:nth-child(3n-1), .new .c-product-list__item:nth-child(3n-1), .acc .c-product-list__item:nth-child(3n-1) {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
main .item__list .box:nth-child(3n-2), .new .c-product-list__item:nth-child(3n-2), .acc .c-product-list__item:nth-child(3n-2) {
  padding-left: 0;
}
main .item__list .box figure, .new .c-image-wrap, .acc .c-image-wrap {
  background-color: #f7f7f7;
  border: none;
  padding: 0 15px;
  padding-top: 100%;
  position:relative;
  margin-bottom: 12px;
  transition: ease .5s;
}
main .item__list .box figure,
.new .c-image-wrap,
.acc .c-image-wrap {
  
}
main .item__list .box:hover figure {
  background-color: rgba(0, 0, 0, .05);
}
main .item__list .box h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  transition: ease .5s;
}
main .item__list .box:hover h3 {
  opacity: .66;
}
main .item__list .box p {
  padding-left: 5px;
  text-align: center;
}

/** -- best -- **/
main #bestSlider {
  padding-bottom: 60px;
}

main .best figure a {
  display: block;
  margin-bottom: 18px;
}
main .best figure p {
  text-align: center;
}

/** -- pick up -- **/
/* winter__cap */
main .pick_up .winter__cap {
  background-color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  margin-bottom: 60px;
  padding-top: 43%;
  position: relative;
  transition: ease .5s;
}
main .pick_up .winter__cap.open {
  padding-top: 60%;
}
main .pick_up .winter__cap img {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translate(-50%, -50%);
  transition: ease .5s;
}
main .pick_up .winter__cap.open img {
  top: 45%;
}
main .pick_up .winter__cap:hover img {
  opacity: .8;
}
main .pick_up .winter__cap .text {
  position: absolute;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
  transition: ease .5s;
}
main .pick_up .winter__cap h3 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-align: center;
}
main .pick_up .winter__cap p.more {
  border: solid 1px #fff;
  border-radius: 14px;
  box-sizing: border-box;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-top: 35px;
  padding: 8px 0;
  text-align: center;
  transition: ease .5s;
  width: 230px;
}
main .pick_up .winter__cap:hover p.more {
  background-color: #fff;
  color: #000;
}
main .pick_up .winter__cap p.more::before {
  content: 'More';
}
main .pick_up .winter__cap.open p.more::before {
  content: 'Close';
}
main .pick_up .winter__cap .linkText {
  display: none;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
main .pick_up .winter__cap .linkText a {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
}

/* list__1 */
main .pick_up .list__1 {
  margin: 0 -20px 60px;
}
main .pick_up .list__1 .box {
  margin: 0 20px;
  width: -webkit-calc(100% / 2 - 40px);
  width: calc(100% / 2 - 40px);
}
main .pick_up .list__1 figure {
  margin-bottom: 18px;
}
main .pick_up .list__1 p {
  text-align: center;
}

/* list__2 */
main .pick_up .list__2 {
  margin: 0 -13px;
}
main .pick_up .list__2 .box {
  margin: 0 13px;
  width: -webkit-calc(100% / 2 - 26px);
  width: calc(100% / 4 - 26px);
}

/** -- weekly_top_10 -- **/
main #top10 {
  padding-bottom: 80px;
}

main .weekly_top_10 .c-product-list__item {
  border: none !important;
}

main .weekly_top_10 .box {
  position: relative;
}
main .weekly_top_10 figure {
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 15px;
}
main .weekly_top_10 h3 {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
}
main .weekly_top_10 p {
  padding-left: 8px;
  text-align: center;
}
main .weekly_top_10 .num {
  background-color: #f08080;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  line-height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: center;
  height: 40px;
  width: 40px;
}
main .weekly_top_10 .num.one {
  background-color: #ffeb1f;
}
main .weekly_top_10 .num.two {
  background-color: #cdcdcd;
}
main .weekly_top_10 .num.three {
  background-color: #db7f25;
}

/** -- info -- **/
main .info dl {
  margin: 0 40px;
}
main .info dl dt {
}
main .info dl dt span {
  background-color: #d48eb0;
  color: #fff;
  padding: 2px 15px;
}
main .info dl dd {
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 20px;
  padding: 15px 0;
}

/** -- topics -- **/
main .topics .column {
  margin: 0 -20px;
}
main .topics .box {
  margin: 0 20px 50px;
  width: -webkit-calc(100% / 2 - 40px);
  width: calc(100% / 2 - 40px);
}
main .topics .box:nth-last-child(1), main .topics .box:nth-last-child(2) {
  margin-bottom: 0;
}
main .topics .box figure {
  margin-bottom: 20px;
}
main .topics .box .text {
  padding-right: 100px;
  position: relative;
}
main .topics .box p {
  font-size: 14px;
}
main .topics .box span {
  color: #999999;
  position: absolute;
  bottom: 2px;
  right: 0;
}

/** -- category -- **/
main .category .box {
  margin-bottom: 45px;
}
main .category h3 {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
main .category .column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main .category p {
  border-bottom: solid 1px #999;
  line-height: 1.3;
  margin: 0 10px 10px;
}

/** -- pick brand -- **/
main .brand figure {
  margin-bottom: 30px;
}
main .brand figure p {
  margin-top: 18px;
  text-align: center;
}

/** -- coordinate -- **/
main #coordinate {
  padding-bottom: 70px;
}

main .coordinate .coordinate_card__img {
  margin-bottom: 15px;
}
main .coordinate .coordinate_card__img img {
  height: auto;
  width: 100%;
}
main .coordinate p {
  font-weight: bold;
}

/** -- handmade -- **/
main .handmade figure p {
  margin-top: 18px;
  text-align: center;
}

/** -- shop blog -- **/
main .shop__blog {
  background-color: #f8f8ff;
  padding: 100px 0;
  max-width: inherit;
}
main .shop__blog .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
main .shop__blog h2 span {
  background-color: #f8f8ff;
}
main .shop__blog .column {
  margin: 0 -20px;
}
main .shop__blog a .blog_card__img {
  margin-bottom: 20px;
  padding-top: 100%;
  position: relative;
  width: 100%;
}
main .shop__blog a .blog_card__img img {
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
main .shop__blog .box .ttl {
  margin-bottom: 10px;
  position: relative;
}
main .shop__blog .box h3 {
  padding-left: 20px;
  padding-right: 70px;
  position: relative;
}
main .shop__blog .box h3:before {
  background: url("https://img21.shop-pro.jp/PA01416/048/etc/cr_ic20.png") no-repeat center center / cover;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  height: 17px;
  width: 12px;
}
main .shop__blog .box span {
  display: block;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 3px;
  text-align: right;
  width: 70px;
}

/** -- instagram feed -- **/
main .instagram__feed {

}
main .instagram__feed .column {
  margin: 0 -15px;
}
main .instagram__feed .box {
  margin: 0 15px 30px;
  width: calc(100% / 5 - 30px);
}

#instafeed {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
#instafeed .instagramList_unit {
  margin: 0 10px 20px;
  width: -webkit-calc(100% / 5 - 20px);
  width: calc(100% / 5 - 20px);
}

/** -- slider -- **/
main .slider {
  margin: 0 auto 100px;
  overflow-x: hidden;
  width: 100%;
  max-width: 1200px;
}

/**PICKUP**/
.pickup_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.pickup_card {
  margin: 0 20px 50px;
  width: -webkit-calc(100% / 2 - 40px);
  width: calc(100% / 2 - 40px);
}
.pickup_card:nth-last-child(1), .pickup_card:nth-last-child(2) {
  margin-bottom: 0;
}

.pickup_card__img {
  margin-bottom: 20px;
  padding-top: 100%;
  position: relative;
}

.pickup_card__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup_card__txt {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.8;
}

.pickup_card__txt p {
  margin: 0;
}

.pickup_card__txt > div {
  display: flex;
  justify-content: space-between;
}

.pickup_card__txt > div p {
  font-size: 14px;
  font-weight: bold;
}

.pickup_card__txt > div span {
  font-size: 12px;
  color: #999;
  text-align: right;
}

/**blog**/
.blog_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.blog_card {
  margin: 0 20px;
  width: calc(100% / 3 - 40px);
}

.blog_card a {
  display: block;
  position: relative;
}

.blog_card__txt p {
  margin: 0;
}

.blog_card__txt__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog_card__txt__ttl p {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.blog_card__txt__ttl p:before {
  content: "";
  display: block;
  width: 12px;
  height: 17px;
  background: url(https://img21.shop-pro.jp/PA01416/048/etc/cr_ic20.png)no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 5px;
  margin: auto;
}
.blog_card__txt__ttl span {
  font-size: 12px;
  width: auto;
  display: block;
  font-weight: normal;
}

@media screen and (max-width: 780px) {
  main .slider {
    margin: 0 auto 10vw;
  }

  /** -- event -- **/
  main .event {
    margin-bottom: 2vw;
  }
  main .event figure {
    margin-bottom: 3vw;
    text-align: center;
  }
  main .event figure p {
    margin-top: 2vw;
  }

  /** -- season_banner -- **/
  main .season_banner .column {
    margin: 0 .7vw;
  }
  main .season_banner .box {
    margin: 0 .7vw;
    width: -webkit-calc(100% / 2 - 1.4vw);
    width: calc(100% / 2 - 1.4vw);
  }

  /** -- gift_wrapping -- **/
  main .gift_wrapping figure {
    margin-bottom: 0;
  }
  main .gift_wrapping .text {
    padding: 6vw 1vw 8vw;
  }
  main .gift_wrapping .text h3 {
    font-size: 3.4vw;
    margin-bottom: 5vw;
  }
  main .gift_wrapping .text h3 span {
    border-bottom: solid .3vw #555;
  }
  main .gift_wrapping .text p {
    font-size: 2.4vw;
    line-height: 1.8;
  }

  /** -- item__list -- **/
  main .item__list {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 7vw;
  }
  main .item__list .column {
    border-top: none;
    margin: 0 .7vw;
    width: auto;
  }
  main .item__list .box {
    border: none;
    margin: 0 .7vw 6vw;
    padding: 0;
    width: -webkit-calc(100% / 2 - 1.4vw) !important;
    width: calc(100% / 2 - 1.4vw) !important;
  }
  main .item__list .box:nth-last-child(1), main .new .box:nth-last-child(2) {
    margin-bottom: 0;
  }
  main .item__list .box figure {
    margin-bottom: 2.4vw;
    padding: 0;
    padding-top: 134%;
    position: relative;
  }
  main .item__list .box figure img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  main .item__list .box h3 {
    border-bottom: solid 1px #555;
    display: table;
    font-size: 2vw;
    font-weight: normal;
    line-height: 1.0;
    margin: 0 auto;
    margin-bottom: 2vw;
    text-align: center;
  }
  main .item__list .box p {
    border-bottom: solid 1px #555;
    display: table;
    font-size: 2vw;
    line-height: 1.0;
    margin: 0 auto;
    padding-left: 0;
  }

  /** -- item__list -- **/
  main .item__list .column, .new .c-product-list, .acc .c-product-list {
    border-top: none;
    margin: 0 .7vw;
    width: auto;
  }
  main .item__list .box, .new .c-product-list__item, .acc .c-product-list__item {
    border: none;
    margin: 0 .7vw 6vw;
    padding: 0;
    width: -webkit-calc(100% / 2 - 1.4vw) !important;
    width: calc(100% / 2 - 1.4vw) !important;
  }
  main .item__list .box:nth-last-child(1),
  .new .c-product-list__item:nth-last-child(1),
  .acc .c-product-list__item:nth-last-child(1),
  main .item__list .box:nth-last-child(2),
  .new .c-product-list__item:nth-last-child(2),
  .acc .c-product-list__item:nth-last-child(2) {
    margin: 0 .7vw 0;
  }
  main .item__list .box figure, .new .c-image-wrap, .acc .c-image-wrap {
    margin-bottom: 2.4vw;
    padding: 0;
    padding-top: 134%;
    position: relative;
    height: 0;
  }
  .new .c-image-wrap .c-image-box, .acc .c-image-wrap .c-image-box {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }

  /** -- best -- **/
  main #bestSlider {
    padding-bottom: 8vw;
  }

  main .best {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 5vw;
  }
  main .best figure a {
    margin-bottom: 2.5vw;
  }

  /** -- pick up -- **/
  main .pick_up {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 10vw;
  }
  /* winter__cap */
  main .pick_up .winter__cap {
    margin-bottom: 8vw;
  }
  main .pick_up .winter__cap.open {
    padding-top: 80%;
  }
  main .pick_up .winter__cap .text {
    top: 15vw;
  }
  main .pick_up .winter__cap h3 {
    font-size: 2vw;
    letter-spacing: .2vw;
  }
  main .pick_up .winter__cap p.more {
    border-radius: 1.8vw;
    font-size: 2vw;
    letter-spacing: .15vw;
    margin-top: 4.5vw;
    padding: 1vw 0;
  }
  main .pick_up .winter__cap .linkText {
    padding-top: 5vw;
    white-space: nowrap;
  }
  main .pick_up .winter__cap .linkText a {
    font-size: 2vw;
  }

  /* list__1 */
  main .pick_up .list__1 {
    margin: 0 0 3vw;
  }
  main .pick_up .list__1 .box {
    margin: 0 0 4vw;
    width: 100%;
  }
  main .pick_up .list__1 figure {
    margin-bottom: 2.5vw;
  }
  main .pick_up .list__1 figure img {
    width: 100%;
  }

  /* list__2 */
  main .pick_up .list__2 {
    margin: 0 .7vw;
  }
  main .pick_up .list__2 .box {
    margin: 0 .7vw;
    width: -webkit-calc(100% / 2 - 1.4vw);
    width: calc(100% / 2 - 1.4vw);
  }
  main .pick_up .list__2 .box img {
    width: 100%;
  }

  /** -- weekly_top_10 -- **/
  main #top10 {
    margin: 0 1.4vw;
    padding-bottom: 9vw;
  }

  main .weekly_top_10 {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 5vw;
  }
  main .weekly_top_10 figure {
    padding: 0;
    padding-top: 134%;
    position: relative;
    margin-bottom: 2vw;
  }
  main .weekly_top_10 figure img {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
  main .weekly_top_10 h3 {
    font-size: 2.2vw;
    margin-bottom: 1vw;
  }
  main .weekly_top_10 p {
    font-weight: bold;
    padding-left: .6vw;
  }
  main .weekly_top_10 .num {
    line-height: 5.4vw;
    margin-bottom: 2vw;
    position: relative;
    left: auto;
    top: auto;
    height: 5.4vw;
    width: 5.4vw;
  }

  /** -- info -- **/
  main .info dl {
    margin: 0 3vw;
  }
  main .info dl dt {
  }
  main .info dl dt span {
    padding: .5vw 2vw .2vw;
  }
  main .info dl dd {
    margin-bottom: 2.7vw;
    padding: 2vw 0;
  }

  /** -- topics -- **/
  main .topics {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 7vw;
  }
  main .topics .column {
    margin: 0;
  }
  main .topics .box {
    margin: 0 0 3.5vw;
    width: 100%;
  }
  main .topics .box:nth-last-child(2) {
    margin-bottom: 3.5vw;
  }
  main .topics .box figure {
    margin-bottom: 2vw;
  }
  main .topics .box figure img {
    width: 100%;
  }
  main .topics .box .text {
    padding: 0 2vw;
    padding-right: 10vw;
  }
  main .topics .box p {
    font-size: 1.8vw;
  }
  main .topics .box span {
    bottom: .2vw;
    right: 2vw;
  }

  .pickup_list {
    margin: 0;
  }

  .pickup_card {
    margin: 0 0 3.5vw;
    width: 100%;
  }
  .pickup_card:nth-last-child(1), .pickup_card:nth-last-child(2) {
    margin: 0;
  }

  .pickup_card__img {
    margin-bottom: 2vw;
  }

  .pickup_card__img img {
    width: 100%;
  }

  .pickup_card__txt {
    font-size: 1.8vw;
  }

  .pickup_card__txt p {
    margin: 0;
  }

  .pickup_card__txt > div {
    display: flex;
    justify-content: space-between;
  }

  .pickup_card__txt > div p {
    font-size: 14px;
    font-weight: bold;
  }

  .pickup_card__txt > div span {
    font-size: 12px;
    color: #999;
    text-align: right;
  }

  /** -- category -- **/
  main .category {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 3vw;
  }
  main .category .box {
    margin-bottom: 5vw;
  }
  main .category h3 {
    font-size: 2vw;
    margin-bottom: 3vw;
  }
  main .category p {
    margin: 0 2vw 3vw;
  }

  /** -- pick brand -- **/
  main .brand figure {
    margin-bottom: 3vw;
  }
  main .brand figure p {
    margin-top: 2.5vw;
  }

  /** -- coordinate -- **/
  main #coordinate {
    margin: 0 1.4vw;
    padding-bottom: 9vw;
  }

  main .coordinate {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 8vw;
  }
  main .coordinate figure {
    margin-bottom: 2vw;
  }

  /** -- handmade -- **/
  main .handmade figure p {
    margin-top: 2.5vw;
  }

  /** -- shop blog -- **/
  main .shop__blog {
    padding: 10vw 0;
  }
  main .shop__blog .column {
    margin: 0;
  }
  main .shop__blog .box {
    margin: 0;
    padding: 10vw 1.4vw 4vw;
    position: relative;
    width: 100%;
  }
  main .shop__blog .box figure {
    float: left;
    margin-bottom: 0;
    padding-top: 40%;
    width: 48%;
  }
  main .shop__blog .box .ttl {
    margin-bottom: 2vw;
    position: absolute;
    left: 2vw;
    top: 4vw;
    width: calc(100% - 4vw);
  }
  main .shop__blog .box h3 {
    font-size: 3vw;
    padding-right: 15vw;
  }
  main .shop__blog .box h3:before {
    background-size: 3.5vw;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 4vw;
    width: 3.5vw;
  }
  main .shop__blog .box span {
    font-size: 2.4vw;
    top: .7vw;
    width: 15vw;
  }
  main .shop__blog .box p {
    font-size: 2.8vw;
    margin-left: 52%;
  }

  /** -- instagram feed -- **/
  main .instagram__feed {

  }
  main .instagram__feed .column {
    margin: 0;
  }
  main .instagram__feed .box {
    margin: 0 1vw 2vw;
    width: calc(100% / 2 - 2vw);
  } 
  #instafeed .instagramList_unit {
    width: 49%;
  }
  #instafeed .instagramList_unit:nth-child(n+2) {
    margin:0 0 0 2%;
  }
  #instafeed .instagramList_unit:nth-child(2n+1) {
    margin: 0;
  }
  #instafeed .instagramList_unit:nth-child(n+3){
    margin-top: 10px;
  }


  /**blog**/
  .blog_list {
	margin: 0;
  }

  .blog_card {
	margin: 0;
	padding: 10vw 1.4vw 4vw;
	position: relative;
	width: 100%;
  }
  main .shop__blog a .blog_card__img {
	float: left;
	margin-bottom: 0;
	padding-top: 40%;
	width: 48%;
  }
  
  
  .blog_card a {
    padding-top: 6vw;
  }

  .blog_card__txt__ttl {
	font-size: 3vw;
	position: absolute;
	left: 0;
	top: 0;
	width: -webkit-calc(100% - 4vw);
	width: calc(100% - 4vw);
  }
  .blog_card__txt__ttl p {
    font-size: 3.2vw;
    padding-left: 4vw;
  }
  .blog_card__txt__ttl p:before {
    height: 3vw;
    width: 2.4vw;
  }
  .blog_card__txt__ttl span {
	font-size: 2.4vw;
    margin-top: 1.5vw;
  }
  
  .blog_card__txt__ttl + div {
    margin-left: 50%;
  }
}
@media screen and (max-width: 580px) {
  main .pick_up .winter__cap.open {
    padding-top: 90%;
  }
  main .pick_up .winter__cap .text {
    top: 12vw;
  }
  main .pick_up .winter__cap p.more {
    border-radius: 3.2vw;
    padding: 2vw 0;
    width: 30vw;
  }
}