@charset "UTF-8";
html {
  color: #000;
  word-break: break-all;
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  body {
    position: relative;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .c-header {
    background: #fff;
  }
}

.txt_normal {
  font-weight: normal !important;
}

.c-header_inner {
  display: flex;
  align-items: center;
  max-width: 890px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .c-header_inner {
    padding: 20px 20px 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header_inner {
    display: block;
    padding: 20px;
    text-align: center;
  }
}

.c-header_logo {
  width: 100%;
  max-width: 195px;
}
@media only screen and (max-width: 767px) {
  .c-header_logo {
    margin: 0 auto;
  }
}

.c-header_text {
  margin-left: auto;
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .c-header_text {
    margin-top: 20px;
    font-size: 30px;
  }
}

.c-breadcrumb_inner {
  max-width: 890px;
  padding: 0 20px 0 50px;
  margin: 0 auto;
  margin-top: 30px;
}

.c-breadcrumb_list {
  display: flex;
  align-items: center;
}
.c-breadcrumb_list .c-breadcrumb:not(:last-child) a {
  position: relative;
}
.c-breadcrumb_list .c-breadcrumb:not(:last-child) a::after {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.c-breadcrumb a {
  margin-right: 20px;
  font-size: 10px;
}
.c-breadcrumb a .top {
  text-decoration: none;
  text-transform: uppercase;
}
.c-breadcrumb a span {
  text-decoration: underline;
}

.c-talent_info_inner {
  display: flex;
  max-width: 890px;
  padding: 0 20px 0 50px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-talent_info_inner {
    display: block;
    padding: 0 20px 20px;
    margin-top: 5px;
  }
}

.c-talent_img {
  position: relative;
  border-radius: 4px;
}

.c-talent_img::before{
  float: left;
  padding-top: 100%;
  content: '';
}

.c-talent_img::after{
  display: block;
  content: '';
  clear: both;
}
@media only screen and (min-width: 768px) {
  .c-talent_img {
    width: 360px;
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .c-talent_img {
    width: 100%;
  }
}
.c-talent_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-talent_info_contents {
  flex: 0 0 calc(100% - 360px - 30px);
  background: #fff;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .c-talent_info_contents {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-talent_info_contents {
    width: 100%;
    min-height: 267px;
    margin-top: 20px;
  }
}

.c-talent_info_contents_inner {
  position: relative;
  padding: 30px 50px 120px 50px;
}
@media only screen and (max-width: 767px) {
  .c-talent_info_contents_inner {
    padding: 30px 20px 120px;
  }
}

.c-talent_sns_lists {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}

.c-talent_sns {
  width: 40px;
  height: 40px;
}
.c-talent_sns:not(:first-child) {
  margin-left: 10px;
}

.c-talent_name--ja {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.32px;
}

.c-talent_name--en {
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 14px;
  text-align: center;
}

.c-talent_position {
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 14px;
  color: #ff7f00;
  text-align: center;
}

.c-talent_info_content_texts {
  margin-top: 28px;
  background: #fff;
}

.c-talent_info_dl {
  display: flex;
  font-size: 14px;
}

.c-talent_info_dt {
  width: 30%;
  font-weight: bold;
}

.c-talent_info_dd {
  width: 70%;
}
.c-talent_info_dd button {
  color: #000;
  text-decoration: underline;
}

.c-talent_site {
  font-size: 14px;
  font-weight: 600;
}
.c-talent_site a {
  color: #ff7f00;
}

.c-talent_detail_conment {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #000;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-talent_detail_conment {
    margin-top: 10px;
  }
}

.c-tabs {
  margin-top: 40px;
  border-bottom: 4px solid #ff7f00;
}

.c-tabs_inner {
  max-width: 810px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .c-tabs_inner {
    padding: 0 20px 0 50px;
  }
}

.c-tab_lists {
  display: flex;
}

.c-tab_list {
  width: calc(33.3% - 6.6666666667px);
  text-align: center;
  background: #fff;
}
.c-tab_list:not(:first-child) {
  margin-left: 10px;
}
.c-tab_list a {
  display: block;
  height: 52px;
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 24px;
  line-height: 50px;
  color: #ff7f00;
}
.c-tab_list.is-active {
  background: #ff7f00;
}
.c-tab_list.is-active a {
  color: #fff;
}

.c-tab_title--sp {
  position: relative;
  padding: 14px 20px;
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 24px;
  color: #fff;
  background: #ff7f00;
}
.c-tab_title--sp .tab_open {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 100%;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-tab_title--sp .tab_open::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-80%) rotate(135deg);
}
.c-tab_title--sp.-open .tab_open {
  transform: translateY(-50%) rotate(180deg);
}

.c-tab_tab {
  position: relative;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #d5d5d5;
}
.c-tab_tab .plus {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 100%;
  transition: all 0.3s ease 0s;
  transform: translateY(-50%);
}
.c-tab_tab .plus::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 2px;
  content: "";
  background: #fff;
  transform: translateY(-50%);
}
.c-tab_tab .plus::after {
  position: absolute;
  top: 19px;
  right: 29px;
  width: 2px;
  height: 20px;
  content: "";
  background: #fff;
}
.c-tab_tab.-open {
  background: #7f00ff;
}
.c-tab_tab.-open .plus {
  transform: translateY(-50%) rotate(180deg);
}
.c-tab_tab.-open .plus::after {
  transform: rotate(90deg);
}

