#gdpr {
    position: fixed;
    bottom: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 10%;
    font-size: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
}
#gdpr b {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#gdpr b::before, #gdpr b::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    margin: auto;
    content: "";
    background: #fff;
    transform-origin: 50% 50%;
}
#gdpr b::before {transform: rotate(45deg);}
#gdpr b::after {transform: rotate(-45deg);}
#gdpr p {
    display: inline-block;
    width: 77%;
    margin-right: 3%;
    font-size: 12px;
    vertical-align: middle;
}
#gdpr.ja p::before { content: "当社のウェブサイトでは、お客様のユーザーエクスペリエンスの向上や、マーケティング調査の改善のためのアクセス解析を行うためにクッキーを使用しています。当社は、お客様の情報を当社の分析パートナーと共有することがあります。詳細については、当社の"; }
#gdpr.en p::before { content: "We use cookies on our websites to enhance your experience and to analyze the access for improving the marketing investigation. We may share your information with our analytics partners. For more information please see and agree to our "; }
#gdpr.kr p::before { content: "당사의 웹사이트에서는 고객님의 유저 체험 향상 및 마케팅 조사 개선을 위한 액세스 분석을 위해 쿠키를 사용하고 있습니다. 당사는 고객님의 정보를 당사 분석 파트너와 공유할 수 있습니다. 자세한 내용은 당사의 "; }
#gdpr.th p::before { content: "เว็ปไซต์ของบริษัท มีการใช้งานคุกกี้สำหรับวิเคราะห์ข้อมูลการเข้าถึงเพื่อปรับปรุงการสำรวจทางการตลาด และเพื่อให้ลูกค้าได้ประสบการณ์ที่ดีในการใช้งานเว็ปไซต์ ทางบริษัทอาจมีการแบ่งปันข้อมูลของลูกค้าให้กับผู้ร่วมทำการวิเคราะห์ของบริษัท สำหรับรายละเอียด กรุณาตรวจสอบที่"; }
#gdpr.fr p::before { content: "Le site internet de notre Société utilise des cookies afin d'analyser vos visites, permettant ainsi d'améliorer l'expérience utilisateur ainsi que les recherches marketing. Il se peut que notre Société partage vos informations avec des entreprises d'analyse partenaires. Pour plus de détails, veuillez consulter et approuver la "; }
#gdpr.de p::before { content: "Diese Website verwendet Cookies, um Zugriffe durch Benutzer zu analysieren und dadurch zur Verbesserung Ihrer Benutzererfahrung sowie der Marketingforschung beizutragen. Unser Unternehmen kann Ihre Informationen an analysierende Partnerunternehmen weitergeben. Wir möchten Sie darum bitten, sich vor der Nutzung dieser Website an unsere "; }
#gdpr.es p::before { content: "Este sitio web utiliza cookies con el propósito de analizar el acceso a ella y mejorar nuestros sondeos de marketing con el fin de brindarte una mejor experiencia. Nos reservamos el derecho a compartir dicha información con nuestros socios de análisis. Para obtener información más detallada al respecto, por favor lee y acepta nuestra "; }

#gdpr p a { color: rgba(156, 199, 21, 1); }
#gdpr.ja p a::before { content: "プライバシーポリシー"; }
#gdpr.ja p span::before { content: "をご確認の上、同意しご利用ください。"; }
#gdpr.en p a::before { content: "Privacy Policy"; }
#gdpr.en p span::before { content: "."; }
#gdpr.kr p a::before { content: "개인 정보 보호 정책"; }
#gdpr.kr p span::before { content: "을 확인하시고, 동의하신 후에 이용해 주시기 바랍니다."; }
#gdpr.th p a::before { content: "นโยบายความเป็นส่วนตัว"; }
#gdpr.th p span { content: "ของบริษัท และกรุณากดยอมรับก่อนใช้งาน"; }
#gdpr.fr p a::before { content: "Politique de Confidentialité"; }
#gdpr.fr p span { content: " de la Société avant d'utiliser nos services."; }
#gdpr.de p a::before { content: "Datenschutzrichtlinie"; }
#gdpr.de p span { content: " zu wenden, in der Sie weitere Informationen finden, und dieser zuzustimmen."; }
#gdpr.es p a::before { content: "Política de Privacidad"; }
#gdpr.es p span { content: "."; }

#gdpr button {
    display: inline-block;
    width: 20%;
    height: 2em;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background: rgba(156, 199, 21, 1);
}
#gdpr button:hover {opacity: 0.8;}
#gdpr.ja button::before { content: "同意"; }
#gdpr.en button::before { content: "Agree"; }
#gdpr.kr button::before { content: "동의함"; }
#gdpr.th button::before { content: "ยอมรับ"; }
#gdpr.fr button::before { content: "Accepter"; }
#gdpr.de button::before { content: "Zustimmen"; }
#gdpr.es button::before { content: "Acepto"; }
