@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html.loaded {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 100px;
}

body {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow-x: hidden;
  color: #222;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-break: anywhere;
  word-break: keep-all;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
}

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

iframe {
  max-width: 100%;
}
iframe[allowfullscreen] {
  height: auto;
  aspect-ratio: 16/9;
}

a {
  text-underline-offset: 2px;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 50%;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}

.wp-caption-text {
  margin-top: 0;
}

.block {
  display: block;
}

.hidden {
  display: none !important;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.sns-icon {
  max-width: 32px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.link-arrow {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 10em;
  background-color: #f6f5f3;
  transition: all 0.4s;
}
.link-arrow img {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.link-arrow:hover {
  background-color: #8c8260;
}
.link-arrow:hover .normal {
  opacity: 0;
}
.link-arrow:not(:hover) .active {
  opacity: 0;
}

.inpage-nav {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: center;
}
.inpage-nav.center ul {
  justify-content: center;
}
.inpage-nav ul {
  list-style: none;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  align-items: flex-end;
}
.inpage-nav ul li {
  flex-basis: 170px;
}
.inpage-nav ul li::before {
  content: none !important;
}
.inpage-nav ul a {
  position: relative;
  display: block;
  padding: 8px 8px 8px 24px;
  border-bottom: 1px solid #edeaea;
  background-image: url(../img/talent/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #222;
  font-size: 15px;
  text-decoration: none;
}
.inpage-nav ul a:hover {
  color: #8c8260;
}
.inpage-nav ul a:hover::before {
  width: 100%;
}
.inpage-nav ul a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  display: block;
  width: 0%;
  height: 1px;
  background-color: #8c8260;
  transition: all 0.4s;
}
.inpage-nav .fansite a {
  display: block;
  width: 320px;
  height: 45px;
  padding-right: 16px;
  line-height: 45px;
  border: 1px solid #222;
  background-image: url(../img/talent/icon-link.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  color: #222;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.inpage-nav .fansite a:hover {
  border-color: #dbdbdb;
  color: #8c8260;
}
.inpage-nav.talent-section {
  margin: 64px 0;
}
.inpage-nav.talent-section ul {
  align-items: stretch;
  gap: 0;
}
.inpage-nav.talent-section li {
  box-sizing: border-box;
  flex-basis: 201px;
  width: 201px;
  margin: -1px 0 0 -1px;
  border: 1px solid #8c8260;
}
.inpage-nav.talent-section a {
  box-sizing: border-box;
  height: 100%;
  padding: 16px 16px 16px 40px;
  background-position: left 16px center;
  border-bottom: none;
}
.inpage-nav.talent-section a:hover {
  background-image: url(../img/icon-arrow-down-white.svg);
  background-color: #8c8260;
  color: #fff;
}
.inpage-nav.talent-section a:hover::before {
  content: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  max-width: 1200px;
  margin: 32px auto;
  line-height: 1.8;
  color: #b1b1b1;
  font-size: 13px;
}
.breadcrumbs a {
  color: #b1b1b1;
}

.page-title {
  margin: 56px 0 40px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.page-title.thin {
  margin-bottom: 0;
}

.page-subtitle {
  margin: 32px 0 32px;
  color: #8c8260;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 64px 0;
}
.pagination .page, .pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 13px;
}
.pagination .page {
  text-decoration: none;
  background-color: #f9f9f8;
  color: #222;
}
.pagination .page:hover {
  background-color: #8c8260;
  color: #fff;
}
.pagination .current {
  background-color: #8c8260;
  color: #fff;
}
.pagination .nextpostslink, .pagination .previouspostslink {
  width: 56px;
  height: 36px;
  border-radius: 10em;
  border: 1px solid #8c8260;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: transparent;
}
.pagination .nextpostslink:hover, .pagination .previouspostslink:hover {
  opacity: 0.8;
}
.pagination .nextpostslink {
  background-image: url(../img/page-next.svg);
  margin-left: 32px;
}
.pagination .previouspostslink {
  background-image: url(../img/page-prev.svg);
  margin-right: 32px;
}

.common-thumbnail {
  position: relative;
  background-color: #f2efe7;
}
.common-thumbnail::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #8c8260;
}
.common-thumbnail img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.common-thumbnail a:hover img {
  opacity: 0.8;
}

.more-link {
  margin: 32px 16px;
}
.more-link a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 32px 16px;
  line-height: 0;
  border: 1px solid #8c8260;
  background-color: #8c8260;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.more-link a:hover {
  background-color: #fff;
  color: #8c8260;
}

.page-content {
  max-width: 1000px;
  margin: 32px auto 64px;
}

.form-group-wrapper {
  margin: 0 0 16px;
}

.form-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-group select {
  flex-basis: 45%;
}
.form-group .remove {
  flex-shrink: 0;
}

body a.button-link-normal {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  line-height: 1;
  margin: 32px auto;
  padding: 16px 16px;
  border: none;
  background-color: #f6f5f3;
  color: #222;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
body a.button-link-normal:hover {
  background-color: #8c8260;
  color: #fff;
  text-decoration: none;
}

body a.button-link-white {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  line-height: 1.5;
  margin: 32px auto;
  padding: 16px 16px;
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  text-align: center;
}
body a.button-link-white:hover {
  border-color: #8c8260;
  background-color: #8c8260;
  color: #fff;
  text-decoration: none;
}

body a.button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 32px auto;
  padding: 16px;
  border: 1px solid #8c8260;
  background-color: #8c8260;
  color: #fff;
}
body a.button-link:hover {
  background-color: #fff;
  color: #8c8260;
  text-decoration: none;
}
body a.button-link.noborder {
  text-decoration: none;
}

body a.arrow-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 300px;
  margin: 32px auto;
  color: #8c8260;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
body a.arrow-link:hover {
  text-decoration: underline;
}
body a.arrow-link:hover::after {
  background-color: #8c8260;
  background-image: url(../img/icon-link-arrow-invert.svg);
}
body a.arrow-link::after {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 10em;
  background-color: #f6f5f3;
  background-image: url(../img/icon-link-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 16px center;
  background-size: auto;
  transition: 0.5s all;
}

.notice {
  padding: 48px;
  background-color: #f6f5f3;
}

.mw_wp_form_confirm .notice.notice-input {
  display: none;
}

.mw_wp_form_input .talent-selector .mwform-custom-mail-tag-field {
  display: none;
}

.share-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5em;
  margin-block: 2em;
}
.single-news-content .share-links {
  justify-content: flex-start;
}
.share-links ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.share-links ul li:before {
  display: none !important;
}
.share-links ul a {
  transition: all 0.3s;
}
.share-links ul a:hover {
  opacity: 0.7;
}
.share-links ul img {
  width: 36px;
}

body.admin-bar header.header {
  top: 32px;
}
header.header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  line-height: 1;
  background-color: #fff;
}
header.header .logo {
  flex-basis: 200px;
  margin: 0 32px;
}
header.header .nav {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.header .nav .menu {
  display: flex;
  align-items: center;
  gap: 8px 32px;
}
header.header .nav .menu li {
  flex-shrink: 0;
  position: relative;
}
header.header .nav .menu li > a {
  display: block;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
header.header .nav .menu .recruit {
  padding: 0 0 0 16px;
  background-image: url(../img/icon-triangle-right.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left center;
  color: #8c8260;
  font-size: 14px;
}
header.header .nav .menu .recruit:hover {
  text-decoration: underline;
}
header.header .nav .sub-menu {
  position: absolute;
  top: 48px;
  left: -100px;
  z-index: 6;
  box-sizing: border-box;
  display: none;
  width: 240px;
  padding: 16px 24px;
  background-color: #f2efe7;
  box-shadow: 4px 4px 4px rgba(140, 130, 96, 0.3);
}
header.header .nav .sub-menu li > a {
  margin: 16px 0;
  font-size: 14px;
  font-weight: 500;
}
header.header .nav .sub-menu li > a:hover {
  text-decoration: underline;
}
header.header .nav .sub-menu li > a.external {
  background-image: url(../img/icon-external.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
}
header.header .nav .sub-menu li:not(:first-child) > a {
  margin-top: 24px;
}
header.header .search {
  flex-basis: 200px;
  margin-left: 48px;
}
header.header .search a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 84px;
  background-color: #8c8260;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
header.header .search a:hover {
  opacity: 0.8;
}
header.header .search img {
  width: 24px;
}
header.header .menu-toggle {
  display: none;
}

footer.footer {
  position: relative;
  max-width: 1200px;
  margin: 64px auto 0;
  line-height: 1;
}
footer.footer .logo {
  width: 200px;
  margin: 0 0 48px;
}
footer.footer .nav {
  border-bottom: 1px solid #dbdbdb;
}
footer.footer .nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 64px;
  margin: 24px 96px 24px 0;
}
footer.footer .nav li.right {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
footer.footer .nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b4b4b4;
  font-size: 14px;
  text-decoration: none;
}
footer.footer .nav a:hover {
  text-decoration: underline;
}
footer.footer .nav a img {
  display: block;
  height: 1.2em;
}
footer.footer .copyright p {
  margin: 32px 0 64px;
  line-height: 1.6;
  color: #b4b4b4;
  font-size: 10px;
  text-align: right;
}
footer.footer .move2top {
  position: absolute;
  right: 0;
  bottom: 100px;
}

body.admin-bar .mobile-menu {
  top: 106px;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: 16px;
  background-color: #fff;
}
.mobile-menu .menu > li {
  border-bottom: 1px solid #b4b4b4;
}
.mobile-menu .menu > li > a {
  display: block;
  padding: 16px;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.mobile-menu .menu > li > a.has-children {
  background-image: url(../img/icon-plus-gold.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right 16px center;
}
.mobile-menu .menu > li > a.open {
  background-image: url(../img/icon-minus-gold.svg);
  color: #8c8260;
}
.mobile-menu .menu .recruit {
  padding: 24px 0 24px 32px;
  background-image: url(../img/icon-triangle-right.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left 16px center;
  color: #8c8260;
  font-size: 14px;
}
.mobile-menu .menu .recruit:hover {
  text-decoration: underline;
}
.mobile-menu .sub-menu {
  box-sizing: border-box;
  display: none;
  margin: 8px 24px 32px;
}
.mobile-menu .sub-menu li > a {
  display: block;
  width: 60%;
  margin: 16px 0;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.mobile-menu .sub-menu li > a:hover {
  text-decoration: underline;
}
.mobile-menu .sub-menu li > a.external {
  background-image: url(../img/icon-external.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right center;
}

body.admin-bar .global-search {
  top: 32px;
}

.global-search {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 48px;
  background-color: #fff;
  overflow-y: auto;
  display: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
body.page-search main.container .global-search {
  position: static;
  display: block;
}
.global-search > .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.global-search .close {
  text-align: right;
}
body.page-search main.container .global-search .close {
  display: none;
}
.global-search .close a {
  text-decoration: none;
}
.global-search dl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.global-search dl dt {
  box-sizing: border-box;
  flex-basis: 220px;
  width: 220px;
  padding: 24px;
  border-bottom: 1px solid #f6f5f3;
  font-size: 18px;
  font-weight: 700;
}
.global-search dl dd {
  box-sizing: border-box;
  flex-basis: calc(100% - 220px);
  width: calc(100% - 220px);
  padding: 24px;
  border-bottom: 1px solid #f6f5f3;
  font-size: 15px;
}
.global-search ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.global-search ul li {
  flex-basis: 160px;
}
.global-search label {
  cursor: pointer;
}
.global-search select {
  border-radius: 0;
  border: 1px solid #222;
  font-size: 14px;
}
.global-search input[type=search] {
  width: 80%;
  padding: 16px;
  border-radius: 0;
  border: 1px solid #222;
  font-size: 13px;
}
.global-search select.long {
  min-width: 300px;
  padding: 8px 16px;
}
.global-search .range .select {
  display: flex;
  align-items: center;
  gap: 16px;
}
.global-search .range .select select {
  min-width: 120px;
  padding: 8px 16px;
}
.global-search .range .select .field span {
  margin: 0 0 0 8px;
}
.global-search .range .slider {
  margin: 32px 0;
}
.global-search .range .slider-container {
  margin: 0 0 0 16px;
}
.global-search .foot {
  display: flex;
  gap: 16px 48px;
  margin: 64px 0;
}
.global-search .foot .total {
  flex-grow: 1;
  font-weight: 700;
  text-align: right;
}
.global-search .foot .total .label {
  font-size: 18px;
}
.global-search .foot .total .number {
  margin: 0 8px 0 40px;
  font-size: 40px;
}
.global-search .foot .total .unit {
  font-size: 18px;
}
.global-search .foot .submit button {
  display: block;
  width: 200px;
  padding: 16px;
  border: 1px solid #8c8260;
  background-color: #8c8260;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
}
.global-search .foot .submit button:hover {
  background-color: #fff;
  color: #8c8260;
}
.global-search .foot .reset {
  flex-grow: 1;
}
.global-search .foot .reset button {
  display: block;
  width: 160px;
  margin: 0 0 0 auto;
  padding: 16px 16px;
  border: 1px solid #8c8260;
  background-color: #fff;
  color: #8c8260;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
}
.global-search .foot .reset button:hover {
  background-color: #8c8260;
  color: #fff;
}

.slider-container {
  width: 300px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: col-resize;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}

.theme-gold .back-bar {
  height: 3px;
  background-color: #edeaea;
  background-repeat: repeat-x;
}
.theme-gold .back-bar .selected-bar {
  background-color: #8c8260;
  background-repeat: repeat-x;
}
.theme-gold .back-bar .pointer {
  width: 20px;
  height: 20px;
  top: -8px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #8c8260;
  background-repeat: repeat-x;
}
.theme-gold .back-bar .pointer-label {
  color: #999;
}
.theme-gold .back-bar .focused {
  color: #333;
}
.theme-gold .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-gold .scale ins {
  color: #999;
}

.home-canvas {
  position: relative;
  padding: 32px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.home-canvas.hide {
  visibility: hidden;
}
.home-canvas > .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.home-canvas .item {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #f2efe7;
}
.home-canvas .item.item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.home-canvas .item.item2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.home-canvas .item.item3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.home-canvas .item.item4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.home-canvas .item.item5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}
.home-canvas .item.item6 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
}
.home-canvas .item.item7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.home-canvas .item.item8 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.home-canvas .item.item9 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 5;
  grid-column: 5/5;
}
.home-canvas .item.item10 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
}
.home-canvas .item.item11 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.home-canvas .item.item12 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
.home-canvas .item.item13 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.home-canvas .item.item14 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
}
.home-canvas .item.item15 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}
.home-canvas .item.item16 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-column: 6/7;
}
.home-canvas .item.logo {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3/5;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: unset;
  padding: 32px;
  background-color: transparent;
}
.home-canvas .item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.home-canvas a:hover .meta {
  opacity: 1;
}
.home-canvas a.on .a {
  z-index: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  opacity: 0;
}
.home-canvas a.on .b {
  z-index: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.home-canvas .photo {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-canvas .photo .a, .home-canvas .photo .b {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
.home-canvas .photo .a {
  z-index: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  opacity: 1;
}
.home-canvas .photo .b {
  z-index: 0;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  opacity: 0;
}
.home-canvas .photo img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2efe7;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.home-canvas .meta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: rgba(9, 8, 2, 0.65);
  background-image: url(../img/home/home-canvas-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 16px bottom 12px;
  background-size: 24px;
  opacity: 0;
  transition: all 0.5s;
}
.home-canvas .meta .name {
  margin: 0 32px 16px 16px;
  color: #fff;
  font-size: 14px;
}
.home-canvas .dots {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: -1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 8px 8px 8px 8px;
  grid-template-rows: 8px 8px 8px 8px;
  -ms-grid-columns: 8px 8px 8px 8px 8px 8px 8px;
  grid-template-columns: 8px 8px 8px 8px 8px 8px 8px;
  justify-content: space-between;
  align-content: space-between;
}
.home-canvas .dots .dot {
  width: 100%;
  height: 100%;
  background-color: #d8d1b8;
}

.home-important {
  padding: 16px;
  background-color: #f2efe7;
}
.home-important > .inner {
  display: flex;
  align-items: center;
  gap: 16px 32px;
  max-width: 1000px;
  margin: 0 auto;
}
.home-important .head {
  flex-basis: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  width: 300px;
  padding-right: 32px;
  border-right: 1px solid #d8d1b8;
}
.home-important .head h2 {
  font-size: 15px;
  font-weight: 500;
}
.home-important .head .more a {
  display: block;
  padding: 4px 24px 4px 16px;
  border-radius: 10em;
  border: 1px solid #8c8260;
  background-image: url(../img/page-next.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  color: #8c8260;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.home-important .head .more a:hover {
  background-color: #8c8260;
  background-image: url(../img/page-next-white.svg);
  color: #fff;
}
.home-important .content ul {
  list-style: none;
}
.home-important .content li {
  display: flex;
  align-items: center;
  gap: 16px 32px;
  margin: 0;
}
.home-important .content time {
  font-size: 11px;
  font-style: normal;
}
.home-important .content a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.home-important .content a:hover {
  text-decoration: underline;
}

.home-pickup {
  margin: 0 0 32px;
  padding: 64px 0 0;
  background-image: url(../img/home/bg-pickup.png);
  background-repeat: no-repeat;
  background-position: left 120px top 36px;
}
.home-pickup .talent-grid {
  padding: 16px;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 4px;
}
.home-pickup .talent-grid-item {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 12.5%;
  width: auto;
  position: relative;
  line-height: 0;
  max-width: 200px;
}
.home-pickup .talent-grid-item .photo::before {
  content: none;
}
.home-pickup .talent-grid-item .meta {
  margin: 0;
}
.home-pickup .talent-grid-item .meta a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.5s all;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-pickup .talent-grid-item .meta a:hover {
  color: #fff;
  opacity: 1;
}
.home-pickup .talent-grid-item .meta .name {
  font-size: 17px;
  font-weight: 700;
}
.home-pickup .talent-grid-item .meta .kana {
  display: none;
}
.home-pickup .more {
  display: block;
  max-width: 500px;
  margin: 32px auto;
  padding: 16px 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.5s all;
}
.home-pickup .more:hover {
  border-color: #8c8260;
  background-color: #8c8260;
  color: #fff;
}
.home-pickup .search {
  display: block;
  max-width: 500px;
  margin: 32px auto;
  padding: 16px 0;
  border: 1px solid #222;
  background-image: url(../img/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.5s all;
}
.home-pickup .search:hover {
  border-color: #8c8260;
  background-color: #8c8260;
  background-image: url(../img/icon-plus-white.svg);
  color: #fff;
}

.home-news h2 {
  max-width: 1200px;
  margin: 32px auto;
  font-size: 30px;
}
.home-news .banners {
  padding: 32px 0;
  background-color: #f2efe7;
}
.home-news .banners .list .item {
  width: 340px;
}
.home-news .banners .list .item a {
  display: block;
  margin: 0 8px;
}
.home-news .banners .list .item a:hover {
  opacity: 0.8;
}
.home-news .banners .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 32px;
  margin: 32px 32px 0;
}
.home-news .banners .nav .button a {
  display: inline-block;
  width: 56px;
  height: 36px;
  line-height: 1;
  border: 1px solid #8c8260;
  border-radius: 10em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.home-news .banners .nav .button a:hover {
  background-color: #8c8260;
}
.home-news .banners .nav .button img {
  display: block;
}
.home-news .banners .nav .prev {
  background-image: url(../img/page-prev.svg);
}
.home-news .banners .nav .prev:hover {
  background-image: url(../img/page-prev-white.svg);
}
.home-news .banners .nav .next {
  background-image: url(../img/page-next.svg);
}
.home-news .banners .nav .next:hover {
  background-image: url(../img/page-next-white.svg);
}
.home-news .banners .nav .count {
  font-size: 13px;
  text-align: center;
}
.home-news .releases {
  max-width: 1200px;
  margin: 32px auto;
}
.home-news .news-grid {
  margin: 32px 0 0;
}
.home-news .more {
  display: block;
  max-width: 500px;
  margin: 0 auto 32px;
  padding: 16px 0;
  border: 1px solid #222;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  transition: 0.5s all;
}
.home-news .more:hover {
  border-color: #8c8260;
  background-color: #8c8260;
  color: #fff;
}

.home-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.home-loading.out {
  opacity: 0;
  transition: 0.6s all;
}
.home-loading .logo {
  opacity: 0;
}
.home-loading .logo.in {
  opacity: 1;
  transition: 1s all;
}
.home-loading .logo.out {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
  transition: 0.8s all ease-in-out;
}
.home-loading .logo img {
  display: block;
}

@-webkit-keyframes go-scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes go-scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.go-scroll {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 5;
  -webkit-animation: go-scroll 0.8s infinite linear 0.3s alternate;
          animation: go-scroll 0.8s infinite linear 0.3s alternate;
}

.talent-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.talent-grid.small {
  gap: 24px;
}
.talent-grid.small .talent-grid-item {
  flex-basis: 180px;
  width: 180px;
}

.talent-grid-item {
  list-style: none;
  flex-shrink: 0;
  flex-basis: 200px;
  width: 200px;
}
.talent-grid-item a {
  color: inherit;
  text-decoration: none;
}
.talent-grid-item .photo {
  position: relative;
  background-color: #f2efe7;
}
.talent-grid-item .photo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #8c8260;
}
.talent-grid-item .photo a {
  display: block;
  line-height: 0;
}
.talent-grid-item .photo img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.talent-grid-item .photo a:hover img {
  opacity: 0.8;
}
.talent-grid-item .photo .lib {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../img/icon-nolib.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.talent-grid-item .photo .lib:hover, .talent-grid-item .photo .lib.on {
  background-image: url(../img/icon-lib.svg);
}
.talent-grid-item .meta {
  margin: 24px 0 16px;
  line-height: 1.2;
}
.talent-grid-item .meta a {
  color: #222;
}
.talent-grid-item .meta a:hover {
  color: #8c8260;
}
.talent-grid-item .meta .name {
  font-size: 22px;
}
.talent-grid-item .meta .name .newby {
  display: inline-block;
  padding: 6px 8px;
  line-height: 1;
  border-radius: 10em;
  border: 1px solid #8c8260;
  color: #8c8260;
  font-size: 0.6em;
  font-weight: 500;
}
.talent-grid-item .meta .kana {
  color: #b4b4b4;
  font-size: 12px;
}
.talent-grid-item .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin: 16px 0 0;
}
.talent-grid-item .sns a {
  display: block;
}
.talent-grid-item .sns a:hover {
  opacity: 0.8;
}
.talent-grid-item .sns a img {
  width: 24px;
}

.talent-archive-options {
  display: flex;
  margin: 16px calc(50% - 50vw) 64px;
  padding: 0 calc(50vw - 50%);
  background-color: #f2efe7;
  line-height: 1;
}
.talent-archive-options .buttons {
  display: flex;
  gap: 8px;
  margin: 4px 0 4px auto;
}
.talent-archive-options .count {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  line-height: 1;
  font-weight: 700;
}
.talent-archive-options .count .number {
  font-size: 46px;
}
.talent-archive-options .count .unit {
  margin-top: 16px;
  font-size: 18px;
}
.talent-archive-options .library a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 120px;
  height: 54px;
  line-height: 1;
  background-color: #fff;
  color: #8c8260;
  text-decoration: none;
  border: 1px solid #8c8260;
}
.talent-archive-options .library a:hover {
  opacity: 0.8;
}
.talent-archive-options .sort {
  box-sizing: border-box;
  position: relative;
  display: flex;
  padding: 4px;
  border: 1px solid #8c8260;
  background-color: #fff;
}
.talent-archive-options .sort label {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 100%;
  padding: 0 4px;
  line-height: 1;
  color: #8c8260;
  text-align: center;
  text-decoration: none;
}
.talent-archive-options .sort label span {
  display: block;
}
.talent-archive-options .sort select {
  display: block;
  width: 160px;
  height: 100%;
  padding: 8px 16px;
  border: none;
  background-color: #edeaea;
  font-size: 14px;
}
.talent-archive-options .search a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 120px;
  height: 54px;
  line-height: 1;
  background-color: #8c8260;
  color: #fff;
  text-decoration: none;
}
.talent-archive-options .search a:hover {
  opacity: 0.8;
}

.talent-archive-list {
  margin: 32px 0 64px;
}

.talent-kana-archive {
  margin: 64px 0;
}
.talent-kana-archive .kana-index {
  margin: 0 0 64px;
}
.talent-kana-archive .kana-index ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
.talent-kana-archive .kana-index a {
  color: #222;
  font-size: 22px;
  text-decoration: none;
}
.talent-kana-archive .kana-index a:hover {
  color: #8c8260;
  text-decoration: underline;
}
.talent-kana-archive h3 {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}
.talent-kana-archive h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: linear-gradient(135deg, #8c8260 50%, transparent 50%);
}
.talent-kana-archive .talent-archive-list {
  position: relative;
  max-height: 700px;
  overflow-y: hidden;
  transition: 1s all;
}
.talent-kana-archive .talent-archive-list.more {
  max-height: none;
  overflow-y: auto;
}
.talent-kana-archive .talent-archive-list.more::after {
  content: none;
}
.talent-kana-archive .talent-archive-list.more + .more-link {
  display: none;
}
.talent-kana-archive .talent-archive-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  height: 100px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.talent-kana-archive .more-link {
  margin-bottom: 64px;
}

.talent-search-options ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.talent-search-options li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.talent-search-options a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #f6f5f3;
  background-image: url(../img/icon-remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.talent-section-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 48px;
}
.talent-section-nav a {
  display: block;
  padding: 0 0 0 20px;
  background-image: url(../img/icon-triangle-right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px;
  color: #222;
  font-size: 15px;
  text-decoration: none;
}
.talent-section-nav a:hover {
  text-decoration: underline;
}

.container-talent {
  margin-top: 32px;
  margin-bottom: 160px;
}

.talent-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 40px 80px;
  -ms-grid-columns: 1fr 55%;
  grid-template-columns: 1fr 55%;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  margin: 0 0 80px;
}
.talent-wrapper .talent-wrapper-primary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.talent-wrapper .talent-wrapper-secondary {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
.talent-wrapper .talent-wrapper-tertiary {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.talent-gallery .panel {
  max-width: 450px;
}
.talent-gallery .panel .item {
  max-width: 450px;
  aspect-ratio: 450/550;
  background-color: #fff;
}
.talent-gallery .panel :is(img, video) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.talent-gallery .thumbnail {
  display: flex;
  gap: 8px;
}
.talent-gallery .thumbnail .wrap {
  flex-grow: 1;
  max-width: 380px;
  margin: 8px 0;
}
.talent-gallery .thumbnail .btn {
  flex-shrink: 0;
}
.talent-gallery .thumbnail .item {
  aspect-ratio: 450/550;
  background-color: #f2efe7;
}
.talent-gallery .thumbnail .item.current {
  outline: 2px solid #8c8260;
}
.talent-gallery .thumbnail .item.video {
  position: relative;
}
.talent-gallery .thumbnail .item.video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("../img/icon-movie.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50% auto;
}
.talent-gallery .thumbnail .w {
  padding: 2px;
}
.talent-gallery .thumbnail :is(img, video) {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.talent-gallery .nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin: 32px 0;
}
.talent-gallery .nav ul {
  display: flex;
  gap: 16px;
  align-items: center;
  list-style: none;
}
.talent-gallery .nav ul li.current a {
  background-color: #8c8260;
}
.talent-gallery .nav ul a {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f6f5f3;
  border-radius: 10px;
}
.talent-gallery .nav .btn {
  margin-bottom: 4px;
}
.talent-gallery .nav a:hover {
  opacity: 0.8;
}

.talent-voice > h2 {
  margin: 1.5em 0 0.6em;
  color: #8c8260;
  font-size: 28px;
}
.talent-voice h3 {
  margin: 1.5em 0 0.6em;
  color: #8c8260;
  font-size: 15px;
}
.talent-voice .talent-voice-item audio {
  width: 100%;
}
.talent-voice .scroll-wrapper {
  overflow-y: auto;
  max-height: 380px;
  padding-right: 16px;
  scrollbar-width: thin;
  scrollbar-color: #8c8260 transparent;
}
.talent-voice .scroll-wrapper::-webkit-scrollbar {
  background-color: #fff;
}
.talent-voice .scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #8c8260;
}

.talent-content-basic > .inner {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.talent-content-basic h1 {
  margin: 0 0 8px;
  line-height: 1.2;
  font-size: 44px;
}
.talent-content-basic .kana {
  color: #8c8260;
}
.talent-content-basic .print a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #222;
  background-image: url(../img/talent/icon-print.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  color: #222;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.talent-content-basic .print a:hover {
  background-image: url(../img/talent/icon-print-gold.svg);
  border-color: #8c8260;
  color: #8c8260;
}

.talent-content-sns {
  margin: 32px 0;
}
.talent-content-sns ul {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  margin: 32px 0;
  list-style: none;
}
.talent-content-sns a:hover {
  opacity: 0.8;
}
.talent-content-sns img {
  display: block;
}

.talent-content-office {
  display: flex;
  align-items: center;
  gap: 16px 64px;
  margin: 32px 0;
}
.talent-content-office ul {
  display: flex;
  gap: 16px;
  list-style: none;
}
.talent-content-office .section li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #8c8260;
  font-weight: 700;
}
.talent-content-office .section a:hover {
  opacity: 0.8;
}
.talent-content-office .section img {
  display: block;
}
.talent-content-profile {
  margin: 32px 0 40px;
}
.talent-content-profile > h2 {
  margin: 1.5em 0 0.6em;
  color: #8c8260;
  font-size: 28px;
}
.talent-content-profile table {
  width: 100%;
  border-bottom: 1px solid #edeaea;
}
.talent-content-profile table tr {
  border-top: 1px solid #edeaea;
}
.talent-content-profile table th {
  width: 150px;
  padding: 16px;
  background-color: #f6f5f3;
  color: #8c8260;
  font-size: 14px;
  text-align: center;
}
.talent-content-profile table td {
  padding: 16px 48px;
  font-size: 14px;
}
.talent-content-profile table td.age span {
  display: block;
}

.talent-content-introduction {
  position: relative;
  margin: 32px 0 24px;
  padding: 32px 32px;
  line-height: 1.8;
  background-color: #f6f5f3;
  font-size: 14px;
}
.talent-content-introduction::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: linear-gradient(135deg, #8c8260 50%, transparent 50%);
}

.talent-content-sns-relation {
  margin: 24px 0 32px;
}
.talent-content-sns-relation h2 {
  margin: 16px 0;
  color: #8c8260;
  font-size: 18px;
}
.talent-content-sns-relation ul {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  list-style: none;
}
.talent-content-sns-relation a {
  display: flex;
  gap: 0 16px;
  align-items: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.talent-content-sns-relation a:hover {
  text-decoration: underline;
}
.talent-content-sns-relation img {
  display: block;
}

.talent-content-middle-heading {
  margin: 110px 0 80px;
}
.talent-content-middle-heading > h2 {
  margin: 1.5em 0 0.6em;
  color: #8c8260;
  font-size: 28px;
}
.talent-content-middle-heading p {
  font-size: 15px;
}

.talent-content {
  display: flex;
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #edeaea;
}
.talent-content > h2 {
  flex-grow: 1;
  font-size: 26px;
}
.talent-content > .content {
  flex-shrink: 0;
  flex-basis: 75%;
}

.talent-arts-container {
  border-bottom: 1px solid #edeaea;
}
.talent-arts-container h3 {
  margin: 0;
  padding: 24px 32px;
  border-top: 1px solid #edeaea;
  background-image: url(../img/talent/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: right 32px center;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}
.talent-arts-container h3.open {
  background-image: url(../img/talent/icon-minus.svg);
}
.talent-arts-container > .content {
  display: none;
  padding: 32px;
  background-color: #f9f9f8;
}
.talent-arts-container > .content > .inner {
  min-height: 32px;
  max-height: 600px;
  padding-right: 16px;
  overflow-y: auto;
  scrollbar-color: #d8d1b8 #fff;
}
.talent-arts-container > .content > .inner::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.talent-arts-container > .content > .inner::-webkit-scrollbar-button {
  display: none;
}
.talent-arts-container > .content > .inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.talent-arts-container > .content > .inner::-webkit-scrollbar-thumb {
  background-color: #8c8260;
}

.talent-unit-logo {
  max-width: 240px;
  margin: 80px auto;
  text-align: center;
}
.talent-unit-logo img {
  width: auto;
  height: auto;
}

.fixed-talent-reqquest {
  position: fixed;
  right: 16px;
  bottom: 35%;
  z-index: 10;
  transition: 0.5s all;
}
.fixed-talent-reqquest:hover {
  opacity: 0.8;
}

.talent-news-archive nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 56px;
}
.talent-news-archive nav a {
  display: block;
  padding: 8px;
  color: #a8a7a7;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s all;
}
.talent-news-archive nav a.active, .talent-news-archive nav a:hover {
  border-bottom: 2px solid #8c8260;
  color: #222;
}
.talent-news-archive .news-grid {
  display: block;
  margin: 32px 0;
}
.talent-news-archive .pagination .wp-pagenavi {
  margin: 32px 0;
}

.talent-fc-article {
  display: flex;
  margin: 32px 0;
  border: 1px solid #222;
  background-color: #f6f5f3;
  max-height: 240px;
}
.talent-fc-article .photo {
  flex-shrink: 0;
}
.talent-fc-article .photo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.talent-fc-article .photo img {
  display: block;
  width: auto;
  max-width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.talent-fc-article .content {
  flex-grow: 1;
  padding: 24px;
}
.talent-fc-article .content .date {
  display: block;
  margin: 8px 0;
  color: #7e7e7e;
  font-size: 14px;
}
.talent-fc-article .content .name {
  margin: 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.talent-fc-article .content h2 {
  margin: 8px 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
.talent-fc-article .content h2 a {
  color: #222;
  text-decoration: none;
}
.talent-fc-article .content h2 a:hover {
  text-decoration: underline;
}
.talent-fc-article .fanclub {
  flex-shrink: 0;
  flex-basis: 320px;
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.talent-fc-article .fanclub a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  border-radius: 10em;
  width: 48px;
  height: 48px;
  transition: 0.5s all;
}
.talent-fc-article .fanclub a:hover {
  opacity: 0.8;
}
.talent-fc-article .fanclub p {
  margin: 16px 0 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.talent-section-banner {
  position: relative;
  margin-bottom: 32px;
}
.talent-section-banner .banners {
  display: flex;
  overflow-x: hidden;
  margin: 0 calc(50% - 50vw);
}
.talent-section-banner .banners .item {
  flex-shrink: 0;
  max-width: 800px;
  width: 60vw;
  height: auto;
}
.talent-section-banner .banners .item a {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.talent-section-banner .banners .item img {
  display: block;
  width: 100%;
}
.talent-section-banner .nav a {
  position: absolute;
  top: calc(50% - 27px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 10em;
  background-color: #fff;
}
.talent-section-banner .nav a:hover {
  opacity: 0.8;
}
.talent-section-banner .nav .prev {
  left: 10%;
}
.talent-section-banner .nav .next {
  right: 10%;
}
.talent-section-banner .nav img {
  display: block;
  width: 24px;
}
.talent-section-banner .dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 16px 0;
}
.talent-section-banner .dots a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 10em;
  background-color: #f6f5f3;
}
.talent-section-banner .dots a.current, .talent-section-banner .dots a:hover {
  background-color: #8c8260;
}

.talent-section-content {
  margin: 32px 0 64px;
}
.talent-section-content h2 {
  position: relative;
  margin: 32px 0;
  padding: 8px 0 0 24px;
  font-size: 28px;
  font-weight: 700;
}
.talent-section-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: linear-gradient(135deg, #8c8260 50%, transparent 50%);
}

.talent-section-content-talent2 .wrap {
  display: flex;
  gap: 10px;
}
.talent-section-content-talent2 .wrap > .left, .talent-section-content-talent2 .wrap > .right {
  flex-basis: calc(50% - 5px);
  flex-shrink: 0;
}
.talent-section-content-talent2 .talent-grid {
  gap: 20px;
}
.talent-section-content-talent2 .talent-grid-item {
  flex-basis: 180px;
  width: 180px;
}

.talent-section-content-unit .group {
  margin: 32px 0;
}
.talent-section-content-unit .group .logo {
  text-align: center;
}
.talent-section-content-unit .group .logo a {
  text-decoration: none;
}
.talent-section-content-unit .group .logo a:hover {
  opacity: 0.8;
}
.talent-section-content-unit .group .logo img {
  max-width: 180px;
}
.talent-section-content-unit .group .group-name {
  margin: 16px 0 32px;
  padding: 16px 0;
  border-top: 1px solid #222;
  text-align: center;
}
.talent-section-content-unit .group .group-name a {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.talent-section-content-unit .group .group-name a:hover {
  color: #8c8260;
}

.talent-section-content-banner .banners {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
}
.talent-section-content-banner .banners li {
  flex-basis: 380px;
  width: 380px;
}
.talent-section-content-banner .banners a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px;
  background-color: #f6f5f3;
  color: #222;
  text-decoration: none;
}
.talent-section-content-banner .banners a:hover {
  opacity: 0.8;
}
.talent-section-content-banner .banners h4 {
  font-size: 18px;
  font-weight: 700;
}
.talent-section-content-banner .banners .sub {
  font-size: 15px;
  font-weight: 700;
}

.section2-announce {
  max-width: 650px;
  margin: 0 auto 24px;
}
.section2-announce dt {
  display: flex;
  align-items: center;
  padding: 16px 48px;
  background-color: #8c8260;
  background-image: url(../img/icon-plus-white.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 16px center;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}
.section2-announce dt span {
  flex-grow: 1;
  text-align: center;
}
.section2-announce dt.on {
  background-image: url(../img/icon-minus-white.svg);
}
.section2-announce dd {
  display: none;
  padding: 40px 48px 48px 48px;
  background-color: #f6f5f3;
  font-size: 15px;
}

.archive-important-layout {
  max-width: 1000px;
  margin: 80px auto 0;
}

.archive-important-item {
  border-top: 1px solid #b4b4b4;
}
.archive-important-item:last-child {
  border-bottom: 1px solid #b4b4b4;
}
.archive-important-item a {
  display: block;
  padding: 32px 64px 32px 32px;
  line-height: 1;
  background-image: url(../img/icon-link-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 16px;
  color: #222;
  text-decoration: none;
}
.archive-important-item a:hover {
  color: #8c8260;
}
.archive-important-item .date {
  color: #7e7e7e;
  font-size: 14px;
}
.archive-important-item .title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
}

.single-important-layout {
  max-width: 1000px;
  margin: 0 auto;
}

.single-important-item .date {
  color: #7e7e7e;
  font-size: 14px;
}
.single-important-item .title {
  margin-top: 8px;
  padding-bottom: 16px;
  line-height: 1.4;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #7e7e7e;
}
.single-important-item .content {
  margin: 40px 0;
}

.single-important-back {
  margin-top: 48px;
}
.single-important-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 70px;
  margin: 0 auto;
  background-color: #f6f5f3;
  color: #222;
  text-decoration: none;
  transition: all 0.4s;
}
.single-important-back a:hover {
  background-color: #8c8260;
  color: #fff;
}

.news-search {
  background-color: #f2efe7;
  margin-left: -100%;
  margin-right: -100%;
}
.news-search form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px;
}
.news-search .keyword input {
  width: 300px;
  height: 64px;
  padding: 0 24px;
  line-height: 64px;
  box-sizing: border-box;
  border: none;
  background-color: #fff;
  font-size: 16px;
}
.news-search .category select {
  height: 64px;
  padding: 0 24px;
  line-height: 64px;
  box-sizing: border-box;
  border: none;
  background-color: #fff;
  font-size: 16px;
}
.news-search .button input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 64px;
  box-sizing: border-box;
  background-color: #8c8260;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.news-search .button input:hover {
  background-color: #f6f5f3;
  color: #8c8260;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 88px 0;
  list-style: none;
}
.news-grid.side {
  margin: 0;
  flex-direction: column;
}
.news-grid.side .news-grid-item {
  padding: 8px 0;
  border: none;
}
.news-grid.side .news-grid-item > .inner {
  gap: 24px;
}
.news-grid.side .news-grid-item .photo {
  flex-basis: 120px;
  width: 120px;
}
.news-grid.side .news-grid-item .head {
  gap: 8px;
}
.news-grid.side .news-grid-item .date {
  font-size: 10px;
}
.news-grid.side .news-grid-item .category a {
  padding: 4px;
  font-size: 10px;
}
.news-grid.side .news-grid-item .talent {
  margin: 8px 0;
  font-size: 14px;
}
.news-grid.side .news-grid-item .title {
  line-height: 1.1;
}
.news-grid.side .news-grid-item .title a {
  font-size: 12px;
}

.news-grid-item {
  flex-basis: 50%;
  padding: 16px 0;
  border-bottom: 2px solid #edeaea;
}
.news-grid-item > .inner {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.news-grid-item .photo {
  flex-shrink: 0;
  flex-basis: 180px;
  position: relative;
  width: 180px;
  background-color: #f2efe7;
}
.news-grid-item .photo::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #8c8260;
}
.news-grid-item .photo img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-grid-item .photo a:hover {
  opacity: 0.8;
}
.news-grid-item .meta {
  flex-grow: 1;
  padding-right: 1em;
}
.news-grid-item .head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-grid-item .date {
  color: #7e7e7e;
  font-size: 14px;
}
.news-grid-item .category {
  display: flex;
  align-items: center;
}
.news-grid-item .category a {
  display: block;
  padding: 4px 16px;
  line-height: 1;
  background-color: #222;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.news-grid-item .category a:hover {
  background-color: #8c8260;
}
.news-grid-item .talent {
  margin: 12px 0 8px;
  line-height: 1.2;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.news-grid-item .title {
  margin-top: 8px;
  line-height: 1.4;
}
.news-grid-item .title a {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.news-grid-item .title a:hover {
  color: #8c8260;
}

.single-news-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 0 88px;
  max-width: 1000px;
  margin: 0 auto;
}

.single-news-item {
  flex-grow: 1;
  flex-basis: 100%;
  width: 100%;
}
.single-news-item .new {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-news-item .new span {
  padding: 4px 8px;
  line-height: 1;
  border-radius: 10em;
  border: 1px solid #8c8260;
  color: #8c8260;
  font-size: 13px;
  text-decoration: none;
}
.single-news-item .talent {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.single-news-item .title {
  margin: 0 0 12px;
  line-height: 1.4;
  font-size: 26px;
  font-weight: 700;
}
.single-news-item .date {
  margin: 12px 0;
  font-size: 14px;
  font-weight: 700;
  color: #7e7e7e;
}

.single-news-content {
  flex-shrink: 0;
  flex-basis: calc(100% - 280px - 88px);
  padding: 40px 0;
  border-top: 1px solid #222;
}
.single-news-content .eyecatch img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 40px;
}

.single-news-side {
  flex-shrink: 0;
  flex-basis: 280px;
  width: 280px;
}
.single-news-side nav {
  position: relative;
  margin-bottom: 40px;
  border-top: 2px solid #dbdbdb;
}
.single-news-side nav::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 35%;
  height: 2px;
  background-color: #8c8260;
}
.single-news-side nav h2 {
  margin: 32px 0 16px;
  font-size: 16px;
  font-weight: 700;
}
.single-news-side .link {
  margin: 32px 0;
}
.single-news-side .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 1px solid #222;
  color: #222;
  font-size: 14px;
  text-decoration: none;
}
.single-news-side .link a:hover {
  border-color: #8c8260;
  background-color: #8c8260;
  color: #fff;
}
.single-news-side .relation-talent ul li {
  margin-bottom: 8px;
}
.single-news-side .relation-talent ul li a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 10em;
  background-color: #f6f5f3;
  color: #8c8260;
  font-size: 14px;
  text-decoration: none;
}
.single-news-side .relation-talent ul li a:hover {
  background-color: #8c8260;
  color: #fff;
}
.archive-fan-nav-category {
  margin: 56px 0;
}
.archive-fan-nav-category ul {
  justify-content: center;
}
.archive-fan-nav-category ul li {
  flex-basis: 180px;
  width: 180px;
}

.archive-fan-category-title {
  margin: 72px 0 48px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.archive-fan-category-title small {
  font-size: 0.5em;
}

.archive-fan-grid {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin: 32px 0;
}
.archive-fan-grid.other {
  gap: 40px;
}
.archive-fan-grid.other li {
  flex-basis: 370px;
  width: 370px;
}
.archive-fan-grid.other h3 {
  margin: 12px;
  font-size: 18px;
}
.archive-fan-grid.other .photo {
  flex-shrink: 0;
  flex-basis: 170px;
  width: 170px;
}
.archive-fan-grid.other .photo::before {
  content: none;
}
.archive-fan-grid.other a {
  display: flex;
  border: 1px solid #222;
}
.archive-fan-grid li {
  flex-basis: 210px;
  width: 210px;
}
.archive-fan-grid h3 {
  margin: 24px 0 0;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
}
.archive-fan-grid .newby {
  text-align: right;
}
.archive-fan-grid .newby span {
  display: inline-block;
  padding: 6px 8px;
  line-height: 1;
  border-radius: 10em;
  border: 1px solid #8c8260;
  color: #8c8260;
  font-size: 0.6em;
  font-weight: 500;
}
.archive-fan-grid a {
  background-image: url(../img/icon-external.svg);
  background-repeat: no-repeat;
  background-position: right 8px bottom 8px;
  background-size: 12px;
  color: #222;
  text-decoration: none;
}
.archive-fan-grid a:hover {
  opacity: 0.8;
}

.archive-faq-root-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.archive-faq-nav-category ul {
  justify-content: center;
  align-items: flex-end;
  gap: 8px 20px;
}
.archive-faq-nav-category ul li {
  flex-basis: calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
}

.archive-faq-category-title {
  margin: 128px 0 48px;
  font-size: 26px;
  font-weight: 700;
}

.archive-faq-layout {
  margin: 0 0 72px;
  border-bottom: 1px solid #f2efe7;
}
.archive-faq-layout dt {
  display: flex;
  align-items: center;
  height: 88px;
  padding: 0 48px 0 120px;
  border-top: 1px solid #f2efe7;
  background-image: url(../img/faq/icon-q.svg), url(../img/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 40px, 16px;
  background-position: left 48px center, right 16px center;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.archive-faq-layout dt.on {
  background-image: url(../img/faq/icon-q.svg), url(../img/icon-minus.svg);
}
.archive-faq-layout dd {
  display: none;
  padding: 40px 48px 48px 120px;
  background-image: url(../img/faq/icon-a.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left 48px top 32px;
  background-color: #f6f5f3;
}

.archive-audition-root-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.archive-audition-nav ul {
  justify-content: center;
  gap: 8px 64px;
}
.archive-audition-nav ul li {
  flex-basis: auto;
  width: auto;
}

.archive-audition-category-title {
  margin: 72px 0 48px;
  font-size: 26px;
  font-weight: 700;
}

.archive-audition-title {
  margin: 72px 0 48px;
  padding: 0 0 32px;
  border-bottom: 1px solid #f2efe7;
  color: #8c8260;
  font-size: 26px;
  text-align: center;
}

.archive-audition-faq-announce {
  max-width: 800px;
  margin: 72px auto 56px;
}
.archive-audition-faq-announce p {
  line-height: 1.8;
  font-size: 14px;
}
.archive-audition-faq-announce .link {
  margin-top: 48px;
}
.archive-audition-faq-announce .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 1.8;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
}
.archive-audition-faq-announce .link a:hover {
  border-color: #8c8260;
  background-color: #8c8260;
  color: #fff;
}

.archive-audition-list {
  max-width: 800px;
  margin: 0 auto;
}
.archive-audition-list ul {
  list-style: none;
}
.archive-audition-list li {
  margin: 16px 0;
}
.archive-audition-list a {
  display: flex;
  min-height: 110px;
  background-color: #f9f9f8;
  background-image: url(../img/icon-link-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 16px;
  color: #222;
  text-decoration: none;
}
.archive-audition-list a:hover {
  opacity: 0.8;
}
.archive-audition-list .date {
  flex-basis: 140px;
  flex-shrink: 0;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8c8260;
  color: #fff;
  font-size: 13px;
}
.archive-audition-list .meta {
  flex-grow: 1;
  -ms-grid-row-align: center;
      align-self: center;
  padding: 0 96px 0 48px;
}
.archive-audition-list h2 {
  font-size: 20px;
  font-weight: 500;
}
.archive-audition-list .sub {
  margin-top: 16px;
  font-size: 14px;
}

.single-audition-layout {
  max-width: 1000px;
  margin: 0 auto;
}

.single-audition-item .head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-audition-item .district {
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 10em;
  border: 1px solid #222;
  font-size: 14px;
}
.single-audition-item .date {
  color: #7e7e7e;
  font-size: 14px;
}
.single-audition-item .title {
  display: flex;
  align-items: center;
  gap: 8px 48px;
  margin-top: 16px;
  padding-bottom: 16px;
  line-height: 1.8;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #7e7e7e;
}
.single-audition-item .title .sub {
  font-size: 16px;
  font-weight: 500;
}
.single-audition-item .content {
  max-width: 800px;
  margin: 40px auto;
}
.single-audition-item .table {
  width: 100%;
  border-top: 1px solid #f2efe7;
}
.single-audition-item .table th {
  box-sizing: border-box;
  width: 150px;
  padding: 12px;
  line-height: 1.8;
  background-color: #f6f5f3;
  border-bottom: 1px solid #f2efe7;
  font-size: 14px;
  text-align: center;
}
.single-audition-item .table td {
  padding: 12px 48px;
  line-height: 1.8;
  border-bottom: 1px solid #f2efe7;
  font-size: 14px;
}

.single-audition-link {
  margin-top: 88px;
}
.single-audition-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 70px;
  margin: 48px auto;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  transition: all 0.4s;
}
.single-audition-link a:hover {
  background-color: #8c8260;
  color: #fff;
}
.single-audition-link a.entry {
  border: 1px solid #8c8260;
  background-color: #8c8260;
  color: #fff;
}
.single-audition-link a.entry:hover {
  background-color: #fff;
  border-color: #222;
  color: #222;
}

.audition-announce {
  margin: 40px 16px;
}
.audition-announce p {
  line-height: 2.5;
}

.archive-recruit-root-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.archive-recruit-nav ul {
  justify-content: center;
  gap: 8px 20px;
}
.archive-recruit-nav ul li {
  flex-basis: auto;
  width: auto;
}

.archive-recruit-category-title {
  margin: 72px 0 48px;
  font-size: 26px;
  font-weight: 700;
}

.archive-recruit-title {
  margin: 72px 0 48px;
  padding: 0 0 32px;
  border-bottom: 1px solid #f2efe7;
  color: #8c8260;
  font-size: 26px;
  text-align: center;
}

.archive-recruit-list .group {
  display: flex;
  gap: 20px;
}
.archive-recruit-list .label {
  flex-grow: 1;
  font-size: 26px;
  font-weight: 700;
}
.archive-recruit-list .list {
  flex-shrink: 0;
  flex-basis: 740px;
  width: 740px;
}
.archive-recruit-list ul {
  list-style: none;
}
.archive-recruit-list li {
  margin: 16px 0;
}
.archive-recruit-list a {
  box-sizing: border-box;
  display: block;
  min-height: 110px;
  margin: 0 0 20px;
  padding: 24px;
  line-height: 1.4;
  background-color: #f6f5f3;
  background-image: url(../img/icon-link-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 16px;
  color: #222;
  text-decoration: none;
}
.archive-recruit-list a:hover {
  opacity: 0.8;
}
.archive-recruit-list .date {
  color: #7e7e7e;
  font-size: 14px;
}
.archive-recruit-list .meta {
  flex-grow: 1;
  -ms-grid-row-align: center;
      align-self: center;
  padding: 0 96px 0 48px;
}
.archive-recruit-list h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 500;
}
.archive-recruit-list .sub {
  font-size: 12px;
}
.archive-recruit-list .sub.strong {
  color: #af5102;
}

.single-recruit-layout {
  max-width: 1000px;
  margin: 0 auto;
}

.single-recruit-item .head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.single-recruit-item .district {
  display: inline-block;
  padding: 8px 16px;
  line-height: 1;
  border-radius: 10em;
  border: 1px solid #222;
  font-size: 14px;
}
.single-recruit-item .date {
  color: #7e7e7e;
  font-size: 14px;
}
.single-recruit-item .title {
  margin-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #7e7e7e;
}
.single-recruit-item .title .sub {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.single-recruit-item .content {
  max-width: 800px;
  margin: 40px auto;
}
.single-recruit-item .table {
  width: 100%;
  margin: 48px 0;
  border-top: 1px solid #f2efe7;
}
.single-recruit-item .table th {
  box-sizing: border-box;
  width: 150px;
  padding: 12px;
  line-height: 1.8;
  background-color: #f6f5f3;
  border-bottom: 1px solid #f2efe7;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.single-recruit-item .table td {
  padding: 12px 48px;
  line-height: 1.8;
  border-bottom: 1px solid #f2efe7;
  font-size: 14px;
}

.single-recruit-link {
  margin-top: 88px;
}
.single-recruit-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 70px;
  margin: 48px auto;
  background-color: #f6f5f3;
  color: #222;
  text-decoration: none;
  transition: all 0.4s;
}
.single-recruit-link a:hover {
  background-color: #8c8260;
  color: #fff;
}

.archive-recruit-external {
  max-width: 740px;
  margin: 64px auto 120px;
  padding: 48px 24px;
  background-color: #f6f5f3;
}
.archive-recruit-external .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 48px;
  margin: 32px 0 0;
}
.archive-recruit-external .list .arrow-link {
  flex-basis: 100%;
  justify-content: space-between;
  margin: 0;
}
.archive-recruit-external .list .arrow-link::after {
  background-color: #fff;
}
.archive-recruit-external .list .arrow-link:hover::after {
  background-color: #8c8260;
}

.company-layout {
  max-width: 1000px;
  margin: 0 auto;
}
.company-layout .page-subtitle {
  margin: 64px 0;
}
.company-layout .intro {
  display: flex;
  gap: 24px 40px;
  padding: 40px;
  background-color: #f6f5f3;
}
.company-layout .intro .logo img {
  display: block;
  mix-blend-mode: multiply;
}
.company-layout .intro p {
  margin: 0;
}
.company-layout .company-data {
  gap: 0 48px;
  margin: 64px 0 64px;
  border-top: none;
}
.company-layout .company-data dt {
  flex-basis: 250px;
  width: 250px;
  padding: 24px 0;
  border-bottom: 1px solid #8c8260;
  border-top: none;
  color: #8c8260;
  font-size: 20px;
  font-weight: 500;
}
.company-layout .company-data dt:first-of-type {
  border-top: 1px solid #8c8260;
}
.company-layout .company-data dt:last-of-type {
  border-bottom: none;
}
.company-layout .company-data dd {
  flex-basis: calc(100% - 250px - 48px);
  width: calc(100% - 250px - 48px);
  padding: 24px 0;
  border-bottom: 1px solid #b4b4b4;
  border-top: none;
  font-size: 20px;
}
.company-layout .company-data dd:first-of-type {
  border-top: 1px solid #b4b4b4;
}
.company-layout .company-data dd:last-of-type {
  border-bottom: none;
}
.company-layout .company-data .chart {
  display: flex;
  align-items: flex-start;
  gap: 32px 48px;
}
.company-layout .company-data .chart img {
  max-width: 300px;
}
.company-layout .company-data .office {
  margin: 64px 0 0;
}
.company-layout .company-data .office h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.company-layout .company-data .office h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10em;
  background-color: #cdc396;
}
.company-layout .group-company {
  margin: 64px 0 64px;
}
.company-layout .group-company ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 0;
}
.company-layout .group-company li {
  flex-basis: calc(33.3333333333% - 32px);
  width: calc(33.3333333333% - 32px);
}
.company-layout .group-company li::before {
  display: none;
}
.company-layout .group-company .photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  aspect-ratio: 30/24;
  border: 1px solid #8c8260;
  background-image: url(../img/icon-link-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 16px bottom 16px;
}
.company-layout .group-company .photo img {
  display: block;
  image-rendering: crisp-edges;
}
.company-layout .group-company h3 {
  margin: 24px 0 0;
  font-size: 22px;
}
.company-layout .group-company h3 sub {
  display: block;
  color: #b4b4b4;
  font-size: 12px;
}
.company-layout .group-company p {
  margin: 24px 0 0;
  line-height: 2;
  font-size: 14px;
}

.company-layout.en .intro {
  display: block;
}
.company-layout.en .intro .logo img {
  margin: 0 auto 20px;
  max-width: 322px;
}
.company-layout.en .intro p {
  line-break: strict;
}
.company-layout.en .page-subtitle {
  font-size: 26px;
}
.company-layout.en .group-company {
  margin: 64px 0 100px;
}
.company-layout.en .group-company li::before {
  display: none;
}
.company-layout.en .group-company h3 {
  padding-bottom: 20px;
}
.company-layout.en .group-company .detail {
  display: block;
  padding-left: 20px;
}
.company-layout.en .group-company .detail li {
  width: 100%;
  margin-bottom: 0;
  line-break: strict;
}
.company-layout.en .group-company .detail li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -17px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #8c8260;
  border-radius: 10em;
}
.company-layout.en .contact-us {
  background-color: #f6f5f3;
  text-align: center;
  padding: 35px 30px 20px;
  max-width: 700px;
  margin: auto;
}
.company-layout.en .contact-us .head {
  color: #8c8260;
  font-size: 26px;
  font-weight: 700;
}

body.style {
  margin: 1em;
  width: calc(100% - 2em);
}

.style {
  display: flow-root;
  line-height: 1.8;
  font-size: 15px;
}
.style textarea.visual-editor {
  width: 100%;
  border: none;
}
.style.mce-content-body {
  padding: 8px;
}
.style.page-content {
  margin-top: 8px;
}
.style h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 20px;
}
.style h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 19px;
}
.style h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 18px;
}
.style h5 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 17px;
}
.style h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1em;
}
.style p {
  margin-bottom: 0.6em;
}
.style ul {
  list-style: none;
  margin: 1em 2em;
}
.style ul li {
  position: relative;
  margin-bottom: 16px;
}
.style ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -24px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #8c8260;
  border-radius: 10em;
}
.style ol {
  margin: 1em 2em;
}
.style ol li {
  margin-bottom: 16px;
}
.style a {
  color: #8c8260;
  text-decoration: none;
}
.style a:hover {
  text-decoration: underline;
}
.style .alert {
  color: #af5102;
  font-weight: 500;
}
.style dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b4b4b4;
}
.style dl dt {
  box-sizing: border-box;
  flex-basis: 360px;
  width: 360px;
  padding: 24px;
  border-bottom: 1px solid #b4b4b4;
  font-size: 18px;
  font-weight: 700;
}
.style dl dd {
  box-sizing: border-box;
  flex-basis: calc(100% - 360px);
  width: calc(100% - 360px);
  padding: 24px 24px 24px 0;
  border-bottom: 1px solid #b4b4b4;
  font-size: 15px;
}
.style form input[type=text], .style form input[type=tel], .style form input[type=number], .style form input[type=email],
.style form select {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  border-radius: 0;
  border: 1px solid #000;
}
.style form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 16px;
  height: 210px;
  border: 1px solid #000;
}
.style form input[type=radio], .style form input[type=checkbox] {
  vertical-align: text-top;
  accent-color: #222;
}
.style form .require {
  margin: 0 0 0 16px;
  color: #af5102;
  font-size: 12px;
  font-weight: 500;
}
.style form .require.block {
  margin-left: 0;
}
.style form label {
  cursor: pointer;
}
.style form .form-button {
  margin: 64px 16px;
}
.style form .form-button input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 32px auto;
  padding: 24px 16px;
  border: 1px solid #8c8260;
  background-color: #8c8260;
  color: #fff;
  font-size: 16px;
}
.style form .form-button input[type=submit]:hover {
  background-color: #fff;
  color: #8c8260;
  text-decoration: none;
}
.style form .form-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 32px auto;
  padding: 24px 16px;
  border: none;
  background-color: #f6f5f3;
  color: #222;
  font-size: 16px;
}
.style form .form-button button:hover {
  background-color: #8c8260;
  color: #fff;
  text-decoration: none;
}

