body {
  background: #fff017;
  line-height: 1.75;
  letter-spacing: .05em;
  position: relative;
}
body:before {
  content: "";
  display: block;
  background: url("../img/bg_sp.png") center top repeat;
  background-size: contain;
  width: 100vw;
  height: 838.6666667vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

main {
  margin-top: 50px;
}

a {
  display: block;
}

.contInner {
  width: 90%;
  margin: auto;
  position: relative;
}

.titleArea {
  text-align: center;
  padding: 9vw 0;
}

#footShare {
  padding-top: 0 !important;
}

@media (min-width: 1000px) {
  body {
    background: #fff017 url("../img/bg_pc.png") center top repeat;
  }
  body:before {
    display: none;
  }

  main {
    margin-top: 70px;
  }

  .contInner {
    width: 1170px;
  }

  .titleArea {
    padding: 55px 0;
  }
}
/*----------------------------------------------------
swiper
----------------------------------------------------*/
.swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*----------------------------------------------------
.list_Slider .list_card common
----------------------------------------------------*/
.list_Slider {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 3%;
  overflow-x: scroll;
  -webkit-justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-box-pack: initial;
}
.list_Slider .list_card {
  position: relative;
  max-width: 276px;
  width: 35%;
  margin: 0% 2% 2%;
  background-color: #fff;
  border-radius: 12px;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
}
.list_Slider .list_card a {
  display: block;
  padding: 2.7vw 4.6vw;
}
.list_Slider .list_card.new:before {
  position: absolute;
  top: 0vw;
  left: -1vw;
  content: '';
  width: 7.2vw;
  height: 9vw;
  background: url(../../img/top/ico_new.png) center center no-repeat;
  background-size: 100%;
}

