﻿*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    min-height: 100%;
    font-size: 62.5%;
}

body {
    font-family: 'M PLUS 1p', sans-serif;
    background-image:url(mozaiku.jpg);
    background-repeat:repeat;
    min-height: 100%;
    max-width: 1000px;
    margin: 8px auto;
    font-size: 1.6rem;
    color: #000;
    font-size: 14px;
    display: block;
    }
}


/* ユーティリティ */

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.si12 {
    font-size: 1.2rem;
}

.si125 {
    font-size: 1.25rem;
}

.si13 {
    font-size: 1.3rem;
}

.si14 {
    font-size: 1.4rem;
}

.si15 {
    font-size: 1.5rem;
}

.si16 {
    font-size: 1.6rem;
}

.si18 {
    font-size: 1.8rem;
}

.si20 {
    font-size: 2rem;
}

.si22 {
    font-size: 2.2rem;
}

.si26 {
    font-size: 2.6rem;
}

.si30 {
    font-size: 3rem;
}
.si36 {
    font-size: 3.6rem;
}

.we400 {
    font-weight: 400;
}

.we600 {
    font-weight: 600;
}

.we800 {
    font-weight: 800;
}

.ma1 {
    margin: 1rem;
}

.ma2 {
    margin: 2rem;
}

.ma3 {
    margin: 3rem;
}

.maTB1 {
    margin: 1rem auto;
}

.maLR1 {
    margin: auto 1rem;
}

.pa1 {
    padding: 1rem;
}

.bo1 {
    border-radius: 3rem;
}


/* ヘッダー */

.headerimg {
    display: block;
    box-shadow: 0px 0px 12px #000000aa;
    width: 100%;
    margin: 1rem auto;
}

.chart {
    width: 90%;
    display: block;
    margin: 1rem auto;
}


/* フォント */

