@import url('/styles/default.css');
@import url('/styles/footer.css');

main .section {
  display: none;
}

.section:not(.core-video-container, .core-isi-container):has(.block[data-block-status='activated']),
.section:not(.core-isi-container):has(div[data-content-status='activated']) {
  display: block;
}

body {
  display: none;
}

body.appear {
  display: block;
}

header,
footer {
  visibility: hidden;
}

body.blocks-activated header:has(.core-header[data-block-status='loaded']),
body.blocks-activated footer:has(div[data-block-status='loaded']) {
  visibility: visible;
}

@font-face {
  font-family: 'ibm-plex-sans-jp-normal-400-fallback';
  size-adjust: 105.651%;
  src: local('Arial');
}

:root {
  /* color */
  --white-color:#fff;
  --green-color: #005b54;
  --text-color: #171717;
  --primary-color: #ff9696;
  --text-color-brand-core: var(--text-color);
  --background-color: var(--white-color);
  --second-background-color: #ffe9e9;
  --button-color-primary-bg: var(--primary-color);
  --button-color-primary-text: var(--white-color);

  /* pink */
  --pink-fcc:#fcc;
  --pink-ffe: #ffe9e9;
  --pink-ff7: #ff7d7d;

  /* gray */
  --gray-99:#999;
  
  /* font */
  --lib-core--font-family-primary: 'IBM Plex Sans JP', 'ibm-plex-sans-jp-normal-400-fallback', sans-serif;
  
  /* body sizes */
  --body-font-size-m: 16px;
  --lib-core--headline-s-light-font: 600 20px / 26px var(--lib-core--font-family-primary);
  --lib-core--headline-m-light-font: 600 30px / 40px var(--lib-core--font-family-primary);

  /* nav height */
  --nav-height: 90px;
  --max-content-width: 100%;
}

@media screen and (min-width: 768px) {
  :root {
    --max-content-width: 90%; /* 85.16% */
  }
}

@media screen and (min-width: 1024px) {
  :root {
    --nav-height: 108px;
  }
}

@media screen and (min-width: 1280px) {
  :root {
    --max-content-width: 1090px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--lib-core--font-family-primary) !important;
  font-size: var(--body-font-size-m);
  line-height: 1.5;
  font-weight: 500;
  color: var(--text-color);
  background-color: var(--background-color);
  word-wrap: break-word;
  margin: 0;
}

body .core-hero .core-hero-placeholder .core-hero-placeholder-body .image-before-render-placeholder-body * {
  font: var(--lib-core--font-family-primary);
}

body > main,
body.appear {
  max-width: unset;
}

body main .section .block-inside {
  padding-left: 20px;
  padding-right: 20px;
}

main {
  padding-top: var(--nav-height);
}

main .section .block-inside {
  max-width: var(--max-content-width);
  margin: 0 auto;
}

main sup {
  font-size: 55%;
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a.button:any-link.primary, 
a.button[role=button].primary, 
button.button.primary, 
form button.primary {
  background-color: var(--button-color-primary-bg);
  color: var(--button-color-primary-text);
}

a.button:any-link {
  font-size: 22px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  text-overflow: ellipsis;
  cursor: pointer;
  font-family: var(--lib-core--font-family-primary);
  background-color: var(--button-color-tertiary-bg);
  color: var(--button-color-tertiary-text);
  box-shadow: none;
  padding: 14px 24px;
  border-radius: 999px;
}

@media (hover:hover) {
  main a:any-link:hover {
    opacity: 0.6;
  }
}

.hide-sp {
  display: none;
}

.show-tablet {
  display: block;
}


/* header */
.language-selector-container,
header .core-header.block .button:any-link.inverted-background,
header .header-expanded-position-toggle .button-section,
.core-header .header-expanded-position-toggle.hidden,
header.core-header.core-header-wrapper .header-expanded-position-toggle .menu-bottom-section {
  display: none;
}

.header-expanded-position-toggle {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  opacity: 0;
}

.core-header.expanded .header-expanded-position-toggle {
  opacity: 1;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
}

header.core-header {
  z-index: 999;
}

header.shadow  .core-header.block {
  box-shadow: 0 0 12px 0 rgba(0 0 0 / 10%);
}

header .core-header .nav-area {
  height: auto;
  max-width: 1100px;
}

header.core-header .core-header.block {
  height: var(--nav-height);
  align-items: center;
  
  /* max-width: 1440px; */
  background-color: var(--background-color);
  padding: 16px 10px 16px 26px;
}

header .core-header .nav-area .header-logo.button-icon {
  padding: 0;
  height: 31.4px;
}

header .core-header.block .header-logo .icon {
  width: 170px !important;
  justify-content: center;
}

header .core-header.block .header-logo .icon svg {
  max-width: 100%;
}

.core-header button.primary.button-s.button-icon {
  height: 60px;
  background-color: transparent;
}

header .core-header button.primary.button-s.button-icon[aria-expanded='false'] {
  height: auto;
  background-color: var(--background-color);
  color: #999;
  padding: 11px;
}

header .core-header.block .header-nav-right-content {
  gap: 24px;
}

.core-header.block .header-nav-right-content .core-nav-hamburger .button .icon.open-menu {
  width: 38px;
  height: 38px;
  fill: #999;
}

.core-header.block .header-nav-right-content .core-nav-hamburger .button .icon.close-menu {
  fill: var(--white-color);
  cursor: pointer;
}

*:focus,
*:focus-visible {
  outline: 0;
}

header .core-header.block + div {
  background: var(--primary-color);
}

.core-header.core-header-wrapper .hva-cta-component a.button {
  border-radius: 0;
  background: transparent;
  padding: 0;
  width: 78px;
  height: 32px;
}

.core-header.core-header-wrapper .hva-cta-component a.button .icon {
  width: 100%;
  height: 100%;
}

.core-header.core-header-wrapper .hva-cta-component a.button.inverted .icon svg {
  display: none;
}

.core-header.core-header-wrapper .hva-cta-component a.button.inverted .icon {
  background: url('../images/pfizer-logo-white.svg') no-repeat center;
}

.core-header.expanded .core-header.block {
  background: var(--primary-color);
}

header .core-header.block + div .menu-nested ul.mobile-menu > li:first-child {
  border-top: 0;
  margin: 0;
}

.core-header.block + div .menu-nested ul {
  padding-left: 0;
  margin-bottom: 0;
}

header .core-header.block + div .menu-nested ul.mobile-menu li ul > :first-child {
  margin: 0;
}

.core-header.block + div ul.mobile-menu {
  padding-left: 16px;
}

header .core-header.block + div .menu-nested ul.mobile-menu > li {
  border-bottom: 0;
}

.desktop-menu li {
  list-style: none;
}

.desktop-menu .core-nav-drop > ul {
  padding-left: 15px;
}

.desktop-menu li a {
  color: var(--text-color);
  font-weight: 600;
  font-size: 19px;
  line-height: 28.5px;
  white-space: nowrap;
}

header .core-header.block .header-nav-wrapper-menu {
  height: auto;
}

.header-nav-wrapper .desktop-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 30px;
  margin: 0;
  padding-left: 0;
}