@media (min-width: 1000px) {
  .list_Slider {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0;
    opacity: 0;
    transition: opacity .2s linear;
  }
  .list_Slider.slick-initialized {
    display: block;
    opacity: 1;
  }
  .list_Slider .slick-slide {
    height: auto;
  }
  .list_Slider .list_card {
    position: relative;
    max-width: 276px !important;
    width: 96% !important;
    background-color: #fff;
    border-radius: 12px;
  }
  .list_Slider .list_card.new:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 55px;
    height: 65px;
    background: url(../../img/top/ico_new.png) center center no-repeat;
    background-size: 100%;
  }
}
/*----------------------------------------------------
#pageHeader
----------------------------------------------------*/
#pageHeader {
  margin-bottom: 14vw;
}
#pageHeader h1 {
  padding: 23vw 0;
  text-align: center;
  background: url("../img/hiyoko_05.png") center center no-repeat;
  background-size: 58%;
  position: relative;
}
#pageHeader h1 img {
  width: 40vw;
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  animation: mvPopup 0.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  /*animation: mvPopup 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;*/
}
#pageHeader h1:after {
  display: block;
  content: "";
  position: absolute;
}
#pageHeader h1:after {
  background: url("../img/hiyoko_03.png") no-repeat;
  background-size: contain;
  width: 10.5vw;
  height: 17.7vw;
  top: calc(50% - 9vw);
  right: 4vw;
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  animation: mvPopup 0.6s 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
#pageHeader .imgArea {
  position: relative;
  width: 90%;
  margin: auto;
}
#pageHeader .imgArea img {
  width: 100%;
  border: 8px solid #fff;
  box-shadow: 0 0 5px #ccc;
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  animation: mvPopup 0.6s 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
#pageHeader .imgArea:before, #pageHeader .imgArea:after {
  display: block;
  content: "";
  position: absolute;
}
#pageHeader .imgArea:before {
  background: url("../img/hiyoko_04.png") no-repeat;
  background-size: contain;
  width: 18.8vw;
  height: 27.33333333vw;
  top: -25vw;
  left: -4vw;
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  animation: mvPopup 0.6s 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
#pageHeader .imgArea:after {
  background: url("../img/hiyoko_01.png") no-repeat;
  background-size: contain;
  width: 18.8vw;
  height: 27.33333333vw;
  bottom: -5.5vw;
  right: -3vw;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-animation: laggy1 2000ms infinite step-end;
  -moz-animation: laggy1 2000ms infinite step-end;
  -o-animation: laggy1 2000ms infinite step-end;
  -ms-animation: laggy1 2000ms infinite step-end;
  animation: laggy1 2000ms infinite step-end;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  transition-delay: 1500ms;
  opacity: 0;
  transform: translateY(40px) scale(0.8);
  animation: mvPopup 0.6s 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@media (min-width: 1000px) {
  #pageHeader {
    margin-bottom: 73px;
  }
  #pageHeader h1 {
    padding: 62px 0;
    background: none;
    width: 1000px;
    margin: auto;
  }
  #pageHeader h1 img {
    width: 340px;
  }
  #pageHeader h1:after {
    background: url("../img/hiyoko_03.png") no-repeat;
    background-size: contain;
    width: 79px;
    height: 131px;
    top: 300px;
    right: -20px;
  }
  #pageHeader .imgArea {
    position: relative;
    text-align: left;
    width: 840px;
    margin: auto;
  }
  #pageHeader .imgArea img {
    width: 442px;
  }
  #pageHeader .imgArea:before {
    background: url("../img/hiyoko_04.png") no-repeat;
    background-size: contain;
    width: 143px;
    height: 180px;
    top: 300px;
    left: -200px;
  }
  #pageHeader .imgArea:after {
    width: 322px;
    height: 467px;
    bottom: 0;
    right: 10px;
  }
}
/*----------------------------------------------------
linkArea
----------------------------------------------------*/
#linkArea {
  margin-bottom: 46px;
}
#linkArea ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 1%;
}
#linkArea ul li {
  width: 24%;
}
#linkArea ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7f1b00;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 800;
  line-height: 1.3;
  height: 16.4vw;
  border-radius: 8px;
  position: relative;
}
#linkArea ul li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
#linkArea ul li a:after {
  content: "";
  position: absolute;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  bottom: 1.5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.666666667vw;
  height: 1.733333333vw;
}
#linkArea ul li a:hover {
  opacity: .7;
}
#linkArea ul li:first-child a:before {
  background: url("../img/ic_hiyoko.png") no-repeat;
  background-size: contain;
  width: 10.93333333vw;
  height: 11.33333333vw;
  top: -7vw;
}
#linkArea ul li:nth-child(2) a:before {
  background: url("../img/ic_sns.png") no-repeat;
  background-size: contain;
  width: 6.666666667vw;
  height: 9.733333333vw;
  top: -5vw;
}
#linkArea ul li:nth-child(3) a:before {
  background: url("../img/ic_goods.png") no-repeat;
  background-size: contain;
  width: 11.06666667vw;
  height: 11.06666667vw;
  top: -6vw;
}
#linkArea ul li:nth-child(4) a:before {
  background: url("../img/ic_dl.png") no-repeat;
  background-size: contain;
  width: 12.26666667vw;
  height: 9.866666667vw;
  top: -6vw;
}

