#kv {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#kv img {
  width: 250rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  #kv img {
    width: 100%;
  }
}

header nav div {
  border-left: 1px solid #c30018;
  gap: 0;
}
@media screen and (max-width: 768px) {
  header nav div {
    border-left: none;
  }
}

header nav div a {
  width: 11rem;
  height: 3.6rem;
  border: none;
  display: block;
  padding-top: 0.8rem;
  text-align: center;
  border-right: 1px solid #c30018;
}
@media screen and (max-width: 768px) {
  header nav div a {
    border-right: none;
    width: 80vw;
    height: 17.3vw;
    border-bottom: 0.4vw solid #c30018;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    row-gap: 0.8vw;
  }
}
header nav div a:nth-of-type(6) {
  width: 18.4rem;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  header nav div a:nth-of-type(6) {
    width: 80vw;
  }
}
@media screen and (max-width: 768px) {
  header nav div a span {
    color: #000;
  }
}

@media screen and (max-width: 768px) {
  header nav div p.s {
    line-height: 1.2;
    font-size: 1.8rem;
  }
}
header nav div a {
  font-size: 1.4rem;
  font-weight: 700;
  background: none;
}
header nav div a p {
  color: #000;
  display: inline;
  position: relative;
}
header nav div a:hover p {
  opacity: 1;
  color: #000;
}
header nav div a:hover p::after {
  content: '';
  width: 100%;
  height: 0.4rem;
  background: #c30018;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

header nav div a:last-of-type {
  border-radius: 0;
}

main section .inner {
  width: 84rem;
}
@media screen and (max-width: 768px) {
  main section .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #message {
    margin-bottom: -5vw;
    position: relative;
    background: none;
    z-index: 2;
  }
}
#message .inner {
  gap: 0;
  overflow: visible;
}
#message .inner::after {
  content: '';
  width: 192rem;
  height: 100%;
  background: url("../../yougashi/img/bg_message.webp") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #message .inner::after {
    width: 100%;
    height: 105.3vw;
    background: url("../../yougashi/img/bg_message_sp.webp") no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
    z-index: 2;
  }
}
#message h1 {
  width: 30.6rem;
  margin: 3.5rem auto auto;
}
@media screen and (max-width: 768px) {
  #message h1 {
    width: 53.04vw;
    margin: 5.8vw auto auto;
  }
}
#message p.message_txt {
  line-height: 3.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #message p.message_txt {
    line-height: 1.75;
    font-size: 3.7vw;
  }
}
#message p.message_txt + p.message_txt {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  #message p.message_txt + p.message_txt {
    margin-top: 5.8vw;
  }
}

.main_section hgroup h2 img {
  height: auto !important;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-18px) rotate(2deg);
  }
}
@keyframes floatSP {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-3vw) rotate(2deg);
  }
}
#movie .movie_set {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #movie .movie_set {
    gap: 10vw;
  }
}

@media screen and (max-width: 768px) {
  #movie .movie_set {
    margin-top: 5vw;
  }
}

#movie {
  /* 波画像を中央に置き、その左右を画像端と同じ配色で延長して
     どんなブラウザ幅でも背景が途切れないようにする */
  background-image:
    url("../../yougashi/img/bg_movie.png"),
    linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 31%, #C30018 31%, #C30018 100%),
    linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 47.5%, #C30018 47.5%, #C30018 100%);
  background-size: 250rem 10rem, 50.5% 10rem, 50.5% 10rem;
  background-position: top center, top left, top right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-color: #c30018;
}
@media screen and (max-width: 768px) {
  #movie {
    background: url("../../yougashi/img/bg_movie_sp.png") no-repeat #c30018;
    background-position: top center;
    background-size: 100%;
    position: relative;
  }
}
#movie .inner {
  padding: 0 0 0;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #movie .inner {
    padding-top: 25vw;
    width: 88vw;
    margin: auto;
  }
}
#movie .inner hgroup {
  width: 100%;
}
#movie .inner figure.cake001 {
  position: absolute;
  top: 98rem;
  right: -12rem;
  width: 13.83rem;
  animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #movie .inner figure.cake001 {
    width: 18.4vw;
    top: 127vw;
    right: -3vw;
  }
}
#movie h2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #movie h2 {
    width: 51.1vw;
    margin: auto;
  }
}
#movie h3.h3_movie {
  margin-bottom: 0.4rem;
}
#movie h3.h3_movie, #movie h3.h3_making {
  width: 100%;
}

