@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: #1F4693  ;
}

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

.keirounohi2025-sp {
    display: none;
}

main{
    font-family:"Noto Serif JP", serif;
    font-weight: 700;
    font-style: normal;
    color: #5E3F24;
}
.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;
  }
.keirounohi2025-wrap {
    background-image: url(/img/usr/keirounohi2025/bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    padding-bottom: 150px;
}
/* あしらい全体*/
.keirounohi2025-ashirai{
    position: relative;
     z-index: 1;
}
.b-img1 img{
    position: absolute;
    width: 260px;
    height: 110px;
    right: 20px;
    top: 480px;
      z-index: -1;
}
.b-img2 img{
    position: absolute;
    width: 300px;
    height: 300px;
    left: 100px;
    top: 1100px;
      z-index: -1;
}
.b-img3 img{
    position: absolute;
    width: 550px;
    height: 220px;
  right: 20px;
    top: 1970px;
      z-index: -1;
}
.b-img4 img{
    position: absolute;
    width: 260px;
    height: 110px;
    left: 50px;
    top: 2800px;
      z-index: -1;
}
.b-img5 img{
    position: absolute;
    width: 400px;
    height: 400px;
right: 80px;
    top: 3500px;
      z-index: -1;
}

.b-img6 img{
    position: absolute;
    width: 550px;
    height: 220px;
    left: 20px;
    top: 4300px;
      z-index: -1;
}
/* メインビジュアル　*/

#keirounohi2025-mainvisual {
    width: 100%;
}

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

/* リード */

.keirounohi2025-lead {
    text-align: center;
    padding-top: 80px;
}
.keirounohi2025-leadbox{
     width: 1000px;
    height: 350px;
    margin: 0 auto 100px;
     background-color: rgba(255, 255, 255, 0.7);
     padding:50px 20px;
      position: relative;
}


.keirounohi2025-leadbox::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/img/usr/keirounohi2025/intro-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
top: 0;
    left: 0;
}
.keirounohi2025-leadbox::after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/img/usr/keirounohi2025/intoro-img02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
bottom: 0;
    right: 0;
    z-index: 1;
}

.keirounohi2025-leadtext {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    font-weight: bold;
     position: relative;
}
.keirounohi2025-leadtext02 {
    font-size: 2.2rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 2;
    margin-bottom: 20px;
}
.keirounohi2025-leadtext02 .yellowline {
   border-bottom: 5px solid #C14625;
}

/* 商品詳細 */
.keirounohi2025-product {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}
.keirounohi2025-product-box {
    width: 1000px;
    height: 800px;
    margin: 0 auto;
    position: relative;
   display: flex;
     padding-top: 50px;
     padding-bottom: 50px;
}
.keirounohi2025-product-frame{
    background-color: #fff;
    border: 10px solid;
     border-image: url('/img/usr/keirounohi2025/product-bg.png') 10 stretch;
     box-sizing: border-box;
     width: 600px;
     position: absolute;
    margin-top: 80px;
}
.keirounohi2025-product-frame::after {
    content: '';
    display: block;
    width: 160px;
    height: 160px;
    background-image: url(/img/usr/keirounohi2025/product-ashirai.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -110px;
    right: 200px;
}
.t1{
  left: 450px;
}
.t2{
    left: 0;
}
.keirounohi2025-product-img-wrap{
    display: inline-block;
    width: 550px;
    position: absolute;
    z-index: 1;
}
.b1{
     left: -70px;
}
.b2{
     left: 500px;
}
.b3{
     left: 580px;
}
.b4{
     left: -10px;
}
.keirounohi2025-product-img-wrap img {
    width: 100%;
}

.keirounohi2025-product-detail {
    margin: 0 auto;
    width: 500px;
}
.keirounohi2025-product-detail-content{
    width: 350px;
}

.keirounohi2025-product-name {
    font-size: 3rem;
    letter-spacing: 0.1em;
    color:#C14625;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 20px;
    position: relative;
    margin-top: 50px;
}

.keirounohi2025-product-name02 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 35px;
    position: relative;
}
.keirounohi2025-product-line{
    width: 450px;
margin-bottom: 30px;
}
.center {
    display: block;
    text-align: center;
}
.keirounohi2025-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}
.keirounohi-type {
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 8px 5px 10px;
    color: #C14625 ;
    border: 1px solid #C14625 ;
    border-radius: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    margin-right: 25px;
}

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

.keirounohi2025-price-en {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
}
.keirounohi2025-cart{
    margin-bottom: 50px;
}
.keirounohi2025-cart a {
    transition: .3s;
}
.keirounohi2025-cart a img {
    width: 250px;
}


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

/* ギフト */
.keirounohi2025-gift {
    position: relative;
        background-color: #fff;
    border: 10px solid;
     border-image: url('/img/usr/keirounohi2025/gift-bg.png') 10 stretch;
     box-sizing: border-box;
     width: 920px;
     margin: 50px auto 0;
}