.c-tab_wrap:not(:first-child) {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .tab_content:not(.is-active) {
    display: none;
  }

  .tab_tab_content:not(.is-active) {
    display: none;
  }
}
.c-scroll_content_inner {
  max-width: 890px;
  padding: 50px 20px 50px 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-scroll_content_inner {
    padding: 0 20px;
  }
  .c-scroll_content_inner::before, .c-scroll_content_inner::after {
    display: block;
    content: "";
  }
  .c-scroll_content_inner::before {
    height: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .c-scroll_content {
    height: auto;
    min-height: 100px;
    max-height: 483px;
    padding: 0 10px 0 0;
    margin: 0;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .js-accordion + * {
    overflow: hidden;
    transition: height 0.4s ease;
  }
  .js-accordion + *:not(.-open) {
    display: none;
  }
}

.c-modalWrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(134, 104, 171, 0.8);
}
.c-modalWrap:not(.is-open) {
  display: none;
}
.c-modalWrap[aria-hidden=false] {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modalWrap[aria-hidden=true] {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal.modal {
  position: relative;
  width: 100%;
  max-width: 26%;
  padding: 0;
  background: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .c-modal.modal {
    min-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal.modal {
    max-width: 80%;
  }
}
.c-modal.modal a.close-modal {
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-modal.modal--talent {
    max-width: 890px;
    padding: 0 20px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .c-modal.modal--talent {
    max-width: 100%;
  }
}
.c-modal.modal--talent .c-modal__close {
  top: -20px;
  right: 0;
}
.c-modal .c-modal__body {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-modal .c-modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 999;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  overflow: visible;
  text-align: right;
  touch-action: manipulation;
  cursor: pointer;
  background: url(../../img/talent/button_close.png) no-repeat center center/cover;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ---------------------------
    Reset
--------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

/* ---------------------------
    Font
--------------------------- */
@font-face {
  font-family: "D-DIN";
  src: url(../font/D-DIN.woff) format("woff");
}
@font-face {
  font-family: "D-DIN-Bold";
  src: url(../font/D-DIN-Bold.woff) format("woff");
}
@font-face {
  font-family: "D-DIN-Italic";
  src: url(../font/D-DIN-Italic.woff) format("woff");
}
/* ---------------------------
    Main Contents
--------------------------- */
/* ---------------------------
    common
--------------------------- */
html,
body {
  box-sizing: border-box;
  font-family: "Hiragino Sans", sans-serif;
  line-height: 1.75em;
  background-color: #f7f7f7;
}

.cf::after,
.cf::before {
  display: block;
  clear: both;
  content: "";
}

.cf {
  display: block;
}

.col-o {
  color: #ff7f00;
}

.col-p {
  color: #7f00ff;
}

/* animation */
@-webkit-keyframes equalizer01sp {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 45%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 45%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 50%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer01sp {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 45%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 45%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 50%;
  }
  100% {
    width: 70%;
  }
}
/* ---------------------------
    #warp
--------------------------- */
#warp {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------------------------
    #copyright
--------------------------- */
#copyright {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  display: block;
  width: 30px;
  height: 100vh;
  color: #fff;
  background-color: #7f00ff;
}

#copyright .copy-wrap {
  position: relative;
  display: block;
  width: 30px;
  height: 100vh;
}

#copyright p {
  position: absolute;
  top: 50%;
  left: -73px;
  width: 175px;
  font-family: "D-DIN", sans-serif;
  font-size: 12px;
  transform: rotate(90deg);
}

/* scroll */
.scroll_pc {
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 10000;
  display: block;
  width: 40px;
  height: 40px;
}

.scroll_pc a {
  display: block;
}

.scroll_pc a img {
  display: block;
  width: 100%;
}

.scroll_sp {
  display: none;
}

/* ---------------------------
    #main
--------------------------- */
#main {
  position: relative;
  width: calc(100% - 30px);
  margin-left: 30px;
}

/* ---------------------------
    #kv
--------------------------- */
#kv {
  padding: 20px 0;
}

#kv h1 {
  width: 160px;
  margin: 0 auto 25px;
}

