#main {
  margin-top: 0;
  padding-top: 0;
}

.content {
  margin-top: 50px;
}

.sec {
  margin-bottom: 60px;
}

.section h2,
.sec h2 {
  width:70%;
  max-width:350px;
  margin:0 auto 10px;
  padding: 0 10px;
}

#news.sec {
  width: 94%;
  max-width: 450px;
  margin: 0 auto 50px;
}


#news.sec ul {}

#news.sec ul li:first-child {
  border-top: 2px solid #eee;
}

#news.sec ul li {
  padding: 15px 10px;
  border-bottom: 2px solid #eee;
  display: flex;
}

#news.sec ul li .date {
  /*margin-right: 20px;*/
  width:8em;
}
#news.sec ul li .jp,
#news.sec ul li .en{
  width:calc(100% - 8em);
}

#news.sec ul li .title {
  /*margin-right: 20px;*/
  width:calc(100% - 8em);
}
#news.sec ul li a{
  word-wrap: break-word; 
}
.content {
  width: 840px;
  border: none;
}

@media screen and (max-width: 839px) {
  .content {
    width: 680px
  }
}

@media screen and (max-width: 639px) {
  .content {
    width: 100%;
  }
}

/* スライダー */
.slider {
  padding-top: 60px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.slick-slide {
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  background-color: #fff;
}

.slick-slide img {
  width: 100%;
  /*height: 600px;*/
  margin: 0 auto;
}

.slick-next {
  right: 60px;
  z-index: 1000;
}

.slick-prev {
  left: 60px;
  z-index: 1000;
}

.slider-prev {
  left: 2vw;
  transform: scale(0.8, 1.2);
}

.slider-next {
  right: 2vw;
  transform: scale(0.8, 1.2);
}

.slider.slick-initialized {
  display: block;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  /* 高さの半分だけネガティブマージン */
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  /* 重要 */
}


@media screen and (max-width: 767px) {
  .slider {
    padding-top: 50px;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .slick-next {
    right: 3%;
  }

  .slick-prev {
    left: 3%;
  }
}


.section #today h2 {
    width: 190px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {

  .section #today h2 {
      width: 42vw;
      max-width: 190px;
      margin: 0 auto 20px;
  }
  .section h3 {
    width: 28vw;
    margin: 0 auto;
  }

  .section h3.select02 {
    width: 24vw;
    margin: 0 auto;
  }

  .category ul li span span.sub {
    font-size: 2vw;
  }
}

#today {
  text-align: center;
  margin-bottom: 40px;
  background: url("../images/code-bg-pc.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  /* min-height: 550px; */
}

.today-box {
  display: flex;
  justify-content: space-around;
  max-width: 700px;
  margin: 30px auto 0;
}

.today-image {
  width: 66vw;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 0px;
}

.today-image .main-image{
  position: relative;
  border: 3px solid #eee;
  width: 300px;
  text-align: center;
  background-color: #fff;
}

.today-image .main-image img{
	/* max-height: 300px; */
}

.today-image .soldout::after {
  content: "sold out";
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  /*left: 0;*/
  top: 50%;
  margin-top: -1em;
}

.today-image img {
  max-width: 100%;
  vertical-align: bottom;
}

.today-thumbnail{
	margin-top: 10px;
}

.today-thumbnail ul{
	display: flex;
	justify-content: center;
}

.today-thumbnail ul li{
	cursor: pointer;
}

.today-thumbnail ul li:hover img{
	opacity: 0.8;
}

.today-thumbnail ul li img{
	/* width: calc(100% - 5px); */
}

.today-text {
  margin-bottom: 20px;
  padding: 0 20px;
}

.today-text p {}

.today-text p.layout-left {
  text-align: left;
  font-size: 16px;
  margin-bottom: 100px;
  line-height: 1.6;
  min-width: 15em;
}

.today-text p.layout-right {
  text-align: right;
  position: relative;
  bottom: 0;
}


.is-cartin {
  background-color: #eee;
  cursor: default;
}

#item-images {
  width: auto;
  margin: 0;
}

#item-images .box {
  width: auto;
  ;
  text-align: right;
  border-radius: 0;
  margin: 0;
}

.mfp-content {
  padding: 50px 0;
}

#item-detail {
  position: relative;
  background-color: #fff;
  max-width: 640px;
  min-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
  border-radius: 6px;
}

