:root {
  --takeda-red: #e50019;
  --primary-color: #e50019;
  --width-menu-takeda-pro-level-2: 30%;

  --text-color-menu-takeda-pro-lv1: #333;
  --text-hover-color-menu-takeda-pro-lv1: #e50019;
  --text-active-color-menu-takeda-pro-lv1: #e50019;
  --background-menu-takeda-pro-lv1: #fff;
  --background-hover-menu-takeda-pro-lv1: #f5f5f5;
  --background-active-menu-takeda-pro-lv1: #f5f5f5;

  --text-color-menu-takeda-pro-lv2: #6f6f6f;
  --text-hover-color-menu-takeda-pro-lv2: #e50019;
  --text-active-color-menu-takeda-pro-lv2: #e50019;
  --background-menu-takeda-pro-lv2: #f5f5f5;
  --background-hover-menu-takeda-pro-lv2: #f5f5f5;
  --background-active-menu-takeda-pro-lv2: #f5f5f5;

  --text-color-menu-takeda-pro-lv3: #6f6f6f;
  --text-hover-color-menu-takeda-pro-lv3: #e50019;
  --text-active-color-menu-takeda-pro-lv3: #e50019;
  --background-menu-takeda-pro-lv3: #f5f5f5;
  --background-hover-menu-takeda-pro-lv3: #f5f5f5;
  --background-active-menu-takeda-pro-lv3: #f5f5f5;

  /*SP*/
  --text-color-menu-takeda-pro-sp-lv1: #333;
  --text-hover-color-menu-takeda-pro-sp-lv1: #e50019;
  --text-active-color-menu-takeda-pro-sp-lv1: #e50019;
  --background-menu-takeda-pro-sp-lv1: #fff;
  --background-hover-menu-takeda-pro-sp-lv1: #f5f5f5;
  --background-active-menu-takeda-pro-sp-lv1: #f5f5f5;

  --text-color-menu-takeda-pro-sp-lv2: #6f6f6f;
  --text-hover-color-menu-takeda-pro-sp-lv2: #e50019;
  --text-active-color-menu-takeda-pro-sp-lv2: #e50019;
  --background-menu-takeda-pro-sp-lv2: #f5f5f5;
  --background-hover-menu-takeda-pro-sp-lv2: #f5f5f5;
  --background-active-menu-takeda-pro-sp-lv2: #f5f5f5;

  --text-color-menu-takeda-pro-sp-lv3: #333;
  --text-hover-color-menu-takeda-pro-sp-lv3: #e50019;
  --text-active-color-menu-takeda-pro-sp-lv3: #e50019;
  --background-menu-takeda-pro-sp-lv3: #f5f5f5;
  --background-hover-menu-takeda-pro-sp-lv3: #f5f5f5;
  --background-active-menu-takeda-pro-sp-lv3: #f5f5f5;

  --font-weight-menu-takeda-pro-lv1: 400;
  --font-weight-menu-takeda-pro-lv2: 400;
  --font-weight-menu-takeda-pro-lv3: 400;

  --font-weight-active-menu-takeda-pro-lv1: 700;
  --font-weight-active-menu-takeda-pro-lv2: 700;
  --font-weight-active-menu-takeda-pro-lv3: 700;

  --font-size-menu-takeda-pro-sp-lv1: 16px;
  --font-size-menu-takeda-pro-sp-lv2: 16px;
  --font-size-menu-takeda-pro-sp-lv3: 16px;
}

div[id^=carousel-banner] {
  max-width: none;
}

.hidden-menu {
  visibility: hidden;
}

@media screen and (max-width: 992px) {
  .hidden-menu {
    display: none;
  }
}

.section-fixed {
  position: fixed;
  width: 100%;
  z-index: 50;
  background: #fff;
}

@media screen and (min-width: 993px) {
  .for-mobile, .takeda-pro-sp {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .for-desktop, .takeda-pro-pc {
    display: none;
  }
}

.takeda-pro-menu ul li,
.product-menu ul li {
  list-style: none;
}

.global-header {
  position: relative;
  z-index: 100;
}

.global-header-wrapper a:hover {
  text-decoration: none;
}

.global-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #E1242A;
  padding-bottom: 15px;
}

