@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;
    font-weight: bold;
    color: #fff ;
}


@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;
}


.halloween2025-sp{
    display: none;
}
.halloween2025-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;
  }


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

#halloween2025-mainvisual {
    width: 100%;
}

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

/* リード */
.halloween2025-wrap{
     background-image: url(/img/usr/halloween2025/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.halloween2025-wrap::before{
      content: '';
    display: block;
    width: 310px;
    height: 130px;
    background-image: url(/img/usr/halloween2025/lead-img-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
top: 0;
left: 0;
}
.halloween2025-wrap::after{
      content: '';
    display: block;
    width: 310px;
    height: 130px;
    background-image: url(/img/usr/halloween2025/lead-img-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
top: 0;
right: 0;
}
.image01 img{
 width: 480px;
    height: 120px;
}
 .image01 {
   margin: 0 auto;
}
.halloween2025-kikan{
    margin-top: 50px;
}

.halloween2025-kikan img{
    width: 300px;
}
.halloween2025-lead {
    text-align: center;
    padding-top: 80px;
}
.halloween2025-leadbox{
    margin: 0 auto;
     padding:50px 20px;
}

.halloween2025-leadtext {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
   padding-top: 50px;
    font-weight: bold;
   line-height: 2;
}
.halloween2025-leadtext02 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
   padding-top: 20px;
    font-weight: bold;
   line-height: 2;
}

/* 商品 */
.halloween2025-product {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.halloween2025-product-box {
    width: 850px;
    margin: 80px auto 80px;
    background-color: rgba(255, 247, 229, 0.95);
    padding-bottom: 50px;
}
.halloween2025-product-detail {
    margin: 0 auto;
}

.halloween2025-product-img-wrap{
    width: 580px;
    margin:0 auto 40px;
    padding-top: 20px;
}

.halloween2025-product-img-wrap img {
    width: 100%;
}
.halloween2025-product-text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: bold;
  text-align: center;
  color: #3C0E45;
}
.halloween2025-set img{
    width: 270px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.halloween2025-set-detail{
    display: flex;
   justify-content: center;
   gap: 20px;
   margin-top: 30px;
   margin-bottom: 50px;
}
.halloween2025-set-detailimg img{
    width: 190px;
}
.halloween2025-set-title{
    font-size: 1.8rem;
      color: #3C0E45;
          text-align: left;
          width: 190px;
          margin-top: 10px;
          margin-bottom: 15px;
}
.halloween2025-set-text{
        font-size: 1.2rem;
      color: #3C0E45;
      width: 190px;
      text-align: left;
      font-weight: lighter;
}
.halloween2025-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #3C0E45;
}

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

.halloween2025-cart a {
    transition: .3s;
}
@media screen and (min-width:768px) {
    .halloween2025-cart a:hover {
        opacity: 0.7;
    }
}

.halloween2025-cart a img {
    width: 250px;
    margin-bottom: 20px;
}
.halloween2025-cart-text{
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
     text-decoration: none;
     display:inline-block;
      border-bottom: dashed 1px #3C0E45;
      width: 150px;
      margin: 0 auto;
      color:#3C0E45;
         font-weight: lighter;
}
.halloween2025-cart-text a{
   color:inherit;
      font-size: 1.5rem;

}


/* プレゼント */
.halloween2025-present{
    text-align: center;
    padding-bottom: 100px;
}
.halloween2025-present-box{
    background-color:rgba(255, 255, 255, 0.8);
 width: 850px;
   text-align: center;
   margin: -30px auto 0;

}
.halloween2025-present-title img{
    width: 470px;
}
.halloween2025-present-cont01{
    padding-top: 40px;
}
.halloween2025-present-cont01 img{
    width: 300px;
}
.halloween2025-present-contflex{
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-top: -140px;
}
.halloween2025-present-cont02 img{
    width: 250px;
}
.halloween2025-present-cont03 img{
    width: 250px;
}
.halloween2025-present-text{
    font-size: 1.8rem;
     color:#3C0E45;
     line-height: 2;
     padding-bottom: 50px;
}








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

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

.halloween2025-leadbox{
     width: 95%;
       height:auto;
    margin:  80px auto 50px;
    padding: 0;

}
.halloween2025-wrap::before{
    width: 150px;
    height: 60px;
}
.halloween2025-wrap::after{
    width: 150px;
    height: 60px;
}
.halloween2025-product-content{
    display:block;
}

 .image01 img{
    width: 70%;
    height: auto;
}

.halloween2025-lead {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;

}


.halloween2025-leadtext {
    font-size: 1.5rem;
     padding-top: 10px;
    margin-bottom: 10px;
    font-weight: lighter;
}

.halloween2025-kikan{
    margin-top: 40px;
}

.halloween2025-kikan img{
    width: 60%;
}
.halloween2025-leadtext02 {
    font-size: 2.3rem;
   padding-top: 20px;
    font-weight: bold;
}



/* 商品 */
.halloween2025-product {
    width: 100%;
    margin: 0 auto;
}
.halloween2025-product-box {
    width: 90%;
    margin: 80px auto;
}
.halloween2025-product-detail {
    margin: 0 auto;
    width: 90%;
    padding-left: 0px;
}

.halloween2025-product-img-wrap{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;

}
.halloween2025-product-img-wrap img {
    width: 90%;
}
.halloween2025-product-text {
    font-weight: lighter;
    font-size: 1.5rem;
}
.halloween2025-set img{
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.halloween2025-set-detail{
flex-direction: column;
 margin-top: 10px;
}
.halloween2025-set-title{
    font-size: 1.8rem;
          text-align: left;
          margin:10px auto 15px;
}
.halloween2025-set-text{
        font-size: 1.4rem;
    margin: 0 auto;
}
.halloween2025-product-en {
    font-size: 1.5rem;
}



.halloween2025-price {
    font-size: 2.5rem;
}
.halloween2025-cart a img {
    width: 230px;
}


/* プレゼント */
.halloween2025-present{
    text-align: center;
    padding-bottom: 100px;
}
.halloween2025-present-box{
 width: 90%;
   margin: -25px auto 0;

}
.halloween2025-present-title img{
    width: 80%;
}
.halloween2025-present-cont01{
    padding-top: 40px;
}
.halloween2025-present-cont01 img{
    width: 60%;
}
.halloween2025-present-contflex{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: -70px;
}
.halloween2025-present-cont02 img{
    width: 90%;
}
.halloween2025-present-cont03 img{
    width: 90%;
}
.halloween2025-present-text{
    font-size: 1.5rem;
     color:#3C0E45;
     line-height: 2;
     padding-bottom: 50px;
     font-weight: lighter;
}

}