#kv h1 img {
  display: block;
  width: 100%;
}

#kv .items {
  width: 80%;
  max-width: 920px;
  margin: 0 auto;
}

#kv .items ul {
  display: flex;
  flex-wrap: wrap;
}

#kv .items ul li {
  position: relative;
  width: calc(33.333% - 10px);
  max-width: 300px;
  margin: 0 5px 48px;
}

#kv .items ul li a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

#kv .items ul li .zoom-image {
  display: block;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
}

#kv .items ul li .zoom-image * {
  box-sizing: border-box;
  transition: all 0.45s ease-in-out;
}

#kv .items ul li .zoom-image img {
  display: block;
  width: 100%;
}

#kv .items ul li .zoom-image:hover img {
  width: 100%;
  transform: scale(1.15);
}

#kv .items ul li .name-posirion {
  position: absolute;
  bottom: -28px;
  left: 50%;
  overflow: hidden;
  border-radius: 4px;
  transform: translateX(-50%);
}

#kv .items ul li p {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  height: 60px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}

#kv .items ul li p.name-center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "D-DIN-Bold", sans-serif;
}

#kv .items ul li p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ff7f00;
}

#kv .items ul li p::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  content: "";
  background-color: #7f00ff;
  transition: all 0.3s;
}

#kv .items ul li p:hover {
  color: #fff;
}

#kv .items ul li p:hover::before {
  width: 100%;
}

#kv .items ul li p .sub {
  display: block;
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 14px;
  color: #000;
}

/* ---------------------------
    #news
--------------------------- */
#news {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

#news h2 {
  position: relative;
  width: 120px;
  padding: 9px 0;
  margin: 0 auto 20px;
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-top: 4px solid #f3f3f3;
  border-bottom: 4px solid #f3f3f3;
}

#news h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 20%;
  height: 4px;
  content: "";
  background-color: #7f00ff;
  -webkit-animation: equalizer01sp 7000ms infinite;
          animation: equalizer01sp 7000ms infinite;
  -webkit-animation-iteration-count: 10;
          animation-iteration-count: 10;
}

#news h2 img {
  display: block;
  width: 100%;
}

#article_list {
  width: 100%;
  max-width: 820px;
  margin: 20px auto 0;
}

#article_list ul {
  height: auto;
  min-height: 100px;
  max-height: 298px;
  padding: 0 10px 0 0;
  margin: 0;
  overflow-y: scroll;
}

