@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: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #01014C;
 
}


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


.hinamatsuri2026-sp{
    display: none;
}
.hinamatsuri2026-pc{
    display: block;
}
.zen {
   font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  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;
  }


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

#hinamatsuri2026-mainvisual {
    width: 100%;
}

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

/* リード */
.hinamatsuri2026-wrap{
    text-align: center;
    overflow: hidden;
}
.hinamatsuri2026-leadbox{
 text-align: center;
}
.hinamatsuri2026-lead {
    padding-top: 80px;
      background-image: url(/img/usr/hinamatsuri2026/lead-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


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

}
.hinamatsuri2026-leadtext02 {
    font-size: 2.4rem;
  text-align: center;
    letter-spacing: 0.1em;
   padding-top: 80px;
    font-weight: bold;
   line-height: 2;
   padding-bottom: 90px;
color:#F57A8F;
text-shadow: 0px 0px 20px #FFFFFF;
}




/* 商品 */
.hinamatsuri2026-product {
    text-align: center;
 background-image: url(/img/usr/hinamatsuri2026/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hinamatsuri2026-product-box {
    margin: 0 auto 100px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 20px #fff;
    width: 780px;
    position: relative;
}
.hinamatsuri2026-product-box::before{
      content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
.hinamatsuri2026-product-box::after{
      content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.hinamatsuri2026-product-detail {
    margin: 0 auto;
    width: 400px;
}
.hinamatsuri2026-product-name {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
padding-top: 30px;
    margin-bottom: 25px;
  color: #F57A8F;
}

.hinamatsuri2026-product-img-wrap{
    display: inline-block;
    width: 450px;
   padding-bottom: 30px;
}

.hinamatsuri2026-product-img-wrap img {
    width: 100%;
}
.hinamatsuri2026-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
}


.hinamatsuri2026-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
}

.hinamatsuri2026-price-en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

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

.hinamatsuri2026-cart a img {
    width: 250px;
}
.hinamatsuri2026-cart-text{
     text-decoration: none;
      border-bottom: dashed 2px #01014C;
  display: inline-block;
      margin: 10px auto 30px;
}
.hinamatsuri2026-cart-text a{
   color:inherit;
   font-size: 18px;
}

.hinamatsuri2026-product-content-text{
    font-size: 1.6rem;
    width: 450px;
font-weight: 400;
    text-align: left;
    line-height: 2;
        color: #651F01;
        display: inline-block;
        margin-bottom: 10px;
}
.hinamatsuri2026-product-gift{
    width: 1000px;
    display: flex;
    justify-content: center;
    gap: 60px;
    border-radius: 50px;
      background-image: url(/img/usr/hinamatsuri2026/gift-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    padding: 55px 0;
    position: relative;
}
.hinamatsuri2026-product-giftimg img{
    width: 220px;
}
.hinamatsuri2026-product-gift::before{
      content: '';
    display: block;
    width: 250px;
    height: 160px;
    background-image: url(/img/usr/hinamatsuri2026/gift-ashirai-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hinamatsuri2026-product-gift::after{
      content: '';
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(/img/usr/hinamatsuri2026/gift-ashirai-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    right: -20px;
}
.hinamatsuri2026-product-gifttitle{
    padding-top: 70px;
    font-size: 3.2rem;
    color: #F57A8F;
    letter-spacing: 0.1em;
}
.hinamatsuri2026-product-gifttitle02{
    font-size: 2.3rem;
   text-align: left;
   display: inline-block;
   padding-top: 30px;
}
.hinamatsuri2026-product-giftimg-text{
font-size: 1.8rem;
}
.c01{
    position: relative;
    max-width: 100%;
}
.c01::before{
      content: '';
    display: block;
    width: 250px;
    height: 300px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0px;
    left: -20px;
}.c01::after{
      content: '';
    display: block;
    width: 70px;
    height: 70px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 200px;
    right: 40px;
}
.c02{
    position: relative;
    max-width: 100%;
}
.c02::before{
      content: '';
    display: block;
    width: 80px;
    height: 70px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 300px;
    left: 50px;
}
.c02::after{
      content: '';
    display: block;
    width: 200px;
    height: 310px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: -0px;
}
.c03{
    position: relative;
    max-width: 100%;
}
.c03::before{
      content: '';
    display: block;
    width: 240px;
    height: 240px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom:     0px;
    left: -20px;
}.c03::after{
      content: '';
    display: block;
    width: 100px;
    height: 210px;
    background-image: url(/img/usr/hinamatsuri2026/ashirai06.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 150px;
    right: 0px;
}
@media screen and (max-width:767px) {

    .hinamatsuri2026-sp {
        display: block;
    }
 .hinamatsuri2026-pc {
        display: none;
    }
/* リード */
.hinamatsuri2026-wrap{
    padding-bottom: 0px;
}

.hinamatsuri2026-leadbox{
     width: 95%;
       height:auto;
    margin:  0 auto;
    padding: 0;
}
.hinamatsuri2026-lead {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.hinamatsuri2026-leadtext {
    font-size: 1.5rem;
    text-align: center;
    font-weight: lighter;
}
.hinamatsuri2026-leadtext02 {
    font-size: 1.8rem;
    text-align: center;
   
}


/* 商品 */
.hinamatsuri2026-product {
    text-align: center;
 background-image: url(/img/usr/hinamatsuri2026/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.hinamatsuri2026-product-box {
    margin: 0 auto 100px;
    box-shadow: 0px 0px 10px 10px #fff;
    width: 90%;
}
.hinamatsuri2026-product-box::before{
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
}
.hinamatsuri2026-product-box::after{
    width: 40px;
    height: 40px;
    bottom: 0px;
    right: 0px;
}
.hinamatsuri2026-product-detail {
    margin: 0 auto;
    width: 90%;
}
.hinamatsuri2026-product-name {
    font-size: 2.3rem;

}
.hinamatsuri2026-product-img-wrap{
    display: inline-block;
    width: 90%;
   padding-bottom: 30px;
}

.hinamatsuri2026-product-img-wrap img {
    width: 100%;
}
.hinamatsuri2026-product-text {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
   font-weight: lighter;
}

.hinamatsuri2026-product-gift{
    width: 90%;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    border-radius: 30px;
      background-image: url(/img/usr/hinamatsuri2026/gift-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    padding: 55px 0;
    position: relative;
}

.hinamatsuri2026-product-gift::before{
      content: '';
    display: block;
    width: 210px;
    height: 140px;
    background-image: url(/img/usr/hinamatsuri2026/gift-ashirai-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
}
.hinamatsuri2026-product-gift::after{
      content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(/img/usr/hinamatsuri2026/gift-ashirai-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -20px;
    right: -20px;
}
.hinamatsuri2026-product-gifttitle{
    padding-top: 70px;
    font-size: 2.8rem;
}
.hinamatsuri2026-product-gifttitle02{
    font-size: 1.8rem;
 font-weight: lighter;
}
.hinamatsuri2026-product-giftimg-text{
font-size: 1.5rem;
font-weight: lighter;
}
.c01{
    position: relative;
    max-width: 100%;
}
.c01::before{
    display: none;
}.c01::after{
    display: none;
}
.c02{
    position: relative;
    max-width: 100%;
}
.c02::before{
    display: none;
}
.c02::after{
    display: none;
}
.c03{
    position: relative;
    max-width: 100%;
}
.c03::before{
   display: none;
}.c03::after{
     display: none;
}









}