@charset "UTF-8";
/************ ranさんコース ************/
#ran .article-head__outer {
  background-image: linear-gradient(0deg, #f2eec2 5%, #e9cc89 35%);
  background-image:
    url('../img/texture.png'),
    linear-gradient(0deg, #f2eec2 5%, #e9cc89 35%);
  background-size: 90px, auto;
  background-repeat: repeat, no-repeat;
  background-position: top left, top left;
}

#ran .article-head__ttl {
  max-width: 940px;
}
#ran .article-head__course__outer {
  flex: 1;
  /* height: -webkit-fill-available; */
  /* padding: 15px; */
  background: linear-gradient(225deg, transparent 25px, #fff 10px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
}

#ran .article-head__course {
  background: linear-gradient(225deg, transparent 25px, #F5F3EE 10px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(8, 8%);
  /* height: -webkit-fill-available; */
  padding: 3% 3% 3% 4%;
  align-content: center;
  margin: 15px;
}

#ran .course__type img {
  height: 50px;
  margin-left: 15px;

}

#ran .course__ttl {
  font-size: clamp(16px, 2.5vw, 35px);
  line-height: 1.2;
  margin-left: 15px;
}

#ran .course__start {
  grid-area: 1 / 1 / 2 / 4;
}

#ran .course__type-1 {
  grid-area: 2 / 2 / 2 / 4;
}

#ran .course__type-2 {
  grid-area: 4 / 2 / 4 / 4;
}

#ran .course__type-3 {
  grid-area: 6 / 2 / 6 / 4;
}

#ran .course__type-4 {
  grid-area: 8 / 2 / 8 / 3;
}

#ran .course__number-1 {
  grid-area: 3 / 1 / 3 / 2;
}

#ran .course__number-2 {
  grid-area: 5 / 1 / 5 / 2;
}

#ran .course__number-3 {
  grid-area: 7 / 1 / 7 / 2;
}

#ran .course__number-4 {
  grid-area: 9 / 1 / 9 / 2;
}

#ran .course__ttl-1 {
  grid-area: 3 / 2 / 3 / 13;
}

#ran .course__ttl-2 {
  grid-area: 5 / 2 / 5 / 13;
}

#ran .course__ttl-3 {
  grid-area: 7 / 2 / 7 / 13;
}

#ran .course__ttl-4 {
  grid-area: 9 / 2 / 9 /13;
}
#ran .course__ttl-5 {
  grid-area: 11 / 2 / 11 /13;
}
#ran .course__ttl-6 {
  grid-area: 13 / 2 / 13 /13;
}

#ran .course__goal {
  grid-area: 8 / 9 / 8 / 12;
  margin-top: -7%;
}
@media (max-width:768px) {
  .course__number {
    min-width: 35px;
  }

  /* #ran .course__type img {
    height: 40px;
  } */

  .article-head__course {
    grid-template-rows: repeat(8, 9%);
  }

  .article-head__container {
    flex-direction: column;
  }

  .article-head__img,
  .article-head__course__outer {
    flex: unset;
  }

  .article-head__img {
    order: 2;
  }

  .article-head__course__outer {
    order: 1;
  }

  .article-head__course {
    padding: 5%;
  }

  .course__type-1 {
    grid-area: 2 / 2 / 2 / 5;
  }

  .course__type-2 {
    grid-area: 4 / 2 / 4 / 5;
  }

  .course__type-3 {
    grid-area: 6 / 2 / 6 / 5;
  }

  .course__type-4 {
    grid-area: 8 / 2 / 8 / 4;
  }
#ran .article-head__course {
  height: auto;
  grid-template-rows: repeat(8, 9%);
}
}

/* spot1 */
#ran .spot-1 {
  position: relative;
  background-image:
    url('../img/ran/green.svg'),
    url('../img/ran/yellow.svg'),
    url('../img/ran/line.svg');
  background-position:
    top right,
    bottom left,
    bottom right;
  background-repeat: no-repeat;
  background-size: 24%, 20%, 50%;
  overflow: hidden;
}