@media (min-width: 1000px) {
  #linkArea {
    width: 1000px;
    margin: 0 auto 4rem;
    padding-bottom: 0;
  }
  #linkArea ul {
    position: relative;
  }
  #linkArea ul:before {
    content: "";
    position: absolute;
    background: url("../img/hiyoko_02.png") no-repeat;
    background-size: contain;
    top: -200px;
    right: -120px;
    width: 142px;
    height: 236px;
    opacity: 0;
    transform: translateY(40px) scale(0.8);
    animation: mvPopup 0.6s 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  }
  #linkArea ul li {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
    animation: mvPopup 0.6s 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
  }
  #linkArea ul li a {
    font-size: 1.125rem;
    height: 76px;
    border-radius: 8px;
  }
  #linkArea ul li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 12px;
    right: inherit;
  }
  #linkArea ul li a:after {
    content: "";
    position: absolute;
    background: url("../img/arrow.png") no-repeat;
    background-size: contain;
    top: calc(50% - 4.5px);
    bottom: inherit;
    left: inherit;
    right: 20px;
    width: 14px;
    height: 9px;
  }
  #linkArea ul li:first-child a:before {
    width: 54px;
    height: 55px;
    top: 8px;
    left: 8px;
  }
  #linkArea ul li:nth-child(2) a:before {
    background: url("../img/ic_sns.png") no-repeat;
    background-size: contain;
    width: 32px;
    height: 48px;
    top: 14px;
  }
  #linkArea ul li:nth-child(3) a:before {
    background: url("../img/ic_goods.png") no-repeat;
    background-size: contain;
    width: 58px;
    height: 58px;
    top: 8px;
  }
  #linkArea ul li:nth-child(4) a {
    text-indent: 18px;
  }
  #linkArea ul li:nth-child(4) a:before {
    background: url("../img/ic_dl.png") no-repeat;
    background-size: contain;
    width: 59px;
    height: 46px;
    top: 16px;
    left: 8px;
  }
}
/*----------------------------------------------------
#character
----------------------------------------------------*/
#character {
  margin-bottom: 10vw;
}
#character h2 img {
  width: 67.6vw;
}
#character .slide {
  width: 90%;
  position: relative;
  margin: auto;
}
#character .slide .item {
  display: none;
  position: relative;
  height: auto;
  background: #fff;
  border-radius: 8px;
  padding: 7vw 5vw 0;
  font-size: 3.2vw;
  color: #7f1b00;
}
#character .slide .item.hiyoko {
  display: block;
}
#character .slide .item.hiyoko .charaTitle img {
  width: 22.8vw;
  height: 32.8vw;
  max-height: initial;
}
#character .slide .item.hiyoko .charaTitle:before {
  position: absolute;
  content: '';
  display: block;
  background: url("../img/chara_hiyoko_fukidashi_01.png") no-repeat;
  background-size: contain;
  width: 27.8vw;
  height: 17.8vw;
  top: 7vw;
  left: 5vw;
}
#character .slide .item.hiyoko .charaTitle:after {
  position: absolute;
  content: '';
  display: block;
  background: url("../img/chara_hiyoko_fukidashi_02.png") no-repeat;
  background-size: contain;
  width: 27.8vw;
  height: 17.8vw;
  top: 24vw;
  right: 7vw;
}
#character .slide .charaTitle {
  margin-bottom: 10px;
  text-align: center;
}
#character .slide .charaTitle img {
  margin: auto;
  max-height: 128px;
}
#character .slide .charaTitle h3 {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  color: #fff017;
  margin: 16px 0;
  text-shadow: 2px 2px 1px #7f1b00, -2px -2px 1px #7f1b00, -2px 2px 1px #7f1b00, 2px -2px 1px #7f1b00, 2px 0px 1px #7f1b00, -2px 0px 1px #7f1b00, 0px 2px 1px #7f1b00, 0px -2px 1px #7f1b00;
}
#character .slide .charaTitle p {
  text-align: left;
  transform: rotate(0.03deg);
  letter-spacing: 0.1em;
  margin-bottom: 10vw;
}
#character .slide .charaDetail dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: dotted 4px #f18d00;
  /*padding: 5vw 0;*/
  height: 26vw;
}
#character .slide .charaDetail dl dt {
  width: 22%;
  margin-right: 3%;
  font-size: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#character .slide .charaDetail dl dd {
  width: 75%;
  transform: rotate(0.03deg);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}
