@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}
@media screen and (mim-width: 639px) {
    .br-pc { display:none; }
}

.trendcolor_2025{
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
    color:#593c25;
}

.summeritem2025{
    background-color:#fff;
}

.top_img{
    padding: 40px;
}

.back_img{
    background-image:url(/cpage/fe/summeritem2025/img/note.png);
}

/*--------------*/

.title_777{
     margin-top:50px;   
        font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}


.top_main{
     padding-top: 35px;
}

.top_img{
    text-align:center;

}

.main_color{
    padding: 50px 0px 1px 0px;
    background-color: #fff;
}

/*--------------*/

.title1{
    font-size: 2rem;
    color: #593c25;
    text-align: center;
}

.title1 img{
    width:60%;
}

.sub_title1{
    font-size: 1.3rem;
    text-align:center;
    margin-bottom: 30px;
}

.title_text{
    font-size: 1rem;
    color: #593c25;
    text-align: center;
    line-height: 1.3;
    margin: 20px;
    margin-bottom: 70px;
}

/*--------------*/

.trend{
    background-color: #fff;
    padding-bottom: 50px;
}

.trend_c{
    display: flex;
    width: 60%;
    margin: 0 auto;
    padding: 10px 10px 50px 10px;
}

.milky_white{
    margin-right: 30px;
}

.white{
    margin-left:30px;
}

.color_t{

}

/*--------------*/

.select{
    /*background-color:#eadecc;*/
    padding-top: 70px;
}

.select_img{
    width:80%;
    margin:0 auto;
}

.select_img2{
    width:70%;
    margin:0 auto;
}

.select_text{
    margin: 0 auto;
    font-size:1rem;
    text-align: left;
    width: 60%;
    padding: 40px 10px 40px 10px;
}

.select_title{
    font-size:1.8rem;
    text-align:center;
    margin: 40px 0px 10px 0px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 6px;
    color:#0064aa;
}

.select_title2{
    font-size:1.8rem;
    text-align:center;
    margin: 40px 0px 10px 0px;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 6px;
    color:#c97740;
}


/*--------------*/

.lucky{
    padding-top:50px;
    background-color:#eadecc;
}

.lucky_img{
    position:relative;
}

.lucky_onimg{
    position:absolute;
    width: 50%;
    top: 56.5%;
    left: 13%;
}

.lucky_text{
    margin-top: 50px;
    font-size:1.2rem;
    text-align:center;
}

/*--------------*/


.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #ffa970;
    border-color:#c97740;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #c97740;
  background: #fff;
}


.btn--white,
a.btn--white {
  color: #fff;
  background-color: #0064aa;
  border-color:#0064aa;
}
.btn--white:hover,
a.btn--white:hover {
  color: #0064aa;
  background: #fff;
}


.btn--n_white,
a.btn--n_white {
  color: #fff;
  background-color: #0064aa;
  border-color:#0064aa;
}
.btn--n_white:hover,
a.btn--n_white:hover {
  color: #0064aa;
  background: #fff;
}

.btn--green,
a.btn--green {
  color: #fff
    ;
  background-color: #556d4c;
    border-color:#556d4c;
}
.btn--green:hover,
a.btn--green:hover {
  color: #fff;
  background: #556d4c;
}

.btn--wallet,
a.btn--wallet {
  color: #fff
    ;
  background-color: #f87877;
    border-color:#f87877;
}
.btn--wallet:hover,
a.btn--wallet:hover {
  color: #fff;
  background: #f87877;
}



a.btn--radius {
   border-radius: 100vh;
   width: 40%;
   font-size: 1.1rem;
}

.bt{
    text-align: center;
    margin: 30px 0px 0px 0px;
    padding-bottom: 50px;
}



/*--------------*/

.spring{
    background-color:#fff;
}


/*--------------*/

.tooltip-001 {
    display: inline-block;
    position: relative;
}

.tooltip-001 > div {
    cursor: pointer;
}

.tooltip-001 > span {
    display: flex;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: .5em 1em;
    border-radius: 3px;
    background-color: #b79e66;
    color: #ffffff;
    font-size: 1.3rem;
    white-space: nowrap;
    transition: opacity .3s;
}

.tooltip-001 > span::before {
    position: absolute;
    top: -6px;
    width: 9px;
    height: 6px;
    background-color: inherit;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.tooltip-001:hover > span {
    visibility: visible;
    opacity: 1;
}