#ran .spot-1::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 30%;
  height: 8%;
  background: url('../img/ran/line.svg') no-repeat center center / contain;
  transform: scaleX(-1);
}

#ran .spot-1 .spot__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* grid-template-rows: repeat(14, auto); */
}

#ran .spot-1 .spot__inner img {
  object-fit: contain;
}

#ran .spot-1 .spot__ttl {
  grid-area: 1 / 1 / 2 / 3;
  margin-bottom: 20px;
}

#ran .spot-1-1 {
  grid-area: 3 / 1 / 8 / 5;
  margin-right: 30px;
}

#ran .spot-1-2 {
  grid-area: 8 / 1 / 9 / 5;
  margin-right: 30px;
  margin-bottom: 5%;
}

#ran .spot-1-3 {
  grid-area: 3 / 5 / 6 / 7;
  /* width: 125%; */
  scale: 1.1;
  transform-origin: top left;
}

#ran .spot-1-4 {
  grid-area: 4 / 5 / 6 / 6;
  /* top: -45%; */
  top: 10%;
}

#ran .spot-1-5 {
  grid-area: 6 / 5 /8 / 7;
  /* top: -1rem; */
  top: 5%;
}

#ran .spot-1-5-2 {
  grid-area: 8 / 5 /9 / 7;
}

#ran .spot-1-6 {
  grid-area: 10 / 1 / 13 / 3;
  left: 15%;
}

#ran .spot-1-7 {
  grid-area: 10 / 4 / 10 / 5;
  right: 60%;
}

#ran .spot-1-8 {
  grid-area: 11 / 4 / 13 / 6;
  right: 30%;
  z-index: 1;
}

#ran .spot-1-9 {
  grid-area: 10 / 5 / 12 / 6;
  left: 50%;
  max-width: 150px;
}

#ran .spot-1 .data_box_in .time_s {
  text-indent: -6em;
  padding-left: 6em;
}

@media (max-width:768px) {
  #ran .spot-1 {
    background-position: 130% 75%, -20% 55%, 100% 100%;
    background-size: 60%, 50%, 90%;
    padding-bottom: 30px;
  }
#ran .spot-1 .spot__ttl {
      min-width: 250px;
    width: 72%;
}
  #ran .spot-1::before {
    content: unset;
  }

  #ran .spot-1 .spot__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
  }

  #ran .spot-1.spot__ttl {
    grid-area: 1 / 1 / 2 / 3;
    margin-bottom: 20px;
    max-width: 250px;
    margin: 0 auto;
  }

  #ran .spot-1-1 {
    grid-area: 2 / 1 / 3 / 3;
    margin-right: 0;
  }

  #ran .spot-1-2 {
    grid-area: 3 / 1 / 4 / 3;
    margin-right: 0;
    margin-bottom: 5%;
  }

  #ran .spot-1-3 {
    grid-area: 4 / 1 / 6 / 2;
    width: 100%;
    scale: 1;
  }

  #ran .spot-1-4 {
    grid-area: 4 / 2 / 5 / 3;
    top: unset;

  }

  #ran .spot-1-5 {
    grid-area: 5 / 2 /6 / 3;
    top: unset;
  }

  #ran .spot-1-5-2 {
    grid-area: 6 / 1 /7 / 3;
    margin-bottom: 15px;
  }

  #ran .spot-1-6 {
    grid-area: 7 / 1 / 9 / 2;
    left: unset;
  }

  #ran .spot-1-7 {
    grid-area: 7 / 2 / 7 / 3;
    right: unset;
  }

  #ran .spot-1-8 {
    grid-area: 8 / 2 / 8 / 3;
    right: unset;
  }

  #ran .spot-1-9 {
    grid-area: 8 / 1 / 9 / 3;
    left: 28%;
    top: 15%;
    max-width: 80px;
  }
}

