@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@keyframes creamFadeInUp {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body.cream #contentsWrap {
  overflow: hidden;
  /*animation*/
  /*end_animation*/
}
body.cream #contentsWrap section {
  position: relative;
}
body.cream #contentsWrap p, body.cream #contentsWrap h1, body.cream #contentsWrap h2, body.cream #contentsWrap h3, body.cream #contentsWrap h4, body.cream #contentsWrap h5, body.cream #contentsWrap h6, body.cream #contentsWrap a, body.cream #contentsWrap li, body.cream #contentsWrap caption, body.cream #contentsWrap td, body.cream #contentsWrap th, body.cream #contentsWrap dt, body.cream #contentsWrap dd, body.cream #contentsWrap input, body.cream #contentsWrap textarea, body.cream #contentsWrap select, body.cream #contentsWrap address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body.cream #contentsWrap .innerWrap, body.cream #contentsWrap .inner {
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  max-width: 1360px;
}
body.cream #contentsWrap .noto {
  font-family: "Noto Sans JP", sans-serif;
}
body.cream #contentsWrap #kv {
  position: relative;
  text-align: center;
}
body.cream #contentsWrap #kv h1 {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
body.cream #contentsWrap #kv h1 img {
  margin-top: -34px;
  width: 1366px;
  height: auto;
}
body.cream #contentsWrap #kv.kv-fade_wrap {
  height: 709px;
}
body.cream #contentsWrap #kv .kv-fade {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
body.cream #contentsWrap #kv .kv-fade:nth-of-type(1) {
  padding-top: 39px;
}
body.cream #contentsWrap #kv .kv-fade:nth-of-type(2) {
  padding-top: 39px;
}
body.cream #contentsWrap #kv .kv-fade:nth-of-type(3) .inner {
  width: 1200px;
}
body.cream #contentsWrap #kv .kv-fade:nth-of-type(3) .kv-fade-ttl {
  position: absolute;
  top: 50%;
  left: 155px;
  transform: translateY(-50%);
}
body.cream #contentsWrap #kv .kv-fade:nth-of-type(3) .kv-fade-pkg {
  position: absolute;
  top: -294px;
  left: 50%;
  transform: translateX(-40%);
}
body.cream #contentsWrap .cream_link-section .cream_link-ttl {
  opacity: 0;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.cream #contentsWrap .animation .kv-fade:nth-of-type(1) {
  animation: fadeInOut 3s 0s both;
}
body.cream #contentsWrap .animation .kv-fade:nth-of-type(2) {
  animation: fadeInOut 3.5s 3s both;
}
body.cream #contentsWrap .animation .kv-fade:nth-of-type(3), body.cream #contentsWrap .animation.cream_link-ttl {
  animation: fadeIn 4s 6.5s both;
}
body.cream #contentsWrap .cream_link-section {
  padding-bottom: 140px;
  position: relative;
  z-index: 80;
}
body.cream #contentsWrap .cream_link-ttl {
  color: #0093d0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
}
body.cream #contentsWrap .cream_link-list {
  margin-top: 162px;
}
body.cream #contentsWrap .cream_link-list .cream_link-list_item {
  border-radius: 20px;
  position: relative;
  height: 400px;
}
body.cream #contentsWrap .cream_link-list .cream_link-list_item + .cream_link-list_item {
  margin-top: 121px;
}
body.cream #contentsWrap .cream_link-balloon {
  padding: 225px 231px 0 117px;
  position: absolute;
  top: -90px;
  left: 18px;
  text-align: center;
}
body.cream #contentsWrap .cream_link-balloon h2 {
  display: block;
  color: #0076b8;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3125;
}
body.cream #contentsWrap .cream_link-balloon p {
  margin: 18px 0 0 -7px;
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
}
body.cream #contentsWrap .cream-link_btn_wrap {
  margin-top: 28px;
  text-align: center;
}
body.cream #contentsWrap .cream-link_btn {
  border: solid 2px #0076b8;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  color: #0076b8;
  background-color: #fff;
}
body.cream #contentsWrap .cream-link_btn:hover {
  color: #fff;
  background: #0076b8;
}
body.cream #contentsWrap .-secret {
  background: url(/cream-common/images/bgi-contents01.jpg) no-repeat center center;
  background-size: cover;
}
body.cream #contentsWrap .-secret .cream_link-balloon {
  width: 710px;
  height: 688px;
  background: url(/cream-common/images/circle_1.png) no-repeat center center;
  background-size: contain;
}
body.cream #contentsWrap .-recipe {
  background: url(/cream-common/images/bgi-contents02.jpg) no-repeat center center;
  background-size: cover;
}
body.cream #contentsWrap .-recipe .cream_link-balloon {
  padding: 198px 190px 0 107px;
  top: -130px;
  right: -83px;
  left: auto;
  width: 665px;
  height: 708px;
  background: url(/cream-common/images/circle_2.png) no-repeat center center;
  background-size: contain;
}
body.cream #contentsWrap .-master {
  background: url(/cream-common/images/bgi-contents03.jpg) no-repeat center center;
  background-size: cover;
}
body.cream #contentsWrap .-master .cream_link-balloon {
  padding: 192px 217px 0 129px;
  top: -110px;
  left: -13px;
  width: 707px;
  height: 698px;
  background: url(/cream-common/images/circle_3.png) no-repeat center center;
  background-size: contain;
}
body.cream #contentsWrap.since2023 {
  background: #f8f8f8;
}
body.cream #contentsWrap.since2023 #kv {
  margin: 0 auto;
  width: 100%;
  line-height: 0;
}
body.cream #contentsWrap.since2023 #kv img {
  width: 100%;
  margin-top: 0;
}
body.cream #contentsWrap.since2023 .banner {
  margin-top: 126px;
  padding: 0;
  width: 500px;
}
body.cream #contentsWrap.since2023 .banner.js-inview {
  transform: translateY(10%);
  transition: 2s 0.2s;
  opacity: 0;
}
body.cream #contentsWrap.since2023 .banner.js-inview.animation {
  transform: translateY(0);
  opacity: 1;
}
body.cream #contentsWrap.since2023 .cream_link-list {
  margin-top: 126px;
  padding: 40px;
  max-width: 1280px;
  background: url(/cream-common/images/since2023/cream_link-bgi.jpg) no-repeat center top #fff;
  background-size: 100% auto;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item {
  border-radius: 0;
  position: relative;
  height: 440px;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item:before {
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: url(/cream-common/images/since2023/cream_link-waku.png) no-repeat;
  background-size: cover;
  pointer-events: none;
  content: "";
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item + .cream_link-list_item {
  margin-top: 40px;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.-secret {
  background: url(/cream-common/images/since2023/cream_link-item-bgi-secret.jpg) no-repeat right top #efeeee;
  background-size: 50% auto;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.-recipe {
  background: url(/cream-common/images/since2023/cream_link-item-bgi-recipe.jpg) no-repeat left top #efeeee;
  background-size: 50% auto;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.-recipe .cream_link-balloon {
  margin-left: auto;
  padding: 86px 111px 0 121px;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.-recipe .cream_link-balloon p {
  margin-top: 17px;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.-master {
  background: url(/cream-common/images/since2023/cream_link-item-bgi-master.jpg) no-repeat right top #efeeee;
  background-size: 50% auto;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.-master .cream_link-balloon {
  padding: 85px 115px 0 127px;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.-master .cream_link-balloon p {
  margin-top: 19px;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.js-inview {
  transform: translateY(10%);
  transition: 2s 0.2s;
  opacity: 0;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-list_item.js-inview.animation {
  transform: translateY(0);
  opacity: 1;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-balloon {
  padding: 97px 115px 0 127px;
  position: static;
  width: 50%;
  height: 100%;
  background: none;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-balloon h2 {
  font-size: 28px;
  font-feature-settings: "palt";
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-balloon p {
  margin-top: 22px;
  font-size: 14px;
}
body.cream #contentsWrap.since2023 .cream_link-list .cream_link-balloon .cream-link_btn_wrap {
  margin: 19px 0 0;
}
body.cream #contentsWrap .btn-anime {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: 76px;
}
body.cream #contentsWrap .btn-anime a {
  padding: 8px;
  border-radius: 5px;
  display: block;
  position: relative;
  height: 100%;
  background: #efeeee;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: inset 0 0 15px rgba(55, 84, 170, 0), inset 0 0 20px rgba(255, 255, 255, 0), 7px 7px 15px rgba(55, 84, 170, 0.3), -7px -7px 20px white, inset 0px 0px 4px rgba(255, 255, 255, 0.2);
}
body.cream #contentsWrap .btn-anime a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 90;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: url(/cream-common/images/since2023/arrow.svg) no-repeat;
  background-size: contain;
  content: "";
}
body.cream #contentsWrap .btn-anime a:hover {
  box-shadow: inset 7px 7px 15px rgba(55, 84, 170, 0.15), inset -7px -7px 20px white, 0px 0px 4px rgba(255, 255, 255, 0.2);
}
body.cream #contentsWrap .btn-anime a:hover .btn-inner:after {
  opacity: 0;
}
body.cream #contentsWrap .btn-anime .btn-inner {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
body.cream #contentsWrap .btn-anime .btn-inner:before, body.cream #contentsWrap .btn-anime .btn-inner:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
}
body.cream #contentsWrap .btn-anime .btn-inner:before {
  background: linear-gradient(90deg, #0059be 0%, #00bff9 100%);
}
body.cream #contentsWrap .btn-anime .btn-inner:after {
  background: linear-gradient(90deg, #00317e 0%, #007fd7 100%);
  transition: opacity 299ms ease-in-out;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block {
  padding: 60px 0 0;
  position: relative;
  background: #f8f8f8;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block h2 {
  text-align: center;
  font-feature-settings: "palt";
}
body.cream.-cream_detail #contentsWrap .cream_secret-block h2 small {
  display: block;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block h2 span {
  color: #0976bb;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  font-feature-settings: "palt";
}
body.cream.-cream_detail #contentsWrap .cream_secret-block:before {
  display: block;
  position: absolute;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1038px;
  background: #eee;
  content: "";
}
body.cream.-cream_detail #contentsWrap .cream_secret-block.-feature:before, body.cream.-cream_detail #contentsWrap .cream_secret-block.-pack:before {
  top: auto;
  bottom: 0;
  height: 96px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block.-method:before, body.cream.-cream_detail #contentsWrap .cream_secret-block.-cream:before {
  top: 0;
  height: 942px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block.-pack:before, body.cream.-cream_detail #contentsWrap .cream_secret-block.-cream:before {
  background: url(/cream-common/images/secret/bgi-pattern.png);
}
body.cream.-cream_detail #contentsWrap .cream_secret-block.-pack {
  padding-bottom: 60px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block.-pack:before {
  height: 156px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block.-cream {
  padding-top: 0;
  padding-bottom: 140px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-block.-cream:before {
  height: 882px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-box {
  margin-top: 27px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  box-shadow: 0 0 40px rgba(111, 103, 82, 0.1);
}
body.cream.-cream_detail #contentsWrap .cream_secret-box .text_area, body.cream.-cream_detail #contentsWrap .cream_secret-box .img_area {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50%;
}
body.cream.-cream_detail #contentsWrap .cream_secret-box .text_area {
  padding: 72px 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
body.cream.-cream_detail #contentsWrap .cream_secret-box .method-num {
  margin: 4px;
  border-radius: 20px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 146px;
  height: auto;
}
body.cream.-cream_detail #contentsWrap .cream_secret-box h3 {
  color: #0077c4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2857142857;
  font-feature-settings: "palt";
}
body.cream.-cream_detail #contentsWrap .cream_secret-box h3 + p {
  margin: 20px 0 0;
}
body.cream.-cream_detail #contentsWrap .cream_secret-box + .cream_secret-box {
  margin-top: 20px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-box.-method .img_area {
  padding: 4px 4px 4px 0;
}
body.cream.-cream_detail #contentsWrap .cream_secret-box.-method .img_area img {
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: auto;
}
body.cream.-cream_detail #contentsWrap .cream_secret-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.cream.-cream_detail #contentsWrap .cream_secret-list > li {
  padding-bottom: 53px;
  border-radius: 20px;
  width: 376px;
  background: #fff;
  box-shadow: 0 0 40px rgba(111, 103, 82, 0.1);
}
body.cream.-cream_detail #contentsWrap .cream_secret-list > li:nth-child(n+4) {
  margin-top: 30px;
}
body.cream.-cream_detail #contentsWrap .cream_secret-list p {
  margin-top: 39px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
body.cream.-cream_detail #contentsWrap .cream_secret-list span {
  padding: 4px 40px 0;
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
}
body.cream.-cream_detail #contentsWrap.-secret #kv .inner {
  padding-top: 89px;
}
body.cream.-cream_detail #contentsWrap.-secret #kv .kv-cream-ttl {
  margin-left: 8px;
  padding-top: 86px;
  position: relative;
}
body.cream.-cream_detail #contentsWrap.-secret #kv .kv-cream-ttl:before {
  margin-left: -12px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 51px;
  background: url(/cream-common/images/secret/kv-illust.svg) no-repeat;
  background-size: contain;
  content: "";
}
body.cream.-cream_detail #contentsWrap.-secret #kv .kv-cream-ttl img {
  width: 302px;
  height: auto;
}
body.cream.-cream_detail #contentsWrap.-secret #kv .kv-pkg {
  right: -52px;
  bottom: -283px;
}
body.cream.-cream_detail #contentsWrap.-master #kv .inner {
  padding-top: 77px;
}
body.cream.-cream_detail #contentsWrap.-master #kv .kv-cream-ttl {
  padding-top: 100px;
  position: relative;
}
body.cream.-cream_detail #contentsWrap.-master #kv .kv-cream-ttl:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 65px;
  background: url(/cream-common/images/master/kv-illust.svg) no-repeat;
  background-size: contain;
  content: "";
}
body.cream.-cream_detail #contentsWrap.-master #kv .kv-cream-ttl img {
  margin-left: -2px;
  width: 550px;
  height: auto;
}
body.cream.-cream_detail #contentsWrap.-master #kv .kv-pkg {
  right: -52px;
  bottom: -284px;
}
body.cream.-cream_detail #contentsWrap .master-main {
  padding: 80px 0 100px;
  background: #f8f8f8;
}
body.cream.-cream_detail #contentsWrap .master_section {
  padding: 40px;
  width: 1200px;
  background: url(/cream-common/images/master/bgi-pattern.png);
  background-position-y: -7px;
  box-shadow: 0 0 40px rgba(111, 103, 82, 0.1);
}
body.cream.-cream_detail #contentsWrap .master_section + .master_section {
  margin-top: 20px;
}
body.cream.-cream_detail #contentsWrap .master-box {
  padding: 58px 126px 88px;
  border: solid 4px #0077c4;
  border-radius: 20px;
  position: relative;
  background: #fff;
  font-weight: normal;
  font-feature-settings: "palt";
}
body.cream.-cream_detail #contentsWrap .master-box h2 {
  text-align: center;
}
body.cream.-cream_detail #contentsWrap .master-box + .master-box {
  margin-top: 60px;
}
body.cream.-cream_detail #contentsWrap .master-box.-condition {
  padding-bottom: 80px;
}
body.cream.-cream_detail #contentsWrap .master-box.-amount {
  padding-bottom: 40px;
}
body.cream.-cream_detail #contentsWrap .master-box.-shortcut {
  padding-bottom: 80px;
}
body.cream.-cream_detail #contentsWrap .master-box.-shortcut .fukidasi {
  position: absolute;
  top: -32px;
  right: 225px;
}
body.cream.-cream_detail #contentsWrap .master-box.-shortcut a {
  margin-top: 40px;
}
body.cream.-cream_detail #contentsWrap .master-box.-precautions {
  padding-bottom: 40px;
  border-color: #c40018;
}
body.cream.-cream_detail #contentsWrap .text-red, body.cream.-cream_detail #contentsWrap .txt-red {
  color: #c40018;
}
body.cream.-cream_detail #contentsWrap .master-orderlist {
  margin-top: 40px;
  border-top: solid 2px #cee3f1;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li {
  padding: 22px 7px 23px;
  border-bottom: solid 2px #cee3f1;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li + li {
  padding: 20px 7px 22.5px;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li:before {
  margin-right: 17px;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 26px;
  content: "";
}
body.cream.-cream_detail #contentsWrap .master-orderlist li:nth-child(1):before {
  background: url(/cream-common/images/master/num-1.svg) no-repeat right center;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li:nth-child(2):before {
  background: url(/cream-common/images/master/num-2.svg) no-repeat right center;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li:nth-child(3):before {
  background: url(/cream-common/images/master/num-3.svg) no-repeat right center;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li:nth-child(4):before {
  background: url(/cream-common/images/master/num-4.svg) no-repeat right center;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li:nth-child(5):before {
  background: url(/cream-common/images/master/num-5.svg) no-repeat right center;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li:nth-child(6):before {
  background: url(/cream-common/images/master/num-6.svg) no-repeat right center;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .master-orderlist li .illust-whisk {
  position: absolute;
  right: 32px;
  bottom: -10px;
}
body.cream.-cream_detail #contentsWrap .master-annotation {
  margin-top: 30px;
  padding: 22px 1em 26px;
  border: solid 2px #e17f8b;
  border-radius: 10px;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
body.cream.-cream_detail #contentsWrap .master-condition_list {
  margin-top: 40px;
  border-top: solid 2px #cee3f1;
}
body.cream.-cream_detail #contentsWrap .master-condition_list > li {
  padding: 20px 0;
  border-bottom: solid 2px #cee3f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
body.cream.-cream_detail #contentsWrap .master-condition_list .text_area {
  padding-bottom: 7px;
  width: 475px;
  text-align: justify;
}
body.cream.-cream_detail #contentsWrap .master-condition_list dt {
  color: #0077c4;
  font-size: 20px;
}
body.cream.-cream_detail #contentsWrap .master-condition_list dd {
  margin-top: 7px;
  font-size: 18px;
  line-height: 1.5;
}
body.cream.-cream_detail #contentsWrap .master-condition_list .fukidasi {
  position: absolute;
  top: -12px;
  right: -93px;
  width: 136px;
  height: auto;
}
body.cream.-cream_detail #contentsWrap .master-condition_list > li:nth-child(2) .fukidasi {
  top: -8px;
  right: -111px;
  width: 154px;
}
body.cream.-cream_detail #contentsWrap .master-condition_list > li:nth-child(3) .fukidasi {
  top: 2px;
  right: -89px;
  width: 130px;
}
body.cream.-cream_detail #contentsWrap .master-condition_list .img_area .photo {
  border-radius: 10px;
  width: 345px;
  height: auto;
}
body.cream.-cream_detail #contentsWrap .amount-table {
  margin-top: 70px;
  display: block;
}
body.cream.-cream_detail #contentsWrap .amount-table thead, body.cream.-cream_detail #contentsWrap .amount-table tbody, body.cream.-cream_detail #contentsWrap .amount-table th, body.cream.-cream_detail #contentsWrap .amount-table td {
  display: block;
}
body.cream.-cream_detail #contentsWrap .amount-table tr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
body.cream.-cream_detail #contentsWrap .amount-table tbody tr {
  border-bottom: solid 2px #cee3f1;
}
body.cream.-cream_detail #contentsWrap .amount-table th, body.cream.-cream_detail #contentsWrap .amount-table td {
  width: 280px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
