@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap');
/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', serif;
  --font_libre: 'Libre Baskerville', serif;
  --font-garamond: "Garamond","EB Garamond", serif;
  --font-shippori: "Shippori Mincho B1", serif;;
  --color_brown: #452626;
  --color_navy: #0A0F2C;
  --color_gold : #D8AE70;
  --color_darkbrown: #212121;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
.font_notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.font_garamond {
  font-family: "Garamond","EB Garamond", serif;
  font-optical-sizing: auto;
}
.txt_gold {
  color: var(--color_gold);
}
/* ===============================
行間・文字間隔等
=============================== */
#xmas_2025 h2,
#xmas_2025 h3,
#xmas_2025 h4,
#xmas_2025 h5,
#xmas_2025 h2 small,
#xmas_2025 h3 small,
#xmas_2025 h4 small,
#xmas_2025 h5 small {
  font-weight: 500;
  letter-spacing: 0.03em!important;
}
@media screen and (max-width: 599px) {
  #xmas_2025 h2,
  #xmas_2025 h3,
  #xmas_2025 h4,
  #xmas_2025 h5,
  #xmas_2025 h2 small,
  #xmas_2025 h3 small,
  #xmas_2025 h4 small,
  #xmas_2025 h5 small {
    letter-spacing: 0.02em!important;
  }
}
#xmas_2025 p,
#xmas_2025 p span,
#xmas_2025 p small  {
  line-height: 2.2em!important;
  letter-spacing: 0.03em!important;
  font-size: 1.5rem;
}
#xmas_2025 dt,
#xmas_2025 dd  {
  letter-spacing: 0.03em!important;
}

@media screen and (max-width: 599px) {
#xmas_2025 p,
#xmas_2025 p span,
#xmas_2025 p small,
#xmas_2025 dt,
#xmas_2025 dd,
#xmas_2025 li  {
  letter-spacing: 0em!important;
}
#xmas_2025 p {
  font-size: 1.4rem;
}
}
#xmas_2025 .inner {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  #xmas_2025 .inner {
    margin-bottom: 4rem;
  }
}
#xmas_2025 .inner br {
  display: block!important;
}
@media screen and (max-width: 599px) {
  #xmas_2025 .inner br {
  display: none!important;
}
}
/* ===============================
リンク設定
=============================== */
#xmas_2025 a {
  text-decoration: none!important;
}
#xmas_2025 a:hover {
  color: inherit!important;
}
/* クリスマス特集 共通
************************************/
#l-headingWrap {
    padding: 0!important;
}
#l-heading1 {
    display: none;
}
.fs-c-breadcrumb {
    margin: 1.4rem auto!important;
}
@media screen and (max-width: 599px) {
    .fs-c-breadcrumb {
    margin: 1.0rem auto!important;
}
}
.fs-l-main {
  width: 100%!important;
  max-width: 100%!important;
  padding: 0!important;
  margin-top: 0!important;
  overflow: hidden;
}
.fs-l-pageMain {
  width: 100%!important;
  max-width: 100%!important;
}
.l-mainColumnWrap {
  padding: 0!important;
  margin: 0!important;
}
.fs-l-pageMain .l-mainContents .l-mainColumnWrap {
  width: 100%!important;
  max-width: 100%!important;
}
.l-asideWrap,
.fs-c-productList__controller,
.fs-c-productList,
.fs-c-productList__list,
.fs-c-noResultMessage__title {
  display: none!important;
}
#xmas_2025 {
  width: 100%;
}
#xmas_2025 .inner_wrap {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
#xmas_2025_campaign .inner_wrap {
  width: 970px;
}
@media screen and (max-width: 1048px) {
  #xmas_2025_campaign .inner_wrap {
    width: 94%;
  }
}
@media (max-width: 899px) {
  #xmas_2025 .inner_wrap {
    width: 94%;
  }  
}
@media (max-width: 599px) {
  #xmas_2025 .inner_wrap {
    width: 100%;
  }  
}
#xmas_2025 .inner_wrap > *:last-child,
#xmas_2025 .inner_wrap > *:last-child > *:last-child,
#xmas_2025 .inner_wrap > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0!important;
}
 
.xmas_2025_item_wrap > *:last-child,
.xmas_2025_item_wrap > *:last-child > *:last-child,
.xmas_2025_item_wrap > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0!important;
}
.xmas_2025_section {
  padding: ;

}
.w960 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.w880 {
  width: 880px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .w960 {
  width: 90%;
}
.w880 {
  width: 90%;
}}