.keirounohi2025-gift::before {
    content: '';
    display: block;
    width: 270px;
    height: 330px;
    background-image: url(/img/usr/keirounohi2025/gift-bg-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.keirounohi2025-gift::after {
    content: '';
    display: block;
    width: 420px;
    height: 280px;
    background-image: url(/img/usr/keirounohi2025/gift-bg-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.keirounohi2025-gift-detail {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.keirounohi2025-gift-title {
    color: #C14625;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 10px 20px;
    border-bottom: 2px #C14625 solid;
     border-top: 2px #C14625 solid;
     text-align: center;
     width: 500px;
     margin: 0 auto;
     margin-bottom: 30px;
}

.keirounohi2025-gift-text {
    font-size: 1.8rem;
     font-weight: bold;
    letter-spacing: 0.1em;
  text-align: center;
   
}
.keirounohi2025-gift-detail img {
    width: 380px;
    margin-bottom: 30px;
}

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

    .keirounohi2025-sp {
        display: block;
    }
.b-img1 img{
    position: absolute;
    width: 110px;
    height: 50px;
    right: 20px;
    top: 430px;
      z-index: -1;
}
.b-img2 img{
    position: absolute;
    width: 30%;
    height: auto;
    left: 0px;
    top: 1450px;
      z-index: -1;
}
.b-img3 img{
    position: absolute;
    width: 60%;
    height: auto;
  right: 0px;
    top: 2600px;
      z-index: -1;
}
.b-img4 img{
    position: absolute;
    width: 110px;
    height: 50px;
    left: 20px;
    top: 3750px;
      z-index: -1;
}
.b-img5 img{
    position: absolute;
    width: 50%;
    height: auto;
right: 10px;
    top: 4850px;
      z-index: -1;
}

.b-img6 img{
    position: absolute;
    width: 60%;
    height: auto;
    left: 0px;
    top: 5950px;
      z-index: -1;
}
/* リード */

.keirounohi2025-leadbox{
     width: 98%;
       height:auto;
    margin: 0 auto 50px;
}
.keirounohi2025-leadbox::before {
    width: 40px;
    height: 40px;
}
.keirounohi2025-leadbox::after{
    width: 40px;
    height: 40px;
}
.keirounohi2025-lead {
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;

}

.keirounohi2025-leadtext {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: lighter;
}
.keirounohi2025-leadtext02 {
    font-size: 1.6rem;
    line-height: 1.5;
}
.keirounohi2025-leadtext02 .smalltxt {
    font-size: 1.4rem;
    font-weight: lighter;
}

/* 商品詳細 */

.keirounohi2025-product-box {
    width: 90%;
    height: auto;
    margin: 0 auto 50px;
     padding-top: 20px;
      position: static;
      flex-direction: column;
      justify-content: center;
}
.keirounohi2025-product-frame{
     width: 100%;
      margin: 20px auto 0;
      position: relative;
}
.keirounohi2025-product-frame::after {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(/img/usr/keirounohi2025/product-ashirai.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -110px;
    right: 30%;
}
.t1{
  left: 0;
}
.t2{
    left: 0;
}
.keirounohi2025-product-img-wrap{
    width: 90%;
    z-index: 0;
    position: static;
    margin: 0 auto;
}


.keirounohi2025-product-line{
    width: 90%;
margin-bottom: 30px;
}


.keirounohi2025-product-detail {
    width: 100%;
    padding: 0 20px;
}
.keirounohi2025-product-en {
    font-size: 1.6rem;
}
.keirounohi2025-product-name {
    font-size: 2.5rem;
    margin-bottom: 40px;
    letter-spacing: 0;
}


.keirounohi2025-product-text {
    font-weight: lighter;
}
.keirounohi-type {
    margin-bottom: 15px;
    margin-right: 15px;
}
.keirounohi-type02 {
    margin-bottom: 15px;
}
.keirounohi2025-price {
    font-size: 2.7rem;
}
.keirounohi2025-cart a img {
    width: 230px;
}
.keirounohi2025-product-flex {
    margin-top: 50px;
    flex-direction: column;
     align-items: center;
    gap: 40px;
            width: 100%;
}


.keirounohi2025-product-detail-content{
    width: 80%;
}

/* ギフト */

.keirounohi2025-gift {

     width: 90%;
     margin: 50px auto 0;
}

.keirounohi2025-gift::before {
    width: 170px;
    height: 230px;
}
.keirounohi2025-gift::after {
    width: 210px;
    height: 140px;
}

.keirounohi2025-gift-title {
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    padding: 10px 20px;
     width: 85%;
     margin: 0 auto;
     margin-bottom: 30px;
     margin-top: 90px;
}

.keirounohi2025-gift-text {
    font-size: 1.8rem;
     font-weight: bold;
    letter-spacing: 0.1em;
  text-align: center;
   margin-bottom: 100px;
}
.keirounohi2025-gift-detail img {
    width: 80%;
    margin-bottom: 30px;
}

}