.cred{  color: #DD383B;  letter-spacing: -0.02em;}.underline{  text-decoration: underline;}.container00{  display: flex;}a{  color: #fff;}p{  line-height: 1.4em;  margin-bottom: 0.5em;}.item00{  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  width: 300px;  height: 300px;  border-radius: 7px;  margin: auto;  padding: 10px;  background: #ED7779;  text-align: center;color: #fff;  font-size: 21px;}@media (max-width: 480px) {  .content > h3{    font-size: 18px;    font-weight: bold;    margin: 10px auto 0;    padding: 0;  }  .content p{    font-size: 11px;    margin: 0 auto;  }  .container00{    display: inline-block;    width: 100%;  }  .item00{  display: block;  align-items: center;  width: 95%;  max-width: 350px;  height: auto;  border-radius: 7px;  margin: auto;  padding: 7px 0;  background: #ED7779;  font-size: 16px;  text-align: center;color: #fff;}}.container11{  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  width: 300px;  height: 300px;  margin: auto;  padding: 20px;  background: #2CD100;  text-align: center;  color: #fff;  border-radius: 7px;}@media (max-width: 480px) {  .container11 {    display: block;    width: 95%;    max-width: 350px;    height: auto;    margin: 10px auto;    padding: 5px;}  .container11 > p{    display: inline-block;    font-size: 12px;    text-align: center;    color: #fff;    margin-bottom: 0.5em;}}.container222{  display: flex;  justify-content: space-between;  align-items: center;  width: 95%;  margin: auto;}.container222-item{  width: 300px;   text-align: center;  float: inherit;}.container222 .qrcode222{  width: 110px;  height: 110px;  display: block;  margin: auto;}.container222 .link-img{  width: 110px;  height: auto;  display: block;  margin: auto;  padding: 0;}.popup-background{  /*position size*/  position: fixed;  z-index : 100;  top : 0;  left : 0;  height : 100vh;  width : 100vw;  /*design*/  background-color: gray;  background-image:   linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),  url("../images/iStock-2151387111.webp");  background-size: cover;  background-position: center;  background-repeat: no-repeat;  opacity: 0.5;}.popup{  /*position size*/  --height: 60%;  --width: 60%;  z-index : 101;  position: fixed;  top : calc(50vh - calc(var(--height) / 2));  left : calc(50vw - calc(var(--width) / 2));  height : auto;  width : var(--width);  padding: 0 0 60px 0;  margin: auto;  /* Design */  overflow: hidden;  background-color: rgba(255, 255, 255, 0.7); /* 白背景を90%透明に設定 */  background-image: url('images/iStock-2151387111.webp'); /* 背景画像を指定 */  background-size: cover; /* 背景画像を全体にフィット */  background-position: center; /* 背景画像を中央に配置 */  background-blend-mode: overlay; /* 白背景と画像を合成 */  border-radius: 10px;  box-shadow: 0px 0px 3px 1px gray;}@media (max-width: 768px) {  .popup {    /*position size*/    --height: 85%;    --width: 95%;  z-index : 101;  position: fixed;  top : calc(50vh - calc(var(--height) / 2));  left : calc(50vw - calc(var(--width) / 2));  height : auto;  width : var(--width);  padding: 0 0 60px 0;  margin: auto;  /* Design */  overflow: hidden;  background-color: rgba(255, 255, 255, 0.7); /* 白背景を90%透明に設定 */  background-image: url('images/iStock-2151387111.webp'); /* 背景画像を指定 */  background-size: cover; /* 背景画像を全体にフィット */  background-position: center; /* 背景画像を中央に配置 */  background-blend-mode: overlay; /* 白背景と画像を合成 */  border-radius: 10px;  box-shadow: 0px 0px 3px 1px gray;      }  .container222 {    display: flex;    flex-direction: column;    align-items: center; /* 子要素を中央揃え */    justify-content: center;    width: 95%;    margin: 0 auto;    padding: 10px;  }  .container222-item {    display: flex;    width: 100%;    flex-direction: column;    align-items: center; /* 子要素を中央揃え */    margin-bottom: 20px;  }  .container222 p {    display: block;    margin: 5px auto;    padding: 0;  }  .container222 .qrcode222 {    display: none;  }  .container222 figure.link-img {    width: 200px;    height: auto;    display: block;    margin: 0 auto;    padding: 0;  }}.popup > .close-button {  /*position size*/  --size: 40px; /* サイズを少し小さく */  position: absolute;  bottom: calc(var(--size)/4); /* 下部からの距離 */  left: 50%; /* 親要素の中央 */  transform: translateX(-50%); /* 自身の幅の半分だけ左に移動 */  height: auto; /* ボタンの高さを自動調整 */  padding: 3px 8px; /* ボタン内部の余白を減らす */    /*design*/  display: flex;  justify-content: center;  align-items: center;  background-color: transparent;  color: gray;  font-size: 12px; /* フォントサイズを小さく */  border-radius: 5px; /* ボタンの角丸を小さく */  cursor: pointer;  border: 1px solid gray; /* 枠線はそのまま */}.popup > .close-button:hover {  /*design*/  background-color: red;  color: white;}.popup > .close-button:hover{  /*design*/  background-color: red;  color : white;}.popup > .content{  padding: 5px;  text-align: center;}/*hide popup*/.popup-flag{  display: none;}.popup-flag:not(:checked) + .popup-background{  display:none;}.popup-flag:not(:checked) + * + .popup{  display:none;}/*==============================================================*//*custom design*/#popupFlag2 + * +.popup{  /*position size*/  --height : 150px;  --width : 150px;}#popupFlag3 + * +.popup{  /*position size*/  --height : 150px;  --width : 350px;  /*design*/  display:block;  transform: rotate(30deg);  box-shadow: 0px 0px 3px 1px gray;  transition: 0.5s;}#popupFlag3:not(:checked) + * + .popup{  /*position size*/  --height : 0px;  /*design*/  transform: rotate(0deg);  box-shadow: 0px 0px 0px gray;}          .animation-container {  position: relative;  width: 100%; /* アニメーションの幅 */  height: 100px; /* コンテナの高さ */  overflow: hidden; /* アイコンが外に出ないように隠す */  z-index: -1; /* アニメーションを背面に移動 */  bottom: 50px;}/* 跳ねるアイコン */.jumping-icon {  position: absolute;  width: 80px; /* 幅を固定 */  height: 80px; /* 高さを固定 */  bottom: 0; /* コンテナの底に配置 */  left: 100%; /* 初期位置を右端に設定 */  animation: jumpAndCurve 16s cubic-bezier(0.25, 0.1, 0.25, 1) infinite; /* 自然な加速・減速 */}/* 曲線的で滑らかなジャンプアニメーション */@keyframes jumpAndCurve {  0% {    left: 100%; /* スタート位置（右端） */    transform: translateY(0); /* 初期位置 */  }  10% {    left: 85%; /* 曲線的に移動 */    transform: translateY(-50px); /* 高めのジャンプ */  }  20% {    left: 70%; /* 左に進みながら下に戻る */    transform: translateY(0); /* 着地 */  }  30% {    left: 60%; /* 左に移動しつつ小さくジャンプ */    transform: translateY(-40px); /* 中くらいのジャンプ */  }  40% {    left: 50%; /* 曲線的に移動 */    transform: translateY(0); /* 着地 */  }  50% {    left: 40%; /* 左に移動しつつ小ジャンプ */    transform: translateY(-30px); /* 小さなジャンプ */  }  60% {    left: 30%; /* 滑らかに移動 */    transform: translateY(0); /* 着地 */  }  70% {    left: 20%; /* 曲線的に左へ移動しつつ大ジャンプ */    transform: translateY(-60px); /* 高めのジャンプ */  }  80% {    left: 10%; /* 左へ移動しつつ着地 */    transform: translateY(0); /* 着地 */  }  90% {    left: 0%; /* ゴール地点に向かい小ジャンプ */    transform: translateY(-20px); /* 小ジャンプ */  }  100% {    left: -40px; /* 完全に左端外へ移動 */    transform: translateY(0); /* 完全に着地 */  }}