/* ===============================
メインビジュアル
=============================== */
.xmas_2025_title_wrap {
  width: 100%;
  background: url(https://morpho1995noij.itembox.design/item/xmas_2025/title_bg.png) no-repeat;
  background-size: cover;
  min-height: 810px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1470px) {
    .xmas_2025_title_wrap {
        min-height: 250px;
        background: url(https://morpho1995noij.itembox.design/item/xmas_2025/title_bg.png) no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 599px) {
  .xmas_2025_title_wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: url(https://morpho1995noij.itembox.design/item/xmas_2025/title_bg.png) no-repeat center;
  background-size: cover;
  min-height: auto;
  }
}
.xmas_2025_title_inner {
    width: 82.29%;
    margin: 0 auto;
    text-align: right;
    position: relative;
}
@media screen and (max-width: 1470px) {
  .xmas_2025_title_inner {
    margin: 10%;
  }
  .xmas_2025_title_inner img{
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .xmas_2025_title_inner {
    width: 84%;
    margin: 8%;
    display: flex;
    flex-direction: column-reverse;
  }
  .xmas_2025_title_inner img{
    width: 95%;
  }
}
#xmas_2025 .xmas_2025_title_inner h2 {
    color: #FFF!important;
    font-family: var(--font-garamond);
    font-size: 8.8rem;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.18);
    letter-spacing: 0.08em!important;
    line-height: 1.0;
    position: absolute;
    bottom: -5.5rem;
}
@media screen and (max-width: 1040px) {
  #xmas_2025 .xmas_2025_title_inner h2 {
    font-size: 6.8rem;
    text-align: left!important;
  }
}
@media screen and (max-width: 899px) {
  #xmas_2025 .xmas_2025_title_inner h2 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 599px) {
  #xmas_2025 .xmas_2025_title_inner h2 {
    font-size: 4rem;
    position: relative;
    bottom: auto;
    margin-top: -1.5rem;
  }
}
/* ===============================
リード
=============================== */
.xmas_2025_lead {
  background-color: var(--color_navy);
  width: 100%;
  padding: 9rem 0 12rem;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .xmas_2025_lead {
  padding: 3.6rem 0 5rem;
}
.xmas_2025_lead p br {
  display: none;
}
}
.xmas_2025_ttl_01 {
  font-size: 2.6rem;
  font-family: var(--font-shippori);
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
.xmas_2025_ttl_01 {
  font-size: 2.2rem;
  margin-bottom: 2.4rem;
}
.xmas_2025_lead .xmas_2025_ttl_01 {
  text-align: center;
}
.xmas_2025_lead .xmas_2025_ttl_01 span {
  display: block;
}
}
@media screen and (max-width: 599px) {
  #xmas_2025 .xmas_2025_lead_link {
    text-align: center;
  }
}
#xmas_2025 .xmas_2025_lead_link a {
  display: inline-block;
  background-color: #111A4E;
  border: solid 1px #111A4E;
  text-decoration: underline!important;
  margin-top: 4rem;
  margin-bottom: 6.4rem;
  padding: 2.4rem 4rem;
}
@media screen and (max-width: 599px) {
  #xmas_2025 .xmas_2025_lead_link a {
    padding: 1.8rem 2.4rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
#xmas_2025 .xmas_2025_lead_link a:hover {
  text-decoration: none!important;
  background-color: var(--color_navy);
}
.xmas_2025_ttl_02 {
  display: inline-block;
  font-family: var(--font-garamond);
  color: #FFF;
  text-align: center;
  font-size: 2.8rem;
  background-color: var(--color_navy);
  padding: 0 1.9rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_02 {
    font-size: 2.2rem;
  }
}
.xmas_2025_pagelink_li {
  border: solid 1px #FFF;
  letter-spacing: 0.1em;
  margin-top: -1.5rem;
  padding-top: 5.6rem;
  padding-bottom: 5.5rem;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 710px) {
  .xmas_2025_pagelink_li {
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
}
.xmas_2025_pagelink_li li {
  width: 20%;
  font-family: var(--font-garamond);
  font-size: 2.4rem;
}
@media screen and (max-width: 899px) {
  .xmas_2025_pagelink_li li {
    width: 25%;
  }
}
@media screen and (max-width: 710px) {
  .xmas_2025_pagelink_li li {
    width: 45%;
    padding: 1.8rem 0; 
  }
}
.xmas_2025_pagelink_li li a {
  display: block;
  position: relative;
}
.xmas_2025_pagelink_li li a:hover {
  opacity: 0.5;
}
.xmas_2025_pagelink_li li a:after {
  content: '';
  display: block;
  width: 28px;
  height: 29px;
  background: url(https://morpho1995noij.itembox.design/item/xmas_2025/icon_arrow.png) no-repeat;
  background-size:  cover;
  margin: 2.2rem auto 0;
  position: relative;
  top: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 710px) {
  .xmas_2025_pagelink_li li a:after {
  margin: 1.2rem auto 0;
  }
}
.xmas_2025_pagelink_li li a:hover:after {
  position: relative;
  top: 1rem;
}
.xmas_2025_pagelink_li li span {
  display: block;
  font-family: var(--font_noto_sans);
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
/* ===============================
キャンペーン
=============================== */
.xmas_2025_campaign {
  background-color: var(--color_brown);
  width: 100%;
  padding: 12rem 0 12rem;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .xmas_2025_campaign {
  padding: 3.6rem 0 5rem;
}
}
.xmas_2025_ttl_03 {
  color: var(--color_gold);
  font-family: var(--font-shippori);
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 4.2rem;
}
#xmas_2025 .xmas_2025_ttl_03 {
  line-height: 1.5!important;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_03 {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
#xmas_2025 .xmas_2025_ttl_03,
#xmas_2025 .xmas_2025_ttl_03 small {
  letter-spacing: 0.09em!important;
}
.xmas_2025_ttl_03 small {
  display: block;
  font-family: var(--font-garamond);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.xmas_2025_cam_box {
  border: solid 1px #9E9E9E;
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_cam_box {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 7.4%;
    margin-bottom: 2.5rem;
  }
}
.xmas_2025_cam_img {
  width: 47%;
}
.xmas_2025_cam_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xmas_2025_cam_txt {
  width: calc(100% - 47%);
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .xmas_2025_cam_img {
    width: 70%;
  }
  .xmas_2025_cam_txt {
    width: 100%;
  }
  .xmas_2025_cam_txt br {
    display: none;
  }
  .xmas_2025_cam_txt h3 + p {
    text-align: left;
  }
}
.xmas_2025_ttl_04 {
  color: var(--color_gold);
  font-family: var(--font-shippori);
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_04 {
    font-size: 1.9rem;
  }
}
#xmas_2025 .xmas_2025_ttl_04 {
  letter-spacing: 0.06em!important;
}
.xmas_2025_ttl_04:before,
.xmas_2025_ttl_04:after {
  content: '';
  display: block;
  width: 37px;
  height: 1px;
  background-color: var(--color_gold);
  transform: rotate(55deg);
}
.xmas_2025_ttl_04:after {
  transform: rotate(-55deg);
}
.xmas_2025_cam_txt p {
  text-align: center;
}
.xmas_2025_ttl_05 {
  font-size: 1.3rem;
  text-align: center;
}
.xmas_2025_ttl_05 span {
  display: inline-block;
  border: solid 1px #604B4B;
  padding: 0.6rem 2rem;
  margin: 2rem auto 1rem;
}
.xmas_2025_cam_date {
  color: var(--color_gold);
  font-family: var(--font-garamond)!important;
  font-size: 1.8rem!important;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .xmas_2025_cam_date {
    font-size: 1.7rem!important;
  }
}
#xmas_2025 .xmas_2025_cam_date {
  letter-spacing: 0.1em!important;
  line-height: 1.2!important;
}
p.xmas_2025_cam_atte,
p.xmas_2025_cam_atte span {
  font-size: 1.4rem!important;
  text-align: left;
  margin-top: 1rem;
}
.xmas_2025_txtlink {
  margin-top: 1.6rem;
}
#xmas_2025 .xmas_2025_txtlink a {
  text-decoration: underline!important;
}
#xmas_2025 .xmas_2025_txtlink a:hover {
  text-decoration: none!important;
}
/* ===============================
商品紹介
=============================== */
.xmas_2025_products {
  background-color: var(--color_darkbrown);
  width: 100%;
  padding: 12rem 0 12rem;
  color: #FFF;
}
@media screen and (max-width: 599px) {
  .xmas_2025_products {
  padding: 3.6rem 0 5rem;
}
}
.xmas_2025_products h2 + p {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .xmas_2025_products h2 + p {
  text-align: left;
}
}
.xmas_2025_ttl_06 {
  text-align: center;
  font-size: 3.6rem;
  font-family: var(--font-shippori);
  color: #FFF;
  margin-bottom: 4.2rem;
}
#xmas_2025 .xmas_2025_ttl_06 {
  line-height: 1.5!important;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_06 {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}