.sdweb_mailmag {
  width: 100% !important;
  max-width: 100% !important;
}

.sdweb_mailmag table[width="640"],
.sdweb_mailmag table[width="600"],
.sdweb_mailmag table[style*="width: 640px"] {
  width: 100% !important;
}

.sdweb_mailmag table[width="600"],
.sdweb_mailmag table[style*="width: 600px"],
.sdweb_mailmag div[style*="width: 600px"],
.sdweb_mailmag hr[style*="width: 600px"] {
  width: calc(100% - 40px) !important;
  margin: 20px auto !important;
}

.sdweb_mailmag img {
  max-width: 100% !important;
  height: auto !important;
}

.sdweb_mailmag td[width="640"],
.sdweb_mailmag td[width="600"] {
  width: auto !important;
  display: block !important;
}

.sdweb_mailmag td[width="360"] {
  width: 60% !important;
}

.sdweb_mailmag td[width="240"] {
  width: 40% !important;
}

.sdweb_mailmag td {
  box-sizing: border-box !important;
}

.sdweb_mailmag img[width="240"] {
  width: 100% !important;
  max-width: 240px !important;
  height: auto !important;
}

@media screen and (min-width: 769px){
  .visible-sp {
    display: none;
  }
}

@media screen and (min-width: 1025px){
  .visible-sm {
    display: none;
  }
}

