@charset "UTF-8";
/*ブレークポイント*/
@keyframes mvul {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
#mv_cp {
  position: relative;
  width: 100%;
  transition: max-height 0.6s ease-out, opacity 1s ease-out 0.5s;
  opacity: 0;
  overflow-x: hidden;
}
.ready #mv_cp {
  opacity: 1;
}

.iphone.safari #mv_cp {
  transition: height 0.6s ease-out 0.1s;
}

#mv_cp .cp {
  margin: 0 auto;
  max-width: 1180px;
}
#mv_cp .inner {
  z-index: 40;
  bottom: 2%;
  width: 100%;
  text-align: center;
}
#mv_cp p.news {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto min(6vh, 4em);
  width: 95%;
  max-width: 1180px;
  line-height: 1.4;
}
#mv_cp p.news img {
  display: none;
  width: 85px;
}
#mv_cp p.news span {
  display: block;
  padding-left: 1em;
}
#mv_cp p.news a {
  font-weight: bold;
  color: #222222;
}
#mv_cp p.news a:hover {
  color: rgba(34, 34, 34, 0.7);
}
@media only screen and (min-width: 550px) {
  #mv_cp p.news img {
    display: block;
  }
}

#mv {
  position: relative;
  width: 100%;
  min-height: 500px;
  max-height: 600px;
  background: url("/cream-and/img/mv_bg.jpg") no-repeat center bottom 45%;
  background-size: cover;
  transition: max-height 0.6s ease-out, opacity 1s ease-out 0.5s;
  opacity: 0;
  overflow-x: hidden;
}
.ready #mv {
  opacity: 1;
}

.iphone.safari #mv {
  transition: height 0.6s ease-out 0.1s;
}

#mv .inner {
  z-index: 40;
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: center;
}
#mv h2 {
  pointer-events: none;
  z-index: 30;
  position: absolute;
  inset: 0;
  top: calc(11% - 1.2vw);
  margin: 0 auto;
  width: clamp(280px, 70%, 360px);
  transition: top 1s ease-out, width 1s ease-out;
  filter: drop-shadow(0px 0px 10px rgb(255, 237, 189));
}
#mv div.products {
  z-index: 25;
  position: absolute;
  inset: auto 0 15% 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 450px;
}
#mv div.products ul {
  z-index: 25;
}
#mv div.products p.mv_text {
  z-index: 20;
  opacity: 0;
  position: absolute;
  top: calc(1px - 1vh);
  right: 50%;
  width: 150px;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
#mv div.products p.mv_text img {
  transform: translate(100%, -105%);
}
#mv div.products p.mv_no1 {
  z-index: 29;
  position: absolute;
  top: -6%;
  left: 0%;
  width: min(150px, 35%);
  transition: all 0.3s ease-out;
  pointer-events: none;
  transform: translate(0%, -105%);
}
#mv p.notice {
  margin: 0 auto;
  width: 95%;
  max-width: 1180px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 85%;
  line-height: 1.4;
}
#mv p.news {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto min(6vh, 4em);
  width: 95%;
  max-width: 1180px;
  line-height: 1.4;
}
#mv p.news img {
  display: none;
  width: 85px;
}
#mv p.news span {
  display: block;
  padding-left: 1em;
}
#mv p.news a {
  font-weight: bold;
  color: #222222;
}
#mv p.news a:hover {
  color: rgba(34, 34, 34, 0.7);
}
@media only screen and (min-width: 550px) {
  #mv div.products {
    bottom: 10%;
    max-width: 600px;
  }
  #mv div.products p.mv_text {
    width: 120px;
  }
  #mv div.products p.mv_no1 {
    top: -2%;
    left: 0%;
    transform: translate(0%, -100%);
  }
  #mv p.news img {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  #mv div.products {
    max-width: 880px;
  }
  #mv div.products p.mv_text {
    right: -4vw;
    width: 160px;
  }
  #mv div.products p.mv_text img {
    transform: translate(60%, -75%);
  }
  #mv div.products p.mv_no1 {
    width: min(200px, 30%);
    top: -2%;
    left: 0%;
    transform: translate(-70%, -80%);
  }
  #mv h2 {
    top: calc(15% - 2.2vw);
  }
  #mv p.notice {
    text-align: right;
  }
}
@media print, screen and (min-width: 1000px) {
  #mv h2 {
    top: 10%;
  }
  #mv div.products {
    bottom: 5%;
  }
  #mv div.products p.mv_no1 {
    top: -2%;
    left: 0%;
    transform: translate(-100%, -50%);
  }
}
@media print, screen and (min-width: 1000px) and (min-height: 700px) {
  #mv h2 {
    top: 15%;
  }
  #mv div.products {
    bottom: 10%;
  }
}
@media print, screen and (min-width: 1700px) {
  #mv {
    background-position: center bottom 35%;
  }
}
@media screen and (orientation: landscape) {
  #mv {
    max-height: 650px;
  }
}
@media screen and (orientation: landscape) and (min-width: 768px) {
  #mv div.products p {
    top: calc(1px - 3vh);
  }
}

.campaign {
  background: #ece7e1;
}
.campaign a {
  display: block;
  margin-inline: auto;
  max-width: 1600px;
}

#concept {
  position: relative;
  padding-block: min(80px, 17vw);
  width: 100%;
  background: #fff6e0 url("/cream-and/assets/img/bg_border.png") repeat center center;
  overflow: hidden;
}
#concept::after {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("/cream-and/assets/img/plate.png") no-repeat center center;
  background-size: clamp(760px, 180vw, 900px) auto;
  pointer-events: none;
}
#concept .inner {
  z-index: 40;
  display: flow-root;
  margin: 0 auto;
  padding-top: 100px;
  width: min(95%, 1180px);
}
#concept h3 {
  z-index: 40;
  position: relative;
  margin: 0 auto;
  width: min(100%, 450px);
}
#concept .concept_spoon {
  z-index: 30;
  position: relative;
  float: right;
  margin: -20px auto 0;
  width: min(100%, 350px);
}
#concept .concept_spoon img {
  transform: translateX(20%);
}
@media print, screen and (min-width: 768px) {
  #concept {
    padding-block: 20px;
  }
  #concept::after {
    background-size: 1100px auto;
  }
  #concept h3 {
    width: min(100%, 550px);
  }
  #concept .concept_spoon {
    float: none;
    margin-top: -50px;
  }
  #concept .concept_spoon img {
    transform: translateX(90%) scale(1.2);
  }
}

#banner {
  position: relative;
  padding: clamp(45px, 100px - 5%, 70px) 0;
  width: 100%;
  background: #5a331d url("/cream-and/img/banner_bg.png") repeat center center;
  overflow: hidden;
}
#banner .inner {
  margin: 0 auto;
  width: 85%;
  max-width: 1100px;
}
#banner p {
  filter: drop-shadow(0px 0px 20px rgba(35, 24, 21, 0.5));
}
#banner p a {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
#banner p a:hover {
  opacity: 0.7;
  transform: translateY(5px);
}
#banner .column2 > * {
  margin-top: min(30px, 20px + 2vw);
}
@media only screen and (min-width: 550px) {
  #banner .column2 {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
  }
  #banner .column2 > * {
    width: 48%;
  }
}/*# sourceMappingURL=home.css.map */