#movie .movie_box a {
  background: #fff;
  padding: 1rem;
  border-radius: 0 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #movie .movie_box a {
    padding: 1vw;
  }
}
#movie .movie_box a.making {
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #movie .movie_box a.making {
    padding: 1vw;
  }
}

#movie .cover_line::after {
  display: none;
}

#movie .movie_box {
  width: 100%;
}

#movie .movie_thumb_arrow {
  right: 4rem;
  bottom: 4rem;
  width: 8rem;
  height: 8rem;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 768px) {
  #movie .movie_thumb_arrow {
    right: 2.4vw;
    bottom: 2.4vw;
    width: 12vw;
    height: 12vw;
  }
}

@media screen and (min-width: 769px) {
  a:hover .movie_thumb_arrow {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 768px) {
  .movie_nav {
    gap: 7.7vw;
    margin-top: 3.4vw;
  }
}

.movie_nav button {
  width: 10rem;
  height: 4rem;
  background: #c30018;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .movie_nav button {
    width: 18.6vw;
    height: 7.4vw;
  }
}
.movie_nav button span {
  padding-top: 0;
  color: #fff;
}

.movie_nav button.current {
  background: #fff;
}
.movie_nav button.current span {
  color: #c30018;
}

@media screen and (min-width: 769px) {
  #graphics .graphics_set a {
    width: 62rem;
  }
}

@media screen and (min-width: 769px) {
  #graphics .graphics_set {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #graphics .graphics_set {
    gap: 4.5rem;
    margin-top: 0;
  }
}

#graphics {
  background: #c30018;
}
#graphics .inner {
  padding: 0 0 16rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #graphics .inner {
    padding-bottom: 26vw;
    width: 88vw;
    margin: auto;
  }
}
#graphics .inner figure.cake002 {
  position: absolute;
  bottom: 5rem;
  left: -6rem;
  width: 13.83rem;
  animation: float 4s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #graphics .inner figure.cake002 {
    width: 19.1vw;
    bottom: 0;
    left: 8vw;
  }
}
#graphics hgroup {
  width: 100%;
  margin: auto;
}
#graphics h2 {
  width: 100%;
}

#graphics .cover_line::after {
  display: none;
}

#graphics .graphics_thumb_zoom {
  right: 3rem;
  bottom: 3rem;
  width: 8rem;
  height: 8rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #graphics .graphics_thumb_zoom {
    right: 2.6vw;
    bottom: 2.6vw;
    width: 12vw;
    height: 12vw;
  }
}

@media screen and (min-width: 769px) {
  #graphics .graphics_set a:hover .graphics_thumb_zoom {
    transform: scale(1.1);
  }
}