#item-detail .price {
  margin-bottom: 20px;
}

#item-detail .btns input {
  margin-right: 10px;
  padding: 10px;
  vertical-align: top;
}

#item-detail .attention {
  margin-top: 5px;
  text-align: center;
}

#item-detail #slider {
  position: relative;
  max-width: 400px;
  height: 370px;
  margin: 0 auto;
}

#item-detail #slider img {
  width: 400px;
  height: 370px;
  object-fit: contain;
}

#item-detail #thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 13px;
}

#item-detail #thumbnail .box {
  width: 72px;
  min-height: 72px;
  border: 1px solid #bcbcbc;
  margin: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

#item-detail #thumbnail .box img {
  width: auto;
  max-width: 72px;
  max-height: 72px;
}

#item-detail #id-name {
  font-size: 18px;
  margin-top: 25px;
}

#item-detail .soldout {
  display: none;
  background: #a00;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px;
  margin: 5px 0;
  border-radius: 10px font-size: 18px;
}

#item-detail .soldout.show {
  display: inline-block;
}

#item-detail .keep {
  display: none;
  background: #a00;
  color: #fff;
  font-weight: bold;
  padding: 4px 20px;
  margin: 5px 0;
  border-radius: 10px font-size: 18px;
}

#item-detail .keep.show {
  display: inline-block;
}


#item-detail .budgetover {
  display: none;
  color: #f00;
  font-weight: bold;
  padding: 4px 20px;
  margin: 5px 0;
  border-radius: 10px font-size: 18px;
}

#item-detail .budgetover.show {
  display: inline-block;
}

#item-detail .delete-btn {
  border: none;
}

#item-detail .delete-btn:hover {
  border: none;
  background: none;
}

#item-detail .delete-btn a {
  display: inline-block;
  padding: 5px 20px;
  margin: 20px 5px 0;
  border: 1px solid #ccc;
  outline: none;
}

#item-detail .delete-btn a:hover {
  background-color: #ccc;
  color: #fff;
}

#item-detail .delete-btn a.disabled {
  background-color: #ccc;
  color: #999;
  cursor: default;
}

.carterror {
  vertical-align: middle;
  display: none;
  pading: 0;
  color: #d00;
}

.cartinfo {
  margin-top: 1em;
  vertical-align: middle;
  display: none;
  pading: 0;
  color: #00d;
}


.addbtn select {
  font-size: 12px;
  color: #333;
  padding: 0 5px 0 5px;
  border: 1px solid #aaaaaa;
  display: inline-block;
  background: #fdfdfd;
  height: 26px;
  line-height: 150%;
  vertical-align: top;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  background: #fff;
  border-radius: 20px;
  margin: 0 5px;
}

.pagination li.active a {
  background-color: #EDEDEC;
}


.zoomit-ghost {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: wait;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.zoomit-zoomed {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  position: absolute;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
}

.zoomit-container {
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block;
}

.zoomit-container img {
  vertical-align: top;
}

.zoomit-container.loaded .zoomit-ghost {
  cursor: crosshair;
}

.zoomit-container.loaded .zoomit-zoomed {
  opacity: 1;
}

#item-detail #slider img {
  width: auto;
  height: 370px;
}

#item-detail #slider {
  position: relative;
  max-width: 400px;
  height: 370px;
  margin: 0 auto;
}

#item-detail #slider .zoomit-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%!important;
}

#item-detail .item-prev {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  left: 40px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  transform: rotate(-45deg);
  cursor: pointer;
}

#item-detail .item-next {
  content: "";
  display: block;
  position: absolute;
  top: 300px;
  right: 40px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
  cursor: pointer;
}

#item-detail .item-prev:hover,
#item-detail .item-next:hover {
  border-color: #000;
}

/******************************** 

20190127 追加仮 select-item.html

*********************************/
#item-detail .btns a {
  display: inline-block;
  padding: 7px 20px;
  margin: 20px 5px 0;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 20px;
}

#item-detail .btns a:hover {
  background-color: #ccc;
  color: #fff;
}

.detail-cartin-btn {
/*  display: none !important; */
}

.detail-cartin-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 10px 10px;
  box-shadow: 0px 0px 2px 1px #d9d9d9;
  border-radius: 10px;
  background-color: rgba(255,255,255,.5);
}

