@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
}
main {
    font-family: "Shippori Mincho", "Yu Gothic", sans-serif;
    color: #0D1345 ;
}


@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main img {
    vertical-align: bottom;
}


.christmas2025-sp{
    display: none;
}
.christmas2025-pc{
    display: block;
}
.zen {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.kau {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
  }


.gab {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
  }


/* メインビジュアル　*/

#christmas2025-mainvisual {
    width: 100%;
}

#christmas2025-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */
.christmas2025-wrap{
   background-color: #0D1345;
}
.christmas2025-lead {
    background-image: url(/img/usr/christmas2025/lead-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
}

.christmas2025-leadbox{
    position: relative;
    z-index: 1;
    background-image: url(/img/usr/christmas2025/lead-box.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 850px;
    height: 360px;
    margin: 0 auto 80px;
padding-top: 40px;
}
.christmas2025-leadbox::before{
      content: '';
    display: block;
    width: 160px;
    height: 200px;
    background-image: url(/img/usr/christmas2025/lead-star-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: 10px;
 left: 15px;
}
.christmas2025-leadbox::after{
      content: '';
    display: block;
    width: 160px;
    height: 200px;
    background-image: url(/img/usr/christmas2025/lead-star-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: 10px;
 right: 15px;
}
.christmas2025-leadtext {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
   line-height: 1.5;
}
.christmas2025-lead-date{
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
   line-height: 1.5;
   background-color: #fff;
   color: #0D1345;
   display: inline-block;
    letter-spacing: 0.1em;
    padding-right: 10px;
    padding-left: 10px;
margin-top: 5px;
}
.christmas2025-leadtext02 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
   line-height: 1.5;
   margin-top: 20px;
}
.christmas2025-leadtextspan{
border-bottom: 5px #DAB961 double;
}
.christmas2025-leadtext03 {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
   line-height: 1.5;
   margin-top: 20px;
   margin-bottom: 40px;
}
.christmas2025-titletext01 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
   line-height: 1.5;
   position: relative;
   display: inline-block;
   color: #fff;
}
.christmas2025-titletext01::before{
      content: '';
    display: block;
    width: 180px;
    height: 50px;
    background-image: url(/img/usr/christmas2025/title-ashirai-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: 10px;
 left: -180px;
}
.christmas2025-titletext01::after{
      content: '';
    display: block;
    width: 180px;
    height: 50px;
    background-image: url(/img/usr/christmas2025/title-ashirai-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: 10px;
 right: -180px;
}
.christmas2025-leadbox-flex{
    display: flex;
justify-content: center;
gap: 80px;
margin-top: 40px;
}
.christmas2025-leadbox-cont img{
    width: 330px;
}
.christmas2025-leadsecond-text img{
    width: 600px;
    margin-top: 30px;
}
/* 一覧 */
.christmas2025-ichiran{
     background-image: url(/img/usr/christmas2025/ichiran-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-top: 150px;
    padding-bottom: 200px;
   text-align: center;
   color:#fff;
}
.christmas2025-titletext02 {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
   line-height: 1.5;
   position: relative;
   display: inline-block;
}
.christmas2025-titletext02::before{
      content: '';
    display: block;
    width: 170px;
    height: 47px;
    background-image: url(/img/usr/christmas2025/ichiran-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: 10px;
 left: -170px;
}
.christmas2025-titletext02::after{
      content: '';
    display: block;
    width: 170px;
    height: 47px;
    background-image: url(/img/usr/christmas2025/ichiran-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: 10px;
 right: -170px;
}
.christmas2025-ichiran-box{
    margin-bottom: 100px;
    position: relative;
}
.christmas2025-ichiran-box::before{
      content: '';
    display: block;
    width: 200px;
    height: 250px;
    background-image: url(/img/usr/christmas2025/ichiran-ashirai-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: -180px;
 left: 10px;
}
.christmas2025-ichiran-box::after{
      content: '';
    display: block;
    width: 300px;
    height: 300px;
    background-image: url(/img/usr/christmas2025/ichiran-ashirai-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
bottom: -150px;
 right: 0;
}
.christmas2025-ichiran-box1{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 60px;
}
.christmas2025-ichiran-cont a{
   color:inherit;
   font-size: 18px;
}
.christmas2025-ichiran-cont a {
    transition: .3s;
}
@media screen and (min-width:768px) {
    .christmas2025-ichiran-cont a:hover {
        opacity: 0.7;
    }
}
.christmas2025-ichiran-cont img{
width: 245px;
}
.christmas2025-ichiran-box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 0;
    width: 1080px;
}
.christmas2025-ichiran-wrap{
 position: relative;
}
.christmas2025-ichiran-wrap::before{
      content: '';
    display: block;
    width: 220px;
    height: 210px;
    background-image: url(/img/usr/christmas2025/categ-ashirai-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
 top: -150px;
 left: 10px;
}
.christmas2025-ichiran-wrap::after{
      content: '';
    display: block;
    width: 220px;
    height: 250px;
    background-image: url(/img/usr/christmas2025/categ-ashirai-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
bottom: -100px;
 right: 0;
}
.christmas2025-ichiran-cate{
    width: calc(100%/3);
}
.christmas2025-ichiran-cate a{
   color:inherit;
   font-size: 18px;
}
.christmas2025-ichiran-cate a {
    transition: .3s;
}
@media screen and (min-width:768px) {
    .christmas2025-ichiran-cate a:hover {
        opacity: 0.7;
    }
}
.christmas2025-ichiran-cate img{
width: 300px;
}



/* 商品詳細*/
.christmas2025-product{
      background-image: url(/img/usr/christmas2025/detail-bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    text-align: center;
    padding-top:70px;
}
.christmas2025-type {
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 8px 5px 10px;
    border: 1px solid #8C0803;
    border-radius: 50px;
    letter-spacing: 0.2em;
   margin-top: 30px;
    color: #8C0803;
}

.christmas2025-type02 {
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 8px 5px 10px;
    border-radius: 50px;
    letter-spacing: 0.2em;
   margin-top: 30px;
    color: #fff;
    background-color: #8C0803;
margin-left: 10px;
}

.christmas2025-product-content{
    display: flex;
    border: 2px solid #AE9A40;
    padding: 20px;
gap: 10px;
}

.christmas2025-product {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}
.christmas2025-product-box {
    width: 1080px;
    margin: 100px auto 100px;
   background-image: url(/img/usr/christmas2025/product-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
        padding: 25px;
}
.christmas2025-product-detail {
    margin: 0 auto;
    width: 530px;
   text-align: left;
}
.christmas2025-product-name {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    color: #8C0803;
    margin-bottom: 10px;
 font-weight: bold;
}

.christmas2025-product-img-wrap{
    display: inline-block;
    width: 450px;
}

.christmas2025-product-img-wrap img {
    width: 100%;
}
.christmas2025-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}
.christmas2025-price-flex{
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.christmas2025-price-flex-haya{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    align-items: flex-end;
}
.christmas2025-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #0D1345;
}

.christmas2025-price-en {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
    color: #0D1345;
}

.christmas2025-cart a {
    transition: .3s;
}

.christmas2025-cart a img {
    width: 250px;
}
.christmas2025-cart-text{
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
     text-decoration: none;
      border-bottom: dashed 1px #0D1345;
      width: 150px;
      margin: 0 auto;
      color: #0D1345;
}
.christmas2025-cart-text a{
   color:inherit;
   font-size: 18px;
}
.christmas2025-cart a {
    transition: .3s;
}
@media screen and (min-width:768px) {
    .christmas2025-cart a:hover {
        opacity: 0.7;
    }
}

/* 追従*/

.christmas2025-pagetop{
    bottom: 250px;
left: calc(100vw - 15px);
    height: 240px;
    width: 80px;
    position: sticky;
}
.christmas2025-pagetop img{
    width: 100%;
}



@media screen and (max-width:767px) {

    .christmas2025-sp {
        display: block;
    }
 .christmas2025-pc {
        display: none;
    }
/* リード */

.christmas2025-leadbox{
     width: 95%;
       height:auto;
    margin:  80px auto 50px;
    padding-top: 30px;
    padding-bottom: 30px;
 background-image: none;
border: 5px double #AE9A40;
background-color:rgba(13, 19, 69, 0.9);
}
.christmas2025-leadbox::before{
    width: 80px;
    height: 100px;
    background-image: url(/img/usr/christmas2025/lead-star-left.png);
 top: 0px;
 left: 0px;
}
.christmas2025-leadbox::after{
    width: 80px;
    height: 100px;
 top: 0px;
 right: 0px;
}
.christmas2025-lead {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.christmas2025-leadtext {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: lighter;
}
.christmas2025-lead-date{
    font-size: 1.6rem;
}
.christmas2025-leadtext02 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: lighter;
}
.christmas2025-leadtext03 {
    font-size: 1.6rem;
    font-weight: lighter;
   margin-top: 40px;
   margin-bottom: 40px;
   margin-right: 10px;
   margin-left: 10px;
}
.christmas2025-titletext01 {
    font-size: 2.2rem;
    font-weight: lighter;
}
.christmas2025-titletext01::before{
    width: 40px;
    height: 10px;
    top: 30px;
 left: -40px;
}
.christmas2025-titletext01::after{
 width: 40px;
    height: 10px;
    top: 30px;
 right: -40px;
}
.christmas2025-leadbox-flex{
   flex-direction: column;
justify-content: center;
gap: 30px;
margin-top: 40px;
}
.christmas2025-leadbox-cont img{
    width: 70%;
}
.christmas2025-leadsecond-text img{
    width: 90%;
    margin-top: 30px;
}
.christmas2025-lead {
    padding-bottom: 90px;
}
/* 一覧*/

.christmas2025-titletext02 {
    font-size: 2.2rem;
    font-weight: lighter;
    margin-top: 80px;
}
.christmas2025-ichiran-text{
    font-size: 1.3rem;
}
.christmas2025-titletext02::before{
      width: 40px;
    height: 10px;
 top: 10px;
 left: -40px;
}
.christmas2025-titletext02::after{
     width: 40px;
    height: 10px;
 top: 10px;
 right: -40px;
}
.christmas2025-ichiran{
     background-image: url(/img/usr/christmas2025/ichiran-bg2.png);
     margin-top: -50px;
    padding-top: 150px;
    padding-bottom: 130px;
}
.christmas2025-ichiran-box{
    margin-bottom: 50px;
}
.christmas2025-ichiran-box::before{
    width: 100px;
    height: 150px;
 top: -200px;
 left: 10px;
}
.christmas2025-ichiran-box::after{
    width: 100px;
    height: 100px;
bottom: -150px;
 right: 0;
}
.christmas2025-ichiran-box1{
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.christmas2025-ichiran-cont{
    width: 40%;
}

.christmas2025-ichiran-cont img{
width: 90%;
}
.christmas2025-ichiran-box2{
flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}
.christmas2025-ichiran-wrap{
    padding-bottom: 50px;
}
.christmas2025-ichiran-cate{
    width: 45%;
}
.christmas2025-ichiran-cate img{
width: 100%;
}
.christmas2025-ichiran-wrap::before{
     display: none;
}
.christmas2025-ichiran-wrap::after{
   display: none;
}
/* 詳細 */

.christmas2025-product{
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
      width: 100%;
    margin: 0 auto;
}

.christmas2025-product-box {
    width: 90%;
    margin: 80px auto;
     background-image: none;
     background-color:rgba(255, 255, 255, 0.9);
     padding: 10px;
}
.christmas2025-product-detail {
    margin: 0 auto;
    width: 100%;
    padding-left: 0px;
}

.christmas2025-product-name {
    font-size: 2.2rem;
    margin-bottom: 20px;
    letter-spacing: 0;
}
.christmas2025-product-content{
   flex-direction: column;
    padding: 10px;
gap: 0px;
}
.c02{
   flex-direction: column-reverse;
    padding: 10px;
gap: 0px;
}
.christmas2025-product-img-wrap{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;

}
.christmas2025-product-img-wrap img {
    width: 100%;
}
.christmas2025-product-text {
    font-weight: lighter;
    font-size: 1.4rem;
}

.christmas2025-product-en {
    font-size: 1.5rem;
}


.christmas2025-price-en {
    font-size: 1.3rem;
}
.christmas2025-price-box{
    margin: 0 auto;
}
.christmas2025-price {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.christmas2025-cart{
    padding-left: 20px;
    margin: 0 auto;
}
.christmas2025-cart a img {
    width: 230px;
}
.christmas2025-price-flex{
flex-direction: column;
    gap: 0px;
    margin: 0 auto;
    text-align: center;
}
.christmas2025-price-flex-haya{
flex-direction: column;
    gap: 0px;
    margin: 0 auto;
    text-align: center;
}
.christmas2025-pagetop{
    bottom: 250px;
left: calc(100vw - 10px);
    height: 180px;
    width: 60px;
    position: sticky;
}
.christmas2025-type {
    font-size: 1.4rem;
    padding: 2px 5px 2px 7px;
   margin-top: 20px;

}

.christmas2025-type02 {
    font-size: 1.4rem;
    padding: 2px 5px 2px 7px;
   margin-top: 20px;
}
}