section.double {
  width: 100%;
  position: relative;
}
section.double::after {
  content: '';
  width: 250rem;
  height: 100%;
  background: url(../../yougashi/img/bg_double.webp) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.double::after {
    width: 100%;
    height: 388.2vw;
    background: url(../../yougashi/img/bg_double_sp.webp) no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}

section.hare {
  width: 100%;
  /* 画像は250rem固定のため、幅広ブラウザで左右が白く抜けないよう背景色を敷いておく */
  background: url("../../yougashi/img/bg_hare_top.png"), url("../../yougashi/img/bg_hare.webp") #c30018;
  background-size: 250rem, 250rem;
  background-position: top center, center;
  background-repeat: no-repeat, no-repeat;
  padding: 12.7rem 0 19rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.hare {
    background: url("../../yougashi/img/bg_hare_top_sp.png"), url("../../yougashi/img/bg_hare_sp.webp") #c30018;
    background-size: 100%, 100%;
    background-position: top center, top center;
    background-repeat: no-repeat, no-repeat;
    padding: 20vw 0 19rem;
    margin-bottom: -1px;
  }
}
section.hare::after {
  content: '';
  width: 250rem;
  height: 9.4rem;
  background: url("../../yougashi/img/bg_hare_bottom.png") no-repeat;
  background-position: bottom center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.hare::after {
    content: none;
    width: 100%;
    height: 9.3vw;
    bottom: 22vw;
    background: url("../../yougashi/img/bg_hare_bottom_sp2.webp") no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }
}
section.hare .inner {
  width: 90%;
  max-width: 120rem;
  margin: auto;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  section.hare .inner {
    width: 34.5rem;
    margin: auto;
  }
}
section.hare .inner::after {
  content: '';
  width: 250rem;
  height: 99.5rem;
  background: url("../../yougashi/img/hare_ater.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.hare .inner::after {
    width: 100vw;
    height: calc(265.8rem/2);
    background: url("../../yougashi/img/hare_ater_sp.png") no-repeat;
    background-size: 100%;
    top: calc(19rem/2);
    left: calc(-3rem/2);
    transform: translateX(0);
  }
}

#lineup {
  position: relative;
}
#lineup::after {
  content: '';
  width: 250rem;
  height: 116.4rem;
  background: url("../../yougashi/img/deco_lineup.webp") no-repeat;
  background-size: 250rem;
  background-position: top center;
  transform: translateX(-50%);
  display: block;
  position: absolute;
  top: -5rem;
  left: 50%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #lineup::after {
    width: 100vw;
    height: 180.8vw;
    background: url("../../yougashi/img/deco_lineup_sp.webp") no-repeat;
    background-size: 100vw;
    background-position: top center;
    top: -20vw;
    left: 0;
    transform: translateX(0);
  }
}
#lineup .inner {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #lineup .inner {
    width: 88vw;
  }
}
#lineup .inner figure.baloon {
  width: 27.36rem;
  position: absolute;
  top: -8rem;
  right: 15rem;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #lineup .inner figure.baloon {
    width: 36.4vw;
    top: -17rem;
    right: 0;
  }
}
#lineup .inner figure.baloon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  #lineup .inner {
    padding: 0 0 8rem;
  }
}

#lineup .slider_outer {
  margin-top: 6rem;
  height: 56rem;
}
@media screen and (max-width: 768px) {
  #lineup .slider_outer {
    margin-top: 2rem;
    height: 96vw;
  }
}

/* タブレット縦(768px)対策：基底のslider_setが固定remでvwのカードとズレて崩れるため、SPはvwで比例させる */
@media screen and (max-width: 768px) {
  #lineup .slider_set {
    width: 94.9vw;
    height: 96vw;
  }
}

#lineup {
  background: #c30018;
}
#lineup h2.h2_lineup {
  width: 33.6rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #lineup h2.h2_lineup {
    width: 76.8vw;
  }
}
#lineup h2.h2_lineup img {
  width: 100% !important;
  height: auto;
}

.lineup_item a::after {
  display: none;
}

.lineup_item a .box_btm {
  background: none;
}

.lineup_item {
  margin-top: 12rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .lineup_item {
    margin-top: 19.6vw;
  }
}

.lineup_item.slick-center {
  margin-top: 0;
}

.lineup_item a {
  width: 33.6rem;
  height: 33.6rem;
  background: url("../../yougashi/img/bg_lineup_item._normal.webp") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lineup_item a {
    width: 53.86vw;
    height: 53.86vw;
  }
}

.lineup_item.slick-center a {
  width: 48rem;
  height: 56rem;
  background: url("../../yougashi/img/bg_lineup_item.webp") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .lineup_item.slick-center a {
    width: 76.8vw;
    height: 89.6vw;
  }
}

.lineup_item a .box_btm {
  height: 5.8rem;
  color: #c30018;
  font-size: 1.8rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Ccircle fill='%23c30018' cx='23' cy='23' r='23'/%3E%3Cpath fill='%23fff' d='M21.61,31.59c-.46,0-.92-.18-1.27-.53-.7-.7-.7-1.84,0-2.55l5.52-5.52-5.52-5.52c-.7-.7-.7-1.84,0-2.55.7-.7,1.84-.7,2.55,0l6.79,6.79c.7.7.7,1.84,0,2.55l-6.79,6.79c-.35.35-.81.53-1.27.53Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 8.2rem;
  background-size: 3.2rem;
}