@media screen and (max-width: 1280px){
  .container {
    max-width: none;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 80px;
  }
  .breadcrumbs {
    margin-left: 8px;
    margin-right: 8px;
  }
  header.header .nav .menu {
    gap: 8px 16px;
  }
  header.header .search {
    margin-left: 16px;
  }
  footer.footer {
    margin: 64px 16px 0;
  }
  .home-news h2 {
    margin: 32px 16px;
  }
  .talent-section-banner .banners {
    margin: 0 -16px;
  }
  .talent-section-banner .nav .prev {
    left: 8px;
  }
  .talent-section-banner .nav .next {
    right: 8px;
  }
}

@media screen and (max-width: 1024px){
  .hidden-sm {
    display: none;
  }
  .inpage-nav.talent-section li {
    flex-basis: calc(50% - 1px);
    width: calc(50% - 1px);
  }
  .page-title {
    margin: 40px 0 40px;
    font-size: 27px;
  }
  .page-title.thin {
    margin-bottom: 0;
  }
  .more-link a {
    max-width: 260px;
    padding: 24px 16px;
    font-size: 13px;
  }
  .page-content {
    margin: 8px auto 32px;
  }
  .form-group {
    flex-direction: column;
  }
  body a.button-link-normal {
    max-width: 260px;
    padding: 24px 16px;
  }
  body a.button-link-white {
    max-width: 260px;
    padding: 24px 16px;
  }
  body a.button-link {
    max-width: 260px;
    padding: 24px 16px;
  }
  .notice {
    padding: 24px 16px;
  }
  header.header .logo {
    flex-basis: 120px;
    margin: 0 16px;
  }
  header.header .nav .menu {
    display: none;
  }
  header.header .search {
    flex-basis: 60px;
    margin-left: 16px;
  }
  header.header .search a {
    flex-direction: column;
    gap: 4px;
    width: 60px;
    height: 60px;
    font-size: 10px;
  }
  header.header .search img {
    width: 12px;
  }
  header.header .search span {
    line-height: 1.4;
    text-align: center;
  }
  header.header .menu-toggle {
    display: block;
  }
  header.header .menu-toggle a {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #222;
    background-image: url(../img/menu-toggle.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
  }
  header.header .menu-toggle a.open {
    background-image: url(../img/menu-close.svg);
  }
  footer.footer .logo {
    width: 120px;
  }
  footer.footer .nav ul {
    flex-direction: column;
    gap: 24px;
  }
  footer.footer .nav li {
    width: 100%;
  }
  .global-search {
    padding: 16px;
  }
  .global-search dl {
    flex-direction: column;
  }
  .global-search dl dt {
    flex-basis: auto;
    width: auto;
    padding: 8px 0;
    border-bottom: none;
  }
  .global-search dl dd {
    flex-basis: auto;
    width: auto;
    margin: 0 0 16px;
    padding: 8px 0;
    font-size: 16px;
  }
  .global-search ul li {
    flex-basis: calc(50% - 8px);
  }
  .global-search select {
    font-size: 15px;
  }
  .global-search input[type=search] {
    width: 100%;
  }
  .global-search select.long {
    width: 100%;
    padding: 16px;
  }
  .global-search .range .select {
    justify-content: center;
    gap: 4px;
  }
  .global-search .range .select select {
    min-width: 100px;
    padding: 8px;
  }
  .global-search .range .select .field span {
    margin: 0 0 0 4px;
    font-size: 15px;
  }
  .global-search .range .slider-container {
    margin: 0 auto;
  }
  .global-search .foot {
    flex-wrap: wrap;
    gap: 16px;
  }
  .global-search .foot .total {
    flex-basis: calc(60% - 8px);
  }
  .global-search .foot .total .label {
    font-size: 12px;
  }
  .global-search .foot .total .number {
    margin: 0 8px;
  }
  .global-search .foot .total .unit {
    font-size: 12px;
  }
  .global-search .foot .submit {
    flex-basis: calc(40% - 8px);
  }
  .global-search .foot .submit button {
    width: 100%;
  }
  .global-search .foot .reset button {
    margin: 0 auto;
  }
  .home-canvas .meta {
    background-position: right 8px bottom 8px;
    background-size: 20px;
  }
  .home-canvas .meta .name {
    margin: 0 24px 12px 8px;
    font-size: 12px;
  }
  .home-important {
    padding: 32px 16px;
  }
  .home-important > .inner {
    flex-direction: column;
    background-color: #fff;
  }
  .home-important .head {
    box-sizing: border-box;
    flex-basis: auto;
    justify-content: space-between;
    width: 100%;
    padding: 8px 16px;
    border-right: none;
    border-bottom: 1px solid #f2efe7;
  }
  .home-important .head .more a {
    font-size: 11px;
  }
  .home-important .content {
    width: 100%;
  }
  .home-important .content li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 16px;
  }
  .home-pickup .talent-grid {
    flex-wrap: wrap;
    padding: 16px 8px;
  }
  .home-pickup .talent-grid-item {
    flex-basis: calc(25% - 4px);
    flex-shrink: 0;
    flex-grow: 0;
  }
  .home-pickup .talent-grid-item:nth-child(n+9) {
    display: none;
  }
  .home-pickup .more {
    max-width: 260px;
    border: 1px solid #222;
    font-size: 13px;
  }
  .home-pickup .search {
    max-width: 260px;
    background-size: 12px;
    font-size: 13px;
  }
  .home-news .banners .list .item {
    width: 60vw;
  }
  .home-news .banners .nav {
    margin: 32px 16px 0;
  }
  .home-news .banners .nav .count {
    white-space: nowrap;
  }
  .home-news .releases {
    margin: 32px 16px;
  }
  .home-news .more {
    max-width: 260px;
    background-size: 12px;
    font-size: 13px;
  }
  .go-scroll {
    display: none;
  }
  .talent-grid.small {
    gap: 8px;
  }
  .talent-grid.small .talent-grid-item {
    flex-basis: calc(25% - 8px);
    width: calc(25% - 8px);
  }
  .talent-grid.small .talent-grid-item .meta {
    margin: 8px 0 8px;
  }
  .talent-grid.small .talent-grid-item .name {
    font-size: 14px;
  }
  .talent-grid.small .talent-grid-item .kana {
    font-size: 10px;
  }
  .talent-grid-item .photo .lib {
    top: auto;
    bottom: 2px;
    right: 2px;
  }
  .talent-grid-item .meta {
    margin: 12px 0 8px;
  }
  .talent-grid-item .meta .name {
    font-size: 19px;
  }
  .talent-grid-item .meta .kana {
    font-size: 11px;
  }
  .talent-archive-options {
    margin: 16px -16px 32px;
    padding: 0 8px;
  }
  .talent-archive-options .count {
    flex-grow: 1;
    justify-content: center;
  }
  .talent-archive-options .count .number {
    font-size: 30px;
  }
  .talent-archive-options .count .unit {
    margin-top: 12px;
    font-size: 13px;
  }
  .talent-archive-options .library a {
    width: 72px;
    font-size: 11px;
  }
  .talent-archive-options .sort {
    width: 72px;
    padding: 4px 0;
  }
  .talent-archive-options .sort label {
    width: 100%;
    padding: 4px 0;
    font-size: 11px;
  }
  .talent-archive-options .sort .form {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .talent-archive-options .sort select {
    width: 100%;
  }
  .talent-archive-options .search a {
    width: 72px;
    font-size: 11px;
  }
  .talent-archive-list {
    margin: 32px 0;
  }
  .talent-kana-archive {
    margin: 32px 0;
  }
  .talent-kana-archive .kana-index {
    margin: 0 0 32px;
  }
  .talent-kana-archive .kana-index ul {
    gap: 12px;
  }
  .talent-kana-archive .kana-index a {
    font-size: 15px;
  }
  .talent-kana-archive .talent-archive-list::after {
    height: 60px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  }
  .talent-kana-archive .more-link {
    margin-bottom: 32px;
  }
  .talent-section-nav ul {
    gap: 8px 24px;
  }
  .talent-section-nav a {
    font-size: 13px;
  }
  .talent-wrapper {
    display: flex;
    flex-direction: column;
  }
  .talent-wrapper .talent-wrapper-primary {
    max-width: none;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 32px;
  }
  .talent-wrapper .talent-wrapper-secondary {
    flex-basis: auto;
    max-width: none;
    width: auto;
  }
  .talent-gallery .panel {
    max-width: none;
  }
  .talent-gallery .panel .item {
    max-width: none;
  }
  .talent-gallery .thumbnail {
    display: none;
  }
  .talent-content-basic > .inner {
    flex-direction: column;
  }
  .talent-content-basic h1 {
    font-size: 32px;
  }
  .talent-content-basic .print {
    align-self: flex-end;
  }
  .talent-content-sns {
    margin: 32px 8px;
  }
  .talent-content-profile table th {
    width: 96px;
  }
  .talent-content-profile table td {
    padding: 8px 24px;
  }
  .talent-content-sns-relation {
    margin: 32px 8px;
  }
  .talent-content-sns-relation h2 {
    font-size: 16px;
  }
  .talent-content {
    flex-direction: column;
    margin-top: 32px;
    padding-top: 32px;
  }
  .talent-content > h2 {
    padding: 16px 8px;
  }
  .talent-content > .content {
    padding: 8px;
  }
  .talent-arts-container h3 {
    padding: 16px 16px 16px 0;
    background-position: right 8px center;
  }
  .talent-arts-container > .content {
    padding: 8px 16px;
  }
  .talent-unit-logo {
    max-width: 50%;
  }
  .fixed-talent-reqquest {
    bottom: 16px;
    width: 80px;
  }
  .talent-fc-article {
    flex-wrap: wrap;
    max-height: none;
  }
  .talent-fc-article .photo {
    flex-shrink: 0;
    flex-basis: 35%;
    width: 30%;
  }
  .talent-fc-article .photo img {
    max-width: 100%;
    height: auto;
  }
  .talent-fc-article .content {
    box-sizing: border-box;
    flex-grow: 0;
    flex-basis: 65%;
    width: 70%;
    padding: 16px;
  }
  .talent-fc-article .content .name {
    font-size: 14px;
  }
  .talent-fc-article .content h2 {
    font-size: 14px;
  }
  .talent-fc-article .fanclub {
    flex-shrink: 0;
    flex-basis: 100%;
    width: 100%;
    padding: 16px 0;
  }
  .talent-section-banner .banners .item {
    max-width: 360px;
    width: 90vw;
  }
  .talent-section-banner .banners .item a {
    width: 100%;
  }
  .talent-section-banner .nav a {
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
  .talent-section-banner .nav .prev {
    left: -8px;
  }
  .talent-section-banner .nav .next {
    right: -8px;
  }
  .talent-section-banner .nav img {
    width: 16px;
  }
  .talent-section-content h2 {
    font-size: 18px;
  }
  .talent-section-content-talent2 .talent-grid {
    gap: 10px;
  }
  .talent-section-content-talent2 .talent-grid-item {
    flex-basis: calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .talent-section-content-talent2 .talent-grid-item .meta {
    margin: 8px 0 8px;
  }
  .talent-section-content-talent2 .talent-grid-item .name {
    font-size: 14px;
  }
  .talent-section-content-talent2 .talent-grid-item .kana {
    font-size: 10px;
  }
  .talent-section-content-unit .group .group-name a {
    font-size: 18px;
  }
  .talent-section-content-banner .banners li {
    flex-basis: 100%;
    width: 100%;
  }
  .archive-recruit-list .group {
    flex-direction: column;
  }
  .archive-recruit-list .list {
    flex-basis: auto;
    width: 100%;
  }
  .archive-recruit-external .list {
    gap: 16px;
  }
  .company-layout .page-subtitle {
    margin: 32px 0;
  }
  .company-layout .intro {
    display: block;
    padding: 24px;
  }
  .company-layout .intro .logo img {
    margin: 0 auto;
  }
  .company-layout .intro p {
    margin-top: 16px;
  }
  .company-layout .company-data {
    flex-direction: row;
    gap: 0 16px;
    margin: 32px 0;
  }
  .company-layout .company-data dt {
    flex-basis: 100px;
    width: 100px;
    margin: 0;
    padding: 12px 0;
    font-size: 12px;
  }
  .company-layout .company-data dd {
    flex-basis: calc(100% - 116px);
    width: calc(100% - 116px);
    padding: 12px 0;
    font-size: 12px;
  }
  .company-layout .company-data dd.full {
    flex-basis: 100%;
    width: 100%;
  }
  .company-layout .company-data .chart {
    gap: 16px;
  }
  .company-layout .company-data .chart img {
    flex-basis: calc(50% - 8px);
    width: calc(50% - 8px);
  }
  .company-layout .company-data .office h3 {
    font-size: 16px;
  }
  .company-layout .group-company li {
    flex-basis: 100%;
    width: 100%;
  }
  .company-layout .group-company h3 {
    font-size: 20px;
  }
  .company-layout.en .intro .logo img {
    max-width: 60%;
  }
  .company-layout.en .group-company {
    margin: 30px 0 40px;
  }
  .style dl dt {
    flex-basis: 100%;
    width: 100%;
    margin: 32px 0 0 0;
    padding: 12px;
    border-bottom: none;
  }
  .style dl dd {
    flex-basis: 100%;
    width: 100%;
    padding: 12px 12px 32px 12px;
  }
  .style form .require {
    display: block;
    margin: 0;
  }
  .style form .form-button input[type=submit] {
    max-width: 260px;
  }
  .style form .form-button button {
    max-width: 260px;
  }
}

@media screen and (max-width: 782px){
  body.admin-bar .global-search {
    top: 46px;
  }
}

@media screen and (max-width: 768px){
  .inpage-nav {
    flex-direction: column;
  }
  .inpage-nav ul {
    width: 100%;
  }
  .inpage-nav ul li {
    flex-basis: calc(50% - 16px);
    margin: 8px 0;
  }
  .inpage-nav .fansite a {
    width: 280px;
    font-size: 11px;
  }
  .breadcrumbs {
    gap: 4px 8px;
    margin: 16px;
    font-size: 11px;
  }
  .page-subtitle {
    margin: 20px 0 20px;
    font-size: 18px;
  }
  .pagination .page, .pagination .current {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .pagination .nextpostslink, .pagination .previouspostslink {
    width: 40px;
    height: 26px;
    background-size: 8px;
  }
  .pagination .nextpostslink {
    margin-left: 16px;
  }
  .pagination .previouspostslink {
    margin-right: 16px;
  }
  .container-talent .share-links {
    flex-direction: column;
    gap: 0.5em;
  }
  .home-canvas {
    padding: 16px 8px;
  }
  .home-canvas > .inner {
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
  .home-canvas .item.item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-canvas .item.item2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .home-canvas .item.item3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .home-canvas .item.item4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-canvas .item.item5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .home-canvas .item.item6 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .home-canvas .item.item7 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-canvas .item.item8 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .home-canvas .item.item9 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-canvas .item.item10 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .home-canvas .item.item11 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .home-canvas .item.item12 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .home-canvas .item.item13 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .home-canvas .item.item14 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
  }
  .home-canvas .item.item15 {
    grid-row: 0/0;
    grid-column: 0/0;
    display: none;
  }
  .home-canvas .item.item16 {
    grid-row: 0/0;
    grid-column: 0/0;
    display: none;
  }
  .home-canvas .item.logo {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    padding: 8px;
  }
  .home-canvas .dots {
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    -ms-grid-rows: 6px 6px 6px 6px 6px 6px;
    grid-template-rows: 6px 6px 6px 6px 6px 6px;
    -ms-grid-columns: 6px 6px 6px 6px;
    grid-template-columns: 6px 6px 6px 6px;
  }
  .home-canvas .dots .dot:nth-child(n+25) {
    display: none;
  }
  .home-pickup {
    background-size: 40%;
    background-position: left 32px top 56px;
  }
  .talent-grid {
    gap: 20px;
  }
  .talent-grid-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .talent-grid-item .photo .lib:hover:not(.on) {
    background-image: url(../img/icon-nolib.svg);
  }
  .talent-kana-archive h3 {
    font-size: 30px;
  }
  .talent-voice > h2 {
    font-size: 25px;
  }
  .talent-voice h3 {
    font-size: 14px;
  }
  .talent-content-profile > h2 {
    font-size: 25px;
  }
  .talent-content-middle-heading {
    margin: 80px 16px 48px;
  }
  .talent-content-middle-heading > h2 {
    font-size: 25px;
  }
  .talent-content-middle-heading p {
    font-size: 16px;
  }
  .section2-announce dt {
    padding: 8px 32px;
  }
  .section2-announce dd {
    padding: 20px 24px 24px 24px;
    background-size: 32px;
  }
  .archive-important-layout {
    margin-top: 40px;
  }
  .archive-important-item a {
    padding: 16px 32px 16px 16px;
    background-position: right 16px center;
  }
  .archive-important-item .title {
    margin-top: 12px;
    font-size: 14px;
  }
  .single-important-item .title {
    margin-top: 12px;
    font-size: 24px;
  }
  .single-important-back a {
    width: 250px;
    height: 60px;
    font-size: 13px;
  }
  .news-search {
    margin-left: -16px;
    margin-right: -16px;
  }
  .news-search form {
    flex-direction: column;
  }
  .news-search .keyword input {
    width: 250px;
    height: 40px;
    font-size: 14px;
  }
  .news-search .category select {
    width: 250px;
    height: 40px;
    font-size: 14px;
  }
  .news-search .button input {
    width: 250px;
    height: 40px;
    font-size: 14px;
  }
  .news-grid {
    flex-direction: column;
    margin: 40px 0;
  }
  .news-grid-item > .inner {
    gap: 32px;
  }
  .news-grid-item .photo {
    flex-basis: 90px;
    width: 90px;
  }
  .news-grid-item .date {
    font-size: 10px;
  }
  .news-grid-item .category a {
    font-size: 10px;
  }
  .news-grid-item .talent {
    font-size: 14px;
  }
  .news-grid-item .title a {
    font-size: 14px;
  }
  .single-news-layout {
    display: block;
    margin: 0 12px;
  }
  .single-news-item .new span {
    font-size: 10px;
  }
  .single-news-item .talent {
    font-size: 15px;
  }
  .single-news-item .title {
    font-size: 22px;
  }
  .single-news-item .date {
    font-size: 13px;
  }
  .single-news-side {
    width: 100%;
  }
  .single-news-side .link a {
    width: 250px;
    height: 60px;
    margin: 0 auto;
    font-size: 13px;
  }
  .archive-fan-nav-category ul li {
    flex-basis: 100%;
    width: 100%;
  }
  .archive-fan-category-title {
    margin: 72px 0 24px;
    padding: 0 12px;
    font-size: 27px;
  }
  .archive-fan-category-title small {
    display: block;
  }
  .archive-fan-grid {
    gap: 20px;
  }
  .archive-fan-grid.other h3 {
    margin: 24px 16px;
    font-size: 14px;
  }
  .archive-fan-grid.other .photo {
    flex-basis: 120px;
    width: 120px;
  }
  .archive-fan-grid li {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .archive-fan-grid h3 {
    font-size: 19px;
  }
  .archive-faq-nav-category ul li {
    flex-basis: 100%;
    width: 100%;
  }
  .archive-faq-category-title {
    margin: 72px 0 24px;
    padding: 0 12px;
    font-size: 20px;
  }
  .archive-faq-layout dt {
    height: 72px;
    padding: 20px 24px 24px 60px;
    background-position: left 16px center, right 8px center;
    background-size: 32px, 16px;
    font-size: 18px;
  }
  .archive-faq-layout dd {
    padding: 20px 24px 24px 60px;
    background-position: left 16px top 16px;
    background-size: 32px;
  }
  .archive-audition-nav ul li {
    flex-basis: 100%;
    width: 100%;
  }
  .archive-audition-category-title {
    margin: 72px 0 24px;
    padding: 0 12px;
    font-size: 20px;
  }
  .archive-audition-title {
    margin: 48px 0 16px;
    padding: 0 0 16px;
    font-size: 24px;
  }
  .archive-audition-faq-announce {
    margin: 32px 24px 32px;
  }
  .archive-audition-faq-announce p {
    font-size: 16px;
  }
  .archive-audition-faq-announce .link {
    margin-top: 24px;
  }
  .archive-audition-faq-announce .link a {
    height: auto;
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
  }
  .archive-audition-list a {
    background-position: right 16px center;
  }
  .archive-audition-list .date {
    flex-basis: 100px;
    width: 100px;
    font-size: 10px;
  }
  .archive-audition-list .meta {
    padding: 0 24px 0 12px;
  }
  .archive-audition-list h2 {
    font-size: 15px;
  }
  .archive-audition-list .sub {
    font-size: 13px;
  }
  .single-audition-item .date {
    font-size: 10px;
  }
  .single-audition-item .title {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 12px;
    font-size: 24px;
  }
  .single-audition-item .table th {
    width: 90px;
  }
  .single-audition-item .table td {
    padding: 12px;
  }
  .single-audition-link {
    margin-top: 40px;
  }
  .single-audition-link a {
    width: 250px;
    height: 60px;
    font-size: 13px;
  }
  .audition-announce {
    margin: 24px 12px;
  }
  .audition-announce p {
    font-size: 16px;
    line-height: 2;
  }
  .archive-recruit-nav ul li {
    flex-basis: 100%;
    width: 100%;
  }
  .archive-recruit-category-title {
    margin: 72px 0 24px;
    padding: 0 12px;
    font-size: 20px;
  }
  .archive-recruit-title {
    margin: 48px 0 16px;
    padding: 0 0 16px;
    font-size: 24px;
  }
  .archive-recruit-list a {
    background-position: right 16px center;
  }
  .archive-recruit-list .date {
    font-size: 10px;
  }
  .archive-recruit-list .meta {
    padding: 0 24px 0 12px;
  }
  .archive-recruit-list h3 {
    font-size: 15px;
  }
  .archive-recruit-list .sub {
    font-size: 13px;
  }
  .single-recruit-item .date {
    font-size: 10px;
  }
  .single-recruit-item .title {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 12px;
    font-size: 24px;
  }
  .single-recruit-item .table th {
    width: 90px;
  }
  .single-recruit-item .table td {
    padding: 12px;
  }
  .single-recruit-link {
    margin-top: 40px;
  }
  .single-recruit-link a {
    width: 250px;
    height: 60px;
    font-size: 13px;
  }
}

@media screen and (max-width: 600px){
  body.admin-bar header.header {
    top: 46px;
  }
  #wpadminbar {
    position: fixed;
  }
}

@media print{
  .inpage-nav {
    display: none;
  }
  header.header {
    position: initial;
  }
  header.header .nav {
    display: none;
  }
  .talent-wrapper {
    display: flex;
    flex-direction: column;
  }
  .talent-wrapper .talent-wrapper-primary {
    order: 2;
    width: 100%;
    max-width: none;
  }
  .talent-wrapper .talent-wrapper-primary .talent-gallery .panel {
    max-width: none;
  }
  .talent-wrapper .talent-wrapper-primary .talent-gallery .panel .slick-track {
    width: 100%;
  }
  .talent-wrapper .talent-wrapper-primary .talent-gallery .panel .item {
    max-width: 25%;
    min-width: 25%;
    aspect-ratio: auto;
  }
  .talent-wrapper .talent-wrapper-primary .talent-gallery .panel .item img {
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: auto;
  }
  .talent-wrapper .talent-wrapper-primary .talent-gallery .panel .item:first-child {
    max-width: 40%;
    min-width: 40%;
    width: 100%;
  }
  .talent-wrapper .talent-wrapper-secondary {
    order: 1;
    width: 100%;
  }
  .talent-gallery .panel {
    width: 100%;
    max-width: none;
  }
  .talent-gallery .panel .slick-track {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .talent-gallery .panel .item {
    max-width: 30%;
  }
  .talent-gallery .thumbnail {
    display: none;
  }
  .talent-gallery .nav {
    display: none;
  }
  .talent-content-basic .print {
    display: none;
  }
  .talent-content {
    flex-direction: column;
  }
  .talent-arts-container > .content {
    display: block;
  }
  .talent-arts-container > .content > .inner {
    overflow-y: visible;
    max-height: none;
  }
  .fixed-talent-reqquest {
    display: none;
  }
  .talent-fc-article {
    max-height: none;
  }
  .talent-fc-article .fanclub {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */