@charset "UTF-8";
.pc {
  display: initial;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc-1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-1024 {
    display: block;
    margin: 0;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: initial;
  }
}

.sp-768 {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-768 {
    display: block;
    margin: 0;
  }
}

.sp-480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-480 {
    display: block;
    margin: 0;
  }
}

* {
  letter-spacing: 0.01em;
}

.burari__hero .inner {
  margin: -85px auto 0;
}
@media (max-width: 970px) {
  .burari__hero .inner {
    margin-top: 0px;
  }
}
.burari__hero .inner .wrap {
  background: linear-gradient(180deg, rgb(0, 0, 0) 1%, rgb(0, 0, 0) 55%, rgb(255, 255, 255) 55%, rgb(255, 255, 255) 100%);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .burari__hero .inner .wrap {
    background: #000;
  }
}
@media (min-width: 1921px) {
  .burari__hero .inner .wrap {
    background: none;
  }
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap {
    background: linear-gradient(180deg, rgb(0, 0, 0) 1%, rgb(0, 0, 0) 80%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  }
}
.burari__hero .inner .wrap .col__wrap.img {
  position: relative;
  max-height: 808px;
  max-width: 1920px;
  margin: 0 auto;
  top: -50px;
  display: flex;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .col__wrap.img {
    max-height: none;
    height: auto;
    top: 0;
  }
}
.burari__hero .inner .wrap .col__wrap.img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7259278711) 95%);
  bottom: 0;
}
.burari__hero .inner .wrap .col__wrap.img .col__box {
  width: 50%;
}
.burari__hero .inner .wrap .col__wrap.img .col__box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 121/101;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .col__wrap.img .col__box {
    width: 100%;
  }
  .burari__hero .inner .wrap .col__wrap.img .col__box img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .col__wrap.img {
    display: block;
  }
}
.burari__hero .inner .wrap .txt__area {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  bottom: -122px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area {
    position: relative;
    top: -147px;
    width: 100%;
    margin: 0 0 -100px;
  }
}
@media (max-width: 970px) {
  .burari__hero .inner .wrap .txt__area {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .burari__hero .inner .wrap .txt__area {
    margin: 0 0 -130px;
  }
}
@media (min-width: 768.2px) and (max-width: 970px) {
  .burari__hero .inner .wrap .txt__area {
    top: 100px;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap {
  max-width: none;
  padding: 0 20px;
  margin: 0 auto;
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time {
  display: inline-block;
  height: 30px;
  position: relative;
  line-height: 30px;
  width: 161px;
  transform: rotate(-1deg);
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time {
    width: 146px;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time span {
  background: #FFF134;
  line-height: 30px;
  width: 147px;
  display: inline-block;
  padding-left: 0;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time span {
    width: 138px;
    font-size: 1.4rem;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time span i {
  transform: translateY(1px) rotate(1deg);
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  font-family: "Roboto", "游ゴシック体", YuGothic, "YuGothic M", "游ゴシック Medium", sans-serif;
  letter-spacing: 0;
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time span::before {
  content: "";
  width: 98.3%;
  border-style: solid;
  border-width: 4px 1px 0 140px;
  border-color: #FFF134 transparent transparent transparent;
  position: absolute;
  bottom: -3px;
  left: -6px;
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time span::after {
  content: "";
  border-width: 21px 10px 0 2px;
  border-color: #FFF134 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 10px;
  transform: rotate(10deg);
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time::before {
  content: "";
  background: #FFF134;
  background: #FFF134;
  transform: skewX(5deg);
  width: 10px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: -8px;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time::before {
    height: 103%;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this__time::after {
  content: "";
  background: #FFF134;
  background: #FFF134;
  transform: skewX(-7deg);
  width: 10px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 7px;
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .name {
  margin: 10px 0 0;
  font-size: 2rem;
  color: #FFF134;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .name {
    font-size: 1.6rem;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .name b {
  font-size: 2.6rem;
  margin-right: 2px;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .name b {
    font-size: 2.4rem;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .name i {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .name i {
    font-size: 1.1rem;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .name2 {
  margin-top: 0;
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ttl {
  color: #FFF134;
  font-size: 8.5rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 50px;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ttl {
    font-size: 10vw;
    padding-bottom: 0;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-01, .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-02 {
  display: inline-block;
  position: relative;
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-01::before,
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-02::before {
  display: block;
  content: attr(data-ruby);
  color: #FFF134;
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-01::before,
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-02::before {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-01::before,
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-02::before {
    transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-01::before,
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-02::before {
    font-size: 1.4rem;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-02::before {
  transform: translate(7px, -5px);
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .ruby-02::before {
    transform: translate(4px, 0);
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari {
  background: #FFF134;
  max-width: 1000px;
  margin: 0 auto;
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap {
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap {
    display: block;
    padding: 35px;
    margin-left: -1px;
  }
}
@media screen and (max-width: 390px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap {
    padding: 35px 15px 35px 25px;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type {
  width: 40%;
}
@media (min-width: 768.2px) and (max-width: 970px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type {
    width: 100% !important;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span {
  display: block;
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:first-of-type {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:first-of-type {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:first-of-type {
    text-align: left;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:nth-of-type(2) {
  font-size: 3.8rem;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.1;
  margin-top: 5px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:nth-of-type(2) {
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:nth-of-type(2) {
    text-align: left;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:nth-of-type(2) i {
  font-size: 1.8rem;
  display: block;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type span:nth-of-type(2) i {
    display: inline-block;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:last-of-type {
  width: 65%;
  padding-left: 50px;
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  max-height: 250px;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:last-of-type {
    width: 100%;
    border: none;
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:last-of-type {
    text-align: left;
  }
}
.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box .read {
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box .read {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box .tag {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box .tag {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.burari__preface {
  margin-top: 165px;
  margin-bottom: 220px;
}
@media screen and (max-width: 1300px) {
  .burari__preface {
    margin-top: 290px;
  }
}
@media (min-width: 768.2px) and (max-width: 970px) {
  .burari__preface {
    margin-top: 290px;
  }
}
@media (max-width: 768px) {
  .burari__preface {
    margin-top: 0;
    margin-bottom: 154px;
  }
}
.burari__preface .read {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  text-align: center;
  position: relative;
}
.burari__preface .read .sub__txt {
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .burari__preface .read .sub__txt {
    margin-top: 52px;
    line-height: 1.667;
    font-size: 12px;
  }
}
@media (min-width: 768.2px) and (max-width: 970px) {
  .burari__preface .read {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .burari__preface .read {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
.burari__preface .read .img {
  position: absolute;
  top: 0;
  right: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .burari__preface .read .img {
    right: -19px;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .burari__preface .read .img img {
    width: 50%;
    margin-left: auto;
  }
}
.burari__preface .read p {
  line-height: 3.5;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
}
@media (max-width: 768px) {
  .burari__preface .read p {
    line-height: 2.2;
  }
}
@media (max-width: 768px) {
  .burari__preface .read p {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
.burari__preface picture img {
  width: 100%;
}
.burari__preface .img img {
  width: 100%;
}

.burari__article {
  padding-bottom: 257px;
}
@media (max-width: 768px) {
  .burari__article {
    padding-bottom: 180px;
  }
}
.burari__article .shop {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 32%, #F8F8FA 30%, #F8F8FA 100%);
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .burari__article .shop {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 17%, #F8F8FA 15%, #F8F8FA 100%);
    padding-bottom: 20px;
  }
}
.burari__article .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .burari__article .inner {
    padding: 0 10px;
  }
}
.burari__article .img__wrap {
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .burari__article .img__wrap {
    margin-bottom: 0;
  }
}
.burari__article .img__wrap .shop__img.-main {
  width: 100%;
  max-width: 1440px;
  border-radius: 38px;
  border: 10px solid #fff;
}
@media (max-width: 768px) {
  .burari__article .img__wrap .shop__img.-main {
    margin-bottom: 120px;
  }
}
@media (max-width: 480px) {
  .burari__article .img__wrap .shop__img.-main {
    border-radius: 20px;
  }
}
.burari__article .shop__name {
  position: absolute;
  top: -22px;
  left: 50%;
  padding: 0 71px 0 72px;
  transform: translateX(-50%);
  line-height: 1.1;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .burari__article .shop__name {
    padding: 3px 13px;
  }
}
@media (max-width: 768px) {
  .burari__article .shop__name {
    top: -15px;
    text-align: center;
  }
}
.burari__article .shop__name .num {
  background: url(../img/burari/burari_num.png) no-repeat;
  width: 126px;
  height: 93px;
  position: absolute;
  top: -98px;
  left: 10px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "YuGothic M", "游ゴシック Medium", sans-serif;
  font-weight: bold;
  font-size: 5.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .burari__article .shop__name .num {
    background-size: 84px 62px;
    width: 84px;
    height: 62px;
    font-size: 3.7rem;
    top: -63px;
    left: 30px;
  }
}
@media (max-width: 480px) {
  .burari__article .shop__name .num {
    left: -22px;
  }
}
@media (max-width: 370px) {
  .burari__article .shop__name .num {
    left: -10px;
  }
}
.burari__article .shop__name .first {
  font-size: 5rem;
  background: #FFF134;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.04em;
  padding: 0 10px;
  position: relative;
  padding: 0 13px;
}
@media (max-width: 768px) {
  .burari__article .shop__name .first {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .burari__article .shop__name .first {
    padding: 0 13px;
  }
}
.burari__article .shop__name .first::before {
  position: absolute;
  content: "";
  color: #000;
  font-family: "Roboto", "游ゴシック体", YuGothic, "YuGothic M", "游ゴシック Medium", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0 71px 0 72px;
  transform: translateX(50%);
  right: 50%;
  top: -10px;
}
.burari__article .img__layer-2 {
  position: absolute;
  width: 380px;
  height: auto;
  bottom: -153px;
  right: 0;
  transform: rotate(-0.96deg);
}
.burari__article .img__layer-2 img {
  width: 380px;
  height: auto;
}
.burari__article .img__layer-3 {
  position: absolute;
  width: 348px;
  right: 112px;
  bottom: -175px;
  z-index: 1;
}
.burari__article .img__layer-3 img {
  width: 348px;
}
.burari__article .col__wrap {
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .burari__article .col__wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .burari__article .col__wrap.-info {
    padding: 0 20px;
  }
}
.burari__article .col__wrap .col__box:last-of-type {
  max-width: 530px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .burari__article .col__wrap .col__box:last-of-type {
    width: 100%;
    max-width: unset;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .burari__article .col__wrap .col__box.-info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article .col__wrap .col__box.-info {
    width: 100%;
    max-width: 315px;
    margin-right: auto;
  }
}
.burari__article .col__wrap .col__box.-img {
  width: 100%;
  max-width: 470px;
}
@media (max-width: 768px) {
  .burari__article .col__wrap .col__box.-img {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .burari__article .col__wrap .col__box.-img {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .burari__article .col__wrap .col__box.-img img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .burari__article .col__wrap .col__box.-img img {
    padding: 3px 0 0 0;
  }
}
@media (max-width: 480px) {
  .burari__article .col__wrap .col__box.-img:last-of-type img {
    padding: 0;
  }
}
.burari__article .col__wrap .col__box .info {
  font-weight: 500;
  margin-bottom: 30px;
}
.burari__article .col__wrap .col__box .info li {
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .burari__article .col__wrap .col__box .info {
    margin-bottom: 20px;
  }
}
.burari__article .col__wrap .col__box .info__text {
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 25px;
}
.burari__article .shop_epi {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 480px) {
  .burari__article .shop_epi {
    padding: 20px 10px 0;
  }
}
.burari__article .shop_epi .col__wrap {
  width: 100%;
  max-width: 1100px;
  justify-content: end;
  align-items: flex-start;
}
.burari__article .shop_epi .col__wrap .col__box.-text {
  max-width: 630px;
  padding-right: 53px;
}
@media screen and (max-width: 1400px) {
  .burari__article .shop_epi .col__wrap .col__box.-text {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article .shop_epi .col__wrap .col__box.-text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article .shop_epi .col__wrap .col__box.-text {
    width: 100%;
    max-width: unset;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .burari__article .shop_epi .col__wrap .col__box.-text {
    padding-right: 0;
    margin: auto;
  }
}
.burari__article .shop_epi .col__wrap .col__box:last-of-type {
  width: 100%;
  padding-left: 0;
}
.burari__article .shop_epi .col__wrap .title {
  display: inline;
  font-weight: bold;
  font-size: 2.4rem;
  background: linear-gradient(transparent 85%, #FFF134 0%);
  background-position-y: -3px;
  -webkit-text-decoration-color: var(--fff-134, #FFF134);
          text-decoration-color: var(--fff-134, #FFF134);
  line-height: 33px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .burari__article .shop_epi .col__wrap .title {
    font-size: 2rem;
  }
}
.burari__article .shop_epi .col__wrap .read {
  line-height: 25px;
  letter-spacing: 16px;
  margin-top: 20px;
}
.burari__article .shop_epi .col__wrap .epi__text {
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .burari__article .shop_epi .col__wrap .epi__text {
    margin-bottom: 20px;
  }
}
.burari__article .full-img {
  max-width: 1100px;
  margin: auto;
}
.burari__article .full-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .burari__article.-sec01 {
    padding-top: 0;
    padding-bottom: 130px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec01 .shop__name {
    top: -18px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec01 .shop__name .num {
    top: -65px;
    left: -15px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec01 .first {
    padding: 6px 13px;
  }
}
.burari__article.-sec01 .shop_epi {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .shop_epi {
    padding: 57px 0 0 0;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec01 .shop__img.-main {
    border: none;
    margin-bottom: 63px;
    margin-top: -5px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec01 .shop__img.-main {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .col__wrap .col__box.-text {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .col__wrap .col__box.-img:last-of-type {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 880px) {
  .burari__article.-sec01 .col__wrap .col__box.-img img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec01 .col__wrap .col__box.-img img {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec01 .col__wrap .col__box.-img img {
    padding: 3px 0 0 0;
  }
}
.burari__article.-sec01 .img__layer-2 {
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec01 .img__layer-2 {
    width: 270px;
    bottom: -90px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec01 .img__layer-2 {
    width: 290px;
    right: 0;
    bottom: -30px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .img__layer-2 {
    width: 225px;
    right: unset;
    left: 25px;
    bottom: -30px;
  }
}
.burari__article.-sec01 .img__layer-2 img {
  width: 380px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec01 .img__layer-2 img {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec01 .img__layer-2 img {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .img__layer-2 img {
    width: 225px;
  }
}
.burari__article.-sec01 .img__layer-4__wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .burari__article.-sec01 .img__layer-4__wrap {
    width: 100%;
  }
}
.burari__article.-sec01 .img__layer-4 {
  width: 272px;
  height: auto;
  position: absolute;
  left: -130px;
  bottom: -132px;
  transform: rotate(1.1deg);
}
@media screen and (max-width: 1440px) {
  .burari__article.-sec01 .img__layer-4 {
    left: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .burari__article.-sec01 .img__layer-4 {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec01 .img__layer-4 {
    width: 250px;
    left: unset;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .img__layer-4 {
    width: 191px;
    bottom: -375px;
    right: -27px;
  }
}
.burari__article.-sec01 .img__layer-4 img {
  width: 272px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .burari__article.-sec01 .img__layer-4 img {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .img__layer-4 img {
    width: 191px;
  }
}
.burari__article.-sec01 .full-img {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec01 .full-img {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.burari__article.-sec02 {
  padding-bottom: 116px;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec02 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec02 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec02 {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec02 .shop {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, #F8F8FA 15%, #F8F8FA 100%);
    padding-bottom: 20px;
  }
}
.burari__article.-sec02 .first {
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec02 .first {
    padding: 3px 13px;
  }
}
.burari__article.-sec02 .first::before {
  content: "";
}
@media (max-width: 768px) {
  .burari__article.-sec02 .shop__img.-main {
    margin-bottom: 90px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec02 .shop__img.-main {
    margin-bottom: 258px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec02 .shop__name {
    top: -23px;
  }
}
.burari__article.-sec02 .shop__name .num {
  top: -82px;
}
@media (max-width: 480px) {
  .burari__article.-sec02 .shop__name .num {
    left: -15px;
    top: -52px;
  }
}
@media (max-width: 370px) {
  .burari__article.-sec02 .shop__name .num {
    left: -25px;
  }
}
.burari__article.-sec02 .shop__name .ruby-03 {
  display: inline-block;
  position: relative;
}
.burari__article.-sec02 .shop__name .ruby-03::before {
  display: block;
  content: attr(data-ruby);
  color: #000;
  font-family: "Roboto", "游ゴシック体", YuGothic, "YuGothic M", "游ゴシック Medium", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  top: -10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .burari__article.-sec02 .shop__name .ruby-03::before {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.burari__article.-sec02 .img__layer-2 {
  position: absolute;
  width: 606px;
  height: auto;
  right: -120px;
  bottom: -180px;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .burari__article.-sec02 .img__layer-2 {
    width: 500px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec02 .img__layer-2 {
    width: 330px;
    bottom: -70px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec02 .img__layer-2 {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec02 .img__layer-2 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    bottom: 10px;
  }
}
.burari__article.-sec02 .img__layer-2 img {
  width: 606px;
  height: auto;
}
@media screen and (max-width: 1680px) {
  .burari__article.-sec02 .img__layer-2 img {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec02 .img__layer-2 img {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec02 .img__layer-2 img {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec02 .img__layer-2 img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec02 .shop__img.-main {
    margin-bottom: 249px;
  }
}
@media (max-width: 880px) {
  .burari__article.-sec02 .col__box.-img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec02 .col__box.-img {
    max-width: unset;
  }
}
@media (max-width: 880px) {
  .burari__article.-sec02 .col__box.-img img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec02 .col__box.-img img {
    padding: 0;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec02 .col__box.-text {
    padding-right: 0;
  }
}
.burari__article.-sec02 .img__shop {
  max-width: 470px;
}
@media (max-width: 768px) {
  .burari__article.-sec02 .img__shop {
    max-width: unset;
  }
}
.burari__article.-sec02 .col__wrap .col__box .info li:nth-child(3) {
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .burari__article.-sec02 .col__wrap .col__box .info li:nth-child(3) {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec03 {
    padding-bottom: 116px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 {
    padding-bottom: 0;
  }
}
.burari__article.-sec03 .shop {
  padding-top: 201px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #F8F8FA 30%, #F8F8FA 100%);
}
@media (max-width: 768px) {
  .burari__article.-sec03 .shop {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, #F8F8FA 15%, #F8F8FA 100%);
    padding-top: 143px;
    padding-bottom: 20px;
  }
}
.burari__article.-sec03 .first {
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec03 .first {
    padding: 0 0 0 13px;
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec03 .first {
    padding: 3px 13px;
  }
}
.burari__article.-sec03 .first::before {
  content: "インジニアスクリエイティブキッチン";
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec03 .first::before {
    right: unset;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .first::before {
    font-size: 14px;
    padding: 0;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec03 .shop__name {
    top: -23px;
    padding: 3px 12px 3px 0px;
  }
}
.burari__article.-sec03 .shop__name .num {
  left: 20px;
}
@media (max-width: 1024px) {
  .burari__article.-sec03 .shop__name .num {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec03 .shop__name .num {
    top: -75px;
    left: 60px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec03 .shop__name .num {
    top: -75px;
    left: -13px;
  }
}
@media (max-width: 390px) {
  .burari__article.-sec03 .shop__name .num {
    left: -5px;
  }
}
.burari__article.-sec03 .p-13 {
  padding-right: 0;
  padding-left: 0;
  background-color: #FFF134;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec03 .p-13 {
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec03 .p-13 {
    padding: 6px 13px;
  }
}
.burari__article.-sec03 .p-15 {
  padding: 0;
  background-color: #FFF134;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec03 .p-15 {
    display: inline-block;
    padding: 10px 13px 7px 13px;
    margin-left: 150px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .p-15 {
    margin-left: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .burari__article.-sec03 .img__wrap {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .img__wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec03 .img__wrap {
    margin-bottom: 0;
  }
}
.burari__article.-sec03 .col__wrap {
  max-width: 1100px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .burari__article.-sec03 .col__wrap {
    align-items: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec03 .col__wrap {
    margin-bottom: 20px;
  }
}
.burari__article.-sec03 .col__wrap.-info {
  margin-bottom: 0px;
}
.burari__article.-sec03 .col__wrap.-info .info {
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .burari__article.-sec03 .col__wrap.-info .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .col__wrap.-info .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec03 .col__wrap.-info .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .col__wrap.-info .col__box.-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec03 .col__wrap.-info .col__box.-img img {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec03 .col__wrap .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .col__wrap .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec03 .col__wrap .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .col__wrap .col__box.-img img {
    width: 100%;
  }
}
.burari__article.-sec03 .col__wrap .col__box.-img.-shop03 {
  position: relative;
}
.burari__article.-sec03 .col__wrap .col__box.-text {
  padding-right: 50px;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec03 .col__wrap .col__box.-text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .col__wrap .col__box.-text {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec03 .col__wrap .col__box.-info {
    margin-top: 20px;
  }
}
.burari__article.-sec03 .img__layer.-text {
  width: 329px;
  position: absolute;
  left: -235px;
  bottom: -75px;
}
@media (max-width: 1600px) {
  .burari__article.-sec03 .img__layer.-text {
    width: 280px;
    left: -140px;
    bottom: -70px;
  }
}
@media (max-width: 1400px) {
  .burari__article.-sec03 .img__layer.-text {
    left: 0;
    bottom: -80px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec03 .img__layer.-text {
    width: 265px;
    left: -20px;
    bottom: -95px;
  }
}
.burari__article.-sec03 .img__layer.-text .img__text {
  width: 329px;
}
@media (max-width: 1600px) {
  .burari__article.-sec03 .img__layer.-text .img__text {
    width: 280px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec03 .img__layer.-text .img__text {
    width: 265px;
  }
}
.burari__article.-sec03 .shop__img.-main {
  position: relative;
}
@media (max-width: 480px) {
  .burari__article.-sec03 .shop__img.-main {
    margin-bottom: 190px;
  }
}
.burari__article.-sec03 .shop__tag01 {
  position: absolute;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000;
  background-color: #FFF134;
  padding: 0 17.5px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  top: 98px;
  left: 174px;
  height: 360px;
  letter-spacing: 0.25em;
  z-index: 3;
}
@media (max-width: 1024px) {
  .burari__article.-sec03 .shop__tag01 {
    font-size: 28px;
    height: 320px;
    top: 65px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec03 .shop__tag01 {
    font-size: 24px;
    height: 260px;
    padding: 10px;
    top: unset;
    left: 160px;
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec03 .shop__tag01 {
    left: 80px;
    bottom: 53px;
    padding: 3px;
  }
}
@media (max-width: 360px) {
  .burari__article.-sec03 .shop__tag01 {
    left: 75px;
  }
}
.burari__article.-sec03 .shop__tag02 {
  position: absolute;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000;
  background-color: #FFF134;
  padding: 0 17.5px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 200px;
  bottom: 98px;
  left: 79px;
  letter-spacing: 0.25em;
  z-index: 3;
}
@media (max-width: 1024px) {
  .burari__article.-sec03 .shop__tag02 {
    font-size: 28px;
    height: 180px;
    bottom: 80px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec03 .shop__tag02 {
    font-size: 24px;
    height: 140px;
    padding: 10px;
    top: unset;
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec03 .shop__tag02 {
    left: 25px;
    bottom: 18px;
    padding: 3px;
  }
}
@media (max-width: 360px) {
  .burari__article.-sec03 .shop__tag02 {
    left: 20px;
  }
}
.burari__article.-sec03 .img__layer {
  position: absolute;
  width: 453px;
  height: auto;
  right: -55px;
  bottom: -220px;
}
@media screen and (max-width: 1680px) {
  .burari__article.-sec03 .img__layer {
    width: 350px;
    right: 0;
    bottom: -160px;
  }
}
@media screen and (max-width: 1200px) {
  .burari__article.-sec03 .img__layer {
    width: 300px;
    right: 0;
    bottom: -120px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec03 .img__layer {
    bottom: -70px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec03 .img__layer {
    width: 100%;
    max-width: 320px;
    right: 15px;
    bottom: -14px;
  }
}
@media (max-width: 370px) {
  .burari__article.-sec03 .img__layer {
    right: 0;
  }
}
.burari__article.-sec03 .img__layer img {
  width: 453px;
  height: auto;
}
@media screen and (max-width: 1680px) {
  .burari__article.-sec03 .img__layer img {
    width: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .burari__article.-sec03 .img__layer img {
    width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec03 .img__layer img {
    width: 100%;
    max-width: 320px;
    height: 258px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .shop {
    padding-top: 132px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec04 .shop {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 27%, #F8F8FA 15%, #F8F8FA 100%);
  }
}
@media (max-width: 480px) {
  .burari__article.-sec04 .shop__name {
    top: -23px;
  }
}
@media (max-width: 1024px) {
  .burari__article.-sec04 .shop__name .num {
    top: -110px;
    left: 40px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec04 .shop__name .num {
    top: -73px;
    left: 50px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec04 .shop__name .num {
    top: -68px;
    left: -10px;
  }
}
.burari__article.-sec04 .first {
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .first {
    padding: 0 0 0 13px;
    background-color: transparent;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .first {
    padding: 3px 13px;
  }
}
.burari__article.-sec04 .first::before {
  content: "";
}
.burari__article.-sec04 .p-13 {
  padding-right: 0;
  padding-left: 0;
  background-color: #FFF134;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .p-13 {
    padding: 10px 13px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .p-13 {
    padding: 6px 13px 3px 13px;
  }
}
.burari__article.-sec04 .p-15 {
  padding: 0;
  background-color: #FFF134;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .p-15 {
    display: inline-block;
    padding: 20px 13px 7px 13px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .p-15 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .p-15 {
    padding: 13px 13px 7px 13px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .img__wrap {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .img__wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .img__wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec04 .shop__img.-main {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec04 .shop__img.-main {
    margin-bottom: 146px;
  }
}
.burari__article.-sec04 .img__layer-2 {
  width: 488px;
  right: -33px;
  bottom: -190px;
  z-index: 1;
}
@media screen and (max-width: 1680px) {
  .burari__article.-sec04 .img__layer-2 {
    right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .burari__article.-sec04 .img__layer-2 {
    width: 430px;
    bottom: -180px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .img__layer-2 {
    width: 340px;
    right: 20px;
    bottom: -120px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .img__layer-2 {
    width: 303px;
    right: 55px;
    bottom: -90px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .img__layer-2 {
    width: 303px;
    right: unset;
    left: 25px;
    bottom: 20px;
  }
}
@media screen and (max-width: 370px) {
  .burari__article.-sec04 .img__layer-2 {
    left: 15px;
  }
}
.burari__article.-sec04 .img__layer-2 img {
  width: 488px;
}
@media screen and (max-width: 1440px) {
  .burari__article.-sec04 .img__layer-2 img {
    width: 430px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .img__layer-2 img {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .img__layer-2 img {
    width: 303px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .img__layer-2 img {
    width: 303px;
  }
}
.burari__article.-sec04 .col__wrap.-info {
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .col__wrap.-info {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec04 .col__wrap.-info {
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .col__wrap.-info {
    padding-top: 0;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec04 .col__wrap.-info .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .col__wrap.-info .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec04 .col__wrap.-info .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .col__wrap.-info .col__box.-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .col__wrap.-info .col__box.-img img {
    width: 100%;
    padding: 0;
  }
}
.burari__article.-sec04 .col__wrap .info {
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .burari__article.-sec04 .col__wrap .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .col__wrap .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec04 .col__wrap .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .col__wrap .col__box.-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .col__wrap .col__box.-img img {
    width: 100%;
    padding: 0;
  }
}
.burari__article.-sec04 .shop_epi {
  padding: 106px 0 0 0;
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .shop_epi {
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .shop_epi {
    padding: 20px 10px 0 10px;
  }
}
.burari__article.-sec04 .shop_epi .col__wrap {
  max-width: 1100px;
}
.burari__article.-sec04 .shop_epi .col__wrap .epi__text {
  font-weight: 500;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .shop_epi .col__wrap .epi__text {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .shop_epi .col__wrap .epi__text {
    margin-bottom: 0;
  }
}
.burari__article.-sec04 .shop_epi .col__wrap .col__box.-text {
  max-width: unset;
  padding-right: 50px;
}
@media screen and (max-width: 880px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box.-text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box.-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box.-text {
    margin-bottom: 90px;
  }
}
.burari__article.-sec04 .shop_epi .col__wrap .col__box:last-of-type {
  position: relative;
}
.burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 {
  width: 425px;
  position: absolute;
  top: -90px;
  left: -180px;
}
@media (max-width: 1024px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 {
    width: 300px;
    height: auto;
    top: -60px;
    left: -20px;
  }
}
@media (max-width: 880px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 {
    width: 322px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 {
    top: -71px;
    left: -10px;
  }
}
.burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 img {
  width: 425px;
}
@media (max-width: 1024px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 img {
    width: 300px;
  }
}
@media (max-width: 880px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 img {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec04 .shop_epi .col__wrap .col__box .img__layer-4 img {
    width: 322px;
  }
}
.burari__article.-sec04 .full-img {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .burari__article.-sec04 .full-img {
    margin-top: 20px;
  }
}
.burari__article.-sec05 {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .shop {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 27%, #F8F8FA 15%, #F8F8FA 100%);
    padding-top: 132px;
    padding-bottom: 20px;
  }
}
.burari__article.-sec05 .first {
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec05 .first {
    padding: 3px 13px;
  }
}
.burari__article.-sec05 .first::before {
  content: "";
}
@media (max-width: 480px) {
  .burari__article.-sec05 .shop__name {
    top: -23px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec05 .shop__name .num {
    left: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec05 .img__wrap {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .img__wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec05 .shop__img.-main {
    margin-bottom: 80px;
  }
}
.burari__article.-sec05 .img__layer-2 {
  width: 382px;
  right: 212px;
  bottom: -90px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .burari__article.-sec05 .img__layer-2 {
    right: 150px;
    bottom: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec05 .img__layer-2 {
    width: 280px;
    right: 150px;
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .img__layer-2 {
    width: 270px;
    right: 70px;
    bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec05 .img__layer-2 {
    right: unset;
    left: 10px;
  }
}
.burari__article.-sec05 .img__layer-2 img {
  width: 382px;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec05 .img__layer-2 img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .img__layer-2 img {
    width: 270px;
  }
}
.burari__article.-sec05 .col__wrap {
  max-width: 1100px;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec05 .col__wrap .epi__text {
    margin-bottom: 20px;
  }
}
.burari__article.-sec05 .col__wrap .col__box.-text {
  margin-left: 0;
}
@media screen and (max-width: 880px) {
  .burari__article.-sec05 .col__wrap .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .col__wrap .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec05 .col__wrap .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .col__wrap .col__box.-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec05 .col__wrap .col__box.-img img {
    width: 100%;
    padding: 0;
  }
}
.burari__article.-sec05 .col__wrap.-info {
  max-width: 1100px;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec05 .col__wrap.-info {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec05 .col__wrap.-info {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec05 .col__wrap.-info {
    padding-top: 0;
  }
}
.burari__article.-sec05 .col__wrap.-info .info {
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .burari__article.-sec05 .col__wrap.-info .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .col__wrap.-info .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec05 .col__wrap.-info .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec05 .col__wrap.-info .col__box.-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec05 .col__wrap.-info .col__box.-img img {
    width: 100%;
    padding: 0;
  }
}
.burari__article.-sec05 .full-img {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec05 .full-img {
    margin-top: 20px;
  }
}
.burari__article.-sec06 {
  padding-top: 247px;
  padding-bottom: 149px;
}
@media (max-width: 768px) {
  .burari__article.-sec06 {
    padding-top: 132px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec06 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .shop {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 16%, #F8F8FA 15%, #F8F8FA 100%);
  }
}
.burari__article.-sec06 .first {
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec06 .first {
    padding: 3px 13px;
  }
}
.burari__article.-sec06 .first::before {
  content: "";
}
@media (max-width: 480px) {
  .burari__article.-sec06 .shop__name {
    top: -23px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec06 .shop__name .num {
    left: -10px;
  }
}
@media (max-width: 1024px) {
  .burari__article.-sec06 .img__wrap {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec06 .img__wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .burari__article.-sec06 .img__wrap .shop__img.-main {
    margin-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .burari__article.-sec06 .img__wrap .shop__img.-main {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec06 .col__wrap .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .col__wrap .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec06 .col__wrap .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .col__wrap .col__box.-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec06 .col__wrap .col__box.-img img {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec06 .col__wrap.-info {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec06 .col__wrap.-info {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec06 .col__wrap.-info {
    padding-top: 0;
  }
}
.burari__article.-sec06 .col__wrap.-info .info {
  margin-bottom: 30px;
}
@media screen and (max-width: 880px) {
  .burari__article.-sec06 .col__wrap.-info .col__box.-img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .col__wrap.-info .col__box.-img {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .burari__article.-sec06 .col__wrap.-info .col__box.-img img {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .col__wrap.-info .col__box.-img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec06 .col__wrap.-info .col__box.-img img {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .shop_epi .col__wrap .epi__text {
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec06 .shop_epi .col__wrap .epi__text {
    margin-bottom: 20px;
  }
}
.burari__article.-sec06 .img__layer-2 {
  width: 376px;
  right: 0;
  bottom: -92px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .burari__article.-sec06 .img__layer-2 {
    bottom: -130px;
  }
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec06 .img__layer-2 {
    width: 280px;
    right: 20px;
    bottom: -90px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .img__layer-2 {
    width: 225px;
    right: 5px;
    bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .burari__article.-sec06 .img__layer-2 {
    bottom: 5px;
  }
}
.burari__article.-sec06 .img__layer-2 img {
  width: 376px;
}
@media screen and (max-width: 1024px) {
  .burari__article.-sec06 .img__layer-2 img {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .burari__article.-sec06 .img__layer-2 img {
    width: 225px;
  }
}
.burari__article.-sec06 .full-img {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .burari__article.-sec06 .full-img {
    margin-top: 20px;
  }
}

.brari__map {
  background-color: #FFF134;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .brari__map {
    padding: 50px 0;
  }
}
.brari__map .inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .brari__map .inner {
    padding: 0 23px;
  }
}
.brari__map .map__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .brari__map .map__wrap {
    flex-direction: column;
  }
}
.brari__map .map__wrap .map__img {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .brari__map .map__wrap .map__img {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .brari__map .map__wrap .map__img {
    max-width: unset;
    margin-bottom: 50px;
  }
}
.brari__map .map__wrap .map__img img {
  width: 600px;
}
@media (max-width: 1024px) {
  .brari__map .map__wrap .map__img img {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .brari__map .map__wrap .map__img img {
    width: 100%;
    max-width: unset;
  }
}
.brari__map .map__wrap .map__text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 60px;
  width: 100%;
  max-width: 550px;
  margin-left: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .brari__map .map__wrap .map__text {
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .brari__map .map__wrap .map__text {
    font-size: 20px;
    line-height: 40px;
    max-width: unset;
  }
}
@media (max-width: 370px) {
  .brari__map .map__wrap .map__text {
    font-size: 19px;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .btnArea {
    height: 230px;
    padding-top: 100px;
  }
}

.burari_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .burari_ttl {
    padding-top: 22px;
  }
}
.burari_ttl .ttl {
  font-family: "Shippori Mincho B1", serif;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .burari_ttl .ttl {
    font-size: 3.6rem;
  }
}
.burari_ttl .sub {
  color: #DF1310;
  font-family: "Roboto", "游ゴシック体", YuGothic, "YuGothic M", "游ゴシック Medium", sans-serif;
  letter-spacing: 0.2em;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .burari_ttl .sub {
    font-size: 1rem;
  }
}

.burari__hero.list {
  padding-top: 130px;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .burari__hero.list {
    padding-top: 70px;
    margin-bottom: 50px;
  }
}
.burari__hero.list .inner {
  max-width: 1000px;
}
.burari__hero.list .inner .wrap {
  position: relative;
  margin-bottom: 70px;
  background: none;
  display: block;
}
@media screen and (max-width: 1125px) {
  .burari__hero.list .inner .wrap {
    margin-bottom: 35px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.burari__hero.list .inner .wrap .col__wrap.img {
  top: 0;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .col__wrap.img {
    max-height: unset;
    height: auto;
  }
}
.burari__hero.list .inner .wrap .col__wrap.img .col__box img {
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .col__wrap.img .col__box img {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .col__wrap.img .col__box:last-of-type img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .col__wrap.img .col__box:last-of-type::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7259278711) 95%);
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .col__wrap.img::after {
    display: none;
  }
}
.burari__hero.list .inner .wrap .txt__area {
  top: unset;
  bottom: 0;
  width: 100%;
  position: absolute;
}
@media screen and (max-width: 1125px) {
  .burari__hero.list .inner .wrap .txt__area {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area {
    bottom: 0;
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .ttl_area_wrap {
  display: flex;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .ttl_area_wrap {
    padding: 0;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .ttl_area_wrap .ttl__wrap {
  max-width: none;
  display: flex;
  flex-direction: column;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .ttl_area_wrap .ttl__wrap .name b {
  font-size: 2rem;
  font-weight: 500;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap {
  background: #FFF134;
  height: 47px;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea {
  height: auto;
  width: 100%;
  display: block;
  height: 100%;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span {
  color: #DF1310;
  position: relative;
  font-family: "Roboto", "游ゴシック体", YuGothic, "YuGothic M", "游ゴシック Medium", sans-serif;
  border-bottom: 1px solid #DF1310;
  display: inline-block;
  transition: 0.3s;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::before {
  content: "";
  width: 9px;
  height: 1px;
  background: #DF1310;
  transform: rotate(40deg);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::before {
    top: 10px;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::after {
  content: "";
  width: 40px;
  height: 1px;
  background: #DF1310;
  display: inline-block;
  margin-left: 30px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::after {
    margin-left: auto;
    right: 0;
    top: 13px;
    position: absolute;
    width: 35px;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span.wh {
  color: #fff;
  border-color: #fff;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span.wh::before, .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span.wh::after {
  background: #fff;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span.bk {
  color: #1C1C1C;
  border-color: #1C1C1C;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span.bk::before, .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span.bk::after {
  background: #1C1C1C;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span {
  display: block;
  text-align: right;
  line-height: 47px;
  padding-right: 25px;
  width: 100%;
  height: 100%;
  color: #000;
  border: none;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span {
    padding-right: 60px;
  }
  .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::before {
    right: 5px;
  }
  .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::after {
    top: 28px;
    right: 15px;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::before, .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::after {
  background: #000;
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::before {
  top: 25px;
  right: 25px;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::before {
    right: 15px;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .btnWrap .btnArea span::after {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .ttl__wrap {
    padding: 0;
    margin-left: 20px;
  }
}
.burari__hero.list .inner .wrap .txt__area .ttl__area .ttl__wrap .ttl {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap .txt__area .ttl__area .ttl__wrap .ttl {
    text-align: center;
    padding: 0 10px;
  }
}
.burari__hero.list .inner .wrap:hover .txt__area .ttl__area .btnWrap .btnArea span {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap:hover .txt__area .ttl__area .btnWrap .btnArea span {
    margin-left: 0;
  }
}
.burari__hero.list .inner .wrap:hover .txt__area .ttl__area .btnWrap .btnArea span::before {
  transform: translate(30px) rotate(40deg);
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap:hover .txt__area .ttl__area .btnWrap .btnArea span::before {
    transform: translate(0) rotate(40deg);
    -webkit-animation: none;
            animation: none;
  }
}
.burari__hero.list .inner .wrap:hover .txt__area .ttl__area .btnWrap .btnArea span::after {
  transform: translateX(30px);
}
@media (max-width: 768px) {
  .burari__hero.list .inner .wrap:hover .txt__area .ttl__area .btnWrap .btnArea span::after {
    transform: translate(0);
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 880px) {
  .burari__hero.list .inner .wrap.burari_2 .txt__area .ttl__area .ttl__area_wrap .ttl {
    font-size: 9vw;
  }
}

_:lang(x)::-moz-placeholder,
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this_time span {
  width: 152px;
}

_:lang(x)::-moz-placeholder,
.burari__hero .inner .wrap .txt__area .ttl__area .ttl__area_wrap .ttl__wrap .this_time span i {
  letter-spacing: -0.02em;
}

.burari__hero .inner .wrap .txt__area .ttl__area .burari.col__wrap .col__box:first-of-type {
  width: 45%;
}

@media screen and (max-width: 480px) {
  .burari_article.sec05 .shop_epi .col__wrap .col__box:nth-child(2) {
    padding-top: 55px;
  }
}
@media screen and (max-width: 380px) {
  .burari_article.sec05 .shop_epi .col__wrap .col__box:nth-child(2) {
    padding-top: 70px;
  }
}