@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&display=swap");
/* =====================
	MOROZOFF CHRISTMAS 2024
 ======================= */
#xmas2025 {
  font-family: "Avenir Next", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63333;
  letter-spacing: 0;
  color: #333333;
  scroll-behavior: smooth;
}

#xmas2025 .top{
  max-width: 68px;
  width: 100%;
  position: fixed;
  right: 1%;
  bottom: 2%;
  z-index: 999;
}

#xmas2025 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#xmas2025 a {
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

#xmas2025 a:hover {
  color: #BF8D31;
}

#xmas2025 img {
  width: 100%;
  max-width: 100%;
  display: block;
}

#xmas2025 .bg_red {
  background: #AF001B;
}

#xmas2025 .bg_red:nth-of-type(odd) {
  background: #9B1C22;
}

#xmas2025 .section {
  padding: 70px 0;
}

#xmas2025 .inner {
  max-width: 1140px;
  padding: 0 30px;
  margin: 0 auto;
}

#xmas2025 .inner.narrow {
  max-width: 1080px;
  padding: 0 46px;
}

#xmas2025 .noSake {
  display: inline-block;
  color: #BB263D;
  background: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  padding: 1px 10px;
  margin-left: 10px;
}

#xmas2025 .xmas_btn {
  background: #BF8D31;
  color: #ffffff;
  display: block;
  width: 300px;
  max-width: 100%;
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 20px 20px 17px;
  border-radius: 10px;
}

#xmas2025 .xmas_btn:visited, #xmas2025 .xmas_btn:active {
  color: #ffffff;
}

#xmas2025 .xmas_btn:after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#xmas2025 .xmas_btn:hover {
  text-decoration: none;
  color: #ffffff;
}

#xmas2025 .xmas_btn:hover:after {
  right: 20px;
}

#xmas2025 .title_arch {
  margin: 0 0 30px;
}

#xmas2025 #can .title_arch{
  margin-bottom: 48px;
}

#xmas2025 .title_arch img {
  margin: 0 auto;
  width: auto;
}

#xmas2025 .title01 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 48px;
}

#xmas2025 #assortment .title01,#xmas2025 #book .title01{
  margin-bottom: 20px;
}

#xmas2025 .catch {
  color: #FFD588;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 10px;
}

#xmas2025 .item_mainpic {
  margin-bottom: 50px;
}

#xmas2025 .item_mainpic img {
  border-radius: 5px;
}

#xmas2025 .item_point {
  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;
  max-width: 980px;
  margin: 0 auto 50px;
}

#xmas2025 .item_point > li {
  width: 30.61224%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#xmas2025 .item_point > li .num {
  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;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  color: #ffffff;
  margin-bottom: 12px;
}

#xmas2025 .item_point > li .num > span {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.0;
}

#xmas2025 .item_point > li .num > span span {
  font-size: 34px;
}

#xmas2025 .item_point > li .num:before, #xmas2025 .item_point > li .num:after {
  content: "";
  width: 1px;
  height: 44px;
  background: currentColor;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}

#xmas2025 .item_point > li .num:after {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

#xmas2025 .item_point > li .box {
  border-radius: 150px 150px 5px 5px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#xmas2025 .item_point > li .pic {
  margin-bottom: 20px;
}

#xmas2025 .item_point > li h3 {
  text-align: center;
  color: #AF001B;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 14px;
}

#xmas2025 .item_point > li .txt {
  font-size: 15px;
  line-height: 1.63333;
  padding: 0 20px 20px;
  /* padding: 0 20px 45px; */
}

#xmas2025 .item_description {
  color: #ffffff;
}

#xmas2025 .item_description .txt {
  font-size: 18px;
  line-height: 1.66667;
  margin-bottom: 20px;
}

#xmas2025 .item_description .name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

#xmas2025 .item_description .price {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

#xmas2025 .item_description .price small {
  font-size: 13px;
}

#xmas2025 .detail_box_list{
  display: flex;
  flex-direction: column;
  gap: 70px;
}

#xmas2025 .detail_box {
  display: grid;
  grid-template-columns: 45.20408% 45.5102%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#xmas2025 .detail_box .title_box {
  color: #ffffff;
  grid-row: 1 / 2;
}

#xmas2025 .detail_box .title_box .name {
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.28571;
  margin-bottom: 20px;
  white-space: nowrap;
}

#xmas2025 .detail_box .txt_box {
  color: #ffffff;
}