.detail-cartin-btn i::before,
.list-cartin-btn i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f217";
}

.detail-cartin-btn:hover,
.list-cartin-btn:hover {
  background: rgba(100, 100, 100, 0.3);
  transform: scale(1.2, 1.2);
}

.detail-cartin-btn.is-cartin,
.list-cartin-btn.is-cartin {
  color: #fff;
  border: none;
  background: rgba(72, 255, 0, 0.6);
}

.detail-cartin-btn.is-cartin i::before,
.list-cartin-btn.is-cartin i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

.detail-cartin-btn.is-cartin:hover i::before,
.list-cartin-btn.is-cartin:hover i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1f8";
}


@media screen and (max-width: 839px) {


  .today-box {
    max-width: 620px;
    margin: 30px auto 0;
  }

  .today-image {
    max-width: 250px;
    margin-top: 10px;
  }


  .today-text p.layout-left {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {

  #today {
    text-align: center;
    margin-bottom: 40px;
    background: url("../images/code-bg-sp.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .today-box {
    display: block;
  }

  .today-image {
    width: auto;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .today-image img {
    max-width: 244px;
    vertical-align: bottom;
  }
  
  .today-image .main-image{
	width: auto;
	margin-bottom: 10px;
  }

  .today-text {
    display: block;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .today-text p {
    font-size: 14px !important;
    text-align: center;
  }

  .today-text p.layout-left {
    text-align: center;
    margin-bottom: 1em;
  }

  #item-images .box {
    text-align: center;
  }


  #item-detail {
    max-width: 98%;
    min-width: 0;
    padding: 15px;
  }

  #item-detail #slider {
    max-width: 90%;
    height: 270px;
  }

  #item-detail #slider img {
    height: 270px;
  }

  .zoomit-ghost {
    width: 90%;
    height: 100%;
    margin:0 auto;
  }

  #item-detail .item-next {
    width: 25px;
    height: 25px;
    top: 30%;
    right: 20px;
  }

  #item-detail .item-prev {
    width: 25px;
    height: 25px;
    top: 30%;
    left: 20px;
  }
}


#today{
  background:none;
}
@media screen and (max-width: 767px){
  .today-image{
    max-width: 400px
  }
  .today-image .main-image{
    border:none;
    max-width:400px;
  }
  .today-image img{
    max-width:400px;
  }
  .today-thumbnail{
      max-width: 300px;
      /* margin-top: 10px; */
      margin: 10px auto;
  }
}
#main{
  padding-bottom:0;
}
.banner_2col,
.banner{
  display: flex;
  justify-content: center;
  text-align: center;
  margin:20px auto 0;
  vertical-align: bottom;
  width: 100%;
  max-width:750px;
}
.banner_2col a img,
.banner a img{
  width:100%;
  vertical-align: bottom;
}
.section a:hover img,
.banner a:hover img{
  opacity:0.7;
}
#visual img{
  width: 100%;
  height:auto;
}
.off .fa-volume-slash{display: none;}
.off .fa-volume-up{display: inline}

.on .fa-volume-slash{display: inline;}
.on .fa-volume-up{display: none}

/* メインビジュアル */
#campaign{
  padding: 25px 2em;
  position: relative;
  max-width:1200px;
  width:100%;
  margin:60px auto 0;
  text-align: center;
  background: black;
  line-height: 1.6;
}
#campaign .f01{
  color:#fff;
  font-size:16px;
}
#campaign .f02{
  color:#fff;
  font-size:20px;
  margin-bottom:1em;
}
#campaign .f03{
  color:#98c9f9;
  font-size:14px;
}
#campaign .f03 a{
  color:#98c9f9;
}
#visual {
  position: relative;
  max-width:1200px;
  width:100%;
  margin:0 auto;
  text-align: center;
}
#visual img{
  vertical-align: bottom;
}
/* メインビジュアル */
#visual video{
  width:100%;
  height:auto;
}
#visual i{
  font-size:22px;
  position: absolute;
  right:13px;
  bottom:13px;
  color:#fff;
}
#visual i.fa-volume-slash{
  right:11.5px;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
@media (max-width: 770px){
.pc{
  display: none;
}

.sp{
  display: block;
}

#campaign .f01{
  font-size:14px;
}
#campaign .f02{
  font-size:18px;
}
#campaign .f03{
  font-size:14px;
}

