@charset "utf-8";
/* CSS Information============
	common
========================== */
/*全デバイス共通*/
@font-face {
  font-family: "YuMincho";
  src: url(/fonts/yu-mincho-light.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansSC";
  src: url(/cn/fonts/NotoSansSC-Regular.ttf) format("truetype");
  font-display: swap;
}
html {
  font-family: "NotoSansSC", "YuMincho", "Noto Serif JP", sans-serif;

  -webkit-text-size-adjust: none;
  max-width: 100%;
  font-size: 100%;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 2;
}
body {
  font-size: 14px;
  color: #000;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
a {
  outline: none;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  /*\*/ /*/
   display: inline-table;
  /* */
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.container {
  overflow: hidden;
}
/* =======================
		改行 
========================== */
.sp_br {
  display: block;
}
.tb_br {
  display: none;
}
.pc_br {
  display: none;
}
/* =======================
　　PCとSPの出し分け 
========================== */
.sp_on {
  display: block;
}
.pc_on {
  display: none;
}
/* =======================
　　header
========================== */
header {
  height: 60px;
}
header #logo {
  width: 35%;
  position: absolute;
  margin-top: 10px;
  left: 20px;
}
header #logo a {
  display: block;
  margin: 0 auto;
}
header ul {
  width: 100%;
}
header ul li a:link,
header ul li a:visited {
  color: #000;
  text-decoration-line: none;
}
/* =======================
	言語導線
========================== */

header #lang {
  position: relative;
}
header #lang .lang_list {
  text-align: center;
  padding: 24px 0;
  display: inline-block;
}
header #lang .lang_now {
  padding: 0 22px 0;
  cursor: pointer;
}
header #lang span.lang_now::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  width: 5px;
  height: 5px;
  transform: translate(5px, -50%) rotate(135deg);
}
header #lang .lang_accordion_content {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  margin-top: 20px;
  text-align: left;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 80%;
  transform: translateX(13%);
  align-items: center;
}
header #lang .lang_accordion_content a {
  width: 100%;
  padding: 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* =======================
	ハンバーガーメニュー
========================== */
header #top-head {
  width: 100%;
  position: fixed;
  z-index: 3;
}
header #top-head .lnav {
  width: 85%;
  margin: 0 auto;
  padding: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
}
header #top-head .lnav li {
  text-align: left;
  width: 50%;
  border-bottom: none;
}
header #top-head .lnav li a {
  color: #595959;
}
header #top-head .lnav li a img {
  width: 12px;
  margin-top: -1px;
}
header #top-head .sns {
  padding: 0;
}
header #top-head .sns > ul {
  padding: 10px 0 30px;
}
header #top-head > ul {
  height: 63px;
  /*  padding: 0 0 0 20px;*/
  display: flex;
  justify-content: right;
  align-items: center;
  background-color: #fff;
}
header #top-head ul li {
  text-align: center;
  margin-left: 2px;
}
header #top-head ul .logo {
  width: 140px;
  margin-left: 10px;
}
header #top-head ul .rev {
  width: 80px;
  border-left: none;
}
header #top-head ul .rev a {
  display: block;
  background-color: #fff;
  padding: 20.5px 0;
  color: #000;
}
header #top-head ul .menu {
  height: 1.3rem;
  width: 45px;
  margin-top: 2px;
}
#nav-toggle {
  width: 36px;
  height: 45px;
  margin: 0 auto;
  padding: 0 16px 0 0;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