#xmas2025 .detail_box .txt_box .txt {
  line-height: 1.75;
  margin-bottom: 20px;
}

#xmas2025 .detail_box .txt_box .price {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#xmas2025 .detail_box .txt_box .price small {
  font-size: 13px;
}

#xmas2025 .detail_box .txt_box .notice {
  font-size: 12px;
  margin-top: 5px;
}

#xmas2025 .detail_box .txt_box .xmas_btn {
  width: 275px;
  margin-top: 30px;
}

#xmas2025 .detail_box .pic_box {
  grid-row: 1 / 3;
}

#xmas2025 .detail_box .pic_box img {
  border-radius: 5px;
}

#xmas2025 .detail_list {
  color: #ffffff;
}

#xmas2025 .detail_list .name {
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.28571;
  margin-bottom: 40px;
}

#xmas2025 .detail_list > .txt {
  line-height: 1.75;
}

#xmas2025 .detail_list > ul {
  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;
  margin-top: 50px;
}

#xmas2025 .detail_list > ul > li {
  width: 45.5102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#xmas2025 .detail_list > ul > li .pic {
  margin-bottom: 30px;
}

#xmas2025 .detail_list > ul > li .pic img {
  border-radius: 5px;
}

#xmas2025 .detail_list > ul > li .txt {
  text-align: center;
  line-height: 1.75;
  margin-bottom: 20px;
}

#xmas2025 .detail_list > ul > li .price {
  margin-top: auto;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

#xmas2025 .detail_list > ul > li .price small {
  font-size: 13px;
}

#xmas2025 .detail_list > ul > li .xmas_btn {
  width: 275px;
  margin: 0 auto;
}

#xmas2025 .mv {
  position: relative;
}

#xmas2025 .mv h1 {
  width: 33.8%;
  position: absolute;
  top: 26%;
  right: 8%;
}

#xmas2025 .lead {
  color: #203256;
  background: url(https://morozoff.itembox.design/item/images/xmas/lead_bg02.png) no-repeat top center/100% auto, #ffffff;
  padding: 7.5% 0 6%;
  position: relative;
  z-index: 2;
  top: -2vw;
}

#xmas2025 .lead:before {
  content: "";
  width: 100%;
  padding-top: 5%;
  background: url(https://morozoff.itembox.design/item/images/xmas/wave_white.png) no-repeat top center/cover;
  position: absolute;
  left: 0;
  top: -4.8vw;
  z-index: -1;
}

#xmas2025 .lead:after {
  content: "";
  width: 100%;
  padding-top: 8.35938%;
  background: url(https://morozoff.itembox.design/item/images/xmas/wave_navy.png) no-repeat top center/cover;
  position: absolute;
  left: 0;
  bottom: -2.1vw;
  z-index: 3;
}

#xmas2025 .lead .inner {
  position: relative;
}

#xmas2025 .lead_box {
  padding-left: 30px;
  max-width: 550px;
}

#xmas2025 .lead_box h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.42105;
}

#xmas2025 .lead_box h2 + p {
  margin-top: 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

#xmas2025 .lead_img01 {
  position: absolute;
  right: 7%;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33.8%;
  z-index: 5;
}

#xmas2025 .package {
  background: url(https://morozoff.itembox.design/item/images/xmas/package_bg02.png) no-repeat top center/100% auto, #203256;
  padding: 4.6875% 0 6.25%;
  position: relative;
  z-index: 1;
}

#xmas2025 .package h2 {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}

#xmas2025 .package h2 > span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#xmas2025 .package h2:before, #xmas2025 .package h2:after {
  content: "";
  width: 1px;
  height: 3.5em;
  background: currentColor;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
}

#xmas2025 .package h2:after {
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
}

#xmas2025 .package h2 + p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 20px;
}

#xmas2025 .package_list {
  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;
  margin-top: 20px;
}

#xmas2025 .package_list > li {
  width: 31.53061%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  row-gap: 30px;
}

#xmas2025 .package_list > li .txt_box {
  background: #ffffff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.16));
  padding: 6%;
  position: relative;
}

#xmas2025 .package_list > li .txt_box:nth-child(2){
  padding: 6% 6.3%;
}

#xmas2025 .package_list > li .txt_box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27px 23px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  left: 60px;
  bottom: -22px;
}

#xmas2025 .package_list > li h3 {
  color: #BF8D31;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 18px;
}