/* spot2 */
#ran .spot-2__outer {
  margin-bottom: 5%;
  background-image:
    url('../img/ran/yellow-2.webp'),
    url('../img/ran/line.svg');
  background-position:
    100% 100%,
    0 100%;
  background-repeat: no-repeat;
  background-size: 20%, 50%;
}
#ran .spot-2 {
  background-color: #906C43;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 0 50px 0 0;
  color: #fff;
  background-image:
    url('../img/ran/iroha-1.webp'),
    url('../img/ran/iroha-2.webp');
  background-position:
    top right,
    bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  z-index: 1;
}

#ran .spot-2 .spot__inner {
  display: grid;
  /* grid-template-columns: 2fr 1fr 4fr; */
  grid-template-columns: repeat(7, 1fr);
  /* grid-template-rows: auto auto auto 230px 180px; */
}

#ran .spot-2 .spot__ttl {
  grid-area: 1 / 4 / 2 / 6;
  margin-top: 20px;
}

#ran .spot-2-1 {
  /* grid-area: 2 / 4 /4 / 8; */
  grid-area: 2 / 4 /3 / 8;

  top: -7%;
}

#ran .spot-2-2 {
  grid-area: 4 / 4 / 5 / 8;
}

#ran .spot-2-2-2 {
  grid-area: 5 / 4 / 6 / 8;
}
#ran .spot-2-2-2 .data_box_tit {
  width: 250%;
}
#ran .spot-2-3 {
  grid-area: 2 / 1 / 3 / 4;
  /* max-width: 500px; */
  left: 15%;
  top: 65%;
  z-index: 1;
}

#ran .spot-2-4 {
  grid-area: 4 / 1 / 6 / 4;
  /* top: -18%; */
  z-index: 2;
  max-width: 480px;
  margin-bottom: -20%;
top: -10%;
}

#ran .spot-2-5 {
  grid-area: 1 / 1 / 3 / 4;

  max-width: 400px;
  margin-right: 15px;
  margin-bottom: -7%;
}
#ran .spot-2-5-2 {
  scale: 1.3;
  transform-origin: left bottom;
  left: 15%;
  max-width: 400px;
bottom: 5%;
}
#ran .spot-2 .data_box_tit:before {
  background-color: #fff;
}

#ran .spot-2 .data_box_tit:after {
  border-color: #fff;
}

@media (max-width:768px) {
  #ran .spot-2__outer {
    background-image: none;
    overflow: visible;

  }

  #ran .spot-2 {
    background-size: 50%;
    position: relative;
  }

  #ran .spot-2::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 50%;
    height: 50%;
    right: 0%;
    top: 38%;
    background: url('../img/ran/yellow-2.webp') no-repeat 120% 50% / contain;

  }

  #ran .spot-2__outer {
    margin-bottom: 15%;
  }

  #ran .spot-2 .spot__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0 10px;
    padding: 15px 0;
  }

  #ran .spot-2 .spot__ttl {
    grid-area: 1 / 1 / 2 / 3;
    margin-bottom: 20px;
    min-width: 200px;
    width: 60%;
    margin: 0 auto;
  }

  #ran .spot-2-1 {
    grid-area: 2 / 1 / 3 / 3;
    margin-right: 0;
    top: unset;
    margin-bottom: 15px;
  }

  #ran .spot-2-2 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #ran .spot-2-2-2 {
    grid-area: 4 / 1 / 5 / 2;
  }
#ran .spot-2-2-2 .data_box_tit {
  width: 100%;
}
  #ran .spot-2-3 {
    grid-area: 4 / 2 / 5 / 3;
    /* max-width: 500px; */
    right: 5%;
    left: unset;
    top: 0;
    z-index: 1;
    max-width: 300px;
    width: 100%;
    margin-bottom: 8px;
  }

  #ran .spot-2-4 {
    grid-area: 5 / 1 / 6 / 2;
    top: -18%;
    z-index: 2;
    max-width: 480px;
    margin-bottom: unset;
  }

  #ran .spot-2-5 {
    grid-area: 5 / 2 / 6 / 3;
    max-width: unset;
    margin-right: unset;
    top: 15%;
    z-index: 2;
    margin-bottom: unset;
  }
}

