@charset "UTF-8";
/***********************
common.css上書き
***********************/
header {
  padding: 30px 0;
  position: relative;
}

@media (min-width: 641px) {
  header {
    height: auto;
  }
}

#wrap {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  background: #6e0005;
  background: -webkit-linear-gradient(left, #6e0005 0%, #a00b1a 30%, #a00b1a 70%, #6e0005 100%);
  background: linear-gradient(90deg, #6e0005 0%, #a00b1a 30%, #a00b1a 70%, #6e0005 100%);
  overflow: hidden;
  position: relative;
}

#wrap * {
  box-sizing: border-box;
}

#wrap .original {
  color: #333;
}

.snowfall-flakes {
  width: auto !important;
}

#footer_area {
  width: 100%;
}

#contents {
  padding: 0 50px 50px;
  width: 1160px;
}

nav {
  left: 50px;
}

.gotop2 {
  bottom: 0;
  position: absolute;
  right: 0;
}

h2 {
  border-bottom: none;
}

h3 {
  padding: 0;
  background: none;
}

.trfY {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
  transition: transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), opacity 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000), -webkit-transform 0.8s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.trfY.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
            transform: rotate3d(0, 0, 1, 3deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
            transform: rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 3deg);
            transform: rotate3d(0, 0, 1, 3deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
            transform: rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: swing 2s cubic-bezier(0.420, 0.000, 0.580, 1.000) infinite alternate;
          animation: swing 2s cubic-bezier(0.420, 0.000, 0.580, 1.000) infinite alternate;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes textMoveShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes textMoveShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.loading {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #FFF8F0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.loading img {
  width: 30%;
  -webkit-transition: opacity 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loading.loaded {
  visibility: hidden;
  opacity: 0;
}

.loading.loaded img {
  opacity: 0;
}

.effect {
  visibility: hidden;
  opacity: 0;
}

.effect.is-show {
  visibility: visible;
  -webkit-animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
          animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

.xmasWrap {
  overflow: hidden;
  font-size: 14px;
  line-height: 2;
}

.xmasWrap img {
  width: 100%;
  height: auto;
}

.xmasWrap a {
  color: #fff;
}

.xmasHeader {
  min-height: 220px;
  padding: 0;
  background-image: url(/xmas/images2025/illustration4.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 70% -60px;
}

.xmasHeader .xmasLogo {
  width: 200px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.xmasHeader .xmasLogo img {
  width: 200px;
  height: 65px;
}

.xmasHeader .xmasTitle {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 100px;
}

.xmasHeader .xmasTitle:before, .xmasHeader .xmasTitle:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}

.xmasHeader .xmasTitle:before {
  width: 36px;
  height: 95px;
  background-image: url(/xmas/images2025/illustration3.svg);
  background-size: 36px 95px;
  top: 105px;
  right: 100px;
}

.xmasHeader .xmasTitle:after {
  width: 170px;
  height: 175px;
  background-image: url(/xmas/images2025/illustration5.svg);
  top: -60px;
  right: 0;
}

.xmasHeader .xmasTitle .title {
  position: relative;
  z-index: 2;
}

.xmasHeader .xmasTitle .title img {
  width: 80%;
}

.xmasHeader .xmasTitle .title img.sp {
  display: none;
}

.xmasVisual {
  margin-bottom: 80px;
}

.xmasContentWrap {
  padding: 0 20px;
}

.xmasContentWrap + .xmasContentWrap {
  margin-top: 100px;
}

.xmasContentWrap .contentTitle {
  margin-bottom: 50px;
}

.xmasContentWrap .contentTitle:before {
  content: '';
  display: block;
  width: 388px;
  height: 42px;
  margin: 0 auto;
  background-image: url(/xmas/images2025/deco2.svg);
  background-repeat: no-repeat;
}

.xmasContentWrap .contentTitle:after {
  content: '';
  display: block;
  max-width: 480px;
  height: 2px;
  margin: 20px auto 0;
  background-color: #CA9F64;
}

.xmasContentWrap .contentTitle .title {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.xmasContentWrap .contentTitle .title br {
  display: none;
}

.xmasContentWrap .contentSubTitle {
  margin-bottom: 40px;
}

.xmasContentWrap .contentSubTitle .title {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.xmasContentWrap .contentSubTitle .title br {
  display: none;
}

.xmasContentWrap .catchImage {
  margin-bottom: 60px;
}

.xmasContentWrap .content {
  max-width: 1160px;
  margin: 0 auto;
}

.leadTextWrap {
  position: relative;
}

.leadTextWrap:before, .leadTextWrap:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.leadTextWrap:before {
  background-image: url(/xmas/images2025/illustration1.svg);
  width: 198px;
  height: 258px;
  left: 10px;
}

.leadTextWrap:after {
  background-image: url(/xmas/images2025/illustration2.svg);
  width: 200px;
  height: 166px;
  right: 10px;
}

.leadText {
  position: relative;
  z-index: 2;
}

.leadText h3 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}

.leadText h3 br {
  display: none;
}

.leadText p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px;
}

.leadText p br {
  display: none;
}

.leadText ul {
  padding: 0 15%;
}

.leadText ul li {
  padding-left: 1em;
  position: relative;
}

.leadText ul li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.cakes__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cakes__item + .cakes__item {
  margin-top: 80px;
}

.cakes__item--image {
  visibility: hidden;
  opacity: 0;
  width: 39.655172413793103%;
  text-align: center;
}

.cakes__item--image .cakeImage {
  padding: 0 10%;
}

.cakes__item--image .cakeImage.img90 {
  padding: 0 5%;
}

.cakes__item--image .cakeImage figcaption {
  text-align: left;
}

.cakes__item--image .danmen {
  text-align: right;
  margin-top: -80px;
}

.cakes__item--image .danmen img {
  width: 120px;
}

.cakes__item--image .danmen figcaption {
  text-align: right;
  margin-top: 5px;
}

.cakes__item--image .danmen figcaption span {
  display: inline-block;
  margin-left: 3px;
}

.cakes__item--detail {
  visibility: hidden;
  opacity: 0;
  width: 56.896551724137931%;
  position: relative;
}

.cakes__item--detail .label {
  margin-bottom: 15px;
}

.cakes__item--detail .label span {
  display: inline-block;
  line-height: 1.4;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: solid 1px #fff;
}

.cakes__item--detail .name {
  margin-bottom: 20px;
}

.cakes__item--detail .name .title {
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  position: relative;
  --r: .5em;
  /* control the ribbon shape */
  padding-inline: calc(var(--r) + .5em);
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
          clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
  background: #8C131F;
  /* the main color */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cakes__item--detail .name .title br {
  display: none;
}

.cakes__item--detail .name .subtitle {
  font-size: 20px;
}

.cakes__item--detail .disc .note {
  font-size: 12px;
  margin-top: 20px;
  padding: 5px 10px;
  border: solid 1px #fff;
}

.cakes__item--detail .disc .note ul li {
  position: relative;
  padding-left: 1em;
}

.cakes__item--detail .disc .note ul li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.cakes__item--detail .disc .allergy {
  margin-top: 20px;
}

.cakes__item--detail .disc .allergy dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cakes__item--detail .disc .allergy dl dt {
  width: 120px;
}

.cakes__item--detail .disc .allergy dl dd {
  width: calc(100% - 120px);
}

.cakes__item--detail .price {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #CA9F64;
}

.cakes__item--detail .price ul li {
  line-height: 1.5;
}

.cakes__item--detail .price ul li + li {
  margin-top: 12px;
}

.cakes__item--detail .price ul li span {
  font-size: 24px;
}

.cakes__item--detail .price ul li br {
  display: none;
}

.cakes__item--detail .price .label {
  display: inline-block;
  text-align: center;
  padding: 3px 20px;
  margin-top: 5px;
  margin-right: 10px;
  width: 140px;
  border: solid 1px #fff;
}

.cakes__item--detail .data {
  margin-top: 20px;
}

.cakes__item--detail .data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cakes__item--detail .data dl dt {
  width: 120px;
  color: #7A0107;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #CA9F64;
}

.cakes__item--detail .data dl dd {
  width: calc(100% - 140px);
  margin-bottom: 10px;
}

.cakes__item--detail .data dl dd ul.shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cakes__item--detail .data dl dd ul.shops li:not(:last-of-type):after {
  content: '、';
}

.cakes__item--detail .data dl dd ul.shops li a {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  .cakes__item--detail .data dl dd ul.shops li a:hover {
    text-decoration: none;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cakes__item--detail .data dl dd ul.shops li a:hover {
    text-decoration: none;
  }
}

.cakes__item--detail .btns {
  text-align: right;
  margin-top: 20px;
}

.cakes__item--detail .btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cakes__item--detail .btns ul li {
  width: 46%;
  max-width: 240px;
  margin-left: 4%;
  text-align: right;
}

.cakes__item--detail .btns ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 100%;
  max-width: 240px;
  background-color: #11144B;
  -webkit-transition: background .5s;
  transition: background .5s;
}

@media (hover: hover) and (pointer: fine) {
  .cakes__item--detail .btns ul li a:hover {
    text-decoration: none;
    background-color: #CA9F64;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cakes__item--detail .btns ul li a:hover {
    text-decoration: none;
    background-color: #CA9F64;
  }
}

.cakes__item--detail .btns ul li.online {
  margin-left: 0;
}

.cakes__item--detail .btns ul li.online a {
  background-color: #2C5223;
}

.cakes__item--point {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 20px 60px;
  margin-top: 30px;
  border: double 4px #CA9F64;
}

.cakes__item:nth-of-type(even) .cakes__item--image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cakes__item:nth-of-type(even) .cakes__item--detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.cakes__item:nth-of-type(even) .cakes__item--point {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.cakes__item.minicake .cakes__item--image {
  width: 22.413793103448276%;
}

.cakes__item.minicake .cakes__item--detail {
  width: 74.137931034482759%;
}

.cakes__item.is-show .cakes__item--image {
  visibility: visible;
  -webkit-animation: fadeIn 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
          animation: fadeIn 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.cakes__item.is-show .cakes__item--detail {
  visibility: visible;
  -webkit-animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
          animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

.cakes__item.is-show .cakes__item--point {
  visibility: visible;
  -webkit-animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
          animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

.fhrases .cakes__item--detail:before {
  content: '';
  width: 220px;
  height: 89px;
  background-image: url(/xmas/images2025/illustration9.png);
  background-repeat: no-repeat;
  background-size: 220px 89px;
  position: absolute;
  top: 20;
  left: 38%;
  z-index: -1;
}

.buche .cakes__item--image .danmen {
  margin-top: -120px;
  padding-right: 80px;
}

.stollen {
  position: relative;
}

.stollen .cakes__item--image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.stollen .cakes__item--detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.stollen:before {
  content: '';
  width: 220px;
  height: 410px;
  background-image: url(/xmas/images2025/illustration6.svg);
  background-repeat: no-repeat;
  background-size: 220px 410px;
  position: absolute;
  bottom: -120px;
  right: -50px;
}

.original {
  padding: 100px 20px;
  background-color: #E8DCCF;
}

.original .contentTitle .title {
  color: #333;
}

.original .contentTitle .title:before {
  content: '';
  background-image: url(/xmas/images2025/deco.svg);
  background-repeat: no-repeat;
}

.original .originalInfo {
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px;
}

.original .cakes__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.original .cakes__item--name {
  width: 100%;
  margin-bottom: 20px;
  visibility: hidden;
  opacity: 0;
}

.original .cakes__item--name .title {
  color: #790505;
  font-size: 24px;
}

.original .cakes__item--name .title span {
  font-size: 20px;
}

.original .cakes__item--shop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  visibility: hidden;
  opacity: 0;
}

.original .cakes__item--shop .name {
  color: #fff;
  margin-right: 20px;
  background-color: #CA9F64;
  position: relative;
}

.original .cakes__item--shop .name:before, .original .cakes__item--shop .name:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E8DCCF;
  position: absolute;
  top: -10px;
}

.original .cakes__item--shop .name:before {
  left: -10px;
}

.original .cakes__item--shop .name:after {
  right: -10px;
}

.original .cakes__item--shop .name span {
  display: block;
  font-size: 24px;
  padding: 5px 20px;
  position: relative;
}

.original .cakes__item--shop .name span:before, .original .cakes__item--shop .name span:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E8DCCF;
  position: absolute;
  bottom: -10px;
}

.original .cakes__item--shop .name span:before {
  left: -10px;
}

.original .cakes__item--shop .name span:after {
  right: -10px;
}

.original .cakes__item--shop .note {
  text-align-last: left;
  padding: 0 0 0 1em;
  position: relative;
}

.original .cakes__item--shop .note:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.original .cakes__item--name span {
  display: block;
}

.original .cakes__item--image {
  width: 31.03448275862069%;
}

.original .cakes__item--image img {
  width: 100%;
}

.original .cakes__item--image .cakeImage {
  padding: 0;
}

.original .cakes__item--detail {
  width: 65.517241379310345%;
}

.original .cakes__item--detail .name {
  font-size: 20px;
  font-weight: bold;
}

.original .cakes__item--detail .disc .note {
  border-color: #999;
}

.original .cakes__item--detail .price {
  padding-top: 0;
  margin-top: 20px;
  border-top: none;
}

.original .cakes__item--detail .data a {
  color: #333;
  text-decoration: underline;
}

.original .cakes__item--detail .data a:hover {
  text-decoration: none;
}

.original .cakes__item--detail .data dl dt {
  color: #fff;
  background-color: #790505;
}

.original .cakes__item--detail .data dl dd a {
  color: #333;
}

.original .cakes__item.is-show .cakes__item--name,
.original .cakes__item.is-show .cakes__item--shop {
  visibility: visible;
  -webkit-animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
          animation: textMoveShow 1s cubic-bezier(0.645, 0.045, 0.355, 1.000) forwards;
}

@media (max-width: 1040px) {
  .xmasHeader .xmasLogo {
    width: 15%;
  }
  .xmasHeader .xmasLogo img {
    width: 100%;
    height: auto;
  }
  .xmasHeader .xmasTitle .title img {
    width: 60%;
  }
  .xmasContentWrap .contentTitle .title {
    font-size: 3vw;
  }
  .xmasContentWrap .contentSubTitle .title {
    font-size: 2.6vw;
  }
  .cakes__item--detail .name .title {
    font-size: 2.6vw;
  }
  .original .cakes__item--shop .name span {
    font-size: 2.4vw;
  }
  .original .cakes__item--name .title {
    font-size: 2.4vw;
  }
  .original .cakes__item--name .title span {
    font-size: 2vw;
  }
}

@media (max-width: 960px) {
  .leadText h3 br, .leadText p br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .xmasHeader {
    background-position: 70% -15%;
  }
  .xmasHeader .xmasTitle:before {
    width: 20px;
    height: 53px;
    background-size: 20px 53px;
    top: 70px;
    right: 60px;
  }
  .xmasHeader .xmasTitle:after {
    width: 100px;
    height: 103px;
    top: -30px;
    right: 0;
  }
  .cakes__item--image {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cakes__item--image .cakeImage {
    padding: 0 20%;
  }
  .cakes__item--image .cakeImage.img90 {
    padding: 0 20%;
  }
  .cakes__item--image .danmen {
    padding: 0 20%;
  }
  .cakes__item--detail {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cakes__item--point {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cakes__item:nth-of-type(even) .cakes__item--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cakes__item:nth-of-type(even) .cakes__item--detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cakes__item:nth-of-type(even) .cakes__item--point {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cakes__item.minicake .cakes__item--image {
    width: 100%;
  }
  .cakes__item.minicake .cakes__item--image img {
    max-width: 200px;
  }
  .cakes__item.minicake .cakes__item--detail {
    width: 100%;
  }
  .cakes__item.stollen .cakes__item--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cakes__item.stollen .cakes__item--image img {
    width: 100% !important;
  }
  .cakes__item.stollen .cakes__item--detail {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cakes__item.stollen .cakes__item--point {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cakes__item.is-show .cakes__item--detail {
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
  .cakes__item.is-show .cakes__item--image {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
  .buche .cakes__item--image .danmen {
    margin-top: -100px;
    padding-right: 20%;
  }
  .original .cakes__item--shop .note {
    width: 100%;
    margin-top: 10px;
  }
  .original .cakes__item--image {
    width: 100%;
    margin-bottom: 30px;
  }
  .original .cakes__item--image .cakeImage {
    padding: 0 20%;
  }
  .original .cakes__item--detail {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #wrap {
    background: #6e0005;
    background: -webkit-linear-gradient(left, #870005 0%, #a00b1a 30%, #a00b1a 80%, #870611 100%);
    background: linear-gradient(90deg, #870005 0%, #a00b1a 30%, #a00b1a 80%, #870611 100%);
  }
  .loading img {
    width: 30% !important;
  }
  .xmasWrap {
    font-size: 13px;
  }
  .xmasHeader {
    min-height: 100px;
    margin-bottom: 0;
    border-bottom: none;
  }
  .xmasHeader .xmasTitle {
    padding-top: 50px;
  }
  .xmasHeader .xmasTitle .title {
    text-align: center;
  }
  .xmasHeader .xmasTitle .title img.sp {
    display: inline-block;
    max-width: 300px;
  }
  .xmasHeader .xmasTitle:after, .xmasHeader .xmasTitle:before {
    opacity: 0.6;
  }
  .xmasVisual {
    margin-bottom: 40px;
  }
  .leadTextWrap:before, .leadTextWrap:after {
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    bottom: 0;
  }
  .leadTextWrap:before {
    width: 100px;
    height: 130px;
    background-size: contain;
  }
  .leadTextWrap:after {
    width: 100px;
    height: 83px;
    background-size: contain;
  }
  .leadText h3, .leadText p {
    font-size: 4.2vw;
  }
  .leadText p {
    margin-bottom: 40px;
  }
  .xmasContentWrap + .xmasContentWrap {
    margin-top: 60px;
  }
  .xmasContentWrap .contentTitle {
    margin-bottom: 30px;
  }
  .xmasContentWrap .contentTitle:before {
    width: 220px;
    height: 24px;
    margin-bottom: 10px;
    background-size: 220px 24px;
  }
  .xmasContentWrap .contentTitle .title {
    font-size: 3vw;
  }
  .xmasContentWrap .contentSubTitle {
    margin-bottom: 30px;
  }
  .xmasContentWrap .contentSubTitle .title {
    font-size: 2.6vw;
  }
  .cakes__item + .cakes__item {
    margin-top: 40px;
  }
  .cakes__item--image .danmen img {
    width: 100px !important;
  }
  .cakes__item--detail .name .title {
    font-size: 4vw;
  }
  .cakes__item--detail .price ul li br {
    display: inline;
  }
  .cakes__item--detail .price ul li + li {
    margin-top: 15px;
  }
  .cakes__item--detail .btns ul li a {
    font-size: 16px;
  }
  .cakes__item--point {
    padding: 20px;
  }
  .original {
    padding: 60px 20px;
  }
  .original a {
    text-decoration: none;
  }
  .original .cakes__item--shop {
    margin-bottom: 20px;
  }
  .original .cakes__item--shop .name span {
    font-size: 3vw;
  }
  .original .cakes__item--shop .note {
    text-align: left;
  }
  .original .cakes__item--name .title {
    font-size: 3vw;
  }
  .original .cakes__item--name .title span {
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
  .loading img {
    width: 60% !important;
  }
  .xmasHeader .xmasLogo {
    width: 100px;
    top: 10px;
    left: 10px;
  }
  .xmasHeader .xmasLogo img {
    width: 100px;
    height: auto;
  }
  .xmasHeader .xmasTitle {
    padding: 20px 20px 0 0;
  }
  .xmasHeader .xmasTitle .title {
    text-align: right;
  }
  .xmasHeader .xmasTitle .title img.sp {
    max-width: 160px;
  }
  .leadText ul {
    padding: 0 5%;
  }
  .xmasContentWrap .contentTitle .title {
    font-size: 6vw;
    line-height: 1.5;
  }
  .xmasContentWrap .contentTitle .title br {
    display: inline;
  }
  .xmasContentWrap .contentSubTitle .title {
    font-size: 4.8vw;
  }
  .xmasContentWrap .contentSubTitle .title br {
    display: inline;
  }
  .cakes__item--image .cakeImage {
    padding: 0 10%;
  }
  .cakes__item--image .cakeImage.img90 {
    padding: 0 10%;
  }
  .cakes__item--image .danmen {
    padding: 0 5%;
    margin-top: -40px;
  }
  .cakes__item--image .danmen img {
    width: 80px !important;
  }
  .cakes__item--detail .name .title {
    font-size: 5.5vw;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cakes__item--detail .name .title br {
    display: inline;
  }
  .cakes__item--detail .price .label {
    display: block;
    margin: 5px 0;
  }
  .cakes__item--detail .data dl dt {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .cakes__item--detail .data dl dd {
    width: 100%;
  }
  .cakes__item--detail .btns ul li {
    width: 100%;
    text-align: right;
    margin-left: 0;
  }
  .cakes__item--detail .btns ul li.online {
    margin-bottom: 10px;
  }
  .cakes__item--detail .btns ul li a {
    display: inline-block;
    width: 200px;
  }
  .cakes__item.minicake .cakes__item--image img {
    max-width: 160px;
  }
  .buche .cakes__item--image .danmen {
    margin-top: -50px;
  }
  .original .cakes__item--shop .name span {
    font-size: 5vw;
  }
  .original .cakes__item--name .title {
    font-size: 5vw;
  }
  .original .cakes__item--name .title span {
    font-size: 3vw;
  }
  .original .cakes__item--image .cakeImage {
    padding: 0;
  }
}