#article_list ul::-webkit-scrollbar {
  width: 8px;
}

#article_list ul::-webkit-scrollbar-track {
  background-color: rgba(198, 198, 198, 0.8);
}

#article_list ul::-webkit-scrollbar-thumb {
  background-color: #7f00ff;
  box-shadow: 0 0 0 1px rgba(127, 0, 255, 0.3);
}

#article_list ul li {
  display: flex;
  width: 100%;
  list-style-type: none;
}
#article_list ul li:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  #article_list ul li {
    display: block;
  }
}

#article_list h3 {
  font-size: 12px;
  line-height: 1.8333333333;
  color: #7f00ff;
}

#article_list p {
  font-size: 14px;
}

#article_list p a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

#article_list p a:hover {
  color: #ff7f00;
}

/* ---------------------------
    #talent
--------------------------- */
#talent {
  width: 100%;
  padding-top: 22px;
  overflow: hidden;
}

#talent .filter {
  display: block;
  pointer-events: none;
}

#talent .talent-info {
  position: relative;
  display: block;
  height: 188px;
  margin-bottom: 10px;
}

.loopSlider {
  position: relative;
  height: 199px;
  min-height: 199px;
  overflow: hidden;
}

.loopSlider .text-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 199px;
  min-height: 199px;
}

.loopSlider .text-slider-wrap ul {
  display: flex;
  display: -webkit-flex;
}

@media all and (-ms-high-contrast: none) {
  .loopSlider .text-slider-wrap ul {
    display: block;
  }
}
.loopSlider .text-slider-wrap ul li {
  width: 2898px;
  margin-left: 66px;
}

.loopSlider .text-slider-wrap ul li img {
  width: 100%;
}

#talent .talent-info h2 {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 100;
  font-family: "D-DIN-Bold", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #ff7f00;
  text-align: center;
  transform: translateX(-50%);
}

#talent .talent-info h2 > span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #000;
}

#talent .talent-info > p {
  position: absolute;
  top: 96px;
  left: 50%;
  z-index: 100;
  width: 80%;
  max-width: 700px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  transform: translateX(-50%);
}

#talent .talent-images {
  display: block;
}

.loopSlider_top,
.loopSlider_bottom {
  position: relative;
  height: 320px;
  min-height: 320px;
  overflow: hidden;
}

.loopSlider_top .slider-wrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  height: 320px;
  min-height: 320px;
}

.loopSlider_bottom .slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 320px;
  min-height: 320px;
}

@media all and (-ms-high-contrast: none) {
  .loopSlider_top .slider-wrap {
    display: inline;
  }

  .loopSlider_bottom .slider-wrap {
    display: inline;
  }
}
.loopSlider_top .slider-wrap ul,
.loopSlider_bottom .slider-wrap ul {
  display: flex;
  display: -webkit-flex;
}

.loopSlider_top .slider-wrap ul li,
.loopSlider_bottom .slider-wrap ul li {
  width: 240px;
}

.loopSlider_top .slider-wrap ul li img,
.loopSlider_bottom .slider-wrap ul li img {
  width: 100%;
}

/* ---------------------------
    footer
--------------------------- */
footer {
  width: 100%;
  padding: 50px 0 45px;
}

footer .f-inner {
  width: 85%;
  max-width: 920px;
  margin: 0 auto;
}

footer .f-inner .f-banner {
  display: flex;
  flex-direction: row;
}

footer .f-inner .f-banner:first-child {
  margin-bottom: 20px;
}

footer .f-inner .f-banner p {
  box-sizing: border-box;
  width: calc(33.333% - 20px);
  max-width: 294px;
  margin: 0 10px;
}

footer .f-inner .f-banner p a {
  display: block;
}

footer .f-inner .f-banner p img {
  display: block;
  width: 100%;
}