.lineup_item.slick-center a .box_btm {
  height: 8.4rem;
  font-size: 2.6rem;
  background-position: center right 11.8rem;
  background-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .lineup_item.slick-center a .box_btm {
    height: 13.3vw;
    font-size: 4.2vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Ccircle fill='%23c30018' cx='23' cy='23' r='23'/%3E%3Cpath fill='%23fff' d='M21.61,31.59c-.46,0-.92-.18-1.27-.53-.7-.7-.7-1.84,0-2.55l5.52-5.52-5.52-5.52c-.7-.7-.7-1.84,0-2.55.7-.7,1.84-.7,2.55,0l6.79,6.79c.7.7.7,1.84,0,2.55l-6.79,6.79c-.35.35-.81.53-1.27.53Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 17vw;
    background-size: 7.4vw;
  }
}

@media (hover: hover) {
  .lineup_item a:hover .box_btm {
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Ccircle fill='%23000' cx='23' cy='23' r='23'/%3E%3Cpath fill='%23fff' d='M21.61,31.59c-.46,0-.92-.18-1.27-.53-.7-.7-.7-1.84,0-2.55l5.52-5.52-5.52-5.52c-.7-.7-.7-1.84,0-2.55.7-.7,1.84-.7,2.55,0l6.79,6.79c.7.7.7,1.84,0,2.55l-6.79,6.79c-.35.35-.81.53-1.27.53Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 8.2rem;
    background-size: 3.2rem;
  }
}

@media (hover: hover) {
  .lineup_item.slick-center a:hover .box_btm {
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Ccircle fill='%23000' cx='23' cy='23' r='23'/%3E%3Cpath fill='%23fff' d='M21.61,31.59c-.46,0-.92-.18-1.27-.53-.7-.7-.7-1.84,0-2.55l5.52-5.52-5.52-5.52c-.7-.7-.7-1.84,0-2.55.7-.7,1.84-.7,2.55,0l6.79,6.79c.7.7.7,1.84,0,2.55l-6.79,6.79c-.35.35-.81.53-1.27.53Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right 11.8rem;
    background-size: 4.6rem;
  }
}

.lineup_item a figure img {
  width: 100%;
  height: auto;
}

.lineup_item a .box_txt {
  line-height: 2.6rem;
  font-size: 2rem;
  width: 37.8rem;
  left: 5rem;
  top: 35.6rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lineup_item a .box_txt {
    top: 56vw;
    left: 8vw;
    width: 60.8vw;
    height: 20vw;
    font-size: 3vw;
    line-height: 1.5;
    letter-spacing: -0.1rem;
  }
}

.lineup_item a h3 {
  line-height: 1;
  font-size: 1.8rem;
  top: 20rem;
  left: 3.6rem;
  width: 26.6rem;
  height: 4rem;
  background: #c30018;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  opacity: 0;
}

.lineup_item.slick-center a h3 {
  line-height: 1;
  font-size: 2.6rem;
  top: 28.4rem;
  left: 5rem;
  width: 38rem;
  height: 5.8rem;
  background: #c30018;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .lineup_item.slick-center a h3 {
    top: 45vw;
    left: 8vw;
    width: 60.8vw;
    height: 9.28vw;
    font-size: 4.2vw;
  }
}

.lineup_item a figure {
  top: 0;
}

.lineup_item.slick-center a figure {
  top: -2rem;
}
@media screen and (max-width: 768px) {
  .lineup_item.slick-center a figure {
    top: 0;
  }
}

.item3.slick-center a h3, .item5.slick-center a h3 {
  padding-top: 0;
}

.lineup_item.item3.slick-center a .box_txt {
  top: 34.5rem;
}
@media screen and (max-width: 768px) {
  .lineup_item.item3.slick-center a .box_txt {
    top: 56vw;
  }
}

#lineup .slider_nav {
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  #lineup .slider_nav {
    margin: 0 auto 0;
    gap: 8.8vw;
  }
}

