.ttl_bg {
  background-image: url(../img/pages/sanrio_bg1.png), url(../img/pages/sanrio_bg2.png);
  background-position: left 20px top, right 20px top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100px;
}

.sanrio_main {
  background-color: #ebe5df;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: bottom;
  background-image: radial-gradient(#fcfafa 10%, transparent 10%), radial-gradient(#fcfafa 10%, transparent 10%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
}

h3 {
  font-weight: 700;
}

p.rogo_c {
  font-family: 'La Belle Aurore', cursive;
}


.s_box {
  position: relative;
  border: none;
}

.s_box p.s_box {
  position: absolute;
  top: 2.6em;
  left: 0;
  background-color: #9a8482;
  color: #ffffff;
  border: none;
  font-size: 1.2em;
  line-height: 1.3;
  transform: rotate(-35deg);  
  transform-origin:top left;    
}


div.sanrio_main img {
  vertical-align: bottom;
}

hr {
  border-width: 2px 0px 0px 0px;
  border-style: solid;
  border-color: #9a8482;
  /* border-color: #ffffff;  */
  height: 1px;

}

.fl_bg {
  background: #d7e1e0;
}

.fluffy1 {
  position: relative;
  width: 300px;
  height: 300px;
  animation: fluffy1 10s ease infinite;
}

.fluffy2 {
  position: relative;
  width: 300px;
  height: 300px;
  animation: fluffy2 10s ease infinite;
}

.fl_fl {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
}


@keyframes fluffy1 {
  0% {
    transform: translateY(0)
  }

  5% {
    transform: translateY(0)
  }

  10% {
    transform: translateY(0)
  }

  20% {
    transform: translateY(-15px)
  }

  40% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-15px)
  }

  60% {
    transform: translateY(0)
  }

  80% {
    transform: translateY(-15px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes fluffy2 {
  0% {
    transform: translateY(0)
  }

  5% {
    transform: translateY(0)
  }

  10% {
    transform: translateY(0)
  }

  30% {
    transform: translateY(-15px)
  }

  45% {
    transform: translateY(0)
  }

  55% {
    transform: translateY(-15px)
  }

  70% {
    transform: translateY(0)
  }

  85% {
    transform: translateY(-15px)
  }

  100% {
    transform: translateY(0)
  }
}

.sd {
  filter: drop-shadow(1px 1px 2px rgb(102, 82, 91));
}

.sns {
  max-width: 90%;
}

.main_item {
  width: 100%;
}

p.moreBtn_1 a {
  background: #9a8482;
  margin: 10px 0 10px 0;
}

.theme,
.shoplist,
.cont,
.cont_b,
.item,
.news {
  margin: 5px 0 5px 0;
  padding: 0 12px 0 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #9a8482;
}

p.shoplist a {
  color: #abe;
}

h3,
.item_ttl {
  color: #9a8482;
}

@media screen and (max-width: 486px) {
  .ttl_bg2 {
    background-position: left 5px bottom, right 5px bottom;
    background-size: 90px;
  }

  h3,
  .item_ttl {
    margin: 10px 0 10px 0;
    padding: 0 12px 0 12px;
    font-size: 16px;
    line-height: 1.6;
  }

  img.top_img {
    max-width: 100%;
    width: 55%;
  }

  .main_item {
    width: 90%;
  }

  p.cont {
    margin: 8px 0 8px 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .cont_b {
    color: #9a8482;
    margin: 8px 0 8px 0;
    font-size: 15px;
    line-height: 1.8;
  }

  p.item {
    margin: 8px 0 8px 0;
    font-size: 11px;
    line-height: 1.8;
  }

  p.shoplist {
    font-size: 11px;
  }

  p.news {
    font-size: 8px;
  }

  p.news {
    font-size: 8px;
  }

  .sns {
    margin: 5px 0 5px 0;
    max-width: 300px;
  }

  .ttl_bg {
    background-size: 50px;
  }

  img.ttl {
    vertical-align: bottom;
    margin: 12px 0 0 0;
    max-width: 100%;
    width: 50%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {

  h3,
  .item_ttl {
    margin: 10px 0 10px 0;
    padding: 0 12px 0 12px;
    font-size: 20px;
    line-height: 1.6;
  }

  img.top_img {
    max-width: 780px;
    width: 35%;
  }

  .ttl_bg {
    background-position: left 50px top, right 50px top;
  }

  .ttl_bg2 {
    background-position: left 50px bottom, right 50px bottom;
    background-size: 200px;
  }

  .main_item {
    width: 100%;
    max-width: 500px;
  }

  p.cont {
    margin: 8px 0 8px 0;
    font-size: 14px;
    line-height: 1.8;
  }

  .cont_b {
    color: #9a8482;
    margin: 8px 0 8px 0;
    font-size: 16px;
    line-height: 1.8;
  }

  p.item {
    margin: 8px 0 8px 0;
    font-size: 10px;
    line-height: 1.8;
  }

  p.shoplist {
    font-size: 12px;
  }

  p.news {
    font-size: 10px;
  }

  .sns {
    margin: 10px 0 10px 0;
    max-width: 300px;
  }

  img.ttl {
    vertical-align: bottom;
    margin: 20px 0 0 0;
    max-width: 780px;
    width: 35%;
  }
}

@media screen and (min-width: 769px) {
  .ttl_bg2 {
    background-position: left 50px bottom, right 50px bottom;
    background-size: 200px;
  }

  h3,
  .item_ttl {
    margin: 15px 0 10px 0;
    padding: 0 12px 0 12px;
    font-size: 20px;
    line-height: 1.6;
  }

  img.top_img {
    max-width: 780px;
    width: 20%;
  }

  .ttl_bg {
    background-position: left 50px top, right 50px top;
  }

  .main_item {
    width: 100%;
    max-width: 500px;
  }

  p.cont {
    margin: 8px 0 8px 0;
    font-size: 16px;
    line-height: 1.8;
  }

  .cont_b {
    color: #9a8482;
    margin: 8px 0 8px 0;
    font-size: 18px;
    line-height: 1.8;
  }

  p.item {
    margin: 8px 0 8px 0;
    font-size: 11px;
    line-height: 1.8;
  }

  p.shoplist {
    font-size: 14px;
  }

  p.news {
    font-size: 10px;
  }

  .sns {
    margin: 10px 0 10px 0;
    max-width: 300px;
  }

  img.ttl {
    vertical-align: bottom;
    margin: 20px 0 0 0;
    max-width: 780px;
    width: 35%;
  }
}

.sp-slides-container .sp-fade-arrows {
  opacity: 0.7;
}

.sp-arrow {
  background-image: url("/common/img/slider/ya0820.svg");
  width: 15px;
  height: 15px;
}

.sp-arrow:before {
  left: 0%;
  top: 0%;
}

.sp-arrow:after {
  left: 0%;
  top: 0%;
}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  width: 0%;
  height: 0%;
}

.sp-slides a {
  position: relative;
}

.sp-button {
  border: 2px solid #ccc;
}

.sp-selected-button {
  background-color: #ccc;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1500ms;
  z-index: 1;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  z-index: 1;
}

.look {
  position: fixed;
  bottom: 0;
  color: #FFFFFF;
  background-color: #FCFAFA;
  background-color: transparent;
  z-index: 2;
}

@media screen and (max-width: 486px) {
  .look {
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 5px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .look {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

@media screen and (min-width: 769px) {
  .look {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

.fixed_pageTop {
  opacity: hidden;
  display: none;
}

.lookSt {
  position: absolute;
  top: auto;
  visibility: hidden;
  opacity: 0;
  transition: 0ms;
}

.lookSt.is-show {
  visibility: visible;
  opacity: 1;
}

.show-tbm {
  opacity: 0;
}

.fixed_pageTop {
  opacity: hidden;
  display: none;
}

.w100 {
  opacity: hidden;
  display: none;
}