body.cream.-cream_detail #contentsWrap .amount-table th {
  padding-top: 51px;
  position: relative;
  height: 150px;
  background: #cee3f1;
  line-height: 1.3333333333;
}
body.cream.-cream_detail #contentsWrap .amount-table th.-flat:before, body.cream.-cream_detail #contentsWrap .amount-table th.-deco:before {
  display: block;
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
body.cream.-cream_detail #contentsWrap .amount-table th.-flat:before {
  width: 104px;
  height: 86px;
  background: url(/cream-common/images/master/picture-cake-flat.png) no-repeat;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .amount-table th.-deco:before {
  width: 103px;
  height: 96px;
  background: url(/cream-common/images/master/picture-cake-deco.png) no-repeat;
  background-size: contain;
}
body.cream.-cream_detail #contentsWrap .amount-table td {
  padding: 16px 0 19.25px;
  border: none;
}
body.cream.-cream_detail #contentsWrap .amount-table td p {
  margin-top: 16px;
  font-weight: normal;
}
body.cream.-cream_detail #contentsWrap .amount-table .td-pack {
  padding-bottom: 18px;
}
body.cream.-cream_detail #contentsWrap .amount-table ~ .notice {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  font-feature-settings: normal;
}
body.cream.-cream_detail #contentsWrap .amount-table ~ .notice:before {
  content: "※";
}
body.cream.-cream_detail #contentsWrap .amount-table ~ .notice + .notice {
  margin-top: 0;
}
body.cream.-cream_detail #contentsWrap .headline-radius {
  margin: 3px auto 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 467px;
  height: 40px;
  color: #fff;
  background: #c40018;
  font-size: 20px;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist {
  margin-top: 56px;
  border-top: solid 2px #ccc;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist > li {
  padding: 20px 0;
  border-bottom: solid 2px #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist > li:last-child {
  border-bottom: none;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist .text_area {
  margin-top: 6px;
  width: 515px;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist h3 {
  color: #c40018;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist h3 + p {
  margin-top: 12px;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist p {
  color: #333;
  line-height: 1.5;
  text-align: justify;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist .noimg {
  padding-bottom: 27px;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist .noimg .text_area {
  width: 100%;
}
body.cream.-cream_detail #contentsWrap .master-precautionslist .img_area img {
  width: 309px;
  height: auto;
}
body.cream .mfp-wrap {
  min-width: 1080px;
}
body.cream .videoModalStyle {
  margin: 0 auto;
  position: relative;
  width: 80%;
  max-width: 856px;
}
body.cream .videoModalStyle video {
  width: 100%;
}
body.cream .videoModalStyle .mfp-close {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  top: -50px;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}
body.cream .videoModalStyle .mfp-close img {
  width: 100%;
}
body.cream .videoModalStyle button.mfp-close * {
  pointer-events: none;
}
body.cream .zoomEffect .mfp-with-anim {
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
body.cream .zoomEffect.mfp-bg {
  transition: all 0.3s ease-out;
  opacity: 0;
}
body.cream .zoomEffect.mfp-ready .mfp-with-anim {
  transform: scale(1);
  opacity: 1;
}
body.cream .zoomEffect.mfp-ready.mfp-bg {
  opacity: 0.8;
}
body.cream .zoomEffect.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
body.cream .zoomEffect.mfp-removing.mfp-bg {
  opacity: 0;
}

.cream_recipe.recipe .pc_hidden {
  display: none !important;
}
.cream_recipe.recipe #contentsWrap {
  overflow: hidden;
}
.cream_recipe.recipe #kv {
  display: flex;
  justify-content: center;
  height: 300px;
  overflow: hidden;
}
.cream_recipe.recipe #kv > span {
  float: none;
  width: 20%;
  min-width: 384px;
  height: 100%;
}
.cream_recipe.recipe #kv .kv0 {
  background: url(/cream-common/images/cream-recipe/kv-bgi-0.jpg) no-repeat center center;
  background-size: cover;
}
.cream_recipe.recipe #kv .kv1 {
  background: url(/cream-common/images/cream-recipe/kv-bgi-1.jpg) no-repeat center center;
  background-size: cover;
}
.cream_recipe.recipe #kv .kv2 {
  background: url(/cream-common/images/cream-recipe/kv-bgi-2.jpg) no-repeat center center;
  background-size: cover;
}
.cream_recipe.recipe #kv .kv3 {
  background: url(/cream-common/images/cream-recipe/kv-bgi-3.jpg) no-repeat center center;
  background-size: cover;
}
.cream_recipe.recipe #kv .kv4 {
  background: url(/cream-common/images/cream-recipe/kv-bgi-4.jpg) no-repeat center center;
  background-size: cover;
}
.cream_recipe.recipe #kv .kvTtlBgi {
  display: none;
}
.cream_recipe.recipe #kv .catch {
  filter: drop-shadow(0 0 20px rgba(0, 41, 138, 0.9));
}
.cream_recipe.recipe #recipe-items {
  padding: 70px 0;
  background: #f8f8f8;
}