#character .slide .charaDetail.second dl dt {
  width: 25%;
  margin-right: 15%;
}
#character .slide .charaDetail.second dl dd {
  width: 60%;
}
#character .thumbTitle {
  font-size: 4.26vw;
  font-weight: 800;
  letter-spacing: 0.86em;
  color: #fff017;
  text-shadow: 2px 2px 1px #7f1b00, -2px -2px 1px #7f1b00, -2px 2px 1px #7f1b00, 2px -2px 1px #7f1b00, 2px 0px 1px #7f1b00, -2px 0px 1px #7f1b00, 0px 2px 1px #7f1b00, 0px -2px 1px #7f1b00;
  margin: 18px 0;
}
#character .swiper-container {
    /*
		position: relative;
		padding: 0;
		width:100%;
		white-space:nowrap;
    */
}
#character .swiper-container .swiper-wrapper {
  height: auto;
}
#character .swiper-container .swiper-slide {
  /*display:block;
  position: relative;*/
  cursor: pointer;
  /*overflow: hidden;*/
  margin: 0 1vw;
  width: 30vw;
  height: auto;
  z-index: 10;
}
#character .swiper-container .swiper-slide .charaName {
  font-size: 3.2vw;
  line-height: 1.3;
  position: relative;
  z-index: 100;
  margin-top: -2vw;
  color: #fff017;
  font-weight: 700;
  text-shadow: 2px 2px 1px #7f1b00, -2px -2px 1px #7f1b00, -2px 2px 1px #7f1b00, 2px -2px 1px #7f1b00, 2px 0px 1px #7f1b00, -2px 0px 1px #7f1b00, 0px 2px 1px #7f1b00, 0px -2px 1px #7f1b00;
}
#character .infiniteslide_wrap {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1000px) {
  #character {
    margin-bottom: 120px;
  }
  #character h2 {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  #character h2:before {
    content: "";
    display: block;
    background: url("../img/ic_kara.png");
    width: 85px;
    height: 99px;
    position: absolute;
    top: -45px;
    left: 130px;
  }
  #character h2 img {
    width: 419px;
  }
  #character .charaWrap {
    width: 1000px;
    margin: auto;
  }
  #character .slide {
    width: 100%;
  }
  #character .slide .item {
    display: none;
    border-radius: 14px;
    padding: 35px 2rem;
    font-size: 1rem;
  }
  #character .slide .item.hiyoko .charaTitle {
    justify-content: space-between;
  }
  #character .slide .item.hiyoko .charaTitle > div {
    width: 420px;
  }
  #character .slide .item.hiyoko .charaTitle img {
    width: 160px;
    height: 230px;
    margin-left: 130px;
  }
  #character .slide .item.hiyoko .charaTitle:before {
    background: url("../img/chara_hiyoko_fukidashi_01_pc.png") no-repeat;
    background-size: contain;
    width: 152px;
    height: 109px;
    top: 18px;
    left: 25px;
  }
  #character .slide .item.hiyoko .charaTitle:after {
    width: 170px;
    height: 109px;
    top: 138px;
    right: 512px;
  }
  #character .slide .charaTitle {
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #character .slide .charaTitle > img {
    width: auto;
    height: 100%;
    max-height: inherit;
  }
  #character .slide .charaTitle > div {
    width: 470px;
  }
  #character .slide .charaTitle h3 {
    font-size: 2.25rem;
    margin: 16px 0;
  }
  #character .slide .charaTitle p {
    margin-bottom: 0;
  }
  #character .slide .charaDetail {
    display: flex;
  }
  #character .slide .charaDetail dl {
    display: block;
    border-top: none;
    border-right: dotted 5px #f18d00;
    padding: 1.625rem 0;
    width: 33.3333333%;
    height: auto;
  }
  #character .slide .charaDetail dl dt {
    width: 100%;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
  }
  #character .slide .charaDetail dl dt:before {
    content: "";
    display: block;
    position: absolute;
  }
  #character .slide .charaDetail dl dd {
    width: 100%;
    padding: 0 2rem;
    letter-spacing: 0.1em;
    display: block;
    text-align: left;
  }
  #character .slide .charaDetail.first {
    margin-bottom: 20px;
  }
  #character .slide .charaDetail.first dl:first-child dt:before {
    background: url("../img/ic_yakan.png");
    width: 53px;
    height: 51px;
    top: -14px;
    left: 60px;
  }
  #character .slide .charaDetail.first dl:first-child dd {
    padding-left: 10px;
  }
  #character .slide .charaDetail.first dl:nth-child(2) dt:before {
    background: url("../img/ic_egg.png");
    width: 67px;
    height: 54px;
    top: -14px;
    left: 44px;
  }
  #character .slide .charaDetail.first dl:nth-child(3) {
    border-right: none;
  }
  #character .slide .charaDetail.first dl:nth-child(3) dt:before {
    background: url("../img/ic_hat.png");
    width: 54px;
    height: 50px;
    top: -10px;
    left: 54px;
  }
  #character .slide .charaDetail.first dl:nth-child(3) dd {
    padding-right: 0;
  }
  #character .slide .charaDetail.second {
    border-top: dotted 5px #f18d00;
    padding-top: 20px;
  }
  #character .slide .charaDetail.second dl dt, #character .slide .charaDetail.second dl dd {
    width: 100%;
  }
  #character .slide .charaDetail.second dl:first-child dt:before {
    background: url("../img/ic_ramen.png") no-repeat;
    width: 60px;
    height: 60px;
    top: -16px;
    left: 22px;
  }
  #character .slide .charaDetail.second dl:first-child dd {
    padding-left: 10px;
  }
  #character .slide .charaDetail.second dl:nth-child(2) dt:before {
    background: url("../img/ic_ase.png") no-repeat;
    width: 38px;
    height: 36px;
    top: 0;
    left: 38px;
  }
  #character .slide .charaDetail.second:after {
    content: "";
    display: block;
  }
  #character .thumbTitle {
    font-size: 1.63rem;
    letter-spacing: 0.86em;
    margin: 1.75rem 0;
  }
  #character .swiper-container .swiper-slide {
    width: 200px;
    text-align: center;
    padding: 20px;
    margin: 0;
  }
  #character .swiper-container .swiper-slide img {
    margin: auto;
    transition: 0.5s;
  }
  #character .swiper-container .swiper-slide img:hover {
    transform: scale(1.1, 1.1);
  }
  #character .swiper-container .swiper-slide .charaName {
    font-size: 1.125rem;
    margin-top: -10px;
  }
}
/*
@media all and (-ms-high-contrast: none) {
  #character .swiper-container{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto 500px;
    height: auto;
  }
}
*/
/*----------------------------------------------------
#sns
----------------------------------------------------*/
#sns {
  padding-bottom: 5vw;
}
#sns h2 {
  position: relative;
}
#sns h2:before {
  content: "";
  display: block;
  background: url("../img/hiyoko_06.png");
  background-size: cover;
  width: 13.5vw;
  height: 23.3vw;
  position: absolute;
  top: -10vw;
  left: -4vw;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-animation: laggy1 2000ms infinite step-end;
  -moz-animation: laggy1 2000ms infinite step-end;
  -o-animation: laggy1 2000ms infinite step-end;
  -ms-animation: laggy1 2000ms infinite step-end;
  animation: laggy1 2000ms infinite step-end;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