#xmas2025 .package_list > li .name a {
  text-decoration: underline;
}

#xmas2025 .package_list > li:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#xmas2025 .package_list > li:nth-child(even) .txt_box:after {
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  top: -22px;
  border-width: 0 16px 27px 16px;
  border-color: transparent transparent #ffffff transparent;
}

#xmas2025 .package_list > li:nth-child(3n) .txt_box:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: 60px;
}

#xmas2025 .package_list .price{
  letter-spacing: 0.05em;
}

#xmas2025 .calendar {
  background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold01.svg) no-repeat top left, url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold02.svg) no-repeat top right, #9B1C22;
}

#xmas2025 .calendar .title01 {
  letter-spacing: -0.05em;
}

#xmas2025 .calendar_mainpic {
  position: relative;
}

#xmas2025 .calendar_mainpic > span {
  position: absolute;
  bottom: 54px;
  right: 146px;
  width: 205px;
  height: 205px;
  background: #ffffff;
  border: 1px solid #BF8D31;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 8px;
}

#xmas2025 .calendar_mainpic > span:before, #xmas2025 .calendar_mainpic > span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 15px 0 15px;
  border-color: #BF8D31 transparent transparent transparent;
  position: absolute;
  bottom: 136px;
  left: -19px;
  /* -webkit-transform: rotate(-70deg); */
          transform: rotate(125deg);
}

#xmas2025 .calendar_mainpic > span:after {
  border-color: #ffffff transparent transparent transparent;
  /* -webkit-transform: rotate(-70deg) translate(-1px, -1px); */
          transform: rotate(125deg) translate(-1px, -1px);
}

#xmas2025 .calendar_mainpic > span span {
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  color: #BF8D31;
}

#xmas2025 .calendar_detail {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 50px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#xmas2025 .calendar_detail .pic_box {
  width: 280px;
  margin: 0 auto;
}

#xmas2025 .calendar_detail .pic_box img {
  border-radius: 5px;
}

#xmas2025 .calendar_detail .txt_box {
  width: 50%;
}

#xmas2025 .kit {
  background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_white01.svg) no-repeat top left, url(https://morozoff.itembox.design/item/images/xmas/bg_star_white02.svg) no-repeat top right, #BF8D31;
}

#xmas2025 .kit_detail {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 50px 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#xmas2025 .kit_detail .txt_box {
  width: 40%;
}

#xmas2025 .kit_detail .pic_box {
  width: 54.08163%;
}

#xmas2025 .kit_detail .pic_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.66038%;
     -moz-column-gap: 5.66038%;
          column-gap: 5.66038%;
}

#xmas2025 .kit_detail .pic_box_list li {
  position: relative;
  width: 47.2%;
}

#xmas2025 .kit_detail .pic_box_list li img {
  border-radius: 5px;
  margin-bottom: 20px;
}

#xmas2025 .kit_detail .pic_box_list li span {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding-top: 2px;
}

#xmas2025 .kit_detail .pic_box_list li span.red {
  background:#D1000A;
  color: #ffffff;
}

#xmas2025 .kit_detail .pic_box_list li span.green {
  color: #ffffff;
  background: #224A26;
}

#xmas2025 .surprise {
  background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold01.svg) no-repeat top left, url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold02.svg) no-repeat top right, #203256;
}

#xmas2025 .surprise_mainpic {
  position: relative;
}

#xmas2025 .surprise_mainpic > span {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #BB263D;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-top: 8px;
}

#xmas2025 .surprise_detail {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 50px;
}

#xmas2025 .surprise_detail_list {
  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;
}

#xmas2025 .surprise_detail_list > li {
  width: 30.61224%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#xmas2025 .surprise_detail_list > li .pic {
  position: relative;
  margin-bottom: 30px;
}

#xmas2025 .surprise_detail_list > li .pic img {
  border-radius: 5px;
}

#xmas2025 .surprise_detail_list > li .pic span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #BB263D;
  color: #ffffff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 15px 2px;
}

#xmas2025 .surprise_detail_list > li .txt {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

#xmas2025 .surprise_detail_list > li .name {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36364;
  margin: auto;
}

#xmas2025 .surprise_detail_list > li .price {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px;
}

#xmas2025 .surprise_detail_list > li .price small {
  font-size: 13px;
}

#xmas2025 .surprise_detail_list > li .price .noSake {
  display: block;
  max-width: 90px;
  width: 100%;
  margin: 10px auto 0;
}