#topicPath.open {
  position: relative;
  z-index: 902;
}

.searchCreamRecipe {
  padding-bottom: 50px;
  background: rgba(0, 119, 196, 0.25);
}
.searchCreamRecipe .inner {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1200px;
}
.searchCreamRecipe .searchCreamRecipe_list {
  padding: 4px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  height: 120px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.searchCreamRecipe .searchCreamRecipe_list li {
  width: 11.1111111111%;
}
.searchCreamRecipe .searchCreamRecipe_list li + li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 41px;
  background: #dfdfdf;
  content: "";
}
.searchCreamRecipe .searchCreamRecipe_list li:first-child a {
  border-radius: 17px 0 0 17px;
}
.searchCreamRecipe .searchCreamRecipe_list li:last-child a {
  border-radius: 0 17px 17px 0;
}
.searchCreamRecipe .searchCreamRecipe_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  color: #0076b8;
  background: #f8f8f8;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.searchCreamRecipe .searchCreamRecipe_list a:hover {
  color: #fff;
  background: #0076b8;
}
.searchCreamRecipe .searchCreamRecipe_list a:hover:before {
  content: none;
}

#js-header ~ #wrap #search-freeword {
  margin: -10px auto 0;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 582px;
  height: 40px;
  background: #fff;
}
#js-header ~ #wrap #search-freeword span {
  padding: 0 21px 0 27px;
  display: flex;
  align-items: center;
  color: #0076b8;
  font-weight: 500;
}
#js-header ~ #wrap #search-freeword span, #js-header ~ #wrap #search-freeword button {
  flex-shrink: 0;
  height: 100%;
}
#js-header ~ #wrap #search-freeword #search-freeword-input, #js-header ~ #wrap #search-freeword button {
  border: none;
  background: none;
  outline: none;
  appearance: none;
}
#js-header ~ #wrap #search-freeword .input_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#js-header ~ #wrap #search-freeword .input_wrap:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 30px;
  height: 100%;
  background: url(/cream-common/images/cream-recipe/freeword-shadow.png) no-repeat right center;
  background-size: auto 100%;
  pointer-events: none;
  content: "";
}
#js-header ~ #wrap #search-freeword #search-freeword-input {
  padding: 0 12px 0 40px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 14px;
}
#js-header ~ #wrap #search-freeword #search-freeword-input:focus, #js-header ~ #wrap #search-freeword #search-freeword-input:focus-visible { /*正しい*/
  background: none;
}
#js-header ~ #wrap #search-freeword ::placeholder {
  font-size: 14px;
  letter-spacing: -0.025em;
}

