html.noScroll {
  overflow: hidden;
}

.main {
  font-family: "Noto Sans JP", serif;
  /* font-feature-settings: "palt"; */
  display: flex;
  position: relative;
  height: calc(100vh - 89px - 56px);
  overflow: hidden auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main_bg_left {
  display: flex;
  justify-content: flex-end;
  width: 54.78125%;
  position: sticky;
  top: 0;
}

.main_bg_right {
  width: calc(100% - 460px - 54.78125%);
  position: sticky;
  top: 0;
}

.main_bg_left img,
.main_bg_right img {
  height: 100%;
  width: auto;
}

.wrap {
  height: 100%;
  width: 460px;
}

.wrap.noScroll {
  overflow-y: hidden;
}

.wrap_inner {
  background-color: #f07db4;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
}

.wrap_inner {
  position: relative;
}

.movie_items {
  position: relative;
}

.movie_item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 90%;
}

.movie_elm {
  margin: 0 0 4%;
  position: relative;
  width: 100%;
}

.movie_elm:before {
  content:'';
  display: block;
  padding-top: 56.25%;
}

.movie_elm iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_text {
  color: #000;
  font-size: 18.4px;
  line-height: 1.8em;
}

.recipe {
  background-color: #ffd9df;
  padding: 12% 0 0;
}

.recipe_head {
  margin: 0 auto 28%;
  width: 86%;
}

.recipe_buttons {
  background-image: url("../img/recipe_buttons_bg.png");
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 4.8% 0 6.6%;
  position: relative;
}

.recipe_buttons_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}

.recipe_button {
  border-radius: 12px;
  cursor: pointer;
  display: block;
  position: relative;
  transition: .2s;
  width: 29.2%;
}

.recipe_button:hover {
  background-color: #cb364f;
}

.recipe_button.is_active {
  background-color: #cb364f;
}

.recipe_button01::before,
.recipe_button02::before,
.recipe_button03::before {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -128px;
  right: 0px;
  left: -12px;
  margin: auto;
  width: 147.1999999px;
  height: 131.2533333262px;
}

.recipe_button01::before {
  background-image: url("../img/recipe_button01_icon.png");
}

.recipe_button02::before {
  background-image: url("../img/recipe_button02_icon.png");
}

.recipe_button03::before {
  background-image: url("../img/recipe_button03_icon.png");
}

.recipe_contents {
  background-image: url("../img/recipe_contents_bg.jpg");
  background-size: 57.6533333302px;
  background-repeat: repeat;
  background-position: center top;
}

.recipe_items {
  margin: -3.6% auto 0;
}

.recipe_item {
  display: block;
}

.recipe_contents_inner {
  padding: 12% 0;
  margin: 0 auto;
  width: 90%;
}

.recipe_contents_head {
  color: #6b1a28;
  font-size: 17.1733324px;
  font-weight: bold;
  line-height: 1.6em;
  margin: 0 0 4%;
  text-align: center;
}

.recipe_contents_mov {
  display: block;
  margin: 0 0 12%;
  position: relative;
  width: 100%;
}

.recipe_contents_mov:before {
  content:'';
  display: block;
  padding-top: 56.25%;
}

.recipe_contents_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recipe_contents_img {
  margin: 0 0 3.4%;
}

.recipe_contents_btn {
  display: block;
  margin: 0 auto;
  width: 97%;
}

.recipe_message {
  background-color: #f15d76;
  padding: 12% 0 16%;
  position: relative;
}

.recipe_message::before {
  background-image: url("../img/recipe_message_icon.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  left: 0;
  margin: auto;
  width: 460px;
  height: 9.1999995px;
}

.recipe_message_img {
  margin: 0 0 8%;
  padding: 0 4% 0 6%;
}

.recipe_message_name {
  margin: 0 auto 4%;
  width: 90%;
}

.recipe_message_text {
  color: #fff;
  font-size: 18.399999px;
  font-weight: 400;
  text-align: justify;
  margin: 0 auto;
  line-height: 1.6em;
  width: 90%;
}

.bnr {
  background-color: #ffeef2;
  padding: 14% 0;
}

.bnr_btn {
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: .2s;
  width: 90%;
}

.bnr_btn:hover {
  opacity: .7;
}

.lineup {
  background-color: #ffeef2;
  padding: 0 0 10%;
}

.lineup_title {
  margin: 0 auto 10%;
  width: 80%;
}

.lineup_img {
  margin: 0 auto 6%;
  width: 90%;
}

.lineup_btn {
  display: block;
  margin: 0 auto;
  width: 88%;
}

.sns {
  background-color: #ffeef2;
  padding: 0 0 10%;
}

.sns_title {
  margin: 0 auto 6%;
  width: 60%;
}

.sns_buttons {
  margin: 0 auto;
  width: 88%;
}

.links {
  background-color: #fff;
  padding: 20% 0;
}

.link_items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link_items > a:not(:last-of-type) {
  margin: 0 0 12.267px;
}

.link_item {
  background-color: #d0181f;
  box-sizing: border-box;
  color: #fdf0e0;
  display: block;
  letter-spacing: .01em;
  position: relative;
  text-decoration: none;
  border-radius: 12px;
  font-size: 19.6267px;
  height: 85.859px;
  line-height: 4.412em;
  padding-left: 55.200px;
  width: 90.6666666667%;
  opacity: 100%;
  transform: translateY(0);
  transition: opacity .64s,transform .64s ease-out .16s;
}

.link_item:after {
  background: url("../img/arrow_r.svg") no-repeat 0 50%/100% auto;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  height: 8%;
  right: 8.133333%;
  width: 12.533333%;
}

.share {
  background-color: #fff;
  padding: 0 0 14%;
  position: relative;
}

.share_title {
  color: #951d00;
  font-size: 17.1733px;
  letter-spacing: .01em;
  line-height: 1;
  text-align: center;
}

.share_lists {
  display: flex;
  justify-content: center;
  margin: 18.4px 0 0;
}

.share_list {
  height: 55.188px;
  margin: 0 9.2px;
  width: 55.188px;
}

.share_list_item {
  background: no-repeat 0 0/100% 100%;
  display: block;
  font-size: 0;
  height: 100%;
  outline: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}

.share_list_item.fb {
  background-image: url("../img/icon_facebook.png");
}

.share_list_item.tw {
  background-image: url("../img/icon_x.png");
}

.share_list_item.line {
  background-image: url("../img/icon_line.png");
}

.page_top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 30px;
  width: 30px;
}