#xmas2025 .surprise_detail_list > li .xmas_btn {
  width: 275px;
  margin: 0 auto;
}

#xmas2025 .card {
  position: relative;
}

#xmas2025 .card_img01 {
  width: 49.45312%;
  /* width: 100%; */
  max-width: 633px;
  position: absolute;
  right: 48%;
  bottom: 66px;
  /* -webkit-transform: rotate(-7deg); */
          transform: rotate(-3deg);
  /* -webkit-filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.16)); */
          filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.16));
}

#xmas2025 .card_box {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 38.26531% 45.5102%;
}

#xmas2025 .card_box_item01 .name {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.28571;
  margin-bottom: 20px;
}

#xmas2025 .card_box_item02 {
  color: #ffffff;
}

#xmas2025 .card_box_item02 .txt {
  line-height: 1.75;
}

#xmas2025 .card_box_item03 {
  color: #ffffff;
  grid-row: 1 / 4;
  grid-column: 2 / 3;
}

#xmas2025 .card_box_item03 .pic {
  margin-bottom: 36px;
  position: relative;
}

#xmas2025 .card_box_item03 .pic img {
  border-radius: 5px;
}

#xmas2025 .card_box_item03 .pic > span {
  position: absolute;
  top: -38px;
  left: -88px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #BB263D;
  color: #ffffff;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-top: 8px;
}

#xmas2025 .card_box_item04 {
  grid-row: 5 / 6;
  grid-column: 2 / 3;
  color: #ffffff;
}

#xmas2025 .card_box_item04 .price {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

#xmas2025 .card_box_item04 .price small {
  font-size: 13px;
}

#xmas2025 .card_box_item04 .xmas_btn {
  width: 275px;
  margin: 0 auto;
}

#xmas2025 .assortment .catch {
  text-align: center;
}

#xmas2025 .assortment .txt {
  text-align: center;
  color: #ffffff;
}

#xmas2025 .assortment .price{
  margin: 0 auto 30px;
}

#xmas2025 .favorite .pic_box p{
  position: relative;
}

#xmas2025 .favorite .pic_box span{
  position: absolute;
  top: 20px;
  left: 20px;
  background: #BB263D;
  color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 18px 2px;
}

#xmas2025 .hokkaido {
  background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold01.svg) no-repeat top left, url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold02.svg) no-repeat top right, #203256;
}

#xmas2025 .hokkaido .catch {
  text-align: center;
}

#xmas2025 .hokkaido_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

#xmas2025 .hokkaido_list li {
  width: 48.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#xmas2025 .hokkaido_list li .pic {
  width: 46%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#xmas2025 .hokkaido_list li .pic img {
  border-radius: 5px;
}

#xmas2025 .hokkaido_list li .txt_box {
  width: 48%;
  color: #ffffff;
}

#xmas2025 .hokkaido_list li .txt_box h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36364;
  margin-bottom: 20px;
}

#xmas2025 .hokkaido_list li .txt_box p a {
  display: block;
  background: #2E4770;
  border-radius: 10px;
  width: 250px;
  max-width: 100%;
  padding: 20px 20px 17px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  margin-top: 30px;
  position: relative;
}

#xmas2025 .hokkaido_list li .txt_box p a:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  transition: 0.3s;        
}

#xmas2025 .hokkaido_list li .txt_box p a:hover:after{
  right: 20px;
}

#xmas2025 .hokkaido_detail {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  color: #ffffff;
  margin-top: 75px;
}

#xmas2025 .hokkaido_list li .price{
  font-size: 18px;
  line-height: 1.667;
}

#xmas2025 .hokkaido_detail .price_box .txt_other{
  margin-bottom: 16px;
}

#xmas2025 .hokkaido_detail .price_box .xmas_btn {
  width: 275px;
  margin-left: auto;
}

#xmas2025 .fromage {
  background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold01.svg) no-repeat top -80px left, url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold02.svg) no-repeat top -80px right, #142850;
}

#xmas2025 .fromage .catch {
  text-align: center;
}

#xmas2025 .fromage .txt {
  color: #ffffff;
}

#xmas2025 .fromage .detail_list {
  margin-bottom: 75px;
}

#xmas2025 .fromage .detail_list ul h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.56;
}

#xmas2025 .fromage .detail_list ul{
  margin-top: 90px;
}