.global-header__logo {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.global-header__logo a {
  display: inline-block;
}

.global-header__logo img.logo-takeda {
  max-width: 110px;
  width: 100%;
}

.global-header__logo img.logo-product {
  max-width: 93px;
  width: 100%;

}

.global-header .region-header {
  justify-content: flex-end;
  display: flex;
}

.global-header.menu-public .region-header {
  flex-grow: 1;
}

.global-header .login-wrapper {
  display: flex;
  flex-wrap: nowrap;
}

.login-wrapper a {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  margin-right: 15px;
  font-family: Gotham, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 18.23px;
  vertical-align: middle;

}

.global-header .login-wrapper a:last-of-type {
  margin-right: 0;
}

.login-wrapper a.login-wrapper__link {
  background: #fff;
  color: #000;
  border: 1px solid #34373F;
  border-radius: 24px;
  width: 230px;
  padding: 13px 23px;
  display: flex;
  justify-content: space-between;
}

.login-wrapper a.login-wrapper__link:hover {
  background: #34373F;
  color: #fff;
}

a.login-wrapper__link svg {
  width: 20px;
  height: 20px;
}

.login-wrapper__link:hover svg path {
  stroke: #fff;
}

.login-wrapper__link:hover svg {
  background-color: transparent;
}

.border-seperate {
  width: 2px;
  height: 38px;
  display: inline-block;
  background-color: #e0e0e0;
}

.search-and-hcp-info {
  display: flex;
  gap: 10.5px;
  margin-right: 10px;
}

.search-and-hcp-info .search-bar,
.global-header-sp .search-bar {
  border: none;
  padding: 0;
  margin: 0;
}

.search-bar .search__fieldset {
  position: relative;
}

.search-bar form .search__fieldset .search__submit {
  display: inline-block;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-bar form .search__fieldset .search__input {
  padding: 10px 12px 9px 38px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #4f4f4f;
  background: #fff;
  border: 1px solid var(--takeda-red);
  border-radius: 6px;
  outline: none;
}

.search-bar form .search__fieldset .search__submit::before {
  vertical-align: middle;
  color: #a99696;
  font-size: 17px;
  padding: 0 7px;
}

.takeda-pro-menu > ul.menu {
  display: flex;
  margin: 0;
  gap: 15px;
}


.takeda-pro-menu > ul.menu > li > span,
.takeda-pro-menu > ul.menu > li > a {
  line-height: 19px;
  color: var(--text-color-menu-takeda-pro-lv1);
  font-weight: var(--font-weight-menu-takeda-pro-lv1);
  font-size: 16px;
  text-transform: uppercase;
}

.takeda-pro-menu > ul.menu-level-1 > li.active-sub {
  background-color: var(--background-active-menu-takeda-pro-lv1);
}

.takeda-pro-menu > ul.menu-level-1 > li:hover {
  background-color: var(--background-hover-menu-takeda-pro-lv1);
}

.takeda-pro-menu > ul.menu-level-1 > li.active-sub > span,
.takeda-pro-menu > ul.menu-level-1 > li.active-sub > a,
.takeda-pro-menu > ul.menu > li > a.is-active {
  color: var(--text-active-color-menu-takeda-pro-lv1);
  font-weight: var(--font-weight-active-menu-takeda-pro-lv1);
}

.takeda-pro-menu > ul.menu-level-1 > li:hover > span,
.takeda-pro-menu > ul.menu-level-1 > li:hover > a {
  color: var(--text-hover-color-menu-takeda-pro-lv1);
}

.takeda-pro-menu > ul.menu-level-1 > li.has-submenu .subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: var(--background-menu-takeda-pro-lv2);
  z-index: 99;
  top: 68px;
}

.takeda-pro-menu > ul.menu-level-1 > li.has-submenu:hover .subnav {
  display: flex;
}

.takeda-pro-menu > ul.menu-level-1 > li .subnav > ul.menu-level-2 {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.takeda-pro-menu > ul.menu-level-1 > li {
  padding: 25px 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.takeda-pro-menu > ul.menu-level-1 > li.has-submenu:after {
  content: '';
  border-bottom: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  height: 12px;
  width: 12px;
  margin-top: -6px;
}

/*Level 2*/
.takeda-pro-menu ul.menu-level-2 > li {
  padding: 12px 24px;
}

.takeda-pro-menu ul.menu-level-2 > li > span,
.takeda-pro-menu ul.menu-level-2 > li > a {
  font-weight: var(--font-weight-menu-takeda-pro-lv2);
  font-size: 18px;
  line-height: 200%;
  color: var(--text-color-menu-takeda-pro-lv2);
}

.takeda-pro-menu ul.menu-level-2 > li.active-sub > span,
.takeda-pro-menu ul.menu-level-2 > li.active-sub > a,
.takeda-pro-menu ul.menu-level-2 > li > a.is-active {
  color: var(--text-active-color-menu-takeda-pro-lv2);
  font-weight: var(--font-weight-active-menu-takeda-pro-lv2);
}

.takeda-pro-menu ul.menu-level-2 > li:hover > span,
.takeda-pro-menu ul.menu-level-2 > li:hover > a {
  color: var(--text-hover-color-menu-takeda-pro-lv2);
}

/*Level 3*/
.takeda-pro-menu ul.menu-level-3 {
  margin-top: 14px;
}

.takeda-pro-menu ul.menu-level-3 > li > span,
.takeda-pro-menu ul.menu-level-3 > li > a {
  font-weight: var(--font-weight-menu-takeda-pro-lv3);
  font-size: 14px;
  line-height: 200%;
  color: var(--text-color-menu-takeda-pro-lv3);
}

.takeda-pro-menu ul.menu-level-3 > li.active-sub > span,
.takeda-pro-menu ul.menu-level-3 > li.active-sub > a,
.takeda-pro-menu ul.menu-level-3 > li > a.is-active {
  color: var(--text-active-color-menu-takeda-pro-lv3);
  font-weight: var(--font-weight-active-menu-takeda-pro-lv3);
}

.takeda-pro-menu ul.menu-level-3 > li:hover > span,
.takeda-pro-menu ul.menu-level-3 > li:hover > a {
  color: var(--text-hover-color-menu-takeda-pro-lv3);
}

.takeda-pro-menu ul.menu-level-2 > li.has-submenu > div {
  background-color: var(--background-menu-takeda-pro-lv3);
}

.takeda-pro-menu ul.menu-level-2 > li.active-sub > div {
  background-color: var(--background-active-menu-takeda-pro-lv3);
}

.takeda-pro-menu ul.menu-level-2 > li:hover > div {
  background-color: var(--background-hover-menu-takeda-pro-lv3);
}

/* Menu SP */
.item-menu-site.site-branding-name {
  text-transform: capitalize;
}

.global-header-sp .search-bar {
  text-align: center;
}

.global-header-sp > .navigation {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 6px;
  align-items: center;
}

.global-header-sp {
  border-bottom: none;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  top: 0;
}

.global-header-sp .icon-menu:before,
.global-header-sp .icon-close:before {
  font-family: 'icomoon', sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #34373F;
  border: 1px solid rgba(255, 255, 255, .1);
}

.icon-menu:before,
.icon-close:before {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  color: var(--takeda-red);
  margin-right: 0;
}

.global-header-sp .icon-menu:before {
  content: "\e901" !important;
}

.global-header-sp .icon-close:before {
  content: "\e900" !important;
}

.menu-sp a:hover,
.menu-sp a {
  text-decoration: none;
}

.global-header-sp .menu-toggle.open .menu-open:before {
  content: "\e900" !important;
}

.global-header-sp .menu-toggle:not(.open) + .menu-sp {
  display: none;
}

.global-header-sp .menu-toggle .menu-open span.hidden-sm-down,
.global-header-sp .menu-toggle .menu-close span.hidden-sm-down {
  display: none;
}

.global-header-sp .item-close-menu a.menu-toggle,
.global-header__item.hamburger .for-mobile > a {
  font-size: 2rem;
  padding: 12px;
}

.global-header__item.hamburger .for-mobile > a:hover {
  color: var(--primary-color);
}

.global-header__item.hamburger .for-mobile > div.menu-sp {
  position: absolute;
  top: 100%;
  left: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #666;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
}

.global-header-sp .global-header__item {
  width: 15%;
}

.global-header-sp .logo {
  width: 70%;
  text-align: center;
  display: table;
}

.global-header-sp .logo img {
  max-width: 182px;
}

.global-header-sp .search-button:before {
  vertical-align: middle;
  color: var(--takeda-red);
  font-size: 24px;
}

.global-header-sp .menu-group__list {
  margin: 0;
  padding: 0;
  height: auto;
  color: #666;
  text-indent: 0;
}

.global-header-sp .menu-group__item {
  position: relative;
  margin: 0;
  width: 100%;
  color: inherit;
  text-indent: inherit;
  text-align: left;
  overflow: visible;
  display: inline-grid;
}

.global-header-sp .menu-group__list li a,
.global-header-sp .menu-group__list li span {
  padding-left: 32px;
  color: #666;
}

.border-line {
  width: 90%;
  height: 1px;
  background-color: #c1c1c1;
  margin: 12px auto 0;
}

.menu-group__item.menu-group__itemToggle > .border-line {
  height: 0;
}
.global-header-sp .item-close-menu {
  display: flex;
  justify-content: flex-end;
  background-color: var(--takeda-red);
}

.global-header-sp .item-hcp-info > a {
  background-color: #b70014;
  padding: 14.5px 30.5px;
  color: #fff;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}

.global-header-sp .item-close-menu .icon-close:before {
  color: #fff;
}

.global-header-sp .item-back-takeda-pro {
  font-weight: 700;
  color: #333;
  padding: 24px 18px;
  border-bottom: 1px solid #c1c1c1;
}

.global-header-sp .item-menu-site {
  position: relative;
  padding: 12px 0 17px 20px;
  border-bottom: 1px #d9d9d9 solid;
  font-weight: 700;
  color: var(--primary-color);
}

.global-header-sp .item-menu-takeda-pro.item-menu-site {
  font-size: 16px;
  line-height: 132%;
  color: #fd0008;
  padding: 24px 18px;
}

.global-header-sp .item-hcp-info > a button,
.global-header-sp .item-menu-site > button,
.global-header-sp .menu-group__item button {
  position: absolute;
  top: 10px;
  right: 4%;
  margin: 8px;
  padding: 0;
  height: 12px;
  width: 12px;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid var(--primary-color);
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  border-radius: 4px;
}

.global-header-sp .item-hcp-info > a button {
  top: 22px;
  border-color: transparent transparent transparent transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #fff;
}

.global-header-sp .item-menu-takeda-pro.item-menu-site > button {
  border-color: transparent transparent transparent transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid var(--primary-color);
  top: 19px;
}

.global-header-sp .menu-takeda-pro .item-menu-takeda-pro.item-menu-site > button {
  border-top: 9px solid var(--takeda-red);
}

.global-header-sp .menu-takeda-pro li a {
  line-height: 140%;
}

.global-header-sp .item-menu-site.menu-group__itemToggle > button,
.global-header-sp .menu-group__itemToggle > button {
  opacity: 1;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}


.global-header-sp .menu-group__item .menu-group__list {
  position: relative;
  -webkit-transition: max-height .25s, opacity .25s;
  transition: max-height .25s, opacity .25s;
  overflow: hidden;
  z-index: 1;
}
nav[class*="-header-menu"] {
  text-transform: uppercase;
}

.item-menu-site + ul.menu-group__list,
.item-menu-site + ul.menu-group__list + ul.menu-group-header,
.global-header-sp .menu-group__item .menu-group__list,
.global-header-sp .menu-group__item .menu-group-header {
  max-height: 0;
  opacity: 0;
}

.menu-group__item.show-all > ul,
.item-menu-site.menu-group__itemToggle + ul.menu-group__list,
.item-menu-site.menu-group__itemToggle + ul.menu-group__list + ul.menu-group-header,
.global-header-sp .menu-group__itemToggle > ul {
  max-height: 1000px !important;
  opacity: 1 !important;
  overflow: visible !important;
  z-index: 4 !important;
}

.item-back-takeda-pro > button {
  padding: 0;
  margin: 3px;
  height: 12px;
  width: 12px;
  background: transparent;
  border-color: transparent transparent transparent transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid var(--text-color-menu-takeda-pro-lv1);
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


ul.menu.menu-group__list li.menu-group__item.active-sub > a.is-active,
.menu-group__item.has-submenu.menu-group__itemToggle > a {
  font-weight: 700;
  display: block;
}

/*Level 1 - Takeda pro*/
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > span,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > a {
  color: var(--text-color-menu-takeda-pro-sp-lv1);
  font-size: var(--font-size-menu-takeda-pro-sp-lv1);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > button {
  border-top: 9px solid var(--text-color-menu-takeda-pro-sp-lv1);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item.menu-group__itemToggle > span,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > a.is-active,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item.menu-group__itemToggle > a {
  color: var(--text-active-color-menu-takeda-pro-sp-lv1);
  font-weight: var(--font-weight-active-menu-takeda-pro-lv1);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item.menu-group__itemToggle > button {
  border-top: 9px solid var(--text-active-color-menu-takeda-pro-sp-lv1);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li {
  background-color: #fff;
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item.menu-group__itemToggle {
  background-color: var(--background-active-menu-takeda-pro-sp-lv1);
}

/*Level 2 - Takeda pro*/
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list {
  background-color: var(--background-menu-takeda-pro-sp-lv2);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li > span,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li > a {
  color: var(--text-color-menu-takeda-pro-sp-lv2);
  font-size: var(--font-size-menu-takeda-pro-sp-lv2);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li > button {
  border-top: 9px solid var(--text-color-menu-takeda-pro-sp-lv2);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li.menu-group__itemToggle > span,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li.menu-group__itemToggle > a {
  color: var(--text-active-color-menu-takeda-pro-sp-lv2);
  font-weight: var(--font-weight-active-menu-takeda-pro-lv2);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li.menu-group__itemToggle > button {
  border-top: 9px solid var(--text-active-color-menu-takeda-pro-sp-lv2);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li.menu-group__item.menu-group__itemToggle {
  background-color: var(--background-active-menu-takeda-pro-sp-lv2);
}

.global-header-sp ul li a {
  text-decoration: none;
}

/*Level 3 - Takeda pro*/

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li > ul {
  background-color: var(--background-menu-takeda-pro-sp-lv3);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li > ul > li span,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li > ul > li a {
  color: var(--text-color-menu-takeda-pro-sp-lv3);
  font-size: var(--font-size-menu-takeda-pro-sp-lv3);
}

.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li.menu-group__itemToggle > ul > li span,
.global-header-sp .takeda-pro-sp > ul.menu-group__list > li.menu-group__item > ul.menu-group__list > li.menu-group__itemToggle > ul > li a {
  color: var(--text-active-color-menu-takeda-pro-sp-lv3);
  font-weight: var(--font-weight-active-menu-takeda-pro-lv3);
}

.menu-group__item.has-submenu ul.menu-group__list li span,
.menu-group__item.has-submenu ul.menu-group__list li a {
  padding-left: 48px;
}

.menu-group__item.has-submenu ul.menu-group__list li ul.menu-group__list li span,
.menu-group__item.has-submenu ul.menu-group__list li ul.menu-group__list li a {
  padding-left: 64px;
}

.menu-sp .menu-group__item.has-submenu.show-all {
  padding-top: 0;
}

.menu-sp .menu-group__item.has-submenu.show-all > .border-line,
.menu-sp .menu-group__item.has-submenu.show-all > button {
  display: none;
}

/* HCP INFO */
.dropdown svg {
  cursor: pointer;
}

.menu-group__list {
  margin: 0;
  padding: 0;
  height: auto;
  color: black;
  text-indent: 0;
}

.search-and-hcp-info .mb-searchbar {
  position: absolute;
  display: none;
  top: 1px;
  left: -1px;
}

.global-header-sp .global-header__item.align-right {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 992px) {
  .global-header-sp .search-bar form .search__fieldset .mb-searchbar {
    display: none;
    width: 100%;
    position: fixed;
    top: 84px;
    left: 0;
  }

  .global-header-sp .search-bar form .search__fieldset .showHideSearch {
    display: block;
  }

  .search-bar form .search__fieldset .search__input {
    display: inline-block;
    font-size: 1em;
    padding: 3px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 3em;
    -ms-flex: 1 0 3em;
    flex: 1 0 3em;
    -webkit-appearance: none;
  }

  .search-bar form .search__fieldset .search__submit {
    display: inline-block;
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0 6px;
    position: absolute;
  }

  .search-bar form .search__fieldset .search__submit:before {
    vertical-align: middle;
    color: #c8c5c5;
    font-size: 24px;
  }

  .global-header-sp .search-bar form .search__fieldset .search__input {
    width: 100%;
    padding: 10px 30px 10px 7px;
    border-width: 1px 0;
  }

  .global-header-sp .search-bar form .search__fieldset .search__submit {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .is-hidden {
    display: none;
  }

  .takeda-pro-sp {
    width: 100%;
    background-color: #fff;
  }

  .takeda-pro-sp.show {
    display: block;
  }
}
.dropdown.accessible-hover:before {
  position: relative;
}

.icon-profile-hcp:before {
  width: 1em;
  height: 1em;
  font-size: 28px;
  color: var(--primary-color);
  margin-left: 10px;
}

.dropdown .menu {
  display: none;
  position: absolute;
  top: 140%;
  left: auto;
  right: -1px;
  opacity: 0;
  border: 1px solid #bcbcbc;
  z-index: 100;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}

.dropdown.accessible-hover > .menu {
  display: block;
  opacity: 1;
  right: 0;
  -webkit-box-shadow: 2px 2px 7px rgb(0 0 0 / 65%);
  background-color: #c51c23;
  font-size: 0.9rem;
  box-shadow: 2px 2px 7px rgb(0 0 0 / 65%);
  padding: .5rem 0;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  width: max-content;
}

.dropdown.accessible-hover > .menu .menu-group {
  width: 100% !important;
  font-size: 14px;
  min-width: 200px;
}

.dropdown.accessible-hover > .menu .menu-group:last-child {
  border-bottom: none;
}

.dropdown.accessible-hover .menu--dropdown-item {
  display: block;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  word-break: break-all;
  line-height: normal;
  padding: 7px 16px;
  color: #fff;
  font-weight: 400;
  text-align: inherit;
  font-family: Gotham, sans-serif;
  font-size: 12.6px;
}

.dropdown.accessible-hover .menu--dropdown-item:hover {
  background-color: #9a141b;
}

.dropdown.accessible-hover span.menu--dropdown-item:hover {
  background-color: transparent;
}

.dropdown.accessible-hover .dropdown-divider {
  border-top: 1px solid rgb(105 23 23 / 0.38);
}

.dropdown.accessible-hover .icon-chevron-down {
  transition-property: transform;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown.accessible-hover > .menu .menu-group .menu-group__list > .menu-group__item {
  width: 100%;
  border-right: 0;
  padding: 10px;
  list-style: none;
}

.search-and-hcp-info .menu-group__list li a {
  color: #666;
}

.global-header-sp .dropdown.accessible-hover ul li a {
  padding: 0;
}

.global-header {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 992px) {
  .dropdown.accessible-hover > .menu {
    min-width: 200px;
    top: 40px;
  }
}

div[id^=carousel-banner] .carousel-control-navigation .container {
  max-width: unset;
}

div[id^=carousel-banner] .carousel-control-navigation .container .carousel-control-prev {
  left: 0;
}

div[id^=carousel-banner] .carousel-control-navigation .container .carousel-control-next {
  right: 0;
}


/** Back to top */
.footer__wrapper {
  position: relative;
}

.back-to-top {
  position: fixed !important;
  background-image: url('../images/btn_top.png') !important;
  background-size: cover !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: var(--primary-color);
  z-index: 5;
  right: -300px;
  -webkit-transition: right 300ms ease-in-out;
  transition: right 300ms ease-in-out;
  will-change: right;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 20px 20px !important;
  box-shadow: none;
  border: none;
  bottom: 6%;
  gap: 10px;
}

.back-to-top.show {
  right: 1em
}

.back-to-top:focus {
  outline: none;
}

.arrow-to-top {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 5px;
}

.arrow-to-top:after {
  content: '';
  display: inline-block;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 4px;
  width: 4px;
  transform: translateY(14px) rotate(-135deg);
  -webkit-transform: translateY(14px) rotate(-135deg);
  margin-bottom: 9px;
}

@media screen and (max-width: 768px) {
  .back-to-top,
  .back-to-top.show {
    bottom: 4%;
  }
}


/** Back to top */
/************************************/
.hd-external-link-overlay.d-none {
  display: none !important;
}
.hd-external-link-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.hd-external-link-overlay__wrapper {
  width: 85%;
  max-width: 800px;
}
.hd-external-link-overlay__close {
  width: 30px;
  height: 30px;
  background: url(../images/close-overlay.b90d6f08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.hd-external-link-overlay__content {
  margin: 1em 0;
  background: #fff;
  padding: 2em 5em;
  max-height: 80vh;
  overflow-y: auto;
  text-align: center;
  position: relative;
}
.hd-external-link-overlay__title {
  font-size: 1.5em;
  font-weight: 600;
  margin: 1em 0;
}
.hd-external-link-overlay__copy {
  font-size: 1.1em;
}
.hd-external-link-overlay__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3em 0 1em 0;
}
.hd-external-link-overlay__controls--button {
  color: #fff;
  background: #4c4948;
  padding: 10px;
  border-radius: 20px;
  min-width: 130px;
  margin: 0 10px;
  cursor: pointer;
}
.hd-external-link-overlay__controls--button:hover,
.hd-external-link-overlay__controls--button:active,
.hd-external-link-overlay__controls--button.primary {
  background: #e10;
  color: #fff;
  text-decoration: none;
}
.hd-external-link-overlay p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hd-external-link-overlay__content {
    padding: 2em 2em;
    font-size: 0.9em;
  }
  .hd-external-link-overlay__controls--button {
    margin: 10px 5px;
    min-width: 100px;
  }
}

.global-footer ul {
  list-style: none;
  padding: 0;
}

.global-footer ul li {
  margin: 0;
  padding: 0;
  border: 0;
}

footer.global-footer .contact-site-section {
  right: 2.5em;
}

@media screen and (min-width: 1380px) {
  footer.global-footer .contact-site-section {
    right: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .back-to-top {
    padding: 0;
  }

  .back-to-top .hide-sp {
    display: none;
  }

  .back-to-top.show {
    right: 3px;
  }
}
.share-button-header {
  padding: 7px 15px;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #dad6d6;
  height: 36px;

}

.user-name-header {
  padding: 5px 0px;
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  height: 36px;
  color: var(--primary-color);
  background: #fff;
  width: 170px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-name-header::after {
  content: ' ';
  border-bottom: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  height: 12px;
  width: 12px;
  margin-top: 4px;
  margin-left: 10px;
}
.global-header-sp .contextual-region,
.region-header .contextual-region {
  position: initial;
}
footer.global-footer {
  border-left: 0 !important;
  background-color: #34373F;
  color: #d1d5db;
}
.global-footer .footer-description {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.global-footer .footer-description p {
  margin: 0 0 0 2em;
  font-size: 14px;
  line-height: 21px;
}
.global-footer .footer-description img {
  width: 170px;
}
.global-footer .footer-item-menu {
  padding: 20px 0 0;
  border-top: 1px solid #4b4b4b;
  overflow: hidden;
}
.global-footer .footer-item-menu ul {
  display: flex;
  margin: 0;
  float: left;
}
.global-footer .footer-item-menu ul li {
  margin: 0 20px 0 0;
  font-size: 14px;
}
.global-footer .footer-item-menu ul li a:hover,
.global-footer .footer-item-menu ul li a {
  color: #e1e4e7;
}
.global-footer .footer-item-menu .promomat-code {
  margin-bottom: 0;
  float: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .global-footer .footer-item-menu .promomat-code {
    float: left;
    margin-top: 15px;
  }
}


.menu_fixed {
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

.global-header .user-panel {
  /* width: 30px;
  height: 30px; */
  border-radius: 100%;
  display: inline-block;
  overflow: hidden;
  margin-right: 4px;
}

.global-header .user-panel img.img-landscape {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
}

.global-header .fa-chevron-down {
  display: flex;
  align-items: center;
  margin-left: 7px;
}

.global-header .dropdown.dropdown-user-panel {
  display: flex;
  align-items: center;
}

.global-header .icon-chevron-down {
  width: 20px;
  height: 20px;
}

.global-header .global-header__logo {
  align-items: center;
}

.global-header .takeda-pro-menu.takeda-pro-pc .menu-item {
  padding: 0;
  display: block;
  background-color: transparent;
}
.menu-item a:hover {
  color: #E1242A !important;
}
.global-header .takeda-pro-menu.takeda-pro-pc .menu-item a {
  padding: 7px 10px;
  background-color: transparent;
  font-family: Gotham;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: #34373F;
}

.global-header .takeda-pro-menu.takeda-pro-pc .menu-item.is-item-menu-active a {
  color: #E1242A;
}

.global-header-sp .contextual-region {
  position: static;
}

.global-header-sp .item-close-menu {
  display: none;
}

@media (max-width: 567px) {
  .dropdown-user-panel {
    position: static;
  }

  .dropdown.accessible-hover > .menu {
    top: 100%;
    width: 100%;
    right: 0;
    background-color: #262626;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .dropdown.accessible-hover .menu--dropdown-item-logout {
    text-align: left !important;
  }

  .dropdown.accessible-hover .dropdown-divider {
    display: none;
  }

  .global-header-sp:has(.accessible-hover) {
    background-color: #fff;
  }
}
.global-header-sp .logo-takeda {
  height: 42px;
}
.global-header-sp .container-fluid {
  padding: 11px 0 11px 45px;
}
.global-header-sp .dropdown.dropdown-user-panel {
  margin-left: auto;
  padding: 0;
}
.global-header-sp .takeda-pro-sp .menu-group__item .border-line {
  display: none;
}
.global-header .for-mobile .menu-sp .menu-group__item a {
  display: block;
  vertical-align: middle;
  overflow: hidden;
  width: 100%;
  word-break: break-all;
  line-height: normal;
  padding: 7px 33px;
  color: #34373F!important;
  font-weight: 400;
  text-align: inherit;
  font-family: Gotham, sans-serif;
  font-size: 12.6px!important;
}
.global-header-sp .menu--dropdown {
  padding-top: 0!important;
  padding-left: 17px;
  margin-top: 12px;
}
.global-header-sp #navbarProfileMobile span,
.global-header-sp #navbarProfileMobile a {
  text-align: left !important;
  width: 100%;
  display: block;
  word-break: break-all;
  line-height: normal;
  padding: 7px 0;
  color: #34373F !important;
  font-weight: 400;
  font-family: Gotham, sans-serif;
  font-size: 12.6px !important;
}
.global-header-sp a.menu-toggle {
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  font-size: 17px!important;
  line-height: 1;
  background-color: transparent;
  border-radius: .25rem;
  padding: 3px 10px 4px!important;
}
.global-header .login-wrapper a.unlink-btn,
.global-header .login-wrapper a.add-friend-btn {
  padding: 0;
  display: block;
  text-transform: initial;
  margin: 0;
}
.ul-unlink-line-sp .li-unlink-line {
  align-items: center;
  justify-content: center;
}
.ul-unlink-line-sp .li-unlink-line a.unlink-btn {
  padding: 0 5px!important;
}
.ul-unlink-line-sp .li-unlink-line span {
  width: auto!important;
  display: inline-block!important;
}
@media screen and (max-width: 992px) {
  .line-login-link-btn-wrapper {
    border-radius: 0;
    padding: 5px 0;
  }
}
.for-mobile.global-header-sp .row > * {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .login-wrapper a.login-wrapper__link {
    width: 150px;
  }
}


/* footer */

.footer {
  background-color: #34373F;
  color: #d1d5db;
  font-family: Gotham, sans-serif;
  padding: 40px 15px;
  font-size: 14px;
}

.footer a {
  color: #4ea1f3;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}


.footer-content p {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

p.footer-note {
  font-weight: 500;
  font-size: 18px;
  line-height: 26.56px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #444;
  padding-top: 15px;
  margin-top: 20px;
}

.footer-links a {
  margin-right: 20px;
  color: #ffffff;
}

.footer-meta {
  font-size: 12px;
  color: #999;
}

.footer-disclaimer {
  font-size: 11px;
}

.footer-links {
  font-family: Gotham, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26.56px;
}

.footer-meta {
  font-family: Gotham, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 26.56px;
}

.footer-right .img-wrapper {
  width: 165px;
}

@media (max-width: 768px) {
  .footer {
    padding: 20px 15px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-right {
    display: flex;
    justify-content: center;
  }
}