.recipe.detail .recipeTtl span {
  color: #0076b8;
  font-size: 42px;
  font-weight: bold;
}
.recipe.detail .iconList {
  height: 195px;
}
.recipe.detail .snsLineWrap.is_stuck .recipeTtl {
  color: #0076b8;
  font-weight: bold;
}
.recipe.detail .snsLineWrap {
  margin: 0;
}
.recipe.detail .recipeDetailArea {
  padding-bottom: 88px;
  z-index: 0;
}
.recipe.detail .recipeDetailArea:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1080px;
  height: 100%;
  background: #f8f8f8;
  pointer-events: none;
  content: "";
}
.recipe.detail .recipeDetailArea .imgWrap.fixedItmg.is_stuck {
  padding-bottom: 50px;
}
.recipe.detail .recipeDetailArea .imgWrap.fixedItmg.is_stuck ~ .textArea {
  background: #f8f8f8;
}
.recipe.detail .materials span:first-child, .recipe.detail .materials span:last-child {
  background: #f8f8f8;
}
.recipe.detail .materialList li,
.recipe.detail .materials li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: none;
}
.recipe.detail .materialList li span,
.recipe.detail .materials li span {
  flex-shrink: 0;
  max-width: 80%;
}
.recipe.detail .materialList li span:first-child,
.recipe.detail .materials li span:first-child {
  padding-left: 1em;
  order: 1;
  text-indent: -1em;
}
.recipe.detail .materialList li span:last-child,
.recipe.detail .materials li span:last-child {
  order: 3;
}
.recipe.detail .materialList li:before,
.recipe.detail .materials li:before {
  margin-top: 0.75em;
  display: block;
  order: 2;
  width: 100%;
  height: 2px;
  background: url(/images/recipe/detail/line_dot.png) repeat-x center center;
  content: "";
}