#sns h2 img {
  width: 72.5vw;
}
#sns .instaArea {
  margin-bottom: 3.2vw;
}
#sns .instaArea ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#sns .instaArea ul:after {
  display: block;
  content: "";
  width: 32%;
}
#sns .instaArea ul li {
  width: 32%;
  margin-bottom: 2vw;
  overflow: hidden;
}
#sns .instaArea ul li img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
#sns .instaArea ul li img:hover {
  transform: scale(1.1, 1.1);
}
#sns .instaArea button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#sns .instaArea button.slide-arrow {
  position: absolute;
  top: 0;
  margin-top: 0;
}
#sns .instaArea button.prev-arrow {
  left: 0px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: auto;
  background-color: #7f1b00;
}
#sns .instaArea button.prev-arrow:before {
  position: absolute;
  content: '';
  right: 0;
  left: 3px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
}
#sns .instaArea button.next-arrow {
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #7f1b00;
}
#sns .instaArea button.next-arrow:before {
  position: absolute;
  content: '';
  right: 0;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sns .snsBtnArea h3 {
  font-size: 4vw;
  font-weight: 600;
  color: #7f1b00;
  position: relative;
  display: inline-block;
  margin-bottom: 1.8vw;
}
#sns .snsBtnArea h3:before, #sns .snsBtnArea h3:after {
  display: block;
  content: "";
  width: 5vw;
  border: 0;
  border-top: 2px solid #7f1b00;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3.5vw;
}
#sns .snsBtnArea h3:before {
  transform: rotate(60deg);
  left: -5vw;
}
#sns .snsBtnArea h3:after {
  transform: rotate(120deg);
  right: -5vw;
}
#sns .snsBtnArea ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
}
#sns .snsBtnArea ul li {
  margin: 0 2.66vw;
  width: 9.3vw;
  height: 9.3vw;
  background: #7f1b00;
  border-radius: 50%;
}
#sns .snsBtnArea ul li img {
  height: 5.3vw;
}
#sns .snsBtnArea ul li:first-child img {
  height: 4.1vw;
}
#sns .snsBtnArea ul li a {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#sns .snsBtnArea ul li a:hover {
  opacity: .7;
}