#global-nav {
  position: absolute;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1;
  bottom: 100px;
  left: 0%;
}
.open #global-nav {
  -moz-transform: translateY(-410px);
  -webkit-transform: translateY(-410px);
  transform: translateY(410px);
  left: 0%;
}
#global-nav nav {
  background-color: #fff;
}
#global-nav ul {
  padding: 20px 0;
  list-style: none;
  position: static;
}
#global-nav ul .right_link:first-child {
  padding-top: 15px;
  border-top: 1px #f0f0f0 solid;
}
#global-nav ul .right_link {
  float: none;
  position: static;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px #f0f0f0 solid;
  border-left: none;
  border-top: none;
}
#global-nav ul .right_link a {
  width: 100%;
  display: block;
  padding: 14px 0;
}
header #top-head .lnav .gnav_text_link {
  padding: 10px 0;
}
#global-nav ul .center_link a {
  color: #333;
}
#global-nav ul li a img {
  width: 40px;
  vertical-align: middle;
}
#global-nav ul li a span {
  display: inline-block;
  color: #333;
}
#global-nav .link_box {
  background-color: #fff;
}
#global-nav .link_box li {
  border-bottom: none;
  border: #ccc solid 1px;
  width: 50%;
  margin: 20px auto;
  text-align: center;
  padding: 0;
}
#global-nav .link_box a {
  width: 100%;
  display: block;
  color: #333;
  font-size: 15px;
  padding: 20px 0;
}
#global-nav ul .center_link {
  text-align: center;
  border-bottom: none;
}
#global-nav ul .center_link a {
  padding: 20px 0;
  font-size: 15px;
}
header #top-head ul li.language {
  margin-top: -5px;
}
.language_list {
  display: flex;
  justify-content: center;
  line-height: 1;
}
.language_list dt {
  padding: 0 12px;
  border-right: 1px #e5e5e5 solid;
}
.language_list dt:last-child {
  border-right: 0;
}
.language_list dt a.on {
  border-bottom: 1px #000 solid;
}
/* =======================
	 #acMenu
========================== */
#acMenu {
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  border-bottom: 1px solid #eeeeee;
}
#acMenu dt {
  display: block;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
}
#acMenu dd {
  line-height: 2.3;
  display: none;
}
#acMenu dd li {
  background: url(/ebisu/img/common/footer_arrow_001.png) no-repeat 0 11px;
  padding-left: 15px;
  margin-left: 20px;
}
#acMenu dd li:nth-last-of-type(1) {
  padding-bottom: 10px;
}
#acMenu dd li a {
  display: block;
  color: #fff;
  line-height: 3;
}
/* =======================
　　ボタン効果
========================== */
/*== ボタン共通設定 */
.btn {
  width: 90%;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  left: 45%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #000;
  padding: 15px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
}
.btn:hover {
  opacity: unset;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #000;
}
.btn:hover span {
  color: #fff;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #000;
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* =======================
　　ぱんくず
========================== */
#container .topicpath {
  overflow: hidden;
  width: 90%;
  margin: 10px auto 70px;
}
/* =======================
　　ページ内リンク
========================== */
/*
.con_outer {
  scroll-margin-top: -200px;
}
*/
/* =======================
　　メイン下層FV
========================== */
/* =======================
　　サブ下層FV
========================== */
.sub_fv {
  position: relative;
}
.sub_fv .head_tit {
  color: #fff;
  font-size: 24px;
  position: absolute;
  /* bottom: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* =======================
　　contents
========================== */
.con_outer .inner {
  width: 90%;
  margin: 30px auto;
}
/* =======================
　　footer
========================== */
footer {
  text-align: center;
  padding-bottom: 75px;
}
footer h3 {
  width: 190px;
  margin: 0 auto 20px;
}
footer .foot_info {
  line-height: 1.7;
  padding: 45px 0 0;
}
footer .foot_info ul li:first-child {
  font-size: 22px;
}
footer .foot_info a {
  color: #fff;
}
footer .sns {
  padding: 20px 0 25px;
  border-bottom: 1px solid #fff;
}
footer .sns ul {
  display: flex;
  justify-content: center;
}
footer .sns ul li {
  width: 50px;
  margin: 0 10px;
}
footer .group_footer {
  width: 50px;
  margin: 15px auto;
}
footer .recruit_img {
  padding: 17px 0;
  margin: 0 auto 0;
  width: 90%;
}
footer .recruit_img a:hover {
  opacity: 0.7;
  background-color: #fff;
}
footer .recruit_img img {
  width: 230px;
}
footer .copyright {
  text-align: center;
  color: #000;
  font-size: 0.9rem;
  padding: 5px 10px 10px;
}
footer #bottom-btn {
  background-color: #000;
  padding: 25px 5.2%;
  position: fixed; /* 画面に固定するためにfixedを指定 */
  bottom: 0; /* 画面の下部に表示する場合。必要に応じて適切な位置を設定 */
  left: 50%; /* 画面の左側から50%の位置に表示 */
  transform: translateX(-50%); /* 左側から中央に移動させる */
  opacity: 0; /* 初期状態では透明にする */
  transition: opacity 0.5s ease; /* opacityの変化をスムーズに行う */
  z-index: -1;
  width: 100%;
}
#bottom-btn.visible {
  opacity: 1;
  z-index: 1;
}
footer #bottom-btn .bottom-btn_box {
  display: flex;
  justify-content: center;
}
#bottom-btn p {
  width: 100%;
  position: relative;
}
#bottom-btn p:first-child {
  margin-right: 10px;
}
#bottom-btn p span {
  color: #fff;
}
#bottom-btn p a {
  border: 1px solid #fff;
  width: 100%;
  display: inherit;
  padding: 4px 0;
}