body.cream #contentsWrap .kv-cream,
body.cream_recipe #contentsWrap .kv-cream {
  position: relative;
  z-index: 80;
  height: 300px;
  background: url(/cream-common/images/secret/kv-bgi.jpg) no-repeat center center;
  background-size: cover;
}
body.cream #contentsWrap .kv-cream .inner,
body.cream_recipe #contentsWrap .kv-cream .inner {
  margin: 0 auto;
  padding: 63px 0 0;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
}
body.cream #contentsWrap .kv-cream .kv-cream-ttl,
body.cream_recipe #contentsWrap .kv-cream .kv-cream-ttl {
  padding-top: 80px;
  position: relative;
  text-align: center;
}
body.cream #contentsWrap .kv-cream .kv-cream-ttl:before,
body.cream_recipe #contentsWrap .kv-cream .kv-cream-ttl:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  background: url(/cream-common/images/cream-recipe/kv-illust.svg) no-repeat;
  background-size: contain;
  content: "";
}
body.cream #contentsWrap .kv-cream .kv-cream-ttl img,
body.cream_recipe #contentsWrap .kv-cream .kv-cream-ttl img {
  margin-left: -17px;
  width: 331px;
  height: auto;
}
body.cream #contentsWrap .kv-cream .kv-logo,
body.cream_recipe #contentsWrap .kv-cream .kv-logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 260px;
  height: auto;
}
body.cream #contentsWrap .kv-cream .kv-pkg,
body.cream_recipe #contentsWrap .kv-cream .kv-pkg {
  position: absolute;
  right: -52px;
  bottom: -246px;
}
body.cream #contentsWrap .cream_menu,
body.cream_recipe #contentsWrap .cream_menu {
  position: absolute;
  top: 27px;
  right: 0;
}
body.cream #contentsWrap #cream_modal,
body.cream_recipe #contentsWrap #cream_modal {
  padding-top: 215px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #1c2f65;
  pointer-events: none;
  transition: opacity 0s;
  opacity: 0;
}
body.cream #contentsWrap #cream_modal.open,
body.cream_recipe #contentsWrap #cream_modal.open {
  display: block;
  z-index: 901;
  pointer-events: auto;
  transition: opacity 0.3s;
  opacity: 1;
}
body.cream #contentsWrap #cream_modal > .inner,
body.cream_recipe #contentsWrap #cream_modal > .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
body.cream #contentsWrap #cream_modal .kv-logo,
body.cream_recipe #contentsWrap #cream_modal .kv-logo {
  top: 41px;
  left: 0;
}
body.cream #contentsWrap #cream_modal .kv-pkg,
body.cream_recipe #contentsWrap #cream_modal .kv-pkg {
  margin-top: 57px;
  margin-right: -40px;
  top: 129px;
  top: 50%;
  right: 50%;
  bottom: auto;
  bottom: auto;
  transform: translateY(-50%);
  width: 329px;
}
body.cream #contentsWrap #cream_modal .cream-linklist,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist {
  padding: 0 0 0 40px;
  position: relative;
  left: 50%;
}
body.cream #contentsWrap #cream_modal .cream-linklist .cream-footer-list,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist .cream-footer-list {
  padding: 0;
}
body.cream #contentsWrap #cream_modal .cream-linklist li + li,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist li + li {
  margin-top: 24px;
}
body.cream #contentsWrap #cream_modal .cream-linklist a,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
}
body.cream #contentsWrap #cream_modal .cream-linklist a .arrow_svg,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist a .arrow_svg {
  margin-right: 14px;
  flex-shrink: 0;
  width: 30px;
  height: auto;
}
body.cream #contentsWrap #cream_modal .cream-linklist a .arrow_svg g,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist a .arrow_svg g {
  fill: #fff;
  transition: 0.3s;
}
body.cream #contentsWrap #cream_modal .cream-linklist a:hover,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist a:hover {
  color: #0076b8;
}
body.cream #contentsWrap #cream_modal .cream-linklist a:hover .arrow_svg g,
body.cream_recipe #contentsWrap #cream_modal .cream-linklist a:hover .arrow_svg g {
  fill: #0076b8;
}
body.cream #contentsWrap .cream-footer,
body.cream_recipe #contentsWrap .cream-footer {
  padding: 187px 0 80px;
  position: relative;
  background: #fff;
}
body.cream #contentsWrap .cream-footer:before,
body.cream_recipe #contentsWrap .cream-footer:before {
  margin: -74px 0 0 -101px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 205px;
  height: 256px;
  background: url(/cream-common/images/footer-pkg.png?2024) no-repeat;
  background-size: contain;
  content: "";
}
body.cream #contentsWrap .cream-footer .cream-footer-list,
body.cream_recipe #contentsWrap .cream-footer .cream-footer-list {
  margin: 0 auto;
  border-top: solid 2px #7fbadb;
  display: flex;
  justify-content: center;
  width: 1120px;
}
body.cream #contentsWrap .cream-footer li,
body.cream_recipe #contentsWrap .cream-footer li {
  margin: 0 21px;
  padding-top: 20px;
}
body.cream #contentsWrap .cream-footer a,
body.cream_recipe #contentsWrap .cream-footer a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 18px;
  font-weight: normal;
}
body.cream #contentsWrap .cream-footer a .arrow_svg,
body.cream_recipe #contentsWrap .cream-footer a .arrow_svg {
  margin-right: 7px;
  width: 30px;
  height: auto;
}
body.cream #contentsWrap .cream-footer a .arrow_svg g,
body.cream_recipe #contentsWrap .cream-footer a .arrow_svg g {
  transition: 0.3s;
}
body.cream #contentsWrap .cream-footer a:hover,
body.cream_recipe #contentsWrap .cream-footer a:hover {
  color: #0076b8;
}
body.cream #contentsWrap .cream-footer a:hover .arrow_svg g,
body.cream_recipe #contentsWrap .cream-footer a:hover .arrow_svg g {
  fill: #0076b8;
}