.desktop-menu > .core-nav-drop > span {
  display: none;
}

.core-header .mobile-menu .mobile-menu-accordion-content {
  list-style: none;
  font-family: var(--lib-core--font-family-primary) !important;
}
 
header .core-header.block .header-logo .section-logo svg {
  height: 48px;
}

@media (hover:hover) {
  .desktop-menu li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

@media (max-width: 1023px) {
  .core-header .mobile-menu .mobile-menu-accordion-labels {
    display: none;
  }

  header .core-header.block + div .menu-nested ul.mobile-menu > li {
    padding: 0;
  }

  header .core-header.block + div .menu-nested ul.mobile-menu > li:not(:last-child) {
    margin-bottom: 40px;
  }

  .core-header .mobile-menu .mobile-menu-accordion-content ul li a {
    font-size: 26px !important;
    line-height: 39px !important;
    font-weight: 600 !important;
  }
  
  .core-header .mobile-menu .mobile-menu-accordion-content {
    display: block !important;
  }

  .core-header .top-menu-nav {
    position: absolute;
    top: 25.6%;
  }

  header.core-header .header-expanded-position-toggle {
    min-height: calc(100vh - 90px);
  }
}

@media (max-width: 400px) {
  header .core-header.block .header-nav-wrapper {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .hide-sp {
    display: block;
  }

  .hide-pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .show-tablet {
    display: none;
  }
    
  .header-nav-wrapper .desktop-menu {
    margin-top: 23px;
  }

  a.button:any-link, a.button[role=button], button.button {
      max-width: 348px;
  }

  header .core-header button.primary.button-s.button-icon[aria-expanded='false'] {
    display: none;
  }
  
  header.core-header .core-header.block {
    justify-content: flex-end;
  }
  
  header .core-header.block .header-logo .icon {
    width: 261px !important;
  }
  
  header .core-header .nav-area .header-logo.button-icon {
    height: 50px;
  }
  
  .core-header.core-header-wrapper .hva-cta-component a.button {
    width: 125px;
    height: 51px;
  }
}

@media screen and (min-width: 1100px) {
  .header-nav-wrapper .desktop-menu {
    padding-right: 8.1%;
  }
  
  .desktop-menu .core-nav-drop > ul {
    padding-left: 30px;
  }
}

/* section title */
.section-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #005b54;
  padding-top: 46px;
  padding-bottom: 40px;
  background: url('../images/section-title-bg.jpg') no-repeat;
  background-position: center top;
  background-size: cover;
}

.section-title.top-border {
  padding-top: 41px;
  padding-bottom: 40px;
  border-top: 5px solid #fcc;
}

.section-title h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}

.section-title.only-title h2 {
  margin-bottom: 0;
}

.section.not-found-content .default-content-wrapper,
.section.maintenance-content .default-content-wrapper {
  padding: 40px 28px;
}

.section.not-found-content p,
.section.maintenance-content p {
  font-size: 18px;
  line-height: 28.8px;
  font-weight: 500;
  margin: 0;
}

/* section question */
.section-question {
  background: var(--primary-color) url('../images/question-bg-sp.svg') no-repeat center;
  background-size: 100% auto;
  color: #fff;
  font-weight: 600;
}

.section-question.core-image .core-image-inside {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1280px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}

.section-question .core-image-content p {
  font-size: 22px;
  line-height: 40px;
}

.section-question .core-image-image-container {
  width: 100%;
  max-width: 160px;
  margin-bottom: 20px;
}

.section-question p,
.section-title p {
  margin: 0;
}

.section-question .core-image-content p br,
.section-title .atoms-content-text p br {
    display: none;
}

@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 41px;
    margin-bottom: 30px;
  }

  .section-title .atoms-content-text p br {
    display: block;
  }

  .section-question {
    display: flex;
    min-height: 400px;
  }

  .section-question .core-image-image-container img {
    width: 100%;
  }

  .section-question .core-image-content p {
    font-size: 30px;
    line-height: 54px;
  }

  .section.not-found-content .default-content-wrapper,
  .section.maintenance-content .default-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.not-found-content p,
  .section.maintenance-content p {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }

  .not-found-title br {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .non-homepage .section-title {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .section-question {
    background-image: url('../images/question-bg-pc.svg');
    background-size: 100% 100%;
  }
}