/* spot3 */
.spikes {
  position: relative;
  background: #fff;
  height: 1vh;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 0;
  display: block;
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}

/* #ran .spot-3__outer {
  padding-top: 5%;
  color: #fff;
  background-image:
    url('../img/ran/blue.svg'),
    url('../img/texture-yellow.png');
  background-position:
    0 90%,
    0 0;
  background-repeat:
    no-repeat,
    repeat;
  background-size:
    25%,
    100px;
    position: relative;
} */
 #ran .spot-3__outer {
  padding-top: 5%;
  color: #fff;
  background-image:
    url('../img/ran/blue.svg');
  background-position:
    0 90%;
  background-repeat:
    no-repeat;
  background-size:
    25%;
    position: relative;
    margin-bottom: 5%;
}

#ran .spot-3__outer::before {
    content: "";
    display: inline-block;
    position: absolute;
    background:  url('../img/texture-yellow.png') repeat;
    background-size: 100px;
    width: 100%;
    height: 70%;
    top: 0;
    z-index: -1;
}

#ran .spot-3 {
  background-color: #74A45E;
  max-width: 1500px;
  margin: 0 auto;
  border-radius: 50px 0 0 0;
  color: #fff;
}

#ran .spot-3 .spot__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* grid-template-rows: 220px auto auto auto auto; */
  gap: 10px;
  padding-bottom: 5%;
}

#ran .spot-3 .spot__ttl {
  grid-area: 1 / 1 / 2 / 3;
  margin-bottom: 20px;
}

#ran .spot-3-1 {
  grid-area: 1 / 3 / 2 / 4;
  bottom: 40%;
  right: 25%;
  z-index: 2;
  margin-bottom: -48%;
}

#ran .spot-3-2 {
  /* grid-area: 2 / 1 / 4 / 4; */
  grid-area: 2 / 1 / 3 / 4;

}

#ran .spot-3-3 {
  /* grid-area: 4 / 1 / 5 / 4; */
  grid-area: 3 / 1 / 4 / 4;

}

#ran .spot-3-3-2 {
  max-width: 230px;
}

#ran .spot-3-4 {
  /* grid-area: 1 / 4 / 3 / 6; */
  grid-area: 1 / 4 / 4 / 6;
  max-width: 450px;
  margin-left: auto;
  /* bottom: 15%; */
  z-index: 2;
bottom: 5%;
}
#ran .spot-3-4-3 {
  max-width: 300px;
  margin-left: auto;
  width: 77%;
}
/* #ran .spot-3-5 {
  grid-area: 3 / 4 / 6 / 6;
  max-width: 350px;
  margin-left: auto;
  bottom: 11%;
} */

#ran .spot-3 .data_box_tit:before {
  background-color: #fff;
}

#ran .spot-3 .data_box_tit:after {
  border-color: #fff;
}

#ran .spot-3 .spot__txt {
  margin-bottom: 0;
}

@media (max-width:768px) {
  .spikes::after {
    height: 15px;
    background-size: 15px 100%;

  }

  #ran .spot-3 {
    max-width: calc(100% - 30px);
    margin: unset;
    margin-left: auto;
  }

  #ran .spot-3 .spot__inner {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    max-width: calc(100% - 30px);
    padding: 0 15px 30px;
    position: relative;
    overflow: hidden;
  }

  #ran .spot-3 .spot__inner::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 0;
    width: 67%;
    height: 30%;
    right: -20%;
    top: 67%;
    background: url('../img/ran/blue.svg') no-repeat;

  }

  #ran .spot-3__outer {
    padding-top: 15%;
    background-image:
      url('../img/texture-yellow.png');
    background-position:
      0 0;
    background-repeat:
      repeat;
    background-size:
      100px;
  }

  #ran .spot-3 .spot__ttl {
    grid-area: 1 / 1 / 2 / 4;
    margin-bottom: unset;
    margin-top: 20px;
    margin-right: auto;
    min-width: 230px;
        width: 100%;
  }

  #ran .spot-3-1 {
    grid-area: 1 / 4 / 2 / 5;
    bottom: unset;
    right: unset;
    scale: 1.5;
    transform-origin: top right;
    z-index: 1;
    min-width: 55px;
    margin-bottom: unset;
  }

  #ran .spot-3-2 {
    grid-area: 2 / 1 / 3 / 5;

  }

  #ran .spot-3-3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #ran .spot-3-3-2 {
    width: 35%;
    max-width: 400px;
    margin: 0 auto;
  }

  #ran .spot-3-4 {
    grid-area: 4 / 3 / 5 / 5;
    max-width: unset;
    margin-left: auto;
    bottom: unset;
    scale: 1.1;
    transform-origin: top right;
    top: 7%;
  }

  #ran .spot-3-5 {
    grid-area: 4 / 1 / 5 / 5;
    max-width: unset;
    margin-left: auto;
    bottom: unset;
  }
}