.xmas_2025_ttl_06 small {
  display: block;
  color: var(--color_gold);
  font-family: var(--font-garamond);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
#xmas_2025 .xmas_2025_ttl_06 small {
  letter-spacing: 0.09em!important;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_06 small {
    font-size: 1.4rem;
  }
}
.xmas_2025_prod_wrap {
  border-bottom: solid 1px#707070;
  margin-bottom: 8rem;
  padding-bottom: 8rem
}
.xmas_2025_price .xmas_2025_prod_wrap {
  border-bottom: solid 1px#E5DCD8;
}
@media screen and (max-width: 599px) {
  .xmas_2025_prod_wrap {
  margin-bottom: 4rem;
  padding-bottom: 4rem
}
}
.xmas_2025_prod_main {
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_prod_main{
  margin-bottom: 5rem;
  }
}
.xmas_2025_ttl_07 {
  text-align: center;
  font-size: 3.6rem;
  font-family: var(--font-shippori);
  color: #FFF;
  margin-top: 4.2rem;
  margin-bottom: 3.6rem;
}
#xmas_2025 .xmas_2025_ttl_07 {
  line-height: 1.5!important;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_07 {
    font-size: 2.2rem;
    margin-top: 2.4rem;
    margin-bottom: 2rem;
  }
}
.xmas_2025_ttl_07 span {
  display: block;
  color: var(--color_gold);
  font-size: 2.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_07 span {
    font-size: 1.8rem;
  }
}
.xmas_2025_prod_main h4 + p {
  width: 615px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .xmas_2025_prod_main h4 + p {
  width: 100%;
}
}
#xmas_2025 .xmas_2025_prod_link a {
  display: inline-block;
  background-color: var(--color_darkbrown);
  border: solid 1px #9E9E9E;
  text-decoration: underline!important;
  margin-top: 5rem;
  padding: 2.4rem 4rem;
  min-width: 283px;
}
#xmas_2025 .xmas_2025_prod_link.btn_all a {
    background-color: #636363;
    border: solid 1px #636363;
}
#xmas_2025 .btn_long a {
  min-width: 497px;
}
@media screen and (max-width: 599px) {
  #xmas_2025 .xmas_2025_prod_link a {
    min-width: auto;
    width: 80%;
    padding: 1.8rem 2.4rem;
    margin-top: 3rem;
  }
  #xmas_2025 .btn_long a {
  min-width: auto;
  width: 100%;
}
}
#xmas_2025 .xmas_2025_prod_link a:hover {
  text-decoration: none!important;
  background-color: #363636;
}
#xmas_2025 .xmas_2025_prod_link.btn_all a:hover {
    background-color: var(--color_darkbrown);
  border: solid 1px #9E9E9E;
}
.xmas_2025_prod_3col {
  display: flex;
  justify-content: space-between;
}
.xmas_2025_prod_3col > div {
  width: 30%;
}
.xmas_2025_ttl_08 {
  color: #FFF;
  font-family: var(--font-shippori);
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_08 {
    font-size: 1.5rem;
  }
}
.xmas_2025_prod_3col .xmas_2025_ttl_08 {
  margin-top: 3.6rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_prod_3col .xmas_2025_ttl_08 {
  margin-top: 1.4rem;
}
}
.xmas_2025_ttl_08 span {
  color: var(--color_gold);
  font-size: 1.8rem;
  display: block;
  margin-top: 1.6rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_08 span {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
#xmas_2025 .xmas_2025_ttl_08 {
  line-height: 1.5!important;
}
.xmas_2025_prod_2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_prod_2col {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.xmas_2025_prod_2col.flex_reverse,
.xmas_2025_service_2col.flex_reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .xmas_2025_prod_2col.flex_reverse,
  .xmas_2025_service_2col.flex_reverse {
    flex-direction: column;
  }
}
.xmas_2025_prod_2col_img {
  width: 54.16%;
}
.xmas_2025_prod_2col_txt {
  width: 40.62%;
}
@media screen and (max-width: 599px) {
  .xmas_2025_prod_2col_img,
  .xmas_2025_prod_2col_txt {
    width: 100%;
  }
  .xmas_2025_prod_2col_img {
    margin-bottom: 2rem;
  }
  .xmas_2025_prod_2col_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
}
.xmas_2025_prod_2col_txt .xmas_2025_ttl_07 {
  margin-top: 0;
}
/* ===============================
価格＆ランキング
=============================== */
.xmas_2025_price {
  background-color: #F7F7F3;
  width: 100%;
  padding: 12rem 0;
  color: var(--color_darkbrown);
}
@media screen and (max-width: 599px) {
  .xmas_2025_price {
  padding: 3.6rem 0 5rem;
}
}
.xmas_2025_price .xmas_2025_ttl_03 {
  color: #8E5C5D;
}
.xmas_2025_price .xmas_2025_ttl_03,
.xmas_2025_price .xmas_2025_ttl_03 small {
  font-weight: 500!important;
}
.xmas_price_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .xmas_price_list {
    flex-direction: column;
    align-items: center;
  }
}
#xmas_2025 .xmas_price_list li {
  width: 32%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #xmas_2025 .xmas_price_list li {
    width: 90%;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.xmas_price_list li a {
  width: 100%;
  color: var(--color_brown);
  display: inline-block;
  border: solid 1px #8E5C5D;
  border-radius: 100vh;
  padding: 3.5rem 1rem;
}
#xmas_2025 .xmas_price_list li a {
  text-decoration: underline!important;
}
#xmas_2025 .xmas_price_list li a:hover {
  text-decoration: none!important;
}
@media screen and (max-width: 599px) {
  .xmas_price_list li a {
    padding: 2rem 1rem;
  }
}
.xmas_price_list li a {
  text-decoration: none!important;
}
.xmas_price_list li a:hover {
  text-decoration: none!important;
  background: var(--color_brown);
  opacity: 1.0!important;
}
#xmas_2025 .xmas_price_list li a:hover {
  color: #FFF!important;
}
/* ===============================
moreボタン
=============================== */
.btn_more,
#xmas_2025 .btn_more_bk {
  font-size: 1.4rem!important;
  font-family: var(--font_noto_sans)!important;
  display: inline-block;
  min-width: 497px;
  cursor: pointer;
  color: #FFF!important;
  border-radius: 0;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .2s ease;
  position: relative;
  margin-top: 3rem;
}
.xmas_tokuten_inner .btn_more {
  margin-top: 2rem;
} 
#xmas_2025 .btn_more_bk {
  display: block;
  width: fit-content;
  margin: 3rem auto 0;
}
@media screen and (max-width: 599px) {
  .btn_more,
  #xmas_2025 .btn_more_bk {
    min-width: auto;
    width: 100%;
  }
}
.btn_more a,
#xmas_2025 .btn_more_bk a {
  font-size: 1.4rem!important;
  font-family: var(--font_noto_sans)!important;
  color: #FFF!important;
  background: var(--color_darkbrown);
  display: inline-block;
  width: 100%;
  padding: 2rem;
  text-align: center;
  line-height: 2.2!important;
  border: none;
  margin: 0;
} 
.xmas_tokuten_inner .btn_more a {
  line-height: 2.6!important;
}