#xmas2025 .fromage .detail_list li{
  width: 31%;
}

#xmas2025 .fromage .detail_list .forwinter img{
  max-width: 142px;
  margin: -51px auto 20px;
}

#xmas2025 .fromage .price{
  display: unset!important;
}

#xmas2025 a.mimizuku_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  width: 471px;
  max-width: 100%;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 29px;
  padding: 20px;
  position: relative;
}

#xmas2025 a.mimizuku_link img {
  width: 182px;
}

#xmas2025 a.mimizuku_link i {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 17px;
  height: 13px;
}

#xmas2025 a.mimizuku_link i:before, #xmas2025 a.mimizuku_link i:after {
  content: "";
  width: 12px;
  height: 9px;
  border: 1px solid #333333;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}

#xmas2025 a.mimizuku_link i:before {
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}

#xmas2025 a.mimizuku_link i:after {
  -webkit-box-shadow: 1px -1px 0px 0px #ffffff;
          box-shadow: 1px -1px 0px 0px #ffffff;
}

#xmas2025 a.mimizuku_link:hover {
  color: #333333;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#xmas2025 .faq {
  background: #AF001B;
}

#xmas2025 .faq h2 {
  text-align: center;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

#xmas2025 .faq_dl {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 5px;
  cursor: pointer;
}

#xmas2025 .faq_dl:last-child {
  margin-bottom: 0;
}

#xmas2025 .faq_dl dt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
}

#xmas2025 .faq_dl dt i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #BF8D31;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#xmas2025 .faq_dl dt i:before, #xmas2025 .faq_dl dt i:after {
  content: "";
  width: 50%;
  height: 1.5px;
  background: #ffffff;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#xmas2025 .faq_dl dt i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#xmas2025 .faq_dl dt.is-open i:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#xmas2025 .faq_dl dd {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ACACAC;
  letter-spacing: 0.01em;
  display: none;
}

/* PCのみ
  ------------------------ */
@media (min-width: 980px) {
  .forSP {
    display: none !important;
  }
}

/* タブレット
  ------------------------ */
@media (max-width: 1279px) {
  #xmas2025 .detail_box .title_box .name {
    white-space: normal;
  }
}

/* スマホ
  ------------------------ */