#lineup .slider_nav .prev {
  background: url(../../yougashi/img/prev26.webp) center center no-repeat;
  background-size: contain;
}

#lineup .slider_nav .next {
  background: url(../../yougashi/img/next26.webp) center center no-repeat;
  background-size: contain;
}

#lineup .slider_nav .prev, #lineup .slider_nav .next {
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  #lineup .slider_nav .prev, #lineup .slider_nav .next {
    width: 9.6vw;
    height: 9.6vw;
  }
}

@media screen and (max-width: 768px) {
  #lineup .slider_nav div {
    gap: 5.6vw;
  }
}

#lineup .slider_nav div .dot {
  width: 2.4rem;
  height: 2.4rem;
  border: #fff 0.3rem solid;
}
@media screen and (max-width: 768px) {
  #lineup .slider_nav div .dot {
    width: 3.7vw;
    height: 3.7vw;
  }
}

#lineup .slider_nav div .dot:hover, #lineup .slider_nav div .dot.active {
  background: #fff;
}

#acees {
  position: relative;
  width: 100%;
  margin: 0;
  background: url("../../yougashi/img/bg_acees.webp") no-repeat #c30018;
  background-size: 250rem;
  background-position: top center;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #acees {
    background: url("../../yougashi/img/bg_acees_sp.webp") no-repeat #c30018;
    background-size: 100vw;
    background-position: top center;
    margin-bottom: -1px;
  }
}
#acees::after {
  content: '';
  width: 250rem;
  height: 130.6rem;
  background: url("../../yougashi/img/after_acees.webp") no-repeat;
  background-size: 250rem;
  background-position: top center;
  transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #acees::after {
    width: 100vw;
    height: 708vw;
    background: url("../../yougashi/img/after_acees_sp.webp") no-repeat;
    background-size: 100vw;
    background-position: top center;
    left: 0;
    transform: translateX(0);
  }
}
#acees h2 {
  width: 33.6rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #acees h2 {
    width: 62.6vw;
  }
}

#acees .inner {
  width: 87.8rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  #acees .inner {
    width: 74vw;
    margin: auto;
    padding-top: 30vw;
  }
}
#acees .inner figure.deco_acees01 {
  width: 26.5rem;
  position: absolute;
  top: 0.2rem;
  left: -7.6rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #acees .inner figure.deco_acees01 {
    width: 29.6vw;
    top: -3vw;
    left: -10vw;
    animation: floatSP 3.2s ease-in-out infinite;
  }
}
#acees .inner figure.deco_acees01 img {
  width: 100%;
  height: auto;
}
#acees .inner figure.deco_acees02 {
  width: 19.5rem;
  position: absolute;
  top: 77rem;
  right: -6rem;
  z-index: 2;
  animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #acees .inner figure.deco_acees02 {
    width: 26vw;
    top: 33vw;
    right: -13vw;
    animation: floatSP 3s ease-in-out infinite;
  }
}
#acees .inner figure.deco_acees02 img {
  width: 100%;
  height: auto;
}
#acees .inner figure.deco_acees03 {
  width: 18.47rem;
  position: absolute;
  top: 122rem;
  left: -1rem;
  z-index: 2;
  animation: float 3.7s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #acees .inner figure.deco_acees03 {
    width: 24.6vw;
    top: auto;
    bottom: -2vw;
    left: -10vw;
    animation: floatSP 3s ease-in-out infinite;
  }
}
#acees .inner figure.deco_acees03 img {
  width: 100%;
  height: auto;
}

#acees .inner div {
  gap: 2rem;
  row-gap: 4.5rem;
  flex-wrap: wrap;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #acees .inner div {
    margin-top: 10vw;
    row-gap: 7.4vw;
  }
}

#acees .inner div .member {
  width: 27.8rem;
}

