@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 0;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10rem;
  vertical-align: super;
}

sub {
  font-size: 10rem;
  vertical-align: sub;
}

div,
figure {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
  font-weight: 400;
}

img {
  ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: .7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

video {
  width: 100%;
  height: auto;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.sansSerif {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
  font-size: 100%;
}

.weight400 {
  font-weight: 400 !important;
  font-size: 100%;
}

.weight500 {
  font-weight: 500 !important;
  font-size: 100%;
}

.weight600 {
  font-weight: 600 !important;
  font-size: 100%;
}

.weight700 {
  font-weight: 700 !important;
  font-size: 100%;
}

.colorBlack {
  color: #333 !important;
  font-size: 100%;
}

.colorWhite {
  color: #fff !important;
  font-size: 100%;
}

.colorRed {
  color: #e60012 !important;
  font-size: 100%;
}

.wrap {
  margin: auto;
  max-width: 396rem;
}

.inlineBlock {
  display: inline-block;
  font-size: 100%;
}

.noBreaks {
  word-break: keep-all;
}

.alignCenter {
  text-align: center;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

.fontSize50 {
  font-size: 50%;
}

.fontSize55 {
  font-size: 55%;
}

.fontSize60 {
  font-size: 60%;
}

.fontSize65 {
  font-size: 65%;
}

.fontSize70 {
  font-size: 70%;
}

.fontSize75 {
  font-size: 75%;
}

.fontSize80 {
  font-size: 80%;
}

.fontSize85 {
  font-size: 85%;
}

.fontSize90 {
  font-size: 90%;
}

.fontSize95 {
  font-size: 95%;
}

.fontSize100 {
  font-size: 100%;
}

.fontSize105 {
  font-size: 105%;
}

.fontSize110 {
  font-size: 110%;
}

.fontSize115 {
  font-size: 115%;
}

.fontSize120 {
  font-size: 120%;
}

.fontSize125 {
  font-size: 125%;
}

.fontSize130 {
  font-size: 130%;
}

.fontSize135 {
  font-size: 135%;
}

.fontSize140 {
  font-size: 140%;
}

.fontSize145 {
  font-size: 145%;
}

.fontSize150 {
  font-size: 150%;
}

.fontSize155 {
  font-size: 155%;
}

.fontSize160 {
  font-size: 160%;
}

.fontSize165 {
  font-size: 165%;
}

.fontSize170 {
  font-size: 170%;
}

.fontSize175 {
  font-size: 175%;
}

.fontSize180 {
  font-size: 180%;
}

.fontSize185 {
  font-size: 185%;
}

.fontSize190 {
  font-size: 190%;
}

.fontSize195 {
  font-size: 195%;
}

.fontSize200 {
  font-size: 200%;
}

.fontSize205 {
  font-size: 205%;
}

.fontSize210 {
  font-size: 210%;
}

.fontSize215 {
  font-size: 215%;
}

.fontSize220 {
  font-size: 220%;
}

.fontSize225 {
  font-size: 225%;
}

.fontSize230 {
  font-size: 230%;
}

.fontSize235 {
  font-size: 235%;
}

.fontSize240 {
  font-size: 240%;
}

.fontSize245 {
  font-size: 245%;
}

.fontSize250 {
  font-size: 250%;
}

.fontSize255 {
  font-size: 255%;
}

.fontSize260 {
  font-size: 260%;
}

.fontSize265 {
  font-size: 265%;
}

.fontSize270 {
  font-size: 270%;
}

.fontSize275 {
  font-size: 275%;
}

.fontSize280 {
  font-size: 280%;
}

.fontSize285 {
  font-size: 285%;
}

.fontSize290 {
  font-size: 290%;
}

.fontSize295 {
  font-size: 295%;
}

.fontSize300 {
  font-size: 300%;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  sub {
    font-size: 8rem;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 animations
==================================================================================*/
.slideIn.action {
  transform: translateX(0);
  transition: transform 0.5s;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes translateX0 {
  100% {
    transform: translateX(0);
  }
}
@keyframes right0 {
  100% {
    right: 0;
  }
}
@keyframes right100 {
  100% {
    right: 100%;
  }
}
@keyframes left0 {
  100% {
    left: 0;
  }
}
@keyframes left100 {
  100% {
    left: 100%;
  }
}
.slideRight {
  transform: translateX(-100vw);
}

.slideLeft {
  transform: translateX(100vw);
}

/*==================================================================================
 common
==================================================================================*/
html {
  font-feature-settings: "palt";
}
@media (min-width: 1025px) {
  html {
    font-size: .06944444vw;
  }
}

body {
  letter-spacing: 2rem;
  color: #fff;
}

main {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  max-width: 375rem;
  /*border: {
    right: 1rem solid #000;
    left: 1rem solid #000;
  }*/
  z-index: 1;
  overflow: hidden;
}
main li,
main .image,
main figure {
  position: relative;
}

@keyframes loopImage01 {
  100% {
    transform: translateY(1582.5rem);
  }
}
@keyframes loopImage02 {
  100% {
    transform: translateY(-1462rem);
  }
}
.pcOnlyContents {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/bg.jpg") no-repeat center top;
  background-size: 100% auto;
}
.pcOnlyContents img {
  max-width: 100%;
  height: auto;
}
.pcOnlyContents .leftArea {
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 532.5rem;
}
.pcOnlyContents .leftArea .scenes {
  flex: 0 0 140rem;
  display: flex;
  flex-direction: column;
  gap: 55rem 0;
}
.pcOnlyContents .leftArea .scenes01 {
  justify-content: flex-end;
}
.pcOnlyContents .leftArea .scenes01 img {
  animation: loopImage01 linear 50s 0s infinite;
}
.pcOnlyContents .leftArea .scenes02 img {
  animation: loopImage02 linear 46.2s 0s infinite;
}
.pcOnlyContents .rightArea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 532.5rem;
  overflow: hidden;
}
@keyframes ballAnimation {
  100% {
    transform: rotate(360deg);
  }
}
.pcOnlyContents .rightArea .ball {
  position: absolute;
  top: 142rem;
  left: 162rem;
  z-index: 2;
  animation: ballAnimation linear 3s 0s infinite;
}
.pcOnlyContents .rightArea .ball img {
  width: 52.6rem;
  height: 52.6rem;
}
.pcOnlyContents .rightArea .anchorLinks {
  display: flex;
  flex-direction: column;
  gap: 12rem 0;
  position: absolute;
  top: 168rem;
  left: 41rem;
  padding: 15rem 16rem;
  background: #000;
}
.pcOnlyContents .rightArea .anchorLinks li:not(:last-child) {
  padding-bottom: 3rem;
}
.pcOnlyContents .rightArea .anchorLinks li a {
  display: block;
}
.pcOnlyContents .rightArea .anchorLinks li a img {
  width: auto;
  max-width: none;
  height: 32.5rem;
}
@keyframes steaksLoop {
  100% {
    transform: translateX(-510.8rem);
  }
}
.pcOnlyContents .rightArea .steaks {
  display: flex;
  gap: 0 10rem;
  margin-bottom: 20rem;
  padding: 19rem 0 5rem 32rem;
  background: url("../img/steaks-bg.png") no-repeat center center #d7ca8f;
  background-size: 100% 100%;
}
.pcOnlyContents .rightArea .steaks img {
  animation: steaksLoop linear 10s 0s infinite;
}
.pcOnlyContents .rightArea .logo {
  margin: auto;
  width: 424rem;
}

.commonSlider01 {
  box-sizing: border-box;
  position: relative;
}
.commonSlider01 .slick-slide {
  padding: 0 38rem;
}
.commonSlider01 .slick-dots {
  display: flex;
  gap: 0 8rem;
  justify-content: center;
  position: static;
  bottom: 0;
  padding: 19rem 0 24rem;
  line-height: 0;
}
.commonSlider01 .slick-dots li {
  display: block;
  margin: 0;
  width: 31rem;
  height: 8rem;
}
.commonSlider01 .slick-dots li button {
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 0;
  background: #fff;
}
.commonSlider01 .slick-dots li button:before {
  display: none;
}
.commonSlider01 .slick-dots li.slick-active button {
  background: #e5bf19;
}
.commonSlider01.dotsColor02 .slick-dots li.slick-active button {
  background: #8f8f8f;
}

.commonTitle01 {
  padding: 0 12rem 15rem;
}

.commonTitle02 {
  padding-bottom: 32rem;
  text-align: center;
}
.commonTitle02 img {
  width: auto;
  max-width: none;
  height: 79rem;
}

@media (max-width: 1024px) {
  html {
    font-size: .26666667vw;
  }

  main {
    border: none;
  }

  .pcOnlyContents {
    background-image: url("../img/bg-sp.jpg");
  }
  .pcOnlyContents .rightArea,
  .pcOnlyContents .leftArea {
    display: none;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  margin-top: 80rem;
  padding: 40rem 0;
  background: #d7ca8f;
}
.siteFooter .copyright {
  display: block;
  text-align: center;
}
.siteFooter .copyright img {
  width: 140rem;
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top main > footer,
#top main > section {
  position: relative;
  z-index: 2;
}
#top section.intro {
  padding-bottom: 86rem;
}
#top section.intro > header {
  position: relative;
}
#top section.intro > header h1 img {
  position: absolute;
  z-index: 10;
}
#top section.intro > header h1 img:nth-child(1) {
  top: 18rem;
  width: 292rem;
  left: calc(50% - 146rem);
  transform: translateX(100vw);
  animation: translateX0 ease 1s 2.1s forwards;
}
#top section.intro > header h1 img:nth-child(2) {
  bottom: -39rem;
  width: 358rem;
  left: calc(50% - 179rem);
  transform: translateX(-100vw);
  animation: translateX0 ease 1s 2.4s forwards;
}
@keyframes scrollIconAnimation {
  100% {
    transform: translateY(12rem);
  }
}
#top section.intro > header .scrollIcon {
  position: absolute;
  bottom: 62rem;
  right: 15rem;
  width: 20rem;
  z-index: 10;
  opacity: 0;
  animation: fadeIn ease 1s 3s forwards;
}
#top section.intro > header .scrollIcon img {
  animation: scrollIconAnimation ease 1s 0s infinite;
}
#top section.intro > header .characters li {
  opacity: 0;
}
#top section.intro > header .characters li:not(:nth-child(4)) {
  position: absolute;
  top: 0;
  left: 0;
}
#top section.intro > header .characters li:nth-child(1) {
  z-index: 5;
  animation: fadeIn ease 1s 0s forwards;
}
#top section.intro > header .characters li:nth-child(2) {
  z-index: 4;
  animation: fadeIn ease 1s 0.3s forwards;
}
#top section.intro > header .characters li:nth-child(3) {
  z-index: 6;
  animation: fadeIn ease 1s 0.6s forwards;
}
#top section.intro > header .characters li:nth-child(4) {
  animation: fadeIn ease 1s 0.9s forwards;
}
#top section.intro > header .characters li:nth-child(5) {
  z-index: 2;
  animation: fadeIn ease 1s 1.2s forwards;
}
#top section.intro > header .characters li:nth-child(6) {
  z-index: 3;
  animation: fadeIn ease 1s 1.5s forwards;
}
#top section.intro > .lead {
  padding: 76rem 40rem 55rem;
  background: url("../img/intro-bg.png") no-repeat center top #6b1c2e;
  background-size: 100% auto;
}
#top section.intro > .image {
  position: relative;
  left: -100vw;
  overflow: hidden;
}
#top section.intro > .image .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
}
#top section.intro > .image .text img {
  position: absolute;
  top: 50%;
  left: -100vw;
  transform: translateY(-50%);
}
#top section.intro > .image.action {
  animation: left0 .5s ease 0s forwards;
}
#top section.intro > .image.action .text {
  animation: left100 .5s ease 2s forwards;
}
#top section.intro > .image.action .text img {
  animation: left0 .5s ease .3s forwards;
}
#top section.intro > .catch {
  margin-bottom: 30rem;
  background: #000;
}
#top section.intro > section:not(:last-of-type) {
  padding-bottom: 60rem;
}
#top section.intro > section ul {
  display: flex;
  flex-direction: column;
  gap: 10rem 0;
  margin: auto;
  width: 237rem;
}
#top .sections:not(:last-of-type) {
  padding-bottom: 100rem;
}
#top section.novelty {
  padding-bottom: 75rem !important;
}
#top section.novelty > header {
  padding-bottom: 45rem;
}
#top section.novelty > header .lead {
  margin: auto;
  width: 242rem;
}
#top section.novelty .noveltySlider {
  position: relative;
}
#top section.novelty .noveltySlider .arrows > div {
  position: absolute;
  top: 245rem;
  width: 26rem;
}
#top section.novelty .noveltySlider .arrows .previous {
  left: 0;
}
#top section.novelty .noveltySlider .arrows .next {
  right: 0;
}
#top section.novelty .outline {
  margin: auto;
  width: 269rem;
}
#top section.menu > header {
  padding-bottom: 36rem;
}
#top section.menu .collabMenuSlider {
  position: relative;
}
#top section.menu .collabMenuSlider .slick-slide {
  padding: 0 18rem;
}
#top section.menu .collabMenuSlider .arrows > div {
  position: absolute;
  top: 274rem;
  width: 26rem;
}
#top section.menu .collabMenuSlider .arrows .previous {
  left: 0;
}
#top section.menu .collabMenuSlider .arrows .next {
  transform: rotate(180deg);
  right: 0;
}
#top section.present h3 {
  padding-bottom: 46rem;
}
#top section.present .wrapper {
  position: relative;
}
#top section.present .wrapper .texts {
  position: absolute;
  top: 48rem;
  left: 20rem;
  width: 196rem;
  z-index: 1;
}
#top section.present .wrapper .image {
  margin-left: auto;
  width: 228rem;
}
#top section.decoration h3 {
  padding-bottom: 55rem;
}
#top section.decoration .image {
  padding-bottom: 27rem;
}
#top section.decoration .lead {
  margin: auto;
  padding-bottom: 27rem;
  width: 274rem;
}
#top section.decoration .links {
  margin: auto;
  width: 337rem;
}
#top section.decoration .links li {
  position: relative;
}
#top section.decoration .links li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 5px) repeat-x top left;
  background-size: 7px 2px;
}
#top section.decoration .links li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 5px) repeat-x top left;
  background-size: 7px 2px;
}
#top section.decoration .links li a {
  display: flex;
  align-items: center;
  height: 60rem;
}
#top section.decoration .links li a img {
  width: auto;
  max-width: none;
  height: 45rem;
}
#top section.goods {
  padding-bottom: 50rem !important;
}
#top section.goods .lead {
  margin: auto;
  padding-bottom: 44rem;
  width: 264rem;
}
#top section.goods .items {
  margin: auto;
  padding-bottom: 14rem;
  width: 337rem;
}
#top section.goods .items li:not(:last-child) {
  padding-bottom: 10rem;
}
#top section.goods .items .name {
  position: relative;
  cursor: pointer;
}
#top section.goods .items .name:after {
  content: '';
  display: block;
  position: absolute;
  right: 11rem;
  bottom: 14rem;
  width: 16rem;
  height: 16rem;
  background: url("../img/icon-arrow04.svg") no-repeat center center;
  background-size: 100% 100%;
  transition: transform .2s;
}
#top section.goods .items .name.open:after {
  transform: rotate(-180deg);
}
#top section.goods .items .content {
  display: none;
}
#top section.goods .annotation {
  padding: 0 0 40rem 27rem;
  width: 270rem;
}
#top section.goods .onlineStore {
  margin-right: -7rem;
  padding-left: 12rem;
}
#top section.campaign .lead {
  margin: auto;
  padding-bottom: 44rem;
  width: 264rem;
}
#top section.campaign .app {
  box-sizing: border-box;
  margin: 0 auto 53rem;
  padding: 15rem 19rem 32rem;
  width: 337rem;
  background: #fff;
}
#top section.campaign .app .text {
  padding-bottom: 18rem;
}
#top section.campaign .app .banners {
  display: flex;
  justify-content: center;
  gap: 0 15rem;
}
#top section.campaign .app .banners img {
  width: auto;
  max-width: none;
  height: 42rem;
}
#top section.campaign .onlineStore {
  margin-right: -7rem;
  padding-left: 12rem;
}
#top section.campaign .x {
  margin: 0 auto;
  padding-bottom: 60rem;
  width: 337rem;
}
#top section.campaign .x a:hover {
  opacity: 1;
}
#top section.campaign .logo {
  margin: auto;
  width: 236rem;
}

/*==================================================================================
 lower common
==================================================================================*/
.lower .pcOnlyContents .rightArea .anchorLinks,
.lower .pcOnlyContents .rightArea .ball {
  display: none;
}

/*==================================================================================
 wallpaper
==================================================================================*/
#wallpaper article.contents > header {
  padding-bottom: 40rem;
}
#wallpaper article.contents h1 {
  padding-bottom: 35rem;
  line-height: 0;
}
#wallpaper article.contents .group {
  margin: auto;
  padding: 0 0 10rem 10rem;
  width: 330rem;
}
#wallpaper article.contents .outline {
  margin: auto;
  width: 300rem;
}
#wallpaper article.contents .wallpapers {
  display: flex;
  flex-direction: column;
  gap: 56rem 0;
  padding-bottom: 100rem;
}
#wallpaper article.contents .wallpapers li {
  margin: auto;
  width: 245rem;
}
#wallpaper article.contents .wallpapers .image {
  padding-bottom: 32rem;
}
#wallpaper article.contents .logo {
  margin: auto;
  padding-bottom: 20rem;
  width: 236rem;
}

/*==================================================================================
 page
==================================================================================*/

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