@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap");
@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}
.colRed {
  color: #e80b26;
}

.fwbl {
  font-weight: 900;
}

body {
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 400;
  line-height: 200%;
  font-size: 16px;
}

body .PC {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background: #000;
}
body .SP {
  width: 100%;
  display: none;
}
body .only_PC {
  width: 100%;
  display: block;
}
body .only_SP {
  width: 100%;
  display: none;
}
body .SM {
  width: 100%;
  display: none;
}

/* SP */
@media screen and (max-width: 820px) {
  body .PC {
    width: 100%;
    display: none;
  }
  body .SP {
    display: block;
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  body .only_PC {
    display: none;
  }
  body .only_SP {
    display: block;
  }
  body .SM {
    width: 100%;
    display: none;
  }
}
a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wraper.season5 {
  color: #FFF;
  margin: auto;
  max-width: 1920px;
  overflow: hidden;
}

.momoya_header {
  background-color: #202020;
  padding: 25px;
}
@media screen and (max-width: 820px) {
  .momoya_header {
    padding: 3vw 13vw;
  }
}

.main_bg {
  background: transparent url("../img/2024/bg_main.png") no-repeat center top/cover;
}

@media screen and (max-width: 820px) {
  .mt40 {
    margin-top: 4vw;
  }
}
/*-------------------------------------------------
	++ KEY VISUAL 
-------------------------------------------------*/
.kv_area {
  margin: 0 auto;
  padding: 40px 25px;
}
@media screen and (min-width: 821px) {
  .kv_area {
    max-width: 1695px;
  }
}
@media screen and (max-width: 820px) {
  .kv_area {
    padding: 3vw 0;
  }
}
.kv_area .kv_main .kv_logo {
  margin-top: 25px;
  position: relative;
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .kv_area .kv_main .kv_logo .kv_logo_img {
    max-width: 550px;
  }
}
@media screen and (min-width: 821px) and (max-width: 999px) {
  .kv_area .kv_main .kv_logo .kv_logo_img {
    max-width: 480px;
  }
}
@media screen and (max-width: 820px) {
  .kv_area .kv_main .kv_logo {
    padding: 0 13vw;
    width: 100%;
  }
}
.kv_area .kv_main .present_btn {
  max-width: 240px;
  position: absolute;
}
@media screen and (min-width: 1400px) {
  .kv_area .kv_main .present_btn {
    top: -10%;
    right: 6%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .kv_area .kv_main .present_btn {
    top: -10%;
    right: 0%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .kv_area .kv_main .present_btn {
    top: -10%;
    right: 2%;
  }
  .kv_area .kv_main .present_btn img {
    max-width: 200px;
  }
}
@media screen and (min-width: 821px) and (max-width: 999px) {
  .kv_area .kv_main .present_btn {
    top: -10%;
    right: 0%;
  }
  .kv_area .kv_main .present_btn img {
    max-width: 150px;
  }
}
@media screen and (max-width: 820px) {
  .kv_area .kv_main .present_btn {
    position: static;
    margin: 10px auto -35px;
    width: 60%;
  }
}
.kv_area .kv_main .kv_slider {
  margin-inline: auto;
  margin-top: 85px;
}
@media screen and (max-width: 820px) {
  .kv_area .kv_main .kv_slider {
    padding: 10vw 0 2vw;
    width: 96%;
    margin: auto;
  }
}
.kv_area .kv_btn {
  margin-top: 35px;
  padding-right: 30px;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .kv_area .kv_btn {
    margin-top: 10vw;
    padding: 0 15vw;
    text-align: center;
  }
}

.kv_slide {
  height: 578px;
}
@media screen and (max-width: 820px) {
  .kv_slide {
    height: 62vw;
  }
}
.kv_slide .swiper-slide {
  max-width: 850px;
}
.kv_slide_link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.kv_slide_panel {
  display: flex;
  align-items: end;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 850px;
  max-height: 578px;
  overflow: hidden;
  object-fit: cover;
  border: 3px solid #000;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel {
    max-width: none;
    max-height: none;
  }
}
.kv_slide_panel_summary {
  width: 100%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  background-color: #ca0111;
  color: #FFF;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_summary {
    font-size: 10px;
    padding: 1vw;
  }
}
.kv_slide_panel_txt {
  flex: 1;
}
.kv_slide_panel_num {
  font-size: 20px;
  text-align: left;
  font-weight: 100;
}
.kv_slide_panel_num span {
  font-size: 32px;
  font-weight: 300;
}
.kv_slide_panel_num strong {
  font-size: 21px;
  padding-left: 1.5em;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_num {
    font-size: 2.5vw;
    line-height: 1;
  }
  .kv_slide_panel_num span {
    font-size: 3vw;
  }
  .kv_slide_panel_num strong {
    font-size: 2.2vw;
  }
}
.kv_slide_panel_ttl {
  max-width: calc(100% - 12em);
  font-size: 29px;
  font-weight: 900;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_ttl {
    font-size: 3.0vw;
    margin-top: 0.6em;
    line-height: 1.15;
  }
}
.kv_slide_panel_pd {
  position: absolute;
  right: 20px;
  top: calc(50%);
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  column-gap: 15px;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_pd {
    align-items: center;
    right: 1vw;
    top: 50%;
  }
}
.kv_slide_panel_pd_img {
  padding-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_pd_img {
    padding-bottom: 0;
  }
}
.kv_slide_panel_pd_img img {
  max-height: 150px;
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .kv_slide_panel_pd_img img {
    max-height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .kv_slide_panel_pd_img img {
    max-height: 50px;
    height: 15vw;
  }
}
.kv_slide_panel_pd_name {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  text-align: left;
  margin-top: 0.5em;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_pd_name {
    line-height: 1;
    font-size: 2.2vw;
  }
}
.kv_slide_panel_pd_name br {
  display: none;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_pd_name br {
    display: block;
  }
}
.kv_slide_panel_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  margin: auto;
  width: auto;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_img {
    bottom: 10vw;
  }
}
.kv_slide_panel_img img {
  height: 100%;
}
@media screen and (max-width: 820px) {
  .kv_slide_panel_img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .kv_slide {
    padding: 3vw;
  }
}

@keyframes cardTurn {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(500px, -180px) rotate(8deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes currentcard {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------
	++ INTRO
-------------------------------------------------*/
.contents {
  background: transparent url(../img/2024/bg_contents.png) repeat center top;
}
@media screen and (max-width: 820px) {
  .contents {
    background-size: auto;
  }
}

.intro {
  position: relative;
  color: #000;
  padding: 220px 25px 80px 25px;
}
@media screen and (max-width: 820px) {
  .intro {
    padding: 25vw 8vw 10vw 8vw;
  }
}
.intro h2 {
  padding: 0 2vw;
}
.intro_content {
  position: relative;
  max-width: 1100px;
  background-color: #fff;
  border-radius: 40px;
  padding: 105px 0;
  margin-inline: auto;
}
@media screen and (max-width: 820px) {
  .intro_content {
    padding: 6vw 0;
  }
}
.intro .bubble {
  position: absolute;
  left: 115px;
  top: -155px;
}
@media screen and (max-width: 820px) {
  .intro .bubble {
    width: 52%;
    left: 5%;
    top: -18vw;
    margin-left: 0;
  }
}
.intro .text {
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.9;
}
.intro .text .orange {
  color: #f9b000;
}
.intro .text .red {
  color: #e00815;
}
@media screen and (max-width: 820px) {
  .intro .text {
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
.intro .text small {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .intro .text small {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 820px) {
  .intro .howto {
    padding: 0 8vw;
    margin-top: 3vw;
  }
}
.intro .howto ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.intro .howto ul li {
  margin: 0 5px 10px 5px;
}
@media screen and (max-width: 820px) {
  .intro .howto ul li {
    width: 32%;
    margin: 0 .5% 2vw .5%;
  }
}
@media screen and (max-width: 820px) {
  .intro .product_img {
    margin-top: 7vw;
    padding: 0 6vw;
  }
}
.intro .product_text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .intro .product_text {
    font-size: 2.8vw;
    padding: 1vw 3vw;
    line-height: 1.4;
    margin-top: 3vw;
    text-align: left;
  }
}

/*-------------------------------------------------
	++ THEME
-------------------------------------------------*/
.theme {
  position: relative;
  padding: 130px 0 250px;
}
@media screen and (max-width: 820px) {
  .theme {
    padding: 3.86vw 0 17vw 0;
  }
}
.theme:before, .theme:after {
  content: "";
  width: 100%;
  background: url("../img/2024/rolling_title.png") repeat-x center center;
  position: absolute;
  left: 0;
  height: 167px;
  background-size: auto 167px;
}
@media screen and (max-width: 820px) {
  .theme:before, .theme:after {
    height: 13vw;
    background-size: auto 13vw;
  }
}
.theme:before {
  top: 40px;
}
@media screen and (max-width: 820px) {
  .theme:before {
    top: 3vw;
  }
}
.theme:after {
  bottom: 40px;
}
@media screen and (max-width: 820px) {
  .theme:after {
    bottom: 3vw;
  }
}

.theme_month {
  position: relative;
  display: block;
  margin: -113px auto 73px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .theme_month {
    width: 89.6%;
    margin: -7.72vw auto 3.8vw;
  }
}

.theme_slide ul li {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  padding: 50px 30px 20px 30px;
}
.theme_slide ul li img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .theme_slide ul li {
    width: 572px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 820px) {
  .theme_slide ul li {
    width: 80vw;
    margin: 0 2.5vw;
    padding: 5vw 3vw 3vw 3vw;
  }
}
.theme_slide ul li .theme_box {
  border: 2px solid #000;
  position: relative;
  padding: 40px 20px 20px 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 821px) {
  .theme_slide ul li .theme_box {
    min-height: 550px;
  }
}
@media screen and (max-width: 820px) {
  .theme_slide ul li .theme_box {
    padding: 6vw 3vw 3vw 3vw;
    margin-bottom: 3vw;
  }
}
.theme_slide ul li .theme_box h3 {
  display: inline-block;
  width: 82%;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 44px;
  top: -20px;
}
@media screen and (max-width: 820px) {
  .theme_slide ul li .theme_box h3 {
    height: 5.4vw;
    top: -2.7vw;
  }
}
.theme_slide ul li .theme_box a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/2023/pd_arrow.png");
  background-position: right bottom 1px;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
@media screen and (max-width: 820px) {
  .theme_slide ul li .theme_box a {
    background-size: 5vw 5vw;
  }
}
.theme_slide ul li .theme_box .pd_img_01 {
  padding: 40px 0 30px;
  box-sizing: border-box;
}
.theme_slide ul li .theme_box .pd_img_01 img {
  max-height: 260px;
}
@media screen and (min-width: 820px) and (max-width: 819px) {
  .theme_slide ul li .theme_box .pd_img_01 {
    padding: 3.5vw 0 3vw;
  }
  .theme_slide ul li .theme_box .pd_img_01 img {
    max-height: 38vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_01 {
    padding: 3.3vw 0 3vw;
  }
  .theme_slide ul li .theme_box .pd_img_01 img {
    max-height: 40vw;
  }
}
@media screen and (max-width: 480px) {
  .theme_slide ul li .theme_box .pd_img_01 {
    padding: 3.5vw 0 3vw;
  }
  .theme_slide ul li .theme_box .pd_img_01 img {
    max-height: 40vw;
  }
}
.theme_slide ul li .theme_box .pd_img_02 {
  display: flex;
  justify-content: space-between;
  flex-direction: unset;
  min-height: 329px;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_02 {
    min-height: auto;
    margin-top: 1.7%;
    margin-bottom: 1.7%;
  }
}
.theme_slide ul li .theme_box .pd_img_02 li {
  width: 50%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.theme_slide ul li .theme_box .pd_img_02 a {
  background-image: none !important;
}
.theme_slide ul li .theme_box .pd_img_02 a img {
  margin-bottom: 5px;
  max-height: 279px;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_02 a img {
    margin-bottom: 0%;
    max-height: 40vw;
  }
}
.theme_slide ul li .theme_box .pd_img_02 a span {
  width: 60%;
  margin: 0 auto;
  display: block;
  line-height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #FFF;
  padding: 7px 10px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_02 a span {
    width: 94%;
    font-size: 10px;
    padding: 0.8vw 1.0vw;
  }
}
.theme_slide ul li .theme_box .pd_img_02 a:hover span {
  color: #FFF;
  border: 1px solid #000;
  background: #000;
}
.theme_slide ul li .theme_box .pd_img_03 {
  display: flex;
  justify-content: space-between;
  flex-direction: unset;
  min-height: 329px;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_03 {
    min-height: auto;
    margin-top: 1.7%;
    margin-bottom: 1.7%;
  }
}
.theme_slide ul li .theme_box .pd_img_03 li {
  width: 33%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.theme_slide ul li .theme_box .pd_img_03 a {
  background-image: none !important;
}
.theme_slide ul li .theme_box .pd_img_03 a img {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_03 a img {
    margin-bottom: 0%;
    max-height: 40vw;
  }
}
.theme_slide ul li .theme_box .pd_img_03 a span {
  width: 80%;
  margin: 0 auto;
  display: block;
  line-height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #FFF;
  padding: 7px 10px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_03 a span {
    width: 94%;
    font-size: 10px;
    padding: 0.8vw 1.0vw;
  }
}
.theme_slide ul li .theme_box .pd_img_03 a:hover span {
  color: #FFF;
  border: 1px solid #000;
  background: #000;
}
.theme_slide ul li .theme_box .pd_img_04 {
  display: flex;
  justify-content: space-between;
  flex-direction: unset;
  min-height: 329px;
  margin-top: 6.7%;
  margin-bottom: -9%;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_04 {
    min-height: auto;
    margin-top: 3.7%;
    margin-bottom: 10.0%;
  }
}
.theme_slide ul li .theme_box .pd_img_04 li {
  width: 25%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.theme_slide ul li .theme_box .pd_img_04 a {
  background-image: none !important;
}
.theme_slide ul li .theme_box .pd_img_04 a img {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_04 a img {
    margin-bottom: 0%;
    max-height: 40vw;
  }
}
.theme_slide ul li .theme_box .pd_img_04 a span {
  width: 80%;
  margin: 0 auto;
  display: block;
  line-height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: #FFF;
  padding: 7px 10px;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .theme_slide ul li .theme_box .pd_img_04 a span {
    width: 94%;
    font-size: 10px;
    padding: 0.8vw 1.0vw;
  }
}
.theme_slide ul li .theme_box .pd_img_04 a:hover span {
  color: #FFF;
  border: 1px solid #000;
  background: #000;
}
.theme_slide ul li .theme_box .pd_text {
  text-decoration: none !important;
  color: #333;
  line-height: 1.4;
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  .theme_slide ul li .theme_box .pd_text {
    padding: 0 6vw;
    font-size: 2.8vw;
    min-height: 13vw;
  }
}
.theme_slide ul li .btn {
  margin: auto 0 0 0;
}
.theme_slide ul li.current {
  background-color: #e80b26;
  color: #FFF;
}
.theme_slide ul li.current .theme_box {
  border-color: #FFF;
}
.theme_slide ul li.current .theme_box h3 {
  background-color: #e80b26;
}
.theme_slide ul li.current .theme_box a {
  background-image: url("../img/2023/pd_arrow_current.png");
}
.theme_slide ul li.current .theme_box a p {
  color: #FFF;
}
.theme_slide ul li.current .theme_box .pd_text {
  color: #FFF;
}
.theme_slide ul li.current .btn img {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
.theme_slide .slick-slide {
  filter: brightness(0.3);
}
.theme_slide .slick-slide.slick-active {
  filter: brightness(1);
}

.slide_ctl {
  margin-top: 70px;
  padding: 0 25px;
}
@media screen and (max-width: 820px) {
  .slide_ctl {
    margin-top: 4vw;
    font-size: 2.8vw;
  }
}
.slide_ctl .arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.slide_ctl .arrows img {
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .slide_ctl .arrows img {
    height: 10vw;
    width: auto;
  }
}
.slide_ctl .arrows .slide-arrow.prev-arrow {
  margin-right: 10px;
}
.slide_ctl .arrows .slide-arrow.next-arrow {
  margin-left: 10px;
}

/*-------------------------------------------------
	++ ARCHIVE
-------------------------------------------------*/
.archive {
  background: transparent url("../img/2024/bg_archive.png") repeat-y center top;
  padding: 70px 25px 80px;
}
@media screen and (max-width: 820px) {
  .archive {
    background-size: 200% auto;
    padding: 8vw 0;
  }
}
@media screen and (max-width: 820px) {
  .archive .archive_title {
    padding: 0 5vw;
  }
}

.pull-down .items {
  display: block;
  position: relative;
  display: block;
  height: 100%;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  margin: 13px auto 70px auto;
  max-width: 715px;
}
@media screen and (max-width: 820px) {
  .pull-down .items {
    padding: 0 6.5vw;
    margin: 5vw auto 9vw auto;
  }
}
.pull-down .items .option_close {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 820px) {
  .pull-down .items .option_close {
    padding: 0 6.5vw;
  }
}
.pull-down .items .option_open {
  display: inline;
}
.pull-down .items .recipe_select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0 auto;
  background: #202020;
  color: #ffffff;
  padding: 30px 70px;
  font-size: 24px;
}
.pull-down .items .recipe_select input {
  display: none;
}
.pull-down .items .recipe_select:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  -webkit-transform: translateY(-5px) rotate(135deg);
  transform: translateY(-5px) rotate(135deg);
  right: 40px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
@media screen and (max-width: 820px) {
  .pull-down .items .recipe_select {
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }
  .pull-down .items .recipe_select:after {
    -webkit-transform: translateY(-0.5vw) rotate(135deg);
    transform: translateY(-0.5vw) rotate(135deg);
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-top: .7vw solid #FFF;
    border-right: .7vw solid #FFF;
  }
}
.pull-down .items .option {
  display: block;
  overflow: hidden;
}
.pull-down .items .option .selectlabel {
  background: #202020;
  color: #ffffff;
  padding: 30px 70px;
  font-size: 24px;
  position: relative;
}
.pull-down .items .option .selectlabel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
  right: 40px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
@media screen and (max-width: 820px) {
  .pull-down .items .option .selectlabel {
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }
  .pull-down .items .option .selectlabel:after {
    -webkit-transform: translateY(0.5vw) rotate(-45deg);
    transform: translateY(0.5vw) rotate(-45deg);
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-top: .7vw solid #FFF;
    border-right: .7vw solid #FFF;
  }
}
.pull-down .items .option .selectlabel img {
  vertical-align: middle;
  width: 4%;
}
.pull-down .items .option .select_hover:hover {
  background-color: #b37ff3;
}
.pull-down .items .item_title {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1%;
  cursor: pointer;
  background: #ffffff;
  color: #000000;
}
.pull-down .items label.option input {
  display: none;
}
.pull-down ul {
  overflow: hidden;
  clear: both;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 820px) {
  .pull-down ul {
    padding: 0 3vw;
  }
}
.pull-down ul .item {
  height: auto;
  overflow: hidden;
}
.pull-down ul .item .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.pull-down ul .item:first-child {
  display: flex;
  height: auto;
  overflow: hidden;
}
.pull-down ul .item:first-child .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.recipe_list {
  max-width: 1140px !important;
}

.entry_btn_box {
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .entry_btn_box {
    margin-top: 10vw;
    padding: 0 7vw;
  }
}
.entry_btn_box .archive_application-form {
  max-width: 930px;
}
.entry_btn_box .entry_comment {
  color: #000;
  font-size: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .entry_btn_box .entry_comment {
    font-size: 3.2vw;
    margin-top: 5vw;
    line-height: 1.6;
  }
}

.top_pagetop {
  border: 2px solid #000;
  border-radius: 50%;
  z-index: 9999;
}
@media screen and (min-width: 821px) {
  .top_pagetop {
    position: fixed;
    right: 100px;
    bottom: 100px;
  }
}
@media screen and (max-width: 820px) {
  .top_pagetop {
    border: none;
    border-radius: 0;
    margin-top: 10vw;
  }
  .top_pagetop img {
    width: 12%;
    height: auto;
  }
}

/* archive.css rewrite */
body .recipe_list li {
  margin-bottom: 3%;
}
body .recipe_list li a .recipe_list_box img {
  border: none;
}
@media screen and (min-width: 821px) {
  body .recipe_list li a .recipe_list_box img {
    margin-bottom: 20px;
  }
}
body .recipe_list li a .recipe_list_box .recipe_list_title {
  color: #202020;
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  body .recipe_list li a .recipe_list_box .recipe_list_title {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
}
body .recipe_list li a .recipe_list_box .recipe_list_radioname {
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  body .recipe_list li a .recipe_list_box .recipe_list_radioname {
    font-size: 2.8vw;
  }
}

.list-btn {
  font-weight: 700;
  color: #000;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 820px) {
  .list-btn {
    margin: 3vw auto 0 auto;
  }
}
.list-btn.is-btn-hidden {
  display: none;
}
.list-btn button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  border-bottom: 1px solid #000;
  font-size: 22px;
}
@media screen and (min-width: 821px) {
  .list-btn button {
    line-height: 32px;
  }
}
@media screen and (max-width: 820px) {
  .list-btn button {
    font-size: 4vw;
  }
}

.list {
  display: flex;
  list-style: none;
  width: 1070px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.list-item {
  opacity: 1;
  border: 5px solid black;
  width: 400px;
  padding: 5px;
  margin-bottom: 10px;
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.list-item img {
  width: 100%;
}
.list-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body .modal.s5 .modal_inner {
  max-width: 1160px;
}
@media screen and (max-width: 820px) {
  body .modal.s5 .modal_inner {
    max-height: 78vh !important;
  }
}
body .modal.s5 .modal_inner .btn_modal_close {
  z-index: 12;
}
body .modal.s5 .recipe_box {
  background-color: #000;
  color: #FFF;
  border: none;
}
body .modal.s5 .recipe_box .recipe_img {
  max-width: fit-content !important;
  max-height: fit-content;
}
body .modal.s5 .recipe_box .recipe_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 10%;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../img/2023/kv/kv_recipe_shadow.png) no-repeat;
  background-size: cover;
  z-index: 11;
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .recipe_img::before {
    display: none;
  }
}
body .modal.s5 .recipe_box .recipe_img_wrap {
  position: relative;
  height: 40vw;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .recipe_img_wrap {
    height: 64vw;
  }
}
body .modal.s5 .recipe_box .recipe_img img {
  height: 100%;
  position: absolute;
  top: 0;
  right: -10%;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .recipe_img img {
    left: 0;
    right: 0;
  }
}
body .modal.s5 .recipe_box .recipe_box_line {
  padding: 0;
  position: relative;
}
body .modal.s5 .recipe_box .recipe_detail {
  z-index: 12;
}
@media screen and (min-width: 821px) {
  body .modal.s5 .recipe_box .recipe_detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 65px 40px;
  }
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .recipe_detail {
    position: relative;
    margin-top: -10vw;
    padding: 0 5vw;
    background: rgba(0, 0, 0, 0.6);
  }
}
body .modal.s5 .recipe_box .recipe_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media screen and (min-width: 821px) {
  body .modal.s5 .recipe_box .recipe_meta .date {
    font-size: 1.1vw;
    margin-left: 20px;
    font-weight: 100;
  }
  body .modal.s5 .recipe_box .recipe_meta .no {
    font-size: 1.4vw;
    font-weight: 100;
  }
  body .modal.s5 .recipe_box .recipe_meta .no span {
    font-size: 2.4vw;
    font-weight: 300;
    margin-left: 7px;
  }
  body .modal.s5 .recipe_box .recipe_meta .name {
    width: 100%;
    font-size: 1.4vw;
    margin-top: 10px;
  }
  body .modal.s5 .recipe_box .recipe_meta .title {
    width: 100%;
    font-size: 3vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .recipe_meta {
    padding-top: 10px;
  }
  body .modal.s5 .recipe_box .recipe_meta .date {
    font-size: 2.8vw;
    margin-left: 10px;
  }
  body .modal.s5 .recipe_box .recipe_meta .no {
    font-size: 4vw;
    margin-right: 10px;
  }
  body .modal.s5 .recipe_box .recipe_meta .no span {
    font-size: 5vw;
    font-weight: 600;
    margin-left: 0px;
  }
  body .modal.s5 .recipe_box .recipe_meta .name {
    width: 100%;
    font-size: 4vw;
    margin-top: 10px;
  }
  body .modal.s5 .recipe_box .recipe_meta .title {
    width: 100%;
    font-size: 7vw;
    font-weight: bold;
  }
}
body .modal.s5 .recipe_box .recipe_info {
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
@media screen and (min-width: 821px) {
  body .modal.s5 .recipe_box .recipe_info {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .recipe_info li:last-child .together {
    display: block;
    text-align: left;
  }
  body .modal.s5 .recipe_box .recipe_info li:last-child .together .ingredients_info,
  body .modal.s5 .recipe_box .recipe_info li:last-child .together .how-to-cook_info {
    width: 100%;
  }
}
body .modal.s5 .recipe_box .recipe_info li:last-child .ingredients,
body .modal.s5 .recipe_box .recipe_info li:last-child .how-to-cook {
  color: #000;
  background-color: #ffff00;
  display: inline-block;
}
@media screen and (min-width: 821px) {
  body .modal.s5 .recipe_box .recipe_info li:last-child .ingredients,
  body .modal.s5 .recipe_box .recipe_info li:last-child .how-to-cook {
    font-size: 1.2vw;
    padding: 0.2em 0.8em;
    width: inherit;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .recipe_info li:last-child .ingredients,
  body .modal.s5 .recipe_box .recipe_info li:last-child .how-to-cook {
    font-size: 2.8vw;
    padding: .1em .5em;
    width: inherit;
  }
}
@media screen and (min-width: 821px) {
  body .modal.s5 .recipe_box .recipe_info li:last-child .ingredients_info,
  body .modal.s5 .recipe_box .recipe_info li:last-child .how-to-cook_info {
    font-size: 1.2vw;
  }
}
body .modal.s5 .recipe_box .product_link {
  width: 50%;
  z-index: 12;
}
@media screen and (min-width: 821px) {
  body .modal.s5 .recipe_box .product_link {
    position: absolute;
    bottom: 20px;
    right: 50px;
    max-width: 500px;
  }
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .product_link {
    width: 80%;
    margin: 4vw auto;
  }
}
body .modal.s5 .recipe_box .product_link a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .product_link a {
    justify-content: center;
  }
}
body .modal.s5 .recipe_box .product_link .pdlink_btn {
  height: 4vw;
  max-height: 65px;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .product_link .pdlink_btn {
    width: 80%;
    height: auto;
    margin-bottom: 15px;
  }
}
body .modal.s5 .recipe_box .product_link .pdlink_img {
  height: 9vw;
  max-height: 150px;
}
@media screen and (max-width: 820px) {
  body .modal.s5 .recipe_box .product_link .pdlink_img {
    height: auto;
    max-height: 23vw;
  }
}

/*# sourceMappingURL=season8.css.map */