#page_top {
  display: block;
}

#sp_page_top {
  display: none;
}

.modal {
  background-color: rgb(0 0 0 / .8);
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
  height: 100%;
  width: 100%;
}

.modal.is_active {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.modal_item {
  max-width: 800px;
  position: relative;
  width: 90%;
}

.modal_close {
  position: absolute;
  top: -36px;
  right: 12px;
  height: 30px;
  width: 30px;
}

.modal_item_inner {
  position: relative;
  height: 80vh;
  overflow-y: auto;
}

.modal_close::before,
.modal_close::after {
  border-right: 2px solid #fff;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}

.modal_close::before {
  transform: rotate(45deg);
}

.modal_close::after {
  transform: rotate(-45deg);
}

.modal_recipe {
  display: none;
  position: relative;
}

.modal_recipe.is_active {
  display: block;
}

.modal_bottom_close {
  position: absolute;
  right: 0;
  bottom: 4.2%;
  left: 0;
  margin: auto;
  width: 17.2%;
}

.is_pc {
  display: block !important;
}

.is_sp {
  display: none !important;
}

.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

@media screen and (max-width: 1920px) {
  .main_bg_left,
  .main_bg_right {
    background-size: cover;
  }
}

@media screen and (max-width: 1370px) {
  .main {
    background-image: url('../img/main_bg_tab.jpg');
    background-size: cover;
    background-position: center bottom;
    display: block;
  }

  .main_bg_left,
  .main_bg_right {
    display: none;
  }

  .wrap {
    margin: 0 auto;
  }

  .wrap_inner {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  
  .is_sp {
    display: block !important;
  }

  .show_pc {
    display: none;
  }
  
  .show_sp {
    display: block;
  }

  #page_top {
    display: none;
  }
  
  #sp_page_top {
    display: block;
  }

  .main {
    background-image: unset;
    height: auto;
    overflow: visible;
  }

  .wrap {
    height: auto;
    width: 100%;
  }

  .wrap_inner {
    margin: 0 auto;
    position: relative;
    height: auto;
    width: 100%;
  }
  
  .movie_text {
    font-size: 4vw;
  }
  
  .recipe_button {
    border-radius: 2.608696vw;
  }
  
  .recipe_button01::before,
  .recipe_button02::before,
  .recipe_button03::before {
    top: -27.826087vw;
    left: -2.608696vw;
    width: 32vw;
    height: 28.533333vw;
  }
  
  .recipe_contents {
    background-size: 12.533333vw;
  }
  
  .recipe_contents_head {
    font-size: 3.733333vw;
  }
  
  .recipe_message::before {
    top: -1.73913vw;
    width: 100vw;
    height: 2vw;
  }
  
  .recipe_message_text {
    font-size: 4vw;
  }
  
  .link_items > a:not(:last-of-type) {
    margin: 0 0 2.666739vw;
  }
  
  .link_item {
    border-radius: 2.608696vw;
    font-size: 4.266674vw;
    height: 18.665vw;
    padding-left: 12vw;
  }

  .link_item:after {
    height: 1.3vw;
    width: 10.533333%;
  }
  
  .share_title {
    font-size: 3.733326vw;
  }
  
  .share_lists {
    margin: 4vw 0 0;
  }
  
  .share_list {
    height: 11.997391vw;
    margin: 0 2vw;
    width: 11.997391vw;
  }
  
  .page_top {
    right: 4.347826vw;
    bottom: 4.347826vw;
    height: 6.521739vw;
    width: 6.521739vw;
  }

  .modal_bottom_close {
    bottom: 2%;
    width: 42.2%;
  }
}

/* 共通パーツ表示調整 */
.nav_menu_wrap {
  z-index: 999999;
}

.footer_menu_sns {
  display: none;
}