#brandsite {
  background: #c30018;
  position: relative;
}
#brandsite::after {
  content: '';
  width: 250rem;
  height: 38rem;
  background: url("../../yougashi/img/after_brandsite.webp") no-repeat;
  background-size: 250rem;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #brandsite::after {
    width: 100vw;
    height: 38rem;
    background: url("../../yougashi/img/after_brandsite_sp.webp") no-repeat;
    background-size: 100vw;
    position: absolute;
    top: -5vw;
    left: 0;
    transform: translateX(0);
  }
}
#brandsite h2 {
  width: 29.25rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #brandsite h2 {
    width: 50.6vw;
    margin-bottom: 3.2vw;
  }
}
#brandsite h2 img {
  width: 100% !important;
  height: auto !important;
}

.banner_section .inner {
  padding: 4rem 0 6.8rem;
  gap: 0.5rem;
  position: relative;
}
.banner_section .inner figure.deco_brandsite {
  width: 20.19rem;
  position: absolute;
  top: 5rem;
  right: -1rem;
  z-index: 2;
  animation: float 4s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .banner_section .inner figure.deco_brandsite {
    width: 26.9vw;
    top: 0;
    right: 0;
  }
}
.banner_section .inner figure.deco_brandsite img {
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
}

#brandsite .inner div a {
  width: 42rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  #brandsite .inner div a {
    width: 80vw;
  }
}
#brandsite .inner div a:hover {
  transform: scale(1.1);
}

#brandsite .cover_line::after {
  display: none;
}

.banner_section .inner {
  padding: 7.6rem 0 7.6rem;
  gap: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .banner_section .inner {
    padding-top: 16.6vw;
    padding-bottom: 18vw;
  }
}

.banner_section h2.h2_others {
  width: 46.35rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .banner_section h2.h2_others {
    width: 80.35vw;
    margin-bottom: 3.4vw;
  }
}
.banner_section h2.h2_others img {
  width: 100% !important;
  height: auto !important;
}

.cover_line::after {
  display: none;
}

.banner_section .inner div a {
  width: 40rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .banner_section .inner div a {
    width: 80vw;
  }
}
.banner_section .inner div a:hover {
  transform: scale(1.1);
}

#sns {
  background: #000;
  padding: 3.5rem 0;
}
@media screen and (max-width: 768px) {
  #sns {
    padding: 6.6666666667vw 0;
  }
}

/* 白い角丸帯（pill） */
#sns .inner {
  width: 54.4rem;
  padding: 2.4rem;
  background: #fff;
  border-radius: 100vmax;
  gap: 3.6rem;
}
@media screen and (max-width: 768px) {
  #sns .inner {
    width: 72.5333333333vw;
    padding: 4vw 0 4.6666666667vw;
    gap: 2.6666666667vw;
  }
}

#sns p {
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.05rem;
  color: #000;
  padding-bottom: 1.1rem;
  background: url("../../yougashi/img/bg_dot.webp") no-repeat;
  background-position: bottom left;
  background-size: 14.8rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #sns p {
    font-size: 4.5vw;
    background-size: 12.4rem;
  }
}

figure.caser {
  width: 14.1rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  figure.caser {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
figure.caser.active {
  opacity: 1;
  pointer-events: auto;
}
figure.caser a {
  display: block;
}
figure.caser img {
  width: 100% !important;
  height: auto !important;
}

#sns .inner div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  #sns .inner div {
    gap: 2.6666666667vw;
  }
}
#sns .inner div a {
  width: 4.8rem;
}
@media screen and (max-width: 768px) {
  #sns .inner div a {
    width: 9.3333333333vw;
  }
}
#sns .inner div a.icon_x {
  width: 4.5rem;
}
@media screen and (max-width: 768px) {
  #sns .inner div a.icon_x {
    width: 8.8vw;
  }
}
#sns .inner div a img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .nav_btn > span {
    background: #c30018;
  }
}

@media screen and (max-width: 768px) {
  .nav_btn > span:before, .nav_btn > span:after {
    background: #c30018;
  }
}
.main_section hgroup {
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .main_section hgroup {
    gap: .8rem;
  }
}
.main_section hgroup p.h2_lineup_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main_section hgroup p.h2_lineup_txt {
    gap: .3em;
    font-size: 1.4rem;
  }
}
.h2_lineup_txt .circle {
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .h2_lineup_txt .circle {
    width: .6rem;
    height: .6rem;
  }
}