footer > p {
  padding: 48px 0 0;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

.hide-timeing {
  display: none;
}

@media screen and (max-width: 767px) {
  /* SP */
  #copyright {
    top: auto;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 50px;
  }

  #copyright .copy-wrap {
    width: calc(100% - 50px);
    height: auto;
  }

  #copyright p {
    position: static;
    width: 100%;
    line-height: 50px;
    text-align: center;
    transform: none;
  }

  .scroll_pc {
    display: none;
  }

  .scroll_sp {
    display: block;
    width: 50px;
    height: 50px;
  }

  .scroll_sp a {
    display: block;
  }

  .scroll_sp a img {
    display: block;
    width: 100%;
  }

  #main {
    width: 100%;
    margin-left: 0;
  }

  #kv {
    padding: 20px 0 10px;
  }

  #kv h1 {
    width: 195px;
  }

  #kv .items {
    width: 94%;
    max-width: 620px;
  }

  #kv .items ul li {
    width: calc(50% - 10px);
    margin: 0 5px 32px;
  }

  #kv .items ul li a {
    min-height: 173px;
  }

  #kv .items ul li .name-posirion {
    bottom: -18px;
  }

  #kv .items ul li p {
    width: 120px;
    height: 50px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 18px;
  }

  #kv .items ul li p .sub {
    font-size: 12px;
  }

  #kv .items ul li p.name-center {
    font-size: 12px;
  }

  #news {
    padding: 30px 0;
  }

  #news h2 {
    margin: 0 auto 30px;
  }

  #article_list {
    width: 92%;
  }

  #talent {
    padding-top: 25px;
  }

  #talent .talent-info {
    height: 185px;
    margin-bottom: 0;
  }

  #talent .talent-info h2 {
    top: 0;
    width: 100%;
    font-size: 23px;
    line-height: 28px;
  }

  #talent .talent-info h2 > span {
    margin-top: 4px;
  }

  #talent .talent-info > p {
    top: 60px;
    width: 94%;
  }

  footer {
    padding: 30px 0 50px;
  }

  footer > p {
    padding: 20px 0;
  }

  footer .f-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 420px;
  }

  footer .f-inner .f-banner {
    flex-direction: column;
  }

  footer .f-inner .f-banner:first-child {
    margin-bottom: 0;
  }

  footer .f-inner .f-banner p {
    width: 100%;
    margin: 0 0 10px;
  }

  .hide-timeing {
    display: block;
  }
}
#article_list .p-news_label {
  display: flex;
  align-items: flex-start;
  width: 192px;
  margin-top: 2px;
}
#article_list .p-news_talent-name {
  width: 90px;
  margin: 2px 10px 0 20px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #d5d5d5;
}
#article_list .p-news_text {
  line-height: 1.5714285714;
}
@media only screen and (min-width: 768px) {
  #article_list .p-news_text {
    width: calc(100% - 192px);
  }
}
@media only screen and (max-width: 767px) {
  #article_list .p-news_text {
    margin-left: 91px;
  }
}