/* spot4 */
#ran .spot-4__outer {
margin-bottom: 5%;
}
#ran .spot-4 {
  position: relative;
  background-image:
    url('../img/ran/green.svg'),
    url('../img/ran/green.svg'),
    url('../img/ran/line.svg');
  background-position:
    top right,
    bottom left,
    top left;
  background-repeat: no-repeat;
  background-size: 20%, 30%, 40%;
  overflow: hidden;
}

#ran .spot-4 .spot__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(auto, 150px);
  gap: 10px;
}

#ran .spot-4 .spot__ttl {
  grid-area: 1 / 3 / 2 / 6;
  margin-bottom: 20px;
  scale: 1.2;
  transform-origin: top right;

}

#ran .spot-4-1 {
  grid-area: 2 / 3 / 4 / 5;
}

#ran .spot-4-2 {
  grid-area: 4 / 3 / 5 / 5;
}

#ran .spot-4-3 {
  grid-area: 5 / 3 / 6 / 5;
}

#ran .spot-4-4 {
  grid-area: 1 / 1 / 2 / 2;
  scale: 1.1;
  transform-origin: top left;
  z-index: 1;
}

#ran .spot-4-5 {
  grid-area: 2 / 1 / 4 / 3;
  margin-right: 30px;
}

#ran .spot-4-6 {
  grid-area: 4 / 1 / 6 / 3;
  margin-right: 30px;
}

@media (max-width:768px) {
  #ran .spot-4 {
    position: relative;
    background-image:
      url('../img/ran/green.svg'),
      url('../img/ran/line.svg'),
      url('../img/ran/line.svg');
    background-position:
      130% 40%,
      100% 75%,
      0% 100%;
    background-repeat: no-repeat;
    background-size: 50%, 70%, 90%;

  }

  #ran .spot-4 .spot__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
  }

  #ran .spot-4 .spot__ttl {
    grid-area: 1 / 1 / 2 / 9;
    margin-bottom: 20px;
    scale: 1;
    min-width: 60px;
    margin: 0 auto;
    width: 17%;
  }

  #ran .spot-4-1 {
    grid-area: 2 / 1 / 3 / 8;
  }

  #ran .spot-4-2 {
    grid-area: 3 / 1 / 4 / 8;
  }

  #ran .spot-4-3 {
    grid-area: 4 / 1 / 5 / 6;
  }

  #ran .spot-4-4 {
    grid-area: 4 / 6 / 5 / 9;
    scale: 1;
  }

  #ran .spot-4-5 {
    grid-area: 6 / 1 / 7 / 7;
    margin-right: unset;
  }

  #ran .spot-4-6 {
    grid-area: 7 / 1 / 8 / 9;
    margin-right: unset;
    top: -40%;
  }

  #ran .spot-4 .data_box_in .time_s {
    text-indent: 0;
    padding-left: 0;
  }
}

/* spot5 */
#ran .spot-5 {
  position: relative;
  background-image:
    url('../img/ran/line.svg'),
    url('../img/ran/green.svg');
  background-position:
    top right,
    bottom right;
  background-repeat: no-repeat;
  background-size: 60%, 30%;
  overflow: hidden;
  /* margin-bottom: -200px; */
}