@media (min-width: 1000px) {
  #sns h2 {
    display: inline-block;
  }
  #sns h2:before {
    width: 112px;
    height: 194px;
    top: -100px;
    left: -160px;
  }
  #sns h2 img {
    width: 474px;
  }
  #sns .instaArea {
    margin-bottom: 4.5rem;
  }
  #sns .instaArea ul li {
    width: 16%;
    margin-bottom: 10px;
  }
  #sns .snsBtnArea h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  #sns .snsBtnArea h3:before, #sns .snsBtnArea h3:after {
    width: 2rem;
    top: 24px;
  }
  #sns .snsBtnArea h3:before {
    left: -40px;
  }
  #sns .snsBtnArea h3:after {
    right: -40px;
  }
  #sns .snsBtnArea ul li {
    margin: 0 18px;
    width: 58px;
    height: 58px;
  }
  #sns .snsBtnArea ul li img {
    height: 30px;
  }
  #sns .snsBtnArea ul li:first-child img {
    height: 23px;
  }
}
/*----------------------------------------------------
#goods
----------------------------------------------------*/
#goods {
  position: relative;
  padding-bottom: 24vw;
}
#goods:before {
  content: "";
  display: block;
  background: url("../img/bg_goods_sp.png") no-repeat;
  background-size: contain;
  width: 100vw;
  height: 141.8666667vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
#goods:after {
  content: "";
  display: block;
  background: url("../img/ic_kara.png") no-repeat;
  background-size: contain;
  width: 11.3vw;
  height: 13.2vw;
  position: absolute;
  bottom: 8vw;
  left: 2vw;
}
#goods .titleArea {
  padding: 20vw 0 10vw;
  margin-bottom: 0;
  position: relative;
}
#goods .titleArea:before {
  content: "";
  display: block;
  background: url("../img/hiyoko_07_01.png") no-repeat;
  background-size: contain;
  width: 18.4vw;
  height: 30.6vw;
  position: absolute;
  top: -15vw;
  left: 3vw;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-animation: laggy2 2000ms infinite step-end;
  -moz-animation: laggy2 2000ms infinite step-end;
  -o-animation: laggy2 2000ms infinite step-end;
  -ms-animation: laggy2 2000ms infinite step-end;
  animation: laggy2 2000ms infinite step-end;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
#goods .titleArea:after {
  content: "";
  display: block;
  background: url("../img/hiyoko_07_02.png") no-repeat;
  background-size: contain;
  width: 57.8vw;
  height: 8.1vw;
  position: absolute;
  top: 8vw;
  left: 25vw;
}
#goods h2 img {
  width: 75.7vw;
}
#goods .list_Slider .list_card {
  background: #fff;
  font-size: 3.2vw;
  font-weight: 800;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 5px #ccc;
}
#goods .list_Slider .list_card > img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
}
#goods .list_Slider .list_card h3 {
  color: #7f1b00;
  font-size: 3.2vw;
  line-height: 1.2;
  margin: 5px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 12vw;
}
#goods .list_Slider .list_card h3.lsl {
  letter-spacing: -.05em;
}
#goods .list_Slider .list_card a {
  background: #e60012;
  color: #fff;
  font-size: 3.2vw;
  border-radius: 8px;
  text-align: left;
  line-height: 1.4;
  padding: 8px 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#goods .list_Slider .list_card a:after {
  content: "";
  display: block;
  background: url("../img/ic_link.png") no-repeat;
  background-size: contain;
  width: 4vw;
  height: 3.6vw;
  margin-left: .5em;
  /*
  position: absolute;
  top:calc(50% - 1.9vw);
  right: 2vw;
  */
}
#goods .list_Slider .list_card a:hover {
  opacity: .7;
}
#goods .btnArea a {
  width: 66.7vw;
  font-size: 4vw;
  height: 12vw;
  line-height: 12vw;
  margin: 2rem auto;
  background: #7f1b00;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 700;
}
#goods .btnArea a:after {
  content: "";
  display: inline-block;
  background: url("../img/ic_link.png") no-repeat;
  background-size: contain;
  width: 5vw;
  height: 3.87vw;
  vertical-align: middle;
  margin-left: 1vw;
}
#goods .btnArea a:hover {
  opacity: .7;
}