.p-fixed-news {
  display: flex;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-fixed-news {
    display: block;
    width: 92%;
  }
}
.p-fixed-news .p-news_talent-name {
  width: 90px;
  margin-left: 90px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #d5d5d5;
}
.p-fixed-news .p-news_text {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .p-fixed-news .p-news_text {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-fixed-news .p-news_text {
    margin-left: 90px;
  }
}
.p-fixed-news .p-news_text a {
  font-weight: bold;
}
.p-fixed-news .p-news_text a span {
  color: #ff7f00;
}

.talent_top .header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ff7f00;
}
.talent_top .header em {
  font-size: 24px;
  font-weight: bold;
  color: #ff7f00;
}
.talent_top .header a {
  margin-left: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ff7f00;
  transition: all 0.3s ease 0s;
}
.talent_top .header a:hover {
  text-decoration: underline;
}
.talent_top .header:not(:first-child) {
  margin-top: 30px;
}
.talent_top #news {
  padding: 0;
}
.talent_top .js-tabs ::-webkit-scrollbar {
  width: 10px;
}
.talent_top .js-tabs ::-webkit-scrollbar-track {
  background-color: rgba(198, 198, 198, 0.8);
}
.talent_top .js-tabs ::-webkit-scrollbar-thumb {
  background-color: #7f00ff;
  box-shadow: 0 0 0 1px rgba(127, 0, 255, 0.3);
}
.talent_top .js-tabs .c-tab_list {
  border: 1px solid #ff7f00;
}
.talent_top .l-news_contents {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .talent_top .p-news_contents {
    margin: 10px 0 20px;
  }
}
.talent_top .p-news_content {
  display: flex;
  align-items: flex-start;
}
.talent_top .p-news_content:not(:first-child) {
  margin-top: 10px;
}
.talent_top .p-news_label {
  width: 80px;
  font-size: 12px;
  line-height: 1.8333333333;
  color: #7f00ff;
}
.talent_top .p-news_text {
  width: calc(100% - 80px);
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.5714285714;
}
.talent_top .p-news_text a {
  font-weight: bold;
}
.talent_top .p-news_text a:hover {
  color: #ff7f00;
}
.talent_top .l-biography {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .talent_top .l-biography .c-scroll_content_inner {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .talent_top .p-biography_inner {
    padding-top: 50px;
  }
}
.talent_top .p-biography_tabs {
  display: flex;
  max-width: 890px;
  padding: 0 20px 0 50px;
  margin: 0 auto;
}
.talent_top .p-biography_tab {
  width: calc(14.28% - 9.4285714286px);
  text-align: center;
  background: #d5d5d5;
}
.talent_top .p-biography_tab:not(:first-child) {
  margin-left: 11px;
}
.talent_top .p-biography_tab a {
  display: block;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
}
.talent_top .p-biography_tab.is-active {
  background: #7f00ff;
}
@media only screen and (max-width: 767px) {
  .talent_top .p-biography_contents {
    margin: 20px 0 10px;
  }
}
.talent_top .p-biography_content {
  font-size: 14px;
  line-height: 1.5714285714;
}
.talent_top .p-biography_content:not(:first-child) {
  margin-top: 10px;
}
.talent_top .p-biography_content a {
  color: #ff7f00;
}
@media only screen and (max-width: 767px) {
  .talent_top .biography_contents--sp {
    margin: 10px 0 20px;
  }
}
.talent_top .c-scroll_content_inner--biography {
  padding-top: 40px;
}
.talent_top .l-discography {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .talent_top .l-discography .c-scroll_content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .talent_top .p-discography_contents {
    margin: 10px 0 20px;
  }
}
.talent_top .p-discography_content {
  font-size: 14px;
  line-height: 1.5714285714;
}
.talent_top .p-discography_content:not(:first-child) {
  margin-top: 10px;
}
.talent_top .p-discography_content a {
  color: #ff7f00;
}
.talent_top .l-photography {
  background: #fff;
}
.talent_top .p-photography_inner {
  max-width: 898px;
}
.talent_top .p-photography_lists {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .talent_top .p-photography_lists {
    margin: 10px 0 20px;
  }
}
.talent_top .p-jacket_lists {
  display: flex;
  flex-wrap: wrap;
}
.talent_top .p-photography_list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .talent_top .p-photography_list {
    width: calc(25% - 6.75px);
    padding-top: 25%;
  }
  .talent_top .p-photography_list:not(:nth-child(4n+1)) {
    margin-left: 9px;
  }
  .talent_top .p-photography_list:nth-child(n+5) {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .talent_top .p-photography_list {
    width: calc(50% - 3.5px);
    padding-top: 50%;
  }
  .talent_top .p-photography_list:nth-child(2n) {
    margin-left: 7px;
  }
  .talent_top .p-photography_list:nth-child(n+3) {
    margin-top: 7px;
  }
}
.talent_top .p-photography_list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.talent_top .p-jacket_list {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .talent_top .p-jacket_list {
    width: calc(25% - 6.75px);
    padding-top: 25%;
  }
  .talent_top .p-jacket_list:not(:nth-child(4n+1)) {
    margin-left: 9px;
  }
  .talent_top .p-jacket_list:nth-child(n+5) {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .talent_top .p-jacket_list {
    width: calc(50% - 3.5px);
    padding-top: 50%;
  }
  .talent_top .p-jacket_list:nth-child(2n) {
    margin-left: 7px;
  }
  .talent_top .p-jacket_list:nth-child(n+3) {
    margin-top: 7px;
  }
}
.talent_top .p-jacket_list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.talent_top .p-cm_inner {
  max-width: 800px;
  padding: 50px 20px 0 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .talent_top .p-cm_inner {
    padding: 30px 20px 0;
    text-align: center;
  }
}
.talent_top .p-cm_images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .talent_top .p-cm_images {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .talent_top .p-cm_img {
    width: calc(33.3% - 6.6666666667px);
  }
}
@media only screen and (max-width: 767px) {
  .talent_top .p-cm_img:not(:first-child) {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .talent_top .p-talent_detail_modal {
    height: 80vh;
    overflow: scroll;
  }
}
.talent_top .p-talent_detail_modal .c-talent_info_dl {
  text-align: left;
}
.talent_top .p-talent_detail_contents {
  display: flex;
  max-width: 820px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .talent_top .p-talent_detail_contents {
    display: block;
    padding: 0 20px;
  }
}
.talent_top .p-talent_detail_img {
  position: relative;
  border-radius: 4px;
}
.talent_top .p-talent_detail_img::before{
  float: left;
  padding-top: 100%;
  content: '';
}
.talent_top .p-talent_detail_img::after{
  display: block;
  content: '';
  clear: both;
}
@media only screen and (min-width: 768px) {
  .talent_top .p-talent_detail_img {
    width: 360px;
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .talent_top .p-talent_detail_img {
    width: 100%;
  }
}
.talent_top .p-talent_detail_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.talent_top .p-talent_detail_texts {
  width: calc(100% - 360px);
  padding: 30px 65px;
  background: #fff;
  border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .talent_top .p-talent_detail_texts {
    width: 100%;
    padding: 30px 20px;
  }
}

.l-topics {
  background: #fff;
}

.p-topics_inner {
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-topics_inner {
    padding: 50px 20px 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-topics_inner {
    padding: 20px;
  }
}

.p-topics_contents {
  display: flow-root;
}
.p-topics_contents h1 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  color: #7f00ff;
}
.p-topics_contents p {
  padding: 20px 0;
  font-size: 14px;
  line-height: 2.1428571429;
}
@media only screen and (max-width: 767px) {
  .p-topics_contents p {
    padding: 15px 0;
  }
}
.p-topics_contents img {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .p-topics_contents img {
    padding: 15px 0;
  }
}

.p-topics_date {
  font-size: 12px;
}

.p-talent_top_btn {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-talent_top_btn {
    margin-top: 20px;
  }
}
.p-talent_top_btn a {
  display: inline-block;
  width: 260px;
  max-width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #d5d5d5;
}

@media only screen and (max-width: 767px) {
  .banner-detail .c-header {
    background: #fff;
  }
}
.banner-detail .c-banner_contents {
  max-width: 890px;
  padding: 0 20px 0 50px;
  margin: 50px auto 50px;
}
@media only screen and (max-width: 767px) {
  .banner-detail .c-banner_contents {
    padding: 0 20px;
  }
}
.banner-detail .c-banner_inner_texts {
  display: flow-root;
}
.banner-detail .c-banner_inner_texts h1 {
  padding-bottom: 2em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  color: black;
}
@media only screen and (max-width: 767px) {
  .banner-detail .c-banner_inner_texts h1 {
    padding-bottom: 1em;
  }
}
.banner-detail .c-banner_inner_texts p {
  padding-bottom: 1em;
  font-size: 14px;
  line-height: 2.142;
  color: black;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */