@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* デフォルトのフォントと文字カラー設定 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  font-style: normal;
  color: #2a2a2a;
  line-height: 1.5;
}

a {
  display: block;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}
img.button01 {
  padding: 24px 20px;
}
img.coupon {
  padding: 24px 20px;
}

.container {
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .container {
    width: 100%;
  }
}

.time {
  background: #f03c7e;
  padding: 16px 13px;
  color: white;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width:320px) {
  .time {
    padding: 16px 0;
    padding-left: 3px;
  }
}
.time p {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width:540px) {
  .time p {
    font-size: 13px;
  }
}
@media screen and (max-width:320px) {
  .time p {
    font-size: 12px;
  }
}
.time #countdown {
  font-size: 0; /* 子要素でサイズ指定するため 0 にしておく */
}
.time .countdown-part {
  font-size: 55px;
  font-weight: bold;
  color: #fff;
  margin: 0 2px;
  line-height: 1;
}
@media screen and (max-width:540px) {
  .time .countdown-part {
    font-size: 22px;
  }
}
@media screen and (max-width:320px) {
  .time .countdown-part {
    font-size: 20px;
  }
}
.time .unit {
  font-size: 28px;
  vertical-align: center;
  margin-left: 2px;
  color: #fff;
}
@media screen and (max-width:540px) {
  .time .unit {
    font-size: 13px;
  }
}
@media screen and (max-width:320px) {
  .time .unit {
    font-size: 12px;
  }
}

.fixed__btn {
  position: fixed;
  width: 500px;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width:540px) {
  .fixed__btn {
    width: 90%;
  }
}

@keyframes animation-haniwaman {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  height: 92px;
}
@media screen and (max-width:540px) {
  header {
    height: 57px;
  }
}
header .text {
  width: 26%;
  background: #2a2a2a;
  font-size: 20px;
  padding: 16px;
}
@media screen and (max-width:540px) {
  header .text {
    width: 35%;
    padding: 10px;
  }
}
@media screen and (max-width:320px) {
  header .text {
    padding: 12px 6px;
  }
}
header .text p {
  color: #ffed2a;
}
@media screen and (max-width:540px) {
  header .text p {
    font-size: 12px;
  }
}
@media screen and (max-width:320px) {
  header .text p {
    font-size: 11px;
  }
}
header .time {
  width: 74%;
}

.offer {
  position: relative;
}
.offer button {
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.detail {
  padding: 40px;
}
@media screen and (max-width:540px) {
  .detail {
    padding: 30px 20px;
  }
}
.detail p {
  font-size: 22px;
  color: #6b6b6b;
}
@media screen and (max-width:540px) {
  .detail p {
    font-size: 13px;
  }
}
.detail p.title {
  color: #2a2a2a;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 26px;
}
@media screen and (max-width:540px) {
  .detail p.title {
    font-size: 16px;
  }
}
.detail p.title.second {
  margin-top: 80px;
}
@media screen and (max-width:540px) {
  .detail p.title.second {
    margin-top: 40px;
  }
}

footer {
  background: #917c67;
  padding: 50px 0;
}
@media screen and (max-width:540px) {
  footer {
    padding: 30px 0;
  }
}
footer p {
  text-align: center;
  color: white;
  font-size: 26px;
  margin-bottom: 32px;
}
@media screen and (max-width:540px) {
  footer p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
footer .footer-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width:540px) {
  footer .footer-flex {
    gap: 15px;
  }
}
footer .footer-flex a {
  color: white;
  text-decoration: underline;
  font-size: 22px;
}
@media screen and (max-width:540px) {
  footer .footer-flex a {
    font-size: 14px;
  }
}

.launch-btn {
  border: none;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.launch-btn:hover {
  transform: translateY(-2px);
}

.chatbot-overlay {
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width:768px) {
  .chatbot-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
  }
}
.chatbot-overlay.active {
  opacity: 1;
  visibility: visible;
}
.chatbot-overlay.active .chatbot-container {
  transform: scale(1);
}
.chatbot-overlay .chatbot-container {
  background: white;
  width: 100%;
  max-width: 400px;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.chatbot-overlay .chatbot-container .chatbot-header {
  color: white;
  text-align: center;
  position: relative;
  display: flex;
}
.chatbot-overlay .chatbot-container .chatbot-header .close-btn {
  position: absolute;
  top: 0px;
  right: -3px;
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.chatbot-overlay .chatbot-container .chatbot-header .close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.chatbot-overlay .chatbot-container .chatbot-header .text {
  width: 30%;
  background: #2a2a2a;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:540px) {
  .chatbot-overlay .chatbot-container .chatbot-header .text {
    width: 35%;
  }
}
@media screen and (max-width:320px) {
  .chatbot-overlay .chatbot-container .chatbot-header .text {
    padding: 12px 6px;
  }
}
.chatbot-overlay .chatbot-container .chatbot-header .text p {
  color: #ffed2a;
  font-size: 12px;
}
@media screen and (max-width:320px) {
  .chatbot-overlay .chatbot-container .chatbot-header .text p {
    font-size: 11px;
  }
}
.chatbot-overlay .chatbot-container .chatbot-header .time {
  padding: 20px 0 16px;
  padding-left: 3px;
  width: 72%;
  justify-content: center;
}
@media screen and (max-width:320px) {
  .chatbot-overlay .chatbot-container .chatbot-header .time {
    padding: 16px 0;
  }
}
.chatbot-overlay .chatbot-container .chatbot-header .time p {
  font-size: 13px;
}
@media screen and (max-width:320px) {
  .chatbot-overlay .chatbot-container .chatbot-header .time p {
    font-size: 12px;
  }
}
.chatbot-overlay .chatbot-container .chatbot-header .time #countdown {
  font-size: 0; /* 子要素でサイズ指定するため 0 にしておく */
}
.chatbot-overlay .chatbot-container .chatbot-header .time .countdown-part {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  line-height: 1;
}
@media screen and (max-width:320px) {
  .chatbot-overlay .chatbot-container .chatbot-header .time .countdown-part {
    font-size: 20px;
  }
}
.chatbot-overlay .chatbot-container .chatbot-header .time .unit {
  font-size: 13px;
  vertical-align: center;
  margin-left: 2px;
  color: #fff;
}
@media screen and (max-width:320px) {
  .chatbot-overlay .chatbot-container .chatbot-header .time .unit {
    font-size: 12px;
  }
}
.chatbot-overlay .chatbot-container .flex {
  background: #ffde58;
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: center;
  gap: 10px;
}
.chatbot-overlay .chatbot-container .flex .progress-info {
  font-size: 14px;
  opacity: 0.9;
}
.chatbot-overlay .chatbot-container .flex .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.chatbot-overlay .chatbot-container .flex .pagination .pagination-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c2a018;
  transition: all 0.3s ease;
}
.chatbot-overlay .chatbot-container .flex .pagination .pagination-dot.active {
  background: #f03c7e;
  transform: scale(1.2);
}
.chatbot-overlay .chatbot-container .flex .pagination .pagination-dot.completed {
  background: #4ade80;
}
.chatbot-overlay .chatbot-container .chatbot-body {
  padding: 20px;
  height: 400px;
  overflow-y: auto;
  background: #fff49f;
}

.message {
  margin-bottom: 15px;
  animation: slideIn 0.5s ease;
}

.message.bot {
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.message.user {
  text-align: right;
}

.message-bubble {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 18px;
  max-width: 80%;
  word-wrap: break-word;
}

.message.bot .message-bubble {
  background: white;
  color: #333;
  position: relative;
}
.message.bot .message-bubble::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 24px solid #ffffff;
  border-left: 0;
  top: 10px;
  left: -10px;
}

.message.user .message-bubble {
  background: #667eea;
  color: white;
}

.bot-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../img/bot-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  animation: bounceIn 0.8s ease;
}

.message-image {
  width: 100%;
  margin: 0;
}

.image-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0px;
  animation: slideIn 0.5s ease;
}

.input-bluebg {
  background: #cfe5f6;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 20px;
}

.input-group {
  margin-bottom: 15px;
}

.input-row {
  display: flex;
  gap: 10px;
}

.input-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.input-group label span {
  color: white;
  background: #f03c7e;
  padding: 1px 5px;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}

.input-group input,
.input-group select {
  width: 100%;
  padding: 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.input-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}

.input-group input:focus,
.input-group select:focus {
  outline: none;
  border-color: #667eea;
}

.input-group input.error {
  border-color: #ff6b6b;
}

.ok-btn {
  background: #667eea;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 60%;
  margin: 15px auto 0;
  display: block;
}

.ok-btn:hover {
  background: #5a67d8;
  transform: translateY(-1px);
}

.ok-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.form-container {
  display: none;
  animation: fadeIn 0.5s ease;
}

.form-container.active {
  display: block;
}

.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #667eea;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 10px;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.typing-indicator {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 16px;
  background: white;
  border-radius: 18px;
  max-width: 80px;
  margin-bottom: 15px;
}

.typing-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  animation: typing 1.4s infinite;
}

.typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
}
.error-message {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */