@charset "utf-8";

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
:root {
  --font-color: #242424;
  --sub-color: #AC0625;
}

.forcms_block {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}

.block-breadcrumb-wrap {
  z-index: 1;
  position: relative;
}

.anniversary * {
  box-sizing: border-box;
}

.anniversary h1,
.anniversary h2,
.anniversary h3,
.anniversary h4 {
  font-size: inherit;
  font-weight: bold;
}

.anniversary div,
.anniversary span,
.anniversary p {
  font-size: inherit;
}

.anniversary a {
  color: inherit;
}

.anniversary a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.anniversary img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.anniversary {
  position: relative;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--font-color);
}

/*-----------------------------------------
  main
-----------------------------------------*/
.anniversary .sec-main .main-mv-wrapper {
  padding: 0px 0 30px;
  background: url(/cms/img/usr/cp/christmas_sale2025/bg01.jpg?v1
) no-repeat top center;
  background-size: cover;
  padding-bottom: 50px;
}

.main-mv {
  position: relative;
  width: 1900px;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}

.main_text {
  position: absolute;
  width: 1030px;
  top: 92px;
  left: 466.5px;
  transform: none;
  z-index: 5;
  color: white;
  font-size: 2em;
}

.main_text img.b_mv_text {
  width: 728px;
  max-width: 937px;
}

.main_text img.b_mv_product {
  width: 830px !important;
  position: relative;
  top: -130px;
}

.anniversary .sec-main .main-mv img {
  width: 100%;
}

.anniversary .sec-main .main-mv-text {
  padding: 90px 0;
  line-height: 1.6;
  text-align: center;
  color: #172446;
  max-width: 1200px;
  margin: auto;
  min-width: 1700px;
  min-height: 380px;
  background: url(/cms/img/usr/cp/christmas_sale2025/message.png) no-repeat top center;
  background-size: 1200px;
}

.anniversary .sec-main .main-mv-text h2 {
  font-size: 1.75rem;
  margin-bottom: 28px
}

.anniversary .sec-main .main-mv-text p {
  font-size: 1.25rem;
  font-weight: normal;
}

/* BLOCK02 **********************/
.block02 {
  padding: 110px;
  background: url(/cms/img/usr/cp/christmas_sale2025/bg02.jpg) no-repeat top center;
  background-size: cover;
}

.block02 h3 {
  width: 1280px;
  margin: auto;
  font-size: 44px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  padding-bottom: 40px;
}

.campaign-section-wrap {
  padding: 40px 0 0;
}

.campaign-section-inner {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.campaign-box {
  width: calc(100% / 3);
  height: 367px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  font-weight: bold;
}

.box-01 {
  background-image: url('/cms/img/usr/cp/christmas_sale2025/box01.png');
}

.box-02 {
  background-image: url('/cms/img/usr/cp/christmas_sale2025/box02.png');
}

.box-03 {
  background-image: url('/cms/img/usr/cp/christmas_sale2025/box03.png');
}

.box-content {
  padding-top: 192px;
  color: #333;
}

.box-01 .box-content {
  margin-top: -22px;
}

.box-01 .box-content p {
  margin-bottom: 5px;
}

.box-content p {
  font-size: 22px;
  margin-bottom: 5px;
}

.box-content h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding-top: 10px;
}