a i {
  position: absolute;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  zoom: 1;
  width: 18px;
  height: 1px;
  right: 12px;
  top: 49%;
  background: #fff;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: background 500ms ease, -moz-transform 500ms ease;
  -o-transition: background 500ms ease, -o-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
}
a:hover i {
  -webkit-transform: translateX(0.3em);
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -o-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
a i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
#container .topicpath .pan li {
  float: left;
  margin-right: 5px;
}
footer .foot_link {
  margin: 20px auto 0;
}
/*スマートフォン 横*/
@media screen and (min-width: 480px) {
}
/* タブレット */
@media screen and (min-width: 768px) {
  html {
    line-height: 2.5;
  }
  /* =======================
		改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: block;
  }
  .pc_br {
    display: block;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  /* =======================
　　header
========================== */
  header ul li a:link,
  header ul li a:visited {
    color: #000;
  }
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
  }
  header #logo {
    width: 120px;
    margin-top: 0;
    z-index: 3;
  }
  header #logo a {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
  header .sp_none a {
    color: #fff;
  }
  header .pc_lnav {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav nav {
    width: 100%;
  }
  header .pc_lnav nav ul {
    position: inherit;
    right: 0;
    font-size: 12px;
    padding: 5px 0;
    text-align: right;
  }
  header .pc_lnav nav ul li {
    padding: 5px 15px;
    display: inline;
    letter-spacing: 0.4px;
  }
  header .pc_gnav {
    width: 100%;
    background-color: #fff;
  }
  header .pc_gnav nav {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 60px;
  }
  header .pc_gnav nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    font-size: 12px;
    background-color: transparent;
    list-style: none;
  }
  header .pc_gnav nav ul li {
    padding: 0 7px;
    text-align: center;
  }
  header .pc_gnav nav ul li:last-child {
    padding: 0;
    margin: 0;
    width: 80px;
  }
  header .pc_gnav nav ul li:last-child a {
    background-color: #9d894e;
    display: block;
    color: #fff;
    padding: 13px 0;
  }
  header .pc_lnav nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  header .pc_lnav nav ul li a img {
    width: 10px;
    margin-top: -2px;
  }
  header .pc_gnav nav ul li.language {
    padding: 0;
  }
  header #lang .lang_now {
    padding: 0 22px 0 7px;
    cursor: pointer;
  }
  header #lang .lang_now:hover {
    opacity: 0.7;
  }
  header #lang .lang_accordion_content {
    margin-top: 15px;
    width: 95%;
    transform: translateX(-5%);
  }

  #container .topicpath {
    display: block;
    margin-bottom: 70px;
  }
  /* =======================
	 pc_gnav #pc_gnav2
========================== */
  header .pc_lnav2 {
    width: 100%;
  }
  header .pc_lnav2 nav {
    width: 100%;
  }
  header .pc_lnav2 #logo {
    position: fixed;
  }
  header .pc_lnav2 nav ul {
    position: absolute;
    right: 0;
    font-size: 1rem;
    padding: 10px 0;
    width: 440px;
    text-align: right;
  }
  header .pc_lnav2 nav ul li {
    padding: 5px 15px;
    display: inline;
  }
  header .pc_gnav2 {
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
  }
  header .pc_gnav2 nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 62px;
  }
  header .pc_gnav2 nav p {
    width: 200px;
    margin-left: 15px;
  }
  header .pc_gnav2 nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    background-color: transparent;
  }
  header .pc_gnav2 nav ul li {
    padding: 0 15px;
    text-align: center;
  }
  header .pc_gnav2 nav ul li:last-child {
    background-color: #fff;
    padding: 0 20px;
    margin: 0;
  }
  header .pc_gnav2 nav ul li:last-child a {
    display: block;
    color: #000;
    padding: 24px 0;
  }
  header .pc_lnav2 nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  .pc_gnav2 nav #logo img {
    max-width: 126%;
    margin: 10px 0 0 0;
  }
  /* =======================
　　ボタン効果
========================== */
  /*== ボタン共通設定 */
  .btn {
    width: 325px;
  }
  /* =======================
　　メイン下層FV
========================== */
  /* =======================
　　サブ下層FV
========================== */
  .sub_fv {
    position: relative;
    height: 170px;
    margin-top: 30px;
    overflow: hidden;
  }
  .sub_fv .head_bg img {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  .sub_fv .head_tit {
    color: #fff;
    font-size: 30px;
    position: absolute;
    /* bottom: 0; */
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  /* =======================
　　contents
========================== */
  .con_outer .inner {
    width: 85%;
  }
  /* =======================
　　footer
========================== */
  footer {
    padding-bottom: 0;
  }
  footer .foot_link {
    width: 90%;
  }
  footer .foot_link ul {
    display: flex;
    justify-content: center;
  }
  footer .foot_link ul li {
    padding-right: 3%;
  }
  footer .foot_link ul li:last-child {
    padding-right: 0;
  }
  footer .foot_link ul li a {
    color: #000;
  }
  footer .foot_info {
    line-height: 2;
    letter-spacing: 0.8px;
  }
  footer .group_footer a:hover img {
    opacity: 0.7;
  }
}
/* タブレット（横）,PCページ */
@media screen and (min-width: 1024px) {
  /* =======================
		改行 
========================== */
  .sp_br {
    display: none;
  }
  .tb_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  /* =======================
　　PCとSPの出し分け 
========================== */
  .sp_on {
    display: none;
  }
  .pc_on {
    display: block;
  }
  body {
    font-size: 15px;
  }
  /* =======================
　　header
========================== */
  header {
    width: 100%;
    top: 0;
    z-index: 800;
  }
  header #logo {
    width: 155px;
    left: 30px;
    position: absolute;
  }
  header #logo a {
    display: block;
    width: 100%;
    margin: 0;
  }
  header .sp_none a {
    color: #fff;
  }
  header .pc_lnav {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav nav {
    width: 1000px;
  }
  header .pc_lnav nav ul {
    position: inherit;
    right: 0;
    font-size: 11px;
    padding: 5px 0;
    text-align: right;
  }
  header .pc_lnav nav ul li {
    padding: 5px 15px;
    display: inline;
  }
  header .pc_gnav {
    width: 100%;
    background-color: #fff;
  }
  header .pc_gnav nav {
    margin: 0 auto;
    position: relative;
  }
  header .pc_gnav nav ul {
    position: absolute;
    right: 0;
    font-size: 14px;
    background-color: transparent;
  }
  header .pc_gnav nav ul li {
    padding: 0 13px;
    text-align: center;
  }
  header .pc_gnav nav ul li:last-child {
    padding: 0;
    width: 120px;
  }
  header .pc_gnav nav ul li:last-child a {
    background-color: #9d894e;
    display: block;
    padding: 13px 0;
  }
  header .pc_lnav nav {
    margin: 0 auto;
    position: relative;
  }
  #container .topicpath {
    display: block;
    margin-bottom: 30px;
  }
  header #lang .lang_accordion_content {
    margin-top: 12px;
    width: 110%;
    padding: 2px 0;
    transform: translateX(-9%);
  }
  header #lang .lang_accordion_content a {
    padding: 2px 0;
  }
  /* =======================
	 pc_gnav #pc_gnav2
========================== */
  header .pc_lnav2 {
    width: 100%;
    background-color: #000;
  }
  header .pc_lnav2 nav {
    width: 1000px;
  }
  header .pc_lnav2 #logo {
    position: fixed;
  }
  header .pc_lnav2 nav ul {
    position: absolute;
    right: 0;
    font-size: 1rem;
    padding: 10px 0;
    width: 440px;
    text-align: right;
  }
  header .pc_lnav2 nav ul li {
    padding: 5px 15px;
    display: inline;
  }
  header .pc_gnav2 {
    width: 100%;
    background-color: #000;
    position: fixed;
    top: 0;
  }
  header .pc_gnav2 nav {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    height: 62px;
  }
  header .pc_gnav2 nav p {
    width: 174px;
  }
  header .pc_gnav2 nav ul {
    right: 0;
    font-size: 14px;
    background-color: transparent;
    height: 62px;
  }
  header .pc_gnav2 nav ul li {
    width: 105px;
    text-align: center;
    padding: 0;
  }
  header .pc_gnav2 nav ul li:last-child {
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 102px;
  }
  header .pc_gnav2 nav ul li:last-child a {
    display: block;
    color: #000;
    padding: 19px 0;
  }
  header .pc_lnav2 nav {
    height: 30px;
    margin: 0 auto;
    position: relative;
  }
  .pc_gnav2 nav #logo img {
    max-width: 88%;
    margin: 5px 0 0 0;
  }
  /* =======================
　　サブ下層FV
========================== */
  .sub_fv {
    height: 415px;
  }
  .sub_fv .head_bg img {
    height: 415px;
  }
  .sub_fv .head_tit {
    font-size: 30px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  /* =======================
　　contents
========================== */
  .con_outer .inner {
    width: 1000px;
    margin: 50px auto 40px;
  }
  /* =======================
　　footer
========================== */
  footer .foot_link ul li {
    padding-right: 2%;
  }
}
@media screen and (min-width: 1025px) {
  #container .topicpath {
    width: 1100px;
  }
}
@media screen and (min-width: 1100px) {
}

/* =================================
        .style-wrapper-99c7fa 
===================================== */
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  min-width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 13px 15px;
}
#tripla-cookie-consent .style-wrapper-99c7fa a {
  color: #3b3b3b;
  text-decoration: underline;
}
#tripla-cookie-consent .style-wrapper-99c7fa a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #3b3b3b;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
}
#tripla-cookie-consent .style-wrapper-99c7fa {
  text-align: left;
}
#tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    display: grid;
    grid-template-columns: auto 0 141px;
    align-items: center;
    column-gap: 13px;
    justify-content: center;
    padding: 13px 35px 13px;
    font-size: 13px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1.3;
    font-size: 14px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .button-btn-f51c1a {
    width: 141px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #tripla-cookie-consent .style-wrapper-99c7fa {
    font-size: 14px;
    padding: 10px 55px;
  }
  #tripla-cookie-consent .style-wrapper-99c7fa .style-button-799e8e {
    line-height: 1;
  }
}
