.top-main__banner {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 212px;
}
.top-main__banner > a {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
  border-radius: 0;
  font-size: 0;
}
@media screen and (min-width: 751px) {
  .top-main__banner > a:hover {
    border-radius: 16px 16px;
  }
}
.top-main__banner > .close {
  width: 42px;
  height: 42px;
  position: absolute;
  right: -17px;
  top: -17px;
  cursor: pointer;
}
.top-main__banner > .close::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #b28d99;
  border-radius: 50% 50%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top-main__banner > .close img {
  width: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 751px) {
  .top-main__banner > .close:hover::before {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 750px) {
  .top-main__banner {
    width: 150px;
    right: 20px;
    bottom: 20px;
  }
  .top-main__banner > .close {
    right: -15px;
    top: -22px;
  }
}
.top-news {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 34px 160px 27px 50px;
}
.top-news__list > li {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-bottom: 8px;
}
.top-news__list > li > a {
  color: #916774;
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.top-news__list > li > a::before {
  content: "";
  width: 18px;
  height: 21px;
  background: url(../images/top/news/icon.png) no-repeat 0 0;
  background-size: contain;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.top-news__list > li > a > span {
  display: inline;
}
@media screen and (min-width: 751px) {
  .top-news__list > li > a:hover > span {
    border-bottom: 1px solid #916774;
  }
}
.top-news__link {
  width: 130px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.top-news__link > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  background: #b28d99;
}
.top-news__link > a > .txt {
  font-size: 2.2rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-38px);
      -ms-transform: translateY(-38px);
          transform: translateY(-38px);
  position: absolute;
}
.top-news__link > a > .arrow {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(34px);
      -ms-transform: translateY(34px);
          transform: translateY(34px);
  font-size: 0;
}
.top-news__link > a > .arrow > p {
  width: 8px;
  position: absolute;
  left: 50%;
  top: 0;
}
.top-news__link > a > .arrow > p.arrow1 {
  -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
          transform: translateX(-6px);
}
.top-news__link > a > .arrow > p.arrow2 {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
.top-news__link > a > .arrow > p img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 751px) {
  .top-news__link > a:hover > .arrow > p img {
    left: 5px;
  }
}
.top-intro {
  background: url(../images/top/intro/bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
  min-height: 900px;
}
@media screen and (min-width: 951px) {
  .top-intro {
    height: 100vh;
  }
}
.top-intro.-fixed {
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.top-intro__block {
  width: 40%;
  position: relative;
}
@media screen and (min-width: 951px) {
  .top-intro__block {
    height: 100%;
  }
}
.top-intro__block > h2 {
  text-align: center;
  padding-top: 112px;
  margin-bottom: 28px;
}
.top-intro__block > h2 img {
  width: auto;
  height: 50px;
}
.top-intro__lead {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 57px;
}
.top-intro__wrap {
  width: 87.5vw;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-intro__wrap > .img {
  width: 42.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  padding-top: 10px;
}
.top-intro__wrap > .txt {
  width: 50%;
}
.top-intro__wrap > .txt > .jp {
  font-size: 1.7rem;
  line-height: 4.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.top-intro__wrap > .txt > .en {
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0.04em;
}
@media screen and (min-height: 1001px) and (min-width: 1061px) {
  .top-intro__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-30%);
        -ms-transform: translateX(-50%) translateY(-30%);
            transform: translateX(-50%) translateY(-30%);
  }
}
@media screen and (min-width: 951px) {
  .top-intro__inner {
    width: 250%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 951px) and (max-width: 1060px) {
  .top-intro__block > h2 {
    padding-top: 50px;
  }
  .top-intro__block > h2 img {
    height: 40px;
  }
  .top-intro__lead {
    font-size: 2.6rem;
  }
  .top-intro__wrap > .txt > .jp {
    font-size: 1.7rem;
    line-height: 3.4rem;
  }
  .top-intro__wrap > .txt > .en {
    line-height: 3.4rem;
  }
}
.top-intro__link {
  width: 295px;
  height: 90px;
  display: block;
  position: relative;
  background: url(../images/top/intro/btn.jpg) no-repeat 0 0;
  background-size: contain;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
.top-intro__link > .en {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  line-height: 3rem;
  padding-top: 18px;
  margin-bottom: 4px;
}
.top-intro__link > .jp {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.top-intro__link > .arrow {
  font-size: 0;
  width: 8px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-intro__link > .arrow img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 751px) {
  .top-intro__link:hover > .arrow img {
    left: 5px;
  }
}
@media screen and (max-width: 950px) {
  .top-intro {
    height: auto;
    padding-bottom: 120px;
  }
  .top-intro.-fixed {
    width: 100%;
    left: 0;
    top: 0 !important;
    position: relative;
  }
  .top-intro__block {
    width: 100%;
    height: auto;
  }
  .top-intro__inner {
    width: 100%;
    height: auto;
    left: 0 !important;
    display: block;
  }
  .top-intro__wrap {
    width: 89.33vw;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
  }
  .top-intro__wrap > .img {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .top-intro__wrap > .txt {
    width: 78.66vw;
    margin: 0 auto;
  }
  .top-intro__wrap > .txt > .jp {
    font-size: 1.8rem;
    line-height: 4.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .top-intro__wrap > .txt > .en {
    font-size: 1.8rem;
    line-height: 4rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) {
  .top-news {
    padding: 86px 7.9vw 49px;
  }
  .top-news__title {
    width: 95px;
    height: 47px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #b28d99;
    color: #fff;
    font-size: 1.8rem;
    line-height: 47px;
  }
  .top-news__list {
    margin-bottom: 35px;
  }
  .top-news__list > li {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 26px;
  }
  .top-news__list > li > a {
    color: #916774;
    position: relative;
    display: inline-block;
    padding-left: 40px;
  }
  .top-news__list > li > a::before {
    top: 3px;
  }
  .top-news__list > li > a > span {
    display: inline;
    border-bottom: 1px solid #916774;
  }
  .top-news__link {
    width: 100%;
    height: 53px;
    position: relative;
    text-align: center;
  }
  .top-news__link > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #b28d99;
    background: transparent;
  }
  .top-news__link > a > .txt {
    font-size: 2.2rem;
    line-height: 5.3rem;
    letter-spacing: 0.04em;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: relative;
  }
  .top-news__link > a > .arrow {
    width: 53px;
    height: 53px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(76px);
        -ms-transform: translateY(-50%) translateX(76px);
            transform: translateY(-50%) translateX(76px);
    font-size: 0;
    background: #b28d99;
    border-radius: 50% 50%;
  }
  .top-news__link > a > .arrow > p {
    top: 50%;
  }
  .top-news__link > a > .arrow > p.arrow1 {
    -webkit-transform: translateX(-6px) translateY(-50%);
        -ms-transform: translateX(-6px) translateY(-50%);
            transform: translateX(-6px) translateY(-50%);
  }
  .top-news__link > a > .arrow > p.arrow2 {
    -webkit-transform: translateX(2px) translateY(-50%);
        -ms-transform: translateX(2px) translateY(-50%);
            transform: translateX(2px) translateY(-50%);
  }
  .top-intro {
    background: url(../images/sp/top/intro/bg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
  }
  .top-intro__block > h2 {
    padding-top: 120px;
    margin-bottom: 18px;
  }
  .top-intro__block > h2 img {
    height: 34px;
  }
  .top-intro__lead {
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0.08em;
    margin-bottom: 51px;
  }
  .top-intro__wrap > .img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .top-intro__wrap > .txt > .jp {
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 31px;
  }
  .top-intro__wrap > .txt > .en {
    font-size: 1.7rem;
    line-height: 3.3rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) and (min-height: 1001px) and (min-width: 1061px) {
  .top-intro__wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-30%);
        -ms-transform: translateX(-50%) translateY(-30%);
            transform: translateX(-50%) translateY(-30%);
  }
}
@media screen and (max-width: 750px) {
  .top-intro__link {
    width: 84vw;
    max-width: 315px;
    height: 80px;
    background: url(../images/sp/top/intro/btn.jpg) no-repeat 0 0;
    background-size: contain;
    margin: 60px auto 0;
  }
  .top-intro__link > .en {
    font-size: 2.5rem;
    padding-top: 18px;
    margin-bottom: 0;
  }
}

.flavor {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../images/top/flavor/bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}
.flavor-title {
  text-align: center;
  margin-bottom: 43px;
  color: #b28d99;
}
.flavor-title > .en {
  font-size: 6rem;
  letter-spacing: 0.04em;
  line-height: 7rem;
}
.flavor-title > .jp {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.flavor-slidewrap {
  width: 45.1vw;
  max-width: 730px;
  margin: 0 auto;
}
.flavor-link {
  display: block;
  width: 260px;
  height: 80px;
  background: #fff;
  position: absolute;
  top: 110px;
  right: 59px;
  overflow: hidden;
  border-radius: 10px 10px;
  text-align: center;
}
.flavor-link__icon {
  width: 46px;
  position: absolute;
  bottom: -40px;
}
.flavor-link__icon.-icon1 {
  left: 32px;
}
.flavor-link__icon.-icon2 {
  right: 17px;
}
.flavor-link__icon img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flavor-link > .txt {
  font-size: 2rem;
  color: #916774;
  padding-top: 18px;
}
@media screen and (min-width: 751px) {
  .flavor-link:hover .flavor-link__icon img {
    top: -5px;
  }
}
.flavor-item {
  width: 100%;
}
.flavor-item__photo {
  position: relative;
}
.flavor-item__photo::after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  left: 30%;
  top: 0;
  background: url(../images/neko_face_gif.gif) no-repeat center 55%;
  background-size: contain;
}
.flavor-item__txt {
  text-align: center;
}
.flavor-item__txt > .txt1 {
  font-size: 6rem;
  line-height: 7rem;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
}
.flavor-item__txt > .txt2 {
  font-size: 2.5rem;
  line-height: 3rem;
  letter-spacing: 0.04em;
}
.flavor-item.-white .flavor-item__photo::after {
  background: url(../images/top/flavor/face_white.gif) no-repeat center 55%;
  background-size: contain;
}
.flavor-slide {
  position: relative;
}
.flavor-slide__nav {
  width: 44px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 50%;
  z-index: 3;
  cursor: pointer;
}
.flavor-slide__nav img {
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.flavor-slide__nav.-l {
  margin-left: calc(-22.5vw - 44px);
}
.flavor-slide__nav.-r {
  margin-left: 22.5vw;
  -webkit-transform: scale(-1, 1) translateY(-100%);
      -ms-transform: scale(-1, 1) translateY(-100%);
          transform: scale(-1, 1) translateY(-100%);
}
@media screen and (min-width: 751px) {
  .flavor-slide__nav:hover img {
    left: -5px;
  }
}
@media screen and (max-width: 950px) {
  .flavor-slide {
    margin-bottom: 39px;
  }
  .flavor-link {
    position: relative;
    top: 0;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .flavor {
    padding-top: 91px;
    padding-bottom: 100px;
  }
  .flavor-title {
    text-align: center;
    margin-bottom: 43px;
    color: #b28d99;
  }
  .flavor-title > .en {
    font-size: 4.3rem;
    letter-spacing: 0.04em;
    line-height: 5rem;
    margin-bottom: 4px;
  }
  .flavor-title > .jp {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.14em;
    font-weight: 700;
  }
  .flavor-slidewrap {
    width: 100%;
    margin: 0 auto;
  }
  .flavor-item {
    width: 100%;
  }
  .flavor-item__photo {
    position: relative;
    margin-bottom: 10px;
  }
  .flavor-item__txt {
    text-align: center;
  }
  .flavor-item__txt > .txt1 {
    font-size: 4.3rem;
    line-height: 5rem;
    margin-bottom: 5px;
  }
  .flavor-item__txt > .txt2 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .flavor-slide {
    position: relative;
    margin-bottom: 19px;
  }
  .flavor-slide__nav {
    width: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
    left: 50%;
    z-index: 3;
    cursor: pointer;
  }
  .flavor-slide__nav img {
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .flavor-slide__nav.-l {
    left: 15px;
    margin-left: 0;
  }
  .flavor-slide__nav.-r {
    margin-left: 0;
    left: auto;
    right: 15px;
    -webkit-transform: scale(-1, 1) translateY(-150%);
        -ms-transform: scale(-1, 1) translateY(-150%);
            transform: scale(-1, 1) translateY(-150%);
  }
}
@media screen and (max-width: 750px) and (min-width: 751px) {
  .flavor-slide__nav:hover img {
    left: -5px;
  }
}
@media screen and (max-width: 750px) {
  .flavor-link {
    position: relative;
    top: 0;
    right: auto;
    margin: 0 auto;
    width: 84vw;
  }
  .flavor-link > .txt {
    font-size: 2.1rem;
  }
}

.top-lineup {
  background: url(../images/top/intro/bg.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 116px;
  padding-bottom: 18px;
  position: relative;
}
.top-lineup__title {
  text-align: center;
  margin: 0 auto 95px;
  color: #b28d99;
}
.top-lineup__title > .en {
  font-size: 6rem;
  letter-spacing: 0.04em;
  line-height: 7rem;
}
.top-lineup__title > .jp {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.top-lineup__list {
  width: 89.3vw;
  max-width: 1210px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top-lineup__item {
  width: 47.1%;
  position: relative;
  margin-bottom: 100px;
}
.top-lineup__photo {
  margin-bottom: 55px;
}
.top-lineup__photo::before {
  padding-top: 55.26%;
}
.top-lineup__txt {
  font-size: 1.7rem;
  line-height: 38px;
  padding: 0 25px;
  letter-spacing: 0.01em;
}
.top-lineup__new {
  width: 88px;
  height: 66px;
  position: absolute;
  left: -34px;
  top: -23px;
  background: url(../images/top/lineup/new.png) no-repeat 0 0;
  background-size: contain;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.top-lineup__new > span {
  display: inline-block;
  padding-top: 10px;
}
@media screen and (max-width: 950px) {
  .top-lineup__item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .top-lineup {
    padding-top: 91px;
    padding-bottom: 11px;
  }
  .top-lineup__title {
    margin-bottom: 66px;
  }
  .top-lineup__title > .en {
    font-size: 4.3rem;
    letter-spacing: 0.04em;
    line-height: 5rem;
    margin-bottom: 4px;
  }
  .top-lineup__title > .jp {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.14em;
    font-weight: 700;
  }
  .top-lineup__item {
    margin-bottom: 81px;
  }
  .top-lineup__photo {
    margin-bottom: 26px;
  }
  .top-lineup__txt {
    font-size: 1.5rem;
    line-height: 31px;
    padding: 0 20px;
    letter-spacing: 0.01em;
  }
  .top-lineup__new {
    width: 60px;
    height: 44px;
    font-size: 1.5rem;
    left: -9px;
    top: -25px;
  }
  .top-lineup__new > span {
    padding-top: 5px;
  }
}

.top-shop {
  padding-top: 116px;
  padding-bottom: 136px;
  background: #f8f7f1;
  position: relative;
}
.top-shop__title {
  text-align: center;
  margin: 0 auto 95px;
}
.top-shop__title > .en {
  font-size: 6rem;
  letter-spacing: 0.04em;
  line-height: 7rem;
  color: #be9066;
}
.top-shop__title > .jp {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #be9066;
}
.top-shop__main {
  width: 87.5vw;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-shop__link {
  display: block;
  position: relative;
  width: 47.85%;
  padding: 56px 0 60px;
  color: #fff;
}
.top-shop__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f0d489;
  border-radius: 12px;
  -webkit-transition: 0.2s all ease-out 0s;
  -o-transition: 0.2s all ease-out 0s;
  transition: 0.2s all ease-out 0s;
}
@media screen and (min-width: 751px) {
  .top-shop__link:hover::before {
    border-radius: 30px;
  }
}
.top-shop__txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  position: relative;
}
.top-shop__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}
.top-shop__icon.-icon1 {
  right: 69px;
  width: 36px;
}
.top-shop__icon.-icon2 {
  right: 75px;
  width: 40px;
}
@media screen and (max-width: 1160px) {
  .top-shop__icon.-icon1 {
    right: 39px;
  }
  .top-shop__icon.-icon2 {
    right: 45px;
  }
}
@media screen and (max-width: 950px) {
  .top-shop__main {
    width: 84vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-shop__link {
    width: 100%;
  }
  .top-shop__link:nth-of-type(1) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .top-shop {
    padding-top: 91px;
    padding-bottom: 95px;
  }
  .top-shop__title {
    margin: 0 auto 67px;
  }
  .top-shop__title > .en {
    font-size: 4.3rem;
    letter-spacing: 0.04em;
    line-height: 5rem;
    margin-bottom: 4px;
  }
  .top-shop__title > .jp {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.14em;
    font-weight: 700;
  }
  .top-shop__link {
    padding: 27px 0;
  }
  .top-shop__link::before {
    border-radius: 6px;
  }
  .top-shop__txt {
    font-size: 1.4rem;
  }
  .top-shop__icon.-icon1 {
    right: 22px;
    width: 23px;
  }
  .top-shop__icon.-icon2 {
    right: 20px;
    width: 25px;
  }
}

.owl-stage-outer {
  overflow: visible !important;
}

.owl-item:nth-of-type(2n) .flavor-item__photo::after {
  content: "";
  width: 40%;
  height: 100%;
  position: absolute;
  left: 31%;
  top: 0;
  background: url(../images/neko_face2_gif.gif) no-repeat center 55%;
  background-size: contain;
}
.owl-item:nth-of-type(2n) .item.-white .flavor-item__photo::after {
  background: url(../images/top/flavor/face_white.gif) no-repeat center 55%;
  background-size: contain;
}