@charset "UTF-8";
:root {
  --font-serif: "Noto Serif JP", serif;
}

#christmascake2025-mainevent a,
#christmascake2025-mainevent a img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#christmascake2025-mainevent a:hover,
#christmascake2025-mainevent a img:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent img,
#christmascake2025-mainevent a {
  width: 100%;
}
#christmascake2025-mainevent .mvWrap {
  margin-bottom: 50px;
}
#christmascake2025-mainevent .contents,
#christmascake2025-mainevent .special .contents {
  margin-bottom: 50px !important;
}
#christmascake2025-mainevent .section {
  color: #363636;
}
#christmascake2025-mainevent .section100vw {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
#christmascake2025-mainevent .tabOn,
#christmascake2025-mainevent .spOn,
#christmascake2025-mainevent .xspOn {
  display: none;
}
#christmascake2025-mainevent .d-inline-b {
  display: inline-block;
}
#christmascake2025-mainevent .notice {
  background: #FFF6F3;
  padding: 30px 0;
  text-align: center;
  color: #CF3535;
  font-size: 30px;
  line-height: 1.3;
  font-family: var(--font-serif);
}
#christmascake2025-mainevent .notice .font-l {
  font-size: 40px;
}
#christmascake2025-mainevent .attention {
  background-color: rgba(232, 245, 242, 0.49);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  margin: 0 0 60px;
}
#christmascake2025-mainevent .attention .title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 3.5em;
}
#christmascake2025-mainevent .attention .title .h2 {
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
#christmascake2025-mainevent .attention .title .h2 span {
  position: relative;
}
#christmascake2025-mainevent .attention .title .h2 span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icon_title.svg");
  width: 25px;
  height: 40px;
  top: 18%;
  left: -37px;
}
#christmascake2025-mainevent .attention p,
#christmascake2025-mainevent .attention dt,
#christmascake2025-mainevent .attention dd {
  color: #363636;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}
#christmascake2025-mainevent .attention p {
  margin-bottom: 12px;
}
#christmascake2025-mainevent .attention dl {
  padding-left: 17px;
}
#christmascake2025-mainevent .attention dt {
  font-size: 20px;
  font-weight: bold;
  margin-left: -12px;
}
#christmascake2025-mainevent .attention ul li {
  padding-left: 1em;
  position: relative;
}
#christmascake2025-mainevent .attention ul li span {
  color: #bb3939;
  font-weight: bold;
}
#christmascake2025-mainevent .attention ul li .semiBold {
  font-weight: 600;
  color: #363636;
}
#christmascake2025-mainevent .attention dd:not(:last-child) {
  margin-bottom: 12px;
}
#christmascake2025-mainevent .attention dd li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}
#christmascake2025-mainevent .attention dd li li::before {
  content: "※";
}
#christmascake2025-mainevent .attention .proviso {
  font-size: 14px;
  line-height: 1.6;
}
#christmascake2025-mainevent .accordion {
  margin-bottom: 70px;
}
#christmascake2025-mainevent .accordionTitle {
  text-align: center;
  margin: 40px auto 0;
  padding: 17px 10px 27px;
  width: 100%;
  background-color: #4BABB4;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  position: relative;
  line-height: 24px;
  font-family: var(--font-serif);
}
#christmascake2025-mainevent .accordionTitle::after {
  background-image: url("/d_images/campaign/christmascake2024/icon-arrow-caution01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  left: calc(50% - 11.25px);
  bottom: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 22.5px;
}
#christmascake2025-mainevent .accordionTitle.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#christmascake2025-mainevent .accordionContent .attention-item-list li {
  color: #363636;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
