@charset "utf-8";

.u-upper-case {
  text-transform: uppercase;
}

.u-hidden {
  height: 0;
  overflow: hidden;
}

.p-sunaoka #header,
.p-sunaoka .copirightArea {
  background-color: #fff;
}

.p-sunaoka #footer {
  background-color: #FAFAFA;
}

.p-sunaoka .innerBoxA01 {
  padding: 0;
  border: none;
}


.p-sunaoka #inner03 .innerBoxA01 {
  padding-bottom: 0;
}

.p-sunaoka #inner03 .listLinkBtn li a {
  background: none;
}

.p-sunaoka-logo {
  margin: 0;
}

.p-sunaoka-nav {
  width: 100%;
  background-color: #FAFAFA;
  border-block: 1px solid #E6E6E6;
  box-sizing: border-box;
  z-index: 999;
}

.p-sunaoka-nav__link {
  position: relative;
  display: flex;
  font-weight: 500;
  color: #4D4D4D;
  text-decoration: none;
}

.p-sunaoka-nav__link::after {
  content: url(/content/shared_02/images/ico_arw_07.svg);
  position: relative;
  width: 8px;
  margin-left: 6px;
}

.p-sunaoka-nav__button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(to right, #EE9F21, #EA8519);
}

.p-sunaoka-nav__button::after {
  content: "";
  position: relative;
  background: url(/content/shared_02/images/ico_arw_02.png) no-repeat;
  background-size: cover;
}

.p-sunaoka-content {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E6E6E6;
}

.p-sunaoka-content__inner {
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  box-sizing: border-box;
}

.p-hgroup {
  text-align: center;
}

.p-hgroup__heading,
.p-hgroup__sub {
  margin-bottom: 0;
}

.p-actor-list {
  display: grid;
  grid-template-rows: auto;
}

.p-actor-profile {
  display: grid;
  grid-template-rows: 1fr auto auto;
}

.p-actor-profile__inner {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  text-decoration: none;
}

.p-actor-profile__img {
  align-self: center;
  width: 100%;
  box-sizing: border-box;
}

.p-actor-profile__name {
  font-weight: 700;
}

.p-actor-profile__name--male {
  color: #0F8AC7;
}

.p-actor-profile__name--female {
  color: #F9709E;
}

.p-actor-profile__name--en {
  font-weight: 400;
  color: #4F4E4E;
}

@media (hover: hover) {
  .p-sunaoka-nav__link:hover {
    color: #ec921d;
    text-decoration: underline;
  }
  .p-actor-profile__inner:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 1096px) {
  .u-use--sp {
    display: none!important;
  }

  .p-sunaoka-nav__inner {
    display: grid;
    grid-template-columns: 1fr auto auto auto;
    column-gap: 40px;
    align-items: center;
    max-width: 1536px;
    margin: auto;
    padding: 13px 34px;
    box-sizing: border-box;
  }

  .p-sunaoka-nav__inner--archive {
    grid-template-columns: 1fr auto;
  }

  .fixed + .p-sunaoka-nav {
    position: fixed;
    top: 69px;
  }

  .p-sunaoka-logo__img {
    width: 200px;
  }

  .p-sunaoka-nav__link {
    font-size: 0.67rem;;
    letter-spacing: 0.05rem;
  }

  .p-sunaoka-nav__button {
    width: 180px;
    padding-inline: 36px;
    line-height: 55px;
    font-size: 0.6675rem;
    border-radius: 8px;
    box-sizing: border-box;
  }
  
  .p-sunaoka-nav__button::after {
    content: "";
    width: 11px;
    height: 19px;
  }

  .p-sunaoka-content {
    padding: 48px 32px 64px;
  }

  .p-hgroup {
    margin-bottom: 57px;
  }
  .p-hgroup__heading {
    margin-bottom: 5px;
    letter-spacing: 0.3rem;
  }

  .p-hgroup__sub {
    font-size: 0.835rem;
  }

  .p-actor-list {
    grid-template-columns: repeat(5, 1fr);
    column-gap: 34px;
    row-gap: 57px;
  }

  .p-actor-profile__img {
    margin-bottom: 12px;
  }
  .p-actor-profile__name {
    margin: 4px 0 0;
    font-size: 0.75rem;
  }

  .p-actor-profile__name--en {
    font-size: 0.417rem;
    letter-spacing: 0.01rem;
  }

  #footer .innerBoxA01 {
    padding: 32px;
  }
}

@media screen and (max-width: 1095px) {
  .u-use--pc {
    display: none!important;
  }

  .p-sunaoka-logo__img {
    width: 160px;
  }

  .p-sunaoka-nav__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
  }

  .p-sunaoka-nav--sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-block: 24px 27px;
    border-top: none;
  }

  .p-sunaoka-nav--sp.is-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .p-sunaoka-nav__link {
    font-weight: 700;
    letter-spacing: 0.05rem;
  }

  .p-sunaoka-nav__button {
    width: 90px;
    height: 40px;
    padding: 0 8px;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .p-sunaoka-nav__button::after {
    content: "";
    width: 8px;
    height: 14px;
  }

  .p-sunaoka-content {
    padding: 32px 17px 64px;
  }

  .p-hgroup {
    margin-bottom: 28px;
  }

  .p-hgroup__heading {
    margin-bottom: 3px;
    font-weight: 700;
    letter-spacing: 0.2rem;
  }

  .p-hgroup__sub {
    font-size: 1rem;
  }

  .p-sunaoka #inner03 .listLinkBtn li a {
    background: #ededed;
  }

  .p-actor-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 37px;
  }

  .p-actor-profile__img {
    margin-bottom: 13px;
  }

  .p-actor-profile__name {
    margin-top: 3px;
    font-size: 1rem;
  }

  .p-actor-profile__name--en {
    font-size: 0.625rem;
    letter-spacing: 0.01rem;
  }
}

.p-breadcrumbs {
  background-color: #FAFAFA;
}

.p-breadcrumbs__inner {
  max-width: 1536px;
  margin: auto;
  padding: 13px 34px;
  box-sizing: border-box;
}

.p-breadcrumbs__list {
  display: flex;
  gap: 12px;
}

.p-breadcrumbs__item {
  font-size: 0.667rem;
}

.p-breadcrumbs__link {
  position: relative;
  display: flex;
  align-items: center;
  font-size: inherit;
  text-decoration: none;
  color: #ee9f21;
}

.p-breadcrumbs__link::after {
  content: "";
  position: relative;
  display: block;
  width: 3px;
  height: 3px;
  margin-top: 2px;
  margin-left: 9px;
  border-top: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
  transform: rotate(45deg);
}


@media screen and (max-width: 1095px) {
  .p-breadcrumbs__inner {
    padding: 16px;
  }
}
