@charset "UTF-8";


/* Modal ----------------------------*/
.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-out;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0 ,0, 0, 0.7);
  content: "";
}

.modal_inner {
  position: relative;
  z-index: 2;
  width: calc(671px * 0.6);
  height: calc(872px * 0.6);
  background-image: url(/sylveine/assets/pages/img/lineup/2412/modal_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.modal_close {
  display: block;
  position: absolute;
  bottom: calc(43px * 0.6);
  left: 50%;
  transform: translateX(-50%);
  width: calc(102px * 0.6);
  height: calc(102px * 0.6);
  background-image: url(/sylveine/assets/pages/img/lineup/2309/modal_close.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0.2s all;
}

.modal_close:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .modal_inner {
    width: calc(100vw * (671 / 750));
    height: calc(100vw * (872 / 750));
  }

  .modal_close {
    bottom: calc(100vw * (43 / 750));
    width: calc(100vw * (102 / 750));
    height: calc(100vw * (102 / 750));
  }

  .modal_close:hover {
    opacity: 1;
  }
}


/* Key Visual ----------------------------*/
.kv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.kv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw * (386 / 1600) * 1.2);
  height: calc(100vw * (183 / 1600) * 1.2);
  margin-top: calc(100vw * (-110 / 1600) * 1.2);
}

.kv_ttl > span {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.kv_ttl svg,
.kv_ttl image {
  display: block;
  width: 100%;
  height: auto;
}

.kv_ttlSt {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.kv_scroll {
  position: absolute;
  bottom: calc(100vw * (25 / 1600));
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.kv_scrollBar {
  display: inline-block;
  width: calc(100vw * (4 / 1600));
  height: calc(100vw * (133 / 1600));
  margin-bottom: calc(100vw * (10 / 1600));
  background: linear-gradient(to bottom, rgba(217, 182, 79, 1) 50%, rgba(217, 182, 79, 0) 50%);
  background-position: 0 100%;
  background-size: 100% 200%;
  animation: scrolldown 2.0s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

.kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(/sylveine/assets/pages/img/lineup/2308/kv.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@keyframes scrolldown {
  0%{
    background-position: 0 100%;
  }
  75% {
    background-position: 0 0;
  }
  100%{
    background-position: 0 -100%;
  }
}

.kv_scrollTxt {
  color: #d9b64f;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: calc(100vw * (18 / 1600));
  font-weight: 700;
  line-height: 1;
}

.kv .c-comments {
  position: absolute;
  bottom: 20px;
  right: 35px;
  color: #fff;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) and  (max-width: 1280px) {
  .kv_ttl {
    top: calc(1280px * (260 / 1600) * 0.8);
    width: calc(1280px * (386 / 1600) * 1.2);
    height: calc(1280px * (183 / 1600) * 1.2);
  }

  .kv_scroll {
    bottom: calc(1280px * (25 / 1600));
  }

  .kv_scrollBar {
    width: calc(1280px * (4 / 1600));
    height: calc(1280px * (133 / 1600));
    margin-bottom: calc(1280px * (10 / 1600));
  }

  .kv_scrollTxt {
    font-size: calc(1280px * (18 / 1600));
  }
}

@media screen and (max-width: 767px) {
  .kv_ttl {
    width: calc(100vw * (542 / 750) * 1.35);
    height: calc(100vw * (223 / 750) * 1.35);
    margin-top: calc(100vw * (-225 / 750) * 1.35);
  }

  .kv_scroll {
    bottom: calc(100vw * (45 / 750));
  }

  .kv_scrollBar {
    width: calc(100vw * (6 / 750));
    height: calc(100vw * (196 / 750));
    margin-bottom: calc(100vw * (15 / 750));
  }

  .kv_scrollTxt {
    font-size: calc(100vw * (28 / 750));
  }

  .kv .c-comments {
    bottom: calc(100vw * (25 / 750));
    right: auto;
    left: calc(100vw * (30 / 750));
    font-size: calc(100vw * (20 / 750));
  }
  
  .kv_bg {
    background-image: url(/sylveine/assets/pages/img/lineup/2308/kv_sp.jpg);
  }
}


/* Lineup ----------------------------*/
.lineup {
  background-color: #260302;
  position: relative;
  z-index: 2;
}

.lineup_lists {
  padding-bottom: 140px;
  position: relative;
}

.lineup_lists > li {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}

.lineup_lists > li#sylveineMilk {
  padding-top: 100px;
}

.lineup_lists > li:nth-last-of-type(1) {
  padding-top: 85px;
}

.lineup_lists > li::before {
  content: "";
  background-image: url(/sylveine/assets/pages/img/lineup/2308/lineup_lists_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  width: 1280px;
  height: 620px;
  position: absolute;
  top: 170px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lineup_listsTtl {
  margin-bottom: 60px;
  text-align: center;
}

.lineup_listsTtl > span {
  display: inline-block;
  width: 440px;
}

.lineup_listsTxt {
  margin-bottom: 30px;
  color: #fad27d;
  font-size: 2.1rem;
  line-height: 1.8;
  text-align: center;
}

.lineup_listsInner {
  color: #fad27d;
}

.lineup_listsInner > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 25px;
}

.lineup_listsInner > dt > span {
  display: block;
  text-align: center;
}

.lineup_listsInner > dt > span:nth-of-type(1) {
  width: 52%;
}

.lineup_listsInner > dt > span:nth-of-type(2) {
  width: 48%;
  padding-left: 60px;
  position: relative;
}

#miniSylveineFamily .lineup_listsInner > dt > span:nth-of-type(2) {
  padding-left: 45px;
}

.lineup_listsInner > dt > span:nth-of-type(2) span {
  display: block;
}

.lineup_listsInner > dt > span:nth-of-type(2) > span {
  position: relative;
}

.lineup_listsInner > dt > span:nth-of-type(2) > span > span:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sylveine .lineup_listsInner > dt > span:nth-of-type(2) > span > span:nth-of-type(2).c-is-animated {
  webkit-transform: translate(calc(-135px * 0.65), calc(-75px * 0.65));
  transform: translate(calc(-135px * 0.65), calc(-75px * 0.65));
}

#sylveineMilk .lineup_listsInner > dt > span:nth-of-type(2) > span > span:nth-of-type(2).c-is-animated {
  webkit-transform: translate(calc(-100px * 0.65), calc(-100px * 0.65));
  transform: translate(calc(-100px * 0.65), calc(-100px * 0.65));
}

#sylveine .lineup_listsInner > dt > span:nth-of-type(3) {
  width: 100%;
  margin-top: 45px;
}

#sylveine .lineup_listsInner > dt > span:nth-of-type(3) img {
  width: 530px;
}

.lineup_listsInner > dd {
  margin-top: 30px;
  text-align: center;
}

#sylveine .lineup_listsInner > dd:nth-of-type(2) {
  margin-top: 40px;
}