.check-link {
  display: block;
  width: 70%;
  margin: auto;
  margin-left: 60px;
  position: absolute;
  bottom: 5px;
  height: 28px;

  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

a.check-link {
  color: #fff;
}

/* BLOCK03 **********************/
.block03 {
  padding: 110px;
  background: url(/cms/img/usr/cp/christmas_sale2025/bg03.jpg) no-repeat top center;
  background-size: cover;
}

.block03 h3 {
  text-align: center;
  margin: auto;
  font-size: 44px;
  color: #FFFFFF;
  font-weight: 500;
  padding-bottom: 40px;
  height: 221px;
  margin-bottom: 50px;
}

.block03 .twoblocks {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.block03 .block {
  width: 570px;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  padding-top: 180px;
  min-height: 500px;
  box-sizing: border-box;
  border-radius: 20px;
}

.block03 .block-title-img {
  position: absolute;
  top: -35px;
  left: -23px;
  max-width: none !important;
  width: 614px !important;
  z-index: 10;
}

.block03 .block-content {
  text-align: center;
  color: #0F111D;
}

.block03 .subtitle {
  color: #0F111D;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.block03 .note {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.block03 .note p {
  margin-bottom: 10px;
}

.block03 .attention {
  color: #A51C1C;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px !important;
}

.block03 .blck01 .disclaimer {
  color: #666666;
  margin-top: 20px !important;
  font-size: 14px;
  text-align: left;
  padding-top: 110px;
}

.block03 .blck02 .disclaimer {
  color: #666666;
  font-size: 14px;
  margin: 0 20px;
  margin-top: 0px !important;
  text-align: left;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0px;
}

.block03 .img03_01 {
  height: 217px !important;
  margin-bottom: 20px;
}

.block03 .img03_02 {
  width: 90%;
  padding-bottom: 20px;
}

.block03 .img03_02 img {
  width: 200px !important;
}

.block03 .text_2nd {
  font-size: 16px;
  padding-bottom: 10px;
}

.block03 .text_2nd span {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* BLOCK04 **********************/
.block04 {
  padding: 110px;
  padding-bottom: 50px;
  background: url(/cms/img/usr/cp/christmas_sale2025/bg04.jpg) no-repeat top center;
  background-size: cover;
}

.block04 h3 {
  width: 1100px;
  margin: auto;
  margin-bottom: 85px;
}

.block04 h3 img {
  width: 100%;
}

.block04 .block_one,
.block05 .block_one {
  width: 1200px;
  margin: auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  padding-top: 180px;
  min-height: 500px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 67px;
}

.block04 .block-title-img,
.block05 .block-title-img {
  position: absolute;
  top: -36px;
  left: -62px;
  max-width: none !important;
  width: 1322px !important;
  z-index: 10;
}

.block04 h4 {
  font-size: 22px;
  text-align: center;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block04 .img04_01 {
  width: 900px;
  margin: auto;
  display: block;
  margin-bottom: 60px;
}

.block04 .in_box {
  width: 920px;
  margin: auto;
  background-color: #F6F1EE;
  padding: 1px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 50px;
}

.block04 .in_box h5 {
  width: 150px;
  margin: -40px auto 30px;
}

.block04 .in_box p {
  font-size: 20px;
  padding-bottom: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}

.block04 .img_sd {
  width: 530px;
  margin-bottom: 20px;
}

.block04 .in_box p.add_txt {
  color: #888888;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0px;
}

.block04 .btn_sale01 a {
  text-align: center;
  display: block;
  width: 580px;
  margin: auto;
  background-color: #A51C1C;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 20px;
  padding: 10px;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
}

.block04 .btn_sale01 a::after {
  content: "\25B6";
  position: absolute;
  color: #FFFFFF;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
}

.block04 .btn_sale01 a span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

.block04 img.img04_02 {
  width: 562px;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.block04 p {
  padding: 20px 0 20px;
  font-size: 20px;
  text-align: center;
}

.block04 .box_keihin {
  width: 1020px;
  background-color: #F4F0EC;
  padding: 20px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 50px;
}

.block04 .box_keihin h6 {
  color: #A51C1C;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.block04 .box_keihin strong {
  color: #172446;
  font-size: 50px;
  font-family: "Miller Display", Georgia, serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 20px;
}

/* BLOCK05 **********************/
.block05 {
  padding: 110px;
  padding-bottom: 50px;
  background: url(/cms/img/usr/cp/christmas_sale2025/bg05.jpg) no-repeat top center;
  background-size: cover;
}

.block05 .img05_01 {
  width: 1020px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}

.block05 p {
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.block05 .img05kinri {
  width: 750px;
  margin: auto;
  display: block;
  margin: 30px auto;
}

.block05 .box_sample {
  width: 950px;
  margin: auto;
  border: 1px solid #F2F2F2;
  margin-top: 60px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.block05 .box_sample h5 {
  position: absolute;
  top: -1px;
  left: 45px;
  background-color: #181231;
  color: #FFFFFF;
  display: inline-block;
  padding: 6px 30px;
  white-space: nowrap;
  margin-top: -15px;
  font-size: 18px;
  line-height: 18px;
}

.block05 .box_sample h6 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px;
  color: #000000;
}

.block05 .box_sample .inboxs {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 20px;
}

.block05 .box_sample .inbox_l,
.block05 .box_sample .inbox_r {
  width: 50%;
}

.block05 .box_sample .inbox_l img,
.block05 .box_sample .inbox_r img {
  width: 90%;
}

.block05 .box_sample .inbox_l img {
  margin-top: 40px;
}

.block05 .add_text02 {
  border-top: 1px solid #C6C6C6;
  margin-top: 20px;
  padding-top: 20px;
}

.block05 .add_text02 p {
  text-align: left;
}

.block05 .add_text02 p span {
  font-size: 90%;
}


.block05 .btn_sale02 a {
  text-align: center;
  display: block;
  width: 690px;
  margin: auto;
  background-color: #A51C1C;
  color: #FFFFFF;
  border-radius: 50px;
  font-size: 20px;
  padding: 17px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

.block05 .btn_sale02 a::after {
  content: "\25B6";
  position: absolute;
  color: #FFFFFF;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
}


/* BLOCK06 **********************/
.block06 {
  padding: 110px;
  background: url(/cms/img/usr/cp/christmas_sale2025/bg06.jpg) no-repeat bottom center;
  background-size: cover;
}

.block06 .block_one {
  width: 1200px;
  margin: auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 35px;
  min-height: 500px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 40px;
}

.block06 h5.ttl_06 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.block06 .block_one {
  text-align: center;
}

.block06 p.red_box {
  display: inline-block;
  color: #8B2B2B;
  border: 1px solid #8B2B2B;
  padding: 5px 60px;
  margin-bottom: 20px;
}

.block06 .ttl_06_02 {
  color: #333333;
  font-size: 20px;
  margin-bottom: 20px;
}

.block06 .img06_01 {
  width: 682px;
  margin-bottom: 20px;
}

.block06 .a_txt {
  text-align: left;
}

.block06 .block_one.lastbox {
  text-align: left;
}

.block06 .block_one.lastbox .subttl01 {
  border-bottom: 1px solid #242424;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

.block06 .block_one.lastbox .subttl01:nth-of-type(2) {
  margin-top: 50px;
}

.block06 .block_one a {
  color: #3080C0;
  text-decoration: underline;
}

.block06 .block_one.lastbox .atten_list,
.block06 .block_one.lastbox .atten_p {
  line-height: 1.8;
}

.cp-spring-fes-mv {
  display: none;
}





/*--------------------SPSPSPSPSPSPSPSPSPSPSPSPSPSPSPSPSPS---------------------*/

@media screen and (max-width: 768px) {

  /*-----------------------------------------
  main
-----------------------------------------*/
  .anniversary .sec-main .main-mv-wrapper {
    padding: 0px 0 30px;
    background: url(/cms/img/usr/cp/christmas_sale2025/bg01_sp.jpg) no-repeat top center;
    background-size: cover;
    padding-bottom: 20px;
    width: 100%;
    overflow: hidden;
  }

  .main-mv {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }

  .main-mv img {
    position: relative;
    width: 115% !important;
    left: 52.5%;
    transform: translateX(-50%);
  }

  .main_text {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 391.5px;
    transform: none;
    z-index: 5;
    color: white;
    font-size: 2em;
  }

  .main_text img.b_mv_text {
    width: 100%;
    max-width: 697px;
  }

  .main_text img.b_mv_product {
    width: 100%;
    position: relative;
    top: -100px;
  }


  .anniversary .sec-main .main-mv-text {
    padding: 13vw 7% 1vw;
    line-height: 1.6;
    text-align: center;
    color: #172446;
    max-width: 120%;
    margin: auto;
    margin-left: 1.5%;
    min-width: auto;
    min-height: auto;
    height: 115vw !important;
    background: url(/cms/img/usr/cp/christmas_sale2025/message_sp.png) no-repeat top center;
    background-size: 110%;
  }

  .anniversary .sec-main .main-mv-text h2 {
    font-size: 1.2rem;
    margin-bottom: 28px
  }

  .anniversary .sec-main .main-mv-text p {
    font-size: 3.5vw;
    font-weight: normal;
  }

  /* BLOCK02 **********************/
  .block02 {
    padding: 20px 5px;
    background: url(/cms/img/usr/cp/christmas_sale2025/bg02_sp.jpg) no-repeat top center;
    background-size: cover;
  }

  .block02 h3 {
    width: 100%;
    margin: auto;
    font-size: 5vw;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    padding-bottom: 20px;
  }

  .campaign-section-wrap {
    padding: 0px 10px 5px;
  }

  .campaign-section-inner {
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .campaign-box {
    height: 41vw;
    min-height: none;
    padding-bottom: 1vw;
  }

  .campaign-section-inner .box-01 {
    flex-basis: 100%;
    width: 100%;
    background-size: 45vw;
  }

  .campaign-section-inner .box-02,
  .campaign-section-inner .box-03 {
    width: calc(50% - 10px);
    background-size: 45vw;
  }

  .box-content {
    padding-top: 19vw;
  }

  .box-01 .box-content {
    margin-top: -1vw;
  }

  .box-02 .box-content {
    margin-top: 1.7vw;
  }

  .box-content p {
    font-size: 3vw;
    margin-bottom: -6px;
  }

  .box-content h2 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    padding-top: 2vw;
  }

  .box-01 .box-content h2 {
    padding-top: 0vw;
  }

  .check-link {
    display: block;
    width: 33vw;
    margin: auto;
    margin-left: 6vw;
    position: absolute;
    bottom: 2vw;
    height: 4.5vw;
    font-size: 2.3vw;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
  }

  .check-link .last-char {
    font-size: 1.6vw !important;
  }

  .box-01 .check-link {
    margin-left: 27vw;
    width: 40vw;
    bottom: 2vw;
  }

  a.check-link {
    color: #fff;
  }

  /* BLOCK03 **********************/
  .block03 {
    padding: 5vw;
    background: url(/cms/img/usr/cp/christmas_sale2025/bg03_sp.jpg) no-repeat top center;
    background-size: cover;
  }

  .block03 h3 {
    text-align: center;
    margin: auto;
    font-size: 44px;
    color: #FFFFFF;
    font-weight: 500;
    padding-bottom: 30px;
    height: auto;
    margin-bottom: 21px;
  }

  .block03 .twoblocks {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }

  .block03 .block {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    padding-top: 27vw;
    min-height: 500px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 10vw;
  }

  .block03 .block-title-img {
    position: absolute;
    top: -8vw;
    left: -3.8vw;
    max-width: none !important;
    width: 97vw !important;
    z-index: 10;
  }

  .block03 .block-content {
    text-align: center;
    color: #0F111D;
  }

  .block03 .subtitle {
    color: #0F111D;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .block03 .note {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
  }

  .block03 .note p {
    margin-bottom: 10px;
  }

  .block03 .attention {
    color: #A51C1C;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px !important;
  }

  .block03 .blck01 .disclaimer {
    color: #666666;
    margin-top: 20px !important;
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
  }

  .block03 .blck02 .disclaimer {
    color: #666666;
    font-size: 13px;
    margin: 0 0px;
    margin-top: 0px !important;
    text-align: left;
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 0px;
  }

  .block03 .img03_01 {
    height: 174px !important;
    margin-bottom: 10px;
  }

  .block03 .img03_02 {
    width: 90%;
    padding-bottom: 20px;
  }

  .block03 .img03_02 img {
    width: 200px !important;
  }

  .block03 .text_2nd {
    font-size: 3.4vw;
    padding-bottom: 10px;
  }

  .block03 .text_2nd span {
    display: inline-block;
    padding-bottom: 10px;
  }

  .block03 .blck02 {
    margin-bottom: 5vw;
  }

  /* BLOCK04 **********************/
  .block04 {
    padding: 5vw;
    padding-bottom: 5px;
    background: url(/cms/img/usr/cp/christmas_sale2025/bg04_sp.jpg) no-repeat top center;
    background-size: cover;
  }

  .block04 h3 {
    width: 100%;
    margin: auto;
    margin-bottom: 85px;
  }

  .block04 h3 img {
    width: 80%;
    margin-left: 10%;
    margin-top: 4vw;
    margin-bottom: -12vw;
  }

  .block04 .block_one {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    padding-top: 25vw;
    min-height: 500px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 40px;
  }

  .block04 .block-title-img {
    position: absolute;
    top: -10vw;
    left: -7.2vw;
    max-width: none !important;
    width: 101vw !important;
    z-index: 10;
  }

  .block04 .block_one:nth-of-type(2) .block-title-img {
    position: absolute;
    top: -11vw;
    left: -4.2vw;
    max-width: none !important;
    width: 98vw !important;
    z-index: 10;
  }

  .block04 h4 {
    font-size: 19px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block04 .img04_01 {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 41px;
  }

  .block04 .in_box {
    width: 88%;
    margin: auto;
    background-color: #F6F1EE;
    padding: 4vw;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 25px;
  }

  .block04 .in_box h5 {
    width: 32vw;
    margin: -40px auto 0px;
  }

  .block04 .in_box p {
    font-size: 14px;
    padding-bottom: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .block04 .img_sd {
    width: 96%;
    margin-bottom: 0px;
  }

  .block04 .in_box p.add_txt {
    color: #888888;
    font-weight: normal;
    font-size: 2.5vw;
    margin-bottom: 0px;
  }

  .block04 .btn_sale01 a {
    text-align: center;
    display: block;
    width: 93%;
    margin: auto;
    background-color: #A51C1C;
    color: #FFFFFF;
    border-radius: 50px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
  }

  .block04 .btn_sale01 a::after {
    content: "\25B6";
    position: absolute;
    color: #FFFFFF;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 1;
  }

  .block04 .btn_sale01 a span {
    display: block;
    font-size: 14px;
    font-weight: normal;
  }

  .block04 img.img04_02 {
    width: 562px;
    display: block;
    margin: auto;
    margin-top: 20px;
  }

  .block04 p {
    padding: 20px 0 20px;
    font-size: 17px;
    text-align: center;
  }

  .block04 .box_keihin {
    width: 88%;
    background-color: #F4F0EC;
    padding: 20px;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 0px;
  }

  .block04 .box_keihin h6 {
    color: #A51C1C;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 11px;
  }

  .block04 .box_keihin strong {
    color: #172446;
    font-size: 31px;
    font-family: "Miller Display", Georgia, serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 0px;
  }

  /* BLOCK05 **********************/
  .block05 {
    padding: 5vw;
    padding-top: 10vw;
    padding-bottom: 3vw;
    background: url(/cms/img/usr/cp/christmas_sale2025/bg05_sp.jpg) no-repeat top center;
    background-size: cover;
  }

  .block05 .block_one {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    padding-top: 30vw;
    min-height: 500px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .block05 .img05_01 {
    width: 1020px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }

  .block05 p {
    text-align: center;
    font-size: 14px;
    color: #000000;
  }

  .block05 .block-title-img {
    position: absolute;
    top: -6.5vw;
    left: -6.3vw;
    max-width: none !important;
    width: 100vw !important;
    z-index: 10;
  }

  .block05 .img05kinri {
    width: 100%;
    margin: auto;
    display: block;
    margin: 30px auto;
  }

  .block05 .box_sample {
    width: 82%;
    margin: auto;
    border: 1px solid #F2F2F2;
    margin-top: 60px;
    padding: 28px;
    text-align: center;
    position: relative;
  }

  .block05 .box_sample h5 {
    position: absolute;
    top: -1px;
    left: 45px;
    background-color: #181231;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 30px;
    white-space: nowrap;
    margin-top: -15px;
    font-size: 18px;
    line-height: 18px;
  }

  .block05 .box_sample h6 {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    color: #000000;
  }

  .block05 .box_sample .inboxs {
    display: block;
    align-items: normal;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .block05 .box_sample .inbox_l {
    margin-bottom: 15px;
  }

  .block05 .box_sample .inbox_l,
  .block05 .box_sample .inbox_r {
    width: 115%;
    margin-left: -7%;
  }

  .block05 .box_sample .inbox_l img,
  .block05 .box_sample .inbox_r img {
    width: 90%;
  }

  .block05 .box_sample .inbox_l img {
    margin-top: 40px;
  }

  .block05 .add_text02 {
    border-top: 1px solid #C6C6C6;
    margin-top: 20px;
    padding-top: 20px;
  }

  .block05 .add_text02 p {
    text-align: left;
  }

  .block05 .add_text02 p span {
    font-size: 90%;
  }


  .block05 .btn_sale02 a {
    text-align: center;
    display: block;
    width: 87%;
    margin: auto;
    background-color: #A51C1C;
    color: #FFFFFF;
    border-radius: 50px;
    font-size: 15px;
    padding: 11px;
    padding-right: 10%;
    margin-top: 40px;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
  }

  .block05 .btn_sale02 a::after {
    content: "\25B6";
    position: absolute;
    color: #FFFFFF;
    right: 4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    line-height: 1;
  }


  /* BLOCK06 **********************/
  .block06 {
    padding: 5vw;
    padding-top: 10vw;
    padding-bottom: 52.5vw;
    background: url(/cms/img/usr/cp/christmas_sale2025/bg06_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .block06 .block_one {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #fff;
    border: none;
    padding: 3vw;
    min-height: none;
    box-sizing: border-box;
    border-radius: 20px;
    margin-bottom: 0px;

  }

  .block06 h5.ttl_06 {
    color: #333333;
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .block06 .block_one {
    text-align: center;
    padding: 20px;
    margin-bottom: -40px;
  }

  .block06 p.red_box {
    display: inline-block;
    color: #8B2B2B;
    border: 1px solid #8B2B2B;
    padding: 5px;
    margin-bottom: 20px;
  }

  .block06 .ttl_06_02 {
    color: #333333;
    font-size: 4vw;
    margin-bottom: 20px;
  }

  .block06 .img06_01 {
    width: 100%;
    margin-bottom: 20px;
  }

  .block06 .a_txt {
    text-align: left;
  }

  .block06 .block_one.lastbox {
    text-align: left;
  }

  .block06 .block_one.lastbox .subttl01 {
    border-bottom: 1px solid #242424;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }

  .block06 .block_one.lastbox .subttl01:nth-of-type(2) {
    margin-top: 20px;
  }

  .block06 .block_one a {
    color: #3080C0;
    text-decoration: underline;
  }

  .block06 .block_one.lastbox .atten_list,
  .block06 .block_one.lastbox .atten_list li,
  .block06 .block_one.lastbox .atten_p {
    line-height: 1.8;
    font-size: 3vw;
  }

  .cp-spring-fes-mv {
    display: none;
  }

}

body {
  overflow-x: hidden !important;
}

/*-----------------------------------------
 navi (追記/更新)
-----------------------------------------*/
.christmas-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 9999;
  background-color: #980509;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 60px;
}

.christmas-nav.is-visible {
  bottom: 0;
}

.christmas-nav-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.christmas-nav-inner {
  width: 100%;
  max-width: 1000px;
  display: flex;
  height: 100%;
}

a.christmas-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-top: 5px solid;
  opacity: 0.9;
  transition: 0.2s;
  border-top: 5px solid;
}

a.christmas-nav-link:hover {
  opacity: 1;
  background-color: #AC0625;
}

a.christmas-nav-link.active {
  opacity: 1;
  border-top-width: 0;
  color: #AD0825;
}

a.christmas-nav-link.active {
  background-color: #ffffff;
  border-top: 5px solid #AD0825;
}

/* レスポンシブ対応 (768px以下) */
@media screen and (max-width: 768px) {
  a.christmas-nav {
    height: 50px;
    bottom: -70px;
  }

  a.christmas-nav-link {
    font-size: 3vw;
    line-height: 1.2;
    padding: 0 5px;
  }
}