@media (min-width: 1000px) {
  #goods {
    margin: auto;
    padding-bottom: 200px;
  }
  #goods:before {
    background: url("../img/bg_goods_pc.png") no-repeat;
    background-size: contain;
    width: 930px;
    height: 930px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #goods:after {
    display: none;
  }
  #goods .titleArea {
    display: inline-block;
    padding: 130px 0 120px;
    margin: 0;
  }
  #goods .titleArea:before {
    width: 138px;
    height: 230px;
    top: 0;
    left: -160px;
  }
  #goods .titleArea:after {
    width: 434px;
    height: 61px;
    top: 200px;
    left: 0;
  }
  #goods .titleArea h2 img {
    width: 469px;
  }
  #goods .list_Slider {
    width: 1170px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }
  #goods .list_Slider .slick-list {
    width: 1000px;
    margin: 0 auto 30px;
  }
  #goods .list_Slider .list_card {
    font-size: 1.14rem;
    width: 240px;
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: 0 0 5px #ccc;
  }
  #goods .list_Slider .list_card > img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
  }
  #goods .list_Slider .list_card h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    height: 75px;
  }
  #goods .list_Slider .list_card a {
    font-size: 14px;
    border-radius: 12px;
    padding: 14px 0;
    font-size: 0.875rem;
  }
  #goods .list_Slider .list_card a:after {
    width: 20px;
    height: 17px;
    /*top:calc(50% - 8px);
    right: 3%;
    */
  }
  #goods .list_Slider button.prev-arrow {
    left: 30px;
  }
  #goods .list_Slider button.next-arrow {
    right: 30px;
  }
  #goods .btnArea a {
    width: 400px;
    height: 67px;
    line-height: 67px;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2rem auto;
    background: #7f1b00;
    color: #fff;
  }
  #goods .btnArea a:after {
    width: 26px;
    height: 20px;
    margin-left: 1em;
  }
  #goods button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
  #goods button.slide-arrow {
    position: absolute;
    top: 0;
    margin-top: 0;
  }
  #goods button.prev-arrow {
    left: 0px;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: auto;
    background-color: #7f1b00;
  }
  #goods button.prev-arrow:before {
    position: absolute;
    content: '';
    right: 0;
    left: 3px;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
  }
  #goods button.next-arrow {
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #7f1b00;
  }
  #goods button.next-arrow:before {
    position: absolute;
    content: '';
    right: 0;
    left: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
/*----------------------------------------------------
#banner
----------------------------------------------------*/
#banner .bannerCont a {
  display: block;
  position: relative;
  overflow: hidden;
}
#banner .bannerCont a:after {
  content: "";
  display: block;
  background: url("../img/banner_arrow.png") no-repeat;
  background-size: cover;
  width: 7.47vw;
  height: 7.47vw;
  position: absolute;
  top: calc(50% - 3.5vw);
  right: 12vw;
}
#banner .bannerCont a > img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
#banner .bannerCont a > img:hover {
  transform: scale(1.1, 1.1);
}
#banner .bannerCont h2 {
  position: absolute;
  top: calc(50% - 5vw);
  width: 100%;
  text-align: center;
  z-index: 99;
}
#banner .bannerCont h2 img {
  width: 50.3vw;
}

@media (min-width: 1000px) {
  #banner {
    position: relative;
  }
  #banner:after {
    content: "";
    display: block;
    background: url("../img/hiyoko_08.png") no-repeat;
    width: 465px;
    height: 234px;
    margin: 68px auto 50px;
  }
  #banner .bannerWrap {
    width: 1170px;
    margin: auto;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: space-between;
  }
  #banner .bannerCont {
    width: 48%;
  }
  #banner .bannerCont a {
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: 0 0 5px #ccc;
  }
  #banner .bannerCont a:after {
    width: 56px;
    height: 56px;
    top: calc(50% - 28px);
    right: 8%;
  }
  #banner .bannerCont h2 {
    top: calc(50% - 28px);
  }
  #banner .bannerCont h2 img {
    width: 288px;
  }
}
/*----------------------------------------------------
#shop
----------------------------------------------------*/
#shop {
  background: #fff;
  color: #7f1b00;
  padding-bottom: 9vw;
}
#shop h2 img {
  width: 50.5vw;
}
#shop .imgCont {
  margin-bottom: 8vw;
}
#shop .imgCont img {
  width: 78.67vw;
}
#shop .textCont h3 {
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  margin-bottom: 5vw;
}
#shop .textCont dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 3.2vw;
  transform: rotate(0.03deg);
}
#shop .textCont dl dt {
  width: 16vw;
  font-weight: 400;
}
#shop .textCont dl dd {
  width: 70vw;
}