.shiroi {
    color: #fff;
    text-shadow: 3px 0 0 #000, -3px 0 0 #000, 0 3px 0 #000, 0 -3px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}

.kuroi {
    color: #000000;
}

.akai {
    color: #ff0000;
}

.t1 {
    color: #5ca3ff!important;
}

.t2 {
    color: #ff85ac!important;
}

.infohead {
    background: linear-gradient(90deg, #ec6693 50%, #fd4a86 52%);
    background-size: 150% 10%;
    animation: rankAnimation 4s ease-in-out infinite;
    margin: 3rem 1rem;
    box-shadow: inset 0px 0px 12px #f88ec9, 0px 0px 6px #a3a3a3;
}

.infoTab {
    background: linear-gradient(90deg, #0eac00 50%, #ff0000 52%);
    box-shadow: inset 0px 0px 12px #ffffff, 0px 0px 6px #a3a3a3;
    background-size: 120% 10%;
    animation: rankAnimation 8s ease-in-out infinite;
    margin: 3rem 1rem;
}

.higlight1 {
    background: -webkit-linear-gradient(45deg, #f797bf, #eb5292);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0.5rem;
    background-size: 300% 100%;
    animation: rankAnimation 6s ease-in-out infinite;
}

.higlight2 {
    color: #4267ff;
    margin: 0.5rem 0;
}

.higlight3 {
    color: #ff0808;
    margin: 1rem 0;
}
.higlight4 {
    background: -webkit-linear-gradient(45deg, #f5221b, #f53f38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.halfTitle {
    background: linear-gradient(#3aff4b7a, #ffffff00);
}
.headerTitle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( #e32727, #ee6060, #fe5353, #e32727);
    /* Change the colors above depending on the event*/
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 2px 2px 3px #313131;
    padding: 1rem;
    border-radius: 3rem;
    font-weight: 800;
}
.headerTitle5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background: linear-gradient(240deg, #a00f0f, #d02121, #ff2222 21%, #ff6464 24%, #feb2b2 27%, #ff6464 36%, #d02121 45%, #f62626 60%, #ff6666 72%, #feb2b2 80%, #d02121 84%, #a00f0f);
  box-shadow: 3px 3px 10px #940000df;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
  text-shadow: 0px 2px 2px #262626;
  padding: 1rem;
  border-radius: 30px;
  font-weight: 800;

  /* ここが重要：画像とピッタリにする */
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto 1rem;

  background-size: 200% 100%;
  animation: rankAnimation 12s ease-in-out infinite;
}

.headerTitle6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( 240deg, #a00f0f, #ff2222 16%, #a00f0f 21%, #ff2222 24%, #a00f0f 27%, #a00f0f 36%, #ff2222 45%, #ff2222 60%, #a00f0f 72%, #ff2222 80%, #a00f0f 84%, #452100);
    /* Change the colors above depending on the event*/
    box-shadow: 3px 3px 10px #750202;
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
    text-shadow: 0px 2px 2px #000000;
    padding: 0.3rem;
    border-radius: 3rem;
    font-weight: 800;
    width: 100%;
    background-size: 200% 100%;
    animation: rankAnimation 12s ease-in-out infinite;
}
.headerTitle7 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: linear-gradient( 240deg, #a5a5a5, #ffffff 16%, #a5a5a5 21%, #ffffff 24%, #a5a5a5 27%, #a5a5a5 36%, #ffffff 45%, #ffffff 60%, #a5a5a5 72%, #ffffff 80%, #a5a5a5 84%, #452100);
    /* Change the colors above depending on the event*/
    box-shadow: 3px 3px 10px #3f3f3f;
    text-align: center;
    font-size: 2.6rem;
    color: #000000;
    text-shadow: 0px 2px 2px #ffffff;
    padding: 0.3rem;
    border-radius: 3rem;
    font-weight: 800;
    width: 100%;
    background-size: 200% 100%;
    animation: rankAnimation 12s ease-in-out infinite;
}
/* Nortification */
.notification {
    margin: 15px;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #f83576;
}

.notificationTitle {
    margin-top: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    text-decoration: underline #ffffff;
}

.notificationText {
    font-weight: 700;
    font-size: 1.8rem;
}
.notification2 {
    margin: 15px;
    padding: 20px;
    background-color: #f83576;
    border: 3px solid #f83576;
}

.notificationTitle2 {
    margin-top: 0;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #ffffff;
    text-decoration: underline #f83576;
}

.notificationText2 {
    font-weight: 700;
    font-size: 2rem;
    color: #ffffff;
}
table {
    font-family: sans-serif;
    font-weight: 700;
    z-index: 1;
    box-shadow: 5px 5px 5px #00000033;
    width: 100%;
}
.productDate {
    background: rgb(247, 229, 73);
    color: #ff0000;
    padding: 0.5rem;
    margin: 0;
    border-bottom: solid 1px #00000033;
    
    width: 160px;
    height: 55px;
}


.product {
    background: #fff;
    color: #000000;
    padding: 0.5rem;
    margin: 0;

    text-align: left;
    border-bottom: solid 1px #00000033;
    width: 100px;
    height: 55px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

@keyframes rankAnimation {
    0% {
        background-position: 80% 10%
    }
    50% {
        background-position: 20% 30%
    }
    100% {
        background-position: 80% 10%
    }
}


/* ポイント */

.points {
    display: flex;
    align-content: center;
    justify-content: center;
}

.pointName {
    font-size: 1.6rem;
    color: #ff12a8;
    margin-right: 2rem;
}

.pointName2 {
    font-size: 1.6rem;
    color: #ff4fbe;
    margin-left: 1rem;
    margin-right: 2rem;
}

.point {
    color: #ff5100;
    font-size: 1.6rem;
}

.chart {
    width: 90%;
    display: flex;
    margin: 1rem auto;
    align-items: flex-end;
    justify-content: space-evenly;
    text-align: center;
    animation: bounce-top 0.9s both;
}

.char1 {
    height: 250px;
    width: 100px;
    background: linear-gradient(#a3faa0, #0eac00);
    box-shadow: 3px 3px 6px #8d8f00;
    border-radius: 50px 50px 10px 10px;
}

.char2 {
    height: 200px;
    width: 100px;
    background: linear-gradient(#ffb0b0, #ff0000);
    box-shadow: 3px 3px 6px #683200;
    border-radius: 50px 50px 10px 10px;
}

.chartText {
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    font-weight: 700;
    font-size: 2rem;
}

.chartText1 {
    color: #0a7d00;
}

.chartText2 {
    color: #ca0000;
}

@keyframes rankAnimation {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.rank {
    margin: 0.1rem;
    font-size: 1.4rem;
    color: #000000;
    font-weight: 600;
    padding: 0.2rem 0rem;
    border-radius: 2rem;
    position: relative;
}

.point {
    color: #000000;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    align-self: flex-end;
}

span.user {
    font-weight: 900;
    color: #f3d700;
    margin-left: 4rem;
}
.tassei {
    text-decoration: line-through;
}
.tasseiText {
    color: #ff0000;
}


/* お客様へ */

#confetti {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}

.chuui {
    color: #ff0808;
    animation: chuui 1s infinite;
}
.chuui2 {
    color: #ffffff;
    animation: chuui 1s infinite;
}

@keyframes chuui {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.2;
    }
}

.chuuiText {
    color: #6b0000;
    line-height: 2rem;
}


/* レスポンシブ・デザイン */

@media (min-width:768px) {


    .chuuiText {
        font-size: 2rem;
    }
    .points {
        margin: 0 auto;
        width: 50%;
    }
    .pointName {
        font-size: 2rem;
    }
    .pointName2 {
        font-size: 2rem;
    }
    .point {
        font-size: 2rem;
    }
}
.image {
    width: 100%;
    height: 0;
    background-image: url('https://puracolle.jp/news/Sipping202507/NewSippingEN.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc((401 / 1086) * 100%);
  }
  .image7 {
    width: 100%;
    height: 0;
    background-image: url('https://puracolle.jp/news/NewHaisou2025/10th%E9%85%8D%E9%80%81%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%9A%E3%83%BC%E3%83%B3TW.png'); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc((401 / 1086) * 100%);
  }


/* 桜を表示するコンテナのスタイル */
.cherry-blossom-container {
    position: relative;
    height: 100%; /* コンテナの高さ */
    width: 100%; /* コンテナの横幅 */
    overflow: hidden; /* コンテナからはみ出した要素を隠す */
  }
  
  /* 桜の花びらのスタイル */
  .petal {
    position: absolute;
    background-color: #ffc0cb; /* 花びらの色 */
    border-radius: 150% 0 150% 0;
    animation: animate-petal 10s linear;
  }
  
  .petal::after {
    content: "";
    position: absolute;
    top: -14%;
    left: -10%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffc0cb;
    border-radius: 150% 0 150% 0;
    transform: rotate(15deg);
  }
  
  /* 花びらが降るアニメーション */
  @keyframes animate-petal {
    0% {
      top: 0;
      opacity: 0;
      transform: rotate(0deg);
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      top: 100vh;
      transform: rotate(3000deg);
    }
  }