/* CSS Document */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 100;
  src: url("./font/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("./font/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansCJKjp-Thin.woff") format("woff"), url("./font/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url("./font/NotoSansCJKjp-Light.eot");
  src: url("./font/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansCJKjp-Light.woff") format("woff"), url("./font/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("./font/NotoSansCJKjp-DemiLight.eot");
  src: url("./font/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("./font/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansCJKjp-Regular.eot");
  src: url("./font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansCJKjp-Regular.woff") format("woff"), url("./font/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansCJKjp-Medium.eot");
  src: url("./font/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansCJKjp-Medium.woff") format("woff"), url("./font/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansCJKjp-Bold.eot");
  src: url("./font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansCJKjp-Bold.woff") format("woff"), url("./font/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 900;
  src: url("./font/NotoSansCJKjp-Black.eot");
  src: url("./font/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("./font/NotoSansCJKjp-Black.woff") format("woff"), url("./font/NotoSansCJKjp-Black.ttf") format("truetype");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea,
button,
option {
  font-family: "Noto Sans Japanese";
  line-height: 1.6;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding-bottom: 60px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #fff url("../images/bg_top_cont.jpg") repeat center top;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover img {
  opacity: 0.7;
}

em {
  color: #f00;
  font-style: normal;
}

input,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}

input::-webkit-input-placeholder {
  color: #c8c8c8;
}

input:-ms-input-placeholder {
  color: #c8c8c8;
}

input::-ms-input-placeholder {
  color: #c8c8c8;
}

input::placeholder {
  color: #c8c8c8;
}

/* IE */
input:-ms-input-placeholder {
  color: #c8c8c8;
}

/* Edge */
input::-ms-input-placeholder {
  color: #c8c8c8;
}

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  body {
    padding-bottom: initial;
  }
}

.c-header {
  background: rgba(300,300,300,0.8);
  padding-bottom: 10px;
}

.c-header .header_txt {
  display: none;
  padding: 5px 0;
  background: url(../images/pc_header_bg.jpg);
  color: #000;
  font-size: 0.8rem;
  text-align: center;
}

.c-header__head {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-header .c-header__head h1 {
  padding: 20px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-header .c-header__head h1 {
    width: 310px;
  }
}

@media screen and (min-width: 1104px) {
  .c-header .c-header__head h1 {
    width: 357px;
  }
  .c-header__head {
    width: 1024px;
  }
}

.headerInformation {
  padding: 15px 0 20px;
  text-align: right;
}

.headerInformation p,
.headerInformation span {
  font-family: "EB Garamond", serif;
}

.headerInformation__tel {
  position: relative;
  margin: 0 0 5px;
  padding: 0 0 2px 0;
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 2px;
  background: #7c5046;
  background: -webkit-linear-gradient(left, #7c5046 0%, #ba8260 50%, #7c5046 100%);
  background: -webkit-gradient(linear, left top, right top, from(#7c5046), color-stop(50%, #ba8260), to(#7c5046));
  background: linear-gradient(to right, #7c5046 0%, #ba8260 50%, #7c5046 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5046', endColorstr='#7c5046',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.headerInformation__tel:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #7c5046;
  background: -webkit-linear-gradient(left, #7c5046 0%, #ba8260 50%, #7c5046 100%);
  background: -webkit-gradient(linear, left top, right top, from(#7c5046), color-stop(50%, #ba8260), to(#7c5046));
  background: linear-gradient(to right, #7c5046 0%, #ba8260 50%, #7c5046 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5046', endColorstr='#7c5046',GradientType=1 );
}

.headerInformation__tel span {
  font-size: 1.5rem;
}

.headerInformation__open,
.headerInformation__reserve {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: right;
}

.headerInformation__open span,
.headerInformation__reserve span {
  font-size: 1.1rem;
}

.headerInformation__text {
  color: #7d5046;
  font-size: 0.8rem;
  text-align: right;
}

/*#header_fixed {
  display: none;
  height: 0;
  overflow: hidden;
}*/


.headerNavigation {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.headerNavigation ul {
  font-size: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.headerNavigation li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 0.6%;
}



.headerNavigation li a span {
  font-weight: 300;
  display: block;
  line-height: 1.3;
  font-size: 10px;
    position: relative;
    top: 5px;
}

.headerNavigation li a:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 0%;
  height: 1px;
  background: #ff7676;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.headerNavigation li a:hover:before {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .headerNavigation li a {
    display: block;
    padding: 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1104px) {
  .headerNavigation {
    width: 1024px;
  }
  .headerNavigation li a {
    font-size: 20px;
  }
}

.c-header2 {
  width: 100%;
  height: 136px;
  background: #fff url("../images/bg_top_cont.jpg") repeat center top;
  z-index: 99999;
}

.header2_txt {
  padding: 5px 0;
  width: 100%;
  height: 28px;
  background: url(../images/sp_header_bg.jpg);
  color: #000;
  font-size: 0.8rem;
  text-align: center;
}

.c-header2__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.c-header2__head {
  padding: 0 15px;
}

.c-header2 h1 {
  width: 200px;
  margin: 0 auto;
  padding: 10px 0 5px;
  text-align: center;
}

.headerInformation2 {
  float: none;
  padding: 0 0 10px;
  font-size: 0;
  text-align: center;
}

.headerInformation2__open,
.headerInformation2__reserve {
  display: inline-block;
  margin: 0 3px;
  font-family: "EB Garamond", serif;
  font-size: 16px;
}

.headerInformation2__open span,
.headerInformation2__reserve span {
  font-family: "EB Garamond", serif;
  font-size: 10px;
}

#menuBtn {
  display: block;
  position: fixed;
  width: 35px;
  top: 48px;
  right: 20px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  #menuBtn.sp-view {
    display: none;
  }
}

#menuBtn a {
  display: block;
  width: 100%;
  height: 100%;
}

.headerNavigation2 {
  position: fixed;
  transform: translateX(22em);
  transition: visibility 0.45s, -webkit-transform 0.45s ease;
  transition: transform 0.45s ease, visibility 0.45s, -webkit-transform 0.45s ease;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: #7d5046;
  -webkit-overflow-scrolling: touch;
  cursor: default;
  visibility: hidden;
  z-index: 101;
}

body.is-menu-visible .headerNavigation2 {
  transform: translateX(0);
  visibility: visible;
}

.headerNavigation2 .close {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: solid 1px #7d5046;
  text-align: center;
}

.headerNavigation2 li a {
  position: relative;
  padding: 0 0 0 10px;
  display: block;
  height: 50px;
  color: #fff;
  font-size: 1.2rem;
  font-family: "EB Garamond", serif;
  line-height: 50px;
  border-bottom: solid 1px #fff;
}

.headerNavigation2 li:last-child a {
  border-bottom: none;
}

.headerNavigation2 li a span {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 0.7rem;
}

.breadcrumbList {
  text-align: left;
  padding: 0 10px;
}

.breadcrumbList ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 50px;
}

.breadcrumbList ul li,
.breadcrumbList ul li a {
  color: #000;
  font-size: 0.9rem;
}

.breadcrumbList ul li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbList ul li:after {
  content: ">";
  margin: 0 3px;
}

.breadcrumbList ul li:last-child:after {
  content: "";
  margin: 0;
}

@media screen and (min-width: 768px) {
  .breadcrumbList {
    padding: 0 20px;
  }
  .breadcrumbList ul {
    max-width: 1024px;
  }
}

.mainContents {
}

.mainContents__inner {
  margin: 0 auto;
  padding: 10px 0 20px;
  text-align: center;
}

.mainContents__head {
}

.mainContents__head-inner {
}

.mainContents h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0px 50px;
  background: #7c5046;
  background: -webkit-linear-gradient(left, #7c5046 0%, #ba8260 50%, #7c5046 100%);
  background: -webkit-gradient(linear, left top, right top, from(#7c5046), color-stop(50%, #ba8260), to(#7c5046));
  background: linear-gradient(to right, #A48317 0%, #E6B100 25%, #A48317 50%, #E6B100 75%, #9D7803 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5046', endColorstr='#7c5046',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.mainContents h2 span {
  display: block;
  font-size: 10px;
}

.mainContents h2:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 23px;
  background: url("../images/h2_left_icon.png") no-repeat left center;
}

.mainContents h2:after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 26px;
  height: 23px;
  background: url("../images/h2_right_icon.png") no-repeat right center;
}

@media screen and (min-width: 768px) {
  .mainContents h2 {
    font-size: 22px;
  }
  .mainContents h2 span {
    font-size: 12px;
  }
  .mainContents h2:before {
    width: 50px;
    height: 44px;
  }
  .mainContents h2:after {
    width: 50px;
    height: 44px;
  }
}

@media screen and (min-width: 1104px) {
  .mainContents__inner {
    min-width: 1024px;
  }
}

.cast_frame {
  display: inline-block;
  vertical-align: top;
}

.cast_frame a:hover img{
  scale: 1.05;
  opacity: 1;
}

.new_icon {
  display: block;
  color: #f4a5b3;
  font-size: 20px;
  font-family: "EB Garamond", serif;
  text-align: center;
  position: relative;
}

.new_icon {
  height: 0;
}


.new_icon.new_icon_add:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 40px;
  width: 50px;
  height: 35px;
  background-size: 30px;
}

.new_icon.new_icon_add:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 35px;
  background-size: 30px;
}

.cast_frame_inner {
  padding: 2% 4%;
  position: relative;
}

.pageContents {
  padding: 30px 0;
}

.pageContents__inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: left;
}

.cast_thumb {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.cast_thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cast_frame a:hover .cast_thumb > img { 
  transform: scale(1.1);
  transition-duration: 0.3s;
  opacity: 1.0;
}

.cast_info {
  padding: 7% 0;
  position: relative;
  text-align: center;
}

.icon_all,
.icon_fairy,
.icon_beauty,
.icon_gorgeous,
.icon_secret {
  top: 22px;
  left: 0;
  width: 18%;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  font-family: "EB Garamond", serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.icon_fairy,
.icon_beauty,
.icon_gorgeous,
.icon_secret {
  width: 100%;
  border-radius: inherit;
  margin-bottom: 14px;
}

.icon_fairy2,
.icon_beauty2,
.icon_gorgeous2,
.icon_secret2 {
  border-radius: 10px;
  color: #fff;
  border-bottom: none !important;
  text-align: center;
  font-family: "EB Garamond", serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.gorgeous {
  background-image: url(../images/rank_gorgeous.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 738 / 1587;
}

.beauty {
  background-image: url(../images/rank_beauty.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 738 / 1587;
}

.fairy {
  background-image: url(../images/rank_fairy.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 738 / 1587;
}

.secret {
  background-image: url(../images/rank_secret.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 738 / 1587;
}

.cast_frame a:hover .fairy::before,
.cast_frame a:hover .beauty::before,
.cast_frame a:hover .gorgeous::before,
.cast_frame a:hover .secret::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  filter: brightness(120%);
}

.icon_all {
   background: url(../images/cast_all.png) no-repeat center;
}

.icon_fairy {
   background: url(../images/cast_fairy.png) no-repeat center;
}

.icon_beauty  {
   background: url(../images/cast_beauty.png) no-repeat center;
}

.icon_gorgeous {
   background: url(../images/cast_gorgeous.png) no-repeat center;
}

.icon_secret {
   background: url(../images/cast_secret.png) no-repeat center;
}

.cast_sales {
  margin-bottom: 4%;
  position: relative;
  color: #fff;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
}

.cast_name {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  padding: 0 10px;
  line-height: 1;
}

.cast_section {
  background-position: center 20%;
  position: relative;
}

.cast_section_inner {
}

.cast_cat {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.cast_age {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
}

.cast_size {
  text-align: center;
  font-size: 10px;
}

.cast_time {
  border-radius: 20px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed7373', endColorstr='#ffa0a0',GradientType=1 );
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
}

.cast_time svg {
  margin: 0 5px 0 0;
}

.cast_time span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .cast_info {
    padding: 11% 0;
  }
  .cast_sales {
    margin-bottom: 5%;
  }
  .cast_cat {
    line-height: 1.4;
  }
}

@media screen and (min-width: 1104px) {
  .cast_info {
    padding: 8% 0;
  }
  .cast_sales {
    margin-bottom: 5%;
  }
  .cast_cat {
    line-height: 1.4;
  }
}


.followingMenu {
  padding: 2px;
  position: fixed;
  width: 100%;
  height: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  box-sizing: border-box;
}

.followingMenu__inner {
  display: flex;
  width: 100%;
}

.followingMenu__tel,
.followingMenu__line,
.followingMenu__wechat,
.followingMenu__whatsapp {
  width: calc((100% - 6px)/4);
  height: 56px;
  background-color: rgba(247,138,145,0.8);
}

.followingMenu__tel,
.followingMenu__line,
.followingMenu__wechat {
  margin-right: 2px;
}

.followingMenu__tel a,
.followingMenu__line a,
.followingMenu__wechat a,
.followingMenu__whatsapp a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.followingMenu .icon svg {
  width: 24px;
  height: 24px;
}

.followingMenu .icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.followingMenu span {
  color: #fff;
  font-family: "EB Garamond", serif;
}

@media screen and (min-width: 768px) {
  .followingMenu {
    display: none;
  }
}

.c-footer {
  margin: 0 auto;
  box-shadow: 0px 15px 9px -19px #000 inset;
}

.c-footer__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 30px 0 10px;
  margin: 0 auto;
}

.c-footer__logo {
  width: 268px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-footer {
    background: #fff;
  }
  .c-footer__inner {
    padding: 30px 0 15px;
    flex-direction: column;
    align-items: center;
  }
  .c-footer__logo {
    margin: initial;
    text-align: initial;
  }
}

@media screen and (min-width: 1104px) {
  .c-footer__inner {
    flex-direction: initial;
    align-items: initial;
    width: 1024px;
    padding: 30px 0 15px;
  }
}

.footerNavigation {
  display: none;
  margin: 30px 0 0;
}

.footerNavigation ul {
  font-size: 0;
  text-align: center;
}

.footerNavigation li {
  display: inline-block;
}

.footerNavigation li a {
  display: block;
  padding: 0 13px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.3;
}

.footerNavigation li a span {
    line-height: 1.3;
    display: block;
    font-size: 10px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 300;
}

address {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 20px;
  font-style: normal;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .footerNavigation {
    display: block;
  }
  address {
    padding: 10px 0 20px;
    border-top: solid 1px #000;
  }
}

@media screen and (min-width: 1104px) {
  address {
    width: 1024px;
  }
}

.g-recaptcha > div {
    margin: 20px auto;
    width: 304px;
    height: 78px;
}

.pickup_icon {
  display: block;
  position: sticky;
  z-index: 2;
}

.pickup::before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 119px;
    top: 40px;
    left: 10px;
    display: inline-block;
    background-image: url(../images/pickup_tag.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.topNewface .pickup::before {
    top: 40px;
    left: 8px;
}

.ranker::before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 119px;
    top: 29px;
    right: 117px;
    display: inline-block;
    background-image: url(../images/ranker_tag.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#cast_tab li {
  width: 20%;
}

#schedule .cast_time {
  margin-top: 0;
  padding: 4px 0;
}

#cast .cast_frame {
  height: 546px;
}

.pc-view {
  display: none;
}

.sp-view {
  display: block;
}

@media screen and (min-width: 768px) {
  .pc-view {
    display: block;
  }
  .sp-view {
    display: none;
  }
}