@media (min-width: 1000px) {
  #shop {
    overflow: hidden;
    padding-bottom: 0;
  }
  #shop .contInner {
    display: grid;
    display: -ms-grid;
    padding: 98px 0;
    position: relative;
  }
  #shop .contInner:after {
    content: "";
    display: block;
    background: url("../img/hiyoko_09.png") no-repeat;
    width: 166px;
    height: 283px;
    position: absolute;
    bottom: 0;
    right: -100px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-animation: laggy1 2000ms infinite step-end;
    -moz-animation: laggy1 2000ms infinite step-end;
    -o-animation: laggy1 2000ms infinite step-end;
    -ms-animation: laggy1 2000ms infinite step-end;
    animation: laggy1 2000ms infinite step-end;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    transition-delay: 1500ms;
  }
  #shop .titleArea {
    grid-column: 2 / 3;
    grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    padding: 0;
    margin: 2.5rem 0 0;
    text-align: left;
  }
  #shop .titleArea h2 img {
    width: 296px;
  }
  #shop .imgCont {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    margin-bottom: 0;
    text-align: left;
    width: 556px;
  }
  #shop .imgCont img {
    width: 489px;
  }
  #shop .textCont {
    grid-column: 2 / 3;
    grid-row: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
  #shop .textCont h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  #shop .textCont dl {
    font-size: 1rem;
  }
  #shop .textCont dl dt {
    width: 16%;
  }
  #shop .textCont dl dd {
    width: 70%;
  }
}
/************************ js-popup ************************/
.scrollanime {
  opacity: 0;
}

.js-popup {
  transform: translateY(40px) scale(0.7);
  will-change: transform,animation,position;
}

.js-popup.run {
  opacity: 1;
  transform: translateY(0px) scale(1);
  transition: transform .6s ease,opacity .6s ease;
}

/************************ js-fadeup ************************/
.js-fadeup {
  transform: translateY(40px);
  will-change: transform,animation,position;
}

.js-fadeup.run {
  opacity: 1;
  transform: translateY(0px);
  transition: transform .7s ease,opacity .7s ease;
}

/* mv popup */
@keyframes mvPopup {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*----------------------------------------------------
modal
----------------------------------------------------*/
.modal {
  opacity: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff017;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: 1s;
}

.modal.open {
  opacity: 1;
  z-index: 10000;
}

.sns_modal {
  max-width: 500px;
  width: calc(100% - 100px);
  height: calc(100vh - 200px);
  text-align: center;
  color: #fff;
}

.modal .slick-slide {
  height: auto;
}

.modal .slick-slide img {
  display: inline-block;
}

.sns_modal.slick-slider button.slide-arrow {
  top: 20%;
  bottom: inherit;
}

.sns_sub {
  height: 100%;
  overflow-y: scroll;
  color: #7f1b00;
}

.sns_sub_images.video16-9 .slick-slide > div {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.sns_sub_images.video1-1 .slick-slide > div {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}

.sns_sub_images video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal .slick-dots li button:before {
  content: none;
}

.modal .slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.modal .slick-dots {
  bottom: -30px;
}

.modal .slick-dots li button {
  background-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.modal .slick-dots li.slick-active button {
  background-color: #e60011;
}

.sns_links .image_list, .sns_links .title2 {
  opacity: 1 !important;
}

.sns_sub p {
  margin-top: 30px;
  transform: rotate(0.03deg);
}

.sns_sub p {
  margin: 30px auto;
}

.modal .slick-prev, .modal .slick-next {
  top: 50%;
}

.close {
  position: absolute;
  z-index: 1;
  right: 100px;
  top: 100px;
  color: #7f1b00;
  font-size: 34px;
  cursor: pointer;
}

.modal2 {
  opacity: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff017;
  justify-content: center;
  align-items: center;
  z-index: -1;
  transition: 1s;
}

.modal2.open {
  opacity: 1;
  z-index: 10000;
}

.sns_modal2 {
  max-width: 500px;
  width: calc(100% - 100px);
  text-align: center;
  color: #fff;
}

.modal2 .slick-prev, .modal .slick-next {
  top: 50%;
}

.close2 {
  position: absolute;
  z-index: 1;
  right: 100px;
  top: 100px;
}

@media screen and (max-width: 999px) {
  .close2 {
    top: 50px;
    width: 24px;
    height: 24px;
    right: 10px;
  }

  .close {
    top: 50px;
    width: 24px;
    height: 24px;
    right: 10px;
  }
}

/*# sourceMappingURL=hiyoko.css.map */