.lineup_listsInner > dd > p {
  font-size: 2.1rem;
  line-height: 1.8;
}

#sylveine .lineup_listsInner > dd > .c-comments {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}

.lineup_recipeInner {
  background-image: url(/sylveine/assets/pages/img/lineup/2308/lineup_recipe_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  width: 880px;
  height: 655px;
  margin: 10px auto 0 auto;
  position: relative;
  z-index: 1;
}

.lineup_recipeInner > dt {
  display: block;
  width: 347px;
  margin: 0 auto;
  padding-top: 13px;
  position: relative;
  z-index: 2;
}

.lineup_recipeInner > dt > a {
  display: block;
}

.lineup_recipeInner > dd {
  width: 100%;
  position: absolute;
}

.lineup_recipeImgs {
  top: 133px;
  z-index: 1;
  padding-left: 54px;
  padding-right: 54px;
}

.lineup_recipeImgsInner {
  position: relative;
}

.lineup_recipeImgsInner > li {
  position: absolute;
  width: 172px;
}

.lineup_recipeImgsInner > li:nth-of-type(1),
.lineup_recipeImgsInner > li:nth-of-type(2),
.lineup_recipeImgsInner > li:nth-of-type(3) {
  left: 0;
}

.lineup_recipeImgsInner > li:nth-of-type(4),
.lineup_recipeImgsInner > li:nth-of-type(5),
.lineup_recipeImgsInner > li:nth-of-type(6) {
  right: 0;
}

.lineup_recipeImgsInner > li:nth-of-type(1),
.lineup_recipeImgsInner > li:nth-of-type(4) {
  top: 0;
}

.lineup_recipeImgsInner > li:nth-of-type(2),
.lineup_recipeImgsInner > li:nth-of-type(5) {
  top: 135px;
}

.lineup_recipeImgsInner > li:nth-of-type(3),
.lineup_recipeImgsInner > li:nth-of-type(6) {
  top: 269px;
}

.lineup_recipeImgsInner > li > a {
  display: block;
}

.lineup_recipeBtn {
  top: 549px;
  z-index: 3;
}

.lineup_recipeBtn > a {
  display: block;
  width: 351px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .lineup_lists {
    padding-bottom: calc(100vw * (140 / 750));
  }
  
  .lineup_lists > li {
    padding-top: calc(100vw * (170 / 750));
  }
  
  .lineup_lists > li#sylveineMilk {
    padding-top: calc(100vw * (150 / 750));
  }

  .lineup_lists > li:nth-last-of-type(1) {
    padding-top: calc(100vw * (110 / 750));
  }

  .lineup_lists > li::before {
    background-image: url(/sylveine/assets/pages/img/lineup/2308/lineup_lists_bg_sp.jpg);
    width: 100vw;
    height: calc(100vw * (1100 / 750));
    top: calc(100vw * (140 / 750));
  }

  .lineup_listsTtl {
    margin-bottom: calc(100vw * (55 / 750));
  }

  .lineup_listsTtl > span {
    width: 100%;
  }
  
  .lineup_listsTxt {
    margin-bottom: calc(100vw * (40 / 750));
    font-size: calc(100vw * (30 / 750));
  }
  
  .lineup_listsInner {
    padding-bottom: calc(100vw * (600 / 750));
    position: relative;
  }

  #sylveine .lineup_listsInner {
    padding-bottom: calc(100vw * (560 / 750));
  }

  .lineup_listsInner > dt {
    display: block;
    padding: 0;
  }

  .lineup_listsInner > dt > span:nth-of-type(1) {
    width: calc(100vw * (694 / 750));
    margin-left: calc(100vw * (-32 / 750));
  }

  .lineup_listsInner > dt > span:nth-of-type(2) {
    width: calc(100vw * (590 / 750));
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  #miniSylveineFamily .lineup_listsInner > dt > span:nth-of-type(2) {
    padding-left: 0;
    margin-left: calc(100vw * (-10 / 750));
  }
  
  #sylveine .lineup_listsInner > dt > span:nth-of-type(2) > span > span:nth-of-type(2).c-is-animated {
    webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #sylveineMilk .lineup_listsInner > dt > span:nth-of-type(2) > span > span:nth-of-type(2).c-is-animated {
    webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  #sylveine .lineup_listsInner > dt > span:nth-of-type(2) > span > span:nth-of-type(2).is-animated-sp {
    webkit-transform: translate(calc(100vw * (-135 / 750)), calc(100vw * (-75 / 750)));
    transform: translate(calc(100vw * (-135 / 750)), calc(100vw * (-75 / 750)));
  }

  #sylveineMilk .lineup_listsInner > dt > span:nth-of-type(2) > span > span:nth-of-type(2).is-animated-sp {
    webkit-transform: translate(calc(100vw * (-100 / 750)), calc(100vw * (-100 / 750)));
    transform: translate(calc(100vw * (-100 / 750)), calc(100vw * (-100 / 750)));
  }
  
  #sylveine .lineup_listsInner > dt > span:nth-of-type(3) {
    margin-top: calc(100vw * (65 / 750));
  }

  #sylveine .lineup_listsInner > dt > span:nth-of-type(3) img {
    width: calc(100vw * (660 / 750));
  }

  .lineup_listsInner > dd {
    margin-top: calc(100vw * (50 / 750));
  }
  
  #sylveine .lineup_listsInner > dd:nth-of-type(2) {
    margin-top: calc(100vw * (10 / 750));
  }

  .lineup_listsInner > dd > p {
    font-size: calc(100vw * (30 / 750));
    line-height: 1.8;
  }
  
  #sylveine .lineup_listsInner > dd > p {
    margin-left: calc(100vw * (-60 / 750));
    margin-right: calc(100vw * (-60 / 750));
  }
  
  #sylveine .lineup_listsInner > dd > .c-comments {
    margin-top: calc(100vw * (20 / 750));
    font-size: calc(100vw * (18 / 750));
  }
  
  #sylveineOpera .lineup_listsInner > dd > p > span,
  #sylveineFraisier .lineup_listsInner > dd > p > span {
    letter-spacing: -0.05em;
  }
  
  .lineup_recipeInner {
    background-image: url(/sylveine/assets/pages/img/lineup/2308/lineup_recipe_bg_sp.png);
    width: 100%;
    height: calc(100vw * (1389 / 750));
    margin: calc(100vw * (100 / 750)) auto 0 auto;
  }

  .lineup_recipeInner > dt {
    width: calc(100vw * (544 / 750));
    padding-top: calc(100vw * (22 / 750));
  }
  
  .lineup_recipeImgs {
    top: calc(100vw * (930 / 750));
    padding-left: calc(100vw * (49 / 750));
    padding-right: calc(100vw * (49 / 750));
  }
  
  .lineup_recipeImgsInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(100vw * (-14 / 750));
    margin-left: calc(100vw * (-14 / 750));
  }

  .lineup_recipeImgsInner > li {
    width: 33.3333%;
    padding-top: calc(100vw * (14 / 750));
    padding-left: calc(100vw * (14 / 750));
    position: static;
  }

  .lineup_recipeBtn {
    top: calc(100vw * (1205 / 750));
  }

  .lineup_recipeBtn > a {
    width: calc(100vw * (544 / 750));
  }
}


/* Wallpaper ----------------------------*/
.c-wallpaper::before {
  background-image: url(/sylveine/assets/pages/img/lineup/2308/wallpaper_bg.jpg);
  background-position: 50% bottom;
}

@media screen and (max-width: 767px) {
  .c-wallpaper::before {
    background-image: url(/sylveine/assets/pages/img/lineup/2308/wallpaper_bg_sp.jpg);
  }
}