.banner_2col,
.banner{
  margin:0 auto;
}

}
/* slick カスタマイズ */
.slick-dots{
  bottom:20px;
}
.slick-dots li button:before{
  opacity: 1;
  color:#fff;
}
@media (max-width: 640px){
  .slick-dotted.slick-slider{
    margin-bottom:10px;
  }
  .slick-dots{
    bottom:0;
    text-align: left;
  }
  .slick-dots li{
    margin:0 3px;
  }
}
.section h2, .sec h2 {
    width: 100%;
    height:auto;
    max-width: 400px;
    margin: 0 auto 10px;
    padding: 0 10px;
}
.section .category h2{
    width: 100%;
    max-width: 380px;
}
.section #today h2
{
    width: 100%;
    max-width: 350px;
}

#slide-category .section-header{
  display: block;
}
#slide-category .section-body{
  display: block;
}

/**********************************************

 今日のコーデ

***********************************************/

.today-box-right .coorde-total{
  margin-bottom:1em;
}
.today-box-right .cart-in{
  text-align: right;
}
.today-box-right .insta-link{
  text-align:right;
}
.today-box-right .insta-link img{
  margin-top:20px;
  width:50px;
}
@media screen and (max-width: 767px){
  .today-box-right .cart-in{
    text-align: center;
  }
  .today-box-right .insta-link{
    text-align:center;
  }
}
.section #realshop{
  margin-bottom:70px;
}

.section #realshop p{
  text-align: center;
  margin-bottom:20px;
}
.section #realshop ul{
  margin: 0 auto;
  display:flex;
  justify-content: space-around;
  width:84vw;
  max-width:500px;
}
.section #realshop ul li{
  width:29%;
  max-width:130px;
  text-align:center;
}
.section #realshop ul li img{
  width:100%;
}
@media screen and (max-width: 767px){
.section #realshop{
  margin-bottom:40px;
}

}


/**********************************************

 shuffle

***********************************************/
.shuffle-btn-box{
  text-align: center;
  margin:0 auto 30px;
  width:25vw;
  max-width:100px;
}
.shuffle-btn-box img{
  width:100%;
}

.select-item-list{
  background: #fff;
  width:100%;
  padding:50px 0;
  /* min-height:200px; */
  margin-bottom:60px;
}
.select-item-list>h2{
  text-align: center;
  font-size:20px;
  margin-bottom:30px;
}
.select-item-list .item-header .item-name h2{
  font-size:17px;
}

#item-images-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
  width: 96%;
  margin: 0 auto 20px;
}

#item-images-list .box {
    width: 23%;
    margin: 0 1% 25px;
    border-radius: 5px;
    position: relative;
}
#item-images-list .box .image {
  overflow: hidden;
  position: relative;
  border-radius:10px;
  background:#fff;
  text-align: center;
  min-height:160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px 0;
}
#item-images-list .box img {
  width:auto;
  max-height:215px;
  height:20vw;
}
#item-images-list .box .item-name img {
    display: inline;
    width: 20px;
    height: 18px;
    position: relative;
    top: 3px;
}
#item-images-list .box .cartin::after {
  content: "in cart";
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  left: -5px;
  top: 50%;
  margin-top: -1em;
}

#item-images-list .box .soldout img {
  /*opacity: 0.3;*/
}

#item-images-list .box .soldout::after {
  content: "sold out";
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8px 0;
  /*left: 0;*/
  top: 50%;
  margin-top: -1em;
}



.item-name{
  text-align: center;
}