@media (max-width: 979px) {
  .forPC {
    display: none !important;
  }
  #xmas2025 {
    font-size: 13px;
  }
  #xmas2025 .section {
    padding: 50px 0;
  }
  #xmas2025 .inner.narrow {
    padding: 0 30px;
  }
  #xmas2025 .top{
    width: 10.7%;
    right: 2%;
  }

  #xmas2025 .noSake {
    font-size: 13px;
    padding: 0 9px;
    margin-left: 0;
  }
  #xmas2025 .xmas_btn {
    width: 275px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  #xmas2025 .title_arch {
    margin-bottom: 12px;
  }
  #xmas2025 #can .title_arch{
    width: 86%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #xmas2025 #book .title_arch,#xmas2025 #assortment .title_arch,#xmas2025 #hokkaido .title_arch{
    width: 86.5%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  #xmas2025 #fromage .title_arch{
    width: 75%;
    margin: 0 auto 12px;
  }
  #xmas2025 .title01 {
    font-size: clamp(24px,6.4vw,42px);
    margin-bottom: 24px;
  }
  #xmas2025 .catch {
    font-size: clamp(13px,3.4vw,16px);
  }
  #xmas2025 .item_mainpic {
    margin: 0 -30px 30px;
  }
  #xmas2025 .item_mainpic img {
    border-radius: 0;
  }
  #xmas2025 .item_point {
    row-gap: 32px;
  }
  #xmas2025 .item_point > li {
    width: 100%;
  }
  #xmas2025 .item_point > li .num {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  #xmas2025 .item_point > li .num > span {
    font-size: clamp(20px,5.3vw,24px);
  }
  #xmas2025 .item_point > li .num > span span {
    font-size: clamp(30px,8vw,34px);
  }
  #xmas2025 .item_point > li .num:before, #xmas2025 .item_point > li .num:after {
    height: 36px;
  }
  #xmas2025 .item_point > li h3 {
    font-size: clamp(18px,4.8vw,20px);
  }
  #xmas2025 .item_point > li .txt {
    font-size: clamp(13px,3.4vw,15px);
    padding: 0 19px 20px;
  }
  #xmas2025 .item_description .txt {
    font-size: clamp(13px,3.4vw,18px);
  }
  #xmas2025 .item_description .name {
    font-size: clamp(16px,4.2vw,22px);
    margin-bottom: 5px;
  }
  #xmas2025 .item_description .price {
    font-size: clamp(16px,4.2vw,22px);
    display: block;
  }
  #xmas2025 .detail_box_list{
    gap: 40px;
  }
  #xmas2025 .detail_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  #xmas2025 .detail_box .title_box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    text-align: center;
  }
  #xmas2025 #can .detail_box .title_box{
    text-align: center;
  }
  #xmas2025 .detail_box .title_box .name {
    font-size: clamp(24px,6.4vw,42px);
  }
  #xmas2025 .detail_box .title_box .name:last-child {
    margin-bottom: 0;
  }
  #xmas2025 .detail_box .txt_box {
    width: 100%;
  }
  #xmas2025 .detail_box .txt_box .txt {
    font-size: clamp(13px,3.4vw,16px);
  }
  #xmas2025 .detail_box .txt_box .price {
    font-size: clamp(16px,4.2vw,22px);
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }
  #xmas2025 .detail_box .txt_box .notice {
    text-align: center;
    margin-top: 10px;
  }
  #xmas2025 .detail_box .txt_box .xmas_btn {
    margin: 20px auto 0;
  }
  #xmas2025 .detail_box .pic_box {
    width: 100%;
  }
  #xmas2025 .detail_list .name {
    font-size: clamp(24px,6.4vw,42px);
    margin-bottom: 24px;
  }
  #xmas2025 .detail_list > .txt {
    font-size: clamp(13px,3.4vw,16px);
  }
  #xmas2025 .detail_list > ul {
    margin-top: 20px;
    row-gap: 50px;
  }
  #xmas2025 .detail_list > ul > li {
    width: 100%;
    display: block;
  }
  #xmas2025 .detail_list > ul > li .pic {
    margin-bottom: 20px;
  }
  #xmas2025 .detail_list > ul > li .txt {
    font-size:clamp(13px,3.4vw,16px) ;
    margin-bottom: 20px;
    text-align: left;
  }
  #xmas2025 .detail_list > ul > li .price {
    font-size: clamp(16px,4.2vw,22px);
    margin: 0 -14px 20px;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }
  #xmas2025 .mv h1 {
    width: 56.3%;
    top: 10.5%;
    right: 0;
    left: 0;
    margin: auto;
  }
  #xmas2025 .lead {
    background: url(https://morozoff.itembox.design/item/images/xmas/lead_bg02_sp.png) no-repeat top center/100% auto, #ffffff;
    padding: 16% 0 16%;
    margin-top: 2.5%;
  }
  #xmas2025 .lead:before {
    padding-top: 8%;
    background: url(https://morozoff.itembox.design/item/images/xmas/wave_white_sp.svg) no-repeat top center/cover;
    top: -7.9vw;
  }
  #xmas2025 .lead:after {
    padding-top: 8%;
    background: url(https://morozoff.itembox.design/item/images/xmas/wave_navy_sp.png) no-repeat top center/cover;
  }
  #xmas2025 .lead .inner {
    position: initial;
  }
  #xmas2025 .lead_box {
    padding-left: 0;
  }
  #xmas2025 .lead_box h2 {
    font-size: clamp(22px,5.8vw,38px);
    /* font-size: 22px; */
  }
  #xmas2025 .lead_box h2 + p {
    margin-top: 18px;
    font-size: clamp(13px,3.4vw,18px);
    width: 69.84127%;
  }
  #xmas2025 .lead_img01 {
    width: 43.2%;
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: -10.66667vw;
    right: 0;
  }
  #xmas2025 .package {
    background: url(https://morozoff.itembox.design/item/images/xmas/package_bg02_sp.png) no-repeat top center/100% auto, #203256;
    padding: 17.6% 0 50px;
  }
  #xmas2025 .package h2 {
    font-size: clamp(19px,5vw,38px);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #xmas2025 .package h2:before, #xmas2025 .package h2:after {
    height: 2.5em;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  #xmas2025 .package h2:after {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  #xmas2025 .package h2 + p {
    font-size: clamp(13px,3.4vw,18px);
  }
  #xmas2025 .package_list {
    margin-top: 30px;
    row-gap: 20px;
  }
  #xmas2025 .package_list > li {
    width: 100%;
    row-gap: 0;
  }
  #xmas2025 .package_list > li .txt_box {
    padding: 17px 20px;
    margin-top: -0.5%;
  }
  #xmas2025 .package_list > li h3 {
    font-size: clamp(16px,4.2vw,20px);
    margin-bottom: 10px;
  }
  #xmas2025 .package_list > li .name {
    font-size: 15px;
  }
  #xmas2025 .package_list > li:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #xmas2025 .package_list > li:nth-child(odd) .txt_box:after {
    bottom: auto;
    top: -22px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  #xmas2025 .package_list > li:nth-child(even) .txt_box:after {
    border-width: 0 27px 23px 0;
    right: auto;
    left: 60px;
    margin: 0;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #xmas2025 .package_list > li:nth-child(3n) .txt_box:after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
    right: auto;
    left: 60px;
  }

  #xmas2025 .package_list .txt_box .price{
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0.05em;
  }

  #xmas2025 .package_list .txt_box .price .taxin{
    font-size: 13px;
  }

  #xmas2025 .calendar {
    background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold_sp.svg) no-repeat top left/100%, #AF001B;
  }
  #xmas2025 .calendar_mainpic > span {
    /* bottom: 27px;
    right: 29px; */
    bottom:9%;
    right: 8%;
    width: 104px;
    height: 104px;
  }
  #xmas2025 .calendar_mainpic > span:before, #xmas2025 .calendar_mainpic > span:after {
    border-width: 18px 6px 0 6px;
    bottom: 64px;
    left: -9px;
  }
  #xmas2025 .calendar_mainpic > span span {
    font-size: 10px;
  }
  #xmas2025 .calendar_detail {
    padding: 30px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  #xmas2025 .calendar_detail .pic_box {
    width: 100%;
  }
  #xmas2025 .calendar_detail .txt_box {
    width: 100%;
  }
  #xmas2025 .calendar_detail .txt_box .name, #xmas2025 .calendar_detail .txt_box .price {
    text-align: center;
  }
  #xmas2025 .calendar_detail .txt_box .noSake {
    margin: 10px 0 0;
  }
  #xmas2025 .kit {
    background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_white_sp.svg) no-repeat top left/100%, #BF8D31;
  }

  #xmas2025 .kit .inner .title_arch{
    width: 86%;
    margin: 0 auto 12px;
  }

  #xmas2025 .kit_detail {
    padding: 30px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #xmas2025 .kit_detail .txt_box {
    width: 100%;
  }
  #xmas2025 .kit_detail .txt_box .name, #xmas2025 .kit_detail .txt_box .price {
    text-align: center;
  }
  #xmas2025 .kit_detail .txt_box .noSake {
    margin: 10px 0 0;
  }
  #xmas2025 .kit_detail .pic_box {
    width: 100%;
  }
  #xmas2025 .kit_detail .pic_box_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
  }
  #xmas2025 .kit_detail .pic_box_list li {
    width: 100%;
  }
  #xmas2025 .kit_detail .pic_box_list li span {
    font-size: 16px;
    padding-top: 4px;
  }
  #xmas2025 .surprise {
    background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold_sp.svg) no-repeat top left/100%, #203256;
  }
  #xmas2025 .surprise_mainpic > span {
    width: 83px;
    height: 83px;
    font-size: 11px;
    top: 10px;
    left: 10px;
    padding-top: 4px;
  }
  #xmas2025 .surprise_detail {
    padding: 30px 20px;
  }
  #xmas2025 .surprise_detail_list {
    row-gap: 50px;
  }
  #xmas2025 .surprise_detail_list > li {
    width: 100%;
  }
  #xmas2025 .surprise_detail_list > li .pic {
    margin-bottom: 20px;
  }
  #xmas2025 .surprise_detail_list > li .pic span {
    font-size: clamp(11px,2.9vw,15px);
  }
  #xmas2025 .surprise_detail_list > li .txt {
    font-size: clamp(13px,3.4vw,16px);
    text-align: left;
  }
  #xmas2025 .surprise_detail_list > li .name {
    font-size: clamp(16px,4.2vw,22px);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #xmas2025 .surprise_detail_list > li .price {
    font-size: clamp(16px,4.2vw,22px);
    margin-top: 5px;
    margin-bottom: 20px;
  }
  #xmas2025 .surprise_detail_list > li .price .noSake {
    margin-top: 10px;
  }

  #xmas2025 .card_box {
    display: block;
  }
  #xmas2025 .card_box_item01 .name {
    font-size: clamp(24px,6.4vw,42px);
  }
  #xmas2025 .card_box_item02 {
    margin-bottom: 30px;
  }
  #xmas2025 .card_box_item02 .txt {
    font-size: clamp(13px,3.4vw,16px);
  }
  #xmas2025 .card_box_item03 .pic {
    margin-bottom: 20px;
  }
  #xmas2025 .card_box_item03 .pic > span {
    border-radius: 50px;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 6px 12px 4px;
    border: 0;
  }
  #xmas2025 .card_box_item04 .price {
    font-size: clamp(16px,4.2vw,22px);
    margin-bottom: 20px;
    justify-content: center;
  }

  #xmas2025 .plane .price{
    margin: 0 -10px 20px;
  }

  #xmas2025 .assortment .txt {
    text-align: left;
  }

  #xmas2025 .favorite .pic_box span{
    font-size: 16px;
  } 
  #xmas2025 .hokkaido {
    background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold_sp.svg) no-repeat top left/100%, #203256;
  }
  #xmas2025 .hokkaido_list li {
    width: 100%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  #xmas2025 .hokkaido_list li .pic {
    width: 41.26984%;
  }
  #xmas2025 .hokkaido_list li .pic img {
    border-radius: 0;
  }

  #xmas2025 .hokkaido_list li .txt_box{
    width: 52.4%;
  }

  #xmas2025 .hokkaido_list li .txt_box h3 {
    font-size: clamp(16px,4.2vw,22px);
    line-height: 1.5625;
    margin-bottom: 10px;
  }
  #xmas2025 .hokkaido_list li .price{
    font-size: clamp(13px,3.4vw,18px);
  }

  #xmas2025 .hokkaido_list li .txt_box p a {
    font-size: clamp(10px,2.6vw,13px);
    margin-top: 12px;
    padding: 12px;
  }
  #xmas2025 .hokkaido_list li .txt_box p a:after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
  #xmas2025 .hokkaido_detail {
    margin-top: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 40px;
  }
  #xmas2025 .hokkaido_detail .price_box {
    width: 100%;
    text-align: center;
  }
  #xmas2025 .hokkaido_detail .price_box .price {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #xmas2025 .hokkaido_detail .price_box .txt_other{
    margin-bottom: 20px;
  }

  #xmas2025 .hokkaido_detail .price_box .xmas_btn {
    margin-right: auto;
  }
  #xmas2025 .hokkaido_detail .txt_box {
    font-size: 13px;
  }
  #xmas2025 .fromage {
    background: url(https://morozoff.itembox.design/item/images/xmas/bg_star_gold_sp.svg) no-repeat top left/100%, #142850;
  }
  #xmas2025 .fromage .title01 {
    letter-spacing: -0.05em;
  }

  #xmas2025 .fromage .txt{
    font-size: clamp(13px,3.4vw,16px);
  }

  #xmas2025 .fromage .detail_list {
    margin-bottom: 60px;
  }
  #xmas2025 .fromage .detail_list ul h3 {
    font-size:clamp(16px,4.2vw,22px);
    margin-bottom: 10px;
  }

  #xmas2025 .fromage .detail_list li{
    width: 100%;
  }

  #xmas2025 .fromage .detail_list ul{
    margin-top: 40px;
  }

  #xmas2025 .fromage .detail_list .forwinter img{
    margin: 0 auto 20px;
  }

  #xmas2025 .fromage .price{
    display: block!important;
  }

  #xmas2025 a.mimizuku_link {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    width: 100%;
    font-size: 19px;
    padding: 14px;
    border-radius: 5px;
  }
  #xmas2025 a.mimizuku_link img {
    width: 123px;
  }
  #xmas2025 .faq h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #xmas2025 .faq_dl {
    padding: 20px 15px;
    margin: 0 -10px 10px;
  }
  #xmas2025 .faq_dl dt {
    font-size: clamp(14px,3.7vw,18px);
  }
  #xmas2025 .faq_dl dt i {
    width: 20px;
    height: 20px;
  }
  #xmas2025 .faq_dl dd {
    font-size: clamp(14px,3.7vw,16px);
    margin-top: 16px;
    padding-top: 20px;
  }
}

/*# sourceMappingURL=../map/xmas/xmas2025.css.map */