#christmascake2025-mainevent .accordionContent .attention-item-list li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}
#christmascake2025-mainevent .accordionContent .attention-item-list li li::before {
  content: "※";
}
#christmascake2025-mainevent .accordionContent dl {
  margin-top: 15px;
  padding-left: 0;
}
#christmascake2025-mainevent .accordionContent .proviso li {
  font-size: 14px;
  line-height: 1.6;
}
#christmascake2025-mainevent .itemButtonW100 {
  width: 100%;
}
#christmascake2025-mainevent .bnrWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 100px auto 5em;
  max-width: 880px;
  width: 100%;
}
#christmascake2025-mainevent .bnrWrap .categoryLink,
#christmascake2025-mainevent .bnrWrap .topBtn {
  width: 100%;
}
#christmascake2025-mainevent .bnrWrap .categoryLink a {
  background-color: #DBC279;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 23px;
  font-weight: bold;
  height: 70px;
  width: 480px;
}
#christmascake2025-mainevent .bnrWrap .categoryLink a:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .bnrWrap .topBtn {
  margin-right: 10px;
}
#christmascake2025-mainevent .bnrWrap .topBtn a {
  background-color: transparent;
  color: #7a7778;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #7a7778;
  font-size: 23px;
  height: 70px;
  max-width: 360px;
}
#christmascake2025-mainevent .bnrWrap .topBtn a:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .link-area {
  padding: 0 40px;
}
#christmascake2025-mainevent .link-area .link-parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px 20px;
}
#christmascake2025-mainevent .link-area .link-parent li.link-all {
  grid-area: 2/1/3/4;
}
#christmascake2025-mainevent .link-area .link-parent li.link-all a {
  background-color: #C5A545;
  color: #fff;
}
#christmascake2025-mainevent .link-area .link-parent li.link-all a::before {
  background-image: url(../icon-arrow-alllink.svg);
}
#christmascake2025-mainevent .link-area .link-parent a {
  background-color: #fff;
  color: #C5A545;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #C5A545;
  font-size: 18px;
  line-height: 70px;
  padding: 0 10px;
  position: relative;
  font-family: var(--font-serif);
}
#christmascake2025-mainevent .link-area .link-parent a:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .link-area .link-parent a::before {
  background-image: url(../icon-arrow-anchor01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
#christmascake2025-mainevent .section .sub-title {
  margin-bottom: 15px;
  height: 20px;
  text-align: center;
}
#christmascake2025-mainevent .section .sub-title img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#christmascake2025-mainevent .section .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#christmascake2025-mainevent .section .itemLead {
  font-size: 16px;
  line-height: 1.5;
}
#christmascake2025-mainevent .section .itemName {
  margin-top: 5px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.5;
}
#christmascake2025-mainevent .section .itemPrice {
  margin-top: 10px;
  font-size: 16px;
  text-align: right;
}
#christmascake2025-mainevent .section .itemPrice .number {
  font-weight: bold;
  font-size: 25px;
}
#christmascake2025-mainevent .catalogDay {
  margin-top: 60px;
  padding: 6px;
  background-color: #F0E4D2;
  margin-bottom: 110px;
}
#christmascake2025-mainevent .catalogDay .sectionInnerBorder {
  padding: 0 30px 30px;
  background-color: #fff;
  border: 2px solid #E8CB77;
}
#christmascake2025-mainevent .catalogDay .sectionInnerBorderContent {
  position: relative;
}
#christmascake2025-mainevent .catalogDay .sectionInnerBorderContent:first-child:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../line_select_sec.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
#christmascake2025-mainevent .catalogDay #freeArea7 .sectionInnerBorderContent:first-child:after {
  display: none;
}
#christmascake2025-mainevent .search.sectionSmall {
  margin-top: 20px;
  position: relative;
}
#christmascake2025-mainevent .search.sectionSmall .h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #363636;
  font-family: var(--font-serif);
  -webkit-text-stroke: 0.4px #363636;
}
#christmascake2025-mainevent .search.sectionSmall .h2 .small {
  font-size: 25px;
  font-weight: 200;
  -webkit-text-stroke: inherit;
}
#christmascake2025-mainevent .search.sectionSmall .h2 .color-primary {
  color: #886600;
  -webkit-text-stroke: cornsilk;
}
#christmascake2025-mainevent .search.sectionSmall .h2 .inner {
  position: relative;
}
#christmascake2025-mainevent .search.sectionSmall .h2 .inner::before, #christmascake2025-mainevent .search.sectionSmall .h2 .inner::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 27px;
  top: calc(50% - 13.5px);
}
#christmascake2025-mainevent .search.sectionSmall p {
  font-size: 18px;
  line-height: 1.6;
}
#christmascake2025-mainevent .search.sectionSmall .catalogText {
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  display: inline-block;
}
#christmascake2025-mainevent .search.sectionSmall .select-receiving-list p {
  font-size: 28px;
}
#christmascake2025-mainevent .search.sectionSmall .form {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#christmascake2025-mainevent .search.sectionSmall .form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 250px);
}
#christmascake2025-mainevent .search.sectionSmall .form .inputs li {
  font-size: 16px;
  width: calc((100% - 50px) / 6);
}
#christmascake2025-mainevent .search.sectionSmall .form .inputs li:not(:nth-child(6)) {
  margin-right: 10px;
}
#christmascake2025-mainevent .search.sectionSmall .form .inputs li input {
  border-color: #aaa;
  height: 50px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #010101;
}
#christmascake2025-mainevent .search.sectionSmall .form .submit {
  margin-left: 20px;
  width: 230px;
}
#christmascake2025-mainevent .search.sectionSmall .form .submit .submitButtom {
  background-color: #D53F5C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  height: 50px;
  letter-spacing: 0.2em;
  line-height: 1;
  width: 100%;
}
#christmascake2025-mainevent .search.sectionSmall .form .submit .submitButtom:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .search.sectionSmall .receiving-notice{ 
  margin-top: 20px;
  display: inline-block;
  font-size: 18px;
}
#christmascake2025-mainevent .search.sectionSmall .receiving-notice a{ 
  border-bottom: 1px solid #707070;
}
#christmascake2025-mainevent .search.sectionSmall .select-receiving-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 258px 1fr 1fr;
  grid-template-rows: 82px;
  grid-column-gap: 15px;
}
#christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a {
  background-color: #D53F5C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 28px;
  height: 100%;
  position: relative;
}
#christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a::after {
  background-image: url(../icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20.053px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.334px;
}
#christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a .select-receiving-list-text {
  margin: 0;
}
#christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a .small {
  font-size: 20px;
}
#christmascake2025-mainevent .search.sectionSmall .size-list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 10px;
  row-gap: 20px;   
}
#christmascake2025-mainevent .search.sectionSmall .size-list li {
  height: 100px;
}
#christmascake2025-mainevent .search.sectionSmall .size-list li a {
  background-color: #D53F5C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 24px;
  height: 100%;
  position: relative;
}
#christmascake2025-mainevent .search.sectionSmall .size-list li:last-child {
  grid-column: 1 / -1; 
  grid-row: 2;
  justify-self: center; 
  width: 400px;          
  height: 70px;    
}
#christmascake2025-mainevent .search.sectionSmall .size-list li:last-child a {
  font-size: 20px;             
  display: flex;
  align-items: center;
  justify-content: center;   
}
#christmascake2025-mainevent .search.sectionSmall .size-list li a:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .search.sectionSmall .size-list li a::after {
  background-image: url(../icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20.053px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.334px;
}
#christmascake2025-mainevent .search.sectionSmall .size-list li a p {
  margin: 0;
  font-size: 24px;
}
#christmascake2025-mainevent .search.sectionSmall .number-of-people {
  display: inline-block;
  margin: 0;
  font-size: 18px;
}
#christmascake2025-mainevent .hashCategories {
  margin-top: 60px;
  padding-bottom: 80px;
}
#christmascake2025-mainevent .hashCategories .h2 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #363636;
  font-family: var(--font-serif);
  -webkit-text-stroke: 0.4px #363636;
}
#christmascake2025-mainevent .hashCategories .item ul {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 622px;
}
#christmascake2025-mainevent .hashCategories .item ul li {
  margin: 0 7.5px 15px;
}
#christmascake2025-mainevent .hashCategories .item ul li a {
  color: #C5A545;
  font-size: 16px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #C5A545;
  background-color: #C5A545;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  padding: 0 25px;
}
#christmascake2025-mainevent .hashCategories .item ul li a:before {
  content: "#";
  margin-right: 3px;
}
#christmascake2025-mainevent .recommend-sec {
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 22px 0 90px;
  background-image: url(../bg-cloth01.jpg);
  background-position: center;
  background-color: #CCA634;
  position: relative;
}
#christmascake2025-mainevent .recommend-sec::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 325px;
  height: 224px;
  background-image: url("../bg-cloth01.jpg");
  background-position: center;
  border-radius: 50%;
  z-index: 1;
}
#christmascake2025-mainevent .recommend-sec .title .h2 {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.325;
  font-family: var(--font-serif);
  color: #fff;
  z-index: 2;
}
#christmascake2025-mainevent .recommend-sec .body {
  margin-top: 30px;
  padding: 0 45px;
}
#christmascake2025-mainevent .recommend-sec .swiper {
  width: 100%;
  max-width: 1009px;
  overflow: hidden;
}
#christmascake2025-mainevent .recommend-sec .swiper a {
  color: #fff;
}
#christmascake2025-mainevent .recommend-sec .swiper-slide {
  width: 323px;
}
#christmascake2025-mainevent .recommend-sec .swiper-slide:not(:last-child) {
  margin-right: 20px;
}
#christmascake2025-mainevent .recommend-sec .swiper-button-next, #christmascake2025-mainevent .recommend-sec .swiper-button-prev {
  top: 54.85%;
}
#christmascake2025-mainevent .recommend-sec .swiper-button-next {
  background-image: url("../slide_arrow-next01.svg");
  right: 15px;
}
#christmascake2025-mainevent .recommend-sec .swiper-button-prev {
  background-image: url("../slide_arrow-prev01.svg");
  left: 15px;
}
#christmascake2025-mainevent .recommend-sec .swiper-wrapper {
  margin-bottom: 0;
}
#christmascake2025-mainevent .recommend-sec .swiper-pagination-bullet {
  background: #F5E7BF;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  opacity: 1;
  width: 10px;
}
#christmascake2025-mainevent .recommend-sec .swiper-pagination-bullet-active {
  background-color: #D53F5C;
}
#christmascake2025-mainevent .recommend-sec .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 45px;
}
#christmascake2025-mainevent .recommend-sec .itemLead {
  margin-top: 20px;
}
#christmascake2025-mainevent .recommend-sec .itemButton {
  background-color: #fff;
  color: #D53F5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #D53F5C;
  font-size: 20px;
  margin: 15px auto 0;
  line-height: 1.45;
  width: 100%;
  max-width: 300px;
  height: 60px;
}
#christmascake2025-mainevent .recommend-sec .itemButton:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .sectionCake .sectionInner {
  padding: 60px 0;
  background-position: 100% 0;
  background-repeat: no-repeat;
  position: relative;
}
#christmascake2025-mainevent .sectionCake .title .h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.325;
  background-position: 49% 100%;
  background-repeat: no-repeat;
  background-size: 133px 8px;
  padding-bottom: 16px;
  font-family: var(--font-serif);
}
#christmascake2025-mainevent .sectionCake .title .h2 span {
  color: #886600;
}
#christmascake2025-mainevent .sectionCake .itemButton {
  background-color: #fff;
  color: #D53F5C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border: 1px solid #D53F5C;
  font-size: 20px;
  margin: 15px auto 0;
  line-height: 1.45;
  width: 100%;
  min-width: 435px;
  height: 60px;
}
#christmascake2025-mainevent .sectionCake .itemButton:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .sectionCake .lists.oneLists a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
}
#christmascake2025-mainevent .sectionCake .lists.oneLists a .flexLeft {
  width: 100%;
  max-width: 625px;
}
#christmascake2025-mainevent .sectionCake .lists.twoLists {
  margin-top: 30px;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
}
#christmascake2025-mainevent .sectionCake .lists.twoLists .itemLead {
  margin-top: 20px;
}
#christmascake2025-mainevent .sectionCake .lists.twoLists .itemButton {
  max-width: 435px;
}
#christmascake2025-mainevent .sectionCake .lists.threecolumn {
  grid-template-columns: repeat(3, 1fr);
}
#christmascake2025-mainevent .sectionCake .lists.threecolumn .itemButton {
  max-width: 300px;
  min-width: inherit;
}
#christmascake2025-mainevent .section.sectionShort,
#christmascake2025-mainevent .section#cheese,
#christmascake2025-mainevent .section#another {
  background-image: url(../bg_blue_01.jpg);
  background-size: auto;
  background-position: center top;
}
#christmascake2025-mainevent .section.sectionChocolate {
  background-image: url(../bg_yellow_01.jpg);
  background-size: auto;
  background-position: center top;
}
#christmascake2025-mainevent .sectionShort .sectionInner {
  position: relative;
}
#christmascake2025-mainevent .sectionShort .sectionInner::before {
  content: "";
  background-image: url(../bg_parts_bird01.png);
  background-size: contain;
  display: block;
  width: 288px;
  height: 204px;
  position: absolute;
  top: -43px;
  background-repeat: no-repeat;
  right: 0;
}
#christmascake2025-mainevent .sectionCake#chocolate .sectionInner {
  position: relative;
}
#christmascake2025-mainevent .sectionCake#chocolate .sectionInner::before {
  content: "";
  background-image: url(../bg_perts_chocolate.png);
  background-size: contain;
  display: block;
  width: 211px;
  height: 225px;
  position: absolute;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
}
#christmascake2025-mainevent .sectionCake#cheese .sectionInner::before {
  content: "";
  background-image: url(../bg_perts_cheese.png);
  background-size: contain;
  display: block;
  width: 243px;
  height: 343px;
  position: absolute;
  background-repeat: no-repeat;
  top: -59px;
  right: 0;
}
#christmascake2025-mainevent .sectionCake#pistachio_kuri .sectionInner {
  position: relative;
}
#christmascake2025-mainevent .sectionCake#pistachio_kuri .sectionInner::before {
  content: "";
  background: url("../bg_perts_pistachio_kuri.png") no-repeat;
  background-size: contain;
  display: block;
  width: 155px;
  height: 261px;
  position: absolute;
  background-repeat: no-repeat;
  top: -15px;
  left: 0;
}
#christmascake2025-mainevent .sectionCake#another .sectionInner {
  position: relative;
}
#christmascake2025-mainevent .sectionCake#another .sectionInner::before {
  content: "";
  background-image: url(../bg_perts_another.png);
  background-size: contain;
  display: block;
  width: 256px;
  height: 236px;
  position: absolute;
  background-repeat: no-repeat;
  top: -39px;
  right: 0;
}
#christmascake2025-mainevent .itemButtonLargeWrap {
  margin: 60px auto 0;
  position: relative;
  text-align: center;
}
#christmascake2025-mainevent .itemButtonLargeWrap .itemButtonLarge {
  background-color: #C5A545;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  margin: 0 auto;
  width: 570px;
  height: 70px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
