@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');

#pageTitleBlock{
display:none !important;}
#mainBlock {
  text-align: left;
  padding-top: 50px;
}
/*breakpoint*/
/*media query*/
@media print, screen and (min-width: 769px) {
  #header_area + #navi_side {
    top: 100px;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }
}
#contents_area {
  overflow: hidden;
}
.Xmas2023 {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  font-family: 'Zen Maru Gothic', serif;
}
@media screen and (max-width: 768px) {
  #contents_area {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .Xmas2023 {
    font-size: 14px;
  }
}
@media (max-width: 1180px) and (min-width: 768px) {
  .Xmas2023 br.more {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .Xmas2023 img {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .Xmas2023 .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .Xmas2023 .pc {
    display: none !important;
  }
}
.Xmas2023 .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* ---------------------- MV あしらい ---------------------- */
.Xmas2023 .mv{
  width: 100%;
}
.Xmas2023 .mv img{
  width: 100%;
}
.Xmas2023 .gold_rbn{
  position: relative;
}
.Xmas2023 .gold_rbn:before{
  position: absolute;
  content: "";
  width: 230px;
  height: 230px;
  background-image: url(../img/gold_rbn01.png);
  top: 9%;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
}
.Xmas2023 .gold_rbn::after{
  position: absolute;
  content: "";
  width: 340px;
  height: 160px;
  background-image: url(../img/gold_rbn02.png);
  bottom: 43%;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 99;
}
/* ---------------------- 共通パーツ ---------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.is-fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.Xmas2023 a:hover{
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.Xmas2023 .inner{
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
.Xmas2023 .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.Xmas2023 .flex > li{
  width: 48%;
}
.Xmas2023 .flex > li > img{
  width: 100%;
}
.Xmas2023 .ttl{
  position: relative;
}
.Xmas2023 .ttl::before{
  position: absolute;
  content: "";
  width: 306px;
  height: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../img/deco_ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .ttl h2{
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.Xmas2023 .ttl h2::before{
  position: absolute;
  content: "";
  width: 56px;
  height: 64px;
  top:50%;
  left: 16%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/deco_snowL.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .ttl h2::after{
  position: absolute;
  content: "";
  width: 56px;
  height: 64px;
  top:50%;
  right: 16%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/deco_snowR.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .grn{
  background-color: #30521c;
  background-image: url(../img/bg_texture.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.Xmas2023 .recipe_red {
  background-color: #a11111;
  background-image: url(../img/bg_red.png),url(../img/bg_texture.png);
  background-size: 35%,cover;
  background-position: top right 4%,center;
  background-repeat: no-repeat,repeat;
  padding: 40px;
  margin-bottom: 60px;
  position: relative;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.Xmas2023 .recipe_red::after{
  position: absolute;
  content: "";
  width: 210px;
  height: 105px;
  top:0;
  left: 0;
  background-image: url(../img/deco_red.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .recipe_grn {
  background-color: #30521c;
  background-image: url(../img/bg_grn.png),url(../img/bg_texture.png);
  background-size: 35%,cover;
  background-position: top left 4%,center;
  background-repeat: no-repeat,repeat;
  padding: 40px;
  margin-bottom: 60px;
  position: relative;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
.Xmas2023 .recipe_grn::after{
  position: absolute;
  content: "";
  width: 210px;
  height: 105px;
  top:10px;
  right: 0;
  background-image: url(../img/deco_grn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .recipe_grn > ul{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.Xmas2023 h3{
  font-size: 38px;
  vertical-align: baseline;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}
.Xmas2023 h3 span{
  font-size: 26px;
  vertical-align: baseline;
  font-weight: bold;
}
.Xmas2023 h4{
  font-size: 20px;
  font-weight: bold;
  padding: 4px 14px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.Xmas2023 h5{
  font-size: 30px;
  font-weight: bold;
}
.Xmas2023 .recipe_red ul,
.Xmas2023 .recipe_grn ul{
  margin-bottom: 40px;
}
.Xmas2023 .material{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Xmas2023 .material ol{
  list-style-type: disc;
  width: 48%;
  padding-left: 1.5em;
}
.Xmas2023 .material ol li{
  width: 100% !important;
}
.Xmas2023 .howto{
  margin-bottom: 40px;
}
.Xmas2023 .howto h4{
  width: 10%;
  margin: 0 2% ;
}
.Xmas2023 .howto ol{
  width: 82%;
  position: relative;
}
.Xmas2023 .howto ol li{
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.Xmas2023 .item > span{
  position: relative;
  display: block;
  width: calc(100% - 4px);
  height: 1px;
  background-color: #ffd583;
  margin: 0 auto;
}
.Xmas2023 .item > span::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 14px;
  top:50%;
  left: -2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .item > span::after{
  position: absolute;
  content: "";
  width: 13px;
  height: 14px;
  top:50%;
  right: -2px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .item ul{
  margin: 20px 0 10px;
  padding: 0 2%;
}
.Xmas2023 .item li:first-of-type{
  margin-bottom: 10px;
}
.Xmas2023 .item li:last-of-type{
  width: 45%;
  padding-right: 5%;
}
/* ---------------------- その他 ---------------------- */
.Xmas2023 .sec_bnr .bg{
  padding: 140px 0;
  background-image: url(../img/deco01.png);
  background-position: top 20px center;
  background-size: 96%;
  background-repeat: no-repeat;
}
.Xmas2023 .sec_bnr li{
  width: 48%;
}
.Xmas2023 .sec_bnr li img{
  width: 100%;
}
.Xmas2023 .sec_cake{
  background: -o-linear-gradient(45deg, #801212 0%, #b40a2a 50%, #a20808 100%);
  background: linear-gradient(45deg, #801212 0%, #b40a2a 50%, #a20808 100%);
}
.Xmas2023 .sec_cake .bg{
  padding: 140px 0 80px;
  background-image: url(../img/bg_stripe.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
.Xmas2023 .sec_cake .intro{
  text-align: center;
  background-image: url(../img/deco_santa.png),url(../img/deco02.png);
  background-position: top 20% left 4%,bottom center;
  background-size: 12% ,96%;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}
.Xmas2023 .sec_cake .intro p{
  font-weight: bold;
  font-size: 22px;
}
.Xmas2023 .sec_cake .ttl{
  margin-top: 120px;
  padding-top: 70px;
  padding-bottom: 60px;
}
.Xmas2023 .sec_cake .ttl::before{
  top:0;
}
.Xmas2023 .howto01::before,
.Xmas2023 .howto02::before,
.Xmas2023 .howto03::before,
.Xmas2023 .howto04::before,
.Xmas2023 .howto05::before,
.Xmas2023 .howto06::before{
  position: absolute;
  content: "";
  bottom:0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.Xmas2023 .howto01::before{
  width: 180px;
  height: 100px;
  background-image: url(../img/illust01.png);
}
.Xmas2023 .howto02::before{
  width: 180px;
  height: 100px;
  background-image: url(../img/illust02.png);
}
.Xmas2023 .howto03::before{
  width: 195px;
  height: 133px;
  background-image: url(../img/illust03.png);
}
.Xmas2023 .howto04::before{
  width: 110px;
  height: 115px;
  background-image: url(../img/illust04.png);
}
.Xmas2023 .howto05::before{
  width: 170px;
  height: 140px;
  background-image: url(../img/illust05.png);
}
.Xmas2023 .howto06::before{
  width: 160px;
  height: 100px;
  background-image: url(../img/illust06.png);
}
.Xmas2023 .item03{
  margin: 30px 0 20px !important;
}
.Xmas2023 .item03_txt{
  margin-bottom: 20px;
}
.sec_cook{
  background: -o-linear-gradient(45deg, #102038 0%, #0b0328 100%);
  background: linear-gradient(45deg, #102038 0%, #0b0328 100%);
}
.Xmas2023 .sec_cook .bg{
  padding: 0px 0 100px;
  background-image: url(../img/bg_check.png);
  background-size: 100%;
  background-repeat: repeat-y;
}
.Xmas2023 .sec_cook .ttl{
  padding-top: 230px;
  padding-bottom: 120px;
  background-image: url(../img/deco03.png),url(../img/deco04.png);
  background-position: top 30px right,bottom left 2%;
  background-size: 20%,24%;
  background-repeat: no-repeat;
}
.Xmas2023 .sec_cook .ttl::before{
  top:160px;
}
.Xmas2023 .list_ttl06{
  list-style-type: none;
  margin-left: -1em;
}
@media screen and (max-width: 1024px) {
  .Xmas2023 .gold_rbn:before{
    width: 160px;
    height: 160px;
    top: 610px;
  }
  .Xmas2023 .gold_rbn::after{
    width: 240px;
    height: 110px;
    bottom: 44%;
  }
  .Xmas2023 .howto01::before,
  .Xmas2023 .howto02::before,
  .Xmas2023 .howto03::before,
  .Xmas2023 .howto04::before,
  .Xmas2023 .howto05::before,
  .Xmas2023 .howto06::before{
    display: none;
  }
  .Xmas2023 .howto h4{
    width: 14%;
    margin: 0 4% 0 2%;
  }
  .Xmas2023 .ttl h2::before{
    left: 5%;
  }
  .Xmas2023 .ttl h2::after{
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .Xmas2023{
    font-size: 15px;
  }
  /* ---------------------- あしらい ---------------------- */
  .Xmas2023 .gold_rbn:before{
    width: 90px;
    height: 90px;
    top: 670px;
  }
  .Xmas2023 .gold_rbn::after{
    width: 140px;
    height: 60px;
    bottom: 5070px;
  }
  /* ---------------------- 共通パーツ ---------------------- */
  .Xmas2023 .flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Xmas2023 .inner{
    width: 94%;
    margin: 0 auto;
  }
  .Xmas2023 .flex > li{
    width: 100%;
  }
  .Xmas2023 .flex > li:first-of-type{
    margin-bottom: 20px;
    text-align: center;
  }
  .Xmas2023 .ttl::before{
    width: 160px;
    height: 28px;
  }
  .Xmas2023 .ttl h2{
    font-size: 22px;
  }
  .Xmas2023 .ttl h2::before{
    width: 20px;
    height: 24px;
    top: 70%;
    left: 0%;
  }
  .Xmas2023 .ttl h2::after{
    width: 20px;
    height: 24px;
    top: 70%;
    right: 0%;
  }
  .Xmas2023 h3 {
    font-size: 25px;
    text-align: center;
  }
  .Xmas2023 h3 span{
    font-size: 20px;
  }
  .Xmas2023 h4{
    font-size: 16px;
    padding: 4px 10px;
    margin: 0 auto 10px;
    display: inline-block;
  }
  .Xmas2023 h5 {
    font-size: 20px;
  }
  .Xmas2023 .material_ttl{
    width: 20%;
    margin: 0 40% 10px;
  }
  .Xmas2023 .material{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Xmas2023 .material ol{
    width: 100%;
  }
  .Xmas2023 .recipe_red{
    padding: 20px 4%;
    background-position: top 220px right 4%,center;
    background-size: 50%,cover;
  }
  .Xmas2023 .recipe_grn{
    padding: 20px 4%;
    background-position: top 220px left 4%,center;
    background-size: 50%,cover;
  }
  .Xmas2023 .recipe_grn > ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Xmas2023 .recipe_red::after,
  .Xmas2023 .recipe_grn::after{
    width: 100px;
    height: 50px;
  }
  .Xmas2023 .recipe_red ul, .Xmas2023 .recipe_grn ul{
    margin-bottom: 30px;
  }
  .Xmas2023 .howto{
    margin-bottom: 20px;
  }
  .Xmas2023 .howto h4{
    width: 22%;
    margin: 0 2% 10px;
  }
  .Xmas2023 .howto ol{
    width: 100%;
    padding-bottom: 60px;
  }
  .Xmas2023 .item ul{
    margin: 30px 0 20px !important;
    padding: 0;
  }
  .Xmas2023 .item li:last-of-type{
    width: 100%;
    padding-right: 0;
  }
  .Xmas2023 .sec_bnr .bg{
    padding: 60px 0;
  }
  .Xmas2023 .sec_bnr ul{
    width: 90%;
    margin: 0 auto;
  }
  .Xmas2023 .sec_bnr li{
    width: 80%;
  }
  .Xmas2023 .sec_bnr li:first-of-type{
    margin-bottom: 30px;
  }
  .Xmas2023 .sec_cake .bg{
    padding: 60px 0 0px;
  }
  .Xmas2023 .sec_cake .intro{
    font-size: 16px;
    background-position: bottom 18% left 50%,bottom center;
    background-size: 27% ,96%;
    padding-bottom: 160px;
  }
  .Xmas2023 .sec_cake .ttl{
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Xmas2023 .howto01::before{
    display: block;
    width: 110px;
    height: 60px;
  }
  .Xmas2023 .howto02::before{
    display: block;
    width: 100px;
    height: 60px;
  }
  .Xmas2023 .howto03::before{
    display: block;
    width: 120px;
    height: 80px;
  }
  .Xmas2023 .howto04::before{
    display: block;
    width: 70px;
    height: 70px;
  }
  .Xmas2023 .howto05::before{
    display: block;
    width: 100px;
    height: 80px;
  }
  .Xmas2023 .howto06::before{
    display: block;
    width: 100px;
    height: 60px;
  }
  .Xmas2023 .sec_cook .bg{
    padding: 0;
  }
  .Xmas2023 .sec_cook .ttl{
    padding-top: 100px;
    padding-bottom:60px;
    background-size: 22%,30%;
  } 
  .Xmas2023 .sec_cook .ttl::before {
    top: 60px;
  }
}
footer {
  clear: both;
  padding-top: 0 !important;
}