/* html {
  scroll-behavior: smooth;
} */

/* MV */
@media (min-width: 801px) {
  .sec_mv {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    /* max-width: 1000px; */
    overflow: hidden;
    z-index: -1;
    background-color: #ddd;
  }
}
@media (min-width: 1025px) {
  .sec_mv {
    margin-top: calc(155 / var(--font) * 1rem);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sec_mv {
    margin-top: calc(103 / var(--font) * 1rem);
  }
}

/* FV */
.sec_fv {
  background: #fff;
}
.sec_fv_inner {
  /* padding-left: calc(160 / 1366 * 100vw);
  padding-right: calc(160 / 1366 * 100vw); */
  background: #e9f7fd;
}
/* 高さ調整 */
@media (min-width: 801px) {
  .sec_fv_inner {
    /* min-height: 30vw; */
    min-height: 770px;
    padding-bottom: calc(46 / 1728 * 100vw);
  }
  .sec_fv h2 {
    min-height: 770px;
  }
}
.sec_fv h2 {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* 3月12日 */
.sec_fv_ttl_date {
  max-width: 441px;
  width: calc(441 / 1366 * 100vw);
  margin-top: 82px;
  margin-bottom: 24px;
}
/* .sec_fv_ttl_date{
  max-width: 345px;
  width: calc(345 / 1366 * 100vw);
  margin-top: 70px;
  margin-bottom: 22px;
} */
.sec_fv_ttl_logo {
  max-width: 568px;
  width: calc(450 / 1366 * 100vw);
  margin-bottom: 54px;
}
/*
.sec_fv_lead img{
  display: block;
  margin: 0 auto;
  max-width: 545px;
  width: calc(545 / 1366 * 100vw);
}
*/
.sec_fv .c-button {
  margin: 0 auto;
}
.sec_fv .c-button img {
  width: 192px;
}
.sec_fv .c-button::after {
  content: "";
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 15px;
  width: 12px;
  height: 8px;
  background: url(../img/icon_arrow_down.png) no-repeat left center;
  background-size: contain;
}

@media (min-width: 801px) and (max-width: 1025px) {
  .sec_fv::before {
  }
}
@media (min-width: 801px) {
  .sec-mv-wrap {
    position: relative;
  }

  .sec-mv-wrap::before {
    content: "";
    position: absolute;
    top: calc(93 / var(--font) * 1rem);
    left: calc(20 / 1366 * 100vw);
    width: calc(180 / 1366 * 100vw);
    height: calc(180 / 1366 * 100vw);
    max-width: 180px;
    max-height: 180px;
    background: url(../img/sec_fv_label.png) no-repeat left center;
    background-size: contain;
  }

  .sec_fv {
    position: relative;
    min-height: 770px;
    margin-top: 8px;
    margin-left: 50%;
    scroll-margin-bottom: 70vh;
    z-index: 1;
  }
}
@media (max-width: 800px) {
  .sec_mv::before {
    content: none;
  }
  .mc-breadcrumb {
    border-color: var(--primary-green);
  }

  .sec_fv {
    scroll-margin-bottom: 100vh;
    position: relative;
  }
  .sec_fv_inner {
    padding: 0;
    padding-top: 44px;
  }
  .sec_fv h2 {
    display: none !important;
  }
  .logo-sp.u-disp-sp {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    scroll-margin-bottom: 60vh;
    background: #e9f7fd;
  }
  /* 3月12日 */
  .sec_fv_ttl_date {
    max-width: 200px;
    width: 100%;
    margin-top: 21.5px;
    margin-bottom: 11px;
  }
  /* .sec_fv_ttl_date{
    max-width: 250px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 11px;
  } */
  .sec_fv_ttl_logo {
    max-width: 290px;
    margin-bottom: 31.5px;
  }
  /*
  .sec_fv_lead{
    width: 80%;
    margin: 0 auto;
  }
  .sec_fv_lead img{
    max-width: 100%;
    width: 100%;
  }
  */
  .sec_fv::before {
    content: "";
    position: absolute;
    top: calc(-715 / 750 * 100vw);
    left: calc(25 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
    background: url(../img/sec_fv_label.png) no-repeat left center;
    background-size: contain;
    z-index: 2;
  }
}
.fv_cp-btn {
  padding-top: 95px;
  margin: 0 auto;
  background: #e9f7fd;
}
.fv_cp-btn .c-button {
  margin: 0 auto;
}
.fv_cp-btn_inner {
  padding-bottom: 80px;
}
.fv_cp-btn .c-button img {
  width: 192px;
}
.fv_cp-btn .c-button::after {
  content: "";
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 15px;
  width: 12px;
  height: 8px;
  background: url(../img/icon_arrow_down.png) no-repeat left center;
  background-size: contain;
}
@media (max-width: 800px) {
  .fv_cp-btn {
    width: 100%;
    padding-top: 50px;
  }
  .fv_cp-btn .c-button {
    width: 298px;
    height: 52px;
  }
  .fv_cp-btn .c-button img {
    width: 172px;
  }
  .fv_cp-btn .c-button::after {
    content: "";
    position: absolute;
    top: calc((100% - 6.5px) / 2);
    right: 21px;
    width: 10px;
    height: 6.5px;
  }
}

/* Movie */
.sec_movie {
  content: "";
  width: 50%;
  background: url(../img/sec_movie_bg.png) no-repeat left top;
  background-size: contain;
}
@media (min-width: 801px) {
  .sec_movie {
    position: relative;
    margin-left: 50%;
    padding-top: calc(89 / 1366 * 100vw);
    z-index: 1;
  }
  .sec_movie .c-list_item_content_title {
    font-size: 16px;
  }
}

@media (max-width: 1190px) {
  .sec_movie {
    margin-top: 0;
  }
}

@media screen and (min-width: 801px) {
  .sec_movie_inner {
    /* min-height:calc(300 / 1366 * 100vw); */
  }
}
.sec_movie_inner {
  padding-bottom: 64px;
  background: #fff;
}
.sec_movie_inner .c-title img {
  height: 56px;
}
.movie-item {
  position: relative;
  max-width: 500px;
  height: auto !important;
  margin: 0 auto;
}
/* 10月12日吹き出し */
/* .sec_movie .movie-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -174px;
  margin-left: -45px;
  max-width: 143px;
  max-height: 152px;
  width:  calc(143 / 1366 * 100vw);
  height:  calc(152 / 1366 * 100vw);
  background: url(../img/sec_movie_icon_bubble.png) no-repeat left center;
  background-size: contain;
} */
.movie-item:first-of-type {
  margin-bottom: 40px;
}
.sec_movie .movie-item:nth-of-type(2):before {
  display: none;
}
.movie_caption {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1366px) {
  .sec_movie_inner {
    padding-left: calc(92 / 1366 * 100vw);
    padding-right: calc(92 / 1366 * 100vw);
    /* padding-top: calc(83 / 1366 * 100vw); */
    padding-bottom: calc(64 / 1366 * 100vw);
  }
  /* 10月12日吹き出し */
  /* .sec_movie .movie-item::before{
    margin-top: calc(-174 / 1366 * 100vw);
    margin-left: calc(-45 / 1366 * 100vw);
  } */
}
@media (max-width: 800px) {
  .sec_movie {
    position: relative;
    width: 100%;
    z-index: 3;
  }
  .sec_movie_inner {
    padding-top: 52px;
    padding-bottom: 0;
  }
  .movie-item {
    max-width: 337px;
    width: 100%;
  }
  /* 10月12日吹き出し */
  /* .sec_movie .movie-item::before{
    max-width: unset;
    max-height: unset;
    width: 107px;
    height: 113px;
    margin-top: -137px;
    margin-left: -17px;
  } */
  .movie-item:first-of-type {
    margin-bottom: 40px;
  }
  .movie_caption {
    font-size: 12px;
  }
}
.movie-item_img {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  height: auto;
}
.movie-item_img img {
  height: auto;
}
.sec_movie .play {
  display: block;
  width: calc(48 / 500 * 100%);
  height: calc(48 / 282 * 100%);
  background: url(../img/icon_play.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0px calc(12 / 500 * 100%) calc(7 / 282 * 100%) 0;
}
.mfp-iframe-scaler {
  overflow: visible;
}
.mfp-back {
  content: "";
  display: block;
  width: 120%;
  max-width: 1084px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  /* transform: translate(-50%, -50%); */
  z-index: -1;
}
.mfp-back::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60.185185185%;
}
.mfp-iframe-holder .mfp-close {
  width: 24px !important;
  height: 24px !important;
  background: url(/assets/img/gallery/mfp-close.svg) center/contain no-repeat;
  right: -65px !important;
  top: -35px !important;
}
.mfp-title {
  font-size: 18px;
  position: relative;
  color: #333;
  top: 26px;
  z-index: 1;
  margin-top: 0;
}
.mfp-iframe-scaler iframe {
  z-index: 100;
}
@media screen and (max-width: 1090px) {
  .mfp-back {
    width: 100%;
  }
  .mfp-iframe-scaler iframe {
    width: 90%;
    left: 5%;
  }
  .mfp-back:after {
    padding-top: 72%;
  }
  .mfp-iframe-holder .mfp-close {
    right: 2% !important;
  }
}
@media (max-width: 800px) {
  .mfp-back {
    width: 100%;
  }
  .mfp-back:after {
    /* padding-top: 87.5%; */
    padding-top: 77.5%;
  }
  .mfp-iframe-holder .mfp-close {
    right: 5% !important;
    top: -17% !important;
  }
  .mfp-iframe-scaler iframe {
    width: 90% !important;
    left: 5% !important;
  }
  .mfp-iframe-scaler {
    /* padding-top: 50.7%; */
  }
  .pagetop {
    z-index: 200;
  }
  .sec_movie_inner {
    background: unset;
  }
  .mfp-back:after {
    padding-top: 87.5%;
  }
  .mfp-title {
    font-size: calc(26 / 750 * 100vw);
    top: 15px;
    padding: 0 10px;
  }
}

/* campaing top */
.sec_campaing-top {
  text-align: center;
}
.sec_campaing-top .c-list_item_content_title {
  color: var(--primary-green);
}
@media (min-width: 801px) {
  .sec_campaing-top {
    margin-top: 20px;
    padding-bottom: 220px;
  }
  .sec_campaing-top .c-title img {
    height: 65px;
    width: auto;
  }
  .sec_campaing-top .campaing-link {
    transition: all 300ms ease;
  }
  .sec_campaing-top .campaing-link:hover {
    opacity: 0.7 !important;
  }
  .sec_campaing-top .campaing-link img {
    max-width: 424px;
  }
}
@media (max-width: 800px) {
  .sec_campaing-top {
    margin-top: 10px;
    padding-bottom: 110px;
  }
  .sec_campaing-top .c-title img {
    height: 53px;
    width: auto;
  }
  .campaing-item {
    padding-left: calc(92 / 1366 * 100vw);
    padding-right: calc(92 / 1366 * 100vw);
  }
  .sec_campaing-top .campaing-link img {
    max-width: 337px;
    width: 100%;
  }
  .sec_campaing-top .c-list_item_content_date {
    margin-top: 20px;
  }
}

/* Whats */
@media all and (min-width: 801px) {
  .sec_whats .c-button {
    margin-top: 30px;
  }
}
.sec_whats.ly-section_card--pc--left::before {
  background: url(../img/sec_whats_img_pc.png) no-repeat right;
  background-size: cover;
}
@media all and (max-width: 800px) {
  .sec_whats.ly-section_card--pc--left::before {
    background: url(../img/sec_whats_img_sp.png) no-repeat right;
    background-size: cover;
  }
}
.sec_whats.ly-section_card::after {
  background-color: var(--secondary-blue);
}

/* About */
@media all and (min-width: 801px) {
  .sec_about .c-button {
    margin-top: 15px;
  }
}
.sec_about.ly-section_card--pc--left::before {
  background: url(../img/sec_about_img_pc.png) no-repeat right;
  background-size: cover;
}
@media all and (max-width: 800px) {
  .sec_about.ly-section_card--pc--left::before {
    background: url(../img/sec_about_img_sp.png) no-repeat right;
    background-size: cover;
  }
}
.sec_about.ly-section_card::after {
  background-color: var(--secondary-blue);
}

/* Know */
@media all and (min-width: 801px) {
  .sec_know .c-button {
    margin-top: 15px;
  }
}
.sec_know.ly-section_card--pc--right::before {
  background: url(../img/sec_know_img_pc.png) no-repeat right;
  background-size: cover;
}
@media all and (max-width: 800px) {
  .sec_know.ly-section_card--pc--right::before {
    background: url(../img/sec_know_img_sp.png) no-repeat right;
    background-size: cover;
  }
}
.sec_know.ly-section_card::after {
  background-color: var(--secondary-green);
}

/* common */
.sec_lineup,
.sec_recipe,
.sec_event,
.sec_campaing,
.sec_brand {
  position: relative;
  z-index: 1;
}
.sec_lineup::after,
.sec_recipe::after,
.sec_event::after,
.sec_campaing,
.sec_brand::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/* Lineup */
.sec_lineup {
  padding-bottom: 44px;
  padding-top: 80px;
  overflow: hidden;
  background-color: #fff;
}
.sec_lineup::after {
  background: #e6edf5;
  width: 80%;
  left: 0;
  top: 28.5%;
}
.sec_lineup .text-update {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 75px;
  line-height: 2.5;
}

@media all and (max-width: 800px) {
  .sec_lineup {
    padding-bottom: 14px;
  }
  .sec_lineup .text-update {
    padding-top: 30px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 15px;
  }
  .ly-slider_lineup_content {
    margin-right: 48px !important;
  }
  .ly-slider_lineup_content_img img {
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.4));
    padding: 15px 0 20px 0;
  }
  .sec_lineup::after {
    top: 108px;
  }
}

/* Brand */

.sec_brand {
  overflow-x: hidden;
}
.sec_brand::after {
  background: #e6edf5;
  left: 0;
  top: 0;
  max-width: 1385px;
  padding-bottom: 120px;
}

@media all and (min-width: 801px) {
  .sec_brand {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sec_brand .c-button {
    margin-top: 15px;
  }
  .sec_brand::after {
    width: 80%;
  }
}

@media all and (max-width: 800px) {
  .sec_brand {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .sec_brand .c-title img {
    margin-bottom: 30px;
  }
}

/* Enjoy */
@media all and (min-width: 801px) {
  .sec_enjoy {
    scroll-margin-bottom: 100vh;
  }
  .sec_enjoy .c-button {
    margin-top: 15px;
  }
}
.sec_enjoy.ly-section_card--pc--right::before {
  background: url(../img/sec_enjoy_img_pc.png) no-repeat right;
  background-size: cover;
}
@media all and (max-width: 800px) {
  .sec_enjoy {
    background-color: var(--secondary-pink) !important;
  }
  .sec_enjoy.ly-section_card--pc--right::before {
    background: url(../img/sec_enjoy_img_sp.png) no-repeat right;
    background-size: cover;
  }
}
.sec_enjoy.ly-section_card::after {
  background-color: var(--secondary-pink);
}

/* Recipe */
.sec_recipe {
  background-color: #fff;
  padding-bottom: 180px;
  overflow: hidden;
}
.sec_recipe::after {
  background: #fef3f6;
  width: 88%;
  bottom: 0;
  right: 0;
}
.sec_recipe .text-update {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-bottom: 38px;
  padding-top: 20px;
  line-height: 1;
}
@media all and (max-width: 800px) {
  .sec_recipe .text-update {
    font-size: 12px;
    margin-bottom: 21px;
    padding-top: 11px;
  }
}
@media (min-width: 1601px) {
  .sec_recipe::after,
  .sec_lineup::after,
  .sec_brand::after {
    width: 100%;
    max-width: 1385px;
  }
}
.sec_recipe .c-button {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.sec_recipe .ly-section_button_title {
  text-align: center;
  margin-top: 40px;
}
.sec_recipe .ly-section_button_title img {
  width: 482px;
}
.sec_recipe .c-button img {
  width: 225px;
}

/* Event & Campaing */
.sec_event,
.sec_campaing {
  background-color: #fff;
}
.sec_event {
  padding-bottom: 104px;
  padding-top: 120px;
}
.sec_event .c-list_item_content_title {
  color: var(--primary-blue);
}
.sec_campaing {
  padding-top: 120px;
  padding-bottom: 104px;
}
.sec_campaing .c-list_item_content_title {
  color: var(--primary-green);
}
.sec_event::after {
  left: 0;
  bottom: 0;
  background-color: #e9f7fd;
  height: calc(100% - 340px);
}
.sec_campaing::after {
  left: 0;
  bottom: 0;
  background-color: #e7f8e6;
  height: calc(100% - 340px);
}

@media screen and (max-width: 800px) {
  .sec_lineup {
    padding-bottom: 0px;
    padding-top: 36px;
    margin-bottom: -10px;
  }

  .sec_recipe {
    padding-bottom: 120px;
    padding-top: 10px;
  }

  .sec_event {
    padding-bottom: 60px;
    padding-top: 50px;
  }

  .sec_campaing {
    padding-top: 66px;
    padding-bottom: 60px;
  }

  .sec_lineup::after {
    width: 100vw;
    left: 0;
    right: unset;
  }

  .sec_recipe::after {
    width: 100vw;
    left: 0;
    right: unset;
  }

  .sec_event::after {
    height: 82%;
  }

  .sec_campaing::after {
    height: 65%;
  }

  .sec_recipe .ly-section_button_title {
    margin-top: 33px;
  }

  .sec_recipe .c-button {
    max-width: 298px;
    width: 100%;
    margin-top: 10px;
  }

  .sec_recipe .ly-section_button_title img {
    width: 95%;
    max-width: 480px;
  }

  .sec_recipe .c-button img {
    width: 225px;
    max-width: 225px;
  }
}
.menu2 {
  top: calc(157 / var(--font) * 1rem);
}
@media (max-width: 1024px) {
  .menu2 {
    top: calc(106 / var(--font) * 1rem) !important;
  }
}
@media (max-width: 800px) {
  .sec_mv::before {
    content: none !important;
  }
}
@media (max-width: 767px) {
  .menu2 {
    top: calc(65 / var(--font) * 1rem) !important;
  }
  .gheader::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 5px;
    background-color: var(--primary-green);
    z-index: 997;
    position: relative;
  }
  .mc-breadcrumb {
    margin-top: -50px;
    z-index: 2;
  }
}

/* Snap */
.area_scroll {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.area_scroll::-webkit-scrollbar {
  display: none;
}
.area_scroll-item {
  scroll-snap-align: start;
}

/* 商品ラインナップ調整 */
.w_130 {
  width: 130px !important;
}
.w_160 {
  width: 160px !important;
}
.w_190 {
  width: 190px !important;
}
@media (max-width: 800px) {
  .w_130 {
    width: 110px !important;
  }
  .w_160 {
    width: 140px !important;
  }
  .w_190 {
    width: 160px !important;
  }
}

/* キャンペーン情報 */
/* .sec_campaing .c-list_item_content_img{
  background: url(../img/sec_campaing_img02.png) no-repeat center;
  background-size: cover;
} */

@media (max-width: 800px) {
  .sec_campaing .c-list_item_content_img {
    padding-top: 0 !important;
  }
}
@media (min-width: 801px) {
  .sec_campaing .c-list_item_content_link {
    min-height: 200px !important;
  }
  .sec_campaing .c-list_item_content_img {
    min-width: 400px;
  }
}