#christmascake2025-mainevent .itemButtonLargeWrap .itemButtonLarge:hover {
  opacity: 0.7;
}
#christmascake2025-mainevent .banner {
  margin: 50px auto;
  text-align: center;
  width: calc(100% - 100px);
}
#christmascake2025-mainevent .banner a {
  display: inline-block;
}
#christmascake2025-mainevent .allBtn a {
  padding: 5px;
  background-color: #D53F5C;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  max-width: 770px;
  height: 120px;
  text-align: center;
  display: block;
}
#christmascake2025-mainevent .allBtn .allBtn-inner {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#christmascake2025-mainevent .banner-recommend {
  margin: 80px auto 0;
  text-align: center;
  width: calc(100% - 100px);
}
#christmascake2025-mainevent .banner-recommend .headding {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.3;
  font-family: var(--font-serif);
  padding-bottom: 16px;
}
#christmascake2025-mainevent .banner-recommend img {
  margin: 20px auto 0;
  max-width: 1020px;
}
#christmascake2025-mainevent .banner-recommend .banner-recommend-text {
  margin-top: 20px;
  font-size: 16px;
}

body .contentsTop {
  margin: 0 auto 50px !important;
}

@media screen and (max-width: 1110px) {
  #christmascake2025-mainevent .sectionCake .lists.twoLists .itemButton {
    min-width: inherit;
    width: 86.826%;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list {
    grid-template-columns: 200px 2fr 2fr;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .tabOn {
    display: block !important;
  }
  #christmascake2025-mainevent .bnrWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #christmascake2025-mainevent .bnrWrap .categoryLink a {
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #christmascake2025-mainevent .bnrWrap .topBtn a {
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }
  #christmascake2025-mainevent .sectionCake .itemButton {
    min-width: inherit;
    width: 84%;
    max-width: 435px;
  }
  #christmascake2025-mainevent .sectionShort .sectionInner {
    position: relative;
  }
  #christmascake2025-mainevent .sectionShort .sectionInner::before {
    content: "";
    width: 201.6px;
    height: 142.8px;
    top: -30.1px;
  }
  #christmascake2025-mainevent .sectionCake#chocolate .sectionInner::before {
    content: "";
    width: 147.7px;
    height: 157.5px;
    top: -21px;
  }
  #christmascake2025-mainevent .sectionCake#cheese .sectionInner::before {
    display: block;
    width: 170.1px;
    height: 240.1px;
    top: -41.3px;
  }
  #christmascake2025-mainevent .sectionCake#pistachio_kuri .sectionInner::before {
    width: 108.5px;
    height: 182.7px;
  }
  #christmascake2025-mainevent .sectionCake#another .sectionInner::before {
    content: "";
    width: 179.2px;
    height: 165.2px;
    top: -27.3px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li a p {
    font-size: 20px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li a::after {
    right: 2%;
    height: 16px;
  }
  #christmascake2025-mainevent .hashCategories .item ul {
    margin-top: 30px;
  }
  #christmascake2025-mainevent .section .lists.oneLists a .flexLeft {
    width: 50%;
  }
  #christmascake2025-mainevent .section .lists.oneLists a .flexRight {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  #christmascake2025-mainevent .link-area .link-parent a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top .contents,
  .news .contents,
  .special .contents {
    padding: 0;
  }
  .tabOn {
    display: none;
  }
  .spOn {
    display: block;
  }
  #christmascake2025-mainevent .btnWrap a.btn {
    height: 70px;
    width: 80%;
  }
  #christmascake2025-mainevent .notice {
    font-size: 20px;
    padding: 15px 10px;
  }
  #christmascake2025-mainevent .notice .font-l {
    font-size: 30px;
  }
  #christmascake2025-mainevent .notice .font-n-sp {
    font-size: 20px;
  }
  #christmascake2025-mainevent .attention {
    margin: 0 0 40px;
    padding: 20px;
  }
  #christmascake2025-mainevent .attention .title {
    margin-bottom: 0;
    line-height: 1.4;
  }
  #christmascake2025-mainevent .attention .title .h2 {
    font-size: 23px;
  }
  #christmascake2025-mainevent .attention .title .h2 span:before {
    width: 20px;
    height: 36px;
    top: 5%;
    left: -28px;
  }
  #christmascake2025-mainevent .attention .title + dl {
    margin-top: 20px;
  }
  #christmascake2025-mainevent .attention p,
  #christmascake2025-mainevent .attention dt,
  #christmascake2025-mainevent .attention dd {
    color: #272727;
    font-size: 14px;
    line-height: 25px;
  }
  #christmascake2025-mainevent .attention p {
    margin-bottom: 3px;
  }
  #christmascake2025-mainevent .attention dt,
  #christmascake2025-mainevent .attention dd {
    line-height: 1.4;
  }
  #christmascake2025-mainevent .attention dt {
    font-size: 14px;
    margin-left: -9px;
  }
  #christmascake2025-mainevent .attention dd {
    margin-top: 5px;
  }
  #christmascake2025-mainevent .attention dd:not(:last-child) {
    margin-bottom: 20px;
  }
  #christmascake2025-mainevent .attention dd .attention-item-list {
    margin-top: 0;
  }
  #christmascake2025-mainevent .attention ul li + li {
    margin-top: 4px;
  }
  #christmascake2025-mainevent .attention .proviso {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  #christmascake2025-mainevent .attention .proviso li + li {
    margin-top: 5px;
  }
  #christmascake2025-mainevent .accordion {
    margin-bottom: 40px;
  }
  #christmascake2025-mainevent .accordionTitle {
    margin-top: 20px;
    font-size: 15px;
    padding: 11px 10px 22px;
  }
  #christmascake2025-mainevent .accordionContent .attention-item-list li {
    font-size: 14px;
    line-height: 1.4;
  }
  #christmascake2025-mainevent .accordionContent .attention-item-list li + li {
    margin-top: 5px;
  }
  #christmascake2025-mainevent .accordionContent .attention-item-list + dl {
    margin-top: 20px;
  }
  #christmascake2025-mainevent .accordionContent .proviso li {
    font-size: 12px;
    line-height: 1.5;
  }
  #christmascake2025-mainevent .contents,
  #christmascake2025-mainevent .special .contents {
    margin-bottom: 40px !important;
  }
  #christmascake2025-mainevent .bnrWrap {
    margin: 75px auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #christmascake2025-mainevent .bnrWrap .categoryLink {
    padding: 0 1em;
  }
  #christmascake2025-mainevent .bnrWrap .categoryLink a {
    font-size: 19px;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #christmascake2025-mainevent .bnrWrap .topBtn {
    margin-right: 0;
    padding: 0 1em;
  }
  #christmascake2025-mainevent .bnrWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    line-height: 1.4;
    margin: 20px auto 0;
    text-align: center;
    width: 80%;
  }
  #christmascake2025-mainevent .banner-recommend + .bnrWrap {
    margin: 45px auto 40px;
  }
  #christmascake2025-mainevent .link-area {
    padding: 0 20px;
  }
  #christmascake2025-mainevent .link-area .link-parent {
    display: block;
  }
  #christmascake2025-mainevent .link-area .link-parent li + li {
    margin-top: 10px;
  }
  #christmascake2025-mainevent .link-area .link-parent a {
    line-height: 50px;
    font-size: 16px;
  }
  #christmascake2025-mainevent .search.sectionSmall .form {
    display: block;
  }
  #christmascake2025-mainevent .search.sectionSmall .form .inputs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 4.5px;
  }
  #christmascake2025-mainevent .search.sectionSmall .form .inputs li {
    width: 100%;
  }
  #christmascake2025-mainevent .search.sectionSmall .form .submit {
    margin: 20px auto 0;
    padding: 0;
    width: 100%;
  }
  #christmascake2025-mainevent .search.sectionSmall .inputs input {
    height: 40px !important;
  }
  #christmascake2025-mainevent .search.sectionSmall .h2 {
    font-size: 30px;
    position: relative;
  }
  #christmascake2025-mainevent .search.sectionSmall .h2 .small {
    font-size: 25px;
  }
  #christmascake2025-mainevent .search.sectionSmall .h2 .inner {
    line-height: 1.5;
  }
  #christmascake2025-mainevent .search.sectionSmall .h2 .inner::before, #christmascake2025-mainevent .search.sectionSmall .h2 .inner::after {
    display: none;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list {
    display: block;
    margin-top: 20px;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list li:first-child a{
    min-height: 36px;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a {
    min-height: 50px;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a .small {
    font-size: 16px;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list li a::after {
    width: 6px;
    height: 15px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list {
    margin: 20px auto 0;
    max-width: 510px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-column-gap: 8px;
    row-gap: 0;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li {
    height: 63px;
    margin-bottom: 10px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li:nth-child(-n+3) {
    height: 80px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li:last-child {
    grid-column: 1 / -1;  
    justify-self: stretch;
    margin-top: 10px; 
    width: 80%;
    height: 60px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li:last-child a {
    width: 100%;           /* aタグも幅いっぱい */
    font-size: 16px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li a {
    color: #fff;
    font-size: 20px;
    width: 162px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li a::after {
    width: 6px;
    height: 15px;
    top: calc(50% + 3px);
    right: 12px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li a p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
  }
  #christmascake2025-mainevent .search.sectionSmall .number-of-people {
    font-size: 14px;
    margin-top: 4px;
  }
  #christmascake2025-mainevent .search.sectionSmall p {
    font-size: 14px;
  }
  #christmascake2025-mainevent .search.sectionSmall p:first-of-type {
    margin-top: 20px;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list p {
    font-size: 20px;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list p .small {
    font-size: 16px;
  }

  #christmascake2025-mainevent .catalogDay {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #christmascake2025-mainevent .catalogDay.sizesec {
    margin-top: 30px;
  }
  #christmascake2025-mainevent .catalogDay .sectionInnerBorder {
    padding: 0 12px 30px;
  }
  #christmascake2025-mainevent .catalogDay .sectionInnerBorderContent::after {
    background-size: cover !important;
  }
  #christmascake2025-mainevent .catalogDay + .banner {
    margin-top: 30px;
  }
  #christmascake2025-mainevent .search.sectionSmall .receiving-notice{ 
    font-size: 14px;
  }
  #christmascake2025-mainevent .hashCategories {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  #christmascake2025-mainevent .hashCategories .h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  #christmascake2025-mainevent .hashCategories .item ul {
    margin-top: 20px;
    max-width: 370px;
  }
  #christmascake2025-mainevent .hashCategories .item ul li {
    margin-bottom: 10px;
  }
  #christmascake2025-mainevent .hashCategories .item ul li:last-child {
    margin-bottom: 0;
  }
  #christmascake2025-mainevent .hashCategories .item ul li a {
    font-size: 14px;
    padding: 0 16px;
    height: 40px;
  }

  #christmascake2025-mainevent .recommend-sec {
    padding: 25px 0 60px;
    margin-bottom: 40px;
  }
  #christmascake2025-mainevent .recommend-sec::before {
    width: 215px;
    top: -30px;
  }
  #christmascake2025-mainevent .recommend-sec::after {
    width: 215px;
    bottom: -120px;
  }
  #christmascake2025-mainevent .recommend-sec .title .h2 {
    font-size: 30px;
  }
  #christmascake2025-mainevent .recommend-sec .body {
    margin-top: 25px;
    padding: 0 20px;
  }
  #christmascake2025-mainevent .recommend-sec .section.recommend-sec .itemLead {
    margin-top: 15px;
  }
  #christmascake2025-mainevent .recommend-sec .itemButton {
    max-width: 280px;
    font-size: 18px;
    height: 50px;
  }
  #christmascake2025-mainevent .recommend-sec .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
  #christmascake2025-mainevent .recommend-sec .swiper-button-next,
  #christmascake2025-mainevent .recommend-sec .swiper-button-prev {
    width: 9px;
    height: 30px;
    background-size: contain;
    top: 51.85% !important;
  }
  #christmascake2025-mainevent .recommend-sec .swiper-button-next {
    background-image: url("../slide_arrow-next01.svg") !important;
    right: 6px !important;
  }
  #christmascake2025-mainevent .recommend-sec .swiper-button-prev {
    background-image: url("../slide_arrow-prev01.svg") !important;
    left: 6px !important;
  }
  #christmascake2025-mainevent .sectionCake .sectionInner {
    padding: 40px 0;
  }
  #christmascake2025-mainevent .sectionCake .title .h2 {
    padding-bottom: 0;
    font-size: 30px;
    letter-spacing: 0.6px;
  }
  #christmascake2025-mainevent .sectionCake .body {
    margin-top: 15px;
  }
  #christmascake2025-mainevent .sectionCake .lists {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }
  #christmascake2025-mainevent .sectionCake .lists.twoLists {
    margin-top: 35px;
    padding: 0;
    display: block !important;
    width: calc(100% - 40px);
  }
  #christmascake2025-mainevent .sectionCake .lists.twoLists .item + .item {
    margin-top: 35px;
  }
  #christmascake2025-mainevent .sectionCake .lists.twoLists .item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #christmascake2025-mainevent .sectionCake .lists.twoLists .item .itemImg {
    margin-bottom: 0;
    width: 47%;
  }
  #christmascake2025-mainevent .sectionCake .lists.twoLists .item .textPrice {
    margin-left: 10px;
    width: calc(53% - 10px);
  }
  #christmascake2025-mainevent .sectionCake .lists.twoLists .itemButton {
    max-width: 280px;
  }
  #christmascake2025-mainevent .sectionCake .lists.oneLists a {
    display: block;
  }
  #christmascake2025-mainevent .sectionCake .itemButton {
    margin-top: 15px;
    max-width: 280px;
    min-width: inherit;
    height: 50px;
    font-size: 18px;
  }
  #christmascake2025-mainevent .sectionCake .itemButtonLargeWrap {
    margin: 45px auto 0;
  }
  #christmascake2025-mainevent .sectionCake .itemButtonLargeWrap .itemButtonLarge {
    width: calc(100% - 75px);
    font-size: 18px;
    line-height: 1.3;
  }
  #christmascake2025-mainevent .section .sub-title.sub-title-sp-2line {
    height: 64px;
  }
  #christmascake2025-mainevent .section .sub-title.sub-title-sp-2line img {
    margin: 0 auto;
    width: 172px;
    height: auto;
  }
  #christmascake2025-mainevent .section .itemLead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.4;
  }
  #christmascake2025-mainevent .section .itemName {
    font-size: 16px;
    line-height: 1.4;
  }
  #christmascake2025-mainevent .section .itemPrice {
    font-size: 14px;
    line-height: 17.5px;
  }
  #christmascake2025-mainevent .section .itemPrice .number {
    font-size: 23px;
    line-height: 33px;
    padding-right: 2px;
  }
  #christmascake2025-mainevent .sectionCake#chocolate .lists.oneLists a,
  #christmascake2025-mainevent .sectionCake#pistachio_kuri .lists.oneLists a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #christmascake2025-mainevent .sectionCake#chocolate .flexRight,
  #christmascake2025-mainevent .sectionCake#pistachio_kuri .flexRight {
    width: 100%;
    max-width: 280px;
  }
  #christmascake2025-mainevent .sectionShort .sectionInner::before {
    width: 115.2px;
    height: 81.6px;
    top: -31px;
    right: 11px;
  }
  #christmascake2025-mainevent .sectionCake#chocolate .sectionInner::before {
    content: "";
    width: 84.4px;
    height: 90px;
    top: -31px;
    left: 9px;
  }
  #christmascake2025-mainevent .sectionCake#cheese .sectionInner::before {
    content: "";
    width: 97.2px;
    height: 137.2px;
    top: -29px;
    right: 11px;
  }
  #christmascake2025-mainevent .sectionCake#pistachio_kuri .sectionInner::before {
    content: "";
    width: 62px;
    height: 104.4px;
    top: -15px;
    left: 19px;
  }
  #christmascake2025-mainevent .sectionCake#another .sectionInner::before {
    content: "";
    width: 102.4px;
    height: 94.4px;
    top: -20px;
    right: 7px;
  }
  #christmascake2025-mainevent .banner {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
  }
  #christmascake2025-mainevent .allBtn {
    margin: 40px auto 0;
    max-width: calc(100% - 40px);
  }
  #christmascake2025-mainevent .allBtn a {
    font-size: 23px;
    line-height: 1.5;
  }
  #christmascake2025-mainevent .banner-recommend {
    margin: 45px 20px 0;
    width: calc(100% - 40px);
  }
  #christmascake2025-mainevent .banner-recommend .headding {
    font-size: 24px;
  }
  #christmascake2025-mainevent .banner-recommend .banner-recommend-text {
    font-size: 14px;
  }
  #christmascake2025-mainevent .banner-recommend img,
  #christmascake2025-mainevent .banner-recommend .banner-recommend-text {
    margin-top: 15px;
  }
  #christmascake2025-mainevent .size-list {
    grid-column-gap: 8px;
  }
  body .contents {
    margin: 0;
  }
  .top .contentsTop {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 520px) {
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list {
    display: block;
  }
  #christmascake2025-mainevent .search.sectionSmall .select-receiving-list li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 431px) {
  #christmascake2025-mainevent .size-list {
    max-width: inherit;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li {
    width: 110px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li a {
    width: 100%;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li:nth-child(4) ,
  #christmascake2025-mainevent .search.sectionSmall .size-list li:nth-child(5) {
    width: 170px;
  }
}
@media screen and (max-width: 420px) {
  .xspOn {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  #christmascake2025-mainevent .catalogDay .sectionInnerBorder {
    padding: 0 10px 18px;
  }
/*  #christmascake2025-mainevent .search.sectionSmall .size-list {
    grid-column-gap: 0;
  }*/
/*  #christmascake2025-mainevent .search.sectionSmall .size-list li:nth-child(even) {
    margin-left: 9px;
  }*/
  #christmascake2025-mainevent .search.sectionSmall .size-list li {
    width: 106px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li:nth-child(4) ,
  #christmascake2025-mainevent .search.sectionSmall .size-list li:nth-child(5) {
    width: 164px;
  }
}
@media screen and (max-width: 374px) {
  #christmascake2025-mainevent .bnrWrap .categoryLink a {
    font-size: 16px;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li {
    width: 48%;
  }
  #christmascake2025-mainevent .search.sectionSmall .size-list li a {
    width: 135px;
  }
}/*# sourceMappingURL=style-honkaisai.css.map */