@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
.bddvd_info {
  color: #fff;
}

.bddvd_info h3 {
  display: block;
  color: #801f28;
  letter-spacing: .15em;
  text-align: center;
  font-weight: bold;
}

.bddvd_info h3 .ttl {
  display: block;
}

.bddvd_info h3 .release {
  display: inline-block;
  position: relative;
  border-top: 1px solid #3d1014;
  color: #801f28;
}

.bddvd_info .detail {
  position: relative;
}

.bddvd_info .detail .right .btn_buy a {
  display: block;
  position: relative;
  background: #801f28;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.bddvd_info .detail .left dl dt {
  display: inline-block;
  color: #3d0005;
  font-weight: bold;
  background: #b86e74;
}

.bddvd_info .detail .left dl dd {
  line-height: 1.6;
  font-weight: 500;
}

.bddvd_info .detail .left dl dd a {
  color: #b86e74;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: .3s all ease-in;
  transition: .3s all ease-in;
}

.bddvd_info .detail .left dl dd a:hover {
  opacity: .7;
}


.bddvd_info .detail .left dl dd ul li strong {
  color: #b86e74;
  font-weight: 600;
  font-size: 120%;
}

.movie_wrap .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie_wrap .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 48.0625em) {
  .bddvd_info {
    margin-bottom: 60px;
    border-bottom: 2px solid #801f28;
    padding-bottom: 34px;
  }
  .bddvd_info h3 {
    margin: 0 auto 44px;
  }
  .bddvd_info h3 .ttl {
    font-size: 24px;
  }
  .bddvd_info h3 .release {
    padding-top: 15px;
    border-top: 1px solid #3d1014;
    margin: 15px auto 0;
    font-size: 28px;
  }
  .bddvd_info h3 .release:before {
    content: " ";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 140px;
    height: 1px;
    background: #801f28;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bddvd_info .detail {
    min-height: 616px;
  }
  .bddvd_info .detail .right {
    position: absolute;
    top: 0;
    left: 0;
    width: 396px;
  }
  .bddvd_info .detail .right .btn_buy {
    margin-top: 30px;
  }
  .bddvd_info .detail .right .btn_buy a {
    margin: auto;
    padding: 18px 0 17px;
    font-size: 15px;
    letter-spacing: 0;
  }
  .bddvd_info .detail .right .btn_buy a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 22px;
    height: 14px;
    background: url("../img/bddvd/ar_right.png") no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bddvd_info .detail .right .btn_buy a:hover span {
    -webkit-animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    animation-iteration-count: 4;
    -webkit-animation-iteration-count: 4;
  }
  .bddvd_info .detail .left {
    margin-left: 424px;
  }
  .bddvd_info .detail .left dl dt {
    padding: 6px 5px 5px;
    font-size: 17px;
  }
  .bddvd_info .detail .left dl dd {
    margin: 10px 0 26px 5px;
    font-size: 15px;
  }
  .bddvd_info .detail .left dl dd .small {
    font-size: 12px;
  }
  .bddvd_info .detail .left dl dd ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info {
    margin: 8px 0 12px;
    padding: 0 0 0 14px;
    border-left: 1px solid #801f28;
    text-indent: 0;
    font-size: 13px;
  }
  .bddvd_info .detail .left dl dd ul li .btn_img {
    display: block;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info figure img {
    width: 218px;
    margin: 1em 0 0;
    border: 1px solid #801f28;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .sample .btn {
    cursor: pointer;
    width: 280px;
    margin-top: 10px;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .goods_img {
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .goods_img:hover {
    opacity: .7;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .txt .att {
    display: inline-block;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: bold;
  }
  .bddvd_info .detail .left dl dd ul li .movie_wrap {
    width: 340px;
    margin-top: 7px;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .ttl {
    color: #b86e74;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 48em) {
  .bddvd_info h3 {
    margin: 0 auto 27px;
  }
  .bddvd_info h3 .ttl {
    font-size: 14px;
    letter-spacing: normal;
  }
  .bddvd_info h3 .release {
    padding-top: 8px;
    border-top: 1px solid #3d1014;
    margin: 8px auto 0;
    font-size: 20px;
  }
  .bddvd_info h3 .release:before {
    content: " ";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    width: 21.33%;
    height: 1px;
    background: #801f28;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bddvd_info .detail .right figure {
    width: 69.33%;
    margin: auto;
  }
  .bddvd_info .detail .right .btn_buy {
    margin-top: 22px;
  }
  .bddvd_info .detail .right .btn_buy a {
    width: 48%;
    margin: auto;
    padding: 11px 0 10px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .bddvd_info .detail .right .btn_buy a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 8.33%;
    width: 13px;
    height: 9px;
    background: url("../img/bddvd/ar_right.png") no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .bddvd_info .detail .left {
    margin: 6px 4% 30px;
    border-bottom: 2px solid #801f28;
    padding-bottom: 30px;
  }
  .bddvd_info .detail .left dl dt {
    margin-top: 18px;
    padding: 4px 5px 4px;
    font-size: 14px;
  }
  .bddvd_info .detail .left dl dd {
    margin: 4px 0 0 5px;
    font-size: 15px;
  }
  .bddvd_info .detail .left dl dd .small {
    font-size: 11px;
  }
  .bddvd_info .detail .left dl dd ul {
    font-size: 12px;
  }
  .bddvd_info .detail .left dl dd ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info {
    margin: 2px 0 8px;
    padding: 0 0 0 12px;
    border-left: 1px solid #801f28;
    text-indent: 0;
    font-size: 11px;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .sample_sp {
    width: 68%;
    margin-top: 10px;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info figure img {
    width: 48%;
    margin: 1em 0 0;
    border: 1px solid #801f28;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .txt .att {
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .bddvd_info .detail .left dl dd ul li .movie_wrap {
    margin-top: 4px;
  }
  .bddvd_info .detail .left dl dd ul li .tokuten_info .ttl {
    color: #b86e74;
    font-weight: bold;
    display: inline-block;
  }
}

.tokuten_all {
  color: #fff;
}

.tokuten_all h4 {
  color: #801f28;
  text-align: center;
  font-weight: bold;
}

.tokuten_all .tokuten_item {
  position: relative;
}

.tokuten_all .tokuten_item .tokuten_info h5 {
  display: inline-block;
  color: #3d0005;
  font-weight: bold;
  background: #b86e74;
}

.tokuten_all .tokuten_item .tokuten_info p {
  line-height: 1.6;
  font-weight: 500;
}

.tokuten_all .tokuten_item .tokuten_info p.name {
  font-weight: bold;
}

.tokuten_all .tokuten_item .tokuten_info p.txt .blue {
  color: #b86e74;
  font-weight: bold;
}

@media screen and (min-width: 48.0625em) {
  .tokuten_all {
    margin-bottom: 60px;
    border-bottom: 2px solid #801f28;
    padding-bottom: 60px;
  }
  .tokuten_all h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tokuten_all .tokuten_item {
    min-height: 443px;
    margin-bottom: 60px;
  }
  .tokuten_all .tokuten_item.vertical {
    min-height: 444px;
  }
  .tokuten_all .tokuten_item figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 314px;
  }
  .tokuten_all .tokuten_item .tokuten_info {
    margin-left: 340px;
    font-size: 15px;
  }
  .tokuten_all .tokuten_item .tokuten_info h5 {
    padding: 6px 5px 5px;
    font-size: 17px;
  }
  .tokuten_all .tokuten_item .tokuten_info p {
    margin-left: 5px;
  }
  .tokuten_all .tokuten_item .tokuten_info p.name {
    margin: 10px 0 26px 5px;
  }
}

@media screen and (max-width: 48em) {
  .tokuten_all {
    margin: 0 4% 30px;
    border-bottom: 2px solid #801f28;
    padding-bottom: 30px;
  }
  .tokuten_all h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .tokuten_all .tokuten_item {
    margin-bottom: 30px;
  }
  .tokuten_all .tokuten_item figure {
    width: 77%;
    margin: 0 auto 15px;
  }
  .tokuten_all .tokuten_item .tokuten_info {
    font-size: 15px;
  }
  .tokuten_all .tokuten_item .tokuten_info h5 {
    padding: 4px 5px 4px;
    font-size: 14px;
  }
  .tokuten_all .tokuten_item .tokuten_info p {
    margin: 4px 0 0 5px;
    font-size: 12px;
  }
  .tokuten_all .tokuten_item .tokuten_info p.name {
    font-size: 14px;
    margin: 10px 0 26px 5px;
  }
  .tokuten_all .att {
    margin-top: 30px;
    font-size: 12px;
  }
}

.tokuten_shop h4 {
  color: #801f28;
  text-align: center;
  font-weight: bold;
}

.tokuten_shop ul.shop_list {
  letter-spacing: -.4em;
}

.tokuten_shop ul.shop_list li.shop_item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.tokuten_shop ul.shop_list li.shop_item .shopname {
  color: #801f28;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}

.tokuten_shop ul.shop_list li.shop_item .goods_item p {
  line-height: 1.6;
}

.tokuten_shop ul.shop_list li.shop_item .plural li {
  vertical-align: top;
}

.tokuten_shop .att {
  margin-top: 1rem;
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.tokuten_shop .att_list li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  color: #fff;
}

@media screen and (min-width: 48.0625em) {
  .tokuten_shop {
    margin-bottom: 60px;
    border-bottom: 2px solid #801f28;
    padding-bottom: 60px;
  }
  .tokuten_shop h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .tokuten_shop ul.shop_list {
    width: 968px;
  }
  .tokuten_shop ul.shop_list li.shop_item {
    margin-bottom: 56px;
    font-weight: 500;
    font-size: 15px;
  }
  .tokuten_shop ul.shop_list li.shop_item.one {
    margin-right: 8px;
  }
  .tokuten_shop ul.shop_list li.shop_item .shopname {
    font-size: 17px;
    margin-bottom: 4px;
  }
  .tokuten_shop ul.shop_list li.shop_item .goods_item {
    width: 314px;
  }
  .tokuten_shop ul.shop_list li.shop_item .goods_item .goods {
    margin-bottom: 22px;
    color: #fff;
  }
  .tokuten_shop ul.shop_list li.shop_item .goods_item .goods strong {
    background: #b86e74;
    display: inline-block;
    padding: 0px 5px 0px;
    color: #3d0005;
    font-weight: bold;
  }
  .tokuten_shop ul.shop_list li.shop_item .small {
    font-size: 12px;
  }
  .tokuten_shop ul.shop_list li.shop_item .plural {
    letter-spacing: -.4em;
  }
  .tokuten_shop ul.shop_list li.shop_item .plural li {
    display: inline-block;
    letter-spacing: normal;
    margin-right: 8px;
  }
  .tokuten_shop ul.shop_list li.many_goods p.goods {
    margin-top: 40px;
  }
}

@media screen and (max-width: 48em) {
  .tokuten_shop {
    margin: 0 0% 30px 5%;
  }
  .tokuten_shop h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .tokuten_shop ul.shop_list li.shop_item {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
  }
  .tokuten_shop ul.shop_list li.shop_item .shopname {
    font-size: 15px;
    margin-bottom: 4px;
    word-break: break-all;
    font-weight: bold;
  }
  .tokuten_shop ul.shop_list li.shop_item .goods_item {
    width: 45%;
    margin-right: 4.2%;
    margin-bottom: 16px;
  }
  .tokuten_shop ul.shop_list li.shop_item .goods_item .goods {
    margin-bottom: 14px;
    color: #fff;
  }
  .tokuten_shop ul.shop_list li.shop_item .goods_item .goods strong {
    background: #b86e74;
    padding: 1px 5px 0px;
    color: #3d0005;
    font-weight: bold;
  }
  .tokuten_shop ul.shop_list li.shop_item .plural {
    letter-spacing: -.4em;
  }
  .tokuten_shop ul.shop_list li.shop_item .plural li {
    display: inline-block;
    letter-spacing: normal;
  }
  .tokuten_shop ul.shop_list li.shop_item .small {
    font-size: 11px;
  }
  .tokuten_shop ul.shop_list li.shop_item.one {
    display: inline-block;
    width: 45%;
    margin-right: 4.2%;
  }
  .tokuten_shop ul.shop_list li.shop_item.one .goods_item {
    width: 100%;
    margin-bottom: 16px;
  }
  .tokuten_shop ul.shop_list li.shop_item.one .goods_item .goods {
    margin-bottom: 14px;
  }
  .tokuten_shop .att {
    font-size: 11px;
    margin-right: 4%;
  }
  .tokuten_shop .att_list {
    border-bottom: 2px solid #801f28;
    padding-bottom: 30px;
    font-size: 11px;
    margin-right: 5%;
    color: #fff;
  }
}

@media screen and (min-width: 48.0625em) {
  .bddvd_in .btnBack {
    position: relative;
    display: table;
    background: #801f28;
    padding: 6px 25px 6px 32px;
    margin: 68px 0 0;
  }
  .bddvd_in .btnBack:hover span {
    -webkit-animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
            animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
  }
  .bddvd_in .btnBack span {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .bddvd_in .btnBack span:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -24px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 11px;
    background: url("../img/news/ar_back.png") center center no-repeat;
    background-size: contain;
  }
  .bddvd_in .btnBack a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .bddvd_in .sample .btn:hover {
    -webkit-animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
            animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
  }
}

@media screen and (max-width: 48em) {
  .bddvd_in .btnBack {
    position: relative;
    display: table;
    background: #801f28;
    padding: 8px 35px 8px;
    text-align: center;
    margin-top: 40px;
    margin-left: 5%;
  }
  .bddvd_in .btnBack span {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .bddvd_in .btnBack span:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -25px;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 10px;
    background: url("../img/news/ar_back.png") center center no-repeat;
    background-size: contain;
  }
  .bddvd_in .btnBack a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.zoom_bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 120;
}

.zoom_item {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 121;
  width: 800px;
}

.btn_close {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 121;
  width: 60px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn_close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}

.btn_close span {
  display: block;
  position: relative;
}

.btn_close span:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 1px;
  width: 60px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.btn_close span:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 1px;
  width: 60px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

@media screen and (max-width: 48em) {
  .zoom_item {
    width: 95%;
  }
  .btn_close {
    top: 12px;
    right: 2.5%;
    width: 40px;
    height: 35px;
  }
  .btn_close span {
    display: block;
    position: relative;
  }
  .btn_close span:before, .btn_close span:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 1px;
    width: 40px;
  }
}

@media screen and (min-width: 48.0625em) {
  .nav_bddvd ul {
    margin-bottom: 38px;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .nav_bddvd ul li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 6px 12px;
  }
  .nav_bddvd ul li.now a {
    color: #fff;
    background: url("../img/bddvd/btn/btn_bg_active.png") no-repeat;
    -webkit-background-size: 54px auto;
    pointer-events: none;
  }
  .nav_bddvd ul li.now div {
    color: #fff;
    background: url("../img/bddvd/btn/btn_bg_active_long.png") no-repeat;
    -webkit-background-size: 54px auto;
    pointer-events: none;
  }
  .nav_bddvd ul li a {
    font-family: "Oswald", sans-serif;
    display: block;
    text-align: center;
    width: 54px;
    height: 34px;
    line-height: 33px;
    text-decoration: none;
    color: #801f28;
    font-weight: 400;
    background: url("../img/bddvd/btn/btn_bg_off.png") no-repeat;
    background-size: 54px auto;
  }
  .nav_bddvd ul li div {
    cursor: pointer;
    display: block;
    text-align: center;
    width: 110px;
    height: 34px;
    font-size: 12px;
    line-height: 33px;
    text-decoration: none;
    color: #801f28;
    font-weight: 600;
    background: url("../img/bddvd/btn/btn_bg_off_long.png") no-repeat;
    background-size: 110px auto;
  }
  .nav_bddvd ul li a:hover, .nav_bddvd ul li div:hover {
    -webkit-animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
            animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
  }
  .nav_bddvd ul li.intro a {
    width: 120px;
    background: none;
  }
}

@media screen and (max-width: 48em) {
  .nav_bddvd ul {
    margin-bottom: 24px;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .nav_bddvd ul li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0 1.33% 10px;
    width: 12.66%;
  }
  .nav_bddvd ul li.sc {
    width: 28%;
  }
  .nav_bddvd ul li.now a {
    color: #fff;
    background: url("../img/bddvd/btn/btn_bg_active.png") no-repeat;
    background-size: contain;
  }
  .nav_bddvd ul li a {
    position: relative;
    font-family: "Oswald", sans-serif;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #801f28;
    font-weight: 400;
    background: url("../img/bddvd/btn/btn_bg_off.png") no-repeat;
    height: 0;
    padding-top: 63.85%;
    vertical-align: middle;
    background-size: contain;
  }
  .nav_bddvd ul li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .nav_bddvd ul li div {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #801f28;
    font-weight: 400;
    background: url("../img/bddvd/btn/btn_bg_off_long.png") no-repeat;
    height: 0;
    padding-top: 30%;
    vertical-align: middle;
    background-size: contain;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
  .nav_bddvd ul li div span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .nav_bddvd ul li.intro {
    width: 28%;
  }
  .nav_bddvd ul li.intro a {
    background: none;
    padding-top: 0;
  }
}

.browsing_view_lists {
  max-width: 768px;
  margin: 0 auto;
  border-top: 1px solid #801f28;
  border-bottom: 1px solid #801f28;
}

.browsing_view_list {
  outline: none;
}

.browsing_view_desc {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #801f28;
}

@media screen and (min-width: 48.0625em) {
  .browsing_view_lists {
    max-width: 400px;
  }
}