@media screen and (max-width: 599px) {
  #xmas_2025 .btn_more_bk a {
    width: 100%;
    font-size: inherit;
    padding: 1.6rem 2rem;
  }
}
.btn_more:hover,
#xmas_2025 .btn_more_bk:hover {
  opacity: 1.0!important;
}
.btn_more:hover a,
#xmas_2025 .btn_more_bk:hover a {
  opacity: 1.0!important;
}
#xmas_2025 .btn_more_bk a:hover {
  background-color: none!important;
  color: var(--color_brown)!important;
}
.btn_white,
#xmas_2025 .btn_more_bk {
  border: solid 1px var(--color_brown);
}
/* ===============================
ギフトサービス
=============================== */
.xmas_2025_service {
  background-color: var(--color_brown);
  width: 100%;
  padding: 12rem 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .xmas_2025_service {
  padding: 3.6rem 0 5rem;
}
}
.xmas_2025_service .xmas_2025_ttl_03,
.xmas_2025_contents .xmas_2025_ttl_03{
  color: #FFF;
}
.xmas_2025_service .xmas_2025_ttl_03 small,
.xmas_2025_contents .xmas_2025_ttl_03 small {
  color: var(--color_gold);
}
.xmas_2025_service_2col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_service_2col {
    flex-direction: column;
    margin-bottom: 4rem;
}
}
.xmas_2025_service_2col_img {
  width: 42.61%;
}
@media screen and (max-width: 599px) {
  .xmas_2025_service_2col_img {
  width: 70%;
}
}
.xmas_2025_service_2col_txt {
  width: 52.20%;
}
@media screen and (max-width: 599px) {
  .xmas_2025_service_2col_txt {
    width: 100%;
  }
}
.xmas_2025_ttl_09 {
  font-size: 2.4rem;
  font-family: var(--font-shippori);
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 599px) {
  .xmas_2025_ttl_09 {
  font-size: 1.9rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  }
  .xmas_2025_service_2col .xmas_2025_txtlink {
    text-align: center;
  }
}
.xmas_2025_service_delivery {
  display: flex;
}
@media screen and (max-width: 599px) {
  .xmas_2025_service_delivery {
    flex-direction: column;
  }
}
.xmas_2025_service_delivery dt,
.xmas_2025_service_delivery dd {
    font-family: var(--font-shippori);
    font-size: 2.4rem;
    line-height: 2.0;
}
.xmas_2025_service_delivery dt small {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .xmas_2025_service_delivery dt small {
  font-size: 1.4rem;
  display: inline;
  }
}
.xmas_2025_service_delivery dt {
  background-color: #331E1E;
  width: 32.5%;
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.xmas_2025_service_delivery dd {
  border: dotted 1px #5B4D4D;
  border-left: none;
  width: calc( 100% - 32.5%);
  padding: 0rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .xmas_2025_service_delivery dt,
  .xmas_2025_service_delivery dd {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .xmas_2025_service_delivery dd {
    font-size: 1.6rem;
    padding: 2rem 1rem;
    border: dotted 1px #5B4D4D;
    border-top: none;
    text-align: center;
  }
}
/* ===============================
クリスマスにおすすめの特集
=============================== */
.xmas_2025_contents {
  background-color: var(--color_navy);
  width: 100%;
  padding: 12rem 0;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .xmas_2025_contents {
  padding: 3.6rem 0 5rem;
}
}
.xmas_2025_contents_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 599px) {
  .xmas_2025_contents_list {
    grid-template-columns: 1fr 1fr;
  }
}
.xmas_2025_contents_list li {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  aspect-ratio: 1 / 1;
  display: flex;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .xmas_2025_contents_list li {
    font-size: 1.5rem;
  }
  .xmas_2025_contents_list li br {
    display: none;
  }
}
.xmas_2025_contents_list li:hover {
  opacity: .8;
}
.xmas_2025_contents_list li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .xmas_2025_contents_list li a {
    padding: 0 0.6rem;
  }
}
.xmas_2025_contents_list li:nth-child(1) {
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(https://morpho1995noij.itembox.design/item/xmas_2025/list_01_custom.jpg);
  background-size: cover;
}
.xmas_2025_contents_list li:nth-child(2) {
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(https://morpho1995noij.itembox.design/item/xmas_2025/list_02_suit.jpg);
  background-size: cover;
}
.xmas_2025_contents_list li:nth-child(3) {
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(https://morpho1995noij.itembox.design/item/xmas_2025/list_03_fall.jpg);
  background-size: cover;
}
.xmas_2025_contents_list li:nth-child(4) {
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(https://morpho1995noij.itembox.design/item/xmas_2025/list_04_bag.jpg);
  background-size: cover;
}
.xmas_2025_contents_list li:nth-child(5) {
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(https://morpho1995noij.itembox.design/item/xmas_2025/list_05_compact.jpg);
  background-size: cover;
}
.xmas_2025_contents_list li:nth-child(6) {
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(https://morpho1995noij.itembox.design/item/xmas_2025/list_06_cordovan.jpg);
  background-size: cover;
}
/* ===============================
メッセージ
=============================== */
.xmas_2025_message {
  background-image: linear-gradient(rgba(0,0,0,0.74),rgba(0,0,0,0.74)),url(https://morpho1995noij.itembox.design/item/xmas_2025/bg_star.png);
  width: 100%;
  padding: 12rem 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
    .xmas_2025_message {
  padding: 5rem 0;
}
}
.xmas_2025_message h2 {
  color: var(--color_gold);
  font-family: var(--font-garamond);
  font-size: 2.8rem;
}
#xmas_2025 .xmas_2025_message h2 + p {
  font-family: var(--font-shippori);
  font-size: 2.4rem!important;
}
@media screen and (max-width: 599px) {
  .xmas_2025_message h2 {
    font-size: 1.8rem;
  }
  #xmas_2025 .xmas_2025_message h2 + p {
    font-size: 1.5rem!important;
  }
}
#xmas_2025 #ranking_item_page {
  padding-top: 0!important;
}