#ran .spot-5 .spot__inner {
  display: grid;
  grid-template-columns: 3fr 2fr;
  
  gap: 10px;
}

#ran .spot-5 .spot__ttl {
  grid-area: 1 / 1 / 2 / 2;
  margin-bottom: 20px;
      max-width: 500px;
    width: 65%;
}

#ran .spot-5-1 {
  /* grid-area: 2 / 1 / 4 / 2; */
  grid-area: 2 / 1 / 3 / 2;
}

#ran .spot-5-2 {
  grid-area: 3 / 1 / 4 / 2;
  /* top: 20%; */
  top: -20%;
}

/* #ran .spot-5-3 {
  grid-area: 5 / 1 / 7 / 2;
} */
#ran .spot-5-4 {
  grid-area: 2 / 2 / 4 / 3;
  margin-left: 30px;
}
#ran .spot-5-4-2 {
  margin:15px 0;
}
#ran .spot-5-4-3 {
  gap: 15px;
}
#ran .spot-5-4-3-left{
width: calc(40% - 7.5px);
}
#ran .spot-5-4-3-right {
  width: calc(60% - 7.5px);
}
/* #ran .spot-5-5 {
  grid-area: 3 / 2 / 4 / 3;
  margin-left: 30px;
} */

#ran .spot-5-6 {
  grid-area: 3 / 2 / 4 / 3;
  scale: 0.6;
  transform-origin: bottom right;
  top: -7%;
}

#ran .spot-5-7 {
  grid-area: 3 / 2 / 4 / 3;
  scale: 0.4;
  transform-origin: bottom left;
  top: -30%;
}

@media (max-width:768px) {
   #ran .spot-5 {
      position: relative;
  background-image:
    url('../img/ran/green.svg'),
    url('../img/ran/green.svg');
  background-position:
-15% 15%,
    115% 95%;
      background-repeat: no-repeat;
  background-size: 45%, 55%;
    margin-bottom: 50px;
   }
  #ran .spot-5 .spot__inner {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
  }

  #ran .spot-5 .spot__ttl {
    /* grid-area: 1 / 3 / 2 / 8; */
    grid-area: 1 / 2 / 2 / 9;
        margin-bottom: unset;
        width: 77%;
        margin: 0 auto;
  }


  #ran .spot-5-1 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #ran .spot-5-2 {
    grid-area: 3 / 2 / 4 / 9;
    top: unset;
  }

  #ran .spot-5-4 {
    grid-area: 4 / 1 / 5 / 5;
    margin-left: unset;
    margin-top: 1rem;
  }

  #ran .spot-5-5 {
    grid-area: 4 / 2 / 6 / 9;
    margin-left: unset;
    /* top: 30%; */
    scale: 1;
    transform-origin: top right;
  }

  #ran .spot-5-6 {
    grid-area: 5 / 1 / 6 / 7;
    scale: unset;
    /* transform-origin: bottom right; */
    top: -50%;
  }
  #ran .spot-5 .data__container {
    position: relative;
  }
  #ran .spot-5 .data__container .data__txt {
    width: 75%;
  }

  #ran .spot-5-7 {
    /* grid-area: 4 / 6 / 5 / 9; */
    /* scale: 0.8;
    transform-origin: bottom right;
    top: -60%; */
    scale: unset;
    transform-origin: top right;
    position: absolute;
    width: 27%;
    max-width: 170px;
    min-width: 100px;
    right: 0;
    top: 0;
  }

  #ran .spot-5 .data_box_in .time_s {
    text-indent: 0;
    padding-left: 0;
  }

}
/* insta */
#ran .insta {
  background-color: #F2EEC2;
  padding: 5vw 0;
  background: url('../img/texture-yellow.png') repeat;
  background-size: 100px;

}

#ran .insta__container {
  background-color: #b4b4aecc;
  background-image: linear-gradient(90deg, #d3cbc580 1px, transparent 1px), linear-gradient(#d3cbc580 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 21px 21px;
  border: 5px solid #fff;
  padding: 50px 0;
}