#item-images-list .box .list_cart{
  position: absolute;
  left: 10px;
  bottom: 7px;
  display: flex;
}
#item-images-list .box .list_cart input[name=number]{
  margin-right: 5px;
  min-width: 53px;
}
#item-images-list .box .list_cart .del-message{
  display: none;
}
.attention{
  color:red;
    display:block;
    width:80vw;
    max-width:500px;
    margin:0 auto;
    text-align: left;
}
.attention.black{
  color:black;
}
.onlybuy {
    margin-top: 5px;
    color: #d00;
}
@media screen and (max-width: 1049px){
  #item-images-list{
    /*width:700px*/
  }
}
@media screen and (max-width: 839px){
  #item-images-list{
    /*width:530px*/
  }
}
@media screen and (max-width: 639px){
.select-item-list{
  padding:25px 0;
  min-height:100vh;
}
.shuffle-btn-box{
  margin:0 auto;
}
#item-images-list{
  width:100%;
  padding:5vw 6vw 0;
}
#item-images-list .box{
/*    width: 46%;
    margin:0 2% 4%;*/
    width: 46%;
    margin: 0 1.66% 5%;
}
#item-images-list .box .pname{
   font-size:10px;
   margin-top:4px;
   display: inline;
}
#item-images-list .box img{
  /*height:36vw;*/
  width:auto;
  height:40vw;
}
#item-images-list .box .image{
  min-height:auto;
}
}
.list-cartin-btn {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-size: 20px;
    margin: 5px 0;
    color: #333;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 10px 8px;
    transition: all 0.3s;
    box-shadow: 0px 0px 2px 1px #d9d9d9;
    border-radius: 10px;
}
@media screen and (max-width: 639px){
  .list-cartin-btn {
    position: absolute;
    left: 10px;
    bottom: 7px;
    font-size: 20px;
    margin: 5px 0;
    color: #333;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    padding: 10px 8px;
    transition: all 0.3s;
    box-shadow: 0px 0px 2px 1px #d9d9d9;
    border-radius: 10px;
  }
}
.detail-cartin-btn i::before,
.list-cartin-btn i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f217";
}

.detail-cartin-btn:hover,
.list-cartin-btn:hover {
  background: rgba(100, 100, 100, 0.3);
  transform: scale(1.2, 1.2);
}

.detail-cartin-btn.is-cartin,
.list-cartin-btn.is-cartin {
  color: #fff;
  border: none;
  background: rgba(72, 255, 0, 0.6);
}

.detail-cartin-btn.is-cartin i::before,
.list-cartin-btn.is-cartin i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
}

.detail-cartin-btn.is-cartin:hover i::before,
.list-cartin-btn.is-cartin:hover i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1f8";
}

.list-cartin-btn.is-over {
  display: none;
}

.list-cartin-btn.is-limitover {
  display: none;
}

.detail-cartin-btn.is-buyed {
  display: none;
  color: #aaa;
  background: #efefef;
  cursor: default;
}

.detail-cartin-btn.is-buyed:hover {
  background: #efefef;
  transform: scale(1);
}

.new-box {
  display: none;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 2px;
  color: #fff;
  background: rgba(255, 0, 0, 0.8);
}

.new-box.view {
  display: block;
}

/**********************************************

 instagram feed

***********************************************/
#instagram .news-category{
  width:800px;
  margin:50px auto 30px;
  display: flex;
  justify-content: space-between;
}
#instagram .news-category .box{
  width:100%;
  text-align: center;
}
#instagram .news-category .box ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#instagram .news-category .box ul li{
}
#instagram .news-category .box ul li{
    position: relative;
    width: 30%;
    margin-right: 5%;
    height: auto;
    background: #fff;
    margin-bottom:30px;
    overflow: hidden;
}
#instagram .news-category .box ul li:nth-child(3n){
    margin-right:0;
}
#instagram .news-category .box ul li.box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#instagram .news-category .box ul li .inner {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    border:1px solid #666;
}
#instagram .news-category .box ul li .inner img{
    object-fit: cover;
    height:100%;
}
@media screen and (max-width: 768px){

#instagram .news-category{
  width:94%;
  margin:50px auto 30px;
  display: block;
}
#instagram .news-category .box{
  width:100%;
  text-align: center;
}
#instagram .news-category .box ul li{
  width:45%;
  margin-left:2.5%;
  margin-right:2.5%;
}
#instagram .news-category .box ul li:nth-child(3n){
  margin-right:2.5%;
}
/*#instagram .news-category .box ul li:nth-child(2n){
  margin-left:5%;
}*/
}
.cover{
  text-align: center;
  margin:0 auto 100px;
  width:50vw;
  max-width:170px;
}
.cover img{
  width:100%;
}

.new-box {
    display: none; 
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 9px;
    padding: 5px 6px;
    line-height: 1;
    border-radius: 16px;
    color: #fff;
    font-family: sans-serif;
    background: rgba(255, 0, 0, 0.8);
}
.new-box.view{
  display:block;
}
#instagram h3{
  font-size:20px;
  width: 100%;
  margin:1em 0;
  text-align: center